gdkpixbuf: adjust to modified video overlay composition API
This commit is contained in:
parent
a2475a40a5
commit
67f3d6ac16
@ -475,7 +475,7 @@ gst_gdk_pixbuf_overlay_update_composition (GstGdkPixbufOverlay * overlay)
|
||||
GST_VIDEO_INFO_WIDTH (&GST_VIDEO_FILTER (overlay)->in_info),
|
||||
GST_VIDEO_INFO_HEIGHT (&GST_VIDEO_FILTER (overlay)->in_info));
|
||||
|
||||
rect = gst_video_overlay_rectangle_new_argb (overlay->pixels,
|
||||
rect = gst_video_overlay_rectangle_new_raw (overlay->pixels,
|
||||
x, y, width, height, GST_VIDEO_OVERLAY_FORMAT_FLAG_NONE);
|
||||
|
||||
if (overlay->alpha != 1.0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user