Mostly minor little changes, but two interesting things: 1) removed a pthread_join...
authorErik Walthinsen <omega@temple-baptist.org>
Wed, 27 Dec 2000 03:13:20 +0000 (03:13 +0000)
committerErik Walthinsen <omega@temple-baptist.org>
Wed, 27 Dec 2000 03:13:20 +0000 (03:13 +0000)
commit7dcd7a13a1df12dc43aa02bf3913dd57b1fbb03e
tree8c4301ef930720bb610336df7747ac4827606e3e
parent8139aeca9ef1f1e6db99562454b1aebe6f79cb1f
Mostly minor little changes, but two interesting things: 1) removed a pthread_join from the gst_thread_main_loop.  co...

Original commit message from CVS:
Mostly minor little changes, but two interesting things:

1) removed a pthread_join from the gst_thread_main_loop.  commented out
because the thread isn't supposed to run pthread_join, the main process is.

2) Fixed a major bug with cothreads in threads.  Had to add MAP_FIXED to
the mmap() of the cothread stack.  Presumably the gilbc that ships with
redhat 7.0 now places these mmap requests somewhat randomly.  Since they
*must* be exactly where we expect them, it was failing.  MAP_FIXED forces
it to put it where we say.
gst/Makefile.am
gst/cothreads.c
gst/elements/Makefile.am
gst/gstpipeline.c
gst/gstthread.c
gst/types/Makefile.am
plugins/elements/Makefile.am