check for process.h, declares getpid() on Windows
authorThomas Vander Stichele <thomas@apestaart.org>
Sun, 16 Oct 2005 10:38:02 +0000 (10:38 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Sun, 16 Oct 2005 10:38:02 +0000 (10:38 +0000)
commit593932d3ed180ed7fd502351b2e6a5bcc5f0cd46
tree989bd63aa51cb87c701c827d695c501082420eb9
parent7490994ce6ee7f018b71779671f6d9d7deabf3c7
check for process.h, declares getpid() on Windows

Original commit message from CVS:

* configure.ac:
* win32/common/config.h:
* win32/common/config.h.in:
check for process.h, declares getpid() on Windows
* gst/gstinfo.c:
include process.h if we have it
* gst/gstmemchunk.c: (populate), (gst_mem_chunk_new):
* gst/gstmemchunk.h:
fix signedness issues
* win32/common/libgstreamer.def:
fix get_type's
ChangeLog
configure.ac
gst/gstinfo.c
gst/gstmemchunk.c
gst/gstmemchunk.h
win32/common/config.h
win32/common/config.h.in
win32/common/libgstreamer.def