First THREADED backport attempt, focusing on adding locks and making sure the API...
[platform/upstream/gstreamer.git] / gst / gst.h
index 2f25b2e..9bb8602 100644 (file)
--- a/gst/gst.h
+++ b/gst/gst.h
@@ -42,6 +42,7 @@
 #include <gst/gstindex.h>
 #include <gst/gstinfo.h>
 #include <gst/gstinterface.h>
+#include <gst/gstiterator.h>
 #include <gst/gstmarshal.h>
 #include <gst/gstobject.h>
 #include <gst/gstpad.h>
@@ -95,14 +96,6 @@ gboolean     gst_init_check_with_popt_table  (int *argc, char **argv[],
 
 const GstPoptOption *  gst_init_get_popt_table         (void);
 
-#ifndef GST_DISABLE_DEPRECATED
-void           gst_use_threads                 (gboolean use_threads);
-gboolean       gst_has_threads                 (void);
-#endif
-
-void           gst_main                        (void);
-void           gst_main_quit                   (void);
-
 G_END_DECLS
 
 #endif /* __GST_H__ */