diff options
author | Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> | 2015-05-09 22:01:04 -0300 |
---|---|---|
committer | Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> | 2015-05-09 22:01:04 -0300 |
commit | 25257ccf58038ea39b56ec1af64e93e9cc7c9162 (patch) | |
tree | 6a3023c8cae67c9d5add21842886ecde914ad514 /docs | |
parent | a70055b58568f7304ba46bd8742232337013487b (diff) |
docs/design/part-clocks.txt: minor corrections
Diffstat (limited to 'docs')
-rw-r--r-- | docs/design/part-clocks.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/design/part-clocks.txt b/docs/design/part-clocks.txt index 5a7816fda..e149a4983 100644 --- a/docs/design/part-clocks.txt +++ b/docs/design/part-clocks.txt @@ -78,7 +78,7 @@ Clock implementations The GStreamer core provides a GstSystemClock based on the system time. Asynchronous callbacks are scheduled from an internal thread. -Clock implementors are encouraged to subclass this systemclock as it +Clock implementers are encouraged to subclass this systemclock as it implements the async notification. Subclasses can however override all of the important methods for sync and |