Home
last modified time | relevance | path

Searched refs:GstM3U8 (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/hls/
Dm3u8.h31 typedef struct _GstM3U8 GstM3U8; typedef
39 #define GST_M3U8(m) ((GstM3U8*)m)
87 GstM3U8 * gst_m3u8_ref (GstM3U8 * m3u8);
89 void gst_m3u8_unref (GstM3U8 * m3u8);
117 GstM3U8 * gst_m3u8_new (void);
119 gboolean gst_m3u8_update (GstM3U8 * m3u8,
122 void gst_m3u8_set_uri (GstM3U8 * m3u8,
127 GstM3U8MediaFile * gst_m3u8_get_next_fragment (GstM3U8 * m3u8,
132 gboolean gst_m3u8_has_next_fragment (GstM3U8 * m3u8,
135 void gst_m3u8_advance_fragment (GstM3U8 * m3u8,
[all …]
Dm3u8.c39 GstM3U8 *
42 GstM3U8 *m3u8; in gst_m3u8_new()
44 m3u8 = g_new0 (GstM3U8, 1); in gst_m3u8_new()
61 gst_m3u8_take_uri (GstM3U8 * self, gchar * uri, gchar * base_uri, gchar * name) in gst_m3u8_take_uri()
80 gst_m3u8_set_uri (GstM3U8 * m3u8, const gchar * uri, const gchar * base_uri, in gst_m3u8_set_uri()
89 GstM3U8 *
90 gst_m3u8_ref (GstM3U8 * m3u8) in gst_m3u8_ref()
99 gst_m3u8_unref (GstM3U8 * self) in gst_m3u8_unref()
348 check_media_seqnums (GstM3U8 * self, GList * previous_files) in check_media_seqnums()
419 generate_media_seqnums (GstM3U8 * self, GList * previous_files) in generate_media_seqnums()
[all …]
Dgsthlsdemux.c122 static GstM3U8 *gst_hls_demux_stream_get_m3u8 (GstHLSDemuxStream * hls_stream);
302 gst_hls_demux_set_current (GstHLSDemux * self, GstM3U8 * m3u8)
507 create_stream_for_playlist (GstAdaptiveDemux * demux, GstM3U8 * playlist, in create_stream_for_playlist()
539 find_adaptive_stream_for_playlist (GstAdaptiveDemux * demux, GstM3U8 * playlist) in find_adaptive_stream_for_playlist()
923 GstM3U8 *m3u8; in gst_hls_demux_start_fragment()
1258 static GstM3U8 *
1261 GstM3U8 *m3u8; in gst_hls_demux_stream_get_m3u8()
1272 GstM3U8 *m3u8; in gst_hls_demux_stream_has_next_fragment()
1285 GstM3U8 *m3u8; in gst_hls_demux_advance_fragment()
1303 GstM3U8 *m3u8; in gst_hls_demux_update_fragment_info()
[all …]
Dgsthlsdemux.h97 GstM3U8 *playlist;
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dhlsdemux_m3u8.c468 GstM3U8 *pl; in check_on_demand_playlist()
523 GstM3U8 *pl; in GST_START_TEST()
561 GstM3U8 *pl; in GST_START_TEST()
593 GstM3U8 *pl; in GST_START_TEST()
623 GstM3U8 *pl; in GST_START_TEST()
667 GstM3U8 *pl; in GST_START_TEST()
685 GstM3U8 *pl; in GST_START_TEST()
720 GstM3U8 *pl; in GST_START_TEST()
745 GstM3U8 *pl; in GST_START_TEST()
799 GstM3U8 *pl; in GST_START_TEST()
[all …]
/third_party/gstreamer/gstplugins_bad/
DChangeLog62358 * GstHLSMedia holds GstM3U8 ref.
86414 Remove unused functions; move GstM3U8 struct into .c file,