~ubuntu-branches/ubuntu/dapper/gst-plugins-good0.10/dapper-security

« back to all changes in this revision

Viewing changes to docs/plugins/html/gst-plugins-good-plugins-flacdec.html

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher, debian/patches/02_default_audiosink.patch
  • Date: 2006-02-10 00:02:29 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060210000229-mhsw3f8vt6lt38yf
Tags: 0.10.2-0ubuntu1
* Sync with Debian
* New upstream version:
  Changes since 0.10.1:
  - New libcdio based CDDA reading element
  - APE tag reader ported
  - ID3 tag reading fixes
  - Sun Audio Sink fixes
  - GOOM and gconf element fixes
  - lots of bug and leak fixes
  Bugs fixed since 0.10.1:
  - silence warings which make dvdec / dvdemux unusable
  - Internal event problem with MP3s from vgmix.com
  - [cdio] port cddasrc to 0.10
  - Bugs in G711 RTP packetization logic
  - apetag plugin needs porting to 0.10
  - check that all elements in -good pass queries they can't ...
  - id3demux is not compiling without ZLIB
  - build problem caused by AS_LIBTOOL_TAGS([CXX])
  - gconf(audio|video)sink response to key changes
  - [wavparse] time to bytes format conversion broken
  - [esdsink] won't compile with includes in non-standard prefix
  - [sunaudio] fixes for mixer and stuttering mp3 playback
  - [matroskamux]  Matroska muxer deadlock
  - [videobox] crash when cropping
  - id3demux emits NULL date for year tags
  - Fix build with gcc 2.95
  - [matroskamux] doesn't send newsegment event, critical war...
  - totem crash when using goom effect
  - Fails to read ID3 tag
  - Please use the autodetect sinks by default
  - [cdio] support for cd-text and cd-g
* Build with the current cdbs package [debian/build-deps.in]
* Ubuntu patches [debian/patches/01_esdsink_priority.patch]
* The autodetect sinks are used by default upstream now
  [debian/patches/02_default_audiosink.patch]

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
6
6
<link rel="start" href="index.html" title="GStreamer Good Plugins 0.10 Plugins Reference Manual">
7
7
<link rel="up" href="ch01.html" title="gst-plugins-good Elements">
8
 
<link rel="prev" href="gst-plugins-good-plugins-cairotimeoverlay.html" title="cairotimeoverlay">
 
8
<link rel="prev" href="gst-plugins-good-plugins-cdiocddasrc.html" title="cdiocddasrc">
9
9
<link rel="next" href="gst-plugins-good-plugins-goom.html" title="goom">
10
10
<meta name="generator" content="GTK-Doc V1.4 (XML mode)">
11
11
<link rel="stylesheet" href="style.css" type="text/css">
14
14
</head>
15
15
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
16
16
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
17
 
<td><a accesskey="p" href="gst-plugins-good-plugins-cairotimeoverlay.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
 
17
<td><a accesskey="p" href="gst-plugins-good-plugins-cdiocddasrc.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
18
18
<td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
19
19
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
20
20
<th width="100%" align="center">GStreamer Good Plugins 0.10 Plugins Reference Manual</th>
40
40
</pre>
41
41
</div>
42
42
<div class="refsect1" lang="en">
43
 
<a name="id2569093"></a><h2>Object Hierarchy</h2>
 
43
<a name="id2539379"></a><h2>Object Hierarchy</h2>
44
44
<pre class="synopsis">
45
45
 
46
 
  <a
47
 
href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"
48
 
>GObject</a>
 
46
  GObject
49
47
   +----<a
50
 
href="/usr/share/gtk-doc/html/gstreamer/GstObject.html"
 
48
href="../gstreamer/GstObject.html"
51
49
>GstObject</a>
52
50
         +----<a
53
 
href="/usr/share/gtk-doc/html/gstreamer/GstElement.html"
 
51
href="../gstreamer/GstElement.html"
54
52
>GstElement</a>
55
53
               +----GstFlacDec
56
54
</pre>
57
55
</div>
58
56
<div class="refsect1" lang="en">
59
 
<a name="id2554295"></a><h2>Description</h2>
 
57
<a name="id2541868"></a><h2>Description</h2>
60
58
<p>
61
59
</p>
62
60
<div class="refsect2" lang="en">
63
 
<a name="id2556615"></a><p>
 
61
<a name="id2541876"></a><p>
64
62
flacdec decodes FLAC streams.
65
63
<a href="http://flac.sourceforge.net/" target="_top">FLAC</a>
66
64
is a Free Lossless Audio Codec.
75
73
</p>
76
74
</div>
77
75
<div class="refsect2" lang="en">
78
 
<a name="id2542952"></a><h3>Element Information</h3>
 
76
<a name="id2548296"></a><h3>Element Information</h3>
79
77
<div class="variablelist"><table border="0">
80
78
<col align="left" valign="top">
81
79
<tbody>
104
102
</p>
105
103
</div>
106
104
<div class="refsect1" lang="en">
107
 
<a name="id2543020"></a><h2>Details</h2>
 
105
<a name="id2548364"></a><h2>Details</h2>
108
106
<div class="refsect2" lang="en">
109
 
<a name="id2543026"></a><h3>
 
107
<a name="id2548370"></a><h3>
110
108
<a name="GstFlacDec-struct"></a>GstFlacDec</h3>
111
 
<a class="indexterm" name="id2543037"></a><pre class="programlisting">typedef struct _GstFlacDec GstFlacDec;</pre>
 
109
<a class="indexterm" name="id2548381"></a><pre class="programlisting">typedef struct _GstFlacDec GstFlacDec;</pre>
112
110
<p>
113
111
 
114
112
</p>
116
114
</div>
117
115
</div>
118
116
<table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle">
119
 
<td align="left"><a accesskey="p" href="gst-plugins-good-plugins-cairotimeoverlay.html"><b>&lt;&lt;&#160;cairotimeoverlay</b></a></td>
 
117
<td align="left"><a accesskey="p" href="gst-plugins-good-plugins-cdiocddasrc.html"><b>&lt;&lt;&#160;cdiocddasrc</b></a></td>
120
118
<td align="right"><a accesskey="n" href="gst-plugins-good-plugins-goom.html"><b>goom&#160;&gt;&gt;</b></a></td>
121
119
</tr></table>
122
120
</body>