Do not use GST_SCHEDULING_FLAG_SEEKABLE in TV Profile
[platform/upstream/gstreamer.git] / gst / gstdatetime.h
index 879ab4a..f2bfd02 100644 (file)
 #ifndef __GST_DATE_TIME_H__
 #define __GST_DATE_TIME_H__
 
+#include <gst/gstconfig.h>
+
 #include <time.h>
 #include <glib.h>
+#include <glib-object.h>
 
 G_BEGIN_DECLS
 
@@ -36,6 +39,8 @@ G_BEGIN_DECLS
  */
 typedef struct _GstDateTime GstDateTime;
 
+GST_EXPORT GType _gst_date_time_type;
+
 /**
  * GST_TYPE_DATE_TIME:
  *
@@ -44,7 +49,7 @@ typedef struct _GstDateTime GstDateTime;
  * Returns: the #GType of GstDateTime
  */
 
-#define GST_TYPE_DATE_TIME gst_date_time_get_type()
+#define GST_TYPE_DATE_TIME (_gst_date_time_type)
 
 GType           gst_date_time_get_type (void);