GNOME Bugzilla – Bug 756186
dashdemux: cannot advance to next period
Last modified: 2015-10-11 10:28:43 UTC
When trying to advance to the next period, the adaptive demux calls gst_adaptive_demux_has_next_period which will end up calling gst_mpd_client_has_next_period. But due to some recent changes in dashdemux, the gst_mpd_client_setup_media_presentation will no longer prepare all periods. The gst_mpd_client_has_next_period function needs to call gst_mpd_client_setup_media_presentation to update the period information.
Created attachment 312825 [details] [review] proposed patch
Comment on attachment 312825 [details] [review] proposed patch Thanks!
commit 1d1094b71b46f654a9778a042be1bfd9a87ba7cf Author: Florin Apostol <florin.apostol@oregan.net> Date: Wed Oct 7 14:22:46 2015 +0100 dashdemux: fixed has_next_period gst_mpd_client_has_next_period now calls gst_mpd_client_setup_media_presentation to refresh the period information. https://bugzilla.gnome.org/show_bug.cgi?id=756186