summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2007-02-06 16:29:30 +0000
committerTim-Philipp Müller <tim@centricular.net>2007-02-06 16:29:30 +0000
commit2a873dd98e5d8c0800ae85030fea8a420da2da32 (patch)
treef392840648a2f4bad4b858a443f227571cfbba84 /ChangeLog
parent7dd530e6c4a1c581fc16afa0e65b97bf619b7f75 (diff)
gst/smpte/gstsmpte.c: Let's try this again and use the right cast this time.
Original commit message from CVS: * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type): Let's try this again and use the right cast this time.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 232d7983..0b368345 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
2007-02-06 Tim-Philipp Müller <tim at centricular dot net>
* gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
+ Let's try this again and use the right cast this time.
+
+2007-02-06 Tim-Philipp Müller <tim at centricular dot net>
+
+ * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
Add cast to avoid compiler warnings with older GLib versions
where the nick/name members in GEnumValue are not declared as
constant strings.