gstreamer/gst/vaapi
Gwenole Beauchesne 7a0382130f configure: drop check for --enable-vaapi-glx.
This flag is obsolete. It was meant to explicitly enable/disable VA/GLX API
support, or fallback to TFP+FBO if this API is not found. Now, we check for
the VA/GLX API by default if --enable-glx is set. If this API is not found,
we now default to use TFP+FBO.

Note: TFP+FBO, i.e. using vaPutSurface() is now also a deprecated usage and
will be removed in the future. If GLX rendering is requested, then the VA/GLX
API shall be used as it covers most usages. e.g. AMD driver can't render to
an X pixmap yet.
2012-07-24 15:57:57 +02:00
..
gstvaapi.c vaapipostproc: add new element for video postprocessing. 2012-03-26 14:37:24 +02:00
gstvaapidecode.c configure: drop check for --enable-vaapi-glx. 2012-07-24 15:57:57 +02:00
gstvaapidecode.h Drop FFmpeg-based decoders. 2012-07-19 17:30:36 +02:00
gstvaapidownload.c configure: drop check for --enable-vaapi-glx. 2012-07-24 15:57:57 +02:00
gstvaapidownload.h plugins: declare _get_type() functions as const. 2012-07-19 15:19:17 +02:00
gstvaapipluginutil.c configure: drop check for --enable-vaapi-glx. 2012-07-24 15:57:57 +02:00
gstvaapipluginutil.h legal: fix year for some copyright notices. 2012-01-16 11:40:51 +01:00
gstvaapipostproc.c configure: drop check for --enable-vaapi-glx. 2012-07-24 15:57:57 +02:00
gstvaapipostproc.h plugins: declare _get_type() functions as const. 2012-07-19 15:19:17 +02:00
gstvaapisink.c vaapisink: drop checks for new APIs used by default. 2012-07-20 14:11:42 +02:00
gstvaapisink.h plugins: declare _get_type() functions as const. 2012-07-19 15:19:17 +02:00
gstvaapiupload.c configure: drop check for --enable-vaapi-glx. 2012-07-24 15:57:57 +02:00
gstvaapiupload.h plugins: declare _get_type() functions as const. 2012-07-19 15:19:17 +02:00
Makefile.am configure: drop check for --enable-vaapi-glx. 2012-07-24 15:57:57 +02:00