GNOME Bugzilla – Bug 771382
dvbsuboverlay: map with READWRITE for overlay blend
Last modified: 2016-09-30 07:05:21 UTC
Just as in basetextoverlay [1], the frame to blend with the subtitles overlay should be mapped with flags GST_MAP_READWRITE, because gst_video_overlay_composition_blend() does both operations. 1. https://cgit.freedesktop.org/gstreamer/gst-plugins-base/commit/?id=1396f804 Signed-off-by: Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
Created attachment 335465 [details] [review] dvbsuboverlay: map with READWRITE for overlay blend
Should probably also go into 1.8.
Created attachment 335493 [details] [review] videooverlaycomposition: document required map flags Fix documentation for gst_video_overlay_composition_blend(). The video frame needs to be mapped with GST_MAP_READWRITE flag.
Comment on attachment 335465 [details] [review] dvbsuboverlay: map with READWRITE for overlay blend Attachment 335465 [details] pushed as 4ba54b6 - dvbsuboverlay: map with READWRITE for overlay blend
Comment on attachment 335493 [details] [review] videooverlaycomposition: document required map flags You should feel free to push doc updates directly (unless you want review of course) :)
(In reply to Tim-Philipp Müller from comment #5) > Comment on attachment 335493 [details] [review] [review] > videooverlaycomposition: document required map flags > > You should feel free to push doc updates directly (unless you want review of > course) :) As a non native English speaker, of course I want peer review :)
(In reply to Tim-Philipp Müller from comment #2) > Should probably also go into 1.8. I'm going to push it to branch 1.8 too
Attachment 335493 [details] pushed as dcfc69a - videooverlaycomposition: document required map flags