GNOME Bugzilla – Bug 676674
Compilation issue due to common submodule reference not updated...
Last modified: 2012-05-24 09:20:44 UTC
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...
Created attachment 214801 [details] [review] Proposed patch for compilation issue.
commit d502b8cb2455e1891835f36a623ee1a7d8e8e95f Author: Sebastian Rasmussen <sebrn@axis.com> Date: Wed May 23 18:12:24 2012 +0200 common: Update so the plugin scanner changes are included Fixes https://bugzilla.gnome.org/show_bug.cgi?id=676674