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

« back to all changes in this revision

Viewing changes to libs/gst/base/gstbasesrc.h

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2012-08-08 18:12:33 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20120808181233-riejwxprfsxh1njl
Tags: 0.11.93-1
* New upstream release:
  + debian/libgstreamer.symbols:
    - Update symbols file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
134
134
 *   this if they support seeking in formats other than the configured native
135
135
 *   format. By default, it tries to convert the seek arguments to the
136
136
 *   configured native format and prepare a segment in that format.
137
 
 *   Since: 0.10.13
138
137
 * @do_seek: Perform seeking on the resource to the indicated segment.
139
138
 * @unlock: Unlock any pending access to the resource. Subclasses should
140
139
 *    unblock any blocked function ASAP. In particular, any create() function in