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 155348 - Various MP3 files cannot be detected or played
Various MP3 files cannot be detected or played
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
0.8.5
Other Linux
: Normal major
: 0.8.7
Assigned To: Maintainer alias for GStreamer component of Totem
Maintainer alias for GStreamer component of Totem
Depends on:
Blocks:
 
 
Reported: 2004-10-14 01:38 UTC by Paul Drain
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
totem with debug options above set (5.88 KB, text/plain)
2004-10-14 13:11 UTC, Paul Drain
Details

Description Paul Drain 2004-10-14 01:38:36 UTC
With Totem 0.99.19, gst-plugins and gstreamer from CVS (October 14th 2004) on a
Ubuntu system, attempting to play ftp.klfcentral.com/music/The White Room -
Original Soundtrack/02 - The KLF - 3 a.m. eternal.mp3 will bomb out with:

** (totem:8715): WARNING **: could not link audio/x-raw-int,
endianness=(int)1234, signed=(boolean)true, width=(int)16, depth=(int)16,
rate=(int)44100, channels=(int)2

(totem:8715): GLib-GObject-CRITICAL **: file gvaluetypes.c: line 785
(g_value_get_string): assertion `G_VALUE_HOLDS_STRING (value)' failed

(totem:8715): GLib-GObject-CRITICAL **: file gvaluetypes.c: line 785
(g_value_get_string): assertion `G_VALUE_HOLDS_STRING (value)' failed

However, gst-launch can play the file, using:

gst-launch-0.8 filesrc location="02 - the klf - 3 a.m. eternal.mp3" ! spider !
esdsink

seems to work perfectly.
Comment 1 Ronald Bultje 2004-10-14 11:34:28 UTC
Can you run totem with --gst-debug=*play*:5 --gst-debug-no-color &> /tmp/log and
attach the log here?
Comment 2 Paul Drain 2004-10-14 13:11:49 UTC
Created attachment 32601 [details]
totem with debug options above set

Two files selected in playlist, both audio only, neither of which play
correctly.
Comment 3 Ronald Bultje 2004-12-03 22:37:12 UTC
This seemed to be the case because playbin sitll had a previous element linked.
I've added a workaround to make sure that doesn't happen. All mp3 files should
play fine now.