[Bug 665989] a52dec: segfault when copying liba52's buffer into gst's buffer

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Dec 12 04:35:22 PST 2011


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

Sebastian Dröge <slomo> changed:

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

--- Comment #3 from Sebastian Dröge <slomo at circular-chaos.org> 2011-12-12 12:35:20 UTC ---
The buffer returned by gst_pad_alloc_buffer() has to be checked by the caller.
It could be of different size or with different caps than requested and the
caller must handle this. This is not very convient but that's how it is in 0.10

Different caps or sizes can happen for example if a capsfilter changes the caps

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