merge from EVENTS1 on 20011016
[platform/upstream/gstreamer.git] / tools / gstreamer-inspect.c
index 2ec45ac..6ac84be 100644 (file)
@@ -221,10 +221,12 @@ print_element_info (GstElementFactory *factory)
 
   printf("  Has change_state() function: %s\n",
          GST_DEBUG_FUNCPTR_NAME(gstelement_class->change_state));
+#ifndef GST_DISABLE_LOADSAVE
   printf("  Has custom save_thyself() function: %s\n",
          GST_DEBUG_FUNCPTR_NAME(gstobject_class->save_thyself));
   printf("  Has custom restore_thyself() function: %s\n",
          GST_DEBUG_FUNCPTR_NAME(gstobject_class->restore_thyself));
+#endif