[Bug 745455] dashdemux doesn't take the presentationTimeOffset into account.

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Mar 5 06:43:14 PST 2015


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

Thiago Sousa Santos <thiagossantos at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #298287|none                        |needs-work
             status|                            |

--- Comment #6 from Thiago Sousa Santos <thiagossantos at gmail.com> ---
Review of attachment 298287:
 --> (https://bugzilla.gnome.org/review?bug=745455&attachment=298287)

::: ext/dash/gstdashdemux.c
@@ +604,2 @@
     /* start playing from the first segment */
+    gst_mpd_client_set_segment_index_for_all_streams (dashdemux->client, 1);

This would make all streams start from fragment at the second position. For
dashdemux it should still start counting from 0 as usual. It can happen that
the dash MPD uses a segment list and not a segment template and dashdemux
doesn't know about that.

The fix here is to assume in gstmpdparser.c that the startNumber=1 as default
and otherwise read the value from the xml. Currently the default is being set
to 0.

-- 
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