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 503832 - Real video decoder in current CVS is broken on x86_64
Real video decoder in current CVS is broken on x86_64
Status: RESOLVED INVALID
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
0.10.5
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-12-16 11:23 UTC by Hans de Goede
Modified: 2007-12-16 14:10 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Hans de Goede 2007-12-16 11:23:52 UTC
Hi,

I was having some problems with certain .rm files in totem, in an attempt to fix this I build the CVS version of gstreamer-plugins-bad.

However playback of .rm files is completely broken on x86_64 with the current CVS version, this commit:
http://webcvs.freedesktop.org/gstreamer/gst-plugins-bad/gst/real/gstrealvideodec.c?r1=1.8&r2=1.9

Broke it. Note I'm using the drvc.so file from the mplayer-essentials package:
http://www1.mplayerhq.hu/MPlayer/releases/codecs/essential-amd64-20071007.tar.bz2
Comment 1 Tim-Philipp Müller 2007-12-16 11:45:37 UTC
Is this in connection with the rmdemux from gst-plugins-ugly CVS? (The timestamp/fragment parsing code has been moved from the decoder to the demuxer IIRC)
Comment 2 Hans de Goede 2007-12-16 14:10:30 UTC
(In reply to comment #1)
> Is this in connection with the rmdemux from gst-plugins-ugly CVS? (The
> timestamp/fragment parsing code has been moved from the decoder to the demuxer
> IIRC)
> 

Ah, I didn't know that, when updating gstreamer-plugins-ugly to the latest CVS it works again, even slightly better then before!

Closing.