From 9b96d4c7cd7cd1124fb91b69d236ec8fa1e41ab9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 13 Aug 2014 12:39:47 +0300 Subject: [PATCH] bin: gst_bin_new() can accept NULL as name --- gst/gstbin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gstbin.c b/gst/gstbin.c index 634b6e4..e824ff3 100644 --- a/gst/gstbin.c +++ b/gst/gstbin.c @@ -537,7 +537,7 @@ gst_bin_dispose (GObject * object) /** * gst_bin_new: - * @name: the name of the new bin + * @name: (nullable): the name of the new bin * * Creates a new bin with the given name. * -- 2.7.4