encoding-profile: Fix typos and old API in docs
authorNirbheek Chauhan <nirbheek@centricular.com>
Fri, 18 Jul 2014 10:16:05 +0000 (15:46 +0530)
committerSebastian Dröge <sebastian@centricular.com>
Fri, 18 Jul 2014 12:01:10 +0000 (14:01 +0200)
https://bugzilla.gnome.org/show_bug.cgi?id=733349

gst-libs/gst/pbutils/encoding-profile.c

index 59371c4..31dbb55 100644 (file)
@@ -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 ...
  *
  *
  *   ... 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.