diff options
| author | Wim Taymans <wim.taymans@gmail.com> | 2003-05-24 10:55:02 +0000 |
|---|---|---|
| committer | Wim Taymans <wim.taymans@gmail.com> | 2003-05-24 10:55:02 +0000 |
| commit | 1cf238f9d49c6990efab4b3d3b0bc4eb289c5383 (patch) | |
| tree | f7bc762b3dc253fd0af96076b47fbf804753915d | |
| parent | 9e8be3457a746a15f3f5771140423737c9207439 (diff) | |
- added gst_oss_clock_set_time to .h file
Original commit message from CVS:
- added gst_oss_clock_set_time to .h file
| -rw-r--r-- | sys/oss/gstossclock.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/oss/gstossclock.h b/sys/oss/gstossclock.h index 00f2f763..82ac6011 100644 --- a/sys/oss/gstossclock.h +++ b/sys/oss/gstossclock.h @@ -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 } |
