Sophie

Sophie

distrib > Mandriva > current > x86_64 > by-pkgid > 79c9ab370fef894753510ec7cb3261ed > files > 35

gstreamer0.10-plugins-bad-doc-0.10.18-3mdv2010.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=UTF-8">
<title>flacparse</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
<link rel="home" href="index.html" title="GStreamer Bad Plugins 0.10 Plugins Reference Manual">
<link rel="up" href="ch01.html" title="gst-plugins-bad Elements">
<link rel="prev" href="gst-plugins-bad-plugins-festival.html" title="festival">
<link rel="next" href="gst-plugins-bad-plugins-fpsdisplaysink.html" title="fpsdisplaysink">
<meta name="generator" content="GTK-Doc V1.13 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="chapter" href="ch01.html" title="gst-plugins-bad Elements">
<link rel="chapter" href="ch02.html" title="gst-plugins-bad Plugins">
<link rel="chapter" href="ch03.html" title="gst-plugins-bad Classes">
</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="gst-plugins-bad-plugins-festival.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="ch01.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 Bad Plugins 0.10 Plugins Reference Manual</th>
<td><a accesskey="n" href="gst-plugins-bad-plugins-fpsdisplaysink.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts">
<a href="#gst-plugins-bad-plugins-flacparse.synopsis" class="shortcut">Top</a>
                   | 
                  <a href="#gst-plugins-bad-plugins-flacparse.description" class="shortcut">Description</a>
                   | 
                  <a href="#gst-plugins-bad-plugins-flacparse.object-hierarchy" class="shortcut">Object Hierarchy</a>
</td></tr>
</table>
<div class="refentry" title="flacparse">
<a name="gst-plugins-bad-plugins-flacparse"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="gst-plugins-bad-plugins-flacparse.top_of_page"></a>flacparse</span></h2>
<p>flacparse — Parses audio with the FLAC lossless audio codec</p>
</td>
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsynopsisdiv" title="Synopsis">
<a name="gst-plugins-bad-plugins-flacparse.synopsis"></a><h2>Synopsis</h2>
<a name="GstFlacParse"></a><pre class="synopsis">                    <a class="link" href="gst-plugins-bad-plugins-flacparse.html#GstFlacParse-struct" title="GstFlacParse">GstFlacParse</a>;
</pre>
</div>
<div class="refsect1" title="Object Hierarchy">
<a name="gst-plugins-bad-plugins-flacparse.object-hierarchy"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
  <a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
   +----<a href="/usr/share/gtk-doc/html/gstreamer-0.10/GstObject.html">GstObject</a>
         +----<a href="/usr/share/gtk-doc/html/gstreamer-0.10/GstElement.html">GstElement</a>
               +----GstAudioBaseParseBad
                     +----GstFlacParse
</pre>
</div>
<div class="refsect1" title="Description">
<a name="gst-plugins-bad-plugins-flacparse.description"></a><h2>Description</h2>
<p>
The flacparse element will parse the header packets of the FLAC
stream and put them as the streamheader in the caps. This is used in the
multifdsink case where you want to stream live FLAC streams to multiple
clients, each client has to receive the streamheaders first before they can
consume the FLAC packets.
</p>
<p>
This element also makes sure that the buffers that it pushes out are properly
timestamped and that their offset and offset_end are set. The buffers that
flacparse outputs have all of the metadata that oggmux expects to receive,
which allows you to (for example) remux an ogg/flac or convert a native FLAC
format file to an ogg bitstream.
</p>
<p>
</p>
<div class="refsect2" title="Example pipelines">
<a name="id383341"></a><h3>Example pipelines</h3>
<div class="informalexample">
  <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
    <tbody>
      <tr>
        <td class="listing_lines" align="right"><pre>1
2</pre></td>
        <td class="listing_code"><pre class="programlisting">gst<span class="symbol">-</span>launch <span class="symbol">-</span>v filesrc location<span class="symbol">=</span>sine<span class="symbol">.</span>flac <span class="symbol">!</span> flacparse <span class="symbol">!</span> identity \
           <span class="symbol">!</span> oggmux <span class="symbol">!</span> filesink location<span class="symbol">=</span>sine<span class="symbol">-</span>remuxed<span class="symbol">.</span>ogg</pre></td>
      </tr>
    </tbody>
  </table>
</div>
 This pipeline converts a native FLAC format file to an ogg bitstream.
It also illustrates that the streamheader is set in the caps, and that each
buffer has the timestamp, duration, offset, and offset_end set.
</div>
</div>
<div class="refsect1" title="Details">
<a name="gst-plugins-bad-plugins-flacparse.details"></a><h2>Details</h2>
<div class="refsect2" title="GstFlacParse">
<a name="GstFlacParse-struct"></a><h3>GstFlacParse</h3>
<pre class="programlisting">typedef struct _GstFlacParse GstFlacParse;</pre>
<p>
</p>
</div>
</div>
<div class="refsect1" title="See Also">
<a name="gst-plugins-bad-plugins-flacparse.see-also"></a><h2>See Also</h2>
flacdec, oggdemux, vorbisparse
</div>
</div>
<div class="footer">
<hr>
          Generated by GTK-Doc V1.13</div>
</body>
</html>