mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 04:56:24 +00:00
alsa: remove more property probe stuff
This commit is contained in:
parent
a5f3d21723
commit
dde5e5a248
4 changed files with 8 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue