mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
pango: adjust to modified overlay composition API
This commit is contained in:
parent
bcc5a89a98
commit
aa6295744b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue