-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gst.BufferList.html
45 lines (45 loc) · 3.17 KB
/
Gst.BufferList.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
<title>Gst.BufferList</title>
<link rel="stylesheet" type="text/css" href="C.css">
<script type="text/javascript" src="jquery.js"></script><script type="text/javascript" src="jquery.syntax.js"></script><script type="text/javascript" src="yelp.js"></script>
</head>
<body><div class="page" role="main">
<div class="header"><div class="trails" role="navigation"><div class="trail">
<a class="trail" href="index.html" title="Index">Index</a> » </div></div></div>
<div class="body">
<div class="hgroup"><h1 class="title"><span class="title">Gst.BufferList</span></h1></div>
<div class="region">
<div class="contents">
<p class="p">Buffer lists are an object containing a list of buffers.</p>
<p class="p">Buffer lists are created with <span class=" link"><a href="Gst.new.html" title="Gst.new">Gst.new</a></span> and filled with data
using a <span class=" link"><a href="Gst.insert.html" title="Gst.insert">Gst.insert</a></span>.</p>
<p class="p">Buffer lists can be pushed on a srcpad with <span class=" link"><a href="Gst.push_list.html" title="Gst.push_list">Gst.push_list</a></span>. This is
interesting when multiple buffers need to be pushed in one go because it
can reduce the amount of overhead for pushing each buffer individually.</p>
<p class="p">Last reviewed on 2012-03-28 (0.11.3)</p>
<div class="links topiclinks"><div class="inner"><div class="region">
<div class="linkdiv "><a class="linkdiv" href="Gst.BufferList.new.html" title="Gst.BufferList.new"><span class="title">Gst.BufferList.new</span></a></div>
<div class="linkdiv "><a class="linkdiv" href="Gst.BufferList.new_sized.html" title="Gst.BufferList.new_sized"><span class="title">Gst.BufferList.new_sized</span></a></div>
<div class="linkdiv "><a class="linkdiv" href="Gst.BufferList.foreach.html" title="Gst.BufferList.prototype.foreach"><span class="title">Gst.BufferList.prototype.foreach</span></a></div>
<div class="linkdiv "><a class="linkdiv" href="Gst.BufferList.get.html" title="Gst.BufferList.prototype.get"><span class="title">Gst.BufferList.prototype.get</span></a></div>
<div class="linkdiv "><a class="linkdiv" href="Gst.BufferList.insert.html" title="Gst.BufferList.prototype.insert"><span class="title">Gst.BufferList.prototype.insert</span></a></div>
<div class="linkdiv "><a class="linkdiv" href="Gst.BufferList.length.html" title="Gst.BufferList.prototype.length"><span class="title">Gst.BufferList.prototype.length</span></a></div>
<div class="linkdiv "><a class="linkdiv" href="Gst.BufferList.remove.html" title="Gst.BufferList.prototype.remove"><span class="title">Gst.BufferList.prototype.remove</span></a></div>
</div></div></div>
</div>
<div class="sect sect-links" role="navigation">
<div class="hgroup"></div>
<div class="contents"><div class="links guidelinks"><div class="inner">
<div class="title"><h2><span class="title">More Information</span></h2></div>
<div class="region"><ul><li class="links "><a href="index.html" title="Index">Index</a></li></ul></div>
</div></div></div>
</div>
</div>
<div class="clear"></div>
</div>
<div class="footer"></div>
</div></body>
</html>