summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2007-09-19 10:22:40 +0000
committerTim-Philipp Müller <tim@centricular.net>2007-09-19 10:22:40 +0000
commit34974eed13c153ec841b91157e146733075e245a (patch)
tree54460c6b9564cacc5015dcdfa1fefeb047e3f820 /ChangeLog
parent35af248b4818412b1e4c5f58c974940ebf1ae3aa (diff)
ext/taglib/: Work around compiler warnings with g++-4.2 when assigning a string constant to a gchar * (partially fixe...
Original commit message from CVS: * ext/taglib/gstapev2mux.cc: * ext/taglib/gstid3v2mux.cc: Work around compiler warnings with g++-4.2 when assigning a string constant to a gchar * (partially fixes #478092).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 61ee5875..ac2905cc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2007-09-18 Tim-Philipp Müller <tim at centricular dot net>
+ * ext/taglib/gstapev2mux.cc:
+ * ext/taglib/gstid3v2mux.cc:
+ Work around compiler warnings with g++-4.2 when assigning a
+ string constant to a gchar * (partially fixes #478092).
+
+2007-09-18 Tim-Philipp Müller <tim at centricular dot net>
+
* configure.ac:
We require core CVS now for gst_base_src_set_do_timestamp().