[Bug 628609] The qtwrapperaudiodec_samr decoder doesn't handle buffers containing many AMR frames properly

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue May 3 04:00:54 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=628609
  GStreamer | gst-plugins-bad | 0.10.18

--- Comment #5 from Martin Storsjö <martin at martin.st> 2011-05-03 11:00:49 UTC ---
It looks a bit hacky yes, but should be correct IMO.

Basically, it's a special return value (which can be chosen quite arbitrarily)
signalled from the callback function to the caller.

To clean it up, one could add e.g. #define NO_MORE_INPUT_DATA 42 at the start
of the file, and replace all the occurrances of the magic value with the define
instead.

-- 
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