[MOVED FROM BAD 028/134] vp8enc: Write GStreamer element and version in the vorbiscom...
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 20 May 2010 18:06:09 +0000 (20:06 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Sun, 16 Sep 2012 13:27:13 +0000 (15:27 +0200)
ext/vp8/gstvp8enc.c

index 0d6224b..ba677a1 100644 (file)
@@ -463,7 +463,8 @@ gst_vp8_enc_get_caps (GstBaseVideoEncoder * base_video_encoder)
   if (iface_tags) {
     vorbiscomment =
         gst_tag_list_to_vorbiscomment_buffer ((iface_tags) ? iface_tags : tags,
-        (const guint8 *) "OVP80\2 ", 7, NULL);
+        (const guint8 *) "OVP80\2 ", 7,
+        "Encoded with GStreamer vp8enc " PACKAGE_VERSION);
 
     GST_BUFFER_FLAG_SET (vorbiscomment, GST_BUFFER_FLAG_IN_CAPS);