mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 04:56:24 +00:00
bufferpool: update docs a little
This commit is contained in:
parent
927f261b1c
commit
95f016b795
1 changed files with 4 additions and 0 deletions
|
@ -520,6 +520,10 @@ wrong_config:
|
|||
* the pool. A default and mandatory set of parameters can be configured with
|
||||
* gst_buffer_pool_config_set(). This function takes ownership of @config.
|
||||
*
|
||||
* If the parameters in @config can not be set exactly, this function returns
|
||||
* FALSE and will try to update as much state as possible. The new state can
|
||||
* then be retrieved and refined with gst_buffer_pool_config_get().
|
||||
*
|
||||
* Returns: TRUE when the configuration could be set.
|
||||
*/
|
||||
gboolean
|
||||
|
|
Loading…
Reference in a new issue