[Bug 680025] New: ORC functions should use the plugin namespace to avoid duplicate symbols

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Jul 16 08:45:38 PDT 2012


https://bugzilla.gnome.org/show_bug.cgi?id=680025
  GStreamer | gstreamer (core) | 0.10.x

           Summary: ORC functions should use the plugin namespace to avoid
                    duplicate symbols
    Classification: Platform
           Product: GStreamer
           Version: 0.10.x
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: ylatuya at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


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

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list