[MOVED FROM BAD 028/134] vp8enc: Write GStreamer element and version in the vorbiscomment vendor string

This commit is contained in:
Sebastian Dröge 2010-05-20 20:06:09 +02:00
parent 9cb55fb96b
commit 70015da68e

View 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);