mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
cf30e875de
When glupload generates sink caps based on src caps after determining upload method, src caps may only contain RGBA format. In this case, the raw caps on the sink pad generated by glupload will only contain the RGBA format, which will cause caps negotiation fail, because the filter caps used for negotiation by the upstream element may only contain other formats, such as xBGR, etc. Add the formats supported by #GstGLMemory to raw caps to ensure that caps negotiation succeeds. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7061> |
||
---|---|---|
.. | ||
gst | ||
meson.build |