gst/elements/gstfilesink.c: Don't sync to clock.
[platform/upstream/gstreamer.git] / docs / gst / tmpl / gstversion.sgml
1 <!-- ##### SECTION Title ##### -->
2 GstVersion
3
4 <!-- ##### SECTION Short_Description ##### -->
5 GStreamer version macros.
6
7 <!-- ##### SECTION Long_Description ##### -->
8 <para>
9 Use these macros e.g. when defining own plugins.
10 The version macros get defined by including "gst/gst.h".
11 </para>
12
13 <!-- ##### SECTION See_Also ##### -->
14 <para>
15
16 </para>
17
18 <!-- ##### SECTION Stability_Level ##### -->
19
20
21 <!-- ##### MACRO GST_VERSION_MAJOR ##### -->
22 <para>
23 The major version of GStreamer at compile time
24 </para>
25
26
27
28 <!-- ##### MACRO GST_VERSION_MINOR ##### -->
29 <para>
30 The minor version of GStreamer at compile time
31 </para>
32
33
34
35 <!-- ##### MACRO GST_VERSION_MICRO ##### -->
36 <para>
37 The micro version of GStreamer at compile time
38 </para>
39
40
41
42 <!-- ##### FUNCTION gst_version ##### -->
43 <para>
44
45 </para>
46
47 @major: 
48 @minor: 
49 @micro: 
50
51