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 680025 - ORC functions should use the plugin namespace to avoid duplicate symbols
ORC functions should use the plugin namespace to avoid duplicate symbols
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
0.10.x
Other Linux
: Normal normal
: 0.11.x
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-07-16 15:45 UTC by Andoni Morales
Modified: 2012-07-24 08:55 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Andoni Morales 2012-07-16 15:45:35 UTC
Linking statically GStreamer is not possible right now because some orc functions share the same name across several elements.
As an example gstvideo and gstvideoscale define both 'orc_merge_linear_u8',  resulting in duplicate symbols errors at the link stage.
This could be fixed if orc functions use the plugin namespace, for example gst_video_orc_merge_linear_u8 or orc_gst_video_merge_linear_u8
Comment 1 Wim Taymans 2012-07-23 15:32:50 UTC
should all be prefixed in git -base now
Comment 2 Wim Taymans 2012-07-24 08:55:34 UTC
Should be fixed everywhere in 0.11 now