mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 21:16:24 +00:00
Don't generate bindings for the XML/binary registry implementations
This commit is contained in:
parent
5e8d19e2be
commit
4d136c9de0
2 changed files with 2 additions and 20 deletions
|
@ -4268,18 +4268,6 @@
|
|||
<parameter type="GstPlugin*" name="plugin" />
|
||||
</parameters>
|
||||
</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">
|
||||
<return-type type="GList*" />
|
||||
<parameters>
|
||||
|
@ -4583,14 +4571,6 @@
|
|||
</parameters>
|
||||
</method>
|
||||
</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">
|
||||
<field name="Type" cname="type" type="GType" 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/gsturi.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>
|
||||
</library>
|
||||
</api>
|
||||
|
|
Loading…
Reference in a new issue