Searched refs:encrypted_info (Results 1 – 1 of 1) sorted by relevance
2163 GstMapInfo encrypted_info, decrypted_info; in gst_hls_demux_decrypt_fragment() local2169 gst_buffer_map (encrypted_buffer, &encrypted_info, GST_MAP_READ); in gst_hls_demux_decrypt_fragment()2172 if (!decrypt_fragment (stream, encrypted_info.size, in gst_hls_demux_decrypt_fragment()2173 encrypted_info.data, decrypted_info.data)) in gst_hls_demux_decrypt_fragment()2178 gst_buffer_unmap (encrypted_buffer, &encrypted_info); in gst_hls_demux_decrypt_fragment()2190 gst_buffer_unmap (encrypted_buffer, &encrypted_info); in gst_hls_demux_decrypt_fragment()