mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-10 17:35:59 +00:00
- 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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue