mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
encoding-profile: Fix typos and old API in docs
https://bugzilla.gnome.org/show_bug.cgi?id=733349
This commit is contained in:
parent
c33d9d603c
commit
95b01ed588
1 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue