gstreamer/gst/vaapi
Hyunjun Ko 736478d2a7 vaapisink: fail if surface display is different
Replacing GstVaapiDisplay during rendering might be hiding problems
at some cases, even though it's safe currently since we use cache
of GstVaapidisplay.

Play safe by failing if this happens.

https://bugzilla.gnome.org/show_bug.cgi?id=766704
2017-07-26 14:21:54 +02:00
..
gstcompat.h Remove old gst version guards 2016-01-25 12:09:40 +00:00
gstvaapi.c Revert "encoders: demote to RANK_NONE since not fit for autoplugging yet" 2016-12-07 16:52:35 +01:00
gstvaapidecode.c vaapidecode: set h264 low latency to decoder 2017-07-07 19:32:11 +02:00
gstvaapidecode.h vaapidecode: update internal decoder sink caps 2017-01-18 11:30:49 +01:00
gstvaapidecode_props.c vaapidecode_props: h264: set low-latency in decoder 2017-07-10 19:30:46 +02:00
gstvaapidecode_props.h vaapidecode_props: h264: add low latency property 2017-07-07 19:32:11 +02:00
gstvaapidecodebin.c Revert "vaapidecodebin: fix element's classification" 2017-05-04 11:49:33 +02:00
gstvaapidecodebin.h vaapidecodebin: skips configuration once it's done 2017-04-21 11:48:16 +02:00
gstvaapidecodedoc.c docs: replace vaapidecode with each codec 2016-10-27 13:04:37 +02:00
gstvaapiencode.c vaapiencode: handle custom event GstVaapiEncoderRegionOfInterest 2017-05-12 11:12:56 +02:00
gstvaapiencode.h vaapiencode: add get_profile() vmethod 2017-04-06 22:00:05 +02:00
gstvaapiencode_h264.c vaapiencode: h264: add plugin documentation 2017-07-13 16:43:34 +02:00
gstvaapiencode_h264.h vaapiencode: h264: verify if requested profile is supported 2017-07-03 15:33:20 +02:00
gstvaapiencode_h265.c vaapiencode: h265: add main-10 in caps template 2017-04-07 12:04:57 +02:00
gstvaapiencode_h265.h HEVC_Encode: Add HEVC(h265) Encoder plugin 2015-05-25 11:58:20 +03:00
gstvaapiencode_jpeg.c vaapi: use new gst_element_class_add_static_pad_template() 2016-09-23 12:33:58 +02:00
gstvaapiencode_jpeg.h plugins: Add JPEG encoder element 2015-02-04 11:18:29 +02:00
gstvaapiencode_mpeg2.c vaapi: use new gst_element_class_add_static_pad_template() 2016-09-23 12:33:58 +02:00
gstvaapiencode_mpeg2.h legal: update copyright notice dates. 2014-01-22 19:02:35 +01:00
gstvaapiencode_vp8.c vaapi: use new gst_element_class_add_static_pad_template() 2016-09-23 12:33:58 +02:00
gstvaapiencode_vp8.h plugins: Add VP8 Encoder 2015-02-13 13:45:32 +02:00
gstvaapiencode_vp9.c Add vp9 encode element to "vaapi" plugin 2016-05-30 11:24:14 +03:00
gstvaapiencode_vp9.h Add vp9 encode element to "vaapi" plugin 2016-05-30 11:24:14 +03:00
gstvaapipluginbase.c vaapipluginbase: force dmabuf allocator if DMABuf caps feature 2017-06-23 18:44:42 +02:00
gstvaapipluginbase.h plugins: enable direct rendering with envvar 2017-04-12 20:39:06 +02:00
gstvaapipluginutil.c vaapipluginutil: add support for DMABuf caps feature 2017-06-23 18:44:42 +02:00
gstvaapipluginutil.h vaapipluginutil: add support for DMABuf caps feature 2017-06-23 18:44:42 +02:00
gstvaapipostproc.c postproc: reconfigure when width or height changes 2017-07-18 17:17:11 +02:00
gstvaapipostproc.h vaapipostproc: make it enable/disable pass-through mode 2016-07-22 12:08:20 +02:00
gstvaapipostprocutil.c vaapipostproc: set multivew-mode flags to src caps 2017-07-03 13:37:21 +02:00
gstvaapipostprocutil.h vaapipostproc: move gst_vaapipostproc_fixate_srccaps() 2016-05-09 16:56:10 +02:00
gstvaapisink.c vaapisink: fail if surface display is different 2017-07-26 14:21:54 +02:00
gstvaapisink.h vaapisink: add support for GST_TAG_IMAGE_ORIENTATION 2016-07-05 20:17:12 +02:00
gstvaapivideobuffer.c remove the video converter from vaapi buffer meta 2016-11-24 18:32:34 +01:00
gstvaapivideobuffer.h plugins: re-indent all GstVaapiVideo* related source code. 2014-08-22 15:54:32 +02:00
gstvaapivideobufferpool.c vaapivideobufferpool: fix regression with video metas 2017-06-23 17:51:04 +02:00
gstvaapivideobufferpool.h vaapivideobufferpool: add GstVaapiVideoBufferPoolAcquireParams 2017-02-02 20:33:36 +01:00
gstvaapivideocontext.c videocontext: support "gst.vaapi.app.Display" context 2017-07-18 18:51:41 +02:00
gstvaapivideocontext.h videocontext: support "gst.vaapi.app.Display" context 2017-07-18 18:51:41 +02:00
gstvaapivideomemory.c vaapivideomemory: add gst_vaapi_dmabuf_can_map() 2017-06-23 18:44:42 +02:00
gstvaapivideomemory.h vaapivideomemory: add gst_vaapi_dmabuf_can_map() 2017-06-23 18:44:42 +02:00
gstvaapivideometa.c remove the video converter from vaapi buffer meta 2016-11-24 18:32:34 +01:00
gstvaapivideometa.h remove the video converter from vaapi buffer meta 2016-11-24 18:32:34 +01:00
gstvaapivideometa_texture.c plugins: fix code style for errors 2016-10-25 19:38:26 +02:00
gstvaapivideometa_texture.h plugins: re-indent all GstVaapiVideo* related source code. 2014-08-22 15:54:32 +02:00
Makefile.am vaapidecode_props: add skeleton for h264 decoder properties 2017-07-07 19:32:11 +02:00
meson.build vaapidecode_props: add skeleton for h264 decoder properties 2017-07-07 19:32:11 +02:00