- added gst_oss_clock_set_time to .h file
Original commit message from CVS: - added gst_oss_clock_set_time to .h file
This commit is contained in:
parent
9e8be3457a
commit
1cf238f9d4
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user