~ubuntu-branches/ubuntu/lucid/gst-plugins-bad0.10/lucid-proposed

« back to all changes in this revision

Viewing changes to docs/plugins/html/gst-plugins-bad-plugins-metadatademux.html

  • Committer: Bazaar Package Importer
  • Author(s): Tony Espy
  • Date: 2009-12-04 13:17:51 UTC
  • mfrom: (18.4.7 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091204131751-hpo02yltrcsmy1xh
Tags: 0.10.17-1ubuntu1
* Merge from Debian testing (LP: #481645), remaining changes:
  - Removed plugins that are now provided -good
    - libgstdtmf.so
    - libgstvalve.so
    - libgstautoconvert.so
    - libgstrtpmux.so
    - libgstliveadder.so

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
<title>metadatademux</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
7
7
<link rel="home" href="index.html" title="GStreamer Bad Plugins 0.10 Plugins Reference Manual">
8
8
<link rel="up" href="ch01.html" title="gst-plugins-bad Elements">
9
9
<link rel="prev" href="gst-plugins-bad-plugins-liveadder.html" title="liveadder">
52
52
<a name="gst-plugins-bad-plugins-metadatademux.object-hierarchy"></a><h2>Object Hierarchy</h2>
53
53
<pre class="synopsis">
54
54
  <a
55
 
href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"
 
55
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
56
56
>GObject</a>
57
57
   +----<a
58
 
href="/usr/share/gtk-doc/html/gstreamer-0.10/GstObject.html"
 
58
href="../gstreamer-0.10/GstObject.html"
59
59
>GstObject</a>
60
60
         +----<a
61
 
href="/usr/share/gtk-doc/html/gstreamer-0.10/GstElement.html"
 
61
href="../gstreamer-0.10/GstElement.html"
62
62
>GstElement</a>
63
63
               +----<a class="link" href="GstBaseMetadata.html" title="GstBaseMetadata">GstBaseMetadata</a>
64
64
                     +----GstMetadataDemux
68
68
<a name="gst-plugins-bad-plugins-metadatademux.properties"></a><h2>Properties</h2>
69
69
<pre class="synopsis">
70
70
  "<a class="link" href="gst-plugins-bad-plugins-metadatademux.html#GstMetadataDemux--parse-only" title='The "parse-only" property'>parse-only</a>"               <a
71
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
71
href="../glib/glib-Basic-Types.html#gboolean"
72
72
>gboolean</a>              : Read / Write
73
73
</pre>
74
74
</div>
77
77
<p>
78
78
</p>
79
79
<div class="refsect2" title="Example launch line">
80
 
<a name="id501527"></a><h3>Example launch line</h3>
 
80
<a name="id2875185"></a><h3>Example launch line</h3>
81
81
<p>
82
82
This element parses image files JPEG and PNG, to find metadata chunks (EXIF,
83
83
IPTC, XMP) in it, and then send individual tags as a 'tag message' do the
124
124
<div class="refsynopsisdiv" title="Synopsis">
125
125
<h2>Synopsis</h2>
126
126
<div class="refsect2" title="Element Information">
127
 
<a name="id498410"></a><h3>Element Information</h3>
 
127
<a name="id2832220"></a><h3>Element Information</h3>
128
128
<div class="variablelist"><table border="0">
129
129
<col align="left" valign="top">
130
130
<tbody>
147
147
</div>
148
148
<hr>
149
149
<div class="refsect2" title="Element Pads">
150
 
<a name="id501376"></a><h3>Element Pads</h3>
 
150
<a name="id2875911"></a><h3>Element Pads</h3>
151
151
<div class="variablelist"><table border="0">
152
152
<col align="left" valign="top">
153
153
<tbody>
219
219
<div class="refsect2" title='The "parse-only" property'>
220
220
<a name="GstMetadataDemux--parse-only"></a><h3>The <code class="literal">"parse-only"</code> property</h3>
221
221
<pre class="programlisting">  "parse-only"               <a
222
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
222
href="../glib/glib-Basic-Types.html#gboolean"
223
223
>gboolean</a>              : Read / Write</pre>
224
224
<p>If TRUE, don't strip out any chunk.</p>
225
225
<p>Default value: FALSE</p>