mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
id3mux: don't write ID3v1 tag until specifically instructed to do so
ID3v1 tags are one of the most broken and ill-designed things that exist on this planet. Let's not write them by default.
This commit is contained in:
parent
73f231fac9
commit
75cc0245fa
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ enum
|
|||
ARG_V2_MAJOR_VERSION
|
||||
};
|
||||
|
||||
#define DEFAULT_WRITE_V1 TRUE
|
||||
#define DEFAULT_WRITE_V1 FALSE
|
||||
#define DEFAULT_WRITE_V2 TRUE
|
||||
#define DEFAULT_V2_MAJOR_VERSION 3
|
||||
|
||||
|
|
Loading…
Reference in a new issue