pango: adjust to modified overlay composition API
This commit is contained in:
parent
bcc5a89a98
commit
aa6295744b
@ -1599,7 +1599,7 @@ gst_base_text_overlay_push_frame (GstBaseTextOverlay * overlay,
|
|||||||
|
|
||||||
if (overlay->attach_compo_to_buffer) {
|
if (overlay->attach_compo_to_buffer) {
|
||||||
GST_DEBUG_OBJECT (overlay, "Attaching text overlay image to video 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);
|
overlay->composition);
|
||||||
/* FIXME: emulate shaded background box if want_shading=true */
|
/* FIXME: emulate shaded background box if want_shading=true */
|
||||||
goto done;
|
goto done;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user