mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-12 10:25:33 +00:00
Add some missing nullable annotations
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/876>
This commit is contained in:
parent
3036521fb6
commit
825eea9545
2 changed files with 2 additions and 2 deletions
|
@ -1111,7 +1111,7 @@ gst_app_sink_query (GstBaseSink * bsink, GstQuery * query)
|
||||||
/**
|
/**
|
||||||
* gst_app_sink_set_caps:
|
* gst_app_sink_set_caps:
|
||||||
* @appsink: a #GstAppSink
|
* @appsink: a #GstAppSink
|
||||||
* @caps: caps to set
|
* @caps: (nullable): caps to set
|
||||||
*
|
*
|
||||||
* Set the capabilities on the appsink element. This function takes
|
* Set the capabilities on the appsink element. This function takes
|
||||||
* a copy of the caps structure. After calling this method, the sink will only
|
* a copy of the caps structure. After calling this method, the sink will only
|
||||||
|
|
|
@ -1420,7 +1420,7 @@ invalid_segment:
|
||||||
/**
|
/**
|
||||||
* gst_app_src_set_caps:
|
* gst_app_src_set_caps:
|
||||||
* @appsrc: a #GstAppSrc
|
* @appsrc: a #GstAppSrc
|
||||||
* @caps: caps to set
|
* @caps: (nullable): caps to set
|
||||||
*
|
*
|
||||||
* Set the capabilities on the appsrc element. This function takes
|
* Set the capabilities on the appsrc element. This function takes
|
||||||
* a copy of the caps structure. After calling this method, the source will
|
* a copy of the caps structure. After calling this method, the source will
|
||||||
|
|
Loading…
Reference in a new issue