encoding-profile: minor fix in documentation
authorMarcin Kolny <marcin.kolny@gmail.com>
Tue, 16 Apr 2019 11:08:30 +0000 (12:08 +0100)
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Tue, 25 Aug 2020 07:29:33 +0000 (07:29 +0000)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/212>

gst-libs/gst/pbutils/encoding-profile.c

index 9b1cf2e..d5b057a 100644 (file)
  *  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);
  *