[gstreamer-bugs] [Bug 639715] amrparse: seek error with EOS
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Thu Jan 20 17:24:16 PST 2011
https://bugzilla.gnome.org/show_bug.cgi?id=639715
GStreamer | gst-plugins-bad | unspecified
--- Comment #22 from jorney_dong <jorney_dong at asus.com> 2011-01-21 01:24:11 UTC ---
Hi
We didn't have a patch. But it's just adding one line in the amrwbdec.c of
gst-plugins-ugly-0.10.16.
288: if (!block || gst_adapter_available (amrwbdec->adapter) < block)
+ {
+ gst_adapter_clear (amrwbdec->adapter);
break;
+ }
Because when there are incorrect data, if you don't clear it, the next checking
is still incorrect.
--
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