gstreamer/docs/gst/tmpl/gstversion.sgml
Andy Wingo ad1970eae2 tools/gst-typefind.c: Update, add copyright block.
Original commit message from CVS:
2005-07-15  Andy Wingo  <wingo@pobox.com>

* tools/gst-typefind.c: Update, add copyright block.

* gst/base/gstbasesrc.c (gst_base_src_default_negotiate):
Normalize and truncate caps before fixation.

* gst/gstcaps.h:
* gst/gstcaps.c (gst_caps_truncate): New function, destructively
discards all but the first structure from its argument.
2005-07-15 11:04:18 +00:00

51 lines
809 B
Text

<!-- ##### SECTION Title ##### -->
GstVersion
<!-- ##### SECTION Short_Description ##### -->
GStreamer version macros.
<!-- ##### SECTION Long_Description ##### -->
<para>
Use these macros e.g. when defining own plugins.
The version macros get defined by including "gst/gst.h".
</para>
<!-- ##### SECTION See_Also ##### -->
<para>
</para>
<!-- ##### SECTION Stability_Level ##### -->
<!-- ##### MACRO GST_VERSION_MAJOR ##### -->
<para>
The major version of GStreamer at compile time
</para>
<!-- ##### MACRO GST_VERSION_MINOR ##### -->
<para>
The minor version of GStreamer at compile time
</para>
<!-- ##### MACRO GST_VERSION_MICRO ##### -->
<para>
The micro version of GStreamer at compile time
</para>
<!-- ##### FUNCTION gst_version ##### -->
<para>
</para>
@major:
@minor:
@micro: