[gstreamer-bugs] [Bug 610005] regression: speex files don't seek properly

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Feb 22 11:31:47 PST 2010


https://bugzilla.gnome.org/show_bug.cgi?id=610005
  GStreamer | gst-plugins-base | git

Sebastian Dröge <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |slomo at circular-chaos.org

--- Comment #2 from Sebastian Dröge <slomo at circular-chaos.org> 2010-02-22 19:31:40 UTC ---
FWIW this fixes it for this file:

diff --git a/ext/ogg/gstoggdemux.c b/ext/ogg/gstoggdemux.c
index 84f3ad7..399cac5 100644
--- a/ext/ogg/gstoggdemux.c
+++ b/ext/ogg/gstoggdemux.c
@@ -1791,7 +1791,7 @@ do_binary_search (GstOggDemux * ogg, GstOggChain * chain, 
             GST_TIME_FORMAT, granulepos, GST_TIME_ARGS (granuletime));

         granuletime -= pad->start_time;
-        granuletime += begintime;
+        //granuletime += begintime;

         GST_DEBUG_OBJECT (ogg,
             "found page with granule %" G_GINT64_FORMAT " and time %"

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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