equal
deleted
inserted
replaced
71 #include <gst/gsttypefindfactory.h> |
71 #include <gst/gsttypefindfactory.h> |
72 #include <gst/gsturi.h> |
72 #include <gst/gsturi.h> |
73 #include <gst/gstutils.h> |
73 #include <gst/gstutils.h> |
74 #include <gst/gstvalue.h> |
74 #include <gst/gstvalue.h> |
75 #include <gst/gstxml.h> |
75 #include <gst/gstxml.h> |
|
76 #include <gst/gst_global.h> |
76 |
77 |
77 #include <gst/gstparse.h> |
78 #include <gst/gstparse.h> |
78 |
79 |
79 /* API compatibility stuff */ |
80 /* API compatibility stuff */ |
80 #include <gst/gstcompat.h> |
81 #include <gst/gstcompat.h> |
81 |
82 |
82 G_BEGIN_DECLS |
83 G_BEGIN_DECLS |
83 |
84 #ifdef __SYMBIAN32__ |
|
85 IMPORT_C |
|
86 #endif |
84 void gst_init (int *argc, char **argv[]); |
87 void gst_init (int *argc, char **argv[]); |
85 #ifdef __SYMBIAN32__ |
88 #ifdef __SYMBIAN32__ |
86 IMPORT_C |
89 IMPORT_C |
87 #endif |
90 #endif |
88 |
91 |