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 diff --git a/gst/gstdynamictypefactory.h b/gst/gstdynamictypefactory.h index 95b60181ce..371dafb627 100644 --- a/gst/gstdynamictypefactory.h +++ b/gst/gstdynamictypefactory.h @@ -24,7 +24,6 @@ /** * GST_DYNAMIC_TYPE_REGISTER_DEFINE: - * * @t_n: The dynamic type name in lower case, with words separated by '_'. * Used to generate `gst_dynamic_type_register_*(GstPlugin* plugin)`. * @t: The #GType of the dynamic type diff --git a/gst/gstelement.h b/gst/gstelement.h index f550a27656..0eee77fda7 100644 --- a/gst/gstelement.h +++ b/gst/gstelement.h @@ -53,7 +53,6 @@ G_END_DECLS /** * GST_ELEMENT_REGISTER_DEFINE_CUSTOM: - * * @element: The element name in lower case, with words separated by '_'. * Used to generate `gst_element_register_*(GstPlugin* plugin)`. * @register_func: pointer to a method with the format: `gboolean register_func (GstPlugin* plugin);` @@ -80,7 +79,6 @@ G_END_DECLS /** * GST_ELEMENT_REGISTER_DEFINE: - * * @e: The element name in lower case, with words separated by '_'. * Used to generate `gst_element_register_*(GstPlugin* plugin)`. * @e_n: The public name of the element @@ -102,7 +100,6 @@ G_END_DECLS /** * GST_ELEMENT_REGISTER_DEFINE_WITH_CODE: - * * @e: The element name in lower case, with words separated by '_'. * Used to generate `gst_element_register_*(GstPlugin* plugin)`. * @e_n: The public name of the element diff --git a/gst/gsttypefind.h b/gst/gsttypefind.h index bcd336f152..6a0a63069f 100644 --- a/gst/gsttypefind.h +++ b/gst/gsttypefind.h @@ -30,7 +30,6 @@ G_BEGIN_DECLS /** * GST_TYPE_FIND_REGISTER_DEFINE_CUSTOM: - * * @type_find: The type find name in lower case, with words separated by '_'. * Used to generate `gst_type_find_register_*(GstPlugin* plugin)`. * @register_func: pointer to a method with the format: `gboolean register_func (GstPlugin* plugin);` @@ -57,7 +56,6 @@ G_END_DECLS /** * GST_TYPE_FIND_REGISTER_DEFINE: - * * @t_f: The type find name in lower case, with words separated by '_'. * Used to generate `gst_type_find_register_*(GstPlugin* plugin)`. * @t_f_n: The public name of the type find