alsa: remove more property probe stuff
authorWim Taymans <wim.taymans@collabora.co.uk>
Thu, 22 Dec 2011 15:37:29 +0000 (16:37 +0100)
committerWim Taymans <wim.taymans@collabora.co.uk>
Thu, 22 Dec 2011 15:37:29 +0000 (16:37 +0100)
ext/alsa/gstalsadeviceprobe.h
ext/alsa/gstalsamixerelement.c
ext/alsa/gstalsasink.c
ext/alsa/gstalsasrc.c

index b60b0fe..75f2cd6 100644 (file)
@@ -25,7 +25,9 @@
 
 G_BEGIN_DECLS
 
+#if 0
 void      gst_alsa_type_add_device_property_probe_interface (GType type);
+#endif
 
 G_END_DECLS
 
index 1993cc4..97bc4bd 100644 (file)
@@ -64,7 +64,9 @@ gst_alsa_mixer_element_init_interfaces (GType type)
 
   g_type_add_interface_static (type, GST_TYPE_MIXER, &mixer_iface_info);
 
+#if 0
   gst_alsa_type_add_device_property_probe_interface (type);
+#endif
 }
 
 static void
index 754b644..19cab22 100644 (file)
@@ -128,7 +128,9 @@ gst_alsasink_finalise (GObject * object)
 static void
 gst_alsasink_init_interfaces (GType type)
 {
+#if 0
   gst_alsa_type_add_device_property_probe_interface (type);
+#endif
 }
 
 static void
index 82615e1..3909ac8 100644 (file)
@@ -132,7 +132,9 @@ gst_alsasrc_init_interfaces (GType type)
 
   g_type_add_interface_static (type, GST_TYPE_MIXER, &mixer_iface_info);
 
+#if 0
   gst_alsa_type_add_device_property_probe_interface (type);
+#endif
 }
 
 static void