encoding-profile: minor fix in documentation

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/212>
This commit is contained in:
Marcin Kolny 2019-04-16 12:08:30 +01:00 committed by GStreamer Merge Bot
parent 94dcf915e8
commit d74b9f56fc

View file

@ -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);
*