summaryrefslogtreecommitdiff
path: root/giscanner/gdumpparser.py
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2010-09-15 16:45:48 -0400
committerColin Walters <walters@verbum.org>2010-09-15 16:49:16 -0400
commit2b9df1ded8f4af871e6e6b7b7306230f1c33a51e (patch)
tree30115b6f16344f77379838c345885a084986ca35 /giscanner/gdumpparser.py
parente8221c2b4711b43d6cba985139eb417ca1fab151 (diff)
downloadgobject-introspection-2b9df1ded8f4af871e6e6b7b7306230f1c33a51e.tar.gz
scanner: Add temporary workaround for GStreamer
Also document/bug link the other workarounds; just made up a convention for ## WORKAROUND ## See: https://bugzilla.gnome.org/show_bug.cgi?id=550616
Diffstat (limited to 'giscanner/gdumpparser.py')
-rw-r--r--giscanner/gdumpparser.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/giscanner/gdumpparser.py b/giscanner/gdumpparser.py
index d23e93f9..42bf0046 100644
--- a/giscanner/gdumpparser.py
+++ b/giscanner/gdumpparser.py
@@ -350,6 +350,8 @@ different --identifier-prefix.""" % (xmlnode.attrib['name'], self._namespace.ide
else:
self._namespace.append(node, replace=True)
+ ## WORKAROUND ##
+ # https://bugzilla.gnome.org/show_bug.cgi?id=550616
def _introspect_boxed_gstreamer_workaround(self, xmlnode):
node = ast.Boxed('ParamSpecMiniObject', gtype_name='GParamSpecMiniObject',
get_type='gst_param_spec_mini_object_get_type',