[gstreamer-bugs] [Bug 349207] [PLUGIN-ADD] audiopanorama

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sun Aug 20 04:17:20 PDT 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=349207
 GStreamer | gst-plugins-good | Ver: HEAD CVS





------- Comment #7 from Stefan Kost (gstreamer, gtkdoc dev)  2006-08-20 11:16 UTC -------
> find . -name "*.c" -exec grep -l "g_return_val_if_fail (size, FALSE);" {} \;

./gst-plugins-base/gst/audioresample/gstaudioresample.c
./gst-plugins-base/gst/audioconvert/gstaudioconvert.c
./gst-plugins-base/gst/ffmpegcolorspace/gstffmpegcolorspace.c
./gst-plugins-base/gst/videoscale/gstvideoscale.c
./gst-plugins-good/ext/gdk_pixbuf/pixbufscale.c
./gst-plugins-good/gst/videobox/gstvideobox.c

The g_return_if_fail() checks the given pointer location for the size result. I
wouldn't remove it but an assert() should be fine. Its kind of stupid to call
this with size=NULL, right?


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list