mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +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
|
||||
|
||||
#if 0
|
||||
void gst_alsa_type_add_device_property_probe_interface (GType type);
|
||||
#endif
|
||||
|
||||
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);
|
||||
|
||||
#if 0
|
||||
gst_alsa_type_add_device_property_probe_interface (type);
|
||||
#endif
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue