Initialize Tizen 2.3
[framework/multimedia/gst-plugins-base0.10.git] / docs / libs / html / gstreamer-app.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html>
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5 <title>App Library</title>
6 <meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
7 <link rel="home" href="index.html" title="GStreamer Base Plugins 0.10 Library Reference Manual">
8 <link rel="up" href="gstreamer-plugins-base.html" title="Part I. GStreamer Base Plugins Libraries">
9 <link rel="prev" href="compiling.html" title="Compiling">
10 <link rel="next" href="gst-plugins-base-libs-appsrc.html" title="appsrc">
11 <meta name="generator" content="GTK-Doc V1.18 (XML mode)">
12 <link rel="stylesheet" href="style.css" type="text/css">
13 </head>
14 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15 <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
16 <td><a accesskey="p" href="compiling.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
17 <td><a accesskey="u" href="gstreamer-plugins-base.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
18 <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
19 <th width="100%" align="center">GStreamer Base Plugins 0.10 Library Reference Manual</th>
20 <td><a accesskey="n" href="gst-plugins-base-libs-appsrc.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
21 </tr></table>
22 <div class="chapter">
23 <div class="titlepage"><div><div><h2 class="title">
24 <a name="gstreamer-app"></a>App Library</h2></div></div></div>
25 <div class="toc"><dl>
26 <dt>
27 <span class="refentrytitle"><a href="gst-plugins-base-libs-appsrc.html">appsrc</a></span><span class="refpurpose"> — Easy way for applications to inject buffers into a
28     pipeline</span>
29 </dt>
30 <dt>
31 <span class="refentrytitle"><a href="gst-plugins-base-libs-appsink.html">appsink</a></span><span class="refpurpose"> — Easy way for applications to extract buffers from a
32     pipeline</span>
33 </dt>
34 </dl></div>
35 <p>
36         This library should be linked to by getting cflags and libs from
37         <code class="filename">gstreamer-plugins-base-0.10.pc</code> and adding
38         <code class="filename">-lgstapp-0.10</code> to the library flags.
39       </p>
40 <p>
41       To use it the functionality, insert an appsrc or appsink element into a pipeline and call the appropriate functions on the element.
42       </p>
43 </div>
44 <div class="footer">
45 <hr>
46           Generated by GTK-Doc V1.18</div>
47 </body>
48 </html>