summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2014-10-23 15:46:13 +0100
committerTim-Philipp Müller <tim@centricular.com>2014-10-23 15:46:29 +0100
commit666b596aa206066cd10d31a02bf36f9455d52a02 (patch)
tree69dbcb57577d1aa77229f9b0137d958e8c480cda
parentec3af50cc26be86e36368f328d5ef489a3bc1dc9 (diff)
pulse: remove some unused typedefs
-rw-r--r--ext/pulse/pulsedeviceprovider.c2
-rw-r--r--ext/pulse/pulsedeviceprovider.h2
2 files changed, 1 insertions, 3 deletions
diff --git a/ext/pulse/pulsedeviceprovider.c b/ext/pulse/pulsedeviceprovider.c
index c96488cd5..d25cb04c9 100644
--- a/ext/pulse/pulsedeviceprovider.c
+++ b/ext/pulse/pulsedeviceprovider.c
@@ -1,7 +1,7 @@
/* GStreamer
* Copyright (C) 2012 Olivier Crete <olivier.crete@collabora.com>
*
- * gstv4l2deviceprovider.c: V4l2 device probing and monitoring
+ * pulsedeviceprovider.c: pulseaudio device probing and monitoring
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
diff --git a/ext/pulse/pulsedeviceprovider.h b/ext/pulse/pulsedeviceprovider.h
index 88287210f..5994d1a29 100644
--- a/ext/pulse/pulsedeviceprovider.h
+++ b/ext/pulse/pulsedeviceprovider.h
@@ -35,7 +35,6 @@
G_BEGIN_DECLS
typedef struct _GstPulseDeviceProvider GstPulseDeviceProvider;
-typedef struct _GstPulseDeviceProviderPrivate GstPulseDeviceProviderPrivate;
typedef struct _GstPulseDeviceProviderClass GstPulseDeviceProviderClass;
#define GST_TYPE_PULSE_DEVICE_PROVIDER (gst_pulse_device_provider_get_type())
@@ -69,7 +68,6 @@ GType gst_pulse_device_provider_get_type (void);
typedef struct _GstPulseDevice GstPulseDevice;
-typedef struct _GstPulseDevicePrivate GstPulseDevicePrivate;
typedef struct _GstPulseDeviceClass GstPulseDeviceClass;
#define GST_TYPE_PULSE_DEVICE (gst_pulse_device_get_type())