Guest User

vaapidownload

a guest
Mar 14th, 2012
377
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.93 KB | None | 0 0
  1. Factory Details:
  2. Long name: VA-API colorspace converter
  3. Class: Filter/Converter/Video
  4. Description: A VA to video flow filter
  5. Author(s): Gwenole Beauchesne <gwenole.beauchesne@intel.com>
  6. Rank: secondary (128)
  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. +----GstBaseTransform
  22. +----GstVaapiDownload
  23.  
  24. Implemented Interfaces:
  25. GstImplementsInterface
  26. GstVideoContext
  27.  
  28. Pad Templates:
  29. SINK template: 'sink'
  30. Availability: Always
  31. Capabilities:
  32. video/x-surface
  33. type: vaapi
  34. opengl: { true, false }
  35. width: [ 1, 2147483647 ]
  36. height: [ 1, 2147483647 ]
  37. framerate: [ 0/1, 2147483647/1 ]
  38.  
  39. SRC template: 'src'
  40. Availability: Always
  41. Capabilities:
  42. video/x-raw-yuv
  43. width: [ 1, 2147483647 ]
  44. height: [ 1, 2147483647 ]
  45.  
  46.  
  47. Element Flags:
  48. no flags set
  49.  
  50. Element Implementation:
  51. Has change_state() function: gst_element_change_state_func
  52. Has custom save_thyself() function: gst_element_save_thyself
  53. Has custom restore_thyself() function: gst_element_restore_thyself
  54.  
  55. Element has no clocking capabilities.
  56. Element has no indexing capabilities.
  57. Element has no URI handling capabilities.
  58.  
  59. Pads:
  60. SRC: 'src'
  61. Implementation:
  62. Has getrangefunc(): gst_base_transform_getrange
  63. Has custom eventfunc(): gst_base_transform_src_event
  64. Has custom queryfunc(): 0xb76e0810
  65. Provides query types:
  66. (1): position (Current position)
  67. Has custom iterintlinkfunc(): gst_pad_iterate_internal_links_default
  68. Has getcapsfunc(): gst_base_transform_getcaps
  69. Has acceptcapsfunc(): gst_base_transform_acceptcaps
  70. Pad Template: 'src'
  71. SINK: 'sink'
  72. Implementation:
  73. Has chainfunc(): gst_base_transform_chain
  74. Has custom eventfunc(): gst_base_transform_sink_event
  75. Has custom queryfunc(): 0xb76e0810
  76. Provides query types:
  77. (1): position (Current position)
  78. Has custom iterintlinkfunc(): gst_pad_iterate_internal_links_default
  79. Has bufferallocfunc(): gst_base_transform_buffer_alloc
  80. Has getcapsfunc(): gst_base_transform_getcaps
  81. Has setcapsfunc(): gst_base_transform_setcaps
  82. Has acceptcapsfunc(): gst_base_transform_acceptcaps
  83. Pad Template: 'sink'
  84.  
  85. Element Properties:
  86. name : The name of the object
  87. flags: readable, writable
  88. String. Default: "vaapidownload0"
  89. qos : Handle Quality-of-Service events
  90. flags: readable, writable
  91. Boolean. Default: false
Add Comment
Please, Sign In to add comment