mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
conform to vorbis metadata spec: http://www.xiph.org/ogg/vorbis/doc/v-comment.html
Original commit message from CVS: conform to vorbis metadata spec: http://www.xiph.org/ogg/vorbis/doc/v-comment.html
This commit is contained in:
parent
5208f05176
commit
4272238399
1 changed files with 7 additions and 7 deletions
|
@ -430,13 +430,13 @@ gst_vorbisenc_init (VorbisEnc * vorbisenc)
|
|||
vorbisenc->metadata = GST_CAPS_NEW (
|
||||
"vorbisenc_metadata",
|
||||
"application/x-gst-metadata",
|
||||
"comment", GST_PROPS_STRING ("Track encoded with GStreamer"),
|
||||
"date", GST_PROPS_STRING (""),
|
||||
"tracknum", GST_PROPS_STRING (""),
|
||||
"title", GST_PROPS_STRING (""),
|
||||
"artist", GST_PROPS_STRING (""),
|
||||
"album", GST_PROPS_STRING (""),
|
||||
"genre", GST_PROPS_STRING ("")
|
||||
"DESCRIPTION", GST_PROPS_STRING ("Track encoded with GStreamer"),
|
||||
"DATE", GST_PROPS_STRING (""),
|
||||
"TRACKNUMBER", GST_PROPS_STRING (""),
|
||||
"TITLE", GST_PROPS_STRING (""),
|
||||
"ARTIST", GST_PROPS_STRING (""),
|
||||
"ALBUM", GST_PROPS_STRING (""),
|
||||
"GENRE", GST_PROPS_STRING ("")
|
||||
);
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue