[Bug 662199] [capsfilter] behavior has changed

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Dec 7 06:05:25 PST 2011


https://bugzilla.gnome.org/show_bug.cgi?id=662199
  GStreamer | gstreamer (core) | git

--- Comment #30 from Julien Isorce <julien.isorce at gmail.com> 2011-12-07 14:05:17 UTC ---
Is 
gst-launch-0.10 audiotestsrc ! "audio/x-raw-int, channels=6" ! audioconvert ! \
"audio/x-raw-int, channels=2" ! fakesink
supposed to work ? Because it's actually not working.

(Whereas 
gst-launch-0.10 audiotestsrc ! "audio/x-raw-int, channels=2" ! audioconvert ! \
"audio/x-raw-int, channels=6" ! fakesink 
is working)

Then, then first usecase is:

gst-launch-0.10  audiotestsrc ! "audio/x-raw-int, channels=2" ! queue ! funnel
\
name=f ! audioconvert ! "audio/x-raw-int, channels=2" ! fakesink audiotestsrc !
\
"audio/x-raw-int, channels=6" ! audioconvert ! queue ! f.

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