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 143753 - certain mp3 files don't play
certain mp3 files don't play
Status: VERIFIED INCOMPLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins
0.8.2
Other Linux
: Normal normal
: 0.8.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-06-05 09:50 UTC by gary
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: 2.5/2.6



Description gary 2004-06-05 09:50:42 UTC
Using rhythmbox 0.8.4 and GStreamer 0.8.2 on FC2 many of my mp3's do not play. 
gst-launch-ext plays the file OK.  These files played OK on FC1 with rhythmbox
0.6.x and GStreaer 0.6.x.  

I can send a sample mp3 file if needed, let me know.  I suspect something with
id3 tags maybe?

Output of gstreamer test:

gst-launch-0.8 gnomevfssrc location=./Evanescence\ -\ Fallen\ -\ 04\ -\ My\
Immortal.mp3 ! spider ! volume ! audioscale ! audioconvert ! osssink
 
** (process:10139): CRITICAL **: Could not parse caps: length 2695, content:
mage/jpeg, framerate=(double)[ 0, 1.7976931348623157e+308 ], width=(int)[ 16,
4096 ], height=(int)[ 16, 4096 ], pixel_width=(int)[ 0, 255 ],
pixel_height=(int)[ 0, 255 ]; video/mpeg, systemstream=(boolean)false,
mpegversion=(boolean){ true, 4, 1, 2 }, framerate=(double)[ 0,
1.7976931348623157e+308 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ],
pixel_width=(int)[ 0, 255 ], pixel_height=(int)[ 0, 255 ]; video/x-3ivx,
framerate=(double)[ 0, 1.7976931348623157e+308 ], width=(int)[ 16, 4096 ],
height=(int)[ 16, 4096 ], pixel_width=(int)[ 0, 255 ], pixel_height=(int)[ 0,
255 ]; video/x-cinepak, framerate=(double)[ 0, 1.7976931348623157e+308 ],
width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], pixel_width=(int)[ 0, 255 ],
pixel_height=(int)[ 0, 255 ]; video/x-divx, divxversion=(int){ 5, 4, 3 },
width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], pixel_width=(int)[ 0, 255 ],
pixel_height=(int)[ 0, 255 ], framerate=(double)[ 0, 1.7976931348623157e+308 ];
video/x-dv, systemstream=(boolean)false, framerate=(double)[ 0,
1.7976931348623157e+308 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ],
pixel_width=(int)[ 0, 255 ], pixel_height=(int)[ 0, 255 ]; video/x-h263,
framerate=(double)[ 0, 1.7976931348623157e+308 ], width=(int)[ 16, 4096 ],
height=(int)[ 16, 4096 ], pixel_width=(int)[ 0, 255 ], pixel_height=(int)[ 0,
255 ]; video/x-huffyuv, framerate=(double)[ 0, 1.7976931348623157e+308 ],
width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], pixel_width=(int)[ 0, 255 ],
pixel_height=(int)[ 0, 255 ]; video/x-jpeg, width=(int)[ 16, 4096 ],
height=(int)[ 16, 4096 ], pixel_width=(int)[ 0, 255 ], pixel_height=(int)[ 0,
255 ], framerate=(double)[ 0, 1.7976931348623157e+308 ]; video/x-msmpeg,
msmpegversion=(int){ 41, 42, 43 }, framerate=(double)[ 0,
1.7976931348623157e+308 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ],
pixel_width=(int)[ 0, 255 ], pixel_height=(int)[ 0, 255 ]; video/x-msvideocodec,
msvideoversion=(int)1, framerate=(double)[ 0, 1.7976931348623157e+308 ],
width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], pixel_width=(int)[ 0, 255 ],
pixel_height=(int)[ 0, 255 ]; video/x-raw-yuv, format=(fourcc){ YV12, YUY2, I420
}, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], pixel_width=(int)[ 0, 255
], pixel_height=(int)[ 0, 255 ], framerate=(double)[ 0, 1.7976931348623157e+308
]; video/x-wmv, wmvversion=(int){ 1, 2 }, framerate=(double)[ 0,
1.7976931348623157e+308 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ],
pixel_width=(int)[ 0, 255 ], pixel_height=(int)[ 0, 255 ]; video/x-xvid,
framerate=(double)[ 0, 1.7976931348623157e+308 ], width=(int)[ 16, 4096 ],
height=(int)[ 16, 4096 ], pixel_width=(int)[ 0, 255 ], pixel_height=(int)[ 0, 255 ]
 
 
(process:10139): GStreamer-CRITICAL **: file gstpad.c: line 3613
(gst_pad_template_new): assertion `caps != NULL' failed
 
(process:10139): GStreamer-CRITICAL **: file gstelementfactory.c: line 349
(__gst_element_factory_add_pad_template): assertion `templ != NULL' failed
RUNNING pipeline ...
Execution ended after 46 iterations (sum 175981000 ns, average 3825673 ns, min
35000 ns, max 79911000 ns).
Comment 1 Ronald Bultje 2004-06-05 16:00:12 UTC
Yes, please make one or two available. There's a good chance that most (if not
all) of them are fixed in CVS, since me and Benjamin did a huge audio file
fixage after 0.8.1 was released. To be sure, check with current CVS of
gst-plugins (will be released next week).
Comment 2 gary 2004-06-17 04:19:49 UTC
Waiting for the release of gst-plugins to see if issue is fixed.  In the
meantime, if you want a sample mp3 file, how should I send it?  Most of them are
copyrighted mp3's, so probably not a good idea to post publicly.
Comment 3 gary 2004-06-24 03:26:35 UTC
This was an issue with gst-plugins and is fixed in the 0.8.2 release.  Thanks guys!