diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2013-11-11 12:25:14 +0100 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2013-11-11 12:25:14 +0100 |
commit | 02b64ee03bfcdcd75c8d405f99dd4a2f0f7df164 (patch) | |
tree | 5687972550eeca2a934807dda78f039f74b31e00 /docs/gst | |
parent | 24c741554c0d13f9a181387fdbbb0839b1eaa863 (diff) |
systemclock: Add gst_system_clock_set_default
Used for setting the default system clock that is obtained through
gst_system_clock_obtain(), which is sometimes needed for unit
testing.
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=711269
Diffstat (limited to 'docs/gst')
-rw-r--r-- | docs/gst/gstreamer-sections.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/gst/gstreamer-sections.txt b/docs/gst/gstreamer-sections.txt index da733d62d..1e7357fc4 100644 --- a/docs/gst/gstreamer-sections.txt +++ b/docs/gst/gstreamer-sections.txt @@ -2552,6 +2552,7 @@ gst_structure_get_type GstClockType GstSystemClock gst_system_clock_obtain +gst_system_clock_set_default <SUBSECTION Standard> GstSystemClockClass GstSystemClockPrivate |