Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstmpdparser.h63 typedef struct _GstStreamPeriod GstStreamPeriod; typedef
158 void gst_mpdparser_free_stream_period (GstStreamPeriod * stream_period);
Dgstmpdclient.c48 static GstStreamPeriod *gst_mpd_client_get_stream_period (GstMPDClient *
366 GstStreamPeriod *stream_period; in gst_mpd_client_get_segment_duration()
685 static GstStreamPeriod *
712 GstStreamPeriod *stream_period; in gst_mpd_client_parse_baseURL()
763 const GstStreamPeriod *stream_period; in gst_mpd_client_get_segment_end_time()
843 GstStreamPeriod *stream_period; in gst_mpd_client_setup_representation()
1215 GstStreamPeriod *stream_period; in gst_mpd_client_setup_media_presentation()
1226 GstStreamPeriod *stream_period = list->data; in gst_mpd_client_setup_media_presentation()
1411 stream_period = g_slice_new0 (GstStreamPeriod); in gst_mpd_client_setup_media_presentation()
1531 GstStreamPeriod * period) in gst_mpd_client_get_adaptation_sets_for_period()
[all …]
Dgstmpdparser.c1331 gst_mpdparser_free_stream_period (GstStreamPeriod * stream_period) in gst_mpdparser_free_stream_period()
1334 g_slice_free (GstStreamPeriod, stream_period); in gst_mpdparser_free_stream_period()
Dgstdashdemux.c2307 GstStreamPeriod *period; in gst_dash_demux_seek()
/third_party/gstreamer/gstplugins_bad/
DChangeLog87893 This GstStreamPeriod start value is expressed in nanoseconds,
134746 - add the list of GstStreamPeriod in the GstMpdClient data struct
134747 - remove cur_period from GstMpdClient and introduce an API to get the current GstStreamPeriod