From 95b01ed5888ce9a8359483b024df1ac1c827b42d Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Fri, 18 Jul 2014 15:46:05 +0530 Subject: [PATCH] encoding-profile: Fix typos and old API in docs https://bugzilla.gnome.org/show_bug.cgi?id=733349 --- gst-libs/gst/pbutils/encoding-profile.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gst-libs/gst/pbutils/encoding-profile.c b/gst-libs/gst/pbutils/encoding-profile.c index 59371c41ad..31dbb5579b 100644 --- a/gst-libs/gst/pbutils/encoding-profile.c +++ b/gst-libs/gst/pbutils/encoding-profile.c @@ -94,7 +94,7 @@ * GList *categories, *tmpc; * GList *targets, *tmpt; * ... - * categories = gst_encoding_target_list_available_categories(); + * categories = gst_encoding_list_available_categories (); * * ... Show available categories to user ... * @@ -103,7 +103,7 @@ * * ... and we can list all targets within that category ... * - * targets = gst_encoding_target_list_all (category); + * targets = gst_encoding_list_all_targets (category); * * ... and show a list to our users ... * @@ -1187,7 +1187,7 @@ gst_encoding_profile_deserialize_valfunc (GValue * value, const gchar * s) * @info: (transfer none): The #GstDiscovererInfo to read from * * Creates a #GstEncodingProfile matching the formats from the given - * #GstEncodingProfile. Streams other than audio or video (eg, + * #GstDiscovererInfo. Streams other than audio or video (eg, * subtitles), are currently ignored. * * Returns: (transfer full): The new #GstEncodingProfile or %NULL.