~ubuntu-branches/ubuntu/trusty/gstreamer1.0/trusty

« back to all changes in this revision

Viewing changes to docs/plugins/html/gstreamer-plugins-queue2.html

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2012-08-08 18:12:33 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20120808181233-riejwxprfsxh1njl
Tags: 0.11.93-1
* New upstream release:
  + debian/libgstreamer.symbols:
    - Update symbols file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
<pre class="synopsis">
50
50
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
51
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>
 
52
         +----<a href="../gstreamer-1.0/GstObject.html">GstObject</a>
 
53
               +----<a href="../gstreamer-1.0/GstElement.html">GstElement</a>
54
54
                     +----GstQueue2
55
55
</pre>
56
56
</div>
101
101
of the queue size limits, they will only be used for buffering statistics.
102
102
</p>
103
103
<p>
104
 
Since 0.10.24, setting the temp-location property with a filename is deprecated
105
 
because it's impossible to securely open a temporary file in this way. The
106
 
property will still be used to notify the application of the allocated
107
 
filename, though.
 
104
The temp-location property will be used to notify the application of the
 
105
allocated filename.
108
106
</p>
109
107
<p>
110
108
Last reviewed on 2009-07-10 (0.10.24)
112
110
<div class="refsynopsisdiv">
113
111
<h2>Synopsis</h2>
114
112
<div class="refsect2">
115
 
<a name="idp11966144"></a><h3>Element Information</h3>
 
113
<a name="idp11916944"></a><h3>Element Information</h3>
116
114
<div class="variablelist"><table border="0">
117
115
<col align="left" valign="top">
118
116
<tbody>
135
133
</div>
136
134
<hr>
137
135
<div class="refsect2">
138
 
<a name="idp11973552"></a><h3>Element Pads</h3>
 
136
<a name="idp11924352"></a><h3>Element Pads</h3>
139
137
<div class="variablelist"><table border="0">
140
138
<col align="left" valign="top">
141
139
<tbody>
287
285
When temp-template is set, remove the temporary file when going to READY.
288
286
</p>
289
287
<p>Default value: TRUE</p>
290
 
<p class="since">Since 0.10.26</p>
291
288
</div>
292
289
<hr>
293
290
<div class="refsect2">
298
295
buffer is disabled. Default 0.
299
296
</p>
300
297
<p>Default value: 0</p>
301
 
<p class="since">Since 0.10.31</p>
302
298
</div>
303
299
</div>
304
300
</div>