mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-01 14:11:15 +00:00
appsink: minor docs fix
This commit is contained in:
parent
8b96b52a62
commit
a7bcdc3608
1 changed files with 2 additions and 2 deletions
|
@ -844,8 +844,8 @@ gst_app_sink_query (GstBaseSink * bsink, GstQuery * query)
|
||||||
*
|
*
|
||||||
* 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
|
||||||
* accept caps that match @caps. If @caps is non-fixed, you must check the caps
|
* accept caps that match @caps. If @caps is non-fixed, or incomplete,
|
||||||
* on the buffers to get the actual used caps.
|
* you must check the caps on the samples to get the actual used caps.
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
gst_app_sink_set_caps (GstAppSink * appsink, const GstCaps * caps)
|
gst_app_sink_set_caps (GstAppSink * appsink, const GstCaps * caps)
|
||||||
|
|
Loading…
Reference in a new issue