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 162005 - Spider element doesn't handle musepack files (?)
Spider element doesn't handle musepack files (?)
Status: RESOLVED DUPLICATE of bug 158162
Product: GStreamer
Classification: Platform
Component: dont know
0.8.7
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-12-22 17:53 UTC by Giacomo Perale
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.7/2.8



Description Giacomo Perale 2004-12-22 17:53:11 UTC
gst-plugins 0.8.6 include a musepack plugin and this plugin compiles flawlessy,
but both totem and rhythmbox hang when I try to play .mpc files. I noticed that
playing .mpc files with

gst-launch-0.8 filesrc location=file.mpc ! musepackdec ! alsasink

works, but if I try 

gst-launch-0.8 filesrc location=file.mpc ! spider ! alsasink

I get only

 RUNNING pipeline ...

** (process:18352): WARNING **: deadlock detected, disabling group 0x80afae8

** (process:18352): WARNING **: deadlock detected, disabling group 0x80afae8

** (process:18352): WARNING **: deadlock detected, disabling group 0x80afae8

** (process:18352): WARNING **: deadlock detected, disabling group 0x80afae8
Execution ended after 2 iterations (sum 1151345000 ns, average 575672500 ns, min
245000 ns, max 1151100000 ns).

A similar error (disabling group 0x849e0f8) appears if I launch rhythmbox in
console to see the output, then program hangs.
Comment 1 Ronald Bultje 2004-12-22 18:32:15 UTC

*** This bug has been marked as a duplicate of 158162 ***