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

« back to all changes in this revision

Viewing changes to docs/pwg/advanced-events.xml

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2012-05-21 11:14:06 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20120521111406-1wfas0o9fdaxjyo8
Tags: 0.11.91-1
* New upstream release, "I will give you five magic beans!":
  + debian/libgstreamer.symbols:
    - Update symbols file.
* debian/libgstreamer-dev.install:
  + Don't ship useless .la file for the core plugins.
  + Don't ship .a and .la files for the library.
* debian/control.in:
  + Update debhelper dependency version and Standards-Version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
241
241
        As a side-effect of flushing all data from the pipeline, this event
242
242
        unblocks the streaming thread by making all pads reject data until
243
243
        they receive a <xref linkend="section-events-flush-stop"/> signal
244
 
        (elements trying to push data will get a WRONG_STATE flow return
 
244
        (elements trying to push data will get a FLUSHING flow return
245
245
         and stop processing data).
246
246
      </para>
247
247
      <para>