mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 21:16:24 +00:00
The current manner in transform_caps() for src direction is not very correct. For example, when the src caps is: video/x-raw(memory:DMABuf); video/x-raw; video/x-raw(memory:GLMemory) this function returns: video/x-raw(memory:DMABuf); video/x-raw; video/x-raw(memory:GLMemory) as the sink caps. This is not correct, because DMABuf feature is not even in the sink pad's caps template. The correct answer should be: video/x-raw(memory:GLMemory); video/x-raw only. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/1058> |
||
---|---|---|
.. | ||
alsa | ||
cdparanoia | ||
gl | ||
libvisual | ||
ogg | ||
opus | ||
pango | ||
theora | ||
vorbis | ||
meson.build |