GNOME Bugzilla – Bug 116387
Caps remake
Last modified: 2004-12-22 21:47:04 UTC
This is a general bug for the caps remake I'm doing. It's sole purpose is to mark other bugs as a dup of this. In the end, I'll commit my changes, FUBAR the whole CVS for a while with my changes and close this bug and everyone will be happy.
*** Bug 112621 has been marked as a duplicate of this bug. ***
*** Bug 110252 has been marked as a duplicate of this bug. ***
*** Bug 110832 has been marked as a duplicate of this bug. ***
*** Bug 114823 has been marked as a duplicate of this bug. ***
*** Bug 110253 has been marked as a duplicate of this bug. ***
Patch (~500kB) applied to HEAD. Please report bugs here.
Ok a couple of small issues I had after the patch got applied (building from a disted tarball). a) no ffmpeg stuff seems to get built and b) the asfdemuxer plugins give the following warning 'asfdemux: could not load support library: 'gstbytestream''
FFMPEG build depends on your checkout from their CVS succeeding. Apparently, that fails. For ASF: don't know, didn't check that yet.
I also notice that modplug plugin now fails to load: Plugin /usr/lib/gstreamer-0.7/libgstmodplug.so failed to load
Could you run with --gst-debug-level=5 and save the output to a file? This will will probably say why it failed to load (I'm guessing for an undefined synbol at a typo somewhere. ;) ).
This is done now...