Fix a couple of missing includes for MSVC2005 and a C99 issue. Also, starting with...
authorOle André Vadla Ravnås <ole.andre.ravnas@tandberg.com>
Wed, 31 Oct 2007 22:01:03 +0000 (22:01 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Wed, 31 Oct 2007 22:01:03 +0000 (22:01 +0000)
commit3317754e3e5b1d2c4041fd178d593050462de0b8
tree1bfff06718337474be5448dc028ae13bfbf5f73d
parent26f2316b273bdbd9160477e0b4e40951be1a86b5
Fix a couple of missing includes for MSVC2005 and a C99 issue. Also, starting with 2.14.0, GLib won't provide a pipe(...

Original commit message from CVS:
Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
* gst/gsttrace.c:
* libs/gst/net/gstnetclientclock.c: (gst_net_client_clock_new):
* libs/gst/net/gstnettimepacket.c: (gst_net_time_packet_send):
* libs/gst/net/gstnettimeprovider.c: (gst_net_time_provider_new):
Fix a couple of missing includes for MSVC2005 and a C99 issue. Also,
starting with 2.14.0, GLib won't provide a pipe() macro any longer,
so use _pipe() directly (#492077).
* win32/common/dirent.c: (_treaddir):
Add a couple of casts to make it build without warnings with MSVC.
* win32/common/libgstreamer.def:
Add some more symbols that need to be exported.
ChangeLog
gst/gsttrace.c
libs/gst/net/gstnetclientclock.c
libs/gst/net/gstnettimepacket.c
libs/gst/net/gstnettimeprovider.c
win32/common/dirent.c
win32/common/libgstreamer.def