mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
Remove GParamSpec subclasses as they are not handled in the code generator
This commit is contained in:
parent
1b96d74926
commit
083115dd57
2 changed files with 5 additions and 2 deletions
|
@ -173,7 +173,6 @@ generated_sources = [
|
||||||
'Gst_ElementCallAsyncFunc.cs',
|
'Gst_ElementCallAsyncFunc.cs',
|
||||||
'Gst_ValueTable.cs',
|
'Gst_ValueTable.cs',
|
||||||
'Gst_Object.cs',
|
'Gst_Object.cs',
|
||||||
'Gst_ParamSpecArray.cs',
|
|
||||||
'Gst_GstSharp.MetaFreeFunctionNative.cs',
|
'Gst_GstSharp.MetaFreeFunctionNative.cs',
|
||||||
'Gst_ElementRemovedHandler.cs',
|
'Gst_ElementRemovedHandler.cs',
|
||||||
'Gst_GstSharp.MemoryShareFunctionNative.cs',
|
'Gst_GstSharp.MemoryShareFunctionNative.cs',
|
||||||
|
@ -198,7 +197,6 @@ generated_sources = [
|
||||||
'Gst_StreamType.cs',
|
'Gst_StreamType.cs',
|
||||||
'Gst_PadProbeInfo.cs',
|
'Gst_PadProbeInfo.cs',
|
||||||
'Gst_DeepElementAddedHandler.cs',
|
'Gst_DeepElementAddedHandler.cs',
|
||||||
'Gst_ParamSpecFraction.cs',
|
|
||||||
'Gst_CapsMapFunc.cs',
|
'Gst_CapsMapFunc.cs',
|
||||||
'Gst_GstSharp.IteratorNextFunctionNative.cs',
|
'Gst_GstSharp.IteratorNextFunctionNative.cs',
|
||||||
'Gst_PadLinkFunction.cs',
|
'Gst_PadLinkFunction.cs',
|
||||||
|
|
|
@ -23,6 +23,11 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
||||||
<remove-node path="/api/namespace/object[@cname='GstPad']/property[@name='Caps']"/>
|
<remove-node path="/api/namespace/object[@cname='GstPad']/property[@name='Caps']"/>
|
||||||
<!-- Error with array -->
|
<!-- Error with array -->
|
||||||
<attr path="/api/namespace/object[@cname='GstGlobal']/method[@cname='gst_formats_contains']" name="hidden">true</attr>
|
<attr path="/api/namespace/object[@cname='GstGlobal']/method[@cname='gst_formats_contains']" name="hidden">true</attr>
|
||||||
|
|
||||||
|
<!-- GParamSpec are not handled in the generator -->
|
||||||
|
<attr path="/api/namespace/struct[@cname='GstParamSpecArray']" name="hidden">true</attr>
|
||||||
|
<attr path="/api/namespace/struct[@cname='GstParamSpecFraction']" name="hidden">true</attr>
|
||||||
|
|
||||||
<!-- MiniObject issues -->
|
<!-- MiniObject issues -->
|
||||||
<attr path="/api/namespace/struct[@cname='GstMiniObject']" name="opaque">true</attr>
|
<attr path="/api/namespace/struct[@cname='GstMiniObject']" name="opaque">true</attr>
|
||||||
<attr path="/api/namespace/struct[@cname='GstMiniObject']/field[@cname='copy']" name="type">gpointer</attr>
|
<attr path="/api/namespace/struct[@cname='GstMiniObject']/field[@cname='copy']" name="type">gpointer</attr>
|
||||||
|
|
Loading…
Reference in a new issue