summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Kolny <marcin.kolny@gmail.com>2019-04-16 12:08:30 +0100
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>2020-08-25 07:29:33 +0000
commitd74b9f56fc3466aff631f52b0b56fd3b40072a16 (patch)
tree70a93cc1a284dca18c39a5785376703beb196358
parent94dcf915e8f856fd468c4c3b6a8e5573c2a6838d (diff)
downloadgstreamer-plugins-base-d74b9f56fc3466aff631f52b0b56fd3b40072a16.tar.gz
encoding-profile: minor fix in documentation
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/212>
-rw-r--r--gst-libs/gst/pbutils/encoding-profile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/pbutils/encoding-profile.c b/gst-libs/gst/pbutils/encoding-profile.c
index 9b1cf2e55..d5b057a8c 100644
--- a/gst-libs/gst/pbutils/encoding-profile.c
+++ b/gst-libs/gst/pbutils/encoding-profile.c
@@ -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);
*