diff options
-rw-r--r-- | tests/check/libs/video.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/check/libs/video.c b/tests/check/libs/video.c index 0d29b8d08..b8decf1fe 100644 --- a/tests/check/libs/video.c +++ b/tests/check/libs/video.c @@ -2666,6 +2666,8 @@ GST_START_TEST (test_overlay_composition_over_transparency) comp1 = gst_video_overlay_composition_new (rect1); fail_unless (gst_video_overlay_composition_blend (comp1, &video_frame)); gst_video_overlay_composition_unref (comp1); + gst_video_overlay_rectangle_unref (rect1); + gst_buffer_unref (pix2); data = GST_VIDEO_FRAME_PLANE_DATA (&video_frame, 0); |