bufferpool: fix gst_buffer_pool_has_option() documentation

https://bugzilla.gnome.org/show_bug.cgi?id=730962
This commit is contained in:
Evan Nemerson 2014-05-29 15:04:45 -07:00 committed by Tim-Philipp Müller
parent 1911554cff
commit 4397150d54

View file

@ -775,7 +775,7 @@ invalid_result:
*
* Check if the bufferpool supports @option.
*
* Returns: a %NULL terminated array of strings.
* Returns: %TRUE if the buffer pool contains @option.
*/
gboolean
gst_buffer_pool_has_option (GstBufferPool * pool, const gchar * option)