From ba33f4fd7d605e4880b313064555c078e325defb Mon Sep 17 00:00:00 2001 From: Sreerenj Balachandran Date: Fri, 29 Mar 2013 16:05:12 +0200 Subject: [PATCH] pbutils: Fix the documentation build warning. --- gst-libs/gst/pbutils/encoding-profile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-libs/gst/pbutils/encoding-profile.c b/gst-libs/gst/pbutils/encoding-profile.c index a4ee39d20f..330bf4ec9e 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. *