mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +00:00
encoding-profile: minor fix in documentation
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/212>
This commit is contained in:
parent
94dcf915e8
commit
d74b9f56fc
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@
|
|||
* gst_object_unref (preset);
|
||||
*
|
||||
* caps = gst_caps_from_string ("video/x-theora");
|
||||
* v = gst_encoding_video_profile_new (caps, "theorapreset", NULL, 0);
|
||||
* v = gst_encoding_video_profile_new (caps, "theora_bitrate_preset", NULL, 0);
|
||||
* gst_encoding_container_profile_add_profile (prof, (GstEncodingProfile*) v);
|
||||
* gst_caps_unref (caps);
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue