diff options
author | Carl-Anton Ingmarsson <ca.ingmarsson@gmail.com> | 2009-10-04 19:27:56 +0200 |
---|---|---|
committer | Carl-Anton Ingmarsson <ca.ingmarsson@gmail.com> | 2009-11-22 22:38:07 +0100 |
commit | 79c600f7be7ad4f49ebf30531772b2768c85a1bb (patch) | |
tree | 9b59f26670e810ab4a06229ac55d31c07d846da7 /sys/vdpau/gstvdpvideopostprocess.c | |
parent | 8ba3df0939e5eb1b8718b37d8f4ea08b4c85afeb (diff) | |
download | gstreamer-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.c | 3 |
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" |