From 95f016b7953c062a24dec2bb64cc5b83df31da4c Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 18 Jun 2012 12:15:57 +0200 Subject: [PATCH] bufferpool: update docs a little --- gst/gstbufferpool.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gst/gstbufferpool.c b/gst/gstbufferpool.c index ab212b5..08461b0 100644 --- a/gst/gstbufferpool.c +++ b/gst/gstbufferpool.c @@ -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 -- 2.7.4