Skip to content

wpe: skip glbasesrc decide_allocation when non-GL caps are negotiated

Philippe Normand requested to merge philn/gst-plugins-bad:wpe-no-gl into master

Checking for GL caps features in gl_start() was done too late in case the parent class fails to setup a working GL context. The element now determines if GL support should be enabled during the decide-allocation query handling.

Fixes #1376 (closed)

Edited by Philippe Normand

Merge request reports