From 18fcd14fb8cebcbaa3a38bb90ed10e232bfad390 Mon Sep 17 00:00:00 2001 From: Philippe Normand Date: Tue, 31 Oct 2023 16:22:20 +0000 Subject: [PATCH] streamcollection: Fixup doc blurbs Part-of: --- girs/Gst-1.0.gir | 9 +++++++-- subprojects/gstreamer/gst/gststreamcollection.c | 4 ++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/girs/Gst-1.0.gir b/girs/Gst-1.0.gir index e8134bd81f..7918b15f74 100644 --- a/girs/Gst-1.0.gir +++ b/girs/Gst-1.0.gir @@ -40466,6 +40466,7 @@ The caller should not modify the returned #GstStream + stream-id @@ -40483,14 +40484,18 @@ The caller should not modify the returned #GstStream + The stream notify signal is used to be notified of property changes to +streams within the collection. - + + the #GstStream that originated the signal - + + the property that changed diff --git a/subprojects/gstreamer/gst/gststreamcollection.c b/subprojects/gstreamer/gst/gststreamcollection.c index 4d3d46cfd1..87218efae8 100644 --- a/subprojects/gstreamer/gst/gststreamcollection.c +++ b/subprojects/gstreamer/gst/gststreamcollection.c @@ -97,7 +97,7 @@ gst_stream_collection_class_init (GstStreamCollectionClass * klass) gobject_class->get_property = gst_stream_collection_get_property; /** - * GstStream:upstream-id: + * GstStreamCollection:upstream-id: * * stream-id */ @@ -108,7 +108,7 @@ gst_stream_collection_class_init (GstStreamCollectionClass * klass) G_PARAM_READWRITE | G_PARAM_CONSTRUCT | G_PARAM_STATIC_STRINGS)); /** - * GstStream::stream-notify: + * GstStreamCollection::stream-notify: * @collection: a #GstStreamCollection * @prop_stream: the #GstStream that originated the signal * @prop: the property that changed