gstreamer/gst/vaapi
Víctor Manuel Jáquez Leal 649c00d3c7 vaapipostproc: return caps template if no display
This patch is a fix for my bad review of commit 6d73ca8d. The element should
be able to return the available raw caps handled by the VA display, but that
only should happen when there a VA display. If there's none, the element
should use the caps template.

https://bugzilla.gnome.org/show_bug.cgi?id=768161
2016-06-29 14:05:18 +02:00
..
gstcompat.h Remove old gst version guards 2016-01-25 12:09:40 +00:00
gstvaapi.c vaapi: nest includes under USE_ENCODER macro 2016-06-28 16:33:55 +02:00
gstvaapidecode.c vaapi: fix minor leaks 2016-06-21 11:08:48 +03:00
gstvaapidecode.h vaapidecode: keep only display_{width,height} 2016-04-18 11:14:04 +02:00
gstvaapidecodebin.c vaapidecodebin: element warning if missing element 2016-06-23 12:25:39 +02:00
gstvaapidecodebin.h vaapidecodebin: add postprocessor dynamically 2015-11-16 16:07:07 +01:00
gstvaapiencode.c plugins: rework set_context() vmethod definition 2016-04-22 17:18:18 +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 unify caps template for VAAPI encoders and decoders 2016-03-30 16:55:26 +02:00
gstvaapiencode_h264.h legal: update copyright notice dates. 2014-01-22 19:02:35 +01:00
gstvaapiencode_h265.c unify caps template for VAAPI encoders and decoders 2016-03-30 16:55:26 +02:00
gstvaapiencode_h265.h HEVC_Encode: Add HEVC(h265) Encoder plugin 2015-05-25 11:58:20 +03:00
gstvaapiencode_jpeg.c unify caps template for VAAPI encoders and decoders 2016-03-30 16:55:26 +02:00
gstvaapiencode_jpeg.h plugins: Add JPEG encoder element 2015-02-04 11:18:29 +02:00
gstvaapiencode_mpeg2.c unify caps template for VAAPI encoders and decoders 2016-03-30 16:55:26 +02:00
gstvaapiencode_mpeg2.h legal: update copyright notice dates. 2014-01-22 19:02:35 +01:00
gstvaapiencode_vp8.c unify caps template for VAAPI encoders and decoders 2016-03-30 16:55:26 +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 plugins: retry pool config 2016-06-14 17:25:58 +02:00
gstvaapipluginbase.h plugins: use an unique allocator per pad 2016-06-08 10:19:01 +02:00
gstvaapipluginutil.c pluginutil: add gst_video_info_force_nv12_if_encoded() 2016-06-08 10:19:01 +02:00
gstvaapipluginutil.h pluginutil: add gst_video_info_force_nv12_if_encoded() 2016-06-08 10:19:01 +02:00
gstvaapipostproc.c vaapipostproc: return caps template if no display 2016-06-29 14:05:18 +02:00
gstvaapipostproc.h vaapipostproc: add postproc_lock to protect data members 2016-06-08 10:03:59 +02:00
gstvaapipostprocutil.c vaapipostproc: Add colorimetry attributes to src caps 2016-06-08 10:17:02 +02:00
gstvaapipostprocutil.h vaapipostproc: move gst_vaapipostproc_fixate_srccaps() 2016-05-09 16:56:10 +02:00
gstvaapisink.c vaapisink: return caps template if no display 2016-06-16 13:18:15 +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 vaapivideobufferpool: add video meta to config when needed 2016-06-15 15:44:00 +02:00
gstvaapivideobufferpool.h vaapivideobufferpool: share options flag with pluginbase 2016-06-08 10:19:01 +02:00
gstvaapivideocontext.c vaapivideocontext: check if query context is NULL 2016-06-24 12:24:55 +02:00
gstvaapivideocontext.h vaapivideocontext: add gst_vaapi_video_context_set_display() 2015-11-09 16:18:19 +01:00
gstvaapivideomemory.c pluginbase negotiates allocator with bufferpool 2016-06-08 10:19:01 +02:00
gstvaapivideomemory.h vaapivideomemory: internal attributes to methods 2016-06-08 19:20:33 +02: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 gltextureupload: use an array for texture type 2016-03-28 15:32:47 +02:00
gstvaapivideometa_texture.h plugins: re-indent all GstVaapiVideo* related source code. 2014-08-22 15:54:32 +02:00
Makefile.am Add vp9 encode element to "vaapi" plugin 2016-05-30 11:24:14 +03:00