bin: gst_bin_new() can accept NULL as name
authorSebastian Dröge <sebastian@centricular.com>
Wed, 13 Aug 2014 09:39:47 +0000 (12:39 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Wed, 13 Aug 2014 09:39:47 +0000 (12:39 +0300)
gst/gstbin.c

index 634b6e4..e824ff3 100644 (file)
@@ -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.
  *