summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThibault Saunier <thibault.saunier@osg.samsung.com>2017-01-10 08:57:51 -0300
committerThibault Saunier <thibault.saunier@osg.samsung.com>2017-01-10 08:58:51 -0300
commitfd42b97edc762facea85383e1c5b0eebc094cf19 (patch)
tree0ac31f4cb393820245d476f80957a9795b0e1cc1
parentcdd309139412ccb8e669ee48942345d35407e6bf (diff)
downloadgstreamer-plugins-base-fd42b97edc762facea85383e1c5b0eebc094cf19.tar.gz
pbutils: Fix annotation in gst_encoding_profile_set_preset
-rw-r--r--gst-libs/gst/pbutils/encoding-profile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/pbutils/encoding-profile.c b/gst-libs/gst/pbutils/encoding-profile.c
index 0058c8638..cff8d8a26 100644
--- a/gst-libs/gst/pbutils/encoding-profile.c
+++ b/gst-libs/gst/pbutils/encoding-profile.c
@@ -583,7 +583,7 @@ gst_encoding_profile_set_allow_dynamic_output (GstEncodingProfile * profile,
/**
* gst_encoding_profile_set_preset:
* @profile: a #GstEncodingProfile
- * @preset: the element preset to use
+ * @preset: (nullable): the element preset to use
*
* Sets the name of the #GstElement that implements the #GstPreset interface
* to use for the profile.