LeGoffMael / video_editor

A flutter package for editing video written in pure Dart with fully customizable UI. Supports crop, trim, rotation and cover selection.

Home Page:https://pub.dev/packages/video_editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Video Editor package keeps loading after it shows IsTextureConsistent: IMGEGLImage is not consistent

dVoidMan opened this issue · comments

Whenever, this line gets printed on my console:

E/IMGSRV ( 8879): :0: IsTextureConsistent: IMGEGLImage is not consistent
E/IMGSRV ( 8879): :0: IsTextureConsistent: IMGEGLImage is not consistent
E/IMGSRV ( 8879): :0: IsTextureConsistent: IMGEGLImage is not consistent

The video editor just keeps loading forever.

What does this error mean and how do I resolve this?

A big thanks in advance.