summaryrefslogtreecommitdiff
path: root/gst/gstdeviceprovider.h
diff options
context:
space:
mode:
authorNicolas Dufresne <nicolas.dufresne@collabora.com>2020-12-10 14:08:53 -0500
committerNicolas Dufresne <nicolas.dufresne@collabora.com>2020-12-10 14:08:53 -0500
commit8a45c8d1dfc612feef3a45c071734531b2d9d2e9 (patch)
tree30d7d3502aaf40a57b237cf9e9024b81b9e75e16 /gst/gstdeviceprovider.h
parent978ba72bdde2fcbcdba39dd17361948d6877368b (diff)
gir: Fix parser warning due to empty line
The GIR parser does not want any empty line after the function or macro name line. Fixes the following warning: [309/4246] Generating Gst-1.0.gir with a custom command ../subprojects/gstreamer/gst/gstelement.h:57: Warning: Gst: "@element" parameter unexpected at this location: * @element: The element name in lower case, with words separated by '_'. ^ ../subprojects/gstreamer/gst/gstelement.h:84: Warning: Gst: "@e" parameter unexpected at this location: * @e: The element name in lower case, with words separated by '_'. ^ ../subprojects/gstreamer/gst/gstelement.h:106: Warning: Gst: "@e" parameter unexpected at this location: * @e: The element name in lower case, with words separated by '_'. ^ ../subprojects/gstreamer/gst/gstdeviceprovider.h:32: Warning: Gst: "@d_p" parameter unexpected at this location: * @d_p: The device provider name in lower case, with words separated by '_'. ^ ../subprojects/gstreamer/gst/gstdynamictypefactory.h:28: Warning: Gst: "@t_n" parameter unexpected at this location: * @t_n: The dynamic type name in lower case, with words separated by '_'. ^ ../subprojects/gstreamer/gst/gsttypefind.h:34: Warning: Gst: "@type_find" parameter unexpected at this location: * @type_find: The type find name in lower case, with words separated by '_'. ^ ../subprojects/gstreamer/gst/gsttypefind.h:61: Warning: Gst: "@t_f" parameter unexpected at this location: * @t_f: The type find name in lower case, with words separated by '_'. ^ Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/719>
Diffstat (limited to 'gst/gstdeviceprovider.h')
-rw-r--r--gst/gstdeviceprovider.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gst/gstdeviceprovider.h b/gst/gstdeviceprovider.h
index ba8c5210cf..242071f4ee 100644
--- a/gst/gstdeviceprovider.h
+++ b/gst/gstdeviceprovider.h
@@ -28,7 +28,6 @@
/**
* GST_DEVICE_PROVIDER_REGISTER_DEFINE:
- *
* @d_p: The device provider name in lower case, with words separated by '_'.
* Used to generate `gst_device_provider_register_*(GstPlugin* plugin)`.
* @d_p_n: The public name of the device provider