Home
last modified time | relevance | path

Searched refs:gst_m3u8_get_next_fragment (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/hls/
Dm3u8.h146 GstM3U8MediaFile * gst_m3u8_get_next_fragment (GstM3U8 * m3u8,
Dm3u8.c1091 gst_m3u8_get_next_fragment (GstM3U8 * m3u8, gboolean forward, in gst_m3u8_get_next_fragment() function
Dgsthlsdemux.c1388 file = gst_m3u8_get_next_fragment (m3u8, forward, &sequence_pos, &discont); in gst_hls_demux_update_fragment_info()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dhlsdemux_m3u8.c575 file = gst_m3u8_get_next_fragment (pl, TRUE, NULL, NULL); in GST_START_TEST()
808 mf = gst_m3u8_get_next_fragment (pl, TRUE, &timestamp, &discontinuous); in GST_START_TEST()
821 mf = gst_m3u8_get_next_fragment (pl, TRUE, &timestamp, &discontinuous); in GST_START_TEST()
834 mf = gst_m3u8_get_next_fragment (pl, TRUE, &timestamp, &discontinuous); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/
DChangeLog62359 * gst_m3u8_get_next_fragment() increases ref count.