GNOME Bugzilla – Bug 607718
[qtdemux] Infinite loop doing negative rate playback for single audio stream
Last modified: 2010-02-09 09:54:12 UTC
When playing a mp4 file containing a single audio stream, negative rate playback will enter an infinite loop once the beginning of the stream is reached. Fix attached.
Created attachment 151975 [details] [review] Fix
Pushed. Thanks. Module: gst-plugins-good Branch: master Commit: 8a80fdaad1aeac688ec57a6c931a354b7948ae29 URL: http://cgit.freedesktop.org/gstreamer/gst-plugins-good/commit/?id=8a80fdaad1aeac688ec57a6c931a354b7948ae29 Author: Roland Krikava <rkrikava@gmail.com> Date: Thu Jan 21 23:17:40 2010 -0300 qtdemux: Avoid negative overflow on keyframe search Do not overflow negatively when searching a previous "keyframe" on audio streams. Could cause infinite loops on backwards playback Fixes #607718