[gstreamer-bugs] [Bug 418982] adder causes : ** WARNING **: Size 2 is not a multiple of unit size 4

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Fri Mar 16 14:50:26 PDT 2007


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

  GStreamer | gst-plugins-base | Ver: HEAD CVS





------- Comment #4 from Stefan Kost (gstreamer, gtkdoc dev)  2007-03-16 21:48 UTC -------
this works:
GST_DEBUG="adder:4" gst-launch audiotestsrc freq=100 ! adder name=m !
audioconvert ! alsasink audiotestsrc freq=1000 ! audioconvert !
audio/x-raw-float,width=32 ! audioconvert ! m.

this doesn't
GST_DEBUG="adder:4" gst-launch audiotestsrc freq=100 ! audioconvert ! adder
name=m ! audioconvert ! alsasink audiotestsrc freq=1000 ! audioconvert !
audio/x-raw-float,width=32 ! audioconvert ! m.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email




More information about the Gstreamer-bugs mailing list