gstreamer/gst/vaapi
Gwenole Beauchesne e36fb69ef9 vaapisink: retain VA surface until another one is displayed.
Keep VA surface proxy associated with the surface that is currently
being displayed. This makes sure that surface is not released back
to the pool of surfaces free to use for decoding. This is necessary
with VA driver implementations that support rendering to an overlay
pipe. Otherwise, there could be cases where we are decoding into a
surface that is being displayed, hence some flickering.
2012-08-29 12:05:00 +02:00
..
gstvaapi.c vaapipostproc: add new element for video postprocessing. 2012-03-26 14:37:24 +02:00
gstvaapidecode.c plugins: fix display type selection and propagation. 2012-07-25 14:52:05 +02:00
gstvaapidecode.h Drop FFmpeg-based decoders. 2012-07-19 17:30:36 +02:00
gstvaapidownload.c plugins: fix display type selection and propagation. 2012-07-25 14:52:05 +02:00
gstvaapidownload.h plugins: declare _get_type() functions as const. 2012-07-19 15:19:17 +02:00
gstvaapipluginbuffer.c plugins: fix creation of video buffer from surface proxy. 2012-07-25 15:11:51 +02:00
gstvaapipluginbuffer.h videobuffer: drop deprecated functions. 2012-07-24 16:13:31 +02:00
gstvaapipluginutil.c plugins: add support for headless pipelines. 2012-08-01 16:40:17 +02:00
gstvaapipluginutil.h plugins: fix display type selection and propagation. 2012-07-25 14:52:05 +02:00
gstvaapipostproc.c plugins: fix display type selection and propagation. 2012-07-25 14:52:05 +02:00
gstvaapipostproc.h plugins: declare _get_type() functions as const. 2012-07-19 15:19:17 +02:00
gstvaapisink.c vaapisink: retain VA surface until another one is displayed. 2012-08-29 12:05:00 +02:00
gstvaapisink.h vaapisink: retain VA surface until another one is displayed. 2012-08-29 12:05:00 +02:00
gstvaapiupload.c plugins: fix display type selection and propagation. 2012-07-25 14:52:05 +02:00
gstvaapiupload.h plugins: declare _get_type() functions as const. 2012-07-19 15:19:17 +02:00
Makefile.am plugins: add support for headless pipelines. 2012-08-01 16:40:17 +02:00