* 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 ...
*
* @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.