Add initial VA/GLX support.
authorgb <gb@5584edef-b1fe-4b99-b61b-dd2bab72e969>
Thu, 25 Mar 2010 17:28:49 +0000 (17:28 +0000)
committergb <gb@5584edef-b1fe-4b99-b61b-dd2bab72e969>
Thu, 25 Mar 2010 17:28:49 +0000 (17:28 +0000)
commit89a99d828c5527baa311b80fa63f5a51c4e78c47
tree6c1bc5f6d392f0c17f264ac2839c1460e8ee1e84
parent511463c699125fa2387d6e1907aa4d8210854a83
Add initial VA/GLX support.
12 files changed:
configure.ac
gst-libs/gst/vaapi/Makefile.am
gst-libs/gst/vaapi/gstvaapidisplay_glx.c [new file with mode: 0644]
gst-libs/gst/vaapi/gstvaapidisplay_glx.h [new file with mode: 0644]
gst-libs/gst/vaapi/gstvaapiutils_glx.c [new file with mode: 0644]
gst-libs/gst/vaapi/gstvaapiutils_glx.h [new file with mode: 0644]
gst-libs/gst/vaapi/gstvaapiwindow_glx.c [new file with mode: 0644]
gst-libs/gst/vaapi/gstvaapiwindow_glx.h [new file with mode: 0644]
pkgconfig/Makefile.am
pkgconfig/gstreamer-vaapi-glx.pc.in [new file with mode: 0644]
tests/Makefile.am
tests/test-textures.c [new file with mode: 0644]