diff options
author | Matthew Waters <ystreet00@gmail.com> | 2013-06-13 14:36:41 +1000 |
---|---|---|
committer | Matthew Waters <ystreet00@gmail.com> | 2014-03-15 18:36:56 +0100 |
commit | 13067b104c65761c5c706dd2b3f6572c0d429091 (patch) | |
tree | 1f372338695c6fa8b29dde5439f1dd7288e1a34d /tests/check | |
parent | 2d699055925a67b62a47f1e6d78abfedaa6716d0 (diff) | |
download | gstreamer-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.c | 2 |
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) |