From 75cc0245faa8c13b19f9802c3384b6eec33f0ed7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Sat, 6 Jun 2009 01:05:49 +0100 Subject: 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. --- gst/id3tag/gstid3mux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/id3tag') diff --git a/gst/id3tag/gstid3mux.c b/gst/id3tag/gstid3mux.c index 9a366754..b13bfb58 100644 --- a/gst/id3tag/gstid3mux.c +++ b/gst/id3tag/gstid3mux.c @@ -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 -- cgit v1.2.1