mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-29 10:38:27 +00:00
[MOVED FROM BAD 028/134] vp8enc: Write GStreamer element and version in the vorbiscomment vendor string
This commit is contained in:
parent
9cb55fb96b
commit
70015da68e
1 changed files with 2 additions and 1 deletions
|
@ -463,7 +463,8 @@ gst_vp8_enc_get_caps (GstBaseVideoEncoder * base_video_encoder)
|
||||||
if (iface_tags) {
|
if (iface_tags) {
|
||||||
vorbiscomment =
|
vorbiscomment =
|
||||||
gst_tag_list_to_vorbiscomment_buffer ((iface_tags) ? iface_tags : tags,
|
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);
|
GST_BUFFER_FLAG_SET (vorbiscomment, GST_BUFFER_FLAG_IN_CAPS);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue