summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fa9d7470..20d3a7a6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
+
+ Patch by: Vincent Torri <vtorri at univ-evry fr>
+
+ * ext/jpeg/gstjpegdec.c:
+ * ext/jpeg/gstjpegenc.c:
+ * ext/jpeg/smokecodec.c:
+ These libjpeg callbacks should return a 'boolean' (unsigned char
+ apparently) and not a 'gboolean' (which maps to gint). Fixes
+ warnings when compiling with MingW (#393427).
+
+ * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
+ Use ioctlsocket on win32.
+
+ * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
+ Some printf format fixes for win32.
+
2007-01-07 Sébastien Moutte <sebastien@moutte.net>
* gst/cutter/gstcutter.c: (gst_cutter_chain):