summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorVíctor Manuel Jáquez Leal <vjaquez@igalia.com>2018-05-22 14:28:40 +0200
committerVíctor Manuel Jáquez Leal <vjaquez@igalia.com>2018-09-03 17:54:19 +0200
commitae46b1a91a5e0f48a4c33c71f04599ca36dc5144 (patch)
treec679a809d24bbe5f31ff8ebdf7605784ddb274a5 /tests
parent99183e01848c79692161247c95993e6b57f07167 (diff)
libs: filter: remove custom ref() and unref()
Replacing them by gst_object_ref() and gst_object_unref() https://bugzilla.gnome.org/show_bug.cgi?id=796308
Diffstat (limited to 'tests')
-rw-r--r--tests/test-filter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-filter.c b/tests/test-filter.c
index 380ca67b..8e6b2080 100644
--- a/tests/test-filter.c
+++ b/tests/test-filter.c
@@ -440,7 +440,7 @@ main (int argc, char *argv[])
pause ();
- gst_vaapi_filter_unref (filter);
+ gst_object_unref (filter);
gst_vaapi_object_unref (dst_surface);
gst_vaapi_object_unref (src_surface);
gst_vaapi_window_unref (window);