e_blur_video_capture: Fix missing set blur_rectangle of capture object 43/316143/1
authorChangyeon Lee <cyeon.lee@samsung.com>
Wed, 14 Aug 2024 03:24:29 +0000 (12:24 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Wed, 14 Aug 2024 04:30:20 +0000 (13:30 +0900)
Change-Id: I527cfff1c43d3281214301299b060390e086fde5

src/bin/server/e_blur_video_capture.c

index 3fff796..da857a6 100644 (file)
@@ -335,6 +335,7 @@ _e_blur_video_capture_object_get(E_Blur_Video_Capture_Client *client, E_Blur_Rec
    evas_object_clip_set(object->source_obj, object->source_clip_obj);
    evas_object_clip_set(object->source_clip_obj, object->blur_clip_obj);
 
+   object->blur_rectangle = blur_rectangle;
    object->client = client;
    client->capture_objs = eina_list_append(client->capture_objs, object);