diff options
| author | Tim-Philipp Müller <tim@centricular.net> | 2007-02-06 16:24:57 +0000 |
|---|---|---|
| committer | Tim-Philipp Müller <tim@centricular.net> | 2007-02-06 16:24:57 +0000 |
| commit | 7dd530e6c4a1c581fc16afa0e65b97bf619b7f75 (patch) | |
| tree | 7fc6af07784cc2eb2ee9827da0238e5e002c1907 /ChangeLog | |
| parent | 881308d5c58f0b4c8a5cd3b32f924c03af12ee0d (diff) | |
gst/smpte/gstsmpte.c: Add cast to avoid compiler warnings with older GLib versions where the nick/name members in GEn...
Original commit message from CVS:
* 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.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 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. + +2007-02-06 Tim-Philipp Müller <tim at centricular dot net> + * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile), (gst_gconf_render_bin_from_key), (gst_gconf_get_default_audio_sink): |
