[Bug 702732] New: v4l2: Does not link statically on linux

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Jun 20 04:22:07 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=702732
  GStreamer | gst-plugins-good | 1.x

           Summary: v4l2: Does not link statically on linux
    Classification: Platform
           Product: GStreamer
           Version: 1.x
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: Morgan.Lindqvist at ericsson.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


When linking statically on linux I get the following error message:

multiple definition of `GST_CAT_PERFORMANCE'

Looking at the file gstv4l2.c on line 42 it looks like _STATIC is missing.
Other elements are using GST_DEBUG_CATEGORY_STATIC(GST_CAT_PERFORMANCE), and
not GST_DEBUG_CATEGORY(GST_CAT_PERFORMANCE), and they work.

-- 
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