gstreamer/gst
Víctor Manuel Jáquez Leal 889fac3823 vaapioverlay: unroll the recursive call
Recursive functions are elegant but dangerous since they might
overflow the stack. It is better to turn them into a list tranversal
if possible, as this case.
2020-01-14 19:52:18 +01:00
..
vaapi vaapioverlay: unroll the recursive call 2020-01-14 19:52:18 +01:00
meson.build vaapi: add meson build 2017-02-09 11:27:44 +01:00