X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gst%2Fgst.h;h=a1f2297a9e24aa3abff43d936b190b2f5c165d3c;hb=bb07550c2dc9a62dfaa58701d085f9ff7658d75f;hp=bf7135c5489f06b81ff0b5fea1df283cecfb4dcb;hpb=86abf49c23c88bda209fec6fd964e482b36377d1;p=platform%2Fupstream%2Fgstreamer.git diff --git a/gst/gst.h b/gst/gst.h index bf7135c..a1f2297 100644 --- a/gst/gst.h +++ b/gst/gst.h @@ -97,43 +97,43 @@ G_BEGIN_DECLS -GST_EXPORT +GST_API void gst_init (int *argc, char **argv[]); -GST_EXPORT +GST_API gboolean gst_init_check (int *argc, char **argv[], GError ** err); -GST_EXPORT +GST_API gboolean gst_is_initialized (void); -GST_EXPORT +GST_API GOptionGroup * gst_init_get_option_group (void); -GST_EXPORT +GST_API void gst_deinit (void); -GST_EXPORT +GST_API void gst_version (guint *major, guint *minor, guint *micro, guint *nano); -GST_EXPORT +GST_API gchar * gst_version_string (void); -GST_EXPORT +GST_API gboolean gst_segtrap_is_enabled (void); -GST_EXPORT +GST_API void gst_segtrap_set_enabled (gboolean enabled); -GST_EXPORT +GST_API gboolean gst_registry_fork_is_enabled (void); -GST_EXPORT +GST_API void gst_registry_fork_set_enabled (gboolean enabled); -GST_EXPORT +GST_API gboolean gst_update_registry (void); -GST_EXPORT +GST_API const gchar * gst_get_main_executable_path (void); G_END_DECLS