[gstreamer-bugs] [Bug 411520] gst produces ogg junk

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Tue Feb 27 09:33:25 PST 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=411520

  GStreamer | don't know | Ver: HEAD CVS


Jan Schmidt changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |thaytan at mad.scientist.com




------- Comment #1 from Jan Schmidt  2007-02-27 17:31 UTC -------
How about if you don't turn on all debugging? It's going to slow things down a
lot, causing x-runs in the capture, especially since that single threaded
pipeline isn't doing any buffering - if the encoding + muxing + writing of any
buffer stalls for longer than 200ms (the default buffer-time of alsasrc),
samples will be lost, causing the effect I hear in the output file.

Try:

gst-launch-0.10 alsasrc ! queue ! audioconvert !
vorbisenc ! oggmux ! filesink location=myfile.ogg


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




More information about the Gstreamer-bugs mailing list