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: GStreamer Base Plugins 1.0 Library Reference Manual</title> 6<meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> 7<link rel="home" href="index.html" title="GStreamer Base Plugins 1.0 Library Reference Manual"> 8<link rel="up" href="gstreamer-plugins-base.html" title="Part I. GStreamer Base Plugins Libraries"> 9<link rel="prev" href="GstPhysMemoryAllocator.html" title="GstPhysMemoryAllocator"> 10<link rel="next" href="gst-plugins-base-libs-appsrc.html" title="GstAppSrc"> 11<meta name="generator" content="GTK-Doc V1.28 (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="5"><tr valign="middle"> 16<td width="100%" align="left" class="shortcuts"></td> 17<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> 18<td><a accesskey="u" href="gstreamer-plugins-base.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> 19<td><a accesskey="p" href="GstPhysMemoryAllocator.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> 20<td><a accesskey="n" href="gst-plugins-base-libs-appsrc.html"><img src="right.png" width="16" height="16" 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 class="toc"> 26<dt> 27<span class="refentrytitle"><a href="gst-plugins-base-libs-appsrc.html">GstAppSrc</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">GstAppSink</a></span><span class="refpurpose"> — Easy way for applications to extract samples 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-1.0.pc</code> and adding 38 <code class="filename">-lgstapp-1.0</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>Generated by GTK-Doc V1.28</div> 46</body> 47</html>