summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2008-04-25 13:31:48 +0000
committerTim-Philipp Müller <tim@centricular.net>2008-04-25 13:31:48 +0000
commit327741a21a1b1fcadc37e3aa1f294b12d8ba8f30 (patch)
tree86cf2cb7c9fd877bcc40ff7c85ac5d188bb2ac86 /ChangeLog
parent883d93df58691c941822e2ca9077a7c23fb74492 (diff)
gst/: Use GLib versions of htonl, htons, ntohl and ntohs in order to avoid problems on win32 (#529707).
Original commit message from CVS: * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_chain): * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add_internal): * gst/udp/gstudpsrc.c: (gst_udpsrc_start): Use GLib versions of htonl, htons, ntohl and ntohs in order to avoid problems on win32 (#529707).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d7b1d4f0..dc0c25b1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2008-04-25 Tim-Philipp Müller <tim at centricular dot net>
+ * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_chain):
+ * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add_internal):
+ * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
+ Use GLib versions of htonl, htons, ntohl and ntohs in order
+ to avoid problems on win32 (#529707).
+
+2008-04-25 Tim-Philipp Müller <tim at centricular dot net>
+
Patch by: Jesús Corrius <jesus at softcatala org>
* gst/goom/filters.c: (zoomVector):