Skip to content

Commit

Permalink
Add some missing nullable annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
sdroege authored and GStreamer Merge Bot committed Oct 17, 2020
1 parent 1484ab4 commit 975247c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gst-libs/gst/app/gstappsink.c
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion gst-libs/gst/app/gstappsrc.c
Expand Up @@ -1420,7 +1420,7 @@ gst_app_src_create (GstBaseSrc * bsrc, guint64 offset, guint size,
/**
* 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
Expand Down

0 comments on commit 975247c

Please sign in to comment.