mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 12:32:29 +00:00
id3mux: map new GST_TAG_ENCODED_BY to ID3v2 TENC frame
https://bugzilla.gnome.org/show_bug.cgi?id=627268
This commit is contained in:
parent
c57a9e4ba9
commit
149cca83d0
2 changed files with 2 additions and 1 deletions
|
@ -50,7 +50,7 @@ AC_LIBTOOL_WIN32_DLL
|
|||
AM_PROG_LIBTOOL
|
||||
|
||||
dnl *** required versions of GStreamer stuff ***
|
||||
GST_REQ=0.10.32
|
||||
GST_REQ=0.10.32.1
|
||||
GSTPB_REQ=0.10.32
|
||||
|
||||
dnl *** autotools stuff ****
|
||||
|
|
|
@ -1047,6 +1047,7 @@ static const struct
|
|||
GST_TAG_COPYRIGHT, add_text_tag, "TCOP"}, {
|
||||
GST_TAG_COMPOSER, add_text_tag, "TCOM"}, {
|
||||
GST_TAG_GENRE, add_text_tag, "TCON"}, {
|
||||
GST_TAG_ENCODED_BY, add_text_tag, "TENC"}, {
|
||||
|
||||
/* Private frames */
|
||||
GST_ID3_DEMUX_TAG_ID3V2_FRAME, add_id3v2frame_tag, NULL}, {
|
||||
|
|
Loading…
Reference in a new issue