soho123

ape decode cap

Dec 19th, 2013
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.70 KB | None | 0 0
  1. gst-inspect-0.10 ffdec_ape
  2. Factory Details:
  3. Long name: FFmpeg Monkey's Audio decoder
  4. Class: Codec/Decoder/Audio
  5. Description: FFmpeg ape decoder
  6. Author(s): Wim Taymans <[email protected]>, Ronald Bultje <[email protected]>, Edward Hervey <[email protected]>
  7. Rank: primary (256)
  8.  
  9. Plugin Details:
  10. Name: ffmpeg
  11. Description: All FFmpeg codecs and formats (local snapshot)
  12. Filename: /etc/gstreamer-0.10/libgstffmpeg.so
  13. Version: 0.10.13
  14. License: GPL
  15. Source module: gst-ffmpeg
  16. Binary package: FFmpeg
  17. Origin URL: http://ffmpeg.org/
  18.  
  19. GObject
  20. +----GstObject
  21. +----GstElement
  22. +----ffdec_ape
  23.  
  24. Pad Templates:
  25. SINK template: 'sink'
  26. Availability: Always
  27. Capabilities:
  28. audio/x-ffmpeg-parsed-ape
  29. channels: [ 1, 2 ]
  30. rate: [ 4000, 96000 ]
  31.  
  32. SRC template: 'src'
  33. Availability: Always
  34. Capabilities:
  35. audio/x-raw-int
  36. channels: [ 1, 2 ]
  37. rate: [ 4000, 96000 ]
  38. signed: true
  39. endianness: 4321
  40. width: 16
  41. depth: 16
  42. audio/x-raw-int
  43. channels: [ 1, 2 ]
  44. rate: [ 4000, 96000 ]
  45. signed: true
  46. endianness: 4321
  47. width: 32
  48. depth: 32
  49. audio/x-raw-float
  50. channels: [ 1, 2 ]
  51. rate: [ 4000, 96000 ]
  52. endianness: 4321
  53. width: 32
  54. audio/x-raw-float
  55. channels: [ 1, 2 ]
  56. rate: [ 4000, 96000 ]
  57. endianness: 4321
  58. width: 64
  59.  
  60.  
  61. Element Flags:
  62. no flags set
  63.  
  64. Element Implementation:
  65. Has change_state() function: 0x2af39048
  66.  
  67. Element has no clocking capabilities.
  68. Element has no indexing capabilities.
  69. Element has no URI handling capabilities.
  70.  
  71. Pads:
  72. SRC: 'src'
  73. Implementation:
  74. Has custom eventfunc(): gst_ffmpegdec_src_event
  75. Has custom queryfunc(): gst_ffmpegdec_query
  76. Has getcapsfunc(): gst_pad_get_fixed_caps_func
  77. Has acceptcapsfunc(): gst_pad_acceptcaps_default
  78. Pad Template: 'src'
  79. SINK: 'sink'
  80. Implementation:
  81. Has chainfunc(): gst_ffmpegdec_chain
  82. Has custom eventfunc(): gst_ffmpegdec_sink_event
  83. Has setcapsfunc(): gst_ffmpegdec_setcaps
  84. Has acceptcapsfunc(): gst_pad_acceptcaps_default
  85. Pad Template: 'sink'
  86.  
  87. Element Properties:
  88. name : The name of the object
  89. flags: readable, writable
  90. String. Default: "ffdec_ape0"
  91. #
Advertisement
Add Comment
Please, Sign In to add comment