Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
George Kiagiadakis
gst-plugins-base
Commits
95b01ed5
Commit
95b01ed5
authored
Jul 18, 2014
by
Nirbheek Chauhan
Committed by
Sebastian Dröge
Jul 18, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
encoding-profile: Fix typos and old API in docs
https://bugzilla.gnome.org/show_bug.cgi?id=733349
parent
c33d9d60
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
gst-libs/gst/pbutils/encoding-profile.c
gst-libs/gst/pbutils/encoding-profile.c
+3
-3
No files found.
gst-libs/gst/pbutils/encoding-profile.c
View file @
95b01ed5
...
...
@@ -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
* #Gst
EncodingProfile
. Streams other than audio or video (eg,
* #Gst
DiscovererInfo
. Streams other than audio or video (eg,
* subtitles), are currently ignored.
*
* Returns: (transfer full): The new #GstEncodingProfile or %NULL.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment