diff options
author | Sreerenj Balachandran <sreerenj.balachandran@intel.com> | 2013-03-29 16:05:12 +0200 |
---|---|---|
committer | Stefan Sauer <ensonic@users.sf.net> | 2013-03-30 10:47:37 +0100 |
commit | ba33f4fd7d605e4880b313064555c078e325defb (patch) | |
tree | 0be30c3a482ec28afffdcd36105b7410536aee05 | |
parent | 3b10871a8756379383928b5fddd3011cae4c22ec (diff) |
pbutils: Fix the documentation build warning.
-rw-r--r-- | gst-libs/gst/pbutils/encoding-profile.c | 2 |
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 a4ee39d20..330bf4ec9 100644 --- a/gst-libs/gst/pbutils/encoding-profile.c +++ b/gst-libs/gst/pbutils/encoding-profile.c @@ -381,7 +381,7 @@ gst_encoding_profile_set_preset (GstEncodingProfile * profile, } /** - * gst_encoding_profile_get_preset_name: + * gst_encoding_profile_set_preset_name: * @profile: a #GstEncodingProfile * @preset_name: The name of the preset to use in this @profile. * |