Browse Source

gstreamer: remove unneeded includes

We don't use anything specific to these headers that is not include by gstvlcpictureplaneallocator.h.

Fixes #29604
pull/199/head
Steve Lhomme 2 months ago
parent
commit
eea0bacf62
  1. 3
      modules/codec/gstreamer/gstvlcvideopool.h

3
modules/codec/gstreamer/gstvlcvideopool.h

@ -26,9 +26,6 @@
#ifndef VLC_GST_VIDEO_POOL_H
#define VLC_GST_VIDEO_POOL_H
#include <gst/gstbufferpool.h>
#include <gst/video/gstvideopool.h>
#include "gstvlcpictureplaneallocator.h"
typedef struct _GstVlcVideoPool GstVlcVideoPool;

Loading…
Cancel
Save