summaryrefslogtreecommitdiff
path: root/girs
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2023-05-09 09:25:25 +0300
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>2023-05-09 18:19:11 +0000
commit4e8af5c41d65cfed2c39b38da70daa0da0dc7a83 (patch)
tree4a6c15691440843caaa8956f9af5480af028672c /girs
parentb34cbe9bf187cfe5aa3038c8eedaa863163757c8 (diff)
downloadgstreamer-4e8af5c41d65cfed2c39b38da70daa0da0dc7a83.tar.gz
ges: discoverer-manager: Don't mark signals as action signals
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4579>
Diffstat (limited to 'girs')
-rw-r--r--girs/GES-1.0.gir4
1 files changed, 2 insertions, 2 deletions
diff --git a/girs/GES-1.0.gir b/girs/GES-1.0.gir
index 809b86c2d3..8e403664f7 100644
--- a/girs/GES-1.0.gir
+++ b/girs/GES-1.0.gir
@@ -3202,7 +3202,7 @@ if no track elements are created or an error occurred.</doc>
<property name="use-cache" writable="1" construct="1" transfer-ownership="none">
<type name="gboolean" c:type="gboolean"/>
</property>
- <glib:signal name="discovered" when="last" action="1" version="1.24">
+ <glib:signal name="discovered" when="last" version="1.24">
<attribute name="doc.skip" value="true"/>
<return-value transfer-ownership="none">
<type name="none" c:type="void"/>
@@ -3218,7 +3218,7 @@ if no track elements are created or an error occurred.</doc>
</parameter>
</parameters>
</glib:signal>
- <glib:signal name="load-serialized-info" when="last" action="1" version="1.24">
+ <glib:signal name="load-serialized-info" when="last" version="1.24">
<doc xml:space="preserve" filename="../subprojects/gst-editing-services/ges/ges-discoverer-manager.c">Retrieves information about a URI from and external source of information,
like a cache file. This is used by the discoverer to speed up the
discovery.</doc>