From 13a9765877d78ed9e1779dab2a82012fbb36eab8 Mon Sep 17 00:00:00 2001 From: Ole André Vadla Ravnås Date: Fri, 2 Nov 2007 21:16:09 +0000 Subject: Fix includes for MSVC and GLib-2.14.0 (#492388). MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Original commit message from CVS: Patch by: Ole André Vadla Ravnås * configure.ac: * gst/udp/gstdynudpsink.c: * gst/udp/gstdynudpsink.h: * gst/udp/gstmultiudpsink.c: * gst/udp/gstmultiudpsink.h: * gst/udp/gstudpsink.c: * gst/udp/gstudpsink.h: Fix includes for MSVC and GLib-2.14.0 (#492388). * gst/udp/gstudpsrc.c: (gst_udpsrc_start): No more pipe define since GLib-2.14.0, need to use _pipe() directly. --- ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c26c75c8..690728b3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2007-11-02 Tim-Philipp Müller + + Patch by: Ole André Vadla Ravnås + + * configure.ac: + * gst/udp/gstdynudpsink.c: + * gst/udp/gstdynudpsink.h: + * gst/udp/gstmultiudpsink.c: + * gst/udp/gstmultiudpsink.h: + * gst/udp/gstudpsink.c: + * gst/udp/gstudpsink.h: + Fix includes for MSVC and GLib-2.14.0 (#492388). + + * gst/udp/gstudpsrc.c: (gst_udpsrc_start): + No more pipe define since GLib-2.14.0, need to use _pipe() directly. + 2007-11-02 Edward Hervey * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps), -- cgit