GNOME Bugzilla – Bug 797278
Deinterlaced content flickers heavily with glimagesink when dmabuf is enabled
Last modified: 2018-10-12 13:16:07 UTC
When GST_GL_PLATFORM=egl is exported for zero-copy/dmabuf usage, deinterlaced content flicks heavily with glimagesink. Reproduce Steps: ============================================ $ GST_GL_PLATFORM=egl gst-launch-1.0 -v filesrc location=/home/root/videos/H264_Main@L2.2_0720x0576_03.9Mbps_10.0fps_Interlaced_Sound_ToTheLimit@.mp4 ! qtdemux ! h264parse ! vaapih264dec ! vaapipostproc deinterlace-mode=1 deinterlace-method=1 ! glimagesink Video renders correctly if dmabuf is not enabled with the following command: $ gst-launch-1.0 -v filesrc location=/home/root/videos/H264_Main@L2.2_0720x0576_03.9Mbps_10.0fps_Interlaced_Sound_ToTheLimit@.mp4 ! qtdemux ! h264parse ! vaapih264dec ! vaapipostproc deinterlace-mode=1 deinterlace-method=1 ! glimagesink
*** This bug has been marked as a duplicate of bug 793678 ***