adeen-s

droidvdec

Jan 10th, 2016
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.59 KB | None | 0 0
  1. [root@Jolla nemo]# gst-inspect-1.0 droidvdec
  2. Factory Details:
  3. Rank primary + 1 (257)
  4. Long-name Video decoder
  5. Klass Decoder/Video/Device
  6. Description Android HAL decoder
  7. Author Mohammed Sameer <msameer@foolab.org>
  8.  
  9. Plugin Details:
  10. Name droid
  11. Description Android HAL plugins
  12. Filename /usr/lib/gstreamer-1.0/libgstdroid.so
  13. Version 1.0.0
  14. License LGPL
  15. Source module gst-droid
  16. Binary package gst-droid
  17. Origin URL http://foolab.org/
  18.  
  19. GObject
  20. +----GInitiallyUnowned
  21. +----GstObject
  22. +----GstElement
  23. +----GstVideoDecoder
  24. +----GstDroidVDec
  25.  
  26. Pad Templates:
  27. SRC template: 'src'
  28. Availability: Always
  29. Capabilities:
  30. video/x-raw(memory:DroidMediaBuffer)
  31. format: { YV12 }
  32. width: [ 1, 2147483647 ]
  33. height: [ 1, 2147483647 ]
  34. framerate: [ 0/1, 2147483647/1 ]
  35. video/x-raw
  36. format: I420
  37. width: [ 1, 2147483647 ]
  38. height: [ 1, 2147483647 ]
  39. framerate: [ 0/1, 2147483647/1 ]
  40.  
  41. SINK template: 'sink'
  42. Availability: Always
  43. Capabilities:
  44. video/mpeg
  45. mpegversion: 4
  46. video/x-h264
  47. stream-format: avc
  48. alignment: au
  49. video/x-h263
  50.  
  51.  
  52. Element Flags:
  53. no flags set
  54.  
  55. Element Implementation:
  56. Has change_state() function: gst_droidvdec_change_state
  57.  
  58. Element has no clocking capabilities.
  59. Element has no URI handling capabilities.
  60.  
  61. Pads:
  62. SINK: 'sink'
  63. Implementation:
  64. Has chainfunc(): gst_video_decoder_chain
  65. Has custom eventfunc(): gst_video_decoder_sink_event
  66. Has custom queryfunc(): gst_video_decoder_sink_query
  67. Has custom iterintlinkfunc(): gst_pad_iterate_internal_links_default
  68. Pad Template: 'sink'
  69. SRC: 'src'
  70. Implementation:
  71. Has custom eventfunc(): gst_video_decoder_src_event
  72. Has custom queryfunc(): gst_video_decoder_src_query
  73. Has custom iterintlinkfunc(): gst_pad_iterate_internal_links_default
  74. Pad Template: 'src'
  75.  
  76. Element Properties:
  77. name : The name of the object
  78. flags: readable, writable
  79. String. Default: "droidvdec0"
  80. parent : The parent of the object
  81. flags: readable, writable
  82. Object of type "GstObject"
Add Comment
Please, Sign In to add comment