trinity icon indicating copy to clipboard operation
trinity copied to clipboard

editor crashing while scrolling back

Open hgaharwar opened this issue 4 years ago • 4 comments

logs are empty but editor crashes while dragging back to start

hgaharwar avatar Jul 10 '20 12:07 hgaharwar

W/System.err: java.lang.IllegalStateException W/System.err: at android.media.MediaCodec.native_dequeueOutputBuffer(Native Method) at android.media.MediaCodec.dequeueOutputBuffer(MediaCodec.java:2698) at com.trinity.decoder.MediaCodecDecode.dequeueOutputBufferIndex(MediaCodecDecode.kt:139) W/System.err: java.lang.IllegalStateException at android.media.MediaCodec.native_dequeueInputBuffer(Native Method) W/System.err: at android.media.MediaCodec.dequeueInputBuffer(MediaCodec.java:2635) at com.trinity.decoder.MediaCodecDecode.dequeueInputBuffer(MediaCodecDecode.kt:116) W/System.err: java.lang.IllegalStateException W/System.err: at android.media.MediaCodec.native_dequeueOutputBuffer(Native Method) at android.media.MediaCodec.dequeueOutputBuffer(MediaCodec.java:2698) at com.trinity.decoder.MediaCodecDecode.dequeueOutputBufferIndex(MediaCodecDecode.kt:139) java.lang.IllegalStateException at android.media.MediaCodec.native_dequeueInputBuffer(Native Method) at android.media.MediaCodec.dequeueInputBuffer(MediaCodec.java:2635) at com.trinity.decoder.MediaCodecDecode.dequeueInputBuffer(MediaCodecDecode.kt:116)

hgaharwar avatar Jul 11 '20 14:07 hgaharwar

This is a bug, waiting to be fixed

wlanjie avatar Jul 11 '20 14:07 wlanjie

is this bug in android medaicodec class or in the library

hgaharwar avatar Jul 11 '20 15:07 hgaharwar

Any update on the mentioned bug?

Vishrtr avatar Sep 07 '20 09:09 Vishrtr