gstreamer/gst
Gwenole Beauchesne 6136ebe5e2 vaapisink: improve check for raw YUV format mode.
Improve check for raw YUV format modes by avoiding checks against strings
("video/x-raw-yuv") for each new GstBuffer allocation. In the usual case,
GstBaseSink::set_caps() is called first and if VA surface format mode is
used, then GstBaseSink::buffer_alloc() is not called. If the latter is
called before set_caps(), then we just make a full check. This one is
pretty rare though, e.g. it usually happens once for custom pipelines.
2013-04-03 15:58:57 +02:00
..
vaapi vaapisink: improve check for raw YUV format mode. 2013-04-03 15:58:57 +02:00
Makefile.am Group all plugins into the same bundle 2011-12-07 14:33:59 +01:00