summaryrefslogtreecommitdiff
path: root/tests/check
diff options
context:
space:
mode:
authorMatthew Waters <ystreet00@gmail.com>2013-06-13 14:36:41 +1000
committerMatthew Waters <ystreet00@gmail.com>2014-03-15 18:36:56 +0100
commit13067b104c65761c5c706dd2b3f6572c0d429091 (patch)
tree1f372338695c6fa8b29dde5439f1dd7288e1a34d /tests/check
parent2d699055925a67b62a47f1e6d78abfedaa6716d0 (diff)
downloadgstreamer-plugins-bad-13067b104c65761c5c706dd2b3f6572c0d429091.tar.gz
[704/906] Use gst_object_[un]ref so we can get refcounts in the log
Diffstat (limited to 'tests/check')
-rw-r--r--tests/check/libs/gstglmemory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/check/libs/gstglmemory.c b/tests/check/libs/gstglmemory.c
index 86927dcca..720a953f9 100644
--- a/tests/check/libs/gstglmemory.c
+++ b/tests/check/libs/gstglmemory.c
@@ -43,7 +43,7 @@ setup (void)
void
teardown (void)
{
- g_object_unref (display);
+ gst_object_unref (display);
}
GST_START_TEST (test_basic)