GNOME Bugzilla – Bug 680025
ORC functions should use the plugin namespace to avoid duplicate symbols
Last modified: 2012-07-24 08:55:34 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
should all be prefixed in git -base now
Should be fixed everywhere in 0.11 now