GNOME Bugzilla – Bug 644704
[dvdsubedc] no SPU clipping implemented
Last modified: 2011-03-14 17:41:51 UTC
Created attachment 183321 [details] [review] patch to fix clipping dvdsubdec will garbage subtitles that are long and require clipping. The dvdspu element implements this and works well on the same video clips. Here is a small git patch that changes how the values on SPU_SET_SIZE are calculated and added clipping code similar to dvdspu code in gst_dvd_sub_dec_merge_title.
Thanks, but please use git format-patch style patches in the future :) commit a72cc73798938a88c1da3a4d74d17eb2df7f6b02 Author: Brendan Le Foll <blefoll@fluendo.com> Date: Mon Mar 14 18:39:35 2011 +0100 dvdsubdec: Implement clipping if the video size is smaller than the subpicture size Fixes bug #644704.