[gstreamer-bugs] [Bug 345188] alsasink channel negationtion fails

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Mon Jun 19 11:56:50 PDT 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=345188
 GStreamer | gst-plugins-base | Ver: HEAD CVS





------- Comment #3 from Stefan Kost (gstreamer, gtkdoc dev)  2006-06-19 18:56 UTC -------
now this is fun
> GST_DEBUG="alsa*:5" gst-launch-0.10 filesrc location=xyz.mp3 ! mad ! audioconvert ! alsasink device=hw:0,0


DEBUG (0x8051260 - 0:00:00.107326000)                 alsa(15947)
gstalsasink.c(273):gst_alsasink_init:<GstAlsaSink at 0x8101338> initializing
alsasink
DEBUG (0x8051260 - 0:00:00.110051000)                 alsa(15947)
gstalsasink.c(303):gst_alsasink_getcaps:<alsasink0> device not open, using
template caps
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
LOG   (0x8103588 - 0:00:00.114676000)                 alsa(15947)
gstalsa.c(30):gst_alsa_detect_rates:<alsasink0> probing sample rates ...
DEBUG (0x8103588 - 0:00:00.114706000)                 alsa(15947)
gstalsa.c(49):gst_alsa_detect_rates:<alsasink0> Min. rate = 8000 (8000)
DEBUG (0x8103588 - 0:00:00.114722000)                 alsa(15947)
gstalsa.c(50):gst_alsa_detect_rates:<alsasink0> Max. rate = 96000 (96000)
LOG   (0x8103588 - 0:00:00.114738000)                 alsa(15947)
gstalsa.c(233):gst_alsa_detect_channels:<alsasink0> probing channels ...
DEBUG (0x8103588 - 0:00:00.114753000)                 alsa(15947)
gstalsa.c(265):gst_alsa_detect_channels:<alsasink0> Min. channels = 10 (10)
DEBUG (0x8103588 - 0:00:00.114769000)                 alsa(15947)
gstalsa.c(266):gst_alsa_detect_channels:<alsasink0> Max. channels = 8 (10)
INFO  (0x8103588 - 0:00:00.114793000)                 alsa(15947)
gstalsasink.c(323):gst_alsasink_getcaps:<alsasink0> returning caps
audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)32,
depth=(int)32, rate=(int)[ 8000, 96000 ], channels=(int)10
ERROR (0x8103588 - 0:00:00.114890000)             GST_CAPS(15947)
gstpad.c(1862):gst_pad_get_caps_unlocked:<alsasink0:sink> pad returned caps
audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)32,
depth=(int)32, rate=(int)[ 8000, 96000 ], channels=(int)10 which are not a real
subset of its template caps audio/x-raw-int, endianness=(int){ 1234, 4321 },
signed=(boolean){ true, false }, width=(int)32, depth=(int)32, rate=(int)[ 1,
2147483647 ], channels=(int)[ 1, 8 ]; audio/x-raw-int, endianness=(int){ 1234,
4321 }, signed=(boolean){ true, false }, width=(int)16, depth=(int)16,
rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 8 ]; audio/x-raw-int,
signed=(boolean){ true, false }, width=(int)8, depth=(int)8, rate=(int)[ 1,
2147483647 ], channels=(int)[ 1, 8 ]

(gst-launch-0.10:15947): GStreamer-WARNING **: pad alsasink0:sink returned caps
that are not a real subset of its template caps
LOG   (0x8103588 - 0:00:00.115108000)                 alsa(15947)
gstalsasink.c(308):gst_alsasink_getcaps:<alsasink0> Returning cached caps
ERROR (0x8103588 - 0:00:00.115161000)             GST_CAPS(15947)
gstpad.c(1862):gst_pad_get_caps_unlocked:<alsasink0:sink> pad returned caps
audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)32,
depth=(int)32, rate=(int)[ 8000, 96000 ], channels=(int)10 which are not a real
subset of its template caps audio/x-raw-int, endianness=(int){ 1234, 4321 },
signed=(boolean){ true, false }, width=(int)32, depth=(int)32, rate=(int)[ 1,
2147483647 ], channels=(int)[ 1, 8 ]; audio/x-raw-int, endianness=(int){ 1234,
4321 }, signed=(boolean){ true, false }, width=(int)16, depth=(int)16,
rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 8 ]; audio/x-raw-int,
signed=(boolean){ true, false }, width=(int)8, depth=(int)8, rate=(int)[ 1,
2147483647 ], channels=(int)[ 1, 8 ]

(gst-launch-0.10:15947): GStreamer-WARNING **: pad alsasink0:sink returned caps
that are not a real subset of its template caps
FEHLER: Von Element /pipeline0/filesrc0: Internal data flow error.


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