gstreamer/sys
Seungha Yang 39b9f79e11 d3d11: Implement memory pool
Major changes:
* GstD3D11Allocator: This allocator is now device-independent object
  which can allocate GstD3D11Memory object for any GstD3D11Device.
  User can get this object via gst_allocator_find(GST_D3D11_MEMORY_NAME)
* GstD3D11PoolAllocator: A new allocator implementation for texture pool.
  From now on GstD3D11BufferPool will make use of this memory pool allocator
  to avoid frequent texture reallocation. That usually happens because
  of buffer copy (gst_buffer_make_writable for example)

In addition to that, GstD3D11BufferPool will provide GstBuffer with
GstVideoMeta, because CPU access to a GstD3D11Memory without GstVideoMeta
is almost impossible since GPU drivers needs padding for stride alignment.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2097>
2021-03-24 15:44:42 +00:00
..
androidmedia gst: don't use volatile to mean atomic 2021-03-22 14:34:36 +11:00
applemedia gst: don't use volatile to mean atomic 2021-03-22 14:34:36 +11:00
bluez gst: don't use volatile to mean atomic 2021-03-22 14:34:36 +11:00
d3d11 d3d11: Implement memory pool 2021-03-24 15:44:42 +00:00
d3dvideosink d3dvideosink: Use secondary rank 2020-06-03 17:57:40 +09:00
decklink decklinkvideosink: Use correct numerator for 29.97fps 2021-02-26 16:36:58 +02:00
directsound bad: use of g_value_dup_string 2019-12-30 14:13:03 +00:00
dshowdecwrapper documentation: fixed a heap o' typos 2019-11-05 09:11:25 -05:00
dshowsrcwrapper dshowsrcwrapper: Update build instructions. Add _builddir to include search path. 2020-08-28 23:00:53 +00:00
dshowvideosink documentation: fixed a heap o' typos 2019-11-05 09:11:25 -05:00
dvb plugins: uddate gst_type_mark_as_plugin_api() calls 2020-06-06 00:40:42 +02:00
fbdev Remove autotools build system 2019-10-14 13:54:27 +01:00
ipcpipeline gst: don't use volatile to mean atomic 2021-03-22 14:34:36 +11:00
kms kmssink: Do not source using padded width/height 2020-09-18 16:26:23 +00:00
magicleap mlaudiosink: Fix crash when stopping pipeline 2019-12-06 15:29:29 +00:00
mediafoundation gst: don't use volatile to mean atomic 2021-03-22 14:34:36 +11:00
msdk gst: don't use volatile to mean atomic 2021-03-22 14:34:36 +11:00
nvcodec gst: don't use volatile to mean atomic 2021-03-22 14:34:36 +11:00
opensles gst: don't use volatile to mean atomic 2021-03-22 14:34:36 +11:00
shm Don't pass default GLib marshallers for signals 2019-11-06 14:27:46 +00:00
tinyalsa Remove autotools build system 2019-10-14 13:54:27 +01:00
uvch264 plugins: uddate gst_type_mark_as_plugin_api() calls 2020-06-06 00:40:42 +02:00
v4l2codecs v4l2codecs: h264: retrieve interlaced information 2021-03-02 22:03:34 +00:00
va va: postproc: Set one buffer in pools as minimum. 2021-03-24 11:52:06 +00:00
wasapi gst: don't use volatile to mean atomic 2021-03-22 14:34:36 +11:00
wasapi2 gst: don't use volatile to mean atomic 2021-03-22 14:34:36 +11:00
winks documentation: fixed a heap o' typos 2019-11-05 09:11:25 -05:00
winscreencap gst: don't use volatile to mean atomic 2021-03-22 14:34:36 +11:00
meson.build va: VA-API H.264 decoder and infrastructure 2020-06-28 11:47:35 +02:00