~ubuntu-branches/ubuntu/trusty/gstreamer1.0/trusty

« back to all changes in this revision

Viewing changes to docs/plugins/html/gstreamer-plugins-capsfilter.html

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2012-08-08 18:12:33 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20120808181233-riejwxprfsxh1njl
Tags: 0.11.93-1
* New upstream release:
  + debian/libgstreamer.symbols:
    - Update symbols file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
<pre class="synopsis">
50
50
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
51
51
   +----<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
52
 
         +----<a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstObject.html">GstObject</a>
53
 
               +----<a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstElement.html">GstElement</a>
54
 
                     +----<a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer-libs/html/GstBaseTransform.html">GstBaseTransform</a>
 
52
         +----<a href="../gstreamer-1.0/GstObject.html">GstObject</a>
 
53
               +----<a href="../gstreamer-1.0/GstElement.html">GstElement</a>
 
54
                     +----<a href="../gstreamer-libs-1.0/GstBaseTransform.html">GstBaseTransform</a>
55
55
                           +----GstCapsFilter
56
56
</pre>
57
57
</div>
58
58
<div class="refsect1">
59
59
<a name="gstreamer-plugins-capsfilter.properties"></a><h2>Properties</h2>
60
60
<pre class="synopsis">
61
 
  "<a class="link" href="gstreamer-plugins-capsfilter.html#GstCapsFilter--caps" title='The "caps" property'>caps</a>"                     <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/gstreamer-GstCaps.html#GstCaps"><span class="type">GstCaps</span></a>*              : Read / Write
 
61
  "<a class="link" href="gstreamer-plugins-capsfilter.html#GstCapsFilter--caps" title='The "caps" property'>caps</a>"                     <a href="../gstreamer-1.0/gstreamer-GstCaps.html#GstCaps"><span class="type">GstCaps</span></a>*              : Read / Write
62
62
</pre>
63
63
</div>
64
64
<div class="refsect1">
70
70
<p>
71
71
</p>
72
72
<div class="refsect2">
73
 
<a name="idp7212656"></a><h3>Example launch line</h3>
 
73
<a name="idp8444528"></a><h3>Example launch line</h3>
74
74
<div class="informalexample">
75
75
  <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
76
76
    <tbody>
88
88
<div class="refsynopsisdiv">
89
89
<h2>Synopsis</h2>
90
90
<div class="refsect2">
91
 
<a name="idp7705936"></a><h3>Element Information</h3>
 
91
<a name="idp7503952"></a><h3>Element Information</h3>
92
92
<div class="variablelist"><table border="0">
93
93
<col align="left" valign="top">
94
94
<tbody>
111
111
</div>
112
112
<hr>
113
113
<div class="refsect2">
114
 
<a name="idp135056"></a><h3>Element Pads</h3>
 
114
<a name="idp81264"></a><h3>Element Pads</h3>
115
115
<div class="variablelist"><table border="0">
116
116
<col align="left" valign="top">
117
117
<tbody>
173
173
<a name="gstreamer-plugins-capsfilter.property-details"></a><h2>Property Details</h2>
174
174
<div class="refsect2">
175
175
<a name="GstCapsFilter--caps"></a><h3>The <code class="literal">"caps"</code> property</h3>
176
 
<pre class="programlisting">  "caps"                     <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/gstreamer-GstCaps.html#GstCaps"><span class="type">GstCaps</span></a>*              : Read / Write</pre>
 
176
<pre class="programlisting">  "caps"                     <a href="../gstreamer-1.0/gstreamer-GstCaps.html#GstCaps"><span class="type">GstCaps</span></a>*              : Read / Write</pre>
177
177
<p>Restrict the possible allowed capabilities (NULL means ANY). Setting this property takes a reference to the supplied GstCaps object.</p>
178
178
</div>
179
179
</div>