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

« back to all changes in this revision

Viewing changes to docs/gst/html/GstElement.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:
3473
3473
This function takes owership of the provided event so you should
3474
3474
<a class="link" href="gstreamer-GstEvent.html#gst-event-ref" title="gst_event_ref ()"><code class="function">gst_event_ref()</code></a> it if you want to reuse the event after this call.
3475
3475
</p>
 
3476
<p>
 
3477
MT safe.
 
3478
</p>
3476
3479
<div class="variablelist"><table border="0">
3477
3480
<col align="left" valign="top">
3478
3481
<tbody>
3488
3491
<tr>
3489
3492
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
3490
3493
<td>
3491
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the event was handled.
3492
 
MT safe.</td>
 
3494
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the event was handled. Events that trigger a preroll (such
 
3495
as flushing seeks and steps) will emit <a class="link" href="gstreamer-GstMessage.html#GST-MESSAGE-ASYNC-DONE:CAPS"><code class="literal">GST_MESSAGE_ASYNC_DONE</code></a>.</td>
3493
3496
</tr>
3494
3497
</tbody>
3495
3498
</table></div>
3546
3549
<tr>
3547
3550
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
3548
3551
<td>
3549
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the seek operation succeeded (the seek might not always be
3550
 
executed instantly though)</td>
 
3552
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the seek operation succeeded. Flushing seeks will trigger a
 
3553
preroll, which will emit <a class="link" href="gstreamer-GstMessage.html#GST-MESSAGE-ASYNC-DONE:CAPS"><code class="literal">GST_MESSAGE_ASYNC_DONE</code></a>.</td>
3551
3554
</tr>
3552
3555
</tbody>
3553
3556
</table></div>
3569
3572
the parameters. The seek event is sent to the element using
3570
3573
<a class="link" href="GstElement.html#gst-element-send-event" title="gst_element_send_event ()"><code class="function">gst_element_send_event()</code></a>.
3571
3574
</p>
 
3575
<p>
 
3576
MT safe.
 
3577
</p>
3572
3578
<div class="variablelist"><table border="0">
3573
3579
<col align="left" valign="top">
3574
3580
<tbody>
3607
3613
<tr>
3608
3614
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
3609
3615
<td>
3610
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the event was handled.
3611
 
MT safe.</td>
 
3616
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the event was handled. Flushing seeks will trigger a
 
3617
preroll, which will emit <a class="link" href="gstreamer-GstMessage.html#GST-MESSAGE-ASYNC-DONE:CAPS"><code class="literal">GST_MESSAGE_ASYNC_DONE</code></a>.</td>
3612
3618
</tr>
3613
3619
</tbody>
3614
3620
</table></div>