Skip to content

Commit 4784b9b

Browse files
committedJun 24, 2019
Fix HW accelerated video playback via GStreamer 1.0
1 parent d967ce8 commit 4784b9b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 
+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[decoder-quirks]
2+
video/avc = dont-use-droid-convert;use-codec-supplied-height;use-codec-supplied-width
3+
video/mp4v-es = dont-use-droid-convert;use-codec-supplied-height;use-codec-supplied-width
4+
video/x-vnd.on2.vp8 = dont-use-droid-convert;use-codec-supplied-height;use-codec-supplied-width
5+

0 commit comments

Comments
 (0)
Please sign in to comment.