[Bug 663458] qtdemux: Does not support LPCM audio

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sun Nov 11 02:11:02 PST 2012


https://bugzilla.gnome.org/show_bug.cgi?id=663458
  GStreamer | gst-plugins-good | 0.10.x

Nicolas Dufresne <nicolas.dufresne> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nicolas.dufresne at collabora.
                   |                            |co.uk

--- Comment #9 from Nicolas Dufresne <nicolas.dufresne at collabora.co.uk> 2012-11-11 10:10:58 UTC ---
I just extracted the raw lpcm stream and did some tests on 1.0. It seems I can
play this lpcm as normal 24bit raw PCM.

gst-launch-1.0 filesrc blocksize=4800 location=raw.lpcm !
audio/x-raw,format=S24LE,channels=2,rate=48000 ! audioconvert ! pulsesink

Now one need to check QT format, as we need to know endienness, rate, number of
channels, etc.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the gstreamer-bugs mailing list