mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-06 07:28:53 +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,
|
GstOssClock* gst_oss_clock_new (gchar *name, GstOssClockGetTimeFunc func,
|
||||||
gpointer user_data);
|
gpointer user_data);
|
||||||
void gst_oss_clock_set_active (GstClock *clock, gboolean active);
|
void gst_oss_clock_set_active (GstClock *clock, gboolean active);
|
||||||
|
void gst_oss_clock_set_time (GstClock *clock, GstClockTime time);
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue