[gstreamer-bugs] [Bug 631681] bayer2rgb crash on bad 0.10.20

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Oct 8 12:07:58 PDT 2010


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

--- Comment #2 from David Schleef <ds at schleef.org> 2010-10-08 19:07:54 UTC ---
This is not reproducible with gst-plugins-bad in git.

Part of your problem is that the buffers received by bayer2rgb are not the
correct size.  To get the correct buffer sizes from filesrc, use the blocksize
property on filesrc, or use a videoparse element after it.  For tcpclientsrc,
use a videoparse element, or use some kind of payloading (like gdppay) on both
the client and server to indicate what the buffer size is.

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