Merge branch 'master' into 0.11-fdo
[platform/upstream/gstreamer.git] / gst-libs / gst / pbutils / encoding-profile.c
index 145ea65..894822e 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);
  *