Home
last modified time | relevance | path

Searched defs:_GstHLSDemuxStream (Results 1 – 1 of 1) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/hls/
Dgsthlsdemux.h91 struct _GstHLSDemuxStream struct
93 GstAdaptiveDemuxStream adaptive_demux_stream;
95 GstHLSTSReaderType stream_type;
97 GstM3U8 *playlist;
98 gboolean is_primary_playlist;
100 gboolean do_typefind; /* Whether we need to typefind the next buffer */
101 GstBuffer *pending_typefind_buffer; /* for collecting data until typefind succeeds */
103 GstAdapter *pending_encrypted_data; /* for chunking data into 16 byte multiples for decryption */
104 GstBuffer *pending_decrypted_buffer; /* last decrypted buffer for pkcs7 unpadding.
106 guint64 current_offset; /* offset we're currently at */
[all …]