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

« back to all changes in this revision

Viewing changes to gst/pbutils.defs

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2012-02-04 21:24:07 UTC
  • mfrom: (1.3.6) (4.1.38 sid)
  • Revision ID: package-import@ubuntu.com-20120204212407-da7y0ut34qp9nbdb
Tags: 0.10.22-3
* Team upload.
* Convert from dh_pycentral to dh_python2.
  Thanks to Colin Watson for the patch (Closes: #616836)

Show diffs side-by-side

added added

removed removed

Lines of Context:
378
378
  (c-name "gst_encoding_profile_set_name")
379
379
  (return-type "none")
380
380
  (parameters
381
 
    '("const-gchar*" "name")
 
381
    '("const-gchar*" "name" (null-ok) (default "NULL"))
382
382
  )
383
383
)
384
384
 
387
387
  (c-name "gst_encoding_profile_set_description")
388
388
  (return-type "none")
389
389
  (parameters
390
 
    '("const-gchar*" "description")
 
390
    '("const-gchar*" "description" (null-ok) (default "NULL"))
391
391
  )
392
392
)
393
393
 
405
405
  (c-name "gst_encoding_profile_set_preset")
406
406
  (return-type "none")
407
407
  (parameters
408
 
    '("const-gchar*" "preset")
 
408
    '("const-gchar*" "preset" (null-ok) (default "NULL"))
409
409
  )
410
410
)
411
411
 
414
414
  (c-name "gst_encoding_profile_set_restriction")
415
415
  (return-type "none")
416
416
  (parameters
417
 
    '("GstCaps*" "restriction")
 
417
    '("GstCaps*" "restriction" (null-ok) (default "NULL"))
418
418
  )
419
419
)
420
420
 
454
454
  (parameters
455
455
    '("const-gchar*" "targetname")
456
456
    '("const-gchar*" "profilename")
457
 
    '("const-gchar*" "category")
 
457
    '("const-gchar*" "category" (null-ok) (default "NULL"))
458
458
  )
459
459
)
460
460
 
487
487
  (is-constructor-of "GstEncodingContainerProfile")
488
488
  (return-type "GstEncodingContainerProfile*")
489
489
  (parameters
490
 
    '("const-gchar*" "name")
491
 
    '("const-gchar*" "description")
 
490
    '("const-gchar*" "name" (null-ok) (default "NULL"))
 
491
    '("const-gchar*" "description" (null-ok) (default "NULL"))
492
492
    '("GstCaps*" "format")
493
 
    '("const-gchar*" "preset")
 
493
    '("const-gchar*" "preset"(null-ok) (default "NULL"))
494
494
  )
495
495
)
496
496
 
500
500
  (return-type "GstEncodingVideoProfile*")
501
501
  (parameters
502
502
    '("GstCaps*" "format")
503
 
    '("const-gchar*" "preset")
504
 
    '("GstCaps*" "restriction")
 
503
    '("const-gchar*" "preset" (null-ok) (default "NULL"))
 
504
    '("GstCaps*" "restriction" (null-ok))
505
505
    '("guint" "presence")
506
506
  )
507
507
)
512
512
  (return-type "GstEncodingAudioProfile*")
513
513
  (parameters
514
514
    '("GstCaps*" "format")
515
 
    '("const-gchar*" "preset")
516
 
    '("GstCaps*" "restriction")
 
515
    '("const-gchar*" "preset" (null-ok) (default "NULL"))
 
516
    '("GstCaps*" "restriction" (null-ok))
517
517
    '("guint" "presence")
518
518
  )
519
519
)