info: fix object printing of caps features in debug log
authorTim-Philipp Müller <tim@centricular.net>
Mon, 1 Apr 2013 20:23:21 +0000 (21:23 +0100)
committerTim-Philipp Müller <tim@centricular.net>
Mon, 1 Apr 2013 20:23:21 +0000 (21:23 +0100)
gst/gstinfo.c

index 2e0923a..14558eb 100644 (file)
@@ -682,7 +682,7 @@ gst_debug_print_object (gpointer ptr)
   if (*(GType *) ptr == GST_TYPE_STRUCTURE) {
     return gst_info_structure_to_string ((const GstStructure *) ptr);
   }
-  if (*(GType *) ptr == GST_TYPE_STRUCTURE) {
+  if (*(GType *) ptr == GST_TYPE_CAPS_FEATURES) {
     return gst_caps_features_to_string ((const GstCapsFeatures *) ptr);
   }
   if (*(GType *) ptr == GST_TYPE_TAG_LIST) {