mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 05:16:05 +00:00
typos
Original commit message from CVS: typos
This commit is contained in:
parent
fc9c9d0e51
commit
1b6708fae4
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ Synchronisation in a GstPipeline is achieved using the following 3 components:
|
||||||
|
|
||||||
- a GstClock, which is global for all elements in a GstPipeline.
|
- a GstClock, which is global for all elements in a GstPipeline.
|
||||||
- Timestamps on a GstBuffer.
|
- Timestamps on a GstBuffer.
|
||||||
- the NEW_SEGMENT event preceeding the buffers.
|
- the NEW_SEGMENT event preceding the buffers.
|
||||||
|
|
||||||
|
|
||||||
A GstClock
|
A GstClock
|
||||||
|
@ -19,7 +19,7 @@ This value is called the absolute_time.
|
||||||
|
|
||||||
Different sources exist for this counter:
|
Different sources exist for this counter:
|
||||||
|
|
||||||
- the systemtime (with g_get_current_time() and with microsend accuracy)
|
- the system time (with g_get_current_time() and with microsecond accuracy)
|
||||||
- an audio device (based on number of samples played)
|
- an audio device (based on number of samples played)
|
||||||
- a network source based on packets received + timestamps in those packets (a
|
- a network source based on packets received + timestamps in those packets (a
|
||||||
typical example is an RTP source)
|
typical example is an RTP source)
|
||||||
|
|
Loading…
Reference in a new issue