tests: port
authorWim Taymans <wim.taymans@collabora.co.uk>
Tue, 4 Oct 2011 12:30:53 +0000 (14:30 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Tue, 4 Oct 2011 12:30:53 +0000 (14:30 +0200)
tests/examples/opencv/gst_element_print_properties.c

index 4192fe84e1ab6dc828db19a9d753e05b4177289f..e91188b52bf7832afca9d718812a632da12b5a4a 100644 (file)
@@ -403,8 +403,8 @@ gst_element_print_properties (GstElement * element)
               pfraction->def_num, pfraction->def_den);
         }
 
-        else if (GST_IS_PARAM_SPEC_MINI_OBJECT (param)) {
-          g_print ("%-*.*s | MiniObject of type \"%s\"",
+        else if (G_IS_PARAM_SPEC_BOXED (param)) {
+          g_print ("%-*.*s | Boxed of type \"%s\"",
               c3w, c3w,
               g_type_name (param->value_type), g_type_name (param->value_type));
         }