ext/pango/: Use gstvideo functions to calculate strides and plane offsets. Fixes...
authorTim-Philipp Müller <tim@centricular.net>
Mon, 2 Jun 2008 18:37:02 +0000 (18:37 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Mon, 2 Jun 2008 18:37:02 +0000 (18:37 +0000)
commitd8680770484c9df70588655f32aad7881d7400b1
tree36ff30b2eb94ed360c11b28c54140eec4a7f820a
parent1d37b272ce9e47e559535d786911e96c1a514a9b
ext/pango/: Use gstvideo functions to calculate strides and plane offsets. Fixes rendering issue ('ghost' images of t...

Original commit message from CVS:
* ext/pango/Makefile.am:
* ext/pango/gsttextoverlay.c: (gst_text_overlay_shade_y),
(gst_text_overlay_blit_yuv420), (gst_text_overlay_push_frame):
Use gstvideo functions to calculate strides and plane offsets. Fixes
rendering issue ('ghost' images of the text on the chroma planes)
with widths or heights that are not multiples of 8 (#506659 and
probably also #485729).
* tests/icles/test-textoverlay.c: (show_text), (test_textoverlay),
(main):
Test with odd height/width too.
ChangeLog
ext/pango/Makefile.am
ext/pango/gsttextoverlay.c
tests/icles/test-textoverlay.c