GNOME Bugzilla – Bug 671731
smpte: artifacts with certain widths and heights
Last modified: 2012-03-12 13:56:27 UTC
The smpte plugin shows some artifacts sometimes, depending on the width and height of the video input. Steps to reproduce gst-launch videotestsrc pattern=4 ! videoscale ! video/x-raw-yuv, width=720, height=534 ! smpte name=s border=20000 ! autovideosink videotestsrc pattern=3 ! videoscale ! video/x-raw-yuv, width=720, height=534 ! s. The above command produces no artifacts. gst-launch videotestsrc pattern=4 ! videoscale ! video/x-raw-yuv, width=720, height=533 ! smpte name=s border=20000 ! autovideosink videotestsrc pattern=3 ! videoscale ! video/x-raw-yuv, width=720, height=533 ! s. But the above command does.
commit 15d1d4066294749a2adcdd2671ec33ea589ce61c Author: Wim Taymans <wim.taymans@collabora.co.uk> Date: Mon Mar 12 14:48:47 2012 +0100 smpte: fix stride handling