Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > by-pkgid > 6d445a7e34cab500c4a729b1f6c7a5fd > files > 134

lib64gstreamer-plugins-base0.10-devel-0.10.17-3mdv2008.1.x86_64.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>gstpbutils</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
<link rel="start" href="index.html" title="GStreamer Base Plugins 0.10 Library Reference Manual">
<link rel="up" href="gstreamer-base-utils.html" title="Base Utils Library">
<link rel="prev" href="gstreamer-base-utils.html" title="Base Utils Library">
<link rel="next" href="gst-plugins-base-libs-gstpbutilsdescriptions.html" title="gstpbutilsdescriptions">
<meta name="generator" content="GTK-Doc V1.8 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="part" href="gstreamer-plugins-base.html" title="Part&#160;I.&#160;GStreamer Base Plugins Libraries">
<link rel="chapter" href="gstreamer-audio.html" title="Audio Library">
<link rel="chapter" href="gstreamer-cdda.html" title="CDDA Library">
<link rel="chapter" href="gstreamer-ffft.html" title="FFT Library">
<link rel="chapter" href="gstreamer-floatcast.html" title="FloatCast Library">
<link rel="chapter" href="gstreamer-interfaces.html" title="Interfaces Library">
<link rel="chapter" href="gstreamer-netbuffer.html" title="Network Buffer Library">
<link rel="chapter" href="gstreamer-riff.html" title="Riff Media Library">
<link rel="chapter" href="gstreamer-rtp.html" title="RTP Library">
<link rel="chapter" href="gstreamer-rtsp.html" title="RTSP Library">
<link rel="chapter" href="gstreamer-sdp.html" title="SDP Library">
<link rel="chapter" href="gstreamer-tag.html" title="Tag Support Library">
<link rel="chapter" href="gstreamer-base-utils.html" title="Base Utils Library">
<link rel="chapter" href="gstreamer-video.html" title="Video Library">
<link rel="part" href="gstreamer-libs-hierarchy.html" title="Part&#160;II.&#160;Object Hierarchy">
<link rel="index" href="api-index.html" title="Index">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="gstreamer-base-utils.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="gstreamer-base-utils.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">GStreamer Base Plugins 0.10 Library Reference Manual</th>
<td><a accesskey="n" href="gst-plugins-base-libs-gstpbutilsdescriptions.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2743645" class="shortcut">Top</a>
                  &#160;|&#160;
                  <a href="#id2743674" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="gst-plugins-base-libs-gstpbutils"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2743645"></a><span class="refentrytitle">gstpbutils</span>
</h2>
<p>gstpbutils &#8212; General Application and Plugin Utility Library</p>
</td>
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsynopsisdiv">
<h2>Synopsis</h2>
<pre class="synopsis">

#include &lt;gst/pbutils/base-utils.h&gt;



void                <a href="gst-plugins-base-libs-gstpbutils.html#gst-pb-utils-init">gst_pb_utils_init</a>                   (void);
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2743674"></a><h2>Description</h2>
<p>
</p>
<div class="refsect2" lang="en">
<a name="id2743686"></a><p>
libgstpbutils is a general utility library for plugins and applications,
available since gst-plugins-base 0.10.12. It currently provides the
following:
</p>
<div class="itemizedlist"><ul type="disc">
<li><p>
human-readable description strings of codecs, elements, sources, decoders,
encoders, or sinks from decoder/encoder caps, element names, or protocol
names.
</p></li>
<li><p>
support for applications to initiate installation of missing plugins (if
this is supported by the distribution or operating system used)
</p></li>
<li><p>
API for GStreamer elements to create missing-plugin messages in order to
communicate to the application that a certain type of plugin is missing
(decoder, encoder, URI protocol source, URI protocol sink, named element)
</p></li>
<li><p>
API for applications to recognise and handle missing-plugin messages
</p></li>
</ul></div>
<h3>Linking to this library</h3>
<p>
You should obtain the required CFLAGS and LIBS using pkg-config on the
gstreamer-plugins-base-0.10 module. You will then also need to add
'-lgstpbutils-0.10' manually to your LIBS line.
</p>
<h3>Library initialisation</h3>
<p>
Before using any of its functions, applications and plugins must call
<a href="gst-plugins-base-libs-gstpbutils.html#gst-pb-utils-init"><code class="function">gst_pb_utils_init()</code></a> to initialise the library.
</p>
</div>
<p>

</p>
</div>
<div class="refsect1" lang="en">
<a name="id2743768"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2743778"></a><h3>
<a name="gst-pb-utils-init"></a>gst_pb_utils_init ()</h3>
<a class="indexterm" name="id2743793"></a><pre class="programlisting">void                gst_pb_utils_init                   (void);</pre>
<p>
Initialises the base utils support library. This function is not
thread-safe. Applications should call it after calling <code class="function">gst_init()</code>,
plugins should call it from their plugin_init function.
</p>
<p>
This function may be called multiple times. It will do nothing if the
library has already been initialised.</p>
<p>

</p>
<p class="since">Since  0.10.12
</p>
</div>
</div>
</div>
</body>
</html>