blob: 94c5a5932ff41d2c05091464b99038cbaa6318bd [file] [log] [blame]
Nicolas Dechesne406546a2011-09-30 22:27:39 +02001<!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>theoraparse</title>
Olivier Naudan9cccb5b2012-04-13 11:18:22 -04006<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
7<link rel="home" href="index.html" title="GStreamer Base Plugins 1.0 Plugins Reference Manual">
Nicolas Dechesne406546a2011-09-30 22:27:39 +02008<link rel="up" href="ch01.html" title="gst-plugins-base Elements">
9<link rel="prev" href="gst-plugins-base-plugins-theoraenc.html" title="theoraenc">
10<link rel="next" href="gst-plugins-base-plugins-timeoverlay.html" title="timeoverlay">
11<meta name="generator" content="GTK-Doc V1.18 (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="2">
16<tr valign="middle">
17<td><a accesskey="p" href="gst-plugins-base-plugins-theoraenc.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
18<td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
19<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
Olivier Naudan9cccb5b2012-04-13 11:18:22 -040020<th width="100%" align="center">GStreamer Base Plugins 1.0 Plugins Reference Manual</th>
Nicolas Dechesne406546a2011-09-30 22:27:39 +020021<td><a accesskey="n" href="gst-plugins-base-plugins-timeoverlay.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
22</tr>
23<tr><td colspan="5" class="shortcuts">
24<a href="#gst-plugins-base-plugins-theoraparse.synopsis" class="shortcut">Top</a>
25  | 
26 <a href="#gst-plugins-base-plugins-theoraparse.description" class="shortcut">Description</a>
27  | 
28 <a href="#gst-plugins-base-plugins-theoraparse.object-hierarchy" class="shortcut">Object Hierarchy</a>
29  | 
30 <a href="#gst-plugins-base-plugins-theoraparse.properties" class="shortcut">Properties</a>
31</td></tr>
32</table>
33<div class="refentry">
34<a name="gst-plugins-base-plugins-theoraparse"></a><div class="titlepage"></div>
35<div class="refnamediv"><table width="100%"><tr>
36<td valign="top">
37<h2><span class="refentrytitle"><a name="gst-plugins-base-plugins-theoraparse.top_of_page"></a>theoraparse</span></h2>
38<p>theoraparse — parse raw theora streams</p>
39</td>
40<td valign="top" align="right"></td>
41</tr></table></div>
42<div class="refsynopsisdiv">
43<a name="gst-plugins-base-plugins-theoraparse.synopsis"></a><h2>Synopsis</h2>
44<a name="GstTheoraParse"></a><pre class="synopsis">struct <a class="link" href="gst-plugins-base-plugins-theoraparse.html#GstTheoraParse-struct" title="struct GstTheoraParse">GstTheoraParse</a>;
45</pre>
46</div>
47<div class="refsect1">
48<a name="gst-plugins-base-plugins-theoraparse.object-hierarchy"></a><h2>Object Hierarchy</h2>
49<pre class="synopsis">
50 <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
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 +----GstTheoraParse
55</pre>
56</div>
57<div class="refsect1">
58<a name="gst-plugins-base-plugins-theoraparse.properties"></a><h2>Properties</h2>
59<pre class="synopsis">
60 "<a class="link" href="gst-plugins-base-plugins-theoraparse.html#GstTheoraParse--synchronization-points" title='The "synchronization-points" property'>synchronization-points</a>" <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Value-arrays.html#GValueArray"><span class="type">GValueArray</span></a>* : Read / Write
61</pre>
62</div>
63<div class="refsect1">
64<a name="gst-plugins-base-plugins-theoraparse.description"></a><h2>Description</h2>
65<div class="refsynopsisdiv">
66<h2>Synopsis</h2>
67<div class="refsect2">
Olivier Naudan9cccb5b2012-04-13 11:18:22 -040068<a name="idp8049152"></a><h3>Element Information</h3>
Nicolas Dechesne406546a2011-09-30 22:27:39 +020069<div class="variablelist"><table border="0">
70<col align="left" valign="top">
71<tbody>
72<tr>
73<td><p><span class="term">plugin</span></p></td>
74<td>
75 <a class="link" href="gst-plugins-base-plugins-plugin-theora.html#plugin-theora">theora</a>
76 </td>
77</tr>
78<tr>
79<td><p><span class="term">author</span></p></td>
80<td>Andy Wingo &lt;wingo@pobox.com&gt;</td>
81</tr>
82<tr>
83<td><p><span class="term">class</span></p></td>
84<td>Codec/Parser/Video</td>
85</tr>
86</tbody>
87</table></div>
88</div>
89<hr>
90<div class="refsect2">
Olivier Naudan9cccb5b2012-04-13 11:18:22 -040091<a name="idp11735584"></a><h3>Element Pads</h3>
Nicolas Dechesne406546a2011-09-30 22:27:39 +020092<div class="variablelist"><table border="0">
93<col align="left" valign="top">
94<tbody>
95<tr>
96<td><p><span class="term">name</span></p></td>
97<td>sink</td>
98</tr>
99<tr>
100<td><p><span class="term">direction</span></p></td>
101<td>sink</td>
102</tr>
103<tr>
104<td><p><span class="term">presence</span></p></td>
105<td>always</td>
106</tr>
107<tr>
108<td><p><span class="term">details</span></p></td>
109<td>video/x-theora</td>
110</tr>
111</tbody>
112</table></div>
113<div class="variablelist"><table border="0">
114<col align="left" valign="top">
115<tbody>
116<tr>
117<td><p><span class="term">name</span></p></td>
118<td>src</td>
119</tr>
120<tr>
121<td><p><span class="term">direction</span></p></td>
122<td>source</td>
123</tr>
124<tr>
125<td><p><span class="term">presence</span></p></td>
126<td>always</td>
127</tr>
128<tr>
129<td><p><span class="term">details</span></p></td>
130<td>video/x-theora</td>
131</tr>
132</tbody>
133</table></div>
134</div>
135</div>
136<p>
137</p>
138</div>
139<div class="refsect1">
140<a name="gst-plugins-base-plugins-theoraparse.details"></a><h2>Details</h2>
141<div class="refsect2">
142<a name="GstTheoraParse-struct"></a><h3>struct GstTheoraParse</h3>
143<pre class="programlisting">struct GstTheoraParse;</pre>
144<p>
145</p>
146</div>
147</div>
148<div class="refsect1">
149<a name="gst-plugins-base-plugins-theoraparse.property-details"></a><h2>Property Details</h2>
150<div class="refsect2">
151<a name="GstTheoraParse--synchronization-points"></a><h3>The <code class="literal">"synchronization-points"</code> property</h3>
152<pre class="programlisting"> "synchronization-points" <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Value-arrays.html#GValueArray"><span class="type">GValueArray</span></a>* : Read / Write</pre>
153<p>An array of (granuletime, buffertime) pairs.</p>
154</div>
155</div>
156</div>
157<div class="footer">
158<hr>
159 Generated by GTK-Doc V1.18</div>
160</body>
161</html>