diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2002-07-08 19:07:30 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2002-07-08 19:07:30 +0000 |
commit | ae87d97cb2aa860493e6f5453174b2506e1d893f (patch) | |
tree | d7965bd977e57fbdeec40e462365b2315a38cae2 /gst/gstxml.c | |
parent | 160f5b168dd9a8af8f4a10392da82c6e29957b71 (diff) |
- Removed unused locking from the cothreads
Original commit message from CVS:
- Removed unused locking from the cothreads
- use G_*_DECLS in .h files
- remove gstlog.h include from gstobject.h, add to .c files
- removed unused refcounting code from gstobject
- small fixes in #includes
- Added Scheduling policy and priority properties to gstthread so that
SCHED_FIFO and SCHED_RR threads can be constructed.
Diffstat (limited to 'gst/gstxml.c')
-rw-r--r-- | gst/gstxml.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/gstxml.c b/gst/gstxml.c index adcf5a1f9..40e60ccc1 100644 --- a/gst/gstxml.c +++ b/gst/gstxml.c @@ -23,6 +23,7 @@ #include "gst_private.h" #include "gstxml.h" +#include "gstlog.h" #include "gstbin.h" enum { |