diff options
| author | Tim-Philipp Müller <tim@centricular.net> | 2008-04-25 13:31:48 +0000 |
|---|---|---|
| committer | Tim-Philipp Müller <tim@centricular.net> | 2008-04-25 13:31:48 +0000 |
| commit | 327741a21a1b1fcadc37e3aa1f294b12d8ba8f30 (patch) | |
| tree | 86cf2cb7c9fd877bcc40ff7c85ac5d188bb2ac86 /ChangeLog | |
| parent | 883d93df58691c941822e2ca9077a7c23fb74492 (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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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): |
