summaryrefslogtreecommitdiffstats
path: root/ext/pulse/pulseprobe.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pulse/pulseprobe.h')
-rw-r--r--ext/pulse/pulseprobe.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/ext/pulse/pulseprobe.h b/ext/pulse/pulseprobe.h
index d27c44d9..3baf6db6 100644
--- a/ext/pulse/pulseprobe.h
+++ b/ext/pulse/pulseprobe.h
@@ -34,6 +34,7 @@ typedef struct _GstPulseProbe GstPulseProbe;
struct _GstPulseProbe
{
+ GObject *object;
gchar *server;
GList *devices;
int devices_valid;
@@ -48,8 +49,8 @@ struct _GstPulseProbe
int operation_success;
};
-GstPulseProbe *gst_pulseprobe_new (GObjectClass * klass, guint prop_id,
- const gchar * server, gboolean sinks, gboolean sources);
+GstPulseProbe *gst_pulseprobe_new (GObject *object, GObjectClass * klass,
+ guint prop_id, const gchar * server, gboolean sinks, gboolean sources);
void gst_pulseprobe_free (GstPulseProbe * probe);
const GList *gst_pulseprobe_get_properties (GstPulseProbe * probe);