summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2009-04-07 13:10:02 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2009-04-07 13:10:02 +0200
commit382d1c0ee1ba52efa3e2362159167e5ff0d2b75b (patch)
treedb42454ad1ef389c3bd8dde42b9376f962000c17 /source
parent02ea7a16ab83342780a8ff9894caac8f0e00edf0 (diff)
Don't bind GstTrace, it's not really useful for managed applications to trace native allocations
Diffstat (limited to 'source')
-rw-r--r--source/gstreamer-sharp-source.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/gstreamer-sharp-source.xml b/source/gstreamer-sharp-source.xml
index b80dd33..42cc1b2 100644
--- a/source/gstreamer-sharp-source.xml
+++ b/source/gstreamer-sharp-source.xml
@@ -10,9 +10,13 @@
<library name="gstreamer-0.10.dll">
<namespace name="Gst">
<dir>gstreamer-0.10.22/gst</dir>
+ <!-- Needs to be bound -->
<exclude>gstreamer-0.10.22/gst/gstinterface.h</exclude>
<exclude>gstreamer-0.10.22/gst/gsturi.h</exclude>
<exclude>gstreamer-0.10.22/gst/gstpreset.h</exclude>
+ <!-- Not bound -->
+ <exclude>gstreamer-0.10.22/gst/gsttrace.h</exclude>
+ <!-- Private headers -->
<exclude>gstreamer-0.10.22/gst/gstregistrybinary.h</exclude>
<exclude>gstreamer-0.10.22/gst/gstregistryxml.h</exclude>
</namespace>