encoding-profile: Fix syntax in Example: Creating a profile
authorFraxinas <andreas.frisch@multimedia-labs.de>
Mon, 21 Mar 2011 18:22:30 +0000 (19:22 +0100)
committerEdward Hervey <edward.hervey@collabora.co.uk>
Tue, 22 Mar 2011 09:49:03 +0000 (10:49 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=645437

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

index b1c8051..eaa7507 100644 (file)
  *  gst_caps_unref (caps);
  *
  *  caps = gst_caps_from_string("video/x-theora");
- *  sprof = gst_encoding_container_profile_add_profile(
+ *  gst_encoding_container_profile_add_profile(prof,
  *       (GstEncodingProfile*) gst_encoding_video_profile_new(caps, NULL, NULL, 0));
  *  gst_caps_unref (caps);
  *
  *  caps = gst_caps_from_string("audio/x-vorbis");
- *  sprof = gst_encoding_container_profile_add_profile(
+ *  gst_encoding_container_profile_add_profile(prof,
  *       (GstEncodingProfile*) gst_encoding_audio_profile_new(caps, NULL, NULL, 0));
  *  gst_caps_unref (caps);
  *