Skip to content

qml/gl: fix array definition

Matthew Waters requested to merge ystreet/gstreamer:qml-colorconvert-syntax into main

Some implementations require the [N] to suffixed to the variable name.

Error message example: 'syntax error: Array size must appear after variable name'

Follow up with !5123 (merged) of !5119 (merged)

Merge request reports