Advertisement
Guest User

vaapidecode

a guest
Mar 14th, 2012
873
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.63 KB | None | 0 0
  1. Factory Details:
  2. Long name: VA-API decoder
  3. Class: Codec/Decoder/Video
  4. Description: A VA-API based video decoder
  5. Author(s): Gwenole Beauchesne <gwenole.beauchesne@intel.com>
  6. Rank: primary (256)
  7.  
  8. Plugin Details:
  9. Name: vaapi
  10. Description: VA-API based elements
  11. Filename: /usr/lib/gstreamer-0.10/libgstvaapi.so
  12. Version: 0.3.5.pre1
  13. License: LGPL
  14. Source module: gstreamer-vaapi
  15. Binary package: gstreamer-vaapi
  16. Origin URL: gwenole.beauchesne@intel.com
  17.  
  18. GObject
  19. +----GstObject
  20. +----GstElement
  21. +----GstVaapiDecode
  22.  
  23. Implemented Interfaces:
  24. GstImplementsInterface
  25. GstVideoContext
  26.  
  27. Pad Templates:
  28. SINK template: 'sink'
  29. Availability: Always
  30. Capabilities:
  31. video/mpeg
  32. mpegversion: 2
  33. systemstream: false
  34. video/mpeg
  35. mpegversion: 4
  36. video/x-divx
  37. video/x-xvid
  38. video/x-h263
  39. video/x-h264
  40. video/x-wmv
  41.  
  42. SRC template: 'src'
  43. Availability: Always
  44. Capabilities:
  45. video/x-surface
  46. type: vaapi
  47. opengl: { true, false }
  48. width: [ 1, 2147483647 ]
  49. height: [ 1, 2147483647 ]
  50. framerate: [ 0/1, 2147483647/1 ]
  51.  
  52.  
  53. Element Flags:
  54. no flags set
  55.  
  56. Element Implementation:
  57. Has change_state() function: 0xb77a1020
  58. Has custom save_thyself() function: gst_element_save_thyself
  59. Has custom restore_thyself() function: gst_element_restore_thyself
  60.  
  61. Element has no clocking capabilities.
  62. Element has no indexing capabilities.
  63. Element has no URI handling capabilities.
  64.  
  65. Pads:
  66. SRC: 'src'
  67. Implementation:
  68. Has custom eventfunc(): 0xb77a0320
  69. Has custom queryfunc(): 0xb77a03e0
  70. Has custom iterintlinkfunc(): gst_pad_iterate_internal_links_default
  71. Has getcapsfunc(): gst_pad_get_fixed_caps_func
  72. Has acceptcapsfunc(): gst_pad_acceptcaps_default
  73. Pad Template: 'src'
  74. SINK: 'sink'
  75. Implementation:
  76. Has chainfunc(): 0xb77a0590
  77. Has custom eventfunc(): 0xb77a04d0
  78. Has custom queryfunc(): 0xb77a03e0
  79. Has custom iterintlinkfunc(): gst_pad_iterate_internal_links_default
  80. Has getcapsfunc(): 0xb77a0d80
  81. Has setcapsfunc(): 0xb77a0980
  82. Has acceptcapsfunc(): gst_pad_acceptcaps_default
  83. Pad Template: 'sink'
  84.  
  85. Element Properties:
  86. name : The name of the object
  87. flags: readable, writable
  88. String. Default: "vaapidecode0"
  89. use-ffmpeg : Uses FFmpeg/VAAPI for decoding
  90. flags: readable, writable
  91. Boolean. Default: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement