[Bug 676674] New: Compilation issue due to common submodule reference not updated...

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed May 23 10:35:39 PDT 2012


https://bugzilla.gnome.org/show_bug.cgi?id=676674
  GStreamer | gst-plugins-good | git

           Summary: Compilation issue due to common submodule reference
                    not updated...
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: sebras at hotmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


When compiling the git version of gst-plugins-good it checks out
common (SHA1 dc702037b0490052dfc1fa5a3e5890bd55cf7b34). This results
in a compilation error when doing the introspection:

make[2]: Entering directory
`/home/sebrn/src/upstream/gst-plugins-good/docs/plugins'
  DOC   Introspecting gobjects
In file included from gst-plugins-good-plugins-scan.c:9:0:
gst-plugins-good-plugins-scan.c: In function 'get_object_types':
gst-plugins-good-plugins-scan.c:109:19: error: dereferencing pointer to
incomplete type

The reason is that the SHA1 for common does not include a commit
(3429ba64cfe418492a9192496d7d23004c0d0872) that fixes the problem 
above. My best bet is that a similar update as in the proposed patch 
ought to be done for gst-plugins-*. However, currently the others 
compile as they are -- I only see this problem in gst-plugins-good...

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