projects
/
platform
/
upstream
/
gst-plugins-base.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
155468d
)
tests: fix leaks in videorate unit test
author
Tim-Philipp Müller
<tim@centricular.net>
Sun, 3 Mar 2013 17:11:25 +0000
(17:11 +0000)
committer
Tim-Philipp Müller
<tim@centricular.net>
Sun, 3 Mar 2013 17:11:25 +0000
(17:11 +0000)
tests/check/elements/videorate.c
patch
|
blob
|
history
diff --git
a/tests/check/elements/videorate.c
b/tests/check/elements/videorate.c
index
316f6fb
..
76742b4
100644
(file)
--- a/
tests/check/elements/videorate.c
+++ b/
tests/check/elements/videorate.c
@@
-1037,7
+1037,7
@@
GST_START_TEST (test_caps_negotiation)
check_peer_caps (mysrcpad, test->expected_sink_caps, "sink");
check_peer_caps (mysinkpad, test->expected_src_caps, "src");
-
gst_object_unref
(videorate);
+
cleanup_videorate
(videorate);
}
GST_END_TEST;