alsa: remove more property probe stuff

This commit is contained in:
Wim Taymans 2011-12-22 16:37:29 +01:00
parent a5f3d21723
commit dde5e5a248
4 changed files with 8 additions and 0 deletions

View file

@ -25,7 +25,9 @@
G_BEGIN_DECLS G_BEGIN_DECLS
#if 0
void gst_alsa_type_add_device_property_probe_interface (GType type); void gst_alsa_type_add_device_property_probe_interface (GType type);
#endif
G_END_DECLS G_END_DECLS

View 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); g_type_add_interface_static (type, GST_TYPE_MIXER, &mixer_iface_info);
#if 0
gst_alsa_type_add_device_property_probe_interface (type); gst_alsa_type_add_device_property_probe_interface (type);
#endif
} }
static void static void

View file

@ -128,7 +128,9 @@ gst_alsasink_finalise (GObject * object)
static void static void
gst_alsasink_init_interfaces (GType type) gst_alsasink_init_interfaces (GType type)
{ {
#if 0
gst_alsa_type_add_device_property_probe_interface (type); gst_alsa_type_add_device_property_probe_interface (type);
#endif
} }
static void static void

View file

@ -132,7 +132,9 @@ gst_alsasrc_init_interfaces (GType type)
g_type_add_interface_static (type, GST_TYPE_MIXER, &mixer_iface_info); g_type_add_interface_static (type, GST_TYPE_MIXER, &mixer_iface_info);
#if 0
gst_alsa_type_add_device_property_probe_interface (type); gst_alsa_type_add_device_property_probe_interface (type);
#endif
} }
static void static void