GNOME Bugzilla – Bug 305653
build fixes for gstreamer and gst-plugins
Last modified: 2005-06-03 09:37:09 UTC
Here are some build and portability patches from SuSE packages.
Created attachment 46942 [details] [review] gstreamer-format-warnings.patch Fix some GCC warnings.
Created attachment 46943 [details] [review] gstreamer-ia64-atomic.patch Adds atomic ops for IA64. (These two patches are from Andreas Schwab.
Created attachment 46944 [details] [review] gst-plugins-audiofile.patch af_virtual_file_new is not exported dynamic symbol and is present only in static library. But static library cannot be used for creating shared module on some platforms and it results unresolved symbol. Please consult this patch with audiofile developers.
Created attachment 46946 [details] [review] gst-plugins-playbasebin-reset.patch Patch from Federico Mena Quintero. I have updated the patch to new version, but I am not sure, whether it is still needed. Info from Novell Bugzilla: Nautilus crashing while right click on .rm file It is crashing only if you r-click->properties. Not otherwise. It was a threading problem after all. Patch attached.
Adding Federico Mena Quintero to Cc: to comment his patch. There are following remaining build problems: It seems, that GStreamer builds gtk-doc documentation only if you set HAVE_DOCBOOK=true for configure. GStreamer-CRITICAL **: gst_tag_register: assertion `info == NULL' failed libvisual WARNING: no progname: visual_plugin_get_list(): Failed to add the /usr/lib/libvisual/transform directory to the plugin registry
The playbin patch has already been applied (sorry for not responding to your email, Federico, I've been busy yesterday/today), so no need to apply it again. Thanks for the others, will look what's not yet in.
All applied, or already in there. Thanks for sending them upstream!