Home
last modified time | relevance | path

Searched refs:stream_period (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstmpdclient.c366 GstStreamPeriod *stream_period; in gst_mpd_client_get_segment_duration() local
371 stream_period = gst_mpd_client_get_stream_period (client); in gst_mpd_client_get_segment_duration()
372 g_return_val_if_fail (stream_period != NULL, GST_CLOCK_TIME_NONE); in gst_mpd_client_get_segment_duration()
382 duration = stream_period->duration; in gst_mpd_client_get_segment_duration()
712 GstStreamPeriod *stream_period; in gst_mpd_client_parse_baseURL() local
718 stream_period = gst_mpd_client_get_stream_period (client); in gst_mpd_client_parse_baseURL()
719 g_return_val_if_fail (stream_period != NULL, g_strdup (empty)); in gst_mpd_client_parse_baseURL()
720 g_return_val_if_fail (stream_period->period != NULL, g_strdup (empty)); in gst_mpd_client_parse_baseURL()
738 gst_mpd_helper_combine_urls (abs_url, stream_period->period->BaseURLs, in gst_mpd_client_parse_baseURL()
763 const GstStreamPeriod *stream_period; in gst_mpd_client_get_segment_end_time() local
[all …]
Dgstmpdparser.h158 void gst_mpdparser_free_stream_period (GstStreamPeriod * stream_period);
Dgstmpdparser.c1331 gst_mpdparser_free_stream_period (GstStreamPeriod * stream_period) in gst_mpdparser_free_stream_period() argument
1333 if (stream_period) { in gst_mpdparser_free_stream_period()
1334 g_slice_free (GstStreamPeriod, stream_period); in gst_mpdparser_free_stream_period()
/third_party/gstreamer/gstplugins_bad/
DChangeLog91364 function is stored in stream_period->start. The information read from
91365 xml file and stored in stream_period->period->start is not changed.
91367 stream_period->period->start will be -1.
91369 use period start time, but incorrectly uses stream_period->period->start
91370 (value from xml file, which could be -1) instead of stream_period->start