GNOME Bugzilla – Bug 701961
dashdemux: Spurious critical if there is no initialization segment
Last modified: 2013-07-02 05:02:37 UTC
Created attachment 246450 [details] [review] dashdemux: Handle case without an initialization segment I have a stream with no initialisation segment, if should not try to fetch it. Probably gst_dash_demux_get_next_header() should have a different return value if there is no initialisation segment in the mpd? Or maybe there should be a check at every place where need_header is set to true ?
Pushed a rebased version. commit 3f26bb9154134e6b0dd3d80d85ca9cefc7853051 Author: Olivier Crête <olivier.crete@collabora.com> Date: Mon Jun 10 18:01:14 2013 -0400 dashdemux: Handle case without an initialization segment If no initialization segment is defined, then don't print a critical or a warning, just ignore it. https://bugzilla.gnome.org/show_bug.cgi?id=701961