pbutils: add compile time and runtime version checks for gst-plugins-base
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 26 Jul 2010 15:04:02 +0000 (17:04 +0200)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 26 Jul 2010 15:25:15 +0000 (17:25 +0200)
commit5a0c2517eebb7fa935e2e881fc5544c879ec1a00
treeae5f79836f0ef573edc8eda358375e4209982f81
parent93f97277dade0de0d41fdeef2237047399d641b5
pbutils: add compile time and runtime version checks for gst-plugins-base

So people can check what version of the gst-plugins-base libs they're
building against or linked against.

API: GST_PLUGINS_BASE_VERSION_MAJOR
API: GST_PLUGINS_BASE_VERSION_MINOR
API: GST_PLUGINS_BASE_VERSION_MICRO
API: GST_PLUGINS_BASE_VERSION_NANO
API: GST_CHECK_PLUGINS_BASE_VERSION
API: gst_plugins_base_version()
API: gst_plugins_base_version_string()
.gitignore
configure.ac
docs/libs/gst-plugins-base-libs-sections.txt
gst-libs/gst/pbutils/Makefile.am
gst-libs/gst/pbutils/gstpluginsbaseversion.c [new file with mode: 0644]
gst-libs/gst/pbutils/gstpluginsbaseversion.h.in [new file with mode: 0644]
gst-libs/gst/pbutils/pbutils.h
tests/check/libs/pbutils.c
win32/common/libgstpbutils.def