From: Sebastian Dröge Date: Sat, 17 Oct 2020 09:35:16 +0000 (+0300) Subject: Add some missing nullable annotations X-Git-Tag: 1.19.3~511^2~399 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=825eea9545cfddf9d904ae89c432288054de009e;p=platform%2Fupstream%2Fgstreamer.git Add some missing nullable annotations Part-of: --- diff --git a/gst-libs/gst/app/gstappsink.c b/gst-libs/gst/app/gstappsink.c index 964b2c1..cfcb1bf 100644 --- a/gst-libs/gst/app/gstappsink.c +++ b/gst-libs/gst/app/gstappsink.c @@ -1111,7 +1111,7 @@ gst_app_sink_query (GstBaseSink * bsink, GstQuery * query) /** * gst_app_sink_set_caps: * @appsink: a #GstAppSink - * @caps: caps to set + * @caps: (nullable): caps to set * * Set the capabilities on the appsink element. This function takes * a copy of the caps structure. After calling this method, the sink will only diff --git a/gst-libs/gst/app/gstappsrc.c b/gst-libs/gst/app/gstappsrc.c index 0fc806b..f5bf237 100644 --- a/gst-libs/gst/app/gstappsrc.c +++ b/gst-libs/gst/app/gstappsrc.c @@ -1420,7 +1420,7 @@ invalid_segment: /** * gst_app_src_set_caps: * @appsrc: a #GstAppSrc - * @caps: caps to set + * @caps: (nullable): caps to set * * Set the capabilities on the appsrc element. This function takes * a copy of the caps structure. After calling this method, the source will