[Bug 751500] dashdemux: incorrect use of timeShiftBufferDepth
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Thu Jun 25 07:27:39 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=751500
Sebastian Dröge (slomo) <slomo at coaxion.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
Target Milestone|git master |1.5.3
--- Comment #2 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
commit fa9b03186ac8999b3b5632cd567f18b497df22d2
Author: Florin Apostol <florin.apostol at oregan.net>
Date: Thu Jun 25 15:05:20 2015 +0100
dash: Correct check for valid timeShiftBufferDepth
If not set, the timeShiftBufferDepth has a default value of -1.
The standard says that this should be interpreted as infinite.
The gst_mpd_client_check_time_position function incorrectly compares
timeShiftBufferDepth with 0 instead of -1 to determine if it was set.
https://bugzilla.gnome.org/show_bug.cgi?id=751500
--
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