mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-10 17:35:59 +00:00
docs: make explicit that the caps passed to gst_base_src_set_caps() are 'tranfer none'
https://bugzilla.gnome.org/show_bug.cgi?id=733741
This commit is contained in:
parent
3001f3b433
commit
b9fa37f074
1 changed files with 1 additions and 1 deletions
|
@ -895,7 +895,7 @@ gst_base_src_send_stream_start (GstBaseSrc * src)
|
|||
/**
|
||||
* gst_base_src_set_caps:
|
||||
* @src: a #GstBaseSrc
|
||||
* @caps: a #GstCaps
|
||||
* @caps: (transfer none): a #GstCaps
|
||||
*
|
||||
* Set new caps on the basesrc source pad.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue