info: GstDateTime does not have a GType as first field
[platform/upstream/gstreamer.git] / gst / gstinfo.c
index 3b1db65..3b2c34e 100644 (file)
@@ -687,9 +687,12 @@ 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));
   }