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

« back to all changes in this revision

Viewing changes to gst/gst-types.defs

Tags: upstream-0.10.8
Import upstream version 0.10.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
345
345
  )
346
346
)
347
347
 
 
348
(define-flags BufferCopyFlags
 
349
  (in-module "Gst")
 
350
  (c-name "GstBufferCopyFlags")
 
351
  (gtype-id "GST_TYPE_BUFFER_COPY_FLAGS")
 
352
  (values
 
353
    '("flags" "GST_BUFFER_COPY_FLAGS")
 
354
    '("timestamps" "GST_BUFFER_COPY_TIMESTAMPS")
 
355
    '("caps" "GST_BUFFER_COPY_CAPS")
 
356
  )
 
357
)
 
358
 
348
359
(define-flags BusFlags
349
360
  (in-module "Gst")
350
361
  (c-name "GstBusFlags")
445
456
    '("tag" "GST_CORE_ERROR_TAG")
446
457
    '("missing-plugin" "GST_CORE_ERROR_MISSING_PLUGIN")
447
458
    '("clock" "GST_CORE_ERROR_CLOCK")
 
459
    '("disabled" "GST_CORE_ERROR_DISABLED")
448
460
    '("num-errors" "GST_CORE_ERROR_NUM_ERRORS")
449
461
  )
450
462
)
534
546
    '("qos" "GST_EVENT_QOS")
535
547
    '("seek" "GST_EVENT_SEEK")
536
548
    '("navigation" "GST_EVENT_NAVIGATION")
537
 
    '("set-latency" "GST_EVENT_SET_LATENCY")
 
549
    '("latency" "GST_EVENT_LATENCY")
538
550
    '("custom-upstream" "GST_EVENT_CUSTOM_UPSTREAM")
539
551
    '("custom-downstream" "GST_EVENT_CUSTOM_DOWNSTREAM")
540
552
    '("custom-downstream-oob" "GST_EVENT_CUSTOM_DOWNSTREAM_OOB")
739
751
    '("segment-start" "GST_MESSAGE_SEGMENT_START")
740
752
    '("segment-done" "GST_MESSAGE_SEGMENT_DONE")
741
753
    '("duration" "GST_MESSAGE_DURATION")
 
754
    '("latency" "GST_MESSAGE_LATENCY")
 
755
    '("async-start" "GST_MESSAGE_ASYNC_START")
 
756
    '("async-done" "GST_MESSAGE_ASYNC_DONE")
742
757
    '("any" "GST_MESSAGE_ANY")
743
758
  )
744
759
)