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:
5ab46ef
)
tests: remove superfluous g_type_init() call
author
Tim-Philipp Müller
<tim@centricular.net>
Sat, 20 Oct 2012 12:01:41 +0000
(13:01 +0100)
committer
Tim-Philipp Müller
<tim@centricular.net>
Sat, 20 Oct 2012 12:01:41 +0000
(13:01 +0100)
It's deprecated in newer GLib and not needed here.
https://bugzilla.gnome.org/show_bug.cgi?id=686456
tests/check/elements/souphttpsrc.c
patch
|
blob
|
history
diff --git
a/tests/check/elements/souphttpsrc.c
b/tests/check/elements/souphttpsrc.c
index 81554a28c062e6b535cbc9c82030a7beb41f15cc..0b3cd07ff4a2e8e4a9796e24215041ed047ac3b9 100644
(file)
--- a/
tests/check/elements/souphttpsrc.c
+++ b/
tests/check/elements/souphttpsrc.c
@@
-445,8
+445,6
@@
souphttpsrc_suite (void)
TCase *tc_chain, *tc_internet;
- g_type_init ();
-
s = suite_create ("souphttpsrc");
tc_chain = tcase_create ("general");
tc_internet = tcase_create ("internet");