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 305653 - build fixes for gstreamer and gst-plugins
build fixes for gstreamer and gst-plugins
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.8.10
Other Linux
: Normal normal
: 0.8.11
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-05-27 12:30 UTC by Stanislav Brabec
Modified: 2005-06-03 09:37 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10


Attachments
gstreamer-format-warnings.patch (469 bytes, patch)
2005-05-27 12:32 UTC, Stanislav Brabec
committed Details | Review
gstreamer-ia64-atomic.patch (1.01 KB, patch)
2005-05-27 12:33 UTC, Stanislav Brabec
committed Details | Review
gst-plugins-audiofile.patch (414 bytes, patch)
2005-05-27 12:36 UTC, Stanislav Brabec
none Details | Review
gst-plugins-playbasebin-reset.patch (366 bytes, patch)
2005-05-27 12:42 UTC, Stanislav Brabec
none Details | Review

Description Stanislav Brabec 2005-05-27 12:30:31 UTC
Here are some build and portability patches from SuSE packages.
Comment 1 Stanislav Brabec 2005-05-27 12:32:38 UTC
Created attachment 46942 [details] [review]
gstreamer-format-warnings.patch

Fix some GCC warnings.
Comment 2 Stanislav Brabec 2005-05-27 12:33:54 UTC
Created attachment 46943 [details] [review]
gstreamer-ia64-atomic.patch

Adds atomic ops for IA64.

(These two patches are from Andreas Schwab.
Comment 3 Stanislav Brabec 2005-05-27 12:36:51 UTC
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.
Comment 4 Stanislav Brabec 2005-05-27 12:42:26 UTC
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.
Comment 5 Stanislav Brabec 2005-05-27 12:50:05 UTC
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
Comment 6 Ronald Bultje 2005-05-27 16:15:34 UTC
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.
Comment 7 Ronald Bultje 2005-06-03 09:37:09 UTC
All applied, or already in there. Thanks for sending them upstream!