pulse: disable some unused property probe code
which was using GValueArray
This commit is contained in:
parent
a67bd41d75
commit
284ee0b84a
@ -373,6 +373,7 @@ gst_pulseprobe_probe_property (GstPulseProbe * c, guint prop_id,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if 0
|
||||||
GValueArray *
|
GValueArray *
|
||||||
gst_pulseprobe_get_values (GstPulseProbe * c, guint prop_id,
|
gst_pulseprobe_get_values (GstPulseProbe * c, guint prop_id,
|
||||||
const GParamSpec * pspec)
|
const GParamSpec * pspec)
|
||||||
@ -403,6 +404,7 @@ gst_pulseprobe_get_values (GstPulseProbe * c, guint prop_id,
|
|||||||
|
|
||||||
return array;
|
return array;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
void
|
void
|
||||||
gst_pulseprobe_set_server (GstPulseProbe * c, const gchar * server)
|
gst_pulseprobe_set_server (GstPulseProbe * c, const gchar * server)
|
||||||
|
@ -63,8 +63,10 @@ gboolean gst_pulseprobe_needs_probe (GstPulseProbe * probe, guint prop_id,
|
|||||||
const GParamSpec * pspec);
|
const GParamSpec * pspec);
|
||||||
void gst_pulseprobe_probe_property (GstPulseProbe * probe, guint prop_id,
|
void gst_pulseprobe_probe_property (GstPulseProbe * probe, guint prop_id,
|
||||||
const GParamSpec * pspec);
|
const GParamSpec * pspec);
|
||||||
|
#if 0
|
||||||
GValueArray *gst_pulseprobe_get_values (GstPulseProbe * probe, guint prop_id,
|
GValueArray *gst_pulseprobe_get_values (GstPulseProbe * probe, guint prop_id,
|
||||||
const GParamSpec * pspec);
|
const GParamSpec * pspec);
|
||||||
|
#endif
|
||||||
|
|
||||||
void gst_pulseprobe_set_server (GstPulseProbe * c, const gchar * server);
|
void gst_pulseprobe_set_server (GstPulseProbe * c, const gchar * server);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user