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

« back to all changes in this revision

Viewing changes to gst/gstbuffer.h

  • 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:
184
184
 * @GST_BUFFER_FLAG_CORRUPTED:   the buffer data is corrupted.
185
185
 * @GST_BUFFER_FLAG_MARKER:      the buffer contains a media specific marker. for
186
186
 *                               video this is typically the end of a frame boundary, for audio
187
 
 *                               this is usually the end of a talkspurt.
 
187
 *                               this is usually the start of a talkspurt.
188
188
 * @GST_BUFFER_FLAG_HEADER:      the buffer contains header information that is
189
189
 *                               needed to decode the following data. The buffer
190
190
 *                               is also part of the headers of the STREAM_CONFIG event.