diff --git a/ext/pulse/pulseprobe.c b/ext/pulse/pulseprobe.c index 6ebbfb214f..55f02005e8 100644 --- a/ext/pulse/pulseprobe.c +++ b/ext/pulse/pulseprobe.c @@ -373,6 +373,7 @@ gst_pulseprobe_probe_property (GstPulseProbe * c, guint prop_id, } } +#if 0 GValueArray * gst_pulseprobe_get_values (GstPulseProbe * c, guint prop_id, const GParamSpec * pspec) @@ -403,6 +404,7 @@ gst_pulseprobe_get_values (GstPulseProbe * c, guint prop_id, return array; } +#endif void gst_pulseprobe_set_server (GstPulseProbe * c, const gchar * server) diff --git a/ext/pulse/pulseprobe.h b/ext/pulse/pulseprobe.h index 4fcff903a7..716f5edec5 100644 --- a/ext/pulse/pulseprobe.h +++ b/ext/pulse/pulseprobe.h @@ -63,8 +63,10 @@ gboolean gst_pulseprobe_needs_probe (GstPulseProbe * probe, guint prop_id, const GParamSpec * pspec); void gst_pulseprobe_probe_property (GstPulseProbe * probe, guint prop_id, const GParamSpec * pspec); +#if 0 GValueArray *gst_pulseprobe_get_values (GstPulseProbe * probe, guint prop_id, const GParamSpec * pspec); +#endif void gst_pulseprobe_set_server (GstPulseProbe * c, const gchar * server);