bin: gst_bin_new() can accept NULL as name

This commit is contained in:
Sebastian Dröge 2014-08-13 12:39:47 +03:00
parent 82e01491a0
commit 9b96d4c7cd

View file

@ -537,7 +537,7 @@ gst_bin_dispose (GObject * object)
/** /**
* gst_bin_new: * 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. * Creates a new bin with the given name.
* *