mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
bufferpool: fix gst_buffer_pool_has_option() documentation
https://bugzilla.gnome.org/show_bug.cgi?id=730962
This commit is contained in:
parent
1911554cff
commit
4397150d54
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue