mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
pulse: remove some unused typedefs
This commit is contained in:
parent
ec3af50cc2
commit
666b596aa2
2 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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())
|
||||
|
|
Loading…
Reference in a new issue