typefindelement: log probability in debug message
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 9 Jun 2009 13:48:56 +0000 (14:48 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Thu, 2 Jul 2009 00:18:57 +0000 (01:18 +0100)
plugins/elements/gsttypefindelement.c

index e1beba1..bec85ab 100644 (file)
@@ -162,7 +162,8 @@ gst_type_find_element_have_type (GstTypeFindElement * typefind,
 {
   g_assert (caps != NULL);
 
-  GST_INFO_OBJECT (typefind, "found caps %" GST_PTR_FORMAT, caps);
+  GST_INFO_OBJECT (typefind, "found caps %" GST_PTR_FORMAT ", probability=%u",
+      caps, probability);
   if (typefind->caps)
     gst_caps_unref (typefind->caps);
   typefind->caps = gst_caps_copy (caps);