From b65a7a70349447de349c96fcc41648d236db9def Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 3 Jun 2014 23:42:45 +0100 Subject: [PATCH] info: make printing datetimes work with GST_PTR_FORMAT --- gst/gstinfo.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/gst/gstinfo.c b/gst/gstinfo.c index 70aa29a..3f56686 100644 --- a/gst/gstinfo.c +++ b/gst/gstinfo.c @@ -687,12 +687,9 @@ gst_debug_print_object (gpointer ptr) else return str; } -#if 0 - /* FIXME, datetime does not have a type as first field */ if (*(GType *) ptr == GST_TYPE_DATE_TIME) { return __gst_date_time_serialize ((GstDateTime *) ptr, TRUE); } -#endif if (GST_IS_BUFFER (ptr)) { return gst_info_describe_buffer (GST_BUFFER_CAST (ptr)); } -- 2.7.4