libs: removed duplicated function declarations

Some headers had duplicated inlined function declaration. This was
for gtkdoc, but now GStreamer uses hotdoc and the internal library
documentation is not generated. So let's remove these extra lines.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-vaapi/-/merge_requests/323>
This commit is contained in:
Víctor Manuel Jáquez Leal 2020-05-16 19:58:25 +02:00
parent f20bd8bfd1
commit e20d06e64d
3 changed files with 0 additions and 3 deletions

View file

@ -54,7 +54,6 @@ gst_vaapi_coded_buffer_get_type (void) G_GNUC_CONST;
* Decreases the refcount of @buf. If the refcount reaches 0, the
* @buf will be freed.
*/
static inline void gst_vaapi_coded_buffer_unref(GstVaapiCodedBuffer* buf);
static inline void
gst_vaapi_coded_buffer_unref (GstVaapiCodedBuffer * buf)
{

View file

@ -103,7 +103,6 @@ gst_vaapi_image_new_with_image(GstVaapiDisplay *display, VAImage *va_image);
* Decreases the refcount of the image. If the refcount reaches 0, the
* image will be freed.
*/
static inline void gst_vaapi_image_unref(GstVaapiImage* image);
static inline void
gst_vaapi_image_unref (GstVaapiImage * image)
{

View file

@ -201,7 +201,6 @@ gst_vaapi_surface_get_type (void) G_GNUC_CONST;
* Decreases the refcount of the surface. If the refcount reaches 0, the
* surface will be freed.
*/
static inline void gst_vaapi_surface_unref(GstVaapiSurface* surface);
static inline void
gst_vaapi_surface_unref (GstVaapiSurface * surface)
{