From: Mark Nauwelaerts Date: Tue, 3 Jul 2012 12:30:39 +0000 (+0200) Subject: pango: adjust to modified overlay composition API X-Git-Tag: 1.19.3~511^2~6257 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aa6295744bd518ab2a6ab4ba7d7e1eb662859443;p=platform%2Fupstream%2Fgstreamer.git pango: adjust to modified overlay composition API --- diff --git a/ext/pango/gstbasetextoverlay.c b/ext/pango/gstbasetextoverlay.c index f9fe980..03a60ca 100644 --- a/ext/pango/gstbasetextoverlay.c +++ b/ext/pango/gstbasetextoverlay.c @@ -1599,7 +1599,7 @@ gst_base_text_overlay_push_frame (GstBaseTextOverlay * overlay, if (overlay->attach_compo_to_buffer) { GST_DEBUG_OBJECT (overlay, "Attaching text overlay image to video buffer"); - gst_video_buffer_set_overlay_composition (video_frame, + gst_buffer_add_video_overlay_composition_meta (video_frame, overlay->composition); /* FIXME: emulate shaded background box if want_shading=true */ goto done;