GNOME Bugzilla – Bug 781267
adaptivedemux: Fix segment creation/adaptation some more
Last modified: 2017-04-14 06:06:03 UTC
See commit
Created attachment 349792 [details] [review] adaptivedemux: Fix segment creation/adaptation some more Take into account the segment stop and the negative rates
Review of attachment 349792 [details] [review]: Looks mostly good, just one minor thing before merging ::: gst-libs/gst/adaptivedemux/gstadaptivedemux.c @@ +1138,3 @@ */ + GST_DEBUG ("Using demux segment %" GST_SEGMENT_FORMAT, &demux->segment); + GST_DEBUG ("period_start: %" GST_TIME_FORMAT " offset: %" GST_TIME_FORMAT, Use GST_DEBUG_OBJECT() here
Fixed the debug statements and pushed it. commit 44ec6bb2f3a32db06d4b6c0d28057c93dbed1304 Author: Edward Hervey <edward@centricular.com> Date: Thu Apr 13 13:27:57 2017 +0200 adaptivedemux: Fix segment creation/adaptation some more Take into account the segment stop and the negative rates https://bugzilla.gnome.org/show_bug.cgi?id=781267