After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 323844 - Using alsasink in amarok causes error
Using alsasink in amarok causes error
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.10.0
Other All
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-12-12 07:04 UTC by David Swiston
Modified: 2006-04-11 16:25 UTC
See Also:
GNOME target: ---
GNOME version: 2.11/2.12



Description David Swiston 2005-12-12 07:04:40 UTC
Please describe the problem:
When specifying the alsa device hw:1,0 in amarok and attempting to play a file,
one is met with the following output error:

amarok: BEGIN: void GstEngine::handlePipelineError()
amarok:   [Gst-Engine] [ERROR!] [GStreamer Error] Internal GStreamer error:
negotiation problem.  File a bug. ** gstmad.c(1206): gst_mad_check_caps_reset:
/thread/decodebin12/mad12:
Failed to negotiate 44100 Hz, 2 channels
amarok:   BEGIN: void GstEngine::destroyPipeline()
amarok:     [Gst-Engine] Unreffing pipeline.
amarok:   END__: void GstEngine::destroyPipeline() - Took 0.0057s
amarok: END__: void GstEngine::handlePipelineError() - Took 0.04s
amarok: BEGIN: void GstEngine::handlePipelineError()
amarok:   [Gst-Engine] [ERROR!] [GStreamer Error]  ** gstmad.c(1206):
gst_mad_check_caps_reset: /thread/decodebin12/mad12:
Failed to negotiate 44100 Hz, 2 channels
amarok:   BEGIN: void GstEngine::destroyPipeline()
amarok:   END__: void GstEngine::destroyPipeline() - Took 3.7e-05s
amarok: END__: void GstEngine::handlePipelineError() - Took 0.035s


*Please note

xine engine using the same device works fine
the device that causes the error is created by raop_plsy (to stream to an
airport express)

Steps to reproduce:
1. Start amarok
2. Select GStreamer as the engine
3. Choose alsasink and select hw:1,0 (which happens to be an alsa device created
by raop_play)


Actual results:
No sound is produced, output is spit to a terminal telling one to report a bug.

Expected results:


Does this happen every time?
Yes

Other information:
Comment 1 Wim Taymans 2006-02-14 09:41:11 UTC
is this still a problem with 0.10?