mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
Make sure GstSample is declared as subclass of GstMiniObject
This commit is contained in:
parent
cd5b0e1992
commit
3f9dcf7198
1 changed files with 6 additions and 0 deletions
|
@ -31,7 +31,13 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
|||
<!-- structs and objects that should be opaque -->
|
||||
<attr path="/api/namespace/boxed[@cname='GstDateTime']" name="opaque">true</attr>
|
||||
<attr path="/api/namespace/boxed[@cname='GstBufferList']" name="opaque">true</attr>
|
||||
|
||||
<!-- Explicitly declare GstSample as a GstMiniObject (the opaque struct definition doesn't have GObject-Introspection
|
||||
annotations) to get ref-counting to work.
|
||||
-->
|
||||
<attr path="/api/namespace/boxed[@cname='GstSample']" name="opaque">true</attr>
|
||||
<attr path="/api/namespace/boxed[@cname='GstSample']" name="parent">GstMiniObject</attr>
|
||||
|
||||
<attr path="/api/namespace/boxed[@cname='GstAtomicQueue']" name="opaque">true</attr>
|
||||
<attr path="/api/namespace/boxed[@cname='GstParseContext']" name="opaque">true</attr>
|
||||
<attr path="/api/namespace/object[@cname='GstElementFactory']" name="opaque">true</attr>
|
||||
|
|
Loading…
Reference in a new issue