gst/gstvalue.c: make the G_TYPE_DATE instantiation work if debug is disabled

Original commit message from CVS:

* gst/gstvalue.c: (_gst_value_initialize):
make the G_TYPE_DATE instantiation work if debug is disabled
This commit is contained in:
Thomas Vander Stichele 2006-01-07 10:04:36 +00:00
parent 011c56c5f6
commit 2dedb46c7e
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2006-01-07 Thomas Vander Stichele <thomas at apestaart dot org>
* gst/gstvalue.c: (_gst_value_initialize):
make the G_TYPE_DATE instantiation work if debug is disabled
2006-01-06 Tim-Philipp Müller <tim at centricular dot net>
* gst/gstmessage.c: (gst_message_parse_tag),

View file

@ -4002,7 +4002,7 @@ _gst_value_initialize (void)
{
volatile GType date_type = G_TYPE_DATE;
GST_LOG ("Faking out the compiler: %d", date_type);
g_type_name (date_type);
}
#endif