summaryrefslogtreecommitdiff
path: root/sys/vdpau/gstvdpvideopostprocess.c
diff options
context:
space:
mode:
authorCarl-Anton Ingmarsson <ca.ingmarsson@gmail.com>2009-10-04 19:27:56 +0200
committerCarl-Anton Ingmarsson <ca.ingmarsson@gmail.com>2009-11-22 22:38:07 +0100
commit79c600f7be7ad4f49ebf30531772b2768c85a1bb (patch)
tree9b59f26670e810ab4a06229ac55d31c07d846da7 /sys/vdpau/gstvdpvideopostprocess.c
parent8ba3df0939e5eb1b8718b37d8f4ea08b4c85afeb (diff)
downloadgstreamer-plugins-bad-79c600f7be7ad4f49ebf30531772b2768c85a1bb.tar.gz
vdpau: create a libgstvdp library.
The library contains GstVdpDevice GstVdpVideoBuffer and GstVdpOutputBuffer. The library will (apart from the plugins here) be used by the upcoming gst-ffmpeg vdpau support.
Diffstat (limited to 'sys/vdpau/gstvdpvideopostprocess.c')
-rw-r--r--sys/vdpau/gstvdpvideopostprocess.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/vdpau/gstvdpvideopostprocess.c b/sys/vdpau/gstvdpvideopostprocess.c
index 564d87210..c942000e8 100644
--- a/sys/vdpau/gstvdpvideopostprocess.c
+++ b/sys/vdpau/gstvdpvideopostprocess.c
@@ -44,10 +44,9 @@
#include <gst/gst.h>
#include <gst/video/gstvideosink.h>
+#include <gst/vdpau/gstvdpoutputbuffer.h>
#include "gstvdputils.h"
-#include "gstvdpvideobuffer.h"
-#include "gstvdpoutputbuffer.h"
#include "gstvdpvideopostprocess.h"