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

« back to all changes in this revision

Viewing changes to gst/gstquery.c

  • 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:
2197
2197
 *
2198
2198
 * Constructs a new query object for querying the caps.
2199
2199
 *
2200
 
 * The CAPS query should return the* allowable caps for a pad in the context
 
2200
 * The CAPS query should return the allowable caps for a pad in the context
2201
2201
 * of the element's state, its link to other elements, and the devices or files
2202
2202
 * it has opened. These caps must be a subset of the pad template caps. In the
2203
2203
 * NULL state with no links, the CAPS query should ideally return the same caps
2210
2210
 * the CAPS query should return the most specific caps it reasonably can, since this
2211
2211
 * helps with autoplugging.
2212
2212
 *
 
2213
 * The @filter is used to restrict the result caps, only the caps matching
 
2214
 * @filter should be returned from the CAPS query. Specifying a filter might
 
2215
 * greatly reduce the amount of processing an element needs to do.
 
2216
 *
2213
2217
 * Free-function: gst_query_unref
2214
2218
 *
2215
2219
 * Returns: (transfer full): a new #GstQuery