mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-05 06:58:49 +00:00
fe07763fd8
The current _raw_data_upload_transform_caps() only simply apply "memory:GLMemory" to all input caps to transform the output caps. This is not precise and may cause problem. For example, if the input caps include: video/x-raw(memory:DMABuf), width=(int)1920, height=(int)1080, \ interlace-mode=(string)progressive, multiview-mode=(string)mono, \ framerate=(fraction)30/1, drm-format=(string)NV12:0x0100000000000002 it will be changed as video/x-raw(memory:GLMemory), width=(int)1920, height=(int)1080, \ interlace-mode=(string)progressive, multiview-mode=(string)mono, \ framerate=(fraction)30/1, drm-format=(string)NV12:0x0100000000000002 For GLMemory kind caps, no drm-format should appear. So we should let it only transforms which it can recognize. We also should recognize the system memory caps in _accept() early, if the input is not system memory, we just return early. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3524> |
||
---|---|---|
.. | ||
android | ||
cocoa | ||
dispmanx | ||
eagl | ||
egl | ||
gbm | ||
glprototypes | ||
utils | ||
viv-fb | ||
wayland | ||
wgl | ||
win32 | ||
winrt | ||
x11 | ||
gl-prelude.h | ||
gl.h | ||
gl_mkenum.py | ||
gstgl_enums.h | ||
gstgl_fwd.h | ||
gstglapi.c | ||
gstglapi.h | ||
gstglbasefilter.c | ||
gstglbasefilter.h | ||
gstglbasememory.c | ||
gstglbasememory.h | ||
gstglbasemixer.c | ||
gstglbasemixer.h | ||
gstglbasesrc.c | ||
gstglbasesrc.h | ||
gstglbuffer.c | ||
gstglbuffer.h | ||
gstglbufferpool.c | ||
gstglbufferpool.h | ||
gstglcolorconvert.c | ||
gstglcolorconvert.h | ||
gstglconfig.h.meson | ||
gstglcontext.c | ||
gstglcontext.h | ||
gstglcontext_private.h | ||
gstglcontextconfig.c | ||
gstglcontextconfig.h | ||
gstglcontextquirks.c | ||
gstgldebug.c | ||
gstgldebug.h | ||
gstgldisplay.c | ||
gstgldisplay.h | ||
gstglfeature.c | ||
gstglfeature.h | ||
gstglfeature_private.h | ||
gstglfilter.c | ||
gstglfilter.h | ||
gstglformat.c | ||
gstglformat.h | ||
gstglframebuffer.c | ||
gstglframebuffer.h | ||
gstglfuncs.h | ||
gstglmemory.c | ||
gstglmemory.h | ||
gstglmemorypbo.c | ||
gstglmemorypbo.h | ||
gstglmixer.c | ||
gstglmixer.h | ||
gstgloverlaycompositor.c | ||
gstgloverlaycompositor.h | ||
gstglpixelformat.c | ||
gstglquery.c | ||
gstglquery.h | ||
gstglrenderbuffer.c | ||
gstglrenderbuffer.h | ||
gstglshader.c | ||
gstglshader.h | ||
gstglshaderstrings.c | ||
gstglshaderstrings.h | ||
gstglsl.c | ||
gstglsl.h | ||
gstglsl_private.h | ||
gstglslstage.c | ||
gstglslstage.h | ||
gstglsyncmeta.c | ||
gstglsyncmeta.h | ||
gstglupload.c | ||
gstglupload.h | ||
gstglutils.c | ||
gstglutils.h | ||
gstglutils_private.h | ||
gstglviewconvert.c | ||
gstglviewconvert.h | ||
gstglwindow.c | ||
gstglwindow.h | ||
gstglwindow_private.h | ||
meson.build |