mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 14:06:23 +00:00
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:
parent
011c56c5f6
commit
2dedb46c7e
2 changed files with 6 additions and 1 deletions
|
@ -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),
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue