summaryrefslogtreecommitdiffstats
path: root/src/pulseprobe.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pulseprobe.h')
-rw-r--r--src/pulseprobe.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/pulseprobe.h b/src/pulseprobe.h
index ae936e9..ad97c9f 100644
--- a/src/pulseprobe.h
+++ b/src/pulseprobe.h
@@ -30,9 +30,9 @@ G_BEGIN_DECLS
#include <pulse/pulseaudio.h>
#include <pulse/thread-mainloop.h>
-typedef struct _GstPolypProbe GstPolypProbe;
+typedef struct _GstPulseProbe GstPulseProbe;
-struct _GstPolypProbe {
+struct _GstPulseProbe {
gchar *server;
GList *devices;
int devices_valid;
@@ -47,15 +47,15 @@ struct _GstPolypProbe {
int operation_success;
};
-GstPolypProbe* gst_pulseprobe_new(GObjectClass *klass, guint prop_id, const gchar *server, gboolean sinks, gboolean sources);
-void gst_pulseprobe_free(GstPolypProbe* probe);
+GstPulseProbe* gst_pulseprobe_new(GObjectClass *klass, guint prop_id, const gchar *server, gboolean sinks, gboolean sources);
+void gst_pulseprobe_free(GstPulseProbe* probe);
-const GList* gst_pulseprobe_get_properties(GstPolypProbe *probe);
-gboolean gst_pulseprobe_needs_probe(GstPolypProbe *probe, guint prop_id, const GParamSpec *pspec);
-void gst_pulseprobe_probe_property(GstPolypProbe *probe, guint prop_id, const GParamSpec *pspec);
-GValueArray *gst_pulseprobe_get_values(GstPolypProbe *probe, guint prop_id, const GParamSpec *pspec);
+const GList* gst_pulseprobe_get_properties(GstPulseProbe *probe);
+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);
+GValueArray *gst_pulseprobe_get_values(GstPulseProbe *probe, guint prop_id, const GParamSpec *pspec);
-void gst_pulseprobe_set_server(GstPolypProbe *c, const gchar *server);
+void gst_pulseprobe_set_server(GstPulseProbe *c, const gchar *server);
#define GST_IMPLEMENT_PULSEPROBE_METHODS(Type, interface_as_function) \
static const GList* \