summaryrefslogtreecommitdiff
path: root/girs/GstPbutils-1.0.gir
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2023-05-08 11:59:03 +0300
committerSebastian Dröge <sebastian@centricular.com>2023-05-08 15:26:58 +0300
commit4cbd8d6fc61f8f386dfe2f7f02d5fd8cd9e7724f (patch)
tree44310e6f4025bedb4d7036b16aee35427dc1abee /girs/GstPbutils-1.0.gir
parentc789b669718526f44932603c9b77ae3d27abc70f (diff)
downloadgstreamer-4cbd8d6fc61f8f386dfe2f7f02d5fd8cd9e7724f.tar.gz
pbutils: discoverer: Mark gst_discoverer_stream_info_get_stream_id() as nullable
It can return NULL in certain situations. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4572>
Diffstat (limited to 'girs/GstPbutils-1.0.gir')
-rw-r--r--girs/GstPbutils-1.0.gir2
1 files changed, 1 insertions, 1 deletions
diff --git a/girs/GstPbutils-1.0.gir b/girs/GstPbutils-1.0.gir
index 15d2e20cd8..63718f99ac 100644
--- a/girs/GstPbutils-1.0.gir
+++ b/girs/GstPbutils-1.0.gir
@@ -1255,7 +1255,7 @@ after usage.</doc>
</method>
<method name="get_stream_id" c:identifier="gst_discoverer_stream_info_get_stream_id">
<source-position filename="../subprojects/gst-plugins-base/gst-libs/gst/pbutils/gstdiscoverer.h"/>
- <return-value transfer-ownership="none">
+ <return-value transfer-ownership="none" nullable="1">
<doc xml:space="preserve" filename="../subprojects/gst-plugins-base/gst-libs/gst/pbutils/gstdiscoverer-types.c">the stream ID of this stream. If you wish to
use the stream ID after the life-time of @info you will need to copy it.</doc>
<type name="utf8" c:type="const gchar*"/>