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
@ -50,7 +50,7 @@ AC_LIBTOOL_WIN32_DLL
|
|||||||
AM_PROG_LIBTOOL
|
AM_PROG_LIBTOOL
|
||||||
|
|
||||||
dnl *** required versions of GStreamer stuff ***
|
dnl *** required versions of GStreamer stuff ***
|
||||||
GST_REQ=0.10.32
|
GST_REQ=0.10.32.1
|
||||||
GSTPB_REQ=0.10.32
|
GSTPB_REQ=0.10.32
|
||||||
|
|
||||||
dnl *** autotools stuff ****
|
dnl *** autotools stuff ****
|
||||||
|
@ -1047,6 +1047,7 @@ static const struct
|
|||||||
GST_TAG_COPYRIGHT, add_text_tag, "TCOP"}, {
|
GST_TAG_COPYRIGHT, add_text_tag, "TCOP"}, {
|
||||||
GST_TAG_COMPOSER, add_text_tag, "TCOM"}, {
|
GST_TAG_COMPOSER, add_text_tag, "TCOM"}, {
|
||||||
GST_TAG_GENRE, add_text_tag, "TCON"}, {
|
GST_TAG_GENRE, add_text_tag, "TCON"}, {
|
||||||
|
GST_TAG_ENCODED_BY, add_text_tag, "TENC"}, {
|
||||||
|
|
||||||
/* Private frames */
|
/* Private frames */
|
||||||
GST_ID3_DEMUX_TAG_ID3V2_FRAME, add_id3v2frame_tag, NULL}, {
|
GST_ID3_DEMUX_TAG_ID3V2_FRAME, add_id3v2frame_tag, NULL}, {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user