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 654254 - Since renaming the qtdemux plugin to isomp4, gstreamer does not play mp4 files.
Since renaming the qtdemux plugin to isomp4, gstreamer does not play mp4 files.
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
0.10.x
Other Linux
: Normal major
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-07-08 14:16 UTC by Fabricio
Modified: 2011-07-08 14:57 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Fabricio 2011-07-08 14:16:47 UTC
Since package gstreamer-plugins-good has been updated from version 0.10.27 to 0.10.29, Totem does not recognize MP4 files, in Fedora Release 15. A temporary solution is to roll back the updated package.
Comment 1 Tim-Philipp Müller 2011-07-08 14:35:28 UTC
Could you do this in gnome-terminal or so:

 $  GST_DEBUG=*:5 gst-launch-0.10 playbin2 uri=file:///path/to/movie.mp4 -v  2>dbg.log
 $ gzip dbg.log

and attach the dbg.log.gz file to this bug ?
Comment 2 Fabricio 2011-07-08 14:55:04 UTC
When I re-installed the newer version of the gstreamer-plugins-good package, it started working! So, probably, this isn't a bug. Thanks for the help and sorry for the trouble.