mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
gstvorbistag: map ENCODER Vorbis comment to application-name
What GStreamer calls encoder ("encoder used to encode this stream") is stored in the vendor string in Vorbis/Theora/Kate and possibly others. The Vorbis comment packet used in those streams uses ENCODER as the name of the encoding program, which GStreamer calls application-name. https://bugzilla.gnome.org/show_bug.cgi?id=656034
This commit is contained in:
parent
c2ce145e72
commit
c87f164eff
1 changed files with 5 additions and 0 deletions
|
@ -98,6 +98,11 @@ static const GstTagEntryMatch tag_matches[] = {
|
||||||
* http://mail.kde.org/pipermail/amarok/2006-May/000090.html
|
* http://mail.kde.org/pipermail/amarok/2006-May/000090.html
|
||||||
*/
|
*/
|
||||||
{GST_TAG_BEATS_PER_MINUTE, "BPM"},
|
{GST_TAG_BEATS_PER_MINUTE, "BPM"},
|
||||||
|
/* What GStreamer calls encoder ("encoder used to encode this stream") is
|
||||||
|
stored in the vendor string in Vorbis/Theora/Kate and possibly others.
|
||||||
|
The Vorbis comment packet used in those streams uses ENCODER as the name
|
||||||
|
of the encoding program, which GStreamer calls application-name. */
|
||||||
|
{GST_TAG_APPLICATION_NAME, "ENCODER"},
|
||||||
{NULL, NULL}
|
{NULL, NULL}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue