mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 05:59:10 +00:00
streamcollection: Fixup doc blurbs
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5605>
This commit is contained in:
parent
39efd788a8
commit
18fcd14fb8
2 changed files with 9 additions and 4 deletions
|
@ -40466,6 +40466,7 @@ The caller should not modify the returned #GstStream</doc>
|
||||||
</parameters>
|
</parameters>
|
||||||
</method>
|
</method>
|
||||||
<property name="upstream-id" writable="1" construct="1" transfer-ownership="none">
|
<property name="upstream-id" writable="1" construct="1" transfer-ownership="none">
|
||||||
|
<doc xml:space="preserve" filename="../subprojects/gstreamer/gst/gststreamcollection.c">stream-id</doc>
|
||||||
<type name="utf8" c:type="gchar*"/>
|
<type name="utf8" c:type="gchar*"/>
|
||||||
</property>
|
</property>
|
||||||
<field name="object" readable="0" private="1">
|
<field name="object" readable="0" private="1">
|
||||||
|
@ -40483,14 +40484,18 @@ The caller should not modify the returned #GstStream</doc>
|
||||||
</array>
|
</array>
|
||||||
</field>
|
</field>
|
||||||
<glib:signal name="stream-notify" when="first" no-recurse="1" detailed="1" no-hooks="1">
|
<glib:signal name="stream-notify" when="first" no-recurse="1" detailed="1" no-hooks="1">
|
||||||
|
<doc xml:space="preserve" filename="../subprojects/gstreamer/gst/gststreamcollection.c">The stream notify signal is used to be notified of property changes to
|
||||||
|
streams within the collection.</doc>
|
||||||
<return-value transfer-ownership="none">
|
<return-value transfer-ownership="none">
|
||||||
<type name="none" c:type="void"/>
|
<type name="none" c:type="void"/>
|
||||||
</return-value>
|
</return-value>
|
||||||
<parameters>
|
<parameters>
|
||||||
<parameter name="object" transfer-ownership="none">
|
<parameter name="prop_stream" transfer-ownership="none">
|
||||||
|
<doc xml:space="preserve" filename="../subprojects/gstreamer/gst/gststreamcollection.c">the #GstStream that originated the signal</doc>
|
||||||
<type name="Stream"/>
|
<type name="Stream"/>
|
||||||
</parameter>
|
</parameter>
|
||||||
<parameter name="p0" transfer-ownership="none">
|
<parameter name="prop" transfer-ownership="none">
|
||||||
|
<doc xml:space="preserve" filename="../subprojects/gstreamer/gst/gststreamcollection.c">the property that changed</doc>
|
||||||
<type name="GObject.ParamSpec"/>
|
<type name="GObject.ParamSpec"/>
|
||||||
</parameter>
|
</parameter>
|
||||||
</parameters>
|
</parameters>
|
||||||
|
|
|
@ -97,7 +97,7 @@ gst_stream_collection_class_init (GstStreamCollectionClass * klass)
|
||||||
gobject_class->get_property = gst_stream_collection_get_property;
|
gobject_class->get_property = gst_stream_collection_get_property;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* GstStream:upstream-id:
|
* GstStreamCollection:upstream-id:
|
||||||
*
|
*
|
||||||
* stream-id
|
* stream-id
|
||||||
*/
|
*/
|
||||||
|
@ -108,7 +108,7 @@ gst_stream_collection_class_init (GstStreamCollectionClass * klass)
|
||||||
G_PARAM_READWRITE | G_PARAM_CONSTRUCT | G_PARAM_STATIC_STRINGS));
|
G_PARAM_READWRITE | G_PARAM_CONSTRUCT | G_PARAM_STATIC_STRINGS));
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* GstStream::stream-notify:
|
* GstStreamCollection::stream-notify:
|
||||||
* @collection: a #GstStreamCollection
|
* @collection: a #GstStreamCollection
|
||||||
* @prop_stream: the #GstStream that originated the signal
|
* @prop_stream: the #GstStream that originated the signal
|
||||||
* @prop: the property that changed
|
* @prop: the property that changed
|
||||||
|
|
Loading…
Reference in a new issue