summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2007-01-05 16:07:12 +0000
committerTim-Philipp Müller <tim@centricular.net>2007-01-05 16:07:12 +0000
commitaf11eaab0c290e0e85b8dc442690f17a1b696ad1 (patch)
tree0c32d7307a865518e42f7c6d9fc626278d4f4fc1 /ChangeLog
parent289b30d543210633ff1b09fa4eac0c89913a9b54 (diff)
downloadgst-plugins-bad-af11eaab0c290e0e85b8dc442690f17a1b696ad1.tar.gz
gst-plugins-bad-af11eaab0c290e0e85b8dc442690f17a1b696ad1.tar.bz2
gst-plugins-bad-af11eaab0c290e0e85b8dc442690f17a1b696ad1.zip
tests/icles/videocrop-test.c: Call g_thread_init() right at the beginning. Remove superfluous gst_init() - we've alre...
Original commit message from CVS: * tests/icles/videocrop-test.c: (main): Call g_thread_init() right at the beginning. Remove superfluous gst_init() - we've already been inited via the GOption stuff.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b8aba2b0..b3719bb4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
+ * tests/icles/videocrop-test.c: (main):
+ Call g_thread_init() right at the beginning. Remove superfluous
+ gst_init() - we've already been inited via the GOption stuff.
+
+2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
+
* configure.ac:
Don't compile rfbsource if we don't have sys/socket.h.
Should fix compilation on MingW.