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:
Aurélien Zanelli 2014-07-25 16:39:40 +02:00 committed by Tim-Philipp Müller
parent 3001f3b433
commit b9fa37f074

View file

@ -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.
*