[gstreamer-bugs] [Bug 335958] Speex doesn't work

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Mon Mar 27 04:30:33 PST 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=335958
 GStreamer | gst-plugins-good | Ver: 0.10.x





------- Comment #2 from Tim-Philipp Müller  2006-03-27 12:30 UTC -------
No, that pipeline won't work, because
 (a) fakesrc will by default push buffers of size 0, with no data
 (b) fakesrc will not set raw audio caps on the buffer

Try with audiotestsrc:

 $ gst-launch-0.10  audiotestsrc ! audioconvert ! audioresample !
audio/x-raw-int,channels=2 ! speexenc ! fakesink

or similar should work.

For a file:

 $ gst-launch-0.10  audiotestsrc ! audioconvert ! audioresample !
audio/x-raw-int,channels=2 ! speexenc ! oggmux ! filesink
location=speextest.ogg


-- 
Configure bugmail: http://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