summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2014-07-18 15:46:05 +0530
committerSebastian Dröge <sebastian@centricular.com>2014-07-18 14:01:10 +0200
commit95b01ed5888ce9a8359483b024df1ac1c827b42d (patch)
tree7b4c6578c9233f655e4051b19929b6fd5f3486f8
parentc33d9d603caea672912a00b41d9f28a0ec5051e4 (diff)
encoding-profile: Fix typos and old API in docs
https://bugzilla.gnome.org/show_bug.cgi?id=733349
-rw-r--r--gst-libs/gst/pbutils/encoding-profile.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gst-libs/gst/pbutils/encoding-profile.c b/gst-libs/gst/pbutils/encoding-profile.c
index 59371c41a..31dbb5579 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.