[Bug 775295] New: examples: remove #include <ges-internal.h> from assets.c

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Nov 29 01:12:27 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=775295

            Bug ID: 775295
           Summary: examples: remove #include <ges-internal.h> from
                    assets.c
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Windows
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-editing-services
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: scott.d.phillips at intel.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

It is not needed and pulling it in is causing a link problem with msvc.
Including ges-internal.h sets the default debug category in assets.c to
_ges_debug. Because _ges_debug is marked as DATA in the libges.def, it
will only be linked from libges.dll if it is marked in the source with
dllimport. Instead of messing with that we can just remove this include.

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