summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2019-01-29 15:49:50 +0200
committerTim-Philipp Müller <tim@centricular.com>2019-05-02 08:31:25 +0100
commitfd06d56d489b7291bcb3e4a8f41dd410eee92ccd (patch)
tree249f32f6cb86606a0d5ad86b4dfc84be7fd2985d
parent70599dc3d874879201131e1b95afebd2258b1e9d (diff)
downloadgstreamer-fd06d56d489b7291bcb3e4a8f41dd410eee92ccd.tar.gz
padtemplate: Constructors are all nullable as they check the template name
-rw-r--r--gst/gstpadtemplate.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/gstpadtemplate.c b/gst/gstpadtemplate.c
index 02a9132b89..f4fa9c6fa5 100644
--- a/gst/gstpadtemplate.c
+++ b/gst/gstpadtemplate.c
@@ -331,7 +331,7 @@ gst_static_pad_template_get (GstStaticPadTemplate * pad_template)
*
* Converts a #GstStaticPadTemplate into a #GstPadTemplate with a type.
*
- * Returns: (transfer floating): a new #GstPadTemplate.
+ * Returns: (transfer floating) (nullable): a new #GstPadTemplate.
*
* Since: 1.14
*/
@@ -408,7 +408,7 @@ gst_pad_template_new (const gchar * name_template,
* Creates a new pad template with a name according to the given template
* and with the given arguments.
*
- * Returns: (transfer floating): a new #GstPadTemplate.
+ * Returns: (transfer floating) (nullable): a new #GstPadTemplate.
*
* Since: 1.14
*/