gstreamer_core/gst/gstpoll.h
branchRCL_3
changeset 29 567bb019e3e3
parent 0 0e761a78d257
child 30 7e817e7e631c
--- a/gstreamer_core/gst/gstpoll.h	Wed Mar 31 22:03:18 2010 +0300
+++ b/gstreamer_core/gst/gstpoll.h	Tue Aug 31 15:30:33 2010 +0300
@@ -72,6 +72,11 @@
 IMPORT_C
 #endif
 
+GstPoll*        gst_poll_new_timer        (void);
+#ifdef __SYMBIAN32__
+IMPORT_C
+#endif
+
 void            gst_poll_free             (GstPoll *set);
 #ifdef __SYMBIAN32__
 IMPORT_C
@@ -149,6 +154,17 @@
 #endif
 
 void            gst_poll_set_flushing     (GstPoll *set, gboolean flushing);
+#ifdef __SYMBIAN32__
+IMPORT_C
+#endif
+
+
+gboolean        gst_poll_write_control    (GstPoll *set);
+#ifdef __SYMBIAN32__
+IMPORT_C
+#endif
+
+gboolean        gst_poll_read_control     (GstPoll *set);
 
 G_END_DECLS