~ubuntu-branches/ubuntu/quantal/gst-plugins-bad-multiverse0.10/quantal

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2010-09-03 16:57:09 UTC
  • mfrom: (1.1.17 upstream)
  • Revision ID: james.westby@ubuntu.com-20100903165709-5158pp06sfg0i6dv
Tags: 0.10.20-1
* New upstream release:
  + debian/build-deps.in:
    - Update build dependencies.
* debian/source/format,
  debian/compat,
  debian/rules,
  debian/patches:
  + Update to debhelper compat level 7.
  + Update to source format 3.0 (quilt).

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
<link rel="up" href="ch01.html" title="gst-plugins-bad Elements">
9
9
<link rel="prev" href="gst-plugins-bad-plugins-metadatamux.html" title="metadatamux">
10
10
<link rel="next" href="gst-plugins-bad-plugins-mimdec.html" title="mimdec">
11
 
<meta name="generator" content="GTK-Doc V1.13 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
 
<link rel="chapter" href="ch01.html" title="gst-plugins-bad Elements">
14
 
<link rel="chapter" href="ch02.html" title="gst-plugins-bad Plugins">
15
 
<link rel="chapter" href="ch03.html" title="gst-plugins-bad Classes">
16
13
</head>
17
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
18
15
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
38
35
<div class="refnamediv"><table width="100%"><tr>
39
36
<td valign="top">
40
37
<h2><span class="refentrytitle"><a name="gst-plugins-bad-plugins-mimenc.top_of_page"></a>mimenc</span></h2>
41
 
<p>mimenc — Mimic encoder</p>
 
38
<p>mimenc — MSN Messenger compatible Mimic video encoder element</p>
42
39
</td>
43
40
<td valign="top" align="right"></td>
44
41
</tr></table></div>
50
47
<div class="refsect1" title="Object Hierarchy">
51
48
<a name="gst-plugins-bad-plugins-mimenc.object-hierarchy"></a><h2>Object Hierarchy</h2>
52
49
<pre class="synopsis">
53
 
  <a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
54
 
   +----<a href="/usr/share/gtk-doc/html/gstreamer-0.10/GstObject.html">GstObject</a>
55
 
         +----<a href="/usr/share/gtk-doc/html/gstreamer-0.10/GstElement.html">GstElement</a>
 
50
  <a href="http://library.gnome.org/devel/gobject/stable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
 
51
   +----<a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstObject.html">GstObject</a>
 
52
         +----<a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstElement.html">GstElement</a>
56
53
               +----GstMimEnc
57
54
</pre>
58
55
</div>
59
56
<div class="refsect1" title="Properties">
60
57
<a name="gst-plugins-bad-plugins-mimenc.properties"></a><h2>Properties</h2>
61
58
<pre class="synopsis">
62
 
  "<a class="link" href="gst-plugins-bad-plugins-mimenc.html#GstMimEnc--paused-mode" title='The "paused-mode" property'>paused-mode</a>"              <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
 
59
  "<a class="link" href="gst-plugins-bad-plugins-mimenc.html#GstMimEnc--paused-mode" title='The "paused-mode" property'>paused-mode</a>"              <a href="http://library.gnome.org/devel/glib/stable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
63
60
</pre>
64
61
</div>
65
62
<div class="refsect1" title="Description">
69
66
TCP header for the MIMIC codec.
70
67
</p>
71
68
<p>
72
 
Its fourcc is ML20.</p>
 
69
When using it to communicate directly with MSN Messenger, if the sender
 
70
wants to stop sending, he has to send a special buffer every 4 seconds.
 
71
When the "paused-mode" property is set to TRUE, if the element receives no
 
72
buffer on its sink pad for 4 seconds, it will produced a special paused
 
73
frame and will continue doing so every 4 seconds until a new buffer is
 
74
u received on its sink pad.
 
75
</p>
 
76
<p>
 
77
Its fourcc is ML20.
 
78
</p>
73
79
</div>
74
80
<div class="refsect1" title="Details">
75
81
<a name="gst-plugins-bad-plugins-mimenc.details"></a><h2>Details</h2>
84
90
<a name="gst-plugins-bad-plugins-mimenc.property-details"></a><h2>Property Details</h2>
85
91
<div class="refsect2" title='The "paused-mode" property'>
86
92
<a name="GstMimEnc--paused-mode"></a><h3>The <code class="literal">"paused-mode"</code> property</h3>
87
 
<pre class="programlisting">  "paused-mode"              <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
 
93
<pre class="programlisting">  "paused-mode"              <a href="http://library.gnome.org/devel/glib/stable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
88
94
<p>If enabled, empty frames will be generated every 4 seconds when no data is received.</p>
89
95
<p>Default value: FALSE</p>
90
96
</div>
96
102
</div>
97
103
<div class="footer">
98
104
<hr>
99
 
          Generated by GTK-Doc V1.13</div>
 
105
          Generated by GTK-Doc V1.15</div>
100
106
</body>
101
107
</html>
 
 
b'\\ No newline at end of file'