mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
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:
parent
f20bd8bfd1
commit
e20d06e64d
3 changed files with 0 additions and 3 deletions
|
@ -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)
|
||||
{
|
||||
|
|
|
@ -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)
|
||||
{
|
||||
|
|
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue