gstreamer/gst/vaapi
Víctor Manuel Jáquez Leal ee5d8ee202 vaapidecodebin: ensure VPP before going to READY
There are sometimes that the VA-API display context is not shared among the
pipeline, but it is important to know it before going to READY state (when the
pipeline is already linked).

One instance of this case is this:

gst-launch-1.0 filesrc location=media ! decodebin ! vaapipostproc ! vaapisink

This patch adds a new function in gstvaapipluginutil called
gst_vaapi_create_test_display(). Its purpose is to create a disposable VA-API
display, which only will be used for verify if the VAEntrypointVideoProc is
available by the hardware. Afterwards, it should be unrefed.

If the vaapidecodebin is going to READY state, and the element still doesn't
know if VPP is available, the last resort is to create a new instance of the
VA-API display and test for it.

https://bugzilla.gnome.org/show_bug.cgi?id=749554
2015-08-13 17:34:42 +02:00
..
gstcompat.h update and move gstcompat.h 2015-04-03 17:08:30 +03:00
gstvaapi.c Marking rank of vaapidecodebin as GST_RANK_MARGINAL for now. 2015-07-07 20:57:20 +03:00
gstvaapidecode.c refactor vaapi caps strings for pad templates 2015-08-05 14:26:37 +02:00
gstvaapidecode.h vaapidecode: Switch back to Single thread implementation 2015-03-02 14:46:38 +02:00
gstvaapidecodebin.c vaapidecodebin: ensure VPP before going to READY 2015-08-13 17:34:42 +02:00
gstvaapidecodebin.h vaapidecodebin: has_vpp as a tri-state variable 2015-08-13 17:34:42 +02:00
gstvaapiencode.c remove gstvaapiuploader 2015-08-04 19:32:40 +02:00
gstvaapiencode.h encode: Attach the codec-data to out caps only based on negotiated caps 2014-10-29 15:46:12 +02:00
gstvaapiencode_h264.c refactor vaapi caps strings for pad templates 2015-08-05 14:26:37 +02:00
gstvaapiencode_h264.h legal: update copyright notice dates. 2014-01-22 19:02:35 +01:00
gstvaapiencode_h265.c refactor vaapi caps strings for pad templates 2015-08-05 14:26:37 +02:00
gstvaapiencode_h265.h HEVC_Encode: Add HEVC(h265) Encoder plugin 2015-05-25 11:58:20 +03:00
gstvaapiencode_jpeg.c refactor vaapi caps strings for pad templates 2015-08-05 14:26:37 +02:00
gstvaapiencode_jpeg.h plugins: Add JPEG encoder element 2015-02-04 11:18:29 +02:00
gstvaapiencode_mpeg2.c refactor vaapi caps strings for pad templates 2015-08-05 14:26:37 +02:00
gstvaapiencode_mpeg2.h legal: update copyright notice dates. 2014-01-22 19:02:35 +01:00
gstvaapiencode_vp8.c refactor vaapi caps strings for pad templates 2015-08-05 14:26:37 +02:00
gstvaapiencode_vp8.h plugins: Add VP8 Encoder 2015-02-13 13:45:32 +02:00
gstvaapiparse.c plugins: Add h265 videoparser element "vaapiparse_h265" 2015-04-17 17:09:30 +03:00
gstvaapiparse.h plugins: Add h265 videoparser element "vaapiparse_h265" 2015-04-17 17:09:30 +03:00
gstvaapipluginbase.c plugins: reduce the noise of warnings 2015-08-04 19:42:48 +02:00
gstvaapipluginbase.h remove gstvaapiuploader 2015-08-04 19:32:40 +02:00
gstvaapipluginutil.c vaapidecodebin: ensure VPP before going to READY 2015-08-13 17:34:42 +02:00
gstvaapipluginutil.h vaapidecodebin: ensure VPP before going to READY 2015-08-13 17:34:42 +02:00
gstvaapipostproc.c refactor vaapi caps strings for pad templates 2015-08-05 14:26:37 +02:00
gstvaapipostproc.h vaapipostproc: add color balance interface 2015-06-12 19:22:01 +02:00
gstvaapisink.c refactor vaapi caps strings for pad templates 2015-08-05 14:26:37 +02:00
gstvaapisink.h vaapisink: add 'handoff' signal 2015-04-16 11:27:51 +02:00
gstvaapivideobuffer.c Removal of gstreamer-1.0 support 2015-04-03 17:09:08 +03:00
gstvaapivideobuffer.h plugins: re-indent all GstVaapiVideo* related source code. 2014-08-22 15:54:32 +02:00
gstvaapivideobufferpool.c gst/vaapi: Switch to upstreram like indentation. 2015-06-30 09:44:18 +03:00
gstvaapivideobufferpool.h plugins: add support for dma_buf exports (v4l2src). 2015-01-28 17:36:21 +01:00
gstvaapivideocontext.c gstvaapivideocontext: remove unused parameter 2015-08-06 19:07:13 +02:00
gstvaapivideocontext.h gstvaapivideocontext: remove unused parameter 2015-08-06 19:07:13 +02:00
gstvaapivideomemory.c gstvaapivideomemory: native format with no derived image 2015-08-13 17:20:19 +02:00
gstvaapivideomemory.h Removal of gstreamer-1.0 support 2015-04-03 17:09:08 +03:00
gstvaapivideometa.c gst/vaapi: Switch to upstreram like indentation. 2015-06-30 09:44:18 +03:00
gstvaapivideometa.h Removal of gstreamer-0.10 support 2015-04-03 16:55:27 +03:00
gstvaapivideometa_texture.c Removal of gstreamer-1.0 support 2015-04-03 17:09:08 +03:00
gstvaapivideometa_texture.h plugins: re-indent all GstVaapiVideo* related source code. 2014-08-22 15:54:32 +02:00
Makefile.am remove gstvaapiuploader 2015-08-04 19:32:40 +02:00