After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 797278 - Deinterlaced content flickers heavily with glimagesink when dmabuf is enabled
Deinterlaced content flickers heavily with glimagesink when dmabuf is enabled
Status: RESOLVED DUPLICATE of bug 793678
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
1.14.x
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2018-10-12 07:13 UTC by Soon, Thean Siew
Modified: 2018-10-12 13:16 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Soon, Thean Siew 2018-10-12 07:13:41 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
Comment 1 Víctor Manuel Jáquez Leal 2018-10-12 13:16:07 UTC

*** This bug has been marked as a duplicate of bug 793678 ***