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

« back to all changes in this revision

Viewing changes to docs/gst/html/gstreamer-GstBuffer.html

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2012-06-08 09:38:04 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20120608093804-q9gzihfevul7nqtc
Tags: 0.11.92-1
* debian/control.in:
  + Update automake, autoconf and libtool build dependencies.
* New upstream release, "High Hopes":
  + debian/libgstreamer.symbols:
    - Update symbols file.
* debian/gst-codec-info.c:
  + Updated for API changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
191
191
with a given width, height and bits per plane.
192
192
</p>
193
193
<div class="example">
194
 
<a name="idp12554816"></a><p class="title"><b>Example 3. Creating a buffer for a video frame</b></p>
 
194
<a name="idp13953280"></a><p class="title"><b>Example 3. Creating a buffer for a video frame</b></p>
195
195
<div class="example-contents">
196
196
  <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
197
197
    <tbody>
229
229
<p>
230
230
Buffers can contain a list of <a class="link" href="gstreamer-GstMemory.html#GstMemory" title="struct GstMemory"><span class="type">GstMemory</span></a> objects. You can retrieve how many
231
231
memory objects with <a class="link" href="gstreamer-GstBuffer.html#gst-buffer-n-memory" title="gst_buffer_n_memory ()"><code class="function">gst_buffer_n_memory()</code></a> and you can get a pointer
232
 
to memory with <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/gstreamer-GstBuffer.html#gst-buffer-peek-memory"><code class="function">gst_buffer_peek_memory()</code></a>
 
232
to memory with <code class="function">gst_buffer_peek_memory()</code>
233
233
</p>
234
234
<p>
235
235
A buffer will usually have timestamps, and a duration, but neither of these