mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-29 19:50:40 +00:00
vdpau: Fix includes
This commit is contained in:
parent
d57488461a
commit
635e2774e6
2 changed files with 3 additions and 3 deletions
|
@ -18,7 +18,7 @@
|
|||
* Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#include <gst/vdpau/gstvdpvideobuffer.h>
|
||||
#include "gstvdpvideobuffer.h"
|
||||
|
||||
#include "gstvdputils.h"
|
||||
|
||||
|
|
|
@ -22,9 +22,9 @@
|
|||
#define _GST_VDP_UTILS_H_
|
||||
|
||||
#include <gst/gst.h>
|
||||
#include <gst/vdpau/gstvdpdevice.h>
|
||||
#include "gstvdpdevice.h"
|
||||
|
||||
GstCaps *gst_vdp_video_to_output_caps (GstCaps * caps);
|
||||
GstCaps *gst_vdp_yuv_to_output_caps (GstCaps *caps);
|
||||
|
||||
#endif /* _GST_VDP_UTILS_H_ */
|
||||
#endif /* _GST_VDP_UTILS_H_ */
|
||||
|
|
Loading…
Reference in a new issue