pulse: disable some unused property probe code
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 1 Feb 2012 16:36:53 +0000 (16:36 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 1 Feb 2012 16:36:53 +0000 (16:36 +0000)
which was using GValueArray

ext/pulse/pulseprobe.c
ext/pulse/pulseprobe.h

index 6ebbfb214f26abcae79653de499cb4a475a294da..55f02005e88035724b9c600915b8ddd2bff17436 100644 (file)
@@ -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)
index 4fcff903a76063b9c2c91202cfa2df3824325542..716f5edec52860c520a9d45f478610ef53f2bd8c 100644 (file)
@@ -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);