bufferpool: fix gst_buffer_pool_has_option() documentation
authorEvan Nemerson <evan@nemerson.com>
Thu, 29 May 2014 22:04:45 +0000 (15:04 -0700)
committerTim-Philipp Müller <tim@centricular.com>
Thu, 29 May 2014 22:18:18 +0000 (23:18 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=730962

gst/gstbufferpool.c

index 9f97411..88768be 100644 (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)