~ubuntu-branches/ubuntu/saucy/gst0.10-python/saucy

« back to all changes in this revision

Viewing changes to gst/gst-types.defs

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2011-01-22 14:16:57 UTC
  • mfrom: (1.3.5 upstream) (18.1.6 experimental)
  • Revision ID: james.westby@ubuntu.com-20110122141657-zbk0crefw35s69d6
Tags: 0.10.21-1
* New upstream stable release, "She used to be an ironhorse, twenty years ago".
  + debian/control:
    - Require GStreamer core/base >= 0.10.32.

Show diffs side-by-side

added added

removed removed

Lines of Context:
235
235
  )
236
236
)
237
237
 
 
238
(define-boxed DateTime
 
239
  (in-module "Gst")
 
240
  (c-name "GstDateTime")
 
241
  (gtype-id "GST_TYPE_DATE_TIME")
 
242
)
 
243
 
238
244
(define-object Plugin
239
245
  (in-module "Gst")
240
246
  (parent "GstObject")
434
440
    '("badtime" "GST_CLOCK_BADTIME")
435
441
    '("error" "GST_CLOCK_ERROR")
436
442
    '("unsupported" "GST_CLOCK_UNSUPPORTED")
 
443
    '("done" "GST_CLOCK_DONE")
437
444
  )
438
445
)
439
446