mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
docs: move pluginbaseversion to separate section as we have section docs
This commit is contained in:
parent
8ca5d1274b
commit
fd21595886
3 changed files with 7 additions and 1 deletions
|
@ -203,6 +203,7 @@
|
|||
flags.
|
||||
</para>
|
||||
<xi:include href="xml/gstpbutils.xml" />
|
||||
<xi:include href="xml/gstpluginsbaseversion.xml" />
|
||||
<xi:include href="xml/gstpbutilscodecutils.xml" />
|
||||
<xi:include href="xml/gstpbutilsdescriptions.xml" />
|
||||
<xi:include href="xml/gstpbutilsmissingplugins.xml" />
|
||||
|
|
|
@ -1856,6 +1856,11 @@ GST_TAG_XMP_WRITER_GET_INTERFACE
|
|||
<INCLUDE>gst/pbutils/pbutils.h</INCLUDE>
|
||||
<SUBSECTION>
|
||||
gst_pb_utils_init
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gstpluginsbaseversion</FILE>
|
||||
<INCLUDE>gst/pbutils/gstpluginsbaseversion.h</INCLUDE>
|
||||
<SUBSECTION>
|
||||
GST_PLUGINS_BASE_VERSION_MAJOR
|
||||
GST_PLUGINS_BASE_VERSION_MINOR
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
* if you need to check at runtime what version of the gst-plugins-base
|
||||
* libraries are being used / you are currently linked against.
|
||||
*
|
||||
* The version macros get defined by including <gst/pbutils/pbutils.h>.
|
||||
* The version macros get defined by including <gst/pbutils/pbutils.h>.
|
||||
*/
|
||||
|
||||
#include "gstpluginsbaseversion.h"
|
||||
|
|
Loading…
Reference in a new issue