diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2005-07-18 12:49:53 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2005-07-18 12:49:53 +0000 |
commit | e1aeec6d775a777295669ccd0165bd477e476025 (patch) | |
tree | c1b63c41ddc86d057e4b2150cdb3474f1f2e887e /gst/gstminiobject.h | |
parent | fba0bf771b53b87d6a54dcb707e4299b93a4ff3c (diff) |
Removed plugable schedulers.
Original commit message from CVS:
Removed plugable schedulers.
Removed Scheduler/Manager from elements.
Removed gsttypes.h, rearranged includes.
Removed dependency pad<->element, element<>pipeline, and
various others, fix includes.
implement gst_pad_get_parent() with gst_object_get_parent()
Make GstTask sefcontained.
Fix _get_state() on GstBin, it did not return ASYNC with a 0
timeout.
Fix endless loop in iterator_fold_with_resync.
Diffstat (limited to 'gst/gstminiobject.h')
-rw-r--r-- | gst/gstminiobject.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gst/gstminiobject.h b/gst/gstminiobject.h index 45cea9811..ce24f79e9 100644 --- a/gst/gstminiobject.h +++ b/gst/gstminiobject.h @@ -23,8 +23,9 @@ #ifndef __GST_MINI_OBJECT_H__ #define __GST_MINI_OBJECT_H__ +#include <gst/gstconfig.h> + #include <glib-object.h> -#include "gst/gsttypes.h" G_BEGIN_DECLS |