[gstreamer-bugs] [Bug 326720] New: alsasink doesn't support more than 2 channels anymore
GStreamer (bugzilla.gnome.org)
bugzilla-daemon at bugzilla.gnome.org
Thu Jan 12 03:43:11 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=326720
GStreamer | gst-plugins | Ver: 0.10.0
Summary: alsasink doesn't support more than 2 channels anymore
Product: GStreamer
Version: 0.10.0
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gst-plugins
AssignedTo: gstreamer-bugs at lists.sourceforge.net
ReportedBy: herzi at gnome-de.org
QAContact: gstreamer-bugs at lists.sourceforge.net
GNOME version: Unspecified
GNOME milestone: Unspecified
I used to have this pipeline configured as my audio-sink with 0.8:
audioconvert ! audioscale ! audio/x-raw-int,channels=6,rate=48000 ! alsasink
As the audioscale got renamed I use audioresample now:
audioconvert ! audioresample ! audio/x-raw-int,channels=6,rate=48000 ! alsasink
But this pipeline doen't want to play; I need to change it to this for playing:
audioconvert ! audioresample ! audio/x-raw-int,rate=48000 ! alsasink
But - of course - now I don't get any audio from the center and rear boxes as
well as my sub.
--
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