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 140949 - can't play file using spider/rhythmbox pipeline
can't play file using spider/rhythmbox pipeline
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: dont know
0.8.1
Other Linux
: Normal normal
: 0.8.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-04-23 17:14 UTC by Joe Barnett
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Joe Barnett 2004-04-23 17:14:40 UTC
I have an mp3 file that I can't get rhythmbox to play, using debian
unstable/experimental packages.

the file was initially on my desktop at home, and could play with no problem
using debian unstable (gstreamer/rhythmbox 0.6) packages.  I then burned the
file to an mp3-cd, and copied it off the cd to my laptop at work.  at work
(experimental - 0.8 packages), the file cannot play in rhythmbox, and has a time
of "Unknown" in the song list.  The file plays fine with gst-launch-ext, and
with gst-launch-0.8 ... ! mad ! sink, but doesn't play with rhythmbox or
gst-launch-0.8 ... ! typefind ! spider ! sink  (exits right away with the
following messaging:
RUNNING pipeline ...
Execution ended after 46 iterations (sum 12228000 ns, average 265826 ns, min 190
00 ns, max 3185000 ns).
)

contact me at sanchezthecactus@yahoo.com and I can send you the file.

Thanks,
-joe
Comment 1 Ronald Bultje 2004-04-25 02:17:18 UTC
I have the file. It's MP3-inside-WAV-inside-ID3. gst-launch-0.8
--gst-scheduler=basicgthread filesrc location=/media/music/broken.mp3 ! id3demux
! wavparse ! mad ! osssink plays it back fine, as does gst-launch-0.8
--gst-scheduler=basicgthread filesrc location=/media/music/broken.mp3 ! spider !
osssink. Libgstplay messes up, I don't know why.
Comment 2 Benjamin Otte (Company) 2004-04-25 12:08:24 UTC
Rhythmbox doesn't use libgstplay. I'm pretty sure Rb with current GStreamer cvs
HEAD will play it too, since you changed wavparse to SOMETIMES pads (boo! :)).

0.6 played it because it didn't care about the WAV part.

Ronald, could you make sure that Rb with GStreamer cvs HEAD indeed plays that
file or provide me with a copy so I can check?
Comment 3 Benjamin Otte (Company) 2004-04-25 20:26:53 UTC
I'm listening to that song in Rb now.