Skip to content

gl/gbm: ensure we call the resize callback before attempting to draw

Matthew Waters requested to merge ystreet/gst-plugins-base:gbm-viewport into master

Without this, sinks will not be notified about size changes or even the initial size and would render at 0x0.

Merge request reports