mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
gdkpixbuf: adjust to modified video overlay composition API
This commit is contained in:
parent
a2475a40a5
commit
67f3d6ac16
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue