projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4446a62
)
check: Make sure to init the dataprotocol lib.
author
Jan Schmidt
<thaytan@noraisin.net>
Wed, 7 Oct 2009 15:00:12 +0000
(16:00 +0100)
committer
Jan Schmidt
<thaytan@noraisin.net>
Wed, 7 Oct 2009 15:14:02 +0000
(16:14 +0100)
Call the gst_dp_init() function to ensure that the debug
category is initialised, to avoid g_criticals when running with
GST_DEBUG=5
tests/check/libs/gdp.c
patch
|
blob
|
history
diff --git
a/tests/check/libs/gdp.c
b/tests/check/libs/gdp.c
index dc7c33bda9a586567c0b548ec09738960ad7f660..77aeceaf93e97a0ef52301c6326f8d01fa08776a 100644
(file)
--- a/
tests/check/libs/gdp.c
+++ b/
tests/check/libs/gdp.c
@@
-412,6
+412,7
@@
gst_dp_suite (void)
TCase *tc_chain = tcase_create ("general");
suite_add_tcase (s, tc_chain);
+ tcase_add_checked_fixture (tc_chain, gst_dp_init, NULL);
tcase_add_test (tc_chain, test_conversion);
#ifndef GST_REMOVE_DEPRECATED
tcase_add_test (tc_chain, test_buffer);