summaryrefslogtreecommitdiff
path: root/docs/gst/tmpl/gstclock.sgml
blob: 45b8c9a2123fe2a11a038eb4d05f8c5fe2758c6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
<!-- ##### SECTION Title ##### -->
GstClock

<!-- ##### SECTION Short_Description ##### -->
Clocking and synchronisation.

<!-- ##### SECTION Long_Description ##### -->
<para>
GstClock provides an easy way to synchonize against a global clock.
</para>

<!-- ##### SECTION See_Also ##### -->
<para>

</para>

<!-- ##### TYPEDEF GstClockTime ##### -->
<para>

</para>


<!-- ##### TYPEDEF GstClockTimeDiff ##### -->
<para>

</para>


<!-- ##### MACRO GST_CLOCK_DIFF ##### -->
<para>
Calculate the difference between to timestamps. This does not create
and absolute difference so the result might be negative if the first 
timestamp is less than the second timestamp.
</para>

@s: first timestamp
@e: second timestamp


<!-- ##### STRUCT GstClock ##### -->
<para>

</para>

@name: 
@start_time: 
@current_time: 
@adjust: 
@locking: 
@sinkobjects: 
@num: 
@num_locked: 
@sinkmutex: 
@lock: 

<!-- ##### FUNCTION gst_clock_new ##### -->
<para>

</para>

@name: 
@Returns: 


<!-- ##### FUNCTION gst_clock_get_system ##### -->
<para>

</para>

@Returns: 


<!-- ##### FUNCTION gst_clock_register ##### -->
<para>

</para>

@clock: 
@obj: 


<!-- ##### FUNCTION gst_clock_set ##### -->
<para>

</para>

@clock: 
@time: 


<!-- ##### FUNCTION gst_clock_reset ##### -->
<para>

</para>

@clock: 


<!-- ##### FUNCTION gst_clock_wait ##### -->
<para>

</para>

@clock: 
@time: 
@obj: 


<!-- ##### FUNCTION gst_clock_current_diff ##### -->
<para>

</para>

@clock: 
@time: 
@Returns: