diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2014-10-28 21:32:06 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2014-10-28 21:32:06 +0000 |
commit | 31b8cfecc2f9e41a9bbd72e600383f83c8b7c237 (patch) | |
tree | 5e75a469bca3260739b7ac4a369f7fe4294410d8 /ext/pulse | |
parent | aa3c565498aa64f96dd8b09923337f8a732aaa09 (diff) | |
download | gstreamer-plugins-good-31b8cfecc2f9e41a9bbd72e600383f83c8b7c237.tar.gz |
pulse, v4l2: add missing G_END_DECLS in some places
Diffstat (limited to 'ext/pulse')
-rw-r--r-- | ext/pulse/pulsedeviceprovider.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/pulse/pulsedeviceprovider.h b/ext/pulse/pulsedeviceprovider.h index 5994d1a29..0892ad586 100644 --- a/ext/pulse/pulsedeviceprovider.h +++ b/ext/pulse/pulsedeviceprovider.h @@ -93,4 +93,6 @@ struct _GstPulseDeviceClass { GType gst_pulse_device_get_type (void); +G_END_DECLS + #endif /* __GST_PULSE_DEVICE_PROVIDER_H__ */ |