Don't generate bindings for the XML/binary registry implementations
This commit is contained in:
parent
5e8d19e2be
commit
4d136c9de0
@ -4268,18 +4268,6 @@
|
|||||||
<parameter type="GstPlugin*" name="plugin" />
|
<parameter type="GstPlugin*" name="plugin" />
|
||||||
</parameters>
|
</parameters>
|
||||||
</method>
|
</method>
|
||||||
<method name="BinaryReadCache" cname="gst_registry_binary_read_cache">
|
|
||||||
<return-type type="gboolean" />
|
|
||||||
<parameters>
|
|
||||||
<parameter type="const-char*" name="location" />
|
|
||||||
</parameters>
|
|
||||||
</method>
|
|
||||||
<method name="BinaryWriteCache" cname="gst_registry_binary_write_cache">
|
|
||||||
<return-type type="gboolean" />
|
|
||||||
<parameters>
|
|
||||||
<parameter type="const-char*" name="location" />
|
|
||||||
</parameters>
|
|
||||||
</method>
|
|
||||||
<method name="FeatureFilter" cname="gst_registry_feature_filter">
|
<method name="FeatureFilter" cname="gst_registry_feature_filter">
|
||||||
<return-type type="GList*" />
|
<return-type type="GList*" />
|
||||||
<parameters>
|
<parameters>
|
||||||
@ -4583,14 +4571,6 @@
|
|||||||
</parameters>
|
</parameters>
|
||||||
</method>
|
</method>
|
||||||
</struct>
|
</struct>
|
||||||
<struct name="BinaryChunk" cname="GstBinaryChunk" opaque="true" />
|
|
||||||
<struct name="BinaryDep" cname="GstBinaryDep" opaque="true" />
|
|
||||||
<struct name="BinaryElementFactory" cname="GstBinaryElementFactory" opaque="true" />
|
|
||||||
<struct name="BinaryPadTemplate" cname="GstBinaryPadTemplate" opaque="true" />
|
|
||||||
<struct name="BinaryPluginElement" cname="GstBinaryPluginElement" opaque="true" />
|
|
||||||
<struct name="BinaryPluginFeature" cname="GstBinaryPluginFeature" opaque="true" />
|
|
||||||
<struct name="BinaryRegistryMagic" cname="GstBinaryRegistryMagic" opaque="true" />
|
|
||||||
<struct name="BinaryTypeFindFactory" cname="GstBinaryTypeFindFactory" opaque="true" />
|
|
||||||
<boxed name="Caps" cname="GstCaps" opaque="true">
|
<boxed name="Caps" cname="GstCaps" opaque="true">
|
||||||
<field name="Type" cname="type" type="GType" access="public" writeable="true" />
|
<field name="Type" cname="type" type="GType" access="public" writeable="true" />
|
||||||
<field name="Refcount" cname="refcount" type="gint" access="public" writeable="true" />
|
<field name="Refcount" cname="refcount" type="gint" access="public" writeable="true" />
|
||||||
|
@ -13,6 +13,8 @@
|
|||||||
<exclude>gstreamer-0.10.22/gst/gstinterface.h</exclude>
|
<exclude>gstreamer-0.10.22/gst/gstinterface.h</exclude>
|
||||||
<exclude>gstreamer-0.10.22/gst/gsturi.h</exclude>
|
<exclude>gstreamer-0.10.22/gst/gsturi.h</exclude>
|
||||||
<exclude>gstreamer-0.10.22/gst/gstpreset.h</exclude>
|
<exclude>gstreamer-0.10.22/gst/gstpreset.h</exclude>
|
||||||
|
<exclude>gstreamer-0.10.22/gst/gstregistrybinary.h</exclude>
|
||||||
|
<exclude>gstreamer-0.10.22/gst/gstregistryxml.h</exclude>
|
||||||
</namespace>
|
</namespace>
|
||||||
</library>
|
</library>
|
||||||
</api>
|
</api>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user