[Bug 751529] dashdemux: stream->presentationTimeOffset is not always set

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Jun 26 04:18:41 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=751529

--- Comment #3 from Florin Apostol <florin.apostol at oregan.net> ---
yes, it is initialized to 0 because the stream is allocated by g_slice_new0.

But my question is about computing it: it seems that
gst_mpd_client_setup_representation will compute and set it only for template
segments. Shouldn't it be computed for any kind of segment? For example, for
list or base segment, it will be ignored.

I don't know if that is a valid case, but the standard does not mention that it
must be provided only for template segments. I expected that if a segment
provides a presentationTimeOffset, it will be picked up and reflected in the
return value of gst_mpd_parser_get_stream_presentation_offset

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list