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

« back to all changes in this revision

Viewing changes to libs/gst/base/gsttypefindhelper.c

  • 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:
260
260
 *
261
261
 * Returns: (transfer full): the #GstCaps corresponding to the data stream.
262
262
 *     Returns #NULL if no #GstCaps matches the data stream.
263
 
 *
264
 
 * Since: 0.10.26
265
263
 */
266
264
GstCaps *
267
265
gst_type_find_helper_get_range (GstObject * obj, GstObject * parent,
601
599
 * Returns: (transfer full): the #GstCaps corresponding to @extension, or
602
600
 *     #NULL if no type could be found. The caller should free the caps
603
601
 *     returned with gst_caps_unref().
604
 
 * 
605
 
 * Since: 0.10.23
606
602
 */
607
603
GstCaps *
608
604
gst_type_find_helper_for_extension (GstObject * obj, const gchar * extension)