- added gst_oss_clock_set_time to .h file
authorWim Taymans <wim.taymans@gmail.com>
Sat, 24 May 2003 10:55:02 +0000 (10:55 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Sat, 24 May 2003 10:55:02 +0000 (10:55 +0000)
Original commit message from CVS:
- added gst_oss_clock_set_time to .h file

sys/oss/gstossclock.h

index 00f2f76..82ac601 100644 (file)
@@ -68,6 +68,7 @@ GType                   gst_oss_clock_get_type                (void);
 GstOssClock*           gst_oss_clock_new               (gchar *name, GstOssClockGetTimeFunc func,
                                                         gpointer user_data);
 void                   gst_oss_clock_set_active        (GstClock *clock, gboolean active);
+void                   gst_oss_clock_set_time          (GstClock *clock, GstClockTime time);
 
 #ifdef __cplusplus
 }