[gstreamer-bugs] [Bug 590361] vorbisenc caps are ordered improperly

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Jul 13 06:20:40 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=590361
  GStreamer | gst-plugins-base | git

Balachandran. C <balachandran_c> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |balachandran_c at rediffmail.c
                   |                            |om

--- Comment #2 from Balachandran. C <balachandran_c at rediffmail.com> 2010-07-13 13:20:36 UTC ---
I found a link to this problem with little bit more info here:

http://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg793916.html

I can confirm the issue:

~/tmp$ gst-launch-0.10 alsasrc !  audioconvert ! vorbisenc ! oggmux ! filesink
location=tmp.ogg
~/tmp$ file tmp.ogg 
tmp.ogg: Ogg data, Vorbis audio, mono, 44100 Hz, ~80000 bps, created by:
Xiph.Org libVorbis I


~/tmp$ gst-launch-0.10 alsasrc !  audioconvert ! wavenc ! filesink
location=tmp.wav
~/tmp$ file tmp.wav 
tmp.wav: RIFF (little-endian) data, WAVE audio, Microsoft PCM, 32 bit, stereo
44100 Hz

In case of vorbis, I am getting only a mono stream, while in wav, I can get
stereo.

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