gstreamer 2.0.2-x86-mingw32 → 2.0.3-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2721) hide show
  1. checksums.yaml +7 -0
  2. data/Rakefile +81 -25
  3. data/ext/gstreamer/rbgst-element-factory.c +61 -0
  4. data/ext/gstreamer/rbgst.c +50 -5
  5. data/ext/gstreamer/rbgst.h +26 -0
  6. data/lib/1.9/gstreamer.so +0 -0
  7. data/lib/2.0/gstreamer.so +0 -0
  8. data/lib/gst.rb +51 -5
  9. data/lib/gst/{base_loader.rb → base-loader.rb} +0 -0
  10. data/lib/gst/caps.rb +25 -0
  11. data/lib/gst/{controller_loader.rb → controller-loader.rb} +0 -0
  12. data/lib/gst/element-factory.rb +35 -0
  13. data/lib/gst/element.rb +5 -0
  14. data/lib/gst/plugin-feature.rb +24 -0
  15. data/lib/gst/registry.rb +30 -0
  16. data/lib/gst/structure.rb +28 -0
  17. data/sample/gst-inspect.rb +478 -0
  18. data/vendor/local/bin/cjpeg.exe +0 -0
  19. data/vendor/local/bin/djpeg.exe +0 -0
  20. data/vendor/local/bin/flac.exe +0 -0
  21. data/vendor/local/bin/gst-discoverer-1.0.exe +0 -0
  22. data/vendor/local/bin/gst-inspect-1.0.exe +0 -0
  23. data/vendor/local/bin/gst-launch-1.0.exe +0 -0
  24. data/vendor/local/bin/gst-play-1.0.exe +0 -0
  25. data/vendor/local/bin/gst-typefind-1.0.exe +0 -0
  26. data/vendor/local/bin/jpegtran.exe +0 -0
  27. data/vendor/local/bin/libFLAC-8.dll +0 -0
  28. data/vendor/local/bin/libgstallocators-1.0-0.dll +0 -0
  29. data/vendor/local/bin/libgstapp-1.0-0.dll +0 -0
  30. data/vendor/local/bin/libgstaudio-1.0-0.dll +0 -0
  31. data/vendor/local/bin/libgstbase-1.0-0.dll +0 -0
  32. data/vendor/local/bin/libgstbasecamerabinsrc-1.0-0.dll +0 -0
  33. data/vendor/local/bin/libgstcheck-1.0-0.dll +0 -0
  34. data/vendor/local/bin/libgstcodecparsers-1.0-0.dll +0 -0
  35. data/vendor/local/bin/libgstcontroller-1.0-0.dll +0 -0
  36. data/vendor/local/bin/libgstfft-1.0-0.dll +0 -0
  37. data/vendor/local/bin/libgstinsertbin-1.0-0.dll +0 -0
  38. data/vendor/local/bin/libgstmpegts-1.0-0.dll +0 -0
  39. data/vendor/local/bin/libgstnet-1.0-0.dll +0 -0
  40. data/vendor/local/bin/libgstpbutils-1.0-0.dll +0 -0
  41. data/vendor/local/bin/libgstphotography-1.0-0.dll +0 -0
  42. data/vendor/local/bin/libgstreamer-1.0-0.dll +0 -0
  43. data/vendor/local/bin/libgstriff-1.0-0.dll +0 -0
  44. data/vendor/local/bin/libgstrtp-1.0-0.dll +0 -0
  45. data/vendor/local/bin/libgstrtsp-1.0-0.dll +0 -0
  46. data/vendor/local/bin/libgstsdp-1.0-0.dll +0 -0
  47. data/vendor/local/bin/libgsttag-1.0-0.dll +0 -0
  48. data/vendor/local/bin/libgsturidownloader-1.0-0.dll +0 -0
  49. data/vendor/local/bin/libgstvideo-1.0-0.dll +0 -0
  50. data/vendor/local/bin/libjpeg-9.dll +0 -0
  51. data/vendor/local/bin/libogg-0.dll +0 -0
  52. data/vendor/local/bin/libsoup-2.4-1.dll +0 -0
  53. data/vendor/local/bin/libspeex-1.dll +0 -0
  54. data/vendor/local/bin/libspeexdsp-1.dll +0 -0
  55. data/vendor/local/bin/libsqlite3-0.dll +0 -0
  56. data/vendor/local/bin/libtheora-0.dll +0 -0
  57. data/vendor/local/bin/libtheoradec-1.dll +0 -0
  58. data/vendor/local/bin/libtheoraenc-1.dll +0 -0
  59. data/vendor/local/bin/libvorbis-0.dll +0 -0
  60. data/vendor/local/bin/libvorbisenc-2.dll +0 -0
  61. data/vendor/local/bin/libvorbisfile-3.dll +0 -0
  62. data/vendor/local/bin/metaflac.exe +0 -0
  63. data/vendor/local/bin/rdjpgcom.exe +0 -0
  64. data/vendor/local/bin/speexdec.exe +0 -0
  65. data/vendor/local/bin/speexenc.exe +0 -0
  66. data/vendor/local/bin/sqlite3.exe +0 -0
  67. data/vendor/local/bin/wrjpgcom.exe +0 -0
  68. data/vendor/local/include/FLAC/all.h +3 -2
  69. data/vendor/local/include/FLAC/assert.h +2 -1
  70. data/vendor/local/include/FLAC/callback.h +2 -1
  71. data/vendor/local/include/FLAC/export.h +14 -8
  72. data/vendor/local/include/FLAC/format.h +14 -1
  73. data/vendor/local/include/FLAC/metadata.h +3 -2
  74. data/vendor/local/include/FLAC/ordinals.h +20 -14
  75. data/vendor/local/include/FLAC/stream_decoder.h +2 -1
  76. data/vendor/local/include/FLAC/stream_encoder.h +3 -2
  77. data/vendor/local/include/gstreamer-1.0/gst/allocators/allocators.h +28 -0
  78. data/vendor/local/include/gstreamer-1.0/gst/allocators/gstdmabuf.h +39 -0
  79. data/vendor/local/include/gstreamer-1.0/gst/app/app.h +28 -0
  80. data/vendor/local/include/gstreamer-1.0/gst/app/gstappsink.h +2 -2
  81. data/vendor/local/include/gstreamer-1.0/gst/app/gstappsrc.h +22 -20
  82. data/vendor/local/include/gstreamer-1.0/gst/audio/audio-channels.h +6 -6
  83. data/vendor/local/include/gstreamer-1.0/gst/audio/audio-format.h +32 -5
  84. data/vendor/local/include/gstreamer-1.0/gst/audio/audio-info.h +10 -8
  85. data/vendor/local/include/gstreamer-1.0/gst/audio/audio.h +35 -2
  86. data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiobasesink.h +6 -5
  87. data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiobasesrc.h +6 -4
  88. data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiocdsrc.h +6 -2
  89. data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudioclock.h +6 -2
  90. data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiodecoder.h +9 -5
  91. data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudioencoder.h +6 -3
  92. data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiofilter.h +5 -3
  93. data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudioiec61937.h +2 -2
  94. data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiometa.h +2 -4
  95. data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudioringbuffer.h +11 -6
  96. data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiosink.h +6 -2
  97. data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiosrc.h +6 -2
  98. data/vendor/local/include/gstreamer-1.0/gst/audio/streamvolume.h +2 -2
  99. data/vendor/local/include/gstreamer-1.0/gst/base/base.h +39 -0
  100. data/vendor/local/include/gstreamer-1.0/gst/base/gstadapter.h +7 -4
  101. data/vendor/local/include/gstreamer-1.0/gst/base/gstbaseparse.h +22 -3
  102. data/vendor/local/include/gstreamer-1.0/gst/base/gstbasesink.h +6 -2
  103. data/vendor/local/include/gstreamer-1.0/gst/base/gstbasesrc.h +2 -2
  104. data/vendor/local/include/gstreamer-1.0/gst/base/gstbasetransform.h +2 -2
  105. data/vendor/local/include/gstreamer-1.0/gst/base/gstbitreader.h +2 -2
  106. data/vendor/local/include/gstreamer-1.0/gst/base/gstbytereader.h +2 -2
  107. data/vendor/local/include/gstreamer-1.0/gst/base/gstbytewriter.h +2 -2
  108. data/vendor/local/include/gstreamer-1.0/gst/base/gstcollectpads.h +2 -2
  109. data/vendor/local/include/gstreamer-1.0/gst/base/gstdataqueue.h +163 -0
  110. data/vendor/local/include/gstreamer-1.0/gst/base/gstpushsrc.h +2 -2
  111. data/vendor/local/include/gstreamer-1.0/gst/base/gstqueuearray.h +50 -0
  112. data/vendor/local/include/gstreamer-1.0/gst/base/gsttypefindhelper.h +3 -3
  113. data/vendor/local/include/gstreamer-1.0/gst/basecamerabinsrc/gstbasecamerasrc.h +3 -2
  114. data/vendor/local/include/gstreamer-1.0/gst/basecamerabinsrc/gstcamerabin-enum.h +2 -2
  115. data/vendor/local/include/gstreamer-1.0/gst/basecamerabinsrc/gstcamerabinpreview.h +2 -2
  116. data/vendor/local/include/gstreamer-1.0/gst/check/check.h +30 -0
  117. data/vendor/local/include/gstreamer-1.0/gst/check/gstbufferstraw.h +2 -2
  118. data/vendor/local/include/gstreamer-1.0/gst/check/gstcheck.h +140 -4
  119. data/vendor/local/include/gstreamer-1.0/gst/check/gstconsistencychecker.h +2 -2
  120. data/vendor/local/include/gstreamer-1.0/gst/check/gsttestclock.h +106 -0
  121. data/vendor/local/include/gstreamer-1.0/gst/check/internal-check.h +2 -2
  122. data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gsth264parser.h +43 -3
  123. data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gstmpeg4parser.h +5 -3
  124. data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gstmpegvideometa.h +89 -0
  125. data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gstmpegvideoparser.h +127 -12
  126. data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gstvc1parser.h +29 -9
  127. data/vendor/local/include/gstreamer-1.0/gst/controller/controller.h +32 -0
  128. data/vendor/local/include/gstreamer-1.0/gst/controller/gstargbcontrolbinding.h +2 -2
  129. data/vendor/local/include/gstreamer-1.0/gst/controller/gstdirectcontrolbinding.h +2 -2
  130. data/vendor/local/include/gstreamer-1.0/gst/controller/gstinterpolationcontrolsource.h +2 -2
  131. data/vendor/local/include/gstreamer-1.0/gst/controller/gstlfocontrolsource.h +2 -2
  132. data/vendor/local/include/gstreamer-1.0/gst/controller/gsttimedvaluecontrolsource.h +2 -2
  133. data/vendor/local/include/gstreamer-1.0/gst/controller/gsttriggercontrolsource.h +2 -2
  134. data/vendor/local/include/gstreamer-1.0/gst/fft/fft.h +31 -0
  135. data/vendor/local/include/gstreamer-1.0/gst/fft/gstfft.h +2 -2
  136. data/vendor/local/include/gstreamer-1.0/gst/fft/gstfftf32.h +2 -2
  137. data/vendor/local/include/gstreamer-1.0/gst/fft/gstfftf64.h +2 -2
  138. data/vendor/local/include/gstreamer-1.0/gst/fft/gstffts16.h +2 -2
  139. data/vendor/local/include/gstreamer-1.0/gst/fft/gstffts32.h +2 -2
  140. data/vendor/local/include/gstreamer-1.0/gst/glib-compat.h +2 -2
  141. data/vendor/local/include/gstreamer-1.0/gst/gst.h +3 -2
  142. data/vendor/local/include/gstreamer-1.0/gst/gstallocator.h +2 -2
  143. data/vendor/local/include/gstreamer-1.0/gst/gstatomicqueue.h +2 -2
  144. data/vendor/local/include/gstreamer-1.0/gst/gstbin.h +4 -4
  145. data/vendor/local/include/gstreamer-1.0/gst/gstbuffer.h +20 -11
  146. data/vendor/local/include/gstreamer-1.0/gst/gstbufferlist.h +2 -2
  147. data/vendor/local/include/gstreamer-1.0/gst/gstbufferpool.h +2 -2
  148. data/vendor/local/include/gstreamer-1.0/gst/gstbus.h +2 -2
  149. data/vendor/local/include/gstreamer-1.0/gst/gstcaps.h +17 -2
  150. data/vendor/local/include/gstreamer-1.0/gst/gstcapsfeatures.h +80 -0
  151. data/vendor/local/include/gstreamer-1.0/gst/gstchildproxy.h +2 -2
  152. data/vendor/local/include/gstreamer-1.0/gst/gstclock.h +2 -2
  153. data/vendor/local/include/gstreamer-1.0/gst/gstcompat.h +23 -22
  154. data/vendor/local/include/gstreamer-1.0/gst/gstconfig.h +2 -51
  155. data/vendor/local/include/gstreamer-1.0/gst/gstcontext.h +159 -0
  156. data/vendor/local/include/gstreamer-1.0/gst/gstcontrolbinding.h +2 -2
  157. data/vendor/local/include/gstreamer-1.0/gst/gstcontrolsource.h +2 -2
  158. data/vendor/local/include/gstreamer-1.0/gst/gstdatetime.h +2 -2
  159. data/vendor/local/include/gstreamer-1.0/gst/gstdebugutils.h +2 -2
  160. data/vendor/local/include/gstreamer-1.0/gst/gstelement.h +10 -4
  161. data/vendor/local/include/gstreamer-1.0/gst/gstelementfactory.h +2 -2
  162. data/vendor/local/include/gstreamer-1.0/gst/gstelementmetadata.h +2 -2
  163. data/vendor/local/include/gstreamer-1.0/gst/gstenumtypes.h +4 -0
  164. data/vendor/local/include/gstreamer-1.0/gst/gsterror.h +2 -2
  165. data/vendor/local/include/gstreamer-1.0/gst/gstevent.h +33 -2
  166. data/vendor/local/include/gstreamer-1.0/gst/gstformat.h +2 -2
  167. data/vendor/local/include/gstreamer-1.0/gst/gstghostpad.h +2 -2
  168. data/vendor/local/include/gstreamer-1.0/gst/gstinfo.h +39 -19
  169. data/vendor/local/include/gstreamer-1.0/gst/gstiterator.h +2 -2
  170. data/vendor/local/include/gstreamer-1.0/gst/gstmacros.h +2 -2
  171. data/vendor/local/include/gstreamer-1.0/gst/gstmemory.h +28 -2
  172. data/vendor/local/include/gstreamer-1.0/gst/gstmessage.h +17 -2
  173. data/vendor/local/include/gstreamer-1.0/gst/gstmeta.h +14 -2
  174. data/vendor/local/include/gstreamer-1.0/gst/gstminiobject.h +2 -2
  175. data/vendor/local/include/gstreamer-1.0/gst/gstobject.h +2 -2
  176. data/vendor/local/include/gstreamer-1.0/gst/gstpad.h +5 -4
  177. data/vendor/local/include/gstreamer-1.0/gst/gstpadtemplate.h +2 -2
  178. data/vendor/local/include/gstreamer-1.0/gst/gstparamspecs.h +2 -2
  179. data/vendor/local/include/gstreamer-1.0/gst/gstparse.h +6 -3
  180. data/vendor/local/include/gstreamer-1.0/gst/gstpipeline.h +2 -2
  181. data/vendor/local/include/gstreamer-1.0/gst/gstplugin.h +3 -3
  182. data/vendor/local/include/gstreamer-1.0/gst/gstpluginfeature.h +3 -2
  183. data/vendor/local/include/gstreamer-1.0/gst/gstpoll.h +2 -2
  184. data/vendor/local/include/gstreamer-1.0/gst/gstpreset.h +2 -2
  185. data/vendor/local/include/gstreamer-1.0/gst/gstquery.h +21 -5
  186. data/vendor/local/include/gstreamer-1.0/gst/gstregistry.h +2 -2
  187. data/vendor/local/include/gstreamer-1.0/gst/gstsample.h +24 -2
  188. data/vendor/local/include/gstreamer-1.0/gst/gstsegment.h +2 -2
  189. data/vendor/local/include/gstreamer-1.0/gst/gststructure.h +222 -174
  190. data/vendor/local/include/gstreamer-1.0/gst/gstsystemclock.h +2 -2
  191. data/vendor/local/include/gstreamer-1.0/gst/gsttaglist.h +19 -2
  192. data/vendor/local/include/gstreamer-1.0/gst/gsttagsetter.h +2 -2
  193. data/vendor/local/include/gstreamer-1.0/gst/gsttask.h +2 -2
  194. data/vendor/local/include/gstreamer-1.0/gst/gsttaskpool.h +2 -2
  195. data/vendor/local/include/gstreamer-1.0/gst/gsttoc.h +2 -2
  196. data/vendor/local/include/gstreamer-1.0/gst/gsttocsetter.h +2 -2
  197. data/vendor/local/include/gstreamer-1.0/gst/gsttypefind.h +2 -2
  198. data/vendor/local/include/gstreamer-1.0/gst/gsttypefindfactory.h +2 -2
  199. data/vendor/local/include/gstreamer-1.0/gst/gsturi.h +2 -2
  200. data/vendor/local/include/gstreamer-1.0/gst/gstutils.h +92 -44
  201. data/vendor/local/include/gstreamer-1.0/gst/gstvalue.h +36 -2
  202. data/vendor/local/include/gstreamer-1.0/gst/gstversion.h +4 -4
  203. data/vendor/local/include/gstreamer-1.0/gst/insertbin/gstinsertbin.h +106 -0
  204. data/vendor/local/include/gstreamer-1.0/gst/interfaces/photography.h +45 -5
  205. data/vendor/local/include/gstreamer-1.0/gst/math-compat.h +2 -2
  206. data/vendor/local/include/gstreamer-1.0/gst/mpegts/gst-atsc-section.h +67 -0
  207. data/vendor/local/include/gstreamer-1.0/gst/mpegts/gst-dvb-descriptor.h +353 -0
  208. data/vendor/local/include/gstreamer-1.0/gst/mpegts/gst-dvb-section.h +329 -0
  209. data/vendor/local/include/gstreamer-1.0/gst/mpegts/gstmpegtsdescriptor.h +317 -0
  210. data/vendor/local/include/gstreamer-1.0/gst/mpegts/gstmpegtssection.h +363 -0
  211. data/vendor/local/include/gstreamer-1.0/gst/mpegts/mpegts.h +41 -0
  212. data/vendor/local/include/gstreamer-1.0/gst/net/gstnet.h +3 -4
  213. data/vendor/local/include/gstreamer-1.0/gst/net/gstnetaddressmeta.h +2 -2
  214. data/vendor/local/include/gstreamer-1.0/gst/net/gstnetclientclock.h +2 -2
  215. data/vendor/local/include/gstreamer-1.0/gst/net/gstnettimepacket.h +2 -2
  216. data/vendor/local/include/gstreamer-1.0/gst/net/gstnettimeprovider.h +2 -2
  217. data/vendor/local/include/gstreamer-1.0/gst/net/net.h +31 -0
  218. data/vendor/local/include/gstreamer-1.0/gst/pbutils/codec-utils.h +3 -2
  219. data/vendor/local/include/gstreamer-1.0/gst/pbutils/descriptions.h +2 -2
  220. data/vendor/local/include/gstreamer-1.0/gst/pbutils/encoding-profile.h +7 -2
  221. data/vendor/local/include/gstreamer-1.0/gst/pbutils/encoding-target.h +2 -2
  222. data/vendor/local/include/gstreamer-1.0/gst/pbutils/gstdiscoverer.h +3 -2
  223. data/vendor/local/include/gstreamer-1.0/gst/pbutils/gstpluginsbaseversion.h +4 -4
  224. data/vendor/local/include/gstreamer-1.0/gst/pbutils/install-plugins.h +2 -2
  225. data/vendor/local/include/gstreamer-1.0/gst/pbutils/missing-plugins.h +3 -4
  226. data/vendor/local/include/gstreamer-1.0/gst/pbutils/pbutils.h +2 -2
  227. data/vendor/local/include/gstreamer-1.0/gst/riff/riff-ids.h +3 -2
  228. data/vendor/local/include/gstreamer-1.0/gst/riff/riff-media.h +2 -2
  229. data/vendor/local/include/gstreamer-1.0/gst/riff/riff-read.h +2 -2
  230. data/vendor/local/include/gstreamer-1.0/gst/riff/riff.h +29 -0
  231. data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtcpbuffer.h +18 -14
  232. data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtpbaseaudiopayload.h +2 -2
  233. data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtpbasedepayload.h +2 -2
  234. data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtpbasepayload.h +2 -2
  235. data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtpbuffer.h +4 -2
  236. data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtphdrext.h +50 -0
  237. data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtppayloads.h +2 -2
  238. data/vendor/local/include/gstreamer-1.0/gst/rtp/rtp.h +33 -0
  239. data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtsp.h +33 -0
  240. data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtspconnection.h +15 -2
  241. data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtspdefs.h +3 -2
  242. data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtspextension.h +2 -2
  243. data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtspmessage.h +3 -4
  244. data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtsprange.h +42 -6
  245. data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtsptransport.h +5 -3
  246. data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtspurl.h +2 -2
  247. data/vendor/local/include/gstreamer-1.0/gst/rtsp/rtsp.h +35 -0
  248. data/vendor/local/include/gstreamer-1.0/gst/sdp/gstsdp.h +2 -2
  249. data/vendor/local/include/gstreamer-1.0/gst/sdp/gstsdpmessage.h +98 -8
  250. data/vendor/local/include/gstreamer-1.0/gst/sdp/sdp.h +28 -0
  251. data/vendor/local/include/gstreamer-1.0/gst/tag/gsttagdemux.h +2 -2
  252. data/vendor/local/include/gstreamer-1.0/gst/tag/gsttagmux.h +2 -2
  253. data/vendor/local/include/gstreamer-1.0/gst/tag/tag.h +20 -2
  254. data/vendor/local/include/gstreamer-1.0/gst/tag/xmpwriter.h +2 -2
  255. data/vendor/local/include/gstreamer-1.0/gst/uridownloader/gstfragment.h +70 -0
  256. data/vendor/local/include/gstreamer-1.0/gst/uridownloader/gsturidownloader.h +66 -0
  257. data/vendor/local/include/gstreamer-1.0/gst/uridownloader/gsturidownloader_debug.h +12 -0
  258. data/vendor/local/include/gstreamer-1.0/gst/video/colorbalance.h +2 -2
  259. data/vendor/local/include/gstreamer-1.0/gst/video/colorbalancechannel.h +2 -2
  260. data/vendor/local/include/gstreamer-1.0/gst/video/gstvideodecoder.h +11 -6
  261. data/vendor/local/include/gstreamer-1.0/gst/video/gstvideoencoder.h +8 -3
  262. data/vendor/local/include/gstreamer-1.0/gst/video/gstvideofilter.h +2 -2
  263. data/vendor/local/include/gstreamer-1.0/gst/video/gstvideometa.h +148 -4
  264. data/vendor/local/include/gstreamer-1.0/gst/video/gstvideopool.h +2 -2
  265. data/vendor/local/include/gstreamer-1.0/gst/video/gstvideosink.h +2 -2
  266. data/vendor/local/include/gstreamer-1.0/gst/video/gstvideoutils.h +6 -3
  267. data/vendor/local/include/gstreamer-1.0/gst/video/navigation.h +2 -2
  268. data/vendor/local/include/gstreamer-1.0/gst/video/video-blend.h +2 -2
  269. data/vendor/local/include/gstreamer-1.0/gst/video/video-chroma.h +103 -0
  270. data/vendor/local/include/gstreamer-1.0/gst/video/video-color.h +2 -2
  271. data/vendor/local/include/gstreamer-1.0/gst/video/video-enumtypes.h +8 -2
  272. data/vendor/local/include/gstreamer-1.0/gst/video/video-event.h +2 -2
  273. data/vendor/local/include/gstreamer-1.0/gst/video/video-format.h +56 -38
  274. data/vendor/local/include/gstreamer-1.0/gst/video/video-frame.h +7 -6
  275. data/vendor/local/include/gstreamer-1.0/gst/video/video-info.h +2 -2
  276. data/vendor/local/include/gstreamer-1.0/gst/video/video-overlay-composition.h +15 -2
  277. data/vendor/local/include/gstreamer-1.0/gst/video/video.h +53 -3
  278. data/vendor/local/include/gstreamer-1.0/gst/video/videoorientation.h +2 -2
  279. data/vendor/local/include/gstreamer-1.0/gst/video/videooverlay.h +2 -2
  280. data/vendor/local/include/jconfig.h +8 -0
  281. data/vendor/local/include/jerror.h +2 -2
  282. data/vendor/local/include/jmorecfg.h +26 -7
  283. data/vendor/local/include/jpeglib.h +22 -7
  284. data/vendor/local/include/libsoup-2.4/libsoup/soup-address.h +12 -15
  285. data/vendor/local/include/libsoup-2.4/libsoup/soup-auth-manager.h +44 -0
  286. data/vendor/local/include/libsoup-2.4/libsoup/soup-auth.h +36 -2
  287. data/vendor/local/include/libsoup-2.4/libsoup/soup-cache.h +102 -0
  288. data/vendor/local/include/libsoup-2.4/libsoup/soup-content-decoder.h +45 -0
  289. data/vendor/local/include/libsoup-2.4/libsoup/soup-content-sniffer.h +62 -0
  290. data/vendor/local/include/libsoup-2.4/libsoup/soup-cookie-jar-db.h +46 -0
  291. data/vendor/local/include/libsoup-2.4/libsoup/soup-cookie-jar-text.h +2 -0
  292. data/vendor/local/include/libsoup-2.4/libsoup/soup-cookie-jar.h +57 -26
  293. data/vendor/local/include/libsoup-2.4/libsoup/soup-cookie.h +41 -0
  294. data/vendor/local/include/libsoup-2.4/libsoup/soup-date.h +28 -0
  295. data/vendor/local/include/libsoup-2.4/libsoup/soup-enum-types.h +24 -24
  296. data/vendor/local/include/libsoup-2.4/libsoup/soup-form.h +3 -1
  297. data/vendor/local/include/libsoup-2.4/libsoup/soup-headers.h +7 -0
  298. data/vendor/local/include/libsoup-2.4/libsoup/soup-logger.h +4 -2
  299. data/vendor/local/include/libsoup-2.4/libsoup/soup-message-body.h +17 -0
  300. data/vendor/local/include/libsoup-2.4/libsoup/soup-message-headers.h +21 -1
  301. data/vendor/local/include/libsoup-2.4/libsoup/soup-message.h +76 -15
  302. data/vendor/local/include/libsoup-2.4/libsoup/soup-method.h +33 -30
  303. data/vendor/local/include/libsoup-2.4/libsoup/soup-misc.h +27 -8
  304. data/vendor/local/include/libsoup-2.4/libsoup/soup-multipart-input-stream.h +66 -0
  305. data/vendor/local/include/libsoup-2.4/libsoup/soup-multipart.h +9 -0
  306. data/vendor/local/include/libsoup-2.4/libsoup/soup-password-manager.h +64 -0
  307. data/vendor/local/include/libsoup-2.4/libsoup/soup-portability.h +1 -3
  308. data/vendor/local/include/libsoup-2.4/libsoup/soup-proxy-resolver-default.h +30 -0
  309. data/vendor/local/include/libsoup-2.4/libsoup/soup-proxy-resolver.h +12 -7
  310. data/vendor/local/include/libsoup-2.4/libsoup/soup-proxy-uri-resolver.h +17 -7
  311. data/vendor/local/include/libsoup-2.4/libsoup/soup-request-data.h +53 -0
  312. data/vendor/local/include/libsoup-2.4/libsoup/soup-request-file.h +56 -0
  313. data/vendor/local/include/libsoup-2.4/libsoup/soup-request-http.h +56 -0
  314. data/vendor/local/include/libsoup-2.4/libsoup/soup-request.h +103 -0
  315. data/vendor/local/include/libsoup-2.4/libsoup/soup-requester.h +84 -0
  316. data/vendor/local/include/libsoup-2.4/libsoup/soup-server.h +11 -7
  317. data/vendor/local/include/libsoup-2.4/libsoup/soup-session-async.h +2 -0
  318. data/vendor/local/include/libsoup-2.4/libsoup/soup-session-feature.h +40 -20
  319. data/vendor/local/include/libsoup-2.4/libsoup/soup-session-sync.h +2 -0
  320. data/vendor/local/include/libsoup-2.4/libsoup/soup-session.h +114 -13
  321. data/vendor/local/include/libsoup-2.4/libsoup/soup-socket.h +18 -13
  322. data/vendor/local/include/libsoup-2.4/libsoup/soup-status.h +83 -2
  323. data/vendor/local/include/libsoup-2.4/libsoup/soup-tld.h +34 -0
  324. data/vendor/local/include/libsoup-2.4/libsoup/soup-types.h +10 -2
  325. data/vendor/local/include/libsoup-2.4/libsoup/soup-uri.h +82 -55
  326. data/vendor/local/include/libsoup-2.4/libsoup/soup-version.h +261 -0
  327. data/vendor/local/include/libsoup-2.4/libsoup/soup-xmlrpc.h +0 -4
  328. data/vendor/local/include/libsoup-2.4/libsoup/soup.h +14 -0
  329. data/vendor/local/include/ogg/config_types.h +5 -5
  330. data/vendor/local/include/sqlite3.h +7338 -0
  331. data/vendor/local/include/sqlite3ext.h +487 -0
  332. data/vendor/local/lib/girepository-1.0/Gst-1.0.typelib +0 -0
  333. data/vendor/local/lib/girepository-1.0/GstAllocators-1.0.typelib +0 -0
  334. data/vendor/local/lib/girepository-1.0/GstApp-1.0.typelib +0 -0
  335. data/vendor/local/lib/girepository-1.0/GstAudio-1.0.typelib +0 -0
  336. data/vendor/local/lib/girepository-1.0/GstBase-1.0.typelib +0 -0
  337. data/vendor/local/lib/girepository-1.0/GstCheck-1.0.typelib +0 -0
  338. data/vendor/local/lib/girepository-1.0/GstController-1.0.typelib +0 -0
  339. data/vendor/local/lib/girepository-1.0/GstFft-1.0.typelib +0 -0
  340. data/vendor/local/lib/girepository-1.0/GstInsertBin-1.0.typelib +0 -0
  341. data/vendor/local/lib/girepository-1.0/GstMpegts-1.0.typelib +0 -0
  342. data/vendor/local/lib/girepository-1.0/GstNet-1.0.typelib +0 -0
  343. data/vendor/local/lib/girepository-1.0/GstPbutils-1.0.typelib +0 -0
  344. data/vendor/local/lib/girepository-1.0/GstRiff-1.0.typelib +0 -0
  345. data/vendor/local/lib/girepository-1.0/GstRtp-1.0.typelib +0 -0
  346. data/vendor/local/lib/girepository-1.0/GstRtsp-1.0.typelib +0 -0
  347. data/vendor/local/lib/girepository-1.0/GstSdp-1.0.typelib +0 -0
  348. data/vendor/local/lib/girepository-1.0/GstTag-1.0.typelib +0 -0
  349. data/vendor/local/lib/girepository-1.0/GstVideo-1.0.typelib +0 -0
  350. data/vendor/local/lib/girepository-1.0/Soup-2.4.typelib +0 -0
  351. data/vendor/local/lib/gstreamer-1.0/libgstaccurip.dll +0 -0
  352. data/vendor/local/lib/gstreamer-1.0/libgstaccurip.dll.a +0 -0
  353. data/vendor/local/lib/gstreamer-1.0/libgstaccurip.la +41 -0
  354. data/vendor/local/lib/gstreamer-1.0/libgstadder.dll +0 -0
  355. data/vendor/local/lib/gstreamer-1.0/libgstadder.dll.a +0 -0
  356. data/vendor/local/lib/gstreamer-1.0/libgstadder.la +2 -2
  357. data/vendor/local/lib/gstreamer-1.0/libgstadpcmdec.dll +0 -0
  358. data/vendor/local/lib/gstreamer-1.0/libgstadpcmdec.dll.a +0 -0
  359. data/vendor/local/lib/gstreamer-1.0/libgstadpcmdec.la +2 -2
  360. data/vendor/local/lib/gstreamer-1.0/libgstadpcmenc.dll +0 -0
  361. data/vendor/local/lib/gstreamer-1.0/libgstadpcmenc.dll.a +0 -0
  362. data/vendor/local/lib/gstreamer-1.0/libgstadpcmenc.la +2 -2
  363. data/vendor/local/lib/gstreamer-1.0/libgstaiff.dll +0 -0
  364. data/vendor/local/lib/gstreamer-1.0/libgstaiff.dll.a +0 -0
  365. data/vendor/local/lib/gstreamer-1.0/libgstaiff.la +41 -0
  366. data/vendor/local/lib/gstreamer-1.0/libgstalaw.dll +0 -0
  367. data/vendor/local/lib/gstreamer-1.0/libgstalaw.dll.a +0 -0
  368. data/vendor/local/lib/gstreamer-1.0/libgstalaw.la +2 -2
  369. data/vendor/local/lib/gstreamer-1.0/libgstalpha.dll +0 -0
  370. data/vendor/local/lib/gstreamer-1.0/libgstalpha.dll.a +0 -0
  371. data/vendor/local/lib/gstreamer-1.0/libgstalpha.la +2 -2
  372. data/vendor/local/lib/gstreamer-1.0/libgstalphacolor.dll +0 -0
  373. data/vendor/local/lib/gstreamer-1.0/libgstalphacolor.dll.a +0 -0
  374. data/vendor/local/lib/gstreamer-1.0/libgstalphacolor.la +2 -2
  375. data/vendor/local/lib/gstreamer-1.0/libgstapetag.dll +0 -0
  376. data/vendor/local/lib/gstreamer-1.0/libgstapetag.dll.a +0 -0
  377. data/vendor/local/lib/gstreamer-1.0/libgstapetag.la +2 -2
  378. data/vendor/local/lib/gstreamer-1.0/libgstapp.dll +0 -0
  379. data/vendor/local/lib/gstreamer-1.0/libgstapp.dll.a +0 -0
  380. data/vendor/local/lib/gstreamer-1.0/libgstapp.la +2 -2
  381. data/vendor/local/lib/gstreamer-1.0/libgstasfmux.dll +0 -0
  382. data/vendor/local/lib/gstreamer-1.0/libgstasfmux.dll.a +0 -0
  383. data/vendor/local/lib/gstreamer-1.0/libgstasfmux.la +2 -2
  384. data/vendor/local/lib/gstreamer-1.0/libgstaudioconvert.dll +0 -0
  385. data/vendor/local/lib/gstreamer-1.0/libgstaudioconvert.dll.a +0 -0
  386. data/vendor/local/lib/gstreamer-1.0/libgstaudioconvert.la +2 -2
  387. data/vendor/local/lib/gstreamer-1.0/libgstaudiofx.dll +0 -0
  388. data/vendor/local/lib/gstreamer-1.0/libgstaudiofx.dll.a +0 -0
  389. data/vendor/local/lib/gstreamer-1.0/libgstaudiofx.la +2 -2
  390. data/vendor/local/lib/gstreamer-1.0/libgstaudiofxbad.dll +0 -0
  391. data/vendor/local/lib/gstreamer-1.0/libgstaudiofxbad.dll.a +0 -0
  392. data/vendor/local/lib/gstreamer-1.0/libgstaudiofxbad.la +41 -0
  393. data/vendor/local/lib/gstreamer-1.0/libgstaudioparsers.dll +0 -0
  394. data/vendor/local/lib/gstreamer-1.0/libgstaudioparsers.dll.a +0 -0
  395. data/vendor/local/lib/gstreamer-1.0/libgstaudioparsers.la +2 -2
  396. data/vendor/local/lib/gstreamer-1.0/libgstaudiorate.dll +0 -0
  397. data/vendor/local/lib/gstreamer-1.0/libgstaudiorate.dll.a +0 -0
  398. data/vendor/local/lib/gstreamer-1.0/libgstaudiorate.la +2 -2
  399. data/vendor/local/lib/gstreamer-1.0/libgstaudioresample.dll +0 -0
  400. data/vendor/local/lib/gstreamer-1.0/libgstaudioresample.dll.a +0 -0
  401. data/vendor/local/lib/gstreamer-1.0/libgstaudioresample.la +2 -2
  402. data/vendor/local/lib/gstreamer-1.0/libgstaudiotestsrc.dll +0 -0
  403. data/vendor/local/lib/gstreamer-1.0/libgstaudiotestsrc.dll.a +0 -0
  404. data/vendor/local/lib/gstreamer-1.0/libgstaudiotestsrc.la +2 -2
  405. data/vendor/local/lib/gstreamer-1.0/libgstaudiovisualizers.dll +0 -0
  406. data/vendor/local/lib/gstreamer-1.0/libgstaudiovisualizers.dll.a +0 -0
  407. data/vendor/local/lib/gstreamer-1.0/libgstaudiovisualizers.la +2 -2
  408. data/vendor/local/lib/gstreamer-1.0/libgstauparse.dll +0 -0
  409. data/vendor/local/lib/gstreamer-1.0/libgstauparse.dll.a +0 -0
  410. data/vendor/local/lib/gstreamer-1.0/libgstauparse.la +2 -2
  411. data/vendor/local/lib/gstreamer-1.0/libgstautoconvert.dll +0 -0
  412. data/vendor/local/lib/gstreamer-1.0/libgstautoconvert.dll.a +0 -0
  413. data/vendor/local/lib/gstreamer-1.0/libgstautoconvert.la +2 -2
  414. data/vendor/local/lib/gstreamer-1.0/libgstautodetect.dll +0 -0
  415. data/vendor/local/lib/gstreamer-1.0/libgstautodetect.dll.a +0 -0
  416. data/vendor/local/lib/gstreamer-1.0/libgstautodetect.la +2 -2
  417. data/vendor/local/lib/gstreamer-1.0/libgstavi.dll +0 -0
  418. data/vendor/local/lib/gstreamer-1.0/libgstavi.dll.a +0 -0
  419. data/vendor/local/lib/gstreamer-1.0/libgstavi.la +2 -2
  420. data/vendor/local/lib/gstreamer-1.0/libgstbayer.dll +0 -0
  421. data/vendor/local/lib/gstreamer-1.0/libgstbayer.dll.a +0 -0
  422. data/vendor/local/lib/gstreamer-1.0/libgstbayer.la +2 -2
  423. data/vendor/local/lib/gstreamer-1.0/libgstcairo.dll +0 -0
  424. data/vendor/local/lib/gstreamer-1.0/libgstcairo.dll.a +0 -0
  425. data/vendor/local/lib/gstreamer-1.0/libgstcairo.la +3 -3
  426. data/vendor/local/lib/gstreamer-1.0/libgstcamerabin2.dll +0 -0
  427. data/vendor/local/lib/gstreamer-1.0/libgstcamerabin2.dll.a +0 -0
  428. data/vendor/local/lib/gstreamer-1.0/libgstcamerabin2.la +2 -2
  429. data/vendor/local/lib/gstreamer-1.0/libgstcoloreffects.dll +0 -0
  430. data/vendor/local/lib/gstreamer-1.0/libgstcoloreffects.dll.a +0 -0
  431. data/vendor/local/lib/gstreamer-1.0/libgstcoloreffects.la +2 -2
  432. data/vendor/local/lib/gstreamer-1.0/libgstcoreelements.dll +0 -0
  433. data/vendor/local/lib/gstreamer-1.0/libgstcoreelements.dll.a +0 -0
  434. data/vendor/local/lib/gstreamer-1.0/libgstcoreelements.la +2 -2
  435. data/vendor/local/lib/gstreamer-1.0/libgstcutter.dll +0 -0
  436. data/vendor/local/lib/gstreamer-1.0/libgstcutter.dll.a +0 -0
  437. data/vendor/local/lib/gstreamer-1.0/libgstcutter.la +2 -2
  438. data/vendor/local/lib/gstreamer-1.0/libgstd3dvideosink.dll +0 -0
  439. data/vendor/local/lib/gstreamer-1.0/libgstd3dvideosink.dll.a +0 -0
  440. data/vendor/local/lib/gstreamer-1.0/libgstd3dvideosink.la +2 -2
  441. data/vendor/local/lib/gstreamer-1.0/libgstdashdemux.dll +0 -0
  442. data/vendor/local/lib/gstreamer-1.0/libgstdashdemux.dll.a +0 -0
  443. data/vendor/local/lib/gstreamer-1.0/libgstdashdemux.la +41 -0
  444. data/vendor/local/lib/gstreamer-1.0/libgstdataurisrc.dll +0 -0
  445. data/vendor/local/lib/gstreamer-1.0/libgstdataurisrc.dll.a +0 -0
  446. data/vendor/local/lib/gstreamer-1.0/libgstdataurisrc.la +2 -2
  447. data/vendor/local/lib/gstreamer-1.0/libgstdebug.dll +0 -0
  448. data/vendor/local/lib/gstreamer-1.0/libgstdebug.dll.a +0 -0
  449. data/vendor/local/lib/gstreamer-1.0/libgstdebug.la +2 -2
  450. data/vendor/local/lib/gstreamer-1.0/libgstdebugutilsbad.dll +0 -0
  451. data/vendor/local/lib/gstreamer-1.0/libgstdebugutilsbad.dll.a +0 -0
  452. data/vendor/local/lib/gstreamer-1.0/libgstdebugutilsbad.la +2 -2
  453. data/vendor/local/lib/gstreamer-1.0/libgstdeinterlace.dll +0 -0
  454. data/vendor/local/lib/gstreamer-1.0/libgstdeinterlace.dll.a +0 -0
  455. data/vendor/local/lib/gstreamer-1.0/libgstdeinterlace.la +2 -2
  456. data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsink.dll +0 -0
  457. data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsink.dll.a +0 -0
  458. data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsink.la +2 -2
  459. data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsrc.dll +0 -0
  460. data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsrc.dll.a +0 -0
  461. data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsrc.la +2 -2
  462. data/vendor/local/lib/gstreamer-1.0/libgstdtmf.dll +0 -0
  463. data/vendor/local/lib/gstreamer-1.0/libgstdtmf.dll.a +0 -0
  464. data/vendor/local/lib/gstreamer-1.0/libgstdtmf.la +2 -2
  465. data/vendor/local/lib/gstreamer-1.0/libgstdvbsuboverlay.dll +0 -0
  466. data/vendor/local/lib/gstreamer-1.0/libgstdvbsuboverlay.dll.a +0 -0
  467. data/vendor/local/lib/gstreamer-1.0/libgstdvbsuboverlay.la +2 -2
  468. data/vendor/local/lib/gstreamer-1.0/libgstdvdspu.dll +0 -0
  469. data/vendor/local/lib/gstreamer-1.0/libgstdvdspu.dll.a +0 -0
  470. data/vendor/local/lib/gstreamer-1.0/libgstdvdspu.la +2 -2
  471. data/vendor/local/lib/gstreamer-1.0/libgsteffectv.dll +0 -0
  472. data/vendor/local/lib/gstreamer-1.0/libgsteffectv.dll.a +0 -0
  473. data/vendor/local/lib/gstreamer-1.0/libgsteffectv.la +2 -2
  474. data/vendor/local/lib/gstreamer-1.0/libgstencodebin.dll +0 -0
  475. data/vendor/local/lib/gstreamer-1.0/libgstencodebin.dll.a +0 -0
  476. data/vendor/local/lib/gstreamer-1.0/libgstencodebin.la +2 -2
  477. data/vendor/local/lib/gstreamer-1.0/libgstequalizer.dll +0 -0
  478. data/vendor/local/lib/gstreamer-1.0/libgstequalizer.dll.a +0 -0
  479. data/vendor/local/lib/gstreamer-1.0/libgstequalizer.la +2 -2
  480. data/vendor/local/lib/gstreamer-1.0/libgstfestival.dll +0 -0
  481. data/vendor/local/lib/gstreamer-1.0/libgstfestival.dll.a +0 -0
  482. data/vendor/local/lib/gstreamer-1.0/libgstfestival.la +2 -2
  483. data/vendor/local/lib/gstreamer-1.0/libgstfieldanalysis.dll +0 -0
  484. data/vendor/local/lib/gstreamer-1.0/libgstfieldanalysis.dll.a +0 -0
  485. data/vendor/local/lib/gstreamer-1.0/libgstfieldanalysis.la +2 -2
  486. data/vendor/local/lib/gstreamer-1.0/libgstflac.dll +0 -0
  487. data/vendor/local/lib/gstreamer-1.0/libgstflac.dll.a +0 -0
  488. data/vendor/local/lib/gstreamer-1.0/libgstflac.la +2 -2
  489. data/vendor/local/lib/gstreamer-1.0/libgstflv.dll +0 -0
  490. data/vendor/local/lib/gstreamer-1.0/libgstflv.dll.a +0 -0
  491. data/vendor/local/lib/gstreamer-1.0/libgstflv.la +2 -2
  492. data/vendor/local/lib/gstreamer-1.0/libgstflxdec.dll +0 -0
  493. data/vendor/local/lib/gstreamer-1.0/libgstflxdec.dll.a +0 -0
  494. data/vendor/local/lib/gstreamer-1.0/libgstflxdec.la +2 -2
  495. data/vendor/local/lib/gstreamer-1.0/libgstfragmented.dll +0 -0
  496. data/vendor/local/lib/gstreamer-1.0/libgstfragmented.dll.a +0 -0
  497. data/vendor/local/lib/gstreamer-1.0/libgstfragmented.la +2 -2
  498. data/vendor/local/lib/gstreamer-1.0/libgstfreeverb.dll +0 -0
  499. data/vendor/local/lib/gstreamer-1.0/libgstfreeverb.dll.a +0 -0
  500. data/vendor/local/lib/gstreamer-1.0/libgstfreeverb.la +41 -0
  501. data/vendor/local/lib/gstreamer-1.0/libgstfrei0r.dll +0 -0
  502. data/vendor/local/lib/gstreamer-1.0/libgstfrei0r.dll.a +0 -0
  503. data/vendor/local/lib/gstreamer-1.0/libgstfrei0r.la +2 -2
  504. data/vendor/local/lib/gstreamer-1.0/libgstgaudieffects.dll +0 -0
  505. data/vendor/local/lib/gstreamer-1.0/libgstgaudieffects.dll.a +0 -0
  506. data/vendor/local/lib/gstreamer-1.0/libgstgaudieffects.la +2 -2
  507. data/vendor/local/lib/gstreamer-1.0/libgstgdkpixbuf.dll +0 -0
  508. data/vendor/local/lib/gstreamer-1.0/libgstgdkpixbuf.dll.a +0 -0
  509. data/vendor/local/lib/gstreamer-1.0/libgstgdkpixbuf.la +2 -2
  510. data/vendor/local/lib/gstreamer-1.0/libgstgdp.dll +0 -0
  511. data/vendor/local/lib/gstreamer-1.0/libgstgdp.dll.a +0 -0
  512. data/vendor/local/lib/gstreamer-1.0/libgstgdp.la +2 -2
  513. data/vendor/local/lib/gstreamer-1.0/libgstgeometrictransform.dll +0 -0
  514. data/vendor/local/lib/gstreamer-1.0/libgstgeometrictransform.dll.a +0 -0
  515. data/vendor/local/lib/gstreamer-1.0/libgstgeometrictransform.la +2 -2
  516. data/vendor/local/lib/gstreamer-1.0/libgstgio.dll +0 -0
  517. data/vendor/local/lib/gstreamer-1.0/libgstgio.dll.a +0 -0
  518. data/vendor/local/lib/gstreamer-1.0/libgstgio.la +2 -2
  519. data/vendor/local/lib/gstreamer-1.0/libgstgoom.dll +0 -0
  520. data/vendor/local/lib/gstreamer-1.0/libgstgoom.dll.a +0 -0
  521. data/vendor/local/lib/gstreamer-1.0/libgstgoom.la +2 -2
  522. data/vendor/local/lib/gstreamer-1.0/libgstgoom2k1.dll +0 -0
  523. data/vendor/local/lib/gstreamer-1.0/libgstgoom2k1.dll.a +0 -0
  524. data/vendor/local/lib/gstreamer-1.0/libgstgoom2k1.la +2 -2
  525. data/vendor/local/lib/gstreamer-1.0/libgsticydemux.dll +0 -0
  526. data/vendor/local/lib/gstreamer-1.0/libgsticydemux.dll.a +0 -0
  527. data/vendor/local/lib/gstreamer-1.0/libgsticydemux.la +2 -2
  528. data/vendor/local/lib/gstreamer-1.0/libgstid3demux.dll +0 -0
  529. data/vendor/local/lib/gstreamer-1.0/libgstid3demux.dll.a +0 -0
  530. data/vendor/local/lib/gstreamer-1.0/libgstid3demux.la +2 -2
  531. data/vendor/local/lib/gstreamer-1.0/libgstid3tag.dll +0 -0
  532. data/vendor/local/lib/gstreamer-1.0/libgstid3tag.dll.a +0 -0
  533. data/vendor/local/lib/gstreamer-1.0/libgstid3tag.la +2 -2
  534. data/vendor/local/lib/gstreamer-1.0/libgstimagefreeze.dll +0 -0
  535. data/vendor/local/lib/gstreamer-1.0/libgstimagefreeze.dll.a +0 -0
  536. data/vendor/local/lib/gstreamer-1.0/libgstimagefreeze.la +2 -2
  537. data/vendor/local/lib/gstreamer-1.0/libgstinter.dll +0 -0
  538. data/vendor/local/lib/gstreamer-1.0/libgstinter.dll.a +0 -0
  539. data/vendor/local/lib/gstreamer-1.0/libgstinter.la +2 -2
  540. data/vendor/local/lib/gstreamer-1.0/libgstinterlace.dll +0 -0
  541. data/vendor/local/lib/gstreamer-1.0/libgstinterlace.dll.a +0 -0
  542. data/vendor/local/lib/gstreamer-1.0/libgstinterlace.la +2 -2
  543. data/vendor/local/lib/gstreamer-1.0/libgstinterleave.dll +0 -0
  544. data/vendor/local/lib/gstreamer-1.0/libgstinterleave.dll.a +0 -0
  545. data/vendor/local/lib/gstreamer-1.0/libgstinterleave.la +2 -2
  546. data/vendor/local/lib/gstreamer-1.0/libgstisomp4.dll +0 -0
  547. data/vendor/local/lib/gstreamer-1.0/libgstisomp4.dll.a +0 -0
  548. data/vendor/local/lib/gstreamer-1.0/libgstisomp4.la +2 -2
  549. data/vendor/local/lib/gstreamer-1.0/libgstivtc.dll +0 -0
  550. data/vendor/local/lib/gstreamer-1.0/libgstivtc.dll.a +0 -0
  551. data/vendor/local/lib/gstreamer-1.0/libgstivtc.la +41 -0
  552. data/vendor/local/lib/gstreamer-1.0/libgstjpeg.dll +0 -0
  553. data/vendor/local/lib/gstreamer-1.0/libgstjpeg.dll.a +0 -0
  554. data/vendor/local/lib/gstreamer-1.0/libgstjpeg.la +2 -2
  555. data/vendor/local/lib/gstreamer-1.0/libgstjpegformat.dll +0 -0
  556. data/vendor/local/lib/gstreamer-1.0/libgstjpegformat.dll.a +0 -0
  557. data/vendor/local/lib/gstreamer-1.0/libgstjpegformat.la +2 -2
  558. data/vendor/local/lib/gstreamer-1.0/libgstlevel.dll +0 -0
  559. data/vendor/local/lib/gstreamer-1.0/libgstlevel.dll.a +0 -0
  560. data/vendor/local/lib/gstreamer-1.0/libgstlevel.la +2 -2
  561. data/vendor/local/lib/gstreamer-1.0/libgstlibav.dll +0 -0
  562. data/vendor/local/lib/gstreamer-1.0/libgstlibav.dll.a +0 -0
  563. data/vendor/local/lib/gstreamer-1.0/libgstlibav.la +2 -2
  564. data/vendor/local/lib/gstreamer-1.0/libgstliveadder.dll +0 -0
  565. data/vendor/local/lib/gstreamer-1.0/libgstliveadder.dll.a +0 -0
  566. data/vendor/local/lib/gstreamer-1.0/libgstliveadder.la +2 -2
  567. data/vendor/local/lib/gstreamer-1.0/libgstmatroska.dll +0 -0
  568. data/vendor/local/lib/gstreamer-1.0/libgstmatroska.dll.a +0 -0
  569. data/vendor/local/lib/gstreamer-1.0/libgstmatroska.la +2 -2
  570. data/vendor/local/lib/gstreamer-1.0/libgstmidi.dll +0 -0
  571. data/vendor/local/lib/gstreamer-1.0/libgstmidi.dll.a +0 -0
  572. data/vendor/local/lib/gstreamer-1.0/libgstmidi.la +41 -0
  573. data/vendor/local/lib/gstreamer-1.0/libgstmpegpsdemux.dll +0 -0
  574. data/vendor/local/lib/gstreamer-1.0/libgstmpegpsdemux.dll.a +0 -0
  575. data/vendor/local/lib/gstreamer-1.0/libgstmpegpsdemux.la +2 -2
  576. data/vendor/local/lib/gstreamer-1.0/libgstmpegpsmux.dll +0 -0
  577. data/vendor/local/lib/gstreamer-1.0/libgstmpegpsmux.dll.a +0 -0
  578. data/vendor/local/lib/gstreamer-1.0/libgstmpegpsmux.la +2 -2
  579. data/vendor/local/lib/gstreamer-1.0/libgstmpegtsdemux.dll +0 -0
  580. data/vendor/local/lib/gstreamer-1.0/libgstmpegtsdemux.dll.a +0 -0
  581. data/vendor/local/lib/gstreamer-1.0/libgstmpegtsdemux.la +2 -2
  582. data/vendor/local/lib/gstreamer-1.0/libgstmpegtsmux.dll +0 -0
  583. data/vendor/local/lib/gstreamer-1.0/libgstmpegtsmux.dll.a +0 -0
  584. data/vendor/local/lib/gstreamer-1.0/libgstmpegtsmux.la +2 -2
  585. data/vendor/local/lib/gstreamer-1.0/libgstmulaw.dll +0 -0
  586. data/vendor/local/lib/gstreamer-1.0/libgstmulaw.dll.a +0 -0
  587. data/vendor/local/lib/gstreamer-1.0/libgstmulaw.la +2 -2
  588. data/vendor/local/lib/gstreamer-1.0/libgstmultifile.dll +0 -0
  589. data/vendor/local/lib/gstreamer-1.0/libgstmultifile.dll.a +0 -0
  590. data/vendor/local/lib/gstreamer-1.0/libgstmultifile.la +2 -2
  591. data/vendor/local/lib/gstreamer-1.0/libgstmultipart.dll +0 -0
  592. data/vendor/local/lib/gstreamer-1.0/libgstmultipart.dll.a +0 -0
  593. data/vendor/local/lib/gstreamer-1.0/libgstmultipart.la +2 -2
  594. data/vendor/local/lib/gstreamer-1.0/libgstmxf.dll +0 -0
  595. data/vendor/local/lib/gstreamer-1.0/libgstmxf.dll.a +0 -0
  596. data/vendor/local/lib/gstreamer-1.0/libgstmxf.la +41 -0
  597. data/vendor/local/lib/gstreamer-1.0/libgstnavigationtest.dll +0 -0
  598. data/vendor/local/lib/gstreamer-1.0/libgstnavigationtest.dll.a +0 -0
  599. data/vendor/local/lib/gstreamer-1.0/libgstnavigationtest.la +2 -2
  600. data/vendor/local/lib/gstreamer-1.0/libgstogg.dll +0 -0
  601. data/vendor/local/lib/gstreamer-1.0/libgstogg.dll.a +0 -0
  602. data/vendor/local/lib/gstreamer-1.0/libgstogg.la +2 -2
  603. data/vendor/local/lib/gstreamer-1.0/libgstpango.dll +0 -0
  604. data/vendor/local/lib/gstreamer-1.0/libgstpango.dll.a +0 -0
  605. data/vendor/local/lib/gstreamer-1.0/libgstpango.la +3 -3
  606. data/vendor/local/lib/gstreamer-1.0/libgstpcapparse.dll +0 -0
  607. data/vendor/local/lib/gstreamer-1.0/libgstpcapparse.dll.a +0 -0
  608. data/vendor/local/lib/gstreamer-1.0/libgstpcapparse.la +2 -2
  609. data/vendor/local/lib/gstreamer-1.0/libgstplayback.dll +0 -0
  610. data/vendor/local/lib/gstreamer-1.0/libgstplayback.dll.a +0 -0
  611. data/vendor/local/lib/gstreamer-1.0/libgstplayback.la +2 -2
  612. data/vendor/local/lib/gstreamer-1.0/libgstpng.dll +0 -0
  613. data/vendor/local/lib/gstreamer-1.0/libgstpng.dll.a +0 -0
  614. data/vendor/local/lib/gstreamer-1.0/libgstpng.la +2 -2
  615. data/vendor/local/lib/gstreamer-1.0/libgstpnm.dll +0 -0
  616. data/vendor/local/lib/gstreamer-1.0/libgstpnm.dll.a +0 -0
  617. data/vendor/local/lib/gstreamer-1.0/libgstpnm.la +2 -2
  618. data/vendor/local/lib/gstreamer-1.0/libgstrawparse.dll +0 -0
  619. data/vendor/local/lib/gstreamer-1.0/libgstrawparse.dll.a +0 -0
  620. data/vendor/local/lib/gstreamer-1.0/libgstrawparse.la +2 -2
  621. data/vendor/local/lib/gstreamer-1.0/libgstremovesilence.dll +0 -0
  622. data/vendor/local/lib/gstreamer-1.0/libgstremovesilence.dll.a +0 -0
  623. data/vendor/local/lib/gstreamer-1.0/libgstremovesilence.la +2 -2
  624. data/vendor/local/lib/gstreamer-1.0/libgstreplaygain.dll +0 -0
  625. data/vendor/local/lib/gstreamer-1.0/libgstreplaygain.dll.a +0 -0
  626. data/vendor/local/lib/gstreamer-1.0/libgstreplaygain.la +2 -2
  627. data/vendor/local/lib/gstreamer-1.0/libgstrtp.dll +0 -0
  628. data/vendor/local/lib/gstreamer-1.0/libgstrtp.dll.a +0 -0
  629. data/vendor/local/lib/gstreamer-1.0/libgstrtp.la +2 -2
  630. data/vendor/local/lib/gstreamer-1.0/libgstrtpmanager.dll +0 -0
  631. data/vendor/local/lib/gstreamer-1.0/libgstrtpmanager.dll.a +0 -0
  632. data/vendor/local/lib/gstreamer-1.0/libgstrtpmanager.la +2 -2
  633. data/vendor/local/lib/gstreamer-1.0/libgstrtsp.dll +0 -0
  634. data/vendor/local/lib/gstreamer-1.0/libgstrtsp.dll.a +0 -0
  635. data/vendor/local/lib/gstreamer-1.0/libgstrtsp.la +2 -2
  636. data/vendor/local/lib/gstreamer-1.0/libgstsdpelem.dll +0 -0
  637. data/vendor/local/lib/gstreamer-1.0/libgstsdpelem.dll.a +0 -0
  638. data/vendor/local/lib/gstreamer-1.0/libgstsdpelem.la +2 -2
  639. data/vendor/local/lib/gstreamer-1.0/libgstsegmentclip.dll +0 -0
  640. data/vendor/local/lib/gstreamer-1.0/libgstsegmentclip.dll.a +0 -0
  641. data/vendor/local/lib/gstreamer-1.0/libgstsegmentclip.la +2 -2
  642. data/vendor/local/lib/gstreamer-1.0/libgstshapewipe.dll +0 -0
  643. data/vendor/local/lib/gstreamer-1.0/libgstshapewipe.dll.a +0 -0
  644. data/vendor/local/lib/gstreamer-1.0/libgstshapewipe.la +2 -2
  645. data/vendor/local/lib/gstreamer-1.0/libgstsiren.dll +0 -0
  646. data/vendor/local/lib/gstreamer-1.0/libgstsiren.dll.a +0 -0
  647. data/vendor/local/lib/gstreamer-1.0/libgstsiren.la +2 -2
  648. data/vendor/local/lib/gstreamer-1.0/libgstsmooth.dll +0 -0
  649. data/vendor/local/lib/gstreamer-1.0/libgstsmooth.dll.a +0 -0
  650. data/vendor/local/lib/gstreamer-1.0/libgstsmooth.la +2 -2
  651. data/vendor/local/lib/gstreamer-1.0/libgstsmoothstreaming.dll +0 -0
  652. data/vendor/local/lib/gstreamer-1.0/libgstsmoothstreaming.dll.a +0 -0
  653. data/vendor/local/lib/gstreamer-1.0/libgstsmoothstreaming.la +41 -0
  654. data/vendor/local/lib/gstreamer-1.0/libgstsmpte.dll +0 -0
  655. data/vendor/local/lib/gstreamer-1.0/libgstsmpte.dll.a +0 -0
  656. data/vendor/local/lib/gstreamer-1.0/libgstsmpte.la +2 -2
  657. data/vendor/local/lib/gstreamer-1.0/libgstsouphttpsrc.dll +0 -0
  658. data/vendor/local/lib/gstreamer-1.0/libgstsouphttpsrc.dll.a +0 -0
  659. data/vendor/local/lib/gstreamer-1.0/libgstsouphttpsrc.la +2 -2
  660. data/vendor/local/lib/gstreamer-1.0/libgstspectrum.dll +0 -0
  661. data/vendor/local/lib/gstreamer-1.0/libgstspectrum.dll.a +0 -0
  662. data/vendor/local/lib/gstreamer-1.0/libgstspectrum.la +2 -2
  663. data/vendor/local/lib/gstreamer-1.0/libgstspeed.dll +0 -0
  664. data/vendor/local/lib/gstreamer-1.0/libgstspeed.dll.a +0 -0
  665. data/vendor/local/lib/gstreamer-1.0/libgstspeed.la +2 -2
  666. data/vendor/local/lib/gstreamer-1.0/libgstspeex.dll +0 -0
  667. data/vendor/local/lib/gstreamer-1.0/libgstspeex.dll.a +0 -0
  668. data/vendor/local/lib/gstreamer-1.0/libgstspeex.la +2 -2
  669. data/vendor/local/lib/gstreamer-1.0/libgstsubenc.dll +0 -0
  670. data/vendor/local/lib/gstreamer-1.0/libgstsubenc.dll.a +0 -0
  671. data/vendor/local/lib/gstreamer-1.0/libgstsubenc.la +2 -2
  672. data/vendor/local/lib/gstreamer-1.0/libgstsubparse.dll +0 -0
  673. data/vendor/local/lib/gstreamer-1.0/libgstsubparse.dll.a +0 -0
  674. data/vendor/local/lib/gstreamer-1.0/libgstsubparse.la +2 -2
  675. data/vendor/local/lib/gstreamer-1.0/libgsttcp.dll +0 -0
  676. data/vendor/local/lib/gstreamer-1.0/libgsttcp.dll.a +0 -0
  677. data/vendor/local/lib/gstreamer-1.0/libgsttcp.la +2 -2
  678. data/vendor/local/lib/gstreamer-1.0/libgsttheora.dll +0 -0
  679. data/vendor/local/lib/gstreamer-1.0/libgsttheora.dll.a +0 -0
  680. data/vendor/local/lib/gstreamer-1.0/libgsttheora.la +2 -2
  681. data/vendor/local/lib/gstreamer-1.0/libgsttypefindfunctions.dll +0 -0
  682. data/vendor/local/lib/gstreamer-1.0/libgsttypefindfunctions.dll.a +0 -0
  683. data/vendor/local/lib/gstreamer-1.0/libgsttypefindfunctions.la +2 -2
  684. data/vendor/local/lib/gstreamer-1.0/libgstudp.dll +0 -0
  685. data/vendor/local/lib/gstreamer-1.0/libgstudp.dll.a +0 -0
  686. data/vendor/local/lib/gstreamer-1.0/libgstudp.la +2 -2
  687. data/vendor/local/lib/gstreamer-1.0/libgstvideobox.dll +0 -0
  688. data/vendor/local/lib/gstreamer-1.0/libgstvideobox.dll.a +0 -0
  689. data/vendor/local/lib/gstreamer-1.0/libgstvideobox.la +2 -2
  690. data/vendor/local/lib/gstreamer-1.0/libgstvideoconvert.dll +0 -0
  691. data/vendor/local/lib/gstreamer-1.0/libgstvideoconvert.dll.a +0 -0
  692. data/vendor/local/lib/gstreamer-1.0/libgstvideoconvert.la +2 -2
  693. data/vendor/local/lib/gstreamer-1.0/libgstvideocrop.dll +0 -0
  694. data/vendor/local/lib/gstreamer-1.0/libgstvideocrop.dll.a +0 -0
  695. data/vendor/local/lib/gstreamer-1.0/libgstvideocrop.la +2 -2
  696. data/vendor/local/lib/gstreamer-1.0/libgstvideofilter.dll +0 -0
  697. data/vendor/local/lib/gstreamer-1.0/libgstvideofilter.dll.a +0 -0
  698. data/vendor/local/lib/gstreamer-1.0/libgstvideofilter.la +2 -2
  699. data/vendor/local/lib/gstreamer-1.0/libgstvideofiltersbad.dll +0 -0
  700. data/vendor/local/lib/gstreamer-1.0/libgstvideofiltersbad.dll.a +0 -0
  701. data/vendor/local/lib/gstreamer-1.0/libgstvideofiltersbad.la +41 -0
  702. data/vendor/local/lib/gstreamer-1.0/libgstvideomixer.dll +0 -0
  703. data/vendor/local/lib/gstreamer-1.0/libgstvideomixer.dll.a +0 -0
  704. data/vendor/local/lib/gstreamer-1.0/libgstvideomixer.la +2 -2
  705. data/vendor/local/lib/gstreamer-1.0/libgstvideoparsersbad.dll +0 -0
  706. data/vendor/local/lib/gstreamer-1.0/libgstvideoparsersbad.dll.a +0 -0
  707. data/vendor/local/lib/gstreamer-1.0/libgstvideoparsersbad.la +2 -2
  708. data/vendor/local/lib/gstreamer-1.0/libgstvideorate.dll +0 -0
  709. data/vendor/local/lib/gstreamer-1.0/libgstvideorate.dll.a +0 -0
  710. data/vendor/local/lib/gstreamer-1.0/libgstvideorate.la +2 -2
  711. data/vendor/local/lib/gstreamer-1.0/libgstvideoscale.dll +0 -0
  712. data/vendor/local/lib/gstreamer-1.0/libgstvideoscale.dll.a +0 -0
  713. data/vendor/local/lib/gstreamer-1.0/libgstvideoscale.la +2 -2
  714. data/vendor/local/lib/gstreamer-1.0/libgstvideotestsrc.dll +0 -0
  715. data/vendor/local/lib/gstreamer-1.0/libgstvideotestsrc.dll.a +0 -0
  716. data/vendor/local/lib/gstreamer-1.0/libgstvideotestsrc.la +2 -2
  717. data/vendor/local/lib/gstreamer-1.0/libgstvolume.dll +0 -0
  718. data/vendor/local/lib/gstreamer-1.0/libgstvolume.dll.a +0 -0
  719. data/vendor/local/lib/gstreamer-1.0/libgstvolume.la +2 -2
  720. data/vendor/local/lib/gstreamer-1.0/libgstvorbis.dll +0 -0
  721. data/vendor/local/lib/gstreamer-1.0/libgstvorbis.dll.a +0 -0
  722. data/vendor/local/lib/gstreamer-1.0/libgstvorbis.la +2 -2
  723. data/vendor/local/lib/gstreamer-1.0/libgstwasapi.dll +0 -0
  724. data/vendor/local/lib/gstreamer-1.0/libgstwasapi.dll.a +0 -0
  725. data/vendor/local/lib/gstreamer-1.0/libgstwasapi.la +41 -0
  726. data/vendor/local/lib/gstreamer-1.0/libgstwaveformsink.dll +0 -0
  727. data/vendor/local/lib/gstreamer-1.0/libgstwaveformsink.dll.a +0 -0
  728. data/vendor/local/lib/gstreamer-1.0/libgstwaveformsink.la +2 -2
  729. data/vendor/local/lib/gstreamer-1.0/libgstwavenc.dll +0 -0
  730. data/vendor/local/lib/gstreamer-1.0/libgstwavenc.dll.a +0 -0
  731. data/vendor/local/lib/gstreamer-1.0/libgstwavenc.la +2 -2
  732. data/vendor/local/lib/gstreamer-1.0/libgstwavparse.dll +0 -0
  733. data/vendor/local/lib/gstreamer-1.0/libgstwavparse.dll.a +0 -0
  734. data/vendor/local/lib/gstreamer-1.0/libgstwavparse.la +2 -2
  735. data/vendor/local/lib/gstreamer-1.0/libgstwinscreencap.dll +0 -0
  736. data/vendor/local/lib/gstreamer-1.0/libgstwinscreencap.dll.a +0 -0
  737. data/vendor/local/lib/gstreamer-1.0/libgstwinscreencap.la +41 -0
  738. data/vendor/local/lib/gstreamer-1.0/libgsty4mdec.dll +0 -0
  739. data/vendor/local/lib/gstreamer-1.0/libgsty4mdec.dll.a +0 -0
  740. data/vendor/local/lib/gstreamer-1.0/libgsty4mdec.la +2 -2
  741. data/vendor/local/lib/gstreamer-1.0/libgsty4menc.dll +0 -0
  742. data/vendor/local/lib/gstreamer-1.0/libgsty4menc.dll.a +0 -0
  743. data/vendor/local/lib/gstreamer-1.0/libgsty4menc.la +2 -2
  744. data/vendor/local/lib/gstreamer-1.0/libgstyadif.dll +0 -0
  745. data/vendor/local/lib/gstreamer-1.0/libgstyadif.dll.a +0 -0
  746. data/vendor/local/lib/gstreamer-1.0/libgstyadif.la +41 -0
  747. data/vendor/local/lib/libFLAC.dll.a +0 -0
  748. data/vendor/local/lib/libFLAC.la +4 -4
  749. data/vendor/local/lib/libgstallocators-1.0.dll.a +0 -0
  750. data/vendor/local/lib/libgstallocators-1.0.la +41 -0
  751. data/vendor/local/lib/libgstapp-1.0.dll.a +0 -0
  752. data/vendor/local/lib/libgstapp-1.0.la +4 -4
  753. data/vendor/local/lib/libgstaudio-1.0.dll.a +0 -0
  754. data/vendor/local/lib/libgstaudio-1.0.la +4 -4
  755. data/vendor/local/lib/libgstbase-1.0.dll.a +0 -0
  756. data/vendor/local/lib/libgstbase-1.0.la +4 -4
  757. data/vendor/local/lib/libgstbasecamerabinsrc-1.0.dll.a +0 -0
  758. data/vendor/local/lib/libgstbasecamerabinsrc-1.0.la +4 -4
  759. data/vendor/local/lib/libgstcheck-1.0.dll.a +0 -0
  760. data/vendor/local/lib/libgstcheck-1.0.la +4 -4
  761. data/vendor/local/lib/libgstcodecparsers-1.0.dll.a +0 -0
  762. data/vendor/local/lib/libgstcodecparsers-1.0.la +4 -4
  763. data/vendor/local/lib/libgstcontroller-1.0.dll.a +0 -0
  764. data/vendor/local/lib/libgstcontroller-1.0.la +4 -4
  765. data/vendor/local/lib/libgstfft-1.0.dll.a +0 -0
  766. data/vendor/local/lib/libgstfft-1.0.la +4 -4
  767. data/vendor/local/lib/libgstinsertbin-1.0.dll.a +0 -0
  768. data/vendor/local/lib/libgstinsertbin-1.0.la +41 -0
  769. data/vendor/local/lib/libgstmpegts-1.0.dll.a +0 -0
  770. data/vendor/local/lib/libgstmpegts-1.0.la +41 -0
  771. data/vendor/local/lib/libgstnet-1.0.dll.a +0 -0
  772. data/vendor/local/lib/libgstnet-1.0.la +4 -4
  773. data/vendor/local/lib/libgstpbutils-1.0.dll.a +0 -0
  774. data/vendor/local/lib/libgstpbutils-1.0.la +4 -4
  775. data/vendor/local/lib/libgstphotography-1.0.dll.a +0 -0
  776. data/vendor/local/lib/libgstphotography-1.0.la +4 -4
  777. data/vendor/local/lib/libgstreamer-1.0.dll.a +0 -0
  778. data/vendor/local/lib/libgstreamer-1.0.la +4 -4
  779. data/vendor/local/lib/libgstriff-1.0.dll.a +0 -0
  780. data/vendor/local/lib/libgstriff-1.0.la +4 -4
  781. data/vendor/local/lib/libgstrtp-1.0.dll.a +0 -0
  782. data/vendor/local/lib/libgstrtp-1.0.la +4 -4
  783. data/vendor/local/lib/libgstrtsp-1.0.dll.a +0 -0
  784. data/vendor/local/lib/libgstrtsp-1.0.la +4 -4
  785. data/vendor/local/lib/libgstsdp-1.0.dll.a +0 -0
  786. data/vendor/local/lib/libgstsdp-1.0.la +4 -4
  787. data/vendor/local/lib/libgsttag-1.0.dll.a +0 -0
  788. data/vendor/local/lib/libgsttag-1.0.la +4 -4
  789. data/vendor/local/lib/libgsturidownloader-1.0.dll.a +0 -0
  790. data/vendor/local/lib/libgsturidownloader-1.0.la +41 -0
  791. data/vendor/local/lib/libgstvideo-1.0.dll.a +0 -0
  792. data/vendor/local/lib/libgstvideo-1.0.la +4 -4
  793. data/vendor/local/lib/libjpeg.a +0 -0
  794. data/vendor/local/lib/libjpeg.dll.a +0 -0
  795. data/vendor/local/lib/libjpeg.la +41 -0
  796. data/vendor/local/lib/libogg.a +0 -0
  797. data/vendor/local/lib/libogg.dll.a +0 -0
  798. data/vendor/local/lib/libogg.la +2 -2
  799. data/vendor/local/lib/libsoup-2.4.a +0 -0
  800. data/vendor/local/lib/libsoup-2.4.dll.a +0 -0
  801. data/vendor/local/lib/libsoup-2.4.la +41 -0
  802. data/vendor/local/lib/libspeex.a +0 -0
  803. data/vendor/local/lib/libspeex.dll.a +0 -0
  804. data/vendor/local/lib/libspeexdsp.a +0 -0
  805. data/vendor/local/lib/libspeexdsp.dll.a +0 -0
  806. data/vendor/local/lib/libsqlite3.a +0 -0
  807. data/vendor/local/lib/libsqlite3.dll.a +0 -0
  808. data/vendor/local/lib/libsqlite3.la +41 -0
  809. data/vendor/local/lib/libtheora.a +0 -0
  810. data/vendor/local/lib/libtheora.dll.a +0 -0
  811. data/vendor/local/lib/libtheoradec.a +0 -0
  812. data/vendor/local/lib/libtheoradec.dll.a +0 -0
  813. data/vendor/local/lib/libtheoraenc.a +0 -0
  814. data/vendor/local/lib/libtheoraenc.dll.a +0 -0
  815. data/vendor/local/lib/libvorbis.a +0 -0
  816. data/vendor/local/lib/libvorbis.dll.a +0 -0
  817. data/vendor/local/lib/libvorbis.la +2 -2
  818. data/vendor/local/lib/libvorbisenc.a +0 -0
  819. data/vendor/local/lib/libvorbisenc.dll.a +0 -0
  820. data/vendor/local/lib/libvorbisenc.la +2 -2
  821. data/vendor/local/lib/libvorbisfile.a +0 -0
  822. data/vendor/local/lib/libvorbisfile.dll.a +0 -0
  823. data/vendor/local/lib/libvorbisfile.la +2 -2
  824. data/vendor/local/lib/pkgconfig/flac.pc +5 -3
  825. data/vendor/local/lib/pkgconfig/gstreamer-1.0.pc +3 -2
  826. data/vendor/local/lib/pkgconfig/gstreamer-allocators-1.0.pc +16 -0
  827. data/vendor/local/lib/pkgconfig/gstreamer-app-1.0.pc +1 -1
  828. data/vendor/local/lib/pkgconfig/gstreamer-audio-1.0.pc +1 -1
  829. data/vendor/local/lib/pkgconfig/gstreamer-base-1.0.pc +1 -1
  830. data/vendor/local/lib/pkgconfig/gstreamer-check-1.0.pc +1 -1
  831. data/vendor/local/lib/pkgconfig/gstreamer-codecparsers-1.0.pc +1 -1
  832. data/vendor/local/lib/pkgconfig/gstreamer-controller-1.0.pc +1 -1
  833. data/vendor/local/lib/pkgconfig/gstreamer-fft-1.0.pc +1 -1
  834. data/vendor/local/lib/pkgconfig/gstreamer-insertbin-1.0.pc +12 -0
  835. data/vendor/local/lib/pkgconfig/gstreamer-mpegts-1.0.pc +12 -0
  836. data/vendor/local/lib/pkgconfig/gstreamer-net-1.0.pc +1 -1
  837. data/vendor/local/lib/pkgconfig/gstreamer-pbutils-1.0.pc +1 -1
  838. data/vendor/local/lib/pkgconfig/gstreamer-plugins-bad-1.0.pc +6 -4
  839. data/vendor/local/lib/pkgconfig/gstreamer-plugins-base-1.0.pc +2 -2
  840. data/vendor/local/lib/pkgconfig/gstreamer-riff-1.0.pc +1 -1
  841. data/vendor/local/lib/pkgconfig/gstreamer-rtp-1.0.pc +1 -1
  842. data/vendor/local/lib/pkgconfig/gstreamer-rtsp-1.0.pc +1 -1
  843. data/vendor/local/lib/pkgconfig/gstreamer-sdp-1.0.pc +1 -1
  844. data/vendor/local/lib/pkgconfig/gstreamer-tag-1.0.pc +1 -1
  845. data/vendor/local/lib/pkgconfig/gstreamer-video-1.0.pc +1 -1
  846. data/vendor/local/lib/pkgconfig/libsoup-2.4.pc +2 -2
  847. data/vendor/local/lib/pkgconfig/ogg.pc +1 -1
  848. data/vendor/local/lib/pkgconfig/sqlite3.pc +13 -0
  849. data/vendor/local/lib/pkgconfig/vorbis.pc +1 -1
  850. data/vendor/local/lib/pkgconfig/vorbisenc.pc +1 -1
  851. data/vendor/local/lib/pkgconfig/vorbisfile.pc +1 -1
  852. data/vendor/local/libexec/gstreamer-1.0/gst-plugin-scanner.exe +0 -0
  853. data/vendor/local/share/aclocal/libFLAC.m4 +9 -5
  854. data/vendor/local/share/aclocal/ogg.m4 +1 -1
  855. data/vendor/local/share/doc/flac-1.3.0/FLAC.tag +10355 -0
  856. data/vendor/local/share/doc/flac-1.3.0/html/api/_09_2all_8h_source.html +125 -0
  857. data/vendor/local/share/doc/flac-1.3.0/html/api/_09_2export_8h.html +102 -0
  858. data/vendor/local/share/doc/flac-1.3.0/html/api/_09_2export_8h_source.html +142 -0
  859. data/vendor/local/share/doc/flac-1.3.0/html/api/_09_2metadata_8h.html +144 -0
  860. data/vendor/local/share/doc/flac-1.3.0/html/api/_09_2metadata_8h_source.html +992 -0
  861. data/vendor/local/share/doc/flac-1.3.0/html/api/all_8h_source.html +131 -0
  862. data/vendor/local/share/doc/flac-1.3.0/html/api/annotated.html +134 -0
  863. data/vendor/local/share/doc/flac-1.3.0/html/api/assert_8h_source.html +125 -0
  864. data/vendor/local/share/doc/flac-1.3.0/html/api/bc_s.png +0 -0
  865. data/vendor/local/share/doc/flac-1.3.0/html/api/bdwn.png +0 -0
  866. data/vendor/local/share/doc/flac-1.3.0/html/api/callback_8h.html +112 -0
  867. data/vendor/local/share/doc/flac-1.3.0/html/api/callback_8h_source.html +159 -0
  868. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Decoder_1_1File-members.html +140 -0
  869. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Decoder_1_1File.html +1315 -0
  870. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Decoder_1_1File.png +0 -0
  871. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Decoder_1_1Stream-members.html +132 -0
  872. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Decoder_1_1Stream.html +1163 -0
  873. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Decoder_1_1Stream.png +0 -0
  874. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Decoder_1_1Stream_1_1State-members.html +89 -0
  875. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Decoder_1_1Stream_1_1State.html +114 -0
  876. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Encoder_1_1File-members.html +155 -0
  877. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Encoder_1_1File.html +1915 -0
  878. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Encoder_1_1File.png +0 -0
  879. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Encoder_1_1Stream-members.html +146 -0
  880. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Encoder_1_1Stream.html +1721 -0
  881. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Encoder_1_1Stream.png +0 -0
  882. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Encoder_1_1Stream_1_1State-members.html +89 -0
  883. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Encoder_1_1Stream_1_1State.html +114 -0
  884. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Application-members.html +122 -0
  885. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Application.html +770 -0
  886. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Application.png +0 -0
  887. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Chain-members.html +99 -0
  888. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Chain.html +399 -0
  889. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Chain_1_1Status-members.html +88 -0
  890. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Chain_1_1Status.html +111 -0
  891. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1CueSheet-members.html +137 -0
  892. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1CueSheet.html +1056 -0
  893. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1CueSheet.png +0 -0
  894. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1CueSheet_1_1Track-members.html +105 -0
  895. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1CueSheet_1_1Track.html +183 -0
  896. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Iterator-members.html +98 -0
  897. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Iterator.html +305 -0
  898. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Padding-members.html +119 -0
  899. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Padding.html +766 -0
  900. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Padding.png +0 -0
  901. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Picture-members.html +134 -0
  902. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Picture.html +865 -0
  903. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Picture.png +0 -0
  904. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Prototype-members.html +109 -0
  905. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Prototype.html +456 -0
  906. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Prototype.png +0 -0
  907. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1SeekTable-members.html +130 -0
  908. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1SeekTable.html +1003 -0
  909. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1SeekTable.png +0 -0
  910. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1SimpleIterator-members.html +103 -0
  911. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1SimpleIterator.html +442 -0
  912. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1SimpleIterator_1_1Status-members.html +88 -0
  913. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1SimpleIterator_1_1Status.html +111 -0
  914. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1StreamInfo-members.html +135 -0
  915. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1StreamInfo.html +1062 -0
  916. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1StreamInfo.png +0 -0
  917. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Unknown-members.html +120 -0
  918. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Unknown.html +764 -0
  919. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Unknown.png +0 -0
  920. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1VorbisComment-members.html +130 -0
  921. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1VorbisComment.html +983 -0
  922. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1VorbisComment.png +0 -0
  923. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1VorbisComment_1_1Entry-members.html +111 -0
  924. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1VorbisComment_1_1Entry.html +203 -0
  925. data/vendor/local/share/doc/flac-1.3.0/html/api/classes.html +108 -0
  926. data/vendor/local/share/doc/flac-1.3.0/html/api/closed.png +0 -0
  927. data/vendor/local/share/doc/flac-1.3.0/html/api/decoder_8h.html +99 -0
  928. data/vendor/local/share/doc/flac-1.3.0/html/api/decoder_8h_source.html +256 -0
  929. data/vendor/local/share/doc/flac-1.3.0/html/api/dir_1982b5890de532b4beef7221dae776e2.html +95 -0
  930. data/vendor/local/share/doc/flac-1.3.0/html/api/dir_527642952c2881b3e5b36abb4a29ebef.html +87 -0
  931. data/vendor/local/share/doc/flac-1.3.0/html/api/dir_d44c64559bbebec7f509842c48db8b23.html +81 -0
  932. data/vendor/local/share/doc/flac-1.3.0/html/api/doxygen.css +1357 -0
  933. data/vendor/local/share/doc/flac-1.3.0/html/api/doxygen.png +0 -0
  934. data/vendor/local/share/doc/flac-1.3.0/html/api/dynsections.js +97 -0
  935. data/vendor/local/share/doc/flac-1.3.0/html/api/encoder_8h.html +100 -0
  936. data/vendor/local/share/doc/flac-1.3.0/html/api/encoder_8h_source.html +270 -0
  937. data/vendor/local/share/doc/flac-1.3.0/html/api/export_8h.html +105 -0
  938. data/vendor/local/share/doc/flac-1.3.0/html/api/export_8h_source.html +149 -0
  939. data/vendor/local/share/doc/flac-1.3.0/html/api/files.html +96 -0
  940. data/vendor/local/share/doc/flac-1.3.0/html/api/format_8h.html +440 -0
  941. data/vendor/local/share/doc/flac-1.3.0/html/api/format_8h_source.html +785 -0
  942. data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2blank.png +0 -0
  943. data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2cl.png +0 -0
  944. data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2doc.png +0 -0
  945. data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2folderclosed.png +0 -0
  946. data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2folderopen.png +0 -0
  947. data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2lastnode.png +0 -0
  948. data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2link.png +0 -0
  949. data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2mlastnode.png +0 -0
  950. data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2mnode.png +0 -0
  951. data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2mo.png +0 -0
  952. data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2node.png +0 -0
  953. data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2ns.png +0 -0
  954. data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2plastnode.png +0 -0
  955. data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2pnode.png +0 -0
  956. data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2splitbar.png +0 -0
  957. data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2vertline.png +0 -0
  958. data/vendor/local/share/doc/flac-1.3.0/html/api/functions.html +129 -0
  959. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x62.html +116 -0
  960. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x63.html +141 -0
  961. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x64.html +143 -0
  962. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x65.html +120 -0
  963. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x66.html +123 -0
  964. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x67.html +235 -0
  965. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x68.html +113 -0
  966. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x69.html +183 -0
  967. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x6c.html +119 -0
  968. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x6d.html +123 -0
  969. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x6e.html +128 -0
  970. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x6f.html +193 -0
  971. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x70.html +147 -0
  972. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x71.html +119 -0
  973. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x72.html +149 -0
  974. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x73.html +284 -0
  975. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x74.html +140 -0
  976. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x75.html +113 -0
  977. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x76.html +116 -0
  978. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x77.html +125 -0
  979. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x7e.html +113 -0
  980. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func.html +126 -0
  981. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x63.html +119 -0
  982. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x64.html +123 -0
  983. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x65.html +113 -0
  984. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x66.html +117 -0
  985. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x67.html +232 -0
  986. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x69.html +169 -0
  987. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x6c.html +110 -0
  988. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x6d.html +114 -0
  989. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x6e.html +111 -0
  990. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x6f.html +175 -0
  991. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x70.html +138 -0
  992. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x72.html +139 -0
  993. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x73.html +272 -0
  994. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x74.html +129 -0
  995. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x75.html +110 -0
  996. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x76.html +110 -0
  997. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x77.html +115 -0
  998. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x7e.html +110 -0
  999. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_vars.html +322 -0
  1000. data/vendor/local/share/doc/flac-1.3.0/html/api/globals.html +1570 -0
  1001. data/vendor/local/share/doc/flac-1.3.0/html/api/globals_defs.html +153 -0
  1002. data/vendor/local/share/doc/flac-1.3.0/html/api/globals_enum.html +150 -0
  1003. data/vendor/local/share/doc/flac-1.3.0/html/api/globals_eval.html +508 -0
  1004. data/vendor/local/share/doc/flac-1.3.0/html/api/globals_func.html +655 -0
  1005. data/vendor/local/share/doc/flac-1.3.0/html/api/globals_type.html +156 -0
  1006. data/vendor/local/share/doc/flac-1.3.0/html/api/globals_vars.html +382 -0
  1007. data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac.html +90 -0
  1008. data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__callbacks.html +274 -0
  1009. data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__decoder.html +80 -0
  1010. data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__encoder.html +80 -0
  1011. data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__export.html +147 -0
  1012. data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__format.html +2323 -0
  1013. data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__metadata.html +96 -0
  1014. data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__metadata__level0.html +309 -0
  1015. data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__metadata__level1.html +828 -0
  1016. data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__metadata__level2.html +1222 -0
  1017. data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__metadata__object.html +2407 -0
  1018. data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__stream__decoder.html +2378 -0
  1019. data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__stream__encoder.html +3088 -0
  1020. data/vendor/local/share/doc/flac-1.3.0/html/api/group__flacpp.html +85 -0
  1021. data/vendor/local/share/doc/flac-1.3.0/html/api/group__flacpp__decoder.html +84 -0
  1022. data/vendor/local/share/doc/flac-1.3.0/html/api/group__flacpp__encoder.html +84 -0
  1023. data/vendor/local/share/doc/flac-1.3.0/html/api/group__flacpp__export.html +90 -0
  1024. data/vendor/local/share/doc/flac-1.3.0/html/api/group__flacpp__metadata.html +86 -0
  1025. data/vendor/local/share/doc/flac-1.3.0/html/api/group__flacpp__metadata__level0.html +373 -0
  1026. data/vendor/local/share/doc/flac-1.3.0/html/api/group__flacpp__metadata__level1.html +92 -0
  1027. data/vendor/local/share/doc/flac-1.3.0/html/api/group__flacpp__metadata__level2.html +134 -0
  1028. data/vendor/local/share/doc/flac-1.3.0/html/api/group__flacpp__metadata__object.html +354 -0
  1029. data/vendor/local/share/doc/flac-1.3.0/html/api/group__porting.html +92 -0
  1030. data/vendor/local/share/doc/flac-1.3.0/html/api/group__porting__1__1__2__to__1__1__3.html +134 -0
  1031. data/vendor/local/share/doc/flac-1.3.0/html/api/group__porting__1__1__3__to__1__1__4.html +71 -0
  1032. data/vendor/local/share/doc/flac-1.3.0/html/api/group__porting__1__1__4__to__1__2__0.html +72 -0
  1033. data/vendor/local/share/doc/flac-1.3.0/html/api/hierarchy.html +130 -0
  1034. data/vendor/local/share/doc/flac-1.3.0/html/api/index.html +104 -0
  1035. data/vendor/local/share/doc/flac-1.3.0/html/api/metadata_8h.html +343 -0
  1036. data/vendor/local/share/doc/flac-1.3.0/html/api/metadata_8h_source.html +522 -0
  1037. data/vendor/local/share/doc/flac-1.3.0/html/api/modules.html +99 -0
  1038. data/vendor/local/share/doc/flac-1.3.0/html/api/nav_f.png +0 -0
  1039. data/vendor/local/share/doc/flac-1.3.0/html/api/nav_g.png +0 -0
  1040. data/vendor/local/share/doc/flac-1.3.0/html/api/nav_h.png +0 -0
  1041. data/vendor/local/share/doc/flac-1.3.0/html/api/open.png +0 -0
  1042. data/vendor/local/share/doc/flac-1.3.0/html/api/ordinals_8h_source.html +165 -0
  1043. data/vendor/local/share/doc/flac-1.3.0/html/api/stream__decoder_8h.html +273 -0
  1044. data/vendor/local/share/doc/flac-1.3.0/html/api/stream__decoder_8h_source.html +480 -0
  1045. data/vendor/local/share/doc/flac-1.3.0/html/api/stream__encoder_8h.html +302 -0
  1046. data/vendor/local/share/doc/flac-1.3.0/html/api/stream__encoder_8h_source.html +465 -0
  1047. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____EntropyCodingMethod-members.html +83 -0
  1048. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____EntropyCodingMethod.html +100 -0
  1049. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____EntropyCodingMethod__PartitionedRice-members.html +82 -0
  1050. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____EntropyCodingMethod__PartitionedRice.html +123 -0
  1051. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____EntropyCodingMethod__PartitionedRiceContents-members.html +83 -0
  1052. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____EntropyCodingMethod__PartitionedRiceContents.html +137 -0
  1053. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Frame-members.html +83 -0
  1054. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Frame.html +100 -0
  1055. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____FrameFooter-members.html +81 -0
  1056. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____FrameFooter.html +107 -0
  1057. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____FrameHeader-members.html +90 -0
  1058. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____FrameHeader.html +217 -0
  1059. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____IOCallbacks-members.html +86 -0
  1060. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____IOCallbacks.html +110 -0
  1061. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamDecoder-members.html +82 -0
  1062. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamDecoder.html +98 -0
  1063. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamEncoder-members.html +82 -0
  1064. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamEncoder.html +98 -0
  1065. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata-members.html +92 -0
  1066. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata.html +169 -0
  1067. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__Application-members.html +82 -0
  1068. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__Application.html +97 -0
  1069. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__CueSheet-members.html +85 -0
  1070. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__CueSheet.html +167 -0
  1071. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__CueSheet__Index-members.html +82 -0
  1072. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__CueSheet__Index.html +122 -0
  1073. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__CueSheet__Track-members.html +87 -0
  1074. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__CueSheet__Track.html +197 -0
  1075. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__Padding-members.html +81 -0
  1076. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__Padding.html +107 -0
  1077. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__Picture-members.html +89 -0
  1078. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__Picture.html +227 -0
  1079. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__SeekPoint-members.html +83 -0
  1080. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__SeekPoint.html +137 -0
  1081. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__SeekTable-members.html +82 -0
  1082. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__SeekTable.html +105 -0
  1083. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__StreamInfo-members.html +89 -0
  1084. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__StreamInfo.html +118 -0
  1085. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__Unknown-members.html +81 -0
  1086. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__Unknown.html +94 -0
  1087. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__VorbisComment-members.html +83 -0
  1088. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__VorbisComment.html +100 -0
  1089. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__VorbisComment__Entry-members.html +82 -0
  1090. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__VorbisComment__Entry.html +99 -0
  1091. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Subframe-members.html +87 -0
  1092. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Subframe.html +109 -0
  1093. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Subframe__Constant-members.html +81 -0
  1094. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Subframe__Constant.html +107 -0
  1095. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Subframe__Fixed-members.html +84 -0
  1096. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Subframe__Fixed.html +152 -0
  1097. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Subframe__LPC-members.html +87 -0
  1098. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Subframe__LPC.html +197 -0
  1099. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Subframe__Verbatim-members.html +81 -0
  1100. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Subframe__Verbatim.html +107 -0
  1101. data/vendor/local/share/doc/flac-1.3.0/html/api/sync_off.png +0 -0
  1102. data/vendor/local/share/doc/flac-1.3.0/html/api/sync_on.png +0 -0
  1103. data/vendor/local/share/doc/flac-1.3.0/html/api/tab_a.png +0 -0
  1104. data/vendor/local/share/doc/flac-1.3.0/html/api/tab_b.png +0 -0
  1105. data/vendor/local/share/doc/flac-1.3.0/html/api/tab_h.png +0 -0
  1106. data/vendor/local/share/doc/flac-1.3.0/html/api/tab_s.png +0 -0
  1107. data/vendor/local/share/doc/flac-1.3.0/html/api/tabs.css +60 -0
  1108. data/vendor/local/share/doc/flac-1.3.0/html/changelog.html +946 -0
  1109. data/vendor/local/share/doc/flac-1.3.0/html/comparison.html +433 -0
  1110. data/vendor/local/share/doc/flac-1.3.0/html/comparison__chopin_prelude_24.html +171 -0
  1111. data/vendor/local/share/doc/flac-1.3.0/html/comparison__dream_theater_600.html +171 -0
  1112. data/vendor/local/share/doc/flac-1.3.0/html/comparison__eddie_warner_titus.html +171 -0
  1113. data/vendor/local/share/doc/flac-1.3.0/html/comparison__fanfare_de_l_eventail_de_jeanne.html +171 -0
  1114. data/vendor/local/share/doc/flac-1.3.0/html/comparison__gloria_estefan_conga.html +171 -0
  1115. data/vendor/local/share/doc/flac-1.3.0/html/comparison__hand_in_my_pocket.html +171 -0
  1116. data/vendor/local/share/doc/flac-1.3.0/html/comparison__l_sub_raga_sivapriya.html +171 -0
  1117. data/vendor/local/share/doc/flac-1.3.0/html/comparison__laetatus_sum.html +171 -0
  1118. data/vendor/local/share/doc/flac-1.3.0/html/comparison__mummified_in_barbed_wire.html +171 -0
  1119. data/vendor/local/share/doc/flac-1.3.0/html/comparison__prokofiev_pcon3_3.html +171 -0
  1120. data/vendor/local/share/doc/flac-1.3.0/html/comparison__ravel_sq4_4.html +171 -0
  1121. data/vendor/local/share/doc/flac-1.3.0/html/comparison__scarlatti_k42.html +171 -0
  1122. data/vendor/local/share/doc/flac-1.3.0/html/comparison__tool_forty_six_and_2.html +171 -0
  1123. data/vendor/local/share/doc/flac-1.3.0/html/comparison__white_room.html +171 -0
  1124. data/vendor/local/share/doc/flac-1.3.0/html/comparison_all_cpudectime.html +168 -0
  1125. data/vendor/local/share/doc/flac-1.3.0/html/comparison_all_cpuenctime.html +168 -0
  1126. data/vendor/local/share/doc/flac-1.3.0/html/comparison_all_procdectime.html +168 -0
  1127. data/vendor/local/share/doc/flac-1.3.0/html/comparison_all_procenctime.html +168 -0
  1128. data/vendor/local/share/doc/flac-1.3.0/html/comparison_all_ratio.html +168 -0
  1129. data/vendor/local/share/doc/flac-1.3.0/html/developers.html +144 -0
  1130. data/vendor/local/share/doc/flac-1.3.0/html/documentation.html +108 -0
  1131. data/vendor/local/share/doc/flac-1.3.0/html/documentation_bugs.html +104 -0
  1132. data/vendor/local/share/doc/flac-1.3.0/html/documentation_example_code.html +84 -0
  1133. data/vendor/local/share/doc/flac-1.3.0/html/documentation_format_overview.html +133 -0
  1134. data/vendor/local/share/doc/flac-1.3.0/html/documentation_tasks.html +229 -0
  1135. data/vendor/local/share/doc/flac-1.3.0/html/documentation_tools.html +95 -0
  1136. data/vendor/local/share/doc/flac-1.3.0/html/documentation_tools_flac.html +1197 -0
  1137. data/vendor/local/share/doc/flac-1.3.0/html/documentation_tools_metaflac.html +573 -0
  1138. data/vendor/local/share/doc/flac-1.3.0/html/documentation_tools_plugins.html +97 -0
  1139. data/vendor/local/share/doc/flac-1.3.0/html/download.html +287 -0
  1140. data/vendor/local/share/doc/flac-1.3.0/html/faq.html +405 -0
  1141. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/favicon.ico +0 -0
  1142. data/vendor/local/share/doc/flac-1.3.0/html/features.html +130 -0
  1143. data/vendor/local/share/doc/flac-1.3.0/html/flac.css +192 -0
  1144. data/vendor/local/share/doc/flac-1.3.0/html/format.html +1858 -0
  1145. data/vendor/local/share/doc/flac-1.3.0/html/id.html +300 -0
  1146. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/1x1.gif +0 -0
  1147. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/cafebug.gif +0 -0
  1148. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/Blackbird_Front_low3_325x87.jpg +0 -0
  1149. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/MS300frontsmall_270x108.jpg +0 -0
  1150. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/MediaBox_Frt_170x325.jpg +0 -0
  1151. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/SB_Hero_Black_325x182.jpg +0 -0
  1152. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/Sooloos-ControlOne_325x328.jpg +0 -0
  1153. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/Z500_front_325x94.jpg +0 -0
  1154. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/a2_01_325x252.jpg +0 -0
  1155. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/arcus_325x135.jpg +0 -0
  1156. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/bmp-1430_325x241.jpg +0 -0
  1157. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/cs505_front_lrg_325x113.jpg +0 -0
  1158. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/enus_3-4lft-hires_product_eva8000_325x127.jpg +0 -0
  1159. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/escient_ProductLine_325x163.jpg +0 -0
  1160. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/hifidelio_bl_front_Z_RGB_325x163.jpg +0 -0
  1161. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/i-station-mini-dx_325x237.jpg +0 -0
  1162. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/iwod-g10_325x257.jpg +0 -0
  1163. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/knc_hr-2800_325x209.jpg +0 -0
  1164. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/mediaready_prodmain_MRMCa_325x232.jpg +0 -0
  1165. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/meizu_m6_325x206.jpg +0 -0
  1166. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/musica_artwork_325x90.jpg +0 -0
  1167. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/neodigits_x5000_325x124.jpg +0 -0
  1168. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/onda-vx737_325x240.jpg +0 -0
  1169. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/request_n_front_325x103.jpg +0 -0
  1170. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/rio_karma_279x254.jpg +0 -0
  1171. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/sonos_family_RGB_325x200.jpg +0 -0
  1172. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/teclast-tl29_325x244.jpg +0 -0
  1173. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/transporter_hero_grey_325x208.jpg +0 -0
  1174. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/tvix-4000_325x204.jpg +0 -0
  1175. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/vibez_nofm_combi_black_b_325x220.jpg +0 -0
  1176. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/logo100.gif +0 -0
  1177. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/logo130.gif +0 -0
  1178. data/vendor/local/share/doc/flac-1.3.0/html/index.html +140 -0
  1179. data/vendor/local/share/doc/flac-1.3.0/html/itunes.html +94 -0
  1180. data/vendor/local/share/doc/flac-1.3.0/html/license.html +96 -0
  1181. data/vendor/local/share/doc/flac-1.3.0/html/links.html +490 -0
  1182. data/vendor/local/share/doc/flac-1.3.0/html/news.html +700 -0
  1183. data/vendor/local/share/doc/flac-1.3.0/html/ogg_mapping.html +141 -0
  1184. data/vendor/local/share/doc/flac-1.3.0/html/ru/authors.html +114 -0
  1185. data/vendor/local/share/doc/flac-1.3.0/html/ru/comparison.html +866 -0
  1186. data/vendor/local/share/doc/flac-1.3.0/html/ru/developers.html +111 -0
  1187. data/vendor/local/share/doc/flac-1.3.0/html/ru/documentation.html +518 -0
  1188. data/vendor/local/share/doc/flac-1.3.0/html/ru/download.html +111 -0
  1189. data/vendor/local/share/doc/flac-1.3.0/html/ru/features.html +126 -0
  1190. data/vendor/local/share/doc/flac-1.3.0/html/ru/format.html +1008 -0
  1191. data/vendor/local/share/doc/flac-1.3.0/html/ru/goals.html +106 -0
  1192. data/vendor/local/share/doc/flac-1.3.0/html/ru/id.html +130 -0
  1193. data/vendor/local/share/doc/flac-1.3.0/html/ru/index.html +123 -0
  1194. data/vendor/local/share/doc/flac-1.3.0/html/ru/links.html +126 -0
  1195. data/vendor/local/share/doc/flac-1.3.0/html/ru/news.html +306 -0
  1196. data/vendor/local/share/doc/libogg/fish_xiph_org.png +0 -0
  1197. data/vendor/local/share/doc/libogg/framing.html +429 -0
  1198. data/vendor/local/share/doc/libogg/index.html +105 -0
  1199. data/vendor/local/share/doc/libogg/libogg/bitpacking.html +103 -0
  1200. data/vendor/local/share/doc/libogg/libogg/datastructures.html +59 -0
  1201. data/vendor/local/share/doc/libogg/libogg/decoding.html +104 -0
  1202. data/vendor/local/share/doc/libogg/libogg/encoding.html +76 -0
  1203. data/vendor/local/share/doc/libogg/libogg/general.html +109 -0
  1204. data/vendor/local/share/doc/libogg/libogg/index.html +39 -0
  1205. data/vendor/local/share/doc/libogg/libogg/ogg_iovec_t.html +62 -0
  1206. data/vendor/local/share/doc/libogg/libogg/ogg_packet.html +75 -0
  1207. data/vendor/local/share/doc/libogg/libogg/ogg_packet_clear.html +64 -0
  1208. data/vendor/local/share/doc/libogg/libogg/ogg_page.html +75 -0
  1209. data/vendor/local/share/doc/libogg/libogg/ogg_page_bos.html +65 -0
  1210. data/vendor/local/share/doc/libogg/libogg/ogg_page_checksum_set.html +62 -0
  1211. data/vendor/local/share/doc/libogg/libogg/ogg_page_continued.html +64 -0
  1212. data/vendor/local/share/doc/libogg/libogg/ogg_page_eos.html +65 -0
  1213. data/vendor/local/share/doc/libogg/libogg/ogg_page_granulepos.html +65 -0
  1214. data/vendor/local/share/doc/libogg/libogg/ogg_page_packets.html +75 -0
  1215. data/vendor/local/share/doc/libogg/libogg/ogg_page_pageno.html +63 -0
  1216. data/vendor/local/share/doc/libogg/libogg/ogg_page_serialno.html +63 -0
  1217. data/vendor/local/share/doc/libogg/libogg/ogg_page_version.html +63 -0
  1218. data/vendor/local/share/doc/libogg/libogg/ogg_stream_check.html +71 -0
  1219. data/vendor/local/share/doc/libogg/libogg/ogg_stream_clear.html +61 -0
  1220. data/vendor/local/share/doc/libogg/libogg/ogg_stream_destroy.html +71 -0
  1221. data/vendor/local/share/doc/libogg/libogg/ogg_stream_eos.html +62 -0
  1222. data/vendor/local/share/doc/libogg/libogg/ogg_stream_flush.html +67 -0
  1223. data/vendor/local/share/doc/libogg/libogg/ogg_stream_flush_fill.html +74 -0
  1224. data/vendor/local/share/doc/libogg/libogg/ogg_stream_init.html +66 -0
  1225. data/vendor/local/share/doc/libogg/libogg/ogg_stream_iovecin.html +80 -0
  1226. data/vendor/local/share/doc/libogg/libogg/ogg_stream_packetin.html +72 -0
  1227. data/vendor/local/share/doc/libogg/libogg/ogg_stream_packetout.html +85 -0
  1228. data/vendor/local/share/doc/libogg/libogg/ogg_stream_packetpeek.html +85 -0
  1229. data/vendor/local/share/doc/libogg/libogg/ogg_stream_pagein.html +67 -0
  1230. data/vendor/local/share/doc/libogg/libogg/ogg_stream_pageout.html +84 -0
  1231. data/vendor/local/share/doc/libogg/libogg/ogg_stream_pageout_fill.html +89 -0
  1232. data/vendor/local/share/doc/libogg/libogg/ogg_stream_reset.html +61 -0
  1233. data/vendor/local/share/doc/libogg/libogg/ogg_stream_reset_serialno.html +67 -0
  1234. data/vendor/local/share/doc/libogg/libogg/ogg_stream_state.html +121 -0
  1235. data/vendor/local/share/doc/libogg/libogg/ogg_sync_buffer.html +67 -0
  1236. data/vendor/local/share/doc/libogg/libogg/ogg_sync_check.html +71 -0
  1237. data/vendor/local/share/doc/libogg/libogg/ogg_sync_clear.html +62 -0
  1238. data/vendor/local/share/doc/libogg/libogg/ogg_sync_destroy.html +68 -0
  1239. data/vendor/local/share/doc/libogg/libogg/ogg_sync_init.html +63 -0
  1240. data/vendor/local/share/doc/libogg/libogg/ogg_sync_pageout.html +77 -0
  1241. data/vendor/local/share/doc/libogg/libogg/ogg_sync_pageseek.html +68 -0
  1242. data/vendor/local/share/doc/libogg/libogg/ogg_sync_reset.html +63 -0
  1243. data/vendor/local/share/doc/libogg/libogg/ogg_sync_state.html +77 -0
  1244. data/vendor/local/share/doc/libogg/libogg/ogg_sync_wrote.html +73 -0
  1245. data/vendor/local/share/doc/libogg/libogg/oggpack_adv.html +64 -0
  1246. data/vendor/local/share/doc/libogg/libogg/oggpack_adv1.html +62 -0
  1247. data/vendor/local/share/doc/libogg/libogg/oggpack_bits.html +62 -0
  1248. data/vendor/local/share/doc/libogg/libogg/oggpack_buffer.html +66 -0
  1249. data/vendor/local/share/doc/libogg/libogg/oggpack_bytes.html +67 -0
  1250. data/vendor/local/share/doc/libogg/libogg/oggpack_get_buffer.html +62 -0
  1251. data/vendor/local/share/doc/libogg/libogg/oggpack_look.html +66 -0
  1252. data/vendor/local/share/doc/libogg/libogg/oggpack_look1.html +63 -0
  1253. data/vendor/local/share/doc/libogg/libogg/oggpack_read.html +65 -0
  1254. data/vendor/local/share/doc/libogg/libogg/oggpack_read1.html +63 -0
  1255. data/vendor/local/share/doc/libogg/libogg/oggpack_readinit.html +64 -0
  1256. data/vendor/local/share/doc/libogg/libogg/oggpack_reset.html +62 -0
  1257. data/vendor/local/share/doc/libogg/libogg/oggpack_write.html +68 -0
  1258. data/vendor/local/share/doc/libogg/libogg/oggpack_writealign.html +65 -0
  1259. data/vendor/local/share/doc/libogg/libogg/oggpack_writecheck.html +81 -0
  1260. data/vendor/local/share/doc/libogg/libogg/oggpack_writeclear.html +62 -0
  1261. data/vendor/local/share/doc/libogg/libogg/oggpack_writecopy.html +69 -0
  1262. data/vendor/local/share/doc/libogg/libogg/oggpack_writeinit.html +62 -0
  1263. data/vendor/local/share/doc/libogg/libogg/oggpack_writetrunc.html +65 -0
  1264. data/vendor/local/share/doc/libogg/libogg/overview.html +44 -0
  1265. data/vendor/local/share/doc/libogg/libogg/reference.html +98 -0
  1266. data/vendor/local/share/doc/{libogg-1.3.0/ogg → libogg/libogg}/style.css +0 -0
  1267. data/vendor/local/share/doc/libogg/multiplex1.png +0 -0
  1268. data/vendor/local/share/doc/{libogg-1.3.0 → libogg}/ogg-multiplex.html +0 -0
  1269. data/vendor/local/share/doc/{libogg-1.3.0 → libogg}/oggstream.html +0 -0
  1270. data/vendor/local/share/doc/libogg/packets.png +0 -0
  1271. data/vendor/local/share/doc/libogg/pages.png +0 -0
  1272. data/vendor/local/share/doc/{libogg-1.3.0 → libogg}/rfc3533.txt +0 -0
  1273. data/vendor/local/share/doc/{libogg-1.3.0 → libogg}/rfc5334.txt +0 -0
  1274. data/vendor/local/share/doc/{libogg-1.3.0 → libogg}/skeleton.html +0 -0
  1275. data/vendor/local/share/doc/{libogg-1.3.0 → libogg}/stream.png +0 -0
  1276. data/vendor/local/share/doc/{libogg-1.3.0 → libogg}/vorbisword2.png +0 -0
  1277. data/vendor/local/share/doc/{libogg-1.3.0 → libogg}/white-ogg.png +0 -0
  1278. data/vendor/local/share/doc/{libogg-1.3.0 → libogg}/white-xifish.png +0 -0
  1279. data/vendor/local/share/doc/libtheora-1.1.1/Theora.pdf +0 -0
  1280. data/vendor/local/share/doc/libtheora-1.1.1/html/annotated.html +15 -14
  1281. data/vendor/local/share/doc/libtheora-1.1.1/html/bc_s.png +0 -0
  1282. data/vendor/local/share/doc/libtheora-1.1.1/html/classes.html +4 -3
  1283. data/vendor/local/share/doc/libtheora-1.1.1/html/codec_8h.html +89 -56
  1284. data/vendor/local/share/doc/libtheora-1.1.1/html/codec_8h_source.html +156 -90
  1285. data/vendor/local/share/doc/libtheora-1.1.1/html/dir_0f91760d62c578de767c41a0aaae5482.html +10 -5
  1286. data/vendor/local/share/doc/libtheora-1.1.1/html/dir_d44c64559bbebec7f509842c48db8b23.html +7 -5
  1287. data/vendor/local/share/doc/libtheora-1.1.1/html/doxygen.css +212 -18
  1288. data/vendor/local/share/doc/libtheora-1.1.1/html/dynsections.js +32 -13
  1289. data/vendor/local/share/doc/libtheora-1.1.1/html/files.html +8 -7
  1290. data/vendor/local/share/doc/libtheora-1.1.1/html/functions.html +4 -3
  1291. data/vendor/local/share/doc/libtheora-1.1.1/html/functions_vars.html +4 -3
  1292. data/vendor/local/share/doc/libtheora-1.1.1/html/globals.html +4 -3
  1293. data/vendor/local/share/doc/libtheora-1.1.1/html/globals_defs.html +4 -3
  1294. data/vendor/local/share/doc/libtheora-1.1.1/html/globals_enum.html +4 -3
  1295. data/vendor/local/share/doc/libtheora-1.1.1/html/globals_eval.html +4 -3
  1296. data/vendor/local/share/doc/libtheora-1.1.1/html/globals_func.html +4 -3
  1297. data/vendor/local/share/doc/libtheora-1.1.1/html/globals_type.html +4 -3
  1298. data/vendor/local/share/doc/libtheora-1.1.1/html/globals_vars.html +4 -3
  1299. data/vendor/local/share/doc/libtheora-1.1.1/html/group__basefuncs.html +67 -51
  1300. data/vendor/local/share/doc/libtheora-1.1.1/html/group__decfuncs.html +43 -35
  1301. data/vendor/local/share/doc/libtheora-1.1.1/html/group__encfuncs.html +33 -26
  1302. data/vendor/local/share/doc/libtheora-1.1.1/html/group__oldfuncs.html +179 -129
  1303. data/vendor/local/share/doc/libtheora-1.1.1/html/index.html +4 -3
  1304. data/vendor/local/share/doc/libtheora-1.1.1/html/modules.html +4 -3
  1305. data/vendor/local/share/doc/libtheora-1.1.1/html/structth__comment.html +16 -11
  1306. data/vendor/local/share/doc/libtheora-1.1.1/html/structth__huff__code.html +11 -8
  1307. data/vendor/local/share/doc/libtheora-1.1.1/html/structth__img__plane.html +15 -10
  1308. data/vendor/local/share/doc/libtheora-1.1.1/html/structth__info.html +44 -24
  1309. data/vendor/local/share/doc/libtheora-1.1.1/html/structth__quant__info.html +16 -13
  1310. data/vendor/local/share/doc/libtheora-1.1.1/html/structth__quant__ranges.html +15 -11
  1311. data/vendor/local/share/doc/libtheora-1.1.1/html/structth__stripe__callback.html +13 -10
  1312. data/vendor/local/share/doc/libtheora-1.1.1/html/structtheora__comment.html +16 -11
  1313. data/vendor/local/share/doc/libtheora-1.1.1/html/structtheora__info.html +50 -21
  1314. data/vendor/local/share/doc/libtheora-1.1.1/html/structtheora__state.html +11 -6
  1315. data/vendor/local/share/doc/libtheora-1.1.1/html/structyuv__buffer.html +27 -17
  1316. data/vendor/local/share/doc/libtheora-1.1.1/html/tab_b.png +0 -0
  1317. data/vendor/local/share/doc/libtheora-1.1.1/html/tab_h.png +0 -0
  1318. data/vendor/local/share/doc/libtheora-1.1.1/html/theora_8h.html +114 -61
  1319. data/vendor/local/share/doc/libtheora-1.1.1/html/theora_8h_source.html +199 -112
  1320. data/vendor/local/share/doc/libtheora-1.1.1/html/theoradec_8h.html +63 -42
  1321. data/vendor/local/share/doc/libtheora-1.1.1/html/theoradec_8h_source.html +48 -30
  1322. data/vendor/local/share/doc/libtheora-1.1.1/html/theoraenc_8h.html +92 -64
  1323. data/vendor/local/share/doc/libtheora-1.1.1/html/theoraenc_8h_source.html +51 -33
  1324. data/vendor/local/share/doc/libtheora-1.1.1/latex/Makefile +2 -0
  1325. data/vendor/local/share/doc/libtheora-1.1.1/latex/codec_8h.tex +2 -4
  1326. data/vendor/local/share/doc/libtheora-1.1.1/latex/dir_0f91760d62c578de767c41a0aaae5482.tex +2 -2
  1327. data/vendor/local/share/doc/libtheora-1.1.1/latex/dir_d44c64559bbebec7f509842c48db8b23.tex +2 -2
  1328. data/vendor/local/share/doc/libtheora-1.1.1/latex/doxygen.sty +194 -214
  1329. data/vendor/local/share/doc/libtheora-1.1.1/latex/group__basefuncs.tex +2 -1
  1330. data/vendor/local/share/doc/libtheora-1.1.1/latex/group__oldfuncs.tex +2 -4
  1331. data/vendor/local/share/doc/libtheora-1.1.1/latex/refman.tex +101 -24
  1332. data/vendor/local/share/doc/libtheora-1.1.1/latex/structth__info.tex +2 -1
  1333. data/vendor/local/share/doc/libtheora-1.1.1/latex/structth__quant__info.tex +0 -4
  1334. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/doxygen-build.stamp +0 -0
  1335. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/eightphase.png +0 -0
  1336. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/evenlsp.png +0 -0
  1337. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/fish_xiph_org.png +0 -0
  1338. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/floor1_inverse_dB_table.html +0 -0
  1339. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/floorval.png +0 -0
  1340. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/fourphase.png +0 -0
  1341. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/framing.html +0 -0
  1342. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/helper.html +0 -0
  1343. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/index.html +0 -0
  1344. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/index.html +0 -0
  1345. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/overview.html +0 -0
  1346. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/reference.html +0 -0
  1347. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/return.html +0 -0
  1348. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/style.css +0 -0
  1349. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_analysis.html +0 -0
  1350. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_analysis_blockout.html +0 -0
  1351. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_analysis_buffer.html +0 -0
  1352. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_analysis_headerout.html +0 -0
  1353. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_analysis_init.html +0 -0
  1354. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_analysis_wrote.html +0 -0
  1355. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_bitrate_addblock.html +0 -0
  1356. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_bitrate_flushpacket.html +0 -0
  1357. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_block.html +0 -0
  1358. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_block_clear.html +0 -0
  1359. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_block_init.html +0 -0
  1360. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_comment.html +0 -0
  1361. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_comment_add.html +0 -0
  1362. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_comment_add_tag.html +0 -0
  1363. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_comment_clear.html +0 -0
  1364. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_comment_init.html +0 -0
  1365. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_comment_query.html +0 -0
  1366. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_comment_query_count.html +0 -0
  1367. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_commentheader_out.html +0 -0
  1368. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_dsp_clear.html +0 -0
  1369. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_dsp_state.html +0 -0
  1370. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_granule_time.html +0 -0
  1371. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_info.html +0 -0
  1372. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_info_blocksize.html +0 -0
  1373. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_info_clear.html +0 -0
  1374. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_info_init.html +0 -0
  1375. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_packet_blocksize.html +0 -0
  1376. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis.html +0 -0
  1377. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis_blockin.html +0 -0
  1378. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis_halfrate.html +0 -0
  1379. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis_halfrate_p.html +0 -0
  1380. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis_headerin.html +0 -0
  1381. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis_idheader.html +0 -0
  1382. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis_init.html +0 -0
  1383. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis_lapout.html +0 -0
  1384. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis_pcmout.html +0 -0
  1385. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis_read.html +0 -0
  1386. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis_restart.html +0 -0
  1387. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis_trackonly.html +0 -0
  1388. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_version_string.html +0 -0
  1389. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/lspmap.png +0 -0
  1390. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/oddlsp.png +0 -0
  1391. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/oggstream.html +0 -0
  1392. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/programming.html +0 -0
  1393. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/rfc5215.txt +0 -0
  1394. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/rfc5215.xml +0 -0
  1395. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/squarepolar.png +0 -0
  1396. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/stereo.html +0 -0
  1397. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/stream.png +0 -0
  1398. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/v-comment.html +0 -0
  1399. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbis-clip.txt +0 -0
  1400. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbis-errors.txt +0 -0
  1401. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbis-fidelity.html +0 -0
  1402. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbis.html +0 -0
  1403. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/changes.html +0 -0
  1404. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/examples.html +0 -0
  1405. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/index.html +0 -0
  1406. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/ovectl_ratemanage2_arg.html +0 -0
  1407. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/ovectl_ratemanage_arg.html +0 -0
  1408. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/overview.html +0 -0
  1409. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/reference.html +0 -0
  1410. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/style.css +0 -0
  1411. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/vorbis_encode_ctl.html +0 -0
  1412. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/vorbis_encode_init.html +0 -0
  1413. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/vorbis_encode_init_vbr.html +0 -0
  1414. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/vorbis_encode_setup_init.html +0 -0
  1415. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/vorbis_encode_setup_managed.html +0 -0
  1416. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/vorbis_encode_setup_vbr.html +0 -0
  1417. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/OggVorbis_File.html +0 -0
  1418. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/callbacks.html +0 -0
  1419. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/chaining_example_c.html +0 -0
  1420. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/chainingexample.html +0 -0
  1421. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/crosslap.html +0 -0
  1422. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/datastructures.html +0 -0
  1423. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/decoding.html +0 -0
  1424. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/example.html +0 -0
  1425. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/exampleindex.html +0 -0
  1426. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/fileinfo.html +0 -0
  1427. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/index.html +0 -0
  1428. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/initialization.html +0 -0
  1429. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_bitrate.html +0 -0
  1430. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_bitrate_instant.html +0 -0
  1431. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_callbacks.html +0 -0
  1432. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_clear.html +0 -0
  1433. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_comment.html +0 -0
  1434. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_crosslap.html +0 -0
  1435. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_fopen.html +0 -0
  1436. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_info.html +0 -0
  1437. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_open.html +0 -0
  1438. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_open_callbacks.html +0 -0
  1439. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_pcm_seek.html +0 -0
  1440. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_pcm_seek_lap.html +0 -0
  1441. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_pcm_seek_page.html +0 -0
  1442. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_pcm_seek_page_lap.html +0 -0
  1443. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_pcm_tell.html +0 -0
  1444. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_pcm_total.html +0 -0
  1445. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_raw_seek.html +0 -0
  1446. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_raw_seek_lap.html +0 -0
  1447. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_raw_tell.html +0 -0
  1448. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_raw_total.html +0 -0
  1449. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_read.html +0 -0
  1450. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_read_filter.html +0 -0
  1451. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_read_float.html +0 -0
  1452. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_seekable.html +0 -0
  1453. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_serialnumber.html +0 -0
  1454. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_streams.html +0 -0
  1455. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_test.html +0 -0
  1456. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_test_callbacks.html +0 -0
  1457. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_test_open.html +0 -0
  1458. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_time_seek.html +0 -0
  1459. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_time_seek_lap.html +0 -0
  1460. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_time_seek_page.html +0 -0
  1461. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_time_seek_page_lap.html +0 -0
  1462. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_time_tell.html +0 -0
  1463. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_time_total.html +0 -0
  1464. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/overview.html +0 -0
  1465. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/reference.html +0 -0
  1466. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/seekexample.html +0 -0
  1467. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/seeking.html +0 -0
  1468. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/seeking_example_c.html +0 -0
  1469. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/seeking_test_c.html +0 -0
  1470. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/seekingexample.html +0 -0
  1471. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/style.css +0 -0
  1472. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/threads.html +0 -0
  1473. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/vorbisfile_example_c.html +0 -0
  1474. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisword2.png +0 -0
  1475. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/wait.png +0 -0
  1476. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/white-xifish.png +0 -0
  1477. data/vendor/local/share/gir-1.0/Gst-1.0.gir +7379 -5728
  1478. data/vendor/local/share/gir-1.0/GstAllocators-1.0.gir +85 -0
  1479. data/vendor/local/share/gir-1.0/GstApp-1.0.gir +145 -128
  1480. data/vendor/local/share/gir-1.0/GstAudio-1.0.gir +786 -759
  1481. data/vendor/local/share/gir-1.0/GstBase-1.0.gir +1899 -1033
  1482. data/vendor/local/share/gir-1.0/GstCheck-1.0.gir +516 -61
  1483. data/vendor/local/share/gir-1.0/GstController-1.0.gir +91 -95
  1484. data/vendor/local/share/gir-1.0/GstFft-1.0.gir +90 -94
  1485. data/vendor/local/share/gir-1.0/GstInsertBin-1.0.gir +358 -0
  1486. data/vendor/local/share/gir-1.0/GstMpegts-1.0.gir +2469 -0
  1487. data/vendor/local/share/gir-1.0/GstNet-1.0.gir +43 -43
  1488. data/vendor/local/share/gir-1.0/GstPbutils-1.0.gir +510 -443
  1489. data/vendor/local/share/gir-1.0/GstRiff-1.0.gir +54 -56
  1490. data/vendor/local/share/gir-1.0/GstRtp-1.0.gir +793 -624
  1491. data/vendor/local/share/gir-1.0/GstRtsp-1.0.gir +810 -512
  1492. data/vendor/local/share/gir-1.0/GstSdp-1.0.gir +1247 -345
  1493. data/vendor/local/share/gir-1.0/GstTag-1.0.gir +249 -239
  1494. data/vendor/local/share/gir-1.0/GstVideo-1.0.gir +1677 -1049
  1495. data/vendor/local/share/gir-1.0/Soup-2.4.gir +16867 -0
  1496. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/annotation-glossary.html +29 -12
  1497. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/api-index-deprecated.html +39 -8
  1498. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/api-index-full.html +370 -130
  1499. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/codecparsers.html +8 -5
  1500. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/compiling.html +4 -4
  1501. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-1.0.devhelp2 +608 -42
  1502. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-descriptors.html +188 -0
  1503. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-sections.html +170 -0
  1504. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html +692 -0
  1505. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html +985 -0
  1506. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html +1263 -0
  1507. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.html +696 -0
  1508. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstInsertbin.html +634 -0
  1509. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ISDB-variants-of-MPEG-TS-descriptors.html +240 -0
  1510. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Mpeg-ts-helper-library.html +65 -0
  1511. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstmpegvideometa.html +202 -0
  1512. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-h264parser.html +149 -26
  1513. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html +369 -15
  1514. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpegvideoparser.html +223 -31
  1515. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-vc1parser.html +335 -34
  1516. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gstreamer-libs-hierarchy.html +27 -5
  1517. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gstreamer-plugins-bad.html +22 -12
  1518. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/index.html +23 -13
  1519. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/index.sgml +655 -50
  1520. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/mpegts.html +61 -0
  1521. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/tools.html +33 -0
  1522. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/annotation-glossary.html +34 -43
  1523. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/api-index-deprecated.html +5 -5
  1524. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/api-index-full.html +422 -6
  1525. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/compiling.html +6 -6
  1526. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-1.0.devhelp2 +318 -71
  1527. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoDecoder.html +152 -44
  1528. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoEncoder.html +104 -30
  1529. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-appsink.html +55 -16
  1530. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-appsrc.html +98 -20
  1531. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-dmabuf.html +155 -0
  1532. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-encoding-profile.html +271 -55
  1533. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudio.html +271 -33
  1534. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiobasesink.html +63 -18
  1535. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiobasesrc.html +41 -14
  1536. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiocdsrc.html +24 -12
  1537. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiochannels.html +652 -0
  1538. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudioclock.html +27 -9
  1539. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiodecoder.html +131 -38
  1540. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudioencoder.html +136 -42
  1541. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiofilter.html +11 -5
  1542. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudioiec61937.html +11 -5
  1543. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiometa.html +229 -0
  1544. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiomixerutils.html +3 -3
  1545. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudioringbuffer.html +149 -42
  1546. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiosink.html +11 -5
  1547. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiosrc.html +11 -5
  1548. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstcolorbalance.html +36 -12
  1549. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstcolorbalancechannel.html +16 -7
  1550. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstdiscoverer.html +254 -62
  1551. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstfft.html +11 -5
  1552. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstfftf32.html +27 -9
  1553. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstfftf64.html +27 -9
  1554. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstffts16.html +27 -9
  1555. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstffts32.html +27 -9
  1556. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutils.html +5 -5
  1557. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutilscodecutils.html +78 -17
  1558. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutilsdescriptions.html +34 -12
  1559. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutilsinstallplugins.html +52 -22
  1560. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutilsmissingplugins.html +57 -18
  1561. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpluginsbaseversion.html +13 -7
  1562. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstriff.html +39 -12
  1563. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtcpbuffer.html +254 -74
  1564. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtpbaseaudiopayload.html +40 -13
  1565. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtpbasedepayload.html +15 -6
  1566. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtpbasepayload.html +44 -14
  1567. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtpbuffer.html +192 -51
  1568. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtphdrext.html +162 -3
  1569. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtppayloads.html +24 -9
  1570. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspconnection.html +341 -40
  1571. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html +628 -21
  1572. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspextension.html +4 -4
  1573. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspmessage.html +109 -30
  1574. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtsprange.html +185 -15
  1575. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtsptransport.html +58 -16
  1576. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspurl.html +35 -11
  1577. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstsdpmessage.html +1928 -162
  1578. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gststreamvolume.html +28 -10
  1579. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttag.html +16 -7
  1580. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagdemux.html +17 -8
  1581. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagexif.html +19 -7
  1582. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagid3.html +40 -13
  1583. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttaglanguagecodes.html +32 -11
  1584. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttaglicenses.html +35 -11
  1585. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagmux.html +13 -7
  1586. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagvorbis.html +32 -11
  1587. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagxmp.html +15 -6
  1588. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagxmpwriter.html +24 -9
  1589. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html +336 -70
  1590. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideofilter.html +8 -5
  1591. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideometa.html +445 -11
  1592. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideoorientation.html +39 -12
  1593. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideooverlay.html +51 -27
  1594. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideooverlaycomposition.html +162 -35
  1595. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideosink.html +24 -9
  1596. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideoutils.html +79 -22
  1597. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-allocators.html +38 -0
  1598. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-app.html +6 -6
  1599. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-audio.html +8 -5
  1600. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-base-utils.html +4 -4
  1601. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-ffft.html +4 -4
  1602. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-libs-hierarchy.html +3 -3
  1603. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-plugins-base.html +13 -6
  1604. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-riff.html +4 -4
  1605. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-rtp.html +4 -4
  1606. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-rtsp.html +4 -4
  1607. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-sdp.html +4 -4
  1608. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-tag.html +4 -4
  1609. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-video.html +5 -5
  1610. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/index.html +14 -7
  1611. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/index.sgml +294 -42
  1612. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/ch01.html +6 -6
  1613. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/ch02.html +32 -32
  1614. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-1.0.devhelp2 +147 -119
  1615. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-adder.html +26 -9
  1616. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-alsasink.html +13 -15
  1617. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-alsasrc.html +13 -15
  1618. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-appsink.html +50 -17
  1619. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-appsrc.html +41 -12
  1620. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-audioconvert.html +26 -11
  1621. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-audiorate.html +18 -9
  1622. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-audioresample.html +43 -9
  1623. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-audiotestsrc.html +19 -14
  1624. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-cdparanoiasrc.html +21 -9
  1625. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-clockoverlay.html +17 -8
  1626. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-decodebin.html +124 -43
  1627. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-encodebin.html +70 -13
  1628. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-giosink.html +14 -8
  1629. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-giosrc.html +14 -8
  1630. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-giostreamsink.html +14 -8
  1631. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-giostreamsrc.html +14 -8
  1632. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-multifdsink.html +69 -20
  1633. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-multisocketsink.html +162 -17
  1634. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-oggdemux.html +17 -8
  1635. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-oggmux.html +29 -10
  1636. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-playbin.html +117 -77
  1637. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-adder.html +14 -8
  1638. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-alsa.html +14 -8
  1639. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-app.html +14 -8
  1640. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-audioconvert.html +14 -8
  1641. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-audiorate.html +14 -8
  1642. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-audioresample.html +14 -8
  1643. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-audiotestsrc.html +14 -8
  1644. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-cdparanoia.html +14 -8
  1645. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-encoding.html +14 -8
  1646. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-gio.html +14 -8
  1647. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-libvisual.html +14 -8
  1648. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-ogg.html +14 -8
  1649. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-pango.html +14 -8
  1650. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-playback.html +18 -8
  1651. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-subparse.html +14 -8
  1652. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-tcp.html +14 -8
  1653. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-theora.html +14 -8
  1654. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-typefindfunctions.html +14 -8
  1655. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-videoconvert.html +14 -8
  1656. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-videorate.html +14 -8
  1657. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-videoscale.html +14 -8
  1658. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-videotestsrc.html +14 -8
  1659. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-volume.html +14 -8
  1660. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-vorbis.html +14 -8
  1661. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-ximagesink.html +14 -8
  1662. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-xvimagesink.html +14 -8
  1663. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-subtitleoverlay.html +22 -10
  1664. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-tcpclientsink.html +14 -8
  1665. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-tcpclientsrc.html +14 -8
  1666. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-tcpserversink.html +14 -8
  1667. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-tcpserversrc.html +14 -8
  1668. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-textoverlay.html +21 -9
  1669. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-textrender.html +17 -8
  1670. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-theoradec.html +17 -8
  1671. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-theoraenc.html +17 -8
  1672. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-theoraparse.html +17 -8
  1673. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-timeoverlay.html +17 -8
  1674. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-uridecodebin.html +73 -15
  1675. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-videoconvert.html +28 -11
  1676. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-videorate.html +18 -9
  1677. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-videoscale.html +33 -13
  1678. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-videotestsrc.html +32 -13
  1679. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-volume.html +18 -9
  1680. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-vorbisdec.html +17 -8
  1681. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-vorbisenc.html +18 -9
  1682. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-vorbisparse.html +17 -8
  1683. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-vorbistag.html +17 -8
  1684. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-ximagesink.html +13 -7
  1685. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-xvimagesink.html +13 -7
  1686. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/index.html +31 -31
  1687. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/index.sgml +29 -2
  1688. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstAllocator.html +62 -20
  1689. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstBin.html +138 -34
  1690. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstBus.html +113 -38
  1691. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstChildProxy.html +65 -20
  1692. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstClock.html +191 -50
  1693. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstControlBinding.html +37 -13
  1694. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstControlSource.html +31 -10
  1695. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstElement.html +447 -114
  1696. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstElementFactory.html +82 -25
  1697. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstGhostPad.html +74 -25
  1698. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstObject.html +186 -55
  1699. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPad.html +568 -167
  1700. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPadTemplate.html +61 -19
  1701. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPipeline.html +53 -17
  1702. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPlugin.html +131 -38
  1703. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPluginFeature.html +83 -17
  1704. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPreset.html +48 -15
  1705. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstRegistry.html +81 -24
  1706. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstSystemClock.html +11 -5
  1707. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTagSetter.html +47 -14
  1708. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTask.html +93 -27
  1709. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTaskPool.html +31 -10
  1710. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTypeFindFactory.html +24 -9
  1711. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/annotation-glossary.html +52 -57
  1712. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/api-index-deprecated.html +24 -8
  1713. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/api-index-full.html +315 -11
  1714. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gst-building.html +6 -6
  1715. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gst-running.html +128 -16
  1716. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-1.0.devhelp2 +92 -6
  1717. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-Gst.html +50 -17
  1718. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstAtomicQueue.html +31 -10
  1719. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstBuffer.html +373 -87
  1720. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstBufferList.html +59 -17
  1721. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstBufferPool.html +91 -25
  1722. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstCaps.html +447 -74
  1723. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstCapsFeatures.html +783 -0
  1724. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstContext.html +432 -0
  1725. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstDateTime.html +119 -32
  1726. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstEvent.html +392 -73
  1727. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstFormat.html +39 -12
  1728. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstGError.html +26 -11
  1729. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstInfo.html +417 -82
  1730. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstIterator.html +109 -31
  1731. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstMemory.html +207 -31
  1732. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstMessage.html +565 -95
  1733. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstMeta.html +80 -19
  1734. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstMiniObject.html +137 -38
  1735. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstParamSpec.html +11 -5
  1736. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstParse.html +67 -23
  1737. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstPoll.html +87 -24
  1738. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstQuery.html +581 -108
  1739. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstSample.html +39 -14
  1740. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstSegment.html +56 -17
  1741. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstStructure.html +301 -72
  1742. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstTagList.html +295 -85
  1743. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstToc.html +121 -30
  1744. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstTocSetter.html +19 -7
  1745. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstTypeFind.html +39 -17
  1746. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstUriHandler.html +72 -21
  1747. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstUtils.html +324 -79
  1748. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstValue.html +436 -100
  1749. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstVersion.html +9 -6
  1750. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-gstconfig.html +5 -5
  1751. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-hierarchy.html +5 -5
  1752. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-support.html +6 -6
  1753. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer.html +6 -6
  1754. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/index.html +12 -6
  1755. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/index.sgml +107 -9
  1756. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/libgstreamer.html +13 -7
  1757. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstAdapter.html +81 -30
  1758. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstBaseSink.html +112 -27
  1759. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstBaseSrc.html +76 -25
  1760. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstBaseTransform.html +78 -37
  1761. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstCollectPads.html +141 -39
  1762. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstInterpolationControlSource.html +11 -5
  1763. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstLFOControlSource.html +17 -11
  1764. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstNetClientClock.html +7 -4
  1765. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstNetTimeProvider.html +10 -6
  1766. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstPushSrc.html +3 -3
  1767. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstTestClock.html +754 -0
  1768. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstTimedValueControlSource.html +35 -11
  1769. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstTriggerControlSource.html +7 -4
  1770. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/annotation-glossary.html +47 -48
  1771. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/api-index-deprecated.html +5 -5
  1772. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/api-index-full.html +220 -9
  1773. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-base.html +10 -4
  1774. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-check.html +7 -4
  1775. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-control.html +6 -6
  1776. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-hierarchy.html +8 -7
  1777. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-1.0.devhelp2 +59 -4
  1778. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstARGBControlBinding.html +8 -5
  1779. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstBaseParse.html +115 -30
  1780. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstBitReader.html +140 -32
  1781. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstBufferStraw.html +15 -6
  1782. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstByteReader.html +467 -119
  1783. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstByteWriter.html +280 -73
  1784. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstCheck.html +414 -23
  1785. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstDataQueue.html +598 -0
  1786. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstDirectControlBinding.html +10 -6
  1787. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstNetTimePacket.html +23 -8
  1788. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstQueueArray.html +306 -0
  1789. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstStreamConsistency.html +17 -8
  1790. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstTypeFindHelper.html +37 -15
  1791. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs.html +13 -4
  1792. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-net.html +4 -4
  1793. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/index.html +14 -5
  1794. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/index.sgml +78 -8
  1795. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/ch01.html +6 -6
  1796. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/ch02.html +7 -7
  1797. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-1.0.devhelp2 +63 -72
  1798. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-capsfilter.html +18 -9
  1799. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-fakesink.html +35 -20
  1800. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-fakesrc.html +44 -23
  1801. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-fdsink.html +13 -7
  1802. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-fdsrc.html +15 -9
  1803. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-filesink.html +26 -20
  1804. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-filesrc.html +14 -48
  1805. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-funnel.html +17 -8
  1806. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-identity.html +44 -40
  1807. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-input-selector.html +46 -67
  1808. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-multiqueue.html +60 -45
  1809. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-output-selector.html +25 -16
  1810. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-plugin-coreelements.html +15 -9
  1811. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-queue.html +70 -26
  1812. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-queue2.html +38 -29
  1813. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-tee.html +34 -30
  1814. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-typefind.html +25 -22
  1815. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-valve.html +17 -8
  1816. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/index.html +6 -6
  1817. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/index.sgml +20 -29
  1818. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAddress.html +875 -0
  1819. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuth.html +662 -0
  1820. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuthDomain.html +758 -0
  1821. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuthDomainBasic.html +277 -0
  1822. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuthDomainDigest.html +313 -0
  1823. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuthManager.html +216 -0
  1824. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCache.html +326 -0
  1825. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupContentDecoder.html +114 -0
  1826. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupContentSniffer.html +189 -0
  1827. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCookie.html +1135 -0
  1828. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCookieJar.html +695 -0
  1829. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCookieJarDB.html +162 -0
  1830. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCookieJarText.html +156 -0
  1831. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupLogger.html +564 -0
  1832. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMessage.html +2205 -0
  1833. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMessageBody.html +1015 -0
  1834. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMessageHeaders.html +1473 -0
  1835. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMultipart.html +413 -0
  1836. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMultipartInputStream.html +339 -0
  1837. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupProxyResolverDefault.html +108 -0
  1838. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupRequest.html +404 -0
  1839. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupRequestData.html +84 -0
  1840. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupRequestFile.html +113 -0
  1841. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupRequestHTTP.html +117 -0
  1842. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupServer.html +1346 -0
  1843. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSession.html +2416 -0
  1844. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSessionAsync.html +144 -0
  1845. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSessionFeature.html +182 -0
  1846. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSessionSync.html +144 -0
  1847. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSocket.html +1239 -0
  1848. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupURI.html +1279 -0
  1849. data/vendor/local/share/gtk-doc/html/libsoup-2.4/annotation-glossary.html +72 -0
  1850. data/vendor/local/share/gtk-doc/html/libsoup-2.4/ch01.html +49 -0
  1851. data/vendor/local/share/gtk-doc/html/libsoup-2.4/ch02.html +109 -0
  1852. data/vendor/local/share/gtk-doc/html/libsoup-2.4/ch03.html +59 -0
  1853. data/vendor/local/share/gtk-doc/html/libsoup-2.4/ch04.html +41 -0
  1854. data/vendor/local/share/gtk-doc/html/libsoup-2.4/ch05.html +38 -0
  1855. data/vendor/local/share/{doc/libxml2-2.9.0/html/html → gtk-doc/html/libsoup-2.4}/home.png +0 -0
  1856. data/vendor/local/share/gtk-doc/html/libsoup-2.4/index.html +178 -0
  1857. data/vendor/local/share/gtk-doc/html/libsoup-2.4/index.sgml +1144 -0
  1858. data/vendor/local/share/gtk-doc/html/libsoup-2.4/ix01.html +1489 -0
  1859. data/vendor/local/share/{doc/libxml2-2.9.0/html/html → gtk-doc/html/libsoup-2.4}/left.png +0 -0
  1860. data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-GValue-Support.html +710 -0
  1861. data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-HTML-Form-Support.html +510 -0
  1862. data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-Soup-Miscellaneous-Utilities.html +1527 -0
  1863. data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-Top-Level-Domain-utils.html +202 -0
  1864. data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-Version-Information.html +464 -0
  1865. data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-XMLRPC-Support.html +633 -0
  1866. data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-soup-method.html +240 -0
  1867. data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-soup-status.html +734 -0
  1868. data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4.devhelp2 +948 -0
  1869. data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-build-howto.html +136 -0
  1870. data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-client-howto.html +604 -0
  1871. data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-request-howto.html +172 -0
  1872. data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-server-howto.html +444 -0
  1873. data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-session-porting.html +218 -0
  1874. data/vendor/local/share/{doc/libxml2-2.9.0/html/html → gtk-doc/html/libsoup-2.4}/right.png +0 -0
  1875. data/vendor/local/share/gtk-doc/html/libsoup-2.4/style.css +266 -0
  1876. data/vendor/local/share/{doc/libxml2-2.9.0/html/html → gtk-doc/html/libsoup-2.4}/up.png +0 -0
  1877. data/vendor/local/share/license/flac/AUTHORS +3 -2
  1878. data/vendor/local/share/license/gst-libav/COPYING.LIB +2 -2
  1879. data/vendor/local/share/license/gst-plugins-base/COPYING +2 -2
  1880. data/vendor/local/share/license/gst-plugins-base/COPYING.LIB +2 -2
  1881. data/vendor/local/share/license/gstreamer/COPYING +2 -2
  1882. data/vendor/local/share/license/libav/COPYING.LGPLv2.1 +0 -2
  1883. data/vendor/local/share/license/libav/LICENSE +38 -18
  1884. data/vendor/local/share/license/libsoup/AUTHORS +13 -0
  1885. data/vendor/local/share/license/libsoup/COPYING +481 -0
  1886. data/vendor/local/share/locale/af/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1887. data/vendor/local/share/locale/af/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1888. data/vendor/local/share/locale/af/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1889. data/vendor/local/share/locale/af/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1890. data/vendor/local/share/locale/an/LC_MESSAGES/libsoup.mo +0 -0
  1891. data/vendor/local/share/locale/as/LC_MESSAGES/libsoup.mo +0 -0
  1892. data/vendor/local/share/locale/az/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1893. data/vendor/local/share/locale/az/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1894. data/vendor/local/share/locale/az/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1895. data/vendor/local/share/locale/az/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1896. data/vendor/local/share/locale/be/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1897. data/vendor/local/share/locale/be/LC_MESSAGES/libsoup.mo +0 -0
  1898. data/vendor/local/share/locale/bg/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1899. data/vendor/local/share/locale/bg/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1900. data/vendor/local/share/locale/bg/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1901. data/vendor/local/share/locale/bg/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1902. data/vendor/local/share/locale/bg/LC_MESSAGES/libsoup.mo +0 -0
  1903. data/vendor/local/share/locale/bn_IN/LC_MESSAGES/libsoup.mo +0 -0
  1904. data/vendor/local/share/locale/ca/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1905. data/vendor/local/share/locale/ca/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1906. data/vendor/local/share/locale/ca/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1907. data/vendor/local/share/locale/ca/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1908. data/vendor/local/share/locale/ca/LC_MESSAGES/libsoup.mo +0 -0
  1909. data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/libsoup.mo +0 -0
  1910. data/vendor/local/share/locale/cs/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1911. data/vendor/local/share/locale/cs/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1912. data/vendor/local/share/locale/cs/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1913. data/vendor/local/share/locale/cs/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1914. data/vendor/local/share/locale/cs/LC_MESSAGES/libsoup.mo +0 -0
  1915. data/vendor/local/share/locale/da/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1916. data/vendor/local/share/locale/da/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1917. data/vendor/local/share/locale/da/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1918. data/vendor/local/share/locale/da/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1919. data/vendor/local/share/locale/da/LC_MESSAGES/libsoup.mo +0 -0
  1920. data/vendor/local/share/locale/de/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1921. data/vendor/local/share/locale/de/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1922. data/vendor/local/share/locale/de/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1923. data/vendor/local/share/locale/de/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1924. data/vendor/local/share/locale/de/LC_MESSAGES/libsoup.mo +0 -0
  1925. data/vendor/local/share/locale/el/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1926. data/vendor/local/share/locale/el/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1927. data/vendor/local/share/locale/el/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1928. data/vendor/local/share/locale/el/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1929. data/vendor/local/share/locale/el/LC_MESSAGES/libsoup.mo +0 -0
  1930. data/vendor/local/share/locale/en_GB/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1931. data/vendor/local/share/locale/en_GB/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1932. data/vendor/local/share/locale/en_GB/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1933. data/vendor/local/share/locale/en_GB/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1934. data/vendor/local/share/locale/en_GB/LC_MESSAGES/libsoup.mo +0 -0
  1935. data/vendor/local/share/locale/eo/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1936. data/vendor/local/share/locale/eo/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1937. data/vendor/local/share/locale/eo/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1938. data/vendor/local/share/locale/eo/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1939. data/vendor/local/share/locale/eo/LC_MESSAGES/libsoup.mo +0 -0
  1940. data/vendor/local/share/locale/es/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1941. data/vendor/local/share/locale/es/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1942. data/vendor/local/share/locale/es/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1943. data/vendor/local/share/locale/es/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1944. data/vendor/local/share/locale/es/LC_MESSAGES/libsoup.mo +0 -0
  1945. data/vendor/local/share/locale/et/LC_MESSAGES/libsoup.mo +0 -0
  1946. data/vendor/local/share/locale/eu/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1947. data/vendor/local/share/locale/eu/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1948. data/vendor/local/share/locale/eu/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1949. data/vendor/local/share/locale/eu/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1950. data/vendor/local/share/locale/eu/LC_MESSAGES/libsoup.mo +0 -0
  1951. data/vendor/local/share/locale/fa/LC_MESSAGES/libsoup.mo +0 -0
  1952. data/vendor/local/share/locale/fi/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1953. data/vendor/local/share/locale/fi/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1954. data/vendor/local/share/locale/fi/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1955. data/vendor/local/share/locale/fi/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1956. data/vendor/local/share/locale/fr/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1957. data/vendor/local/share/locale/fr/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1958. data/vendor/local/share/locale/fr/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1959. data/vendor/local/share/locale/fr/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1960. data/vendor/local/share/locale/fr/LC_MESSAGES/libsoup.mo +0 -0
  1961. data/vendor/local/share/locale/fur/LC_MESSAGES/libsoup.mo +0 -0
  1962. data/vendor/local/share/locale/gl/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1963. data/vendor/local/share/locale/gl/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1964. data/vendor/local/share/locale/gl/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1965. data/vendor/local/share/locale/gl/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1966. data/vendor/local/share/locale/gl/LC_MESSAGES/libsoup.mo +0 -0
  1967. data/vendor/local/share/locale/gu/LC_MESSAGES/libsoup.mo +0 -0
  1968. data/vendor/local/share/locale/he/LC_MESSAGES/libsoup.mo +0 -0
  1969. data/vendor/local/share/locale/hi/LC_MESSAGES/libsoup.mo +0 -0
  1970. data/vendor/local/share/locale/hr/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1971. data/vendor/local/share/locale/hr/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1972. data/vendor/local/share/locale/hr/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1973. data/vendor/local/share/locale/hr/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1974. data/vendor/local/share/locale/hu/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1975. data/vendor/local/share/locale/hu/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1976. data/vendor/local/share/locale/hu/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1977. data/vendor/local/share/locale/hu/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1978. data/vendor/local/share/locale/hu/LC_MESSAGES/libsoup.mo +0 -0
  1979. data/vendor/local/share/locale/id/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1980. data/vendor/local/share/locale/id/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1981. data/vendor/local/share/locale/id/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1982. data/vendor/local/share/locale/id/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1983. data/vendor/local/share/locale/id/LC_MESSAGES/libsoup.mo +0 -0
  1984. data/vendor/local/share/locale/it/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1985. data/vendor/local/share/locale/it/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1986. data/vendor/local/share/locale/it/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1987. data/vendor/local/share/locale/it/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1988. data/vendor/local/share/locale/it/LC_MESSAGES/libsoup.mo +0 -0
  1989. data/vendor/local/share/locale/ja/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1990. data/vendor/local/share/locale/ja/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1991. data/vendor/local/share/locale/ja/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1992. data/vendor/local/share/locale/ja/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1993. data/vendor/local/share/locale/ja/LC_MESSAGES/libsoup.mo +0 -0
  1994. data/vendor/local/share/locale/kn/LC_MESSAGES/libsoup.mo +0 -0
  1995. data/vendor/local/share/locale/ko/LC_MESSAGES/libsoup.mo +0 -0
  1996. data/vendor/local/share/locale/ky/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1997. data/vendor/local/share/locale/lt/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1998. data/vendor/local/share/locale/lt/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1999. data/vendor/local/share/locale/lt/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2000. data/vendor/local/share/locale/lt/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  2001. data/vendor/local/share/locale/lt/LC_MESSAGES/libsoup.mo +0 -0
  2002. data/vendor/local/share/locale/lv/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  2003. data/vendor/local/share/locale/lv/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  2004. data/vendor/local/share/locale/lv/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2005. data/vendor/local/share/locale/lv/LC_MESSAGES/libsoup.mo +0 -0
  2006. data/vendor/local/share/locale/ml/LC_MESSAGES/libsoup.mo +0 -0
  2007. data/vendor/local/share/locale/mr/LC_MESSAGES/libsoup.mo +0 -0
  2008. data/vendor/local/share/locale/mt/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  2009. data/vendor/local/share/locale/mt/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2010. data/vendor/local/share/locale/nb/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  2011. data/vendor/local/share/locale/nb/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  2012. data/vendor/local/share/locale/nb/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2013. data/vendor/local/share/locale/nb/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  2014. data/vendor/local/share/locale/nb/LC_MESSAGES/libsoup.mo +0 -0
  2015. data/vendor/local/share/locale/nl/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  2016. data/vendor/local/share/locale/nl/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  2017. data/vendor/local/share/locale/nl/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2018. data/vendor/local/share/locale/nl/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  2019. data/vendor/local/share/locale/nl/LC_MESSAGES/libsoup.mo +0 -0
  2020. data/vendor/local/share/locale/or/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  2021. data/vendor/local/share/locale/or/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  2022. data/vendor/local/share/locale/or/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2023. data/vendor/local/share/locale/or/LC_MESSAGES/libsoup.mo +0 -0
  2024. data/vendor/local/share/locale/pa/LC_MESSAGES/libsoup.mo +0 -0
  2025. data/vendor/local/share/locale/pl/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  2026. data/vendor/local/share/locale/pl/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  2027. data/vendor/local/share/locale/pl/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2028. data/vendor/local/share/locale/pl/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  2029. data/vendor/local/share/locale/pl/LC_MESSAGES/libsoup.mo +0 -0
  2030. data/vendor/local/share/locale/pt/LC_MESSAGES/libsoup.mo +0 -0
  2031. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  2032. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  2033. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2034. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  2035. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/libsoup.mo +0 -0
  2036. data/vendor/local/share/locale/ro/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  2037. data/vendor/local/share/locale/ro/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  2038. data/vendor/local/share/locale/ro/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2039. data/vendor/local/share/locale/ro/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  2040. data/vendor/local/share/locale/ro/LC_MESSAGES/libsoup.mo +0 -0
  2041. data/vendor/local/share/locale/ru/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  2042. data/vendor/local/share/locale/ru/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  2043. data/vendor/local/share/locale/ru/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2044. data/vendor/local/share/locale/ru/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  2045. data/vendor/local/share/locale/ru/LC_MESSAGES/libsoup.mo +0 -0
  2046. data/vendor/local/share/locale/rw/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  2047. data/vendor/local/share/locale/sk/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  2048. data/vendor/local/share/locale/sk/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  2049. data/vendor/local/share/locale/sk/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2050. data/vendor/local/share/locale/sk/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  2051. data/vendor/local/share/locale/sk/LC_MESSAGES/libsoup.mo +0 -0
  2052. data/vendor/local/share/locale/sl/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  2053. data/vendor/local/share/locale/sl/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  2054. data/vendor/local/share/locale/sl/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2055. data/vendor/local/share/locale/sl/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  2056. data/vendor/local/share/locale/sl/LC_MESSAGES/libsoup.mo +0 -0
  2057. data/vendor/local/share/locale/sq/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  2058. data/vendor/local/share/locale/sq/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  2059. data/vendor/local/share/locale/sq/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2060. data/vendor/local/share/locale/sq/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  2061. data/vendor/local/share/locale/sr/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  2062. data/vendor/local/share/locale/sr/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  2063. data/vendor/local/share/locale/sr/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2064. data/vendor/local/share/locale/sr/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  2065. data/vendor/local/share/locale/sr/LC_MESSAGES/libsoup.mo +0 -0
  2066. data/vendor/local/share/locale/sr@latin/LC_MESSAGES/libsoup.mo +0 -0
  2067. data/vendor/local/share/locale/sv/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  2068. data/vendor/local/share/locale/sv/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  2069. data/vendor/local/share/locale/sv/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2070. data/vendor/local/share/locale/sv/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  2071. data/vendor/local/share/locale/sv/LC_MESSAGES/libsoup.mo +0 -0
  2072. data/vendor/local/share/locale/ta/LC_MESSAGES/libsoup.mo +0 -0
  2073. data/vendor/local/share/locale/te/LC_MESSAGES/libsoup.mo +0 -0
  2074. data/vendor/local/share/locale/tg/LC_MESSAGES/libsoup.mo +0 -0
  2075. data/vendor/local/share/locale/th/LC_MESSAGES/libsoup.mo +0 -0
  2076. data/vendor/local/share/locale/tr/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  2077. data/vendor/local/share/locale/tr/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  2078. data/vendor/local/share/locale/tr/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2079. data/vendor/local/share/locale/tr/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  2080. data/vendor/local/share/locale/tr/LC_MESSAGES/libsoup.mo +0 -0
  2081. data/vendor/local/share/locale/ug/LC_MESSAGES/libsoup.mo +0 -0
  2082. data/vendor/local/share/locale/uk/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  2083. data/vendor/local/share/locale/uk/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  2084. data/vendor/local/share/locale/uk/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2085. data/vendor/local/share/locale/uk/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  2086. data/vendor/local/share/locale/uk/LC_MESSAGES/libsoup.mo +0 -0
  2087. data/vendor/local/share/locale/uz@cyrillic/LC_MESSAGES/libsoup.mo +0 -0
  2088. data/vendor/local/share/locale/vi/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  2089. data/vendor/local/share/locale/vi/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  2090. data/vendor/local/share/locale/vi/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2091. data/vendor/local/share/locale/vi/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  2092. data/vendor/local/share/locale/vi/LC_MESSAGES/libsoup.mo +0 -0
  2093. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  2094. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  2095. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2096. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  2097. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/libsoup.mo +0 -0
  2098. data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2099. data/vendor/local/share/locale/zh_HK/LC_MESSAGES/libsoup.mo +0 -0
  2100. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2101. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  2102. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/libsoup.mo +0 -0
  2103. data/vendor/local/share/man/man1/cjpeg.1 +49 -8
  2104. data/vendor/local/share/man/man1/flac.1 +65 -10
  2105. data/vendor/local/share/man/man1/gst-launch-1.0.1 +27 -6
  2106. data/vendor/local/share/man/man1/gst-play-1.0.1 +34 -0
  2107. data/vendor/local/share/man/man1/metaflac.1 +5 -4
  2108. data/vendor/local/share/man/man1/sqlite3.1 +229 -0
  2109. metadata +865 -838
  2110. data/vendor/local/bin/libgstbasevideo-1.0-0.dll +0 -0
  2111. data/vendor/local/bin/libgstsignalprocessor-1.0-0.dll +0 -0
  2112. data/vendor/local/bin/libjpeg-8.dll +0 -0
  2113. data/vendor/local/bin/libxml2-2.dll +0 -0
  2114. data/vendor/local/bin/xmlcatalog.exe +0 -0
  2115. data/vendor/local/bin/xmllint.exe +0 -0
  2116. data/vendor/local/include/gstreamer-1.0/gst/signalprocessor/gstsignalprocessor.h +0 -136
  2117. data/vendor/local/include/gstreamer-1.0/gst/video/gstsurfaceconverter.h +0 -65
  2118. data/vendor/local/include/gstreamer-1.0/gst/video/gstsurfacemeta.h +0 -68
  2119. data/vendor/local/include/gstreamer-1.0/gst/video/videocontext.h +0 -117
  2120. data/vendor/local/include/libxml2/libxml/DOCBparser.h +0 -96
  2121. data/vendor/local/include/libxml2/libxml/HTMLparser.h +0 -306
  2122. data/vendor/local/include/libxml2/libxml/HTMLtree.h +0 -147
  2123. data/vendor/local/include/libxml2/libxml/SAX.h +0 -173
  2124. data/vendor/local/include/libxml2/libxml/SAX2.h +0 -176
  2125. data/vendor/local/include/libxml2/libxml/c14n.h +0 -126
  2126. data/vendor/local/include/libxml2/libxml/catalog.h +0 -182
  2127. data/vendor/local/include/libxml2/libxml/chvalid.h +0 -230
  2128. data/vendor/local/include/libxml2/libxml/debugXML.h +0 -217
  2129. data/vendor/local/include/libxml2/libxml/dict.h +0 -80
  2130. data/vendor/local/include/libxml2/libxml/encoding.h +0 -240
  2131. data/vendor/local/include/libxml2/libxml/entities.h +0 -150
  2132. data/vendor/local/include/libxml2/libxml/globals.h +0 -502
  2133. data/vendor/local/include/libxml2/libxml/hash.h +0 -233
  2134. data/vendor/local/include/libxml2/libxml/list.h +0 -137
  2135. data/vendor/local/include/libxml2/libxml/nanoftp.h +0 -163
  2136. data/vendor/local/include/libxml2/libxml/nanohttp.h +0 -81
  2137. data/vendor/local/include/libxml2/libxml/parser.h +0 -1240
  2138. data/vendor/local/include/libxml2/libxml/parserInternals.h +0 -644
  2139. data/vendor/local/include/libxml2/libxml/pattern.h +0 -100
  2140. data/vendor/local/include/libxml2/libxml/relaxng.h +0 -213
  2141. data/vendor/local/include/libxml2/libxml/schemasInternals.h +0 -958
  2142. data/vendor/local/include/libxml2/libxml/schematron.h +0 -142
  2143. data/vendor/local/include/libxml2/libxml/threads.h +0 -84
  2144. data/vendor/local/include/libxml2/libxml/tree.h +0 -1303
  2145. data/vendor/local/include/libxml2/libxml/uri.h +0 -94
  2146. data/vendor/local/include/libxml2/libxml/valid.h +0 -458
  2147. data/vendor/local/include/libxml2/libxml/xinclude.h +0 -129
  2148. data/vendor/local/include/libxml2/libxml/xlink.h +0 -189
  2149. data/vendor/local/include/libxml2/libxml/xmlIO.h +0 -366
  2150. data/vendor/local/include/libxml2/libxml/xmlautomata.h +0 -146
  2151. data/vendor/local/include/libxml2/libxml/xmlerror.h +0 -944
  2152. data/vendor/local/include/libxml2/libxml/xmlexports.h +0 -162
  2153. data/vendor/local/include/libxml2/libxml/xmlmemory.h +0 -224
  2154. data/vendor/local/include/libxml2/libxml/xmlmodule.h +0 -57
  2155. data/vendor/local/include/libxml2/libxml/xmlreader.h +0 -428
  2156. data/vendor/local/include/libxml2/libxml/xmlregexp.h +0 -222
  2157. data/vendor/local/include/libxml2/libxml/xmlsave.h +0 -88
  2158. data/vendor/local/include/libxml2/libxml/xmlschemas.h +0 -246
  2159. data/vendor/local/include/libxml2/libxml/xmlschemastypes.h +0 -151
  2160. data/vendor/local/include/libxml2/libxml/xmlstring.h +0 -140
  2161. data/vendor/local/include/libxml2/libxml/xmlunicode.h +0 -202
  2162. data/vendor/local/include/libxml2/libxml/xmlversion.h +0 -480
  2163. data/vendor/local/include/libxml2/libxml/xmlwriter.h +0 -488
  2164. data/vendor/local/include/libxml2/libxml/xpath.h +0 -550
  2165. data/vendor/local/include/libxml2/libxml/xpathInternals.h +0 -632
  2166. data/vendor/local/include/libxml2/libxml/xpointer.h +0 -114
  2167. data/vendor/local/lib/gstreamer-1.0/libgstavscale.dll +0 -0
  2168. data/vendor/local/lib/gstreamer-1.0/libgstavscale.dll.a +0 -0
  2169. data/vendor/local/lib/gstreamer-1.0/libgstavscale.la +0 -41
  2170. data/vendor/local/lib/gstreamer-1.0/libgstrtpmux.dll +0 -0
  2171. data/vendor/local/lib/gstreamer-1.0/libgstrtpmux.dll.a +0 -0
  2172. data/vendor/local/lib/gstreamer-1.0/libgstrtpmux.la +0 -41
  2173. data/vendor/local/lib/gstreamer-1.0/libgstrtpvp8.dll +0 -0
  2174. data/vendor/local/lib/gstreamer-1.0/libgstrtpvp8.dll.a +0 -0
  2175. data/vendor/local/lib/gstreamer-1.0/libgstrtpvp8.la +0 -41
  2176. data/vendor/local/lib/gstreamer-1.0/libgstscaletempoplugin.dll +0 -0
  2177. data/vendor/local/lib/gstreamer-1.0/libgstscaletempoplugin.dll.a +0 -0
  2178. data/vendor/local/lib/gstreamer-1.0/libgstscaletempoplugin.la +0 -41
  2179. data/vendor/local/lib/libFLAC.a +0 -0
  2180. data/vendor/local/lib/libgstbasevideo-1.0.dll.a +0 -0
  2181. data/vendor/local/lib/libgstbasevideo-1.0.la +0 -41
  2182. data/vendor/local/lib/libgstsignalprocessor-1.0.dll.a +0 -0
  2183. data/vendor/local/lib/libgstsignalprocessor-1.0.la +0 -41
  2184. data/vendor/local/lib/libxml2.def +0 -1659
  2185. data/vendor/local/lib/libxml2.dll.a +0 -0
  2186. data/vendor/local/lib/libxml2.lib +0 -0
  2187. data/vendor/local/lib/pkgconfig/gstreamer-basevideo-1.0.pc +0 -12
  2188. data/vendor/local/lib/pkgconfig/libxml-2.0.pc +0 -13
  2189. data/vendor/local/manifest/jpeg-dev_8-1_win32.mft +0 -18
  2190. data/vendor/local/manifest/jpeg_8-1_win32.mft +0 -2
  2191. data/vendor/local/manifest/libsoup-dev_2.26.3-1_win32.mft +0 -41
  2192. data/vendor/local/manifest/libsoup_2.26.3-1_win32.mft +0 -2
  2193. data/vendor/local/manifest/libxml2-dev_2.9.0-1_win32.mft +0 -268
  2194. data/vendor/local/manifest/libxml2_2.9.0-1_win32.mft +0 -2
  2195. data/vendor/local/share/aclocal/libxml.m4 +0 -188
  2196. data/vendor/local/share/doc/flac-1.2.1/FLAC.tag +0 -12259
  2197. data/vendor/local/share/doc/flac-1.2.1/html/api/+_2all_8h-source.html +0 -73
  2198. data/vendor/local/share/doc/flac-1.2.1/html/api/+_2export_8h-source.html +0 -89
  2199. data/vendor/local/share/doc/flac-1.2.1/html/api/+_2export_8h.html +0 -55
  2200. data/vendor/local/share/doc/flac-1.2.1/html/api/+_2metadata_8h-source.html +0 -751
  2201. data/vendor/local/share/doc/flac-1.2.1/html/api/+_2metadata_8h.html +0 -66
  2202. data/vendor/local/share/doc/flac-1.2.1/html/api/all_8h-source.html +0 -77
  2203. data/vendor/local/share/doc/flac-1.2.1/html/api/annotated.html +0 -81
  2204. data/vendor/local/share/doc/flac-1.2.1/html/api/assert_8h-source.html +0 -77
  2205. data/vendor/local/share/doc/flac-1.2.1/html/api/callback_8h-source.html +0 -103
  2206. data/vendor/local/share/doc/flac-1.2.1/html/api/callback_8h.html +0 -59
  2207. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Decoder_1_1File-members.html +0 -87
  2208. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Decoder_1_1File.html +0 -1457
  2209. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Decoder_1_1File.png +0 -0
  2210. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Decoder_1_1Stream-members.html +0 -79
  2211. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Decoder_1_1Stream.html +0 -1268
  2212. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Decoder_1_1Stream.png +0 -0
  2213. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Decoder_1_1Stream_1_1State-members.html +0 -36
  2214. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Decoder_1_1Stream_1_1State.html +0 -59
  2215. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Encoder_1_1File-members.html +0 -102
  2216. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Encoder_1_1File.html +0 -2124
  2217. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Encoder_1_1File.png +0 -0
  2218. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Encoder_1_1Stream-members.html +0 -93
  2219. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Encoder_1_1Stream.html +0 -1882
  2220. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Encoder_1_1Stream.png +0 -0
  2221. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Encoder_1_1Stream_1_1State-members.html +0 -36
  2222. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Encoder_1_1Stream_1_1State.html +0 -59
  2223. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Application-members.html +0 -71
  2224. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Application.html +0 -548
  2225. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Application.png +0 -0
  2226. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Chain-members.html +0 -46
  2227. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Chain.html +0 -453
  2228. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Chain_1_1Status-members.html +0 -35
  2229. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Chain_1_1Status.html +0 -56
  2230. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1CueSheet-members.html +0 -82
  2231. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1CueSheet.html +0 -799
  2232. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1CueSheet.png +0 -0
  2233. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1CueSheet_1_1Track-members.html +0 -52
  2234. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1CueSheet_1_1Track.html +0 -131
  2235. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Iterator-members.html +0 -45
  2236. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Iterator.html +0 -370
  2237. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Padding-members.html +0 -67
  2238. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Padding.html +0 -498
  2239. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Padding.png +0 -0
  2240. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Picture-members.html +0 -82
  2241. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Picture.html +0 -696
  2242. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Picture.png +0 -0
  2243. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Prototype-members.html +0 -56
  2244. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Prototype.html +0 -435
  2245. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Prototype.png +0 -0
  2246. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1SeekTable-members.html +0 -72
  2247. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1SeekTable.html +0 -646
  2248. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1SeekTable.png +0 -0
  2249. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1SimpleIterator-members.html +0 -50
  2250. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1SimpleIterator.html +0 -561
  2251. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1SimpleIterator_1_1Status-members.html +0 -35
  2252. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1SimpleIterator_1_1Status.html +0 -56
  2253. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1StreamInfo-members.html +0 -84
  2254. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1StreamInfo.html +0 -575
  2255. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1StreamInfo.png +0 -0
  2256. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Unknown-members.html +0 -69
  2257. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Unknown.html +0 -542
  2258. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Unknown.png +0 -0
  2259. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1VorbisComment-members.html +0 -74
  2260. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1VorbisComment.html +0 -685
  2261. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1VorbisComment.png +0 -0
  2262. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1VorbisComment_1_1Entry-members.html +0 -58
  2263. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1VorbisComment_1_1Entry.html +0 -152
  2264. data/vendor/local/share/doc/flac-1.2.1/html/api/classes.html +0 -41
  2265. data/vendor/local/share/doc/flac-1.2.1/html/api/decoder_8h-source.html +0 -190
  2266. data/vendor/local/share/doc/flac-1.2.1/html/api/decoder_8h.html +0 -50
  2267. data/vendor/local/share/doc/flac-1.2.1/html/api/dir_000000.html +0 -42
  2268. data/vendor/local/share/doc/flac-1.2.1/html/api/dir_000001.html +0 -48
  2269. data/vendor/local/share/doc/flac-1.2.1/html/api/dir_000002.html +0 -56
  2270. data/vendor/local/share/doc/flac-1.2.1/html/api/dirs.html +0 -37
  2271. data/vendor/local/share/doc/flac-1.2.1/html/api/doxygen.css +0 -309
  2272. data/vendor/local/share/doc/flac-1.2.1/html/api/doxygen.png +0 -0
  2273. data/vendor/local/share/doc/flac-1.2.1/html/api/encoder_8h-source.html +0 -203
  2274. data/vendor/local/share/doc/flac-1.2.1/html/api/encoder_8h.html +0 -51
  2275. data/vendor/local/share/doc/flac-1.2.1/html/api/export_8h-source.html +0 -95
  2276. data/vendor/local/share/doc/flac-1.2.1/html/api/export_8h.html +0 -55
  2277. data/vendor/local/share/doc/flac-1.2.1/html/api/files.html +0 -46
  2278. data/vendor/local/share/doc/flac-1.2.1/html/api/format_8h-source.html +0 -521
  2279. data/vendor/local/share/doc/flac-1.2.1/html/api/format_8h.html +0 -330
  2280. data/vendor/local/share/doc/flac-1.2.1/html/api/functions.html +0 -260
  2281. data/vendor/local/share/doc/flac-1.2.1/html/api/functions_func.html +0 -210
  2282. data/vendor/local/share/doc/flac-1.2.1/html/api/functions_vars.html +0 -117
  2283. data/vendor/local/share/doc/flac-1.2.1/html/api/globals.html +0 -39
  2284. data/vendor/local/share/doc/flac-1.2.1/html/api/globals_0x66.html +0 -529
  2285. data/vendor/local/share/doc/flac-1.2.1/html/api/globals_0x67.html +0 -42
  2286. data/vendor/local/share/doc/flac-1.2.1/html/api/globals_defs.html +0 -58
  2287. data/vendor/local/share/doc/flac-1.2.1/html/api/globals_enum.html +0 -57
  2288. data/vendor/local/share/doc/flac-1.2.1/html/api/globals_eval.html +0 -177
  2289. data/vendor/local/share/doc/flac-1.2.1/html/api/globals_func.html +0 -233
  2290. data/vendor/local/share/doc/flac-1.2.1/html/api/globals_type.html +0 -59
  2291. data/vendor/local/share/doc/flac-1.2.1/html/api/globals_vars.html +0 -135
  2292. data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac.html +0 -50
  2293. data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__callbacks.html +0 -299
  2294. data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__decoder.html +0 -44
  2295. data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__encoder.html +0 -44
  2296. data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__export.html +0 -148
  2297. data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__format.html +0 -3353
  2298. data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__metadata.html +0 -60
  2299. data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__metadata__level0.html +0 -308
  2300. data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__metadata__level1.html +0 -950
  2301. data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__metadata__level2.html +0 -1428
  2302. data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__metadata__object.html +0 -2741
  2303. data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__stream__decoder.html +0 -2854
  2304. data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__stream__encoder.html +0 -3644
  2305. data/vendor/local/share/doc/flac-1.2.1/html/api/group__flacpp.html +0 -45
  2306. data/vendor/local/share/doc/flac-1.2.1/html/api/group__flacpp__decoder.html +0 -50
  2307. data/vendor/local/share/doc/flac-1.2.1/html/api/group__flacpp__encoder.html +0 -50
  2308. data/vendor/local/share/doc/flac-1.2.1/html/api/group__flacpp__export.html +0 -54
  2309. data/vendor/local/share/doc/flac-1.2.1/html/api/group__flacpp__metadata.html +0 -50
  2310. data/vendor/local/share/doc/flac-1.2.1/html/api/group__flacpp__metadata__level0.html +0 -414
  2311. data/vendor/local/share/doc/flac-1.2.1/html/api/group__flacpp__metadata__level1.html +0 -50
  2312. data/vendor/local/share/doc/flac-1.2.1/html/api/group__flacpp__metadata__level2.html +0 -52
  2313. data/vendor/local/share/doc/flac-1.2.1/html/api/group__flacpp__metadata__object.html +0 -227
  2314. data/vendor/local/share/doc/flac-1.2.1/html/api/group__porting.html +0 -52
  2315. data/vendor/local/share/doc/flac-1.2.1/html/api/group__porting__1__1__2__to__1__1__3.html +0 -101
  2316. data/vendor/local/share/doc/flac-1.2.1/html/api/group__porting__1__1__3__to__1__1__4.html +0 -38
  2317. data/vendor/local/share/doc/flac-1.2.1/html/api/group__porting__1__1__4__to__1__2__0.html +0 -39
  2318. data/vendor/local/share/doc/flac-1.2.1/html/api/hierarchy.html +0 -87
  2319. data/vendor/local/share/doc/flac-1.2.1/html/api/index.html +0 -57
  2320. data/vendor/local/share/doc/flac-1.2.1/html/api/metadata_8h-source.html +0 -335
  2321. data/vendor/local/share/doc/flac-1.2.1/html/api/metadata_8h.html +0 -283
  2322. data/vendor/local/share/doc/flac-1.2.1/html/api/modules.html +0 -72
  2323. data/vendor/local/share/doc/flac-1.2.1/html/api/ordinals_8h-source.html +0 -112
  2324. data/vendor/local/share/doc/flac-1.2.1/html/api/stream__decoder_8h-source.html +0 -333
  2325. data/vendor/local/share/doc/flac-1.2.1/html/api/stream__decoder_8h.html +0 -206
  2326. data/vendor/local/share/doc/flac-1.2.1/html/api/stream__encoder_8h-source.html +0 -305
  2327. data/vendor/local/share/doc/flac-1.2.1/html/api/stream__encoder_8h.html +0 -236
  2328. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____EntropyCodingMethod-members.html +0 -34
  2329. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____EntropyCodingMethod.html +0 -54
  2330. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____EntropyCodingMethod__PartitionedRice-members.html +0 -33
  2331. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____EntropyCodingMethod__PartitionedRice.html +0 -95
  2332. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____EntropyCodingMethod__PartitionedRiceContents-members.html +0 -34
  2333. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____EntropyCodingMethod__PartitionedRiceContents.html +0 -120
  2334. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Frame-members.html +0 -34
  2335. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Frame.html +0 -53
  2336. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____FrameFooter-members.html +0 -32
  2337. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____FrameFooter.html +0 -70
  2338. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____FrameHeader-members.html +0 -41
  2339. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____FrameHeader.html +0 -251
  2340. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____IOCallbacks-members.html +0 -37
  2341. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____IOCallbacks.html +0 -63
  2342. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamDecoder-members.html +0 -33
  2343. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamDecoder.html +0 -50
  2344. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamEncoder-members.html +0 -33
  2345. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamEncoder.html +0 -50
  2346. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata-members.html +0 -43
  2347. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata.html +0 -163
  2348. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__Application-members.html +0 -33
  2349. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__Application.html +0 -50
  2350. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__CueSheet-members.html +0 -36
  2351. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__CueSheet.html +0 -170
  2352. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__CueSheet__Index-members.html +0 -33
  2353. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__CueSheet__Index.html +0 -95
  2354. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__CueSheet__Track-members.html +0 -38
  2355. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__CueSheet__Track.html +0 -220
  2356. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__Padding-members.html +0 -32
  2357. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__Padding.html +0 -70
  2358. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__Picture-members.html +0 -40
  2359. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__Picture.html +0 -270
  2360. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__SeekPoint-members.html +0 -34
  2361. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__SeekPoint.html +0 -120
  2362. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__SeekTable-members.html +0 -33
  2363. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__SeekTable.html +0 -54
  2364. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__StreamInfo-members.html +0 -40
  2365. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__StreamInfo.html +0 -71
  2366. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__Unknown-members.html +0 -32
  2367. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__Unknown.html +0 -47
  2368. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__VorbisComment-members.html +0 -34
  2369. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__VorbisComment.html +0 -53
  2370. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__VorbisComment__Entry-members.html +0 -33
  2371. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__VorbisComment__Entry.html +0 -52
  2372. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Subframe-members.html +0 -38
  2373. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Subframe.html +0 -63
  2374. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Subframe__Constant-members.html +0 -32
  2375. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Subframe__Constant.html +0 -70
  2376. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Subframe__Fixed-members.html +0 -35
  2377. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Subframe__Fixed.html +0 -145
  2378. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Subframe__LPC-members.html +0 -38
  2379. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Subframe__LPC.html +0 -220
  2380. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Subframe__Verbatim-members.html +0 -32
  2381. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Subframe__Verbatim.html +0 -70
  2382. data/vendor/local/share/doc/flac-1.2.1/html/changelog.html +0 -832
  2383. data/vendor/local/share/doc/flac-1.2.1/html/comparison.html +0 -431
  2384. data/vendor/local/share/doc/flac-1.2.1/html/comparison__chopin_prelude_24.html +0 -168
  2385. data/vendor/local/share/doc/flac-1.2.1/html/comparison__dream_theater_600.html +0 -168
  2386. data/vendor/local/share/doc/flac-1.2.1/html/comparison__eddie_warner_titus.html +0 -168
  2387. data/vendor/local/share/doc/flac-1.2.1/html/comparison__fanfare_de_l_eventail_de_jeanne.html +0 -168
  2388. data/vendor/local/share/doc/flac-1.2.1/html/comparison__gloria_estefan_conga.html +0 -168
  2389. data/vendor/local/share/doc/flac-1.2.1/html/comparison__hand_in_my_pocket.html +0 -168
  2390. data/vendor/local/share/doc/flac-1.2.1/html/comparison__l_sub_raga_sivapriya.html +0 -168
  2391. data/vendor/local/share/doc/flac-1.2.1/html/comparison__laetatus_sum.html +0 -168
  2392. data/vendor/local/share/doc/flac-1.2.1/html/comparison__mummified_in_barbed_wire.html +0 -168
  2393. data/vendor/local/share/doc/flac-1.2.1/html/comparison__prokofiev_pcon3_3.html +0 -168
  2394. data/vendor/local/share/doc/flac-1.2.1/html/comparison__ravel_sq4_4.html +0 -168
  2395. data/vendor/local/share/doc/flac-1.2.1/html/comparison__scarlatti_k42.html +0 -168
  2396. data/vendor/local/share/doc/flac-1.2.1/html/comparison__tool_forty_six_and_2.html +0 -168
  2397. data/vendor/local/share/doc/flac-1.2.1/html/comparison__white_room.html +0 -168
  2398. data/vendor/local/share/doc/flac-1.2.1/html/comparison_all_cpudectime.html +0 -165
  2399. data/vendor/local/share/doc/flac-1.2.1/html/comparison_all_cpuenctime.html +0 -165
  2400. data/vendor/local/share/doc/flac-1.2.1/html/comparison_all_procdectime.html +0 -165
  2401. data/vendor/local/share/doc/flac-1.2.1/html/comparison_all_procenctime.html +0 -165
  2402. data/vendor/local/share/doc/flac-1.2.1/html/comparison_all_ratio.html +0 -165
  2403. data/vendor/local/share/doc/flac-1.2.1/html/developers.html +0 -141
  2404. data/vendor/local/share/doc/flac-1.2.1/html/documentation.html +0 -105
  2405. data/vendor/local/share/doc/flac-1.2.1/html/documentation_bugs.html +0 -101
  2406. data/vendor/local/share/doc/flac-1.2.1/html/documentation_example_code.html +0 -81
  2407. data/vendor/local/share/doc/flac-1.2.1/html/documentation_format_overview.html +0 -130
  2408. data/vendor/local/share/doc/flac-1.2.1/html/documentation_tasks.html +0 -226
  2409. data/vendor/local/share/doc/flac-1.2.1/html/documentation_tools.html +0 -92
  2410. data/vendor/local/share/doc/flac-1.2.1/html/documentation_tools_flac.html +0 -1135
  2411. data/vendor/local/share/doc/flac-1.2.1/html/documentation_tools_metaflac.html +0 -570
  2412. data/vendor/local/share/doc/flac-1.2.1/html/documentation_tools_plugins.html +0 -94
  2413. data/vendor/local/share/doc/flac-1.2.1/html/download.html +0 -284
  2414. data/vendor/local/share/doc/flac-1.2.1/html/faq.html +0 -402
  2415. data/vendor/local/share/doc/flac-1.2.1/html/features.html +0 -127
  2416. data/vendor/local/share/doc/flac-1.2.1/html/flac.css +0 -191
  2417. data/vendor/local/share/doc/flac-1.2.1/html/format.html +0 -1852
  2418. data/vendor/local/share/doc/flac-1.2.1/html/id.html +0 -289
  2419. data/vendor/local/share/doc/flac-1.2.1/html/index.html +0 -148
  2420. data/vendor/local/share/doc/flac-1.2.1/html/itunes.html +0 -91
  2421. data/vendor/local/share/doc/flac-1.2.1/html/license.html +0 -93
  2422. data/vendor/local/share/doc/flac-1.2.1/html/links.html +0 -485
  2423. data/vendor/local/share/doc/flac-1.2.1/html/news.html +0 -697
  2424. data/vendor/local/share/doc/flac-1.2.1/html/ogg_mapping.html +0 -138
  2425. data/vendor/local/share/doc/flac-1.2.1/html/ru/authors.html +0 -112
  2426. data/vendor/local/share/doc/flac-1.2.1/html/ru/comparison.html +0 -864
  2427. data/vendor/local/share/doc/flac-1.2.1/html/ru/developers.html +0 -109
  2428. data/vendor/local/share/doc/flac-1.2.1/html/ru/documentation.html +0 -516
  2429. data/vendor/local/share/doc/flac-1.2.1/html/ru/download.html +0 -109
  2430. data/vendor/local/share/doc/flac-1.2.1/html/ru/features.html +0 -124
  2431. data/vendor/local/share/doc/flac-1.2.1/html/ru/format.html +0 -1006
  2432. data/vendor/local/share/doc/flac-1.2.1/html/ru/goals.html +0 -104
  2433. data/vendor/local/share/doc/flac-1.2.1/html/ru/id.html +0 -128
  2434. data/vendor/local/share/doc/flac-1.2.1/html/ru/index.html +0 -121
  2435. data/vendor/local/share/doc/flac-1.2.1/html/ru/links.html +0 -124
  2436. data/vendor/local/share/doc/flac-1.2.1/html/ru/news.html +0 -304
  2437. data/vendor/local/share/doc/libogg-1.3.0/framing.html +0 -429
  2438. data/vendor/local/share/doc/libogg-1.3.0/index.html +0 -105
  2439. data/vendor/local/share/doc/libogg-1.3.0/ogg/bitpacking.html +0 -103
  2440. data/vendor/local/share/doc/libogg-1.3.0/ogg/datastructures.html +0 -59
  2441. data/vendor/local/share/doc/libogg-1.3.0/ogg/decoding.html +0 -104
  2442. data/vendor/local/share/doc/libogg-1.3.0/ogg/encoding.html +0 -76
  2443. data/vendor/local/share/doc/libogg-1.3.0/ogg/general.html +0 -109
  2444. data/vendor/local/share/doc/libogg-1.3.0/ogg/index.html +0 -39
  2445. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_packet.html +0 -75
  2446. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_packet_clear.html +0 -64
  2447. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_page.html +0 -75
  2448. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_page_bos.html +0 -65
  2449. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_page_checksum_set.html +0 -62
  2450. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_page_continued.html +0 -64
  2451. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_page_eos.html +0 -65
  2452. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_page_granulepos.html +0 -65
  2453. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_page_packets.html +0 -75
  2454. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_page_pageno.html +0 -63
  2455. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_page_serialno.html +0 -63
  2456. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_page_version.html +0 -63
  2457. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_clear.html +0 -61
  2458. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_destroy.html +0 -71
  2459. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_eos.html +0 -62
  2460. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_flush.html +0 -67
  2461. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_init.html +0 -66
  2462. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_packetin.html +0 -72
  2463. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_packetout.html +0 -85
  2464. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_packetpeek.html +0 -85
  2465. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_pagein.html +0 -67
  2466. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_pageout.html +0 -84
  2467. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_pageout_fill.html +0 -89
  2468. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_reset.html +0 -61
  2469. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_reset_serialno.html +0 -67
  2470. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_state.html +0 -121
  2471. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_sync_buffer.html +0 -67
  2472. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_sync_clear.html +0 -62
  2473. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_sync_destroy.html +0 -68
  2474. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_sync_init.html +0 -63
  2475. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_sync_pageout.html +0 -77
  2476. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_sync_pageseek.html +0 -68
  2477. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_sync_reset.html +0 -63
  2478. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_sync_state.html +0 -77
  2479. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_sync_wrote.html +0 -73
  2480. data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_adv.html +0 -64
  2481. data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_adv1.html +0 -62
  2482. data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_bits.html +0 -62
  2483. data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_buffer.html +0 -66
  2484. data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_bytes.html +0 -67
  2485. data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_get_buffer.html +0 -62
  2486. data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_look.html +0 -66
  2487. data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_look1.html +0 -63
  2488. data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_read.html +0 -65
  2489. data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_read1.html +0 -63
  2490. data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_readinit.html +0 -64
  2491. data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_reset.html +0 -62
  2492. data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_write.html +0 -68
  2493. data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_writealign.html +0 -65
  2494. data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_writeclear.html +0 -62
  2495. data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_writecopy.html +0 -69
  2496. data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_writeinit.html +0 -62
  2497. data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_writetrunc.html +0 -65
  2498. data/vendor/local/share/doc/libogg-1.3.0/ogg/overview.html +0 -44
  2499. data/vendor/local/share/doc/libogg-1.3.0/ogg/reference.html +0 -98
  2500. data/vendor/local/share/doc/libxml2-2.9.0/Copyright +0 -27
  2501. data/vendor/local/share/doc/libxml2-2.9.0/examples/testHTML.c +0 -880
  2502. data/vendor/local/share/doc/libxml2-2.9.0/examples/testSAX.c +0 -1198
  2503. data/vendor/local/share/doc/libxml2-2.9.0/examples/testXPath.c +0 -229
  2504. data/vendor/local/share/doc/libxml2-2.9.0/examples/xmllint.c +0 -3770
  2505. data/vendor/local/share/doc/libxml2-2.9.0/html/DOM.gif +0 -0
  2506. data/vendor/local/share/doc/libxml2-2.9.0/html/FAQ.html +0 -282
  2507. data/vendor/local/share/doc/libxml2-2.9.0/html/Libxml2-Logo-180x168.gif +0 -0
  2508. data/vendor/local/share/doc/libxml2-2.9.0/html/Libxml2-Logo-90x34.gif +0 -0
  2509. data/vendor/local/share/doc/libxml2-2.9.0/html/encoding.html +0 -207
  2510. data/vendor/local/share/doc/libxml2-2.9.0/html/examples.xml +0 -751
  2511. data/vendor/local/share/doc/libxml2-2.9.0/html/examples.xsl +0 -174
  2512. data/vendor/local/share/doc/libxml2-2.9.0/html/html/book1.html +0 -13
  2513. data/vendor/local/share/doc/libxml2-2.9.0/html/html/index.html +0 -13
  2514. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-DOCBparser.html +0 -51
  2515. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-HTMLparser.html +0 -184
  2516. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-HTMLtree.html +0 -73
  2517. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-SAX.html +0 -125
  2518. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-SAX2.html +0 -128
  2519. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-c14n.html +0 -38
  2520. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-catalog.html +0 -142
  2521. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-chvalid.html +0 -72
  2522. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-debugXML.html +0 -120
  2523. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-dict.html +0 -58
  2524. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-encoding.html +0 -124
  2525. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-entities.html +0 -79
  2526. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-globals.html +0 -152
  2527. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-hash.html +0 -116
  2528. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-lib.html +0 -13
  2529. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-list.html +0 -120
  2530. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-nanoftp.html +0 -94
  2531. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-nanohttp.html +0 -65
  2532. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-parser.html +0 -559
  2533. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-parserInternals.html +0 -322
  2534. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-pattern.html +0 -76
  2535. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-relaxng.html +0 -162
  2536. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-schemasInternals.html +0 -373
  2537. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-schematron.html +0 -81
  2538. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-threads.html +0 -72
  2539. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-tree.html +0 -989
  2540. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-uri.html +0 -73
  2541. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-valid.html +0 -289
  2542. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xinclude.html +0 -59
  2543. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xlink.html +0 -82
  2544. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlIO.html +0 -212
  2545. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlautomata.html +0 -85
  2546. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlerror.html +0 -864
  2547. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlexports.html +0 -20
  2548. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlmemory.html +0 -107
  2549. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlmodule.html +0 -38
  2550. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlreader.html +0 -330
  2551. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlregexp.html +0 -143
  2552. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlsave.html +0 -60
  2553. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlschemas.html +0 -185
  2554. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlschemastypes.html +0 -123
  2555. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlstring.html +0 -108
  2556. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlunicode.html +0 -512
  2557. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlversion.html +0 -62
  2558. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlwriter.html +0 -261
  2559. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xpath.html +0 -310
  2560. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xpathInternals.html +0 -394
  2561. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xpointer.html +0 -83
  2562. data/vendor/local/share/doc/libxml2-2.9.0/html/index.html +0 -14
  2563. data/vendor/local/share/doc/libxml2-2.9.0/html/io1.c +0 -166
  2564. data/vendor/local/share/doc/libxml2-2.9.0/html/io1.res +0 -5
  2565. data/vendor/local/share/doc/libxml2-2.9.0/html/io2.c +0 -58
  2566. data/vendor/local/share/doc/libxml2-2.9.0/html/io2.res +0 -2
  2567. data/vendor/local/share/doc/libxml2-2.9.0/html/libxml.gif +0 -0
  2568. data/vendor/local/share/doc/libxml2-2.9.0/html/parse1.c +0 -56
  2569. data/vendor/local/share/doc/libxml2-2.9.0/html/parse2.c +0 -72
  2570. data/vendor/local/share/doc/libxml2-2.9.0/html/parse3.c +0 -60
  2571. data/vendor/local/share/doc/libxml2-2.9.0/html/parse4.c +0 -143
  2572. data/vendor/local/share/doc/libxml2-2.9.0/html/reader1.c +0 -107
  2573. data/vendor/local/share/doc/libxml2-2.9.0/html/reader1.res +0 -14
  2574. data/vendor/local/share/doc/libxml2-2.9.0/html/reader2.c +0 -122
  2575. data/vendor/local/share/doc/libxml2-2.9.0/html/reader3.c +0 -120
  2576. data/vendor/local/share/doc/libxml2-2.9.0/html/reader3.res +0 -13
  2577. data/vendor/local/share/doc/libxml2-2.9.0/html/reader4.c +0 -122
  2578. data/vendor/local/share/doc/libxml2-2.9.0/html/reader4.res +0 -3
  2579. data/vendor/local/share/doc/libxml2-2.9.0/html/redhat.gif +0 -0
  2580. data/vendor/local/share/doc/libxml2-2.9.0/html/smallfootonly.gif +0 -0
  2581. data/vendor/local/share/doc/libxml2-2.9.0/html/structure.gif +0 -0
  2582. data/vendor/local/share/doc/libxml2-2.9.0/html/test1.xml +0 -1
  2583. data/vendor/local/share/doc/libxml2-2.9.0/html/test2.xml +0 -13
  2584. data/vendor/local/share/doc/libxml2-2.9.0/html/test3.xml +0 -39
  2585. data/vendor/local/share/doc/libxml2-2.9.0/html/testWriter.c +0 -1198
  2586. data/vendor/local/share/doc/libxml2-2.9.0/html/tree1.c +0 -94
  2587. data/vendor/local/share/doc/libxml2-2.9.0/html/tree1.res +0 -4
  2588. data/vendor/local/share/doc/libxml2-2.9.0/html/tree2.c +0 -118
  2589. data/vendor/local/share/doc/libxml2-2.9.0/html/tree2.res +0 -18
  2590. data/vendor/local/share/doc/libxml2-2.9.0/html/tst.xml +0 -7
  2591. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apa.html +0 -8
  2592. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apb.html +0 -14
  2593. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apc.html +0 -82
  2594. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apd.html +0 -76
  2595. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ape.html +0 -78
  2596. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apf.html +0 -67
  2597. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apg.html +0 -75
  2598. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/aph.html +0 -76
  2599. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/api.html +0 -4
  2600. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s02.html +0 -14
  2601. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s03.html +0 -47
  2602. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s04.html +0 -54
  2603. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s05.html +0 -55
  2604. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s06.html +0 -35
  2605. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s07.html +0 -30
  2606. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s08.html +0 -38
  2607. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s09.html +0 -63
  2608. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/blank.png +0 -0
  2609. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/1.png +0 -0
  2610. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/10.png +0 -0
  2611. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/2.png +0 -0
  2612. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/3.png +0 -0
  2613. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/4.png +0 -0
  2614. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/5.png +0 -0
  2615. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/6.png +0 -0
  2616. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/7.png +0 -0
  2617. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/8.png +0 -0
  2618. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/9.png +0 -0
  2619. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/caution.png +0 -0
  2620. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/draft.png +0 -0
  2621. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/home.png +0 -0
  2622. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/important.png +0 -0
  2623. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/next.png +0 -0
  2624. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/note.png +0 -0
  2625. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/prev.png +0 -0
  2626. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/tip.png +0 -0
  2627. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/toc-blank.png +0 -0
  2628. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/toc-minus.png +0 -0
  2629. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/toc-plus.png +0 -0
  2630. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/up.png +0 -0
  2631. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/warning.png +0 -0
  2632. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includeaddattribute.c +0 -64
  2633. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includeaddkeyword.c +0 -75
  2634. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includeconvert.c +0 -73
  2635. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includegetattribute.c +0 -72
  2636. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includekeyword.c +0 -79
  2637. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includexpath.c +0 -74
  2638. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/index.html +0 -14
  2639. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ix01.html +0 -1
  2640. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/xmltutorial.pdf +0 -1336
  2641. data/vendor/local/share/doc/libxml2-2.9.0/html/w3c.png +0 -0
  2642. data/vendor/local/share/doc/libxml2-2.9.0/html/writer.xml +0 -2
  2643. data/vendor/local/share/doc/libxml2-2.9.0/html/xml.html +0 -5715
  2644. data/vendor/local/share/doc/libxml2-2.9.0/html/xpath1.c +0 -250
  2645. data/vendor/local/share/doc/libxml2-2.9.0/html/xpath1.res +0 -5
  2646. data/vendor/local/share/doc/libxml2-2.9.0/html/xpath2.c +0 -190
  2647. data/vendor/local/share/doc/libxml2-2.9.0/html/xpath2.res +0 -30
  2648. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstBaseVideoCodec.html +0 -53
  2649. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstBaseVideoDecoder.html +0 -53
  2650. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstBaseVideoEncoder.html +0 -53
  2651. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstSurfaceBuffer.html +0 -53
  2652. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstSurfaceConverter.html +0 -159
  2653. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstVideoContextInterface.html +0 -752
  2654. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstbasevideoutils.html +0 -53
  2655. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/video.html +0 -53
  2656. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmultichannel.html +0 -292
  2657. data/vendor/local/share/gtk-doc/html/libxml2/general.html +0 -38
  2658. data/vendor/local/share/gtk-doc/html/libxml2/home.png +0 -0
  2659. data/vendor/local/share/gtk-doc/html/libxml2/index.html +0 -67
  2660. data/vendor/local/share/gtk-doc/html/libxml2/left.png +0 -0
  2661. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-DOCBparser.html +0 -138
  2662. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-HTMLparser.html +0 -373
  2663. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-HTMLtree.html +0 -172
  2664. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-SAX.html +0 -243
  2665. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-SAX2.html +0 -247
  2666. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-c14n.html +0 -91
  2667. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-catalog.html +0 -278
  2668. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-chvalid.html +0 -241
  2669. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-debugXML.html +0 -225
  2670. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-dict.html +0 -134
  2671. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-encoding.html +0 -218
  2672. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-entities.html +0 -166
  2673. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-globals.html +0 -383
  2674. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-hash.html +0 -214
  2675. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-list.html +0 -226
  2676. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-nanoftp.html +0 -187
  2677. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-nanohttp.html +0 -142
  2678. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-parser.html +0 -766
  2679. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-parserInternals.html +0 -688
  2680. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-pattern.html +0 -166
  2681. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-relaxng.html +0 -278
  2682. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-schemasInternals.html +0 -860
  2683. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-schematron.html +0 -166
  2684. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-threads.html +0 -161
  2685. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-tree.html +0 -1596
  2686. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-uri.html +0 -154
  2687. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-valid.html +0 -528
  2688. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xinclude.html +0 -169
  2689. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xlink.html +0 -160
  2690. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlIO.html +0 -347
  2691. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlautomata.html +0 -176
  2692. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlerror.html +0 -952
  2693. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlexports.html +0 -87
  2694. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlmemory.html +0 -186
  2695. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlmodule.html +0 -97
  2696. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlreader.html +0 -565
  2697. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlregexp.html +0 -280
  2698. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlsave.html +0 -133
  2699. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlschemas.html +0 -314
  2700. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlschemastypes.html +0 -237
  2701. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlstring.html +0 -217
  2702. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlunicode.html +0 -887
  2703. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlversion.html +0 -287
  2704. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlwriter.html +0 -479
  2705. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xpath.html +0 -532
  2706. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xpathInternals.html +0 -787
  2707. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xpointer.html +0 -171
  2708. data/vendor/local/share/gtk-doc/html/libxml2/libxml2.devhelp +0 -3569
  2709. data/vendor/local/share/gtk-doc/html/libxml2/right.png +0 -0
  2710. data/vendor/local/share/gtk-doc/html/libxml2/style.css +0 -66
  2711. data/vendor/local/share/gtk-doc/html/libxml2/up.png +0 -0
  2712. data/vendor/local/share/man/man1/xml2-config.1 +0 -30
  2713. data/vendor/local/share/man/man1/xmlcatalog.1 +0 -340
  2714. data/vendor/local/share/man/man1/xmllint.1 +0 -427
  2715. data/vendor/local/share/man/man3/libxml.3 +0 -71
  2716. data/vendor/local/src/dieterv/packaging/libxml2_2.9.0-1_win32.log +0 -867
  2717. data/vendor/local/src/dieterv/packaging/libxml2_2.9.0-1_win32.sh +0 -68
  2718. data/vendor/local/src/tml/packaging/jpeg_8-1_win32.log +0 -248
  2719. data/vendor/local/src/tml/packaging/jpeg_8-1_win32.sh +0 -44
  2720. data/vendor/local/src/tml/packaging/libsoup_2.26.3-1_win32.log +0 -1518
  2721. data/vendor/local/src/tml/packaging/libsoup_2.26.3-1_win32.sh +0 -60
@@ -9,20 +9,20 @@ and/or use gtk-doc annotations. -->
9
9
  <include name="Gio" version="2.0"/>
10
10
  <include name="Gst" version="1.0"/>
11
11
  <package name="gstreamer-net-1.0"/>
12
- <c:include name="gst/net/gstnet.h"/>
12
+ <c:include name="gst/net/net.h"/>
13
13
  <namespace name="GstNet"
14
14
  version="1.0"
15
- shared-library="libgstreamer-1.0-0.dll,libgstnet-1.0-0.dll"
15
+ shared-library="libgstnet-1.0-0.dll"
16
16
  c:identifier-prefixes="Gst"
17
17
  c:symbol-prefixes="gst">
18
18
  <constant name="NET_TIME_PACKET_SIZE"
19
19
  value="16"
20
20
  c:type="GST_NET_TIME_PACKET_SIZE">
21
- <doc xml:whitespace="preserve">The size of the packets sent between network clocks.</doc>
21
+ <doc xml:space="preserve">The size of the packets sent between network clocks.</doc>
22
22
  <type name="gint" c:type="gint"/>
23
23
  </constant>
24
24
  <record name="NetAddressMeta" c:type="GstNetAddressMeta">
25
- <doc xml:whitespace="preserve">#GstNetAddress can be used to store a network address. #GstNetAddressMeta can
25
+ <doc xml:space="preserve">#GstNetAddress can be used to store a network address. #GstNetAddressMeta can
26
26
  be used to store a network address in a #GstBuffer so that it network
27
27
  elements can track the to and from address of the buffer.
28
28
 
@@ -46,7 +46,7 @@ Last reviewed on 2011-11-03 (0.11.2)</doc>
46
46
  glib:type-name="GstNetClientClock"
47
47
  glib:get-type="gst_net_client_clock_get_type"
48
48
  glib:type-struct="NetClientClockClass">
49
- <doc xml:whitespace="preserve">This object implements a custom #GstClock that synchronizes its time
49
+ <doc xml:space="preserve">This object implements a custom #GstClock that synchronizes its time
50
50
  to a remote time provider such as #GstNetTimeProvider.
51
51
 
52
52
  A new clock is created with gst_net_client_clock_new() which takes the
@@ -64,28 +64,28 @@ gst_pipeline_use_clock().
64
64
 
65
65
  Last reviewed on 2005-11-23 (0.9.5)</doc>
66
66
  <constructor name="new" c:identifier="gst_net_client_clock_new">
67
- <doc xml:whitespace="preserve">Create a new #GstNetClientClock that will report the time
67
+ <doc xml:space="preserve">Create a new #GstNetClientClock that will report the time
68
68
  provided by the #GstNetTimeProvider on @remote_address and
69
69
  @remote_port.</doc>
70
70
  <return-value transfer-ownership="none">
71
- <doc xml:whitespace="preserve">a new #GstClock that receives a time from the remote clock.</doc>
71
+ <doc xml:space="preserve">a new #GstClock that receives a time from the remote clock.</doc>
72
72
  <type name="Gst.Clock" c:type="GstClock*"/>
73
73
  </return-value>
74
74
  <parameters>
75
75
  <parameter name="name" transfer-ownership="none">
76
- <doc xml:whitespace="preserve">a name for the clock</doc>
76
+ <doc xml:space="preserve">a name for the clock</doc>
77
77
  <type name="utf8" c:type="gchar*"/>
78
78
  </parameter>
79
79
  <parameter name="remote_address" transfer-ownership="none">
80
- <doc xml:whitespace="preserve">the address of the remote clock provider</doc>
80
+ <doc xml:space="preserve">the address of the remote clock provider</doc>
81
81
  <type name="utf8" c:type="const gchar*"/>
82
82
  </parameter>
83
83
  <parameter name="remote_port" transfer-ownership="none">
84
- <doc xml:whitespace="preserve">the port of the remote clock provider</doc>
84
+ <doc xml:space="preserve">the port of the remote clock provider</doc>
85
85
  <type name="gint" c:type="gint"/>
86
86
  </parameter>
87
87
  <parameter name="base_time" transfer-ownership="none">
88
- <doc xml:whitespace="preserve">initial time of the clock</doc>
88
+ <doc xml:space="preserve">initial time of the clock</doc>
89
89
  <type name="Gst.ClockTime" c:type="GstClockTime"/>
90
90
  </parameter>
91
91
  </parameters>
@@ -129,7 +129,7 @@ provided by the #GstNetTimeProvider on @remote_address and
129
129
  glib:type-name="GstNetTimePacket"
130
130
  glib:get-type="gst_net_time_packet_get_type"
131
131
  c:symbol-prefix="net_time_packet">
132
- <doc xml:whitespace="preserve">Various functions for receiving, sending an serializing #GstNetTimePacket
132
+ <doc xml:space="preserve">Various functions for receiving, sending an serializing #GstNetTimePacket
133
133
  structures.
134
134
 
135
135
  Last reviewed on 2005-11-23 (0.9.5)</doc>
@@ -140,7 +140,7 @@ Last reviewed on 2005-11-23 (0.9.5)</doc>
140
140
  <type name="Gst.ClockTime" c:type="GstClockTime"/>
141
141
  </field>
142
142
  <constructor name="new" c:identifier="gst_net_time_packet_new">
143
- <doc xml:whitespace="preserve">Creates a new #GstNetTimePacket from a buffer received over the network. The
143
+ <doc xml:space="preserve">Creates a new #GstNetTimePacket from a buffer received over the network. The
144
144
  caller is responsible for ensuring that @buffer is at least
145
145
  #GST_NET_TIME_PACKET_SIZE bytes long.
146
146
 
@@ -149,12 +149,12 @@ If @buffer is #NULL, the local and remote times will be set to
149
149
 
150
150
  MT safe. Caller owns return value (gst_net_time_packet_free to free).</doc>
151
151
  <return-value transfer-ownership="full">
152
- <doc xml:whitespace="preserve">The new #GstNetTimePacket.</doc>
152
+ <doc xml:space="preserve">The new #GstNetTimePacket.</doc>
153
153
  <type name="NetTimePacket" c:type="GstNetTimePacket*"/>
154
154
  </return-value>
155
155
  <parameters>
156
156
  <parameter name="buffer" transfer-ownership="none">
157
- <doc xml:whitespace="preserve">a buffer from which to construct the packet, or NULL</doc>
157
+ <doc xml:space="preserve">a buffer from which to construct the packet, or NULL</doc>
158
158
  <array zero-terminated="0" c:type="guint8*">
159
159
  <type name="guint8" c:type="guint8"/>
160
160
  </array>
@@ -162,67 +162,67 @@ MT safe. Caller owns return value (gst_net_time_packet_free to free).</doc>
162
162
  </parameters>
163
163
  </constructor>
164
164
  <method name="copy" c:identifier="gst_net_time_packet_copy">
165
- <doc xml:whitespace="preserve">Make a copy of @packet.</doc>
165
+ <doc xml:space="preserve">Make a copy of @packet.</doc>
166
166
  <return-value transfer-ownership="full">
167
- <doc xml:whitespace="preserve">a copy of @packet, free with gst_net_time_packet_free().</doc>
167
+ <doc xml:space="preserve">a copy of @packet, free with gst_net_time_packet_free().</doc>
168
168
  <type name="NetTimePacket" c:type="GstNetTimePacket*"/>
169
169
  </return-value>
170
170
  <parameters>
171
171
  <instance-parameter name="packet" transfer-ownership="none">
172
- <doc xml:whitespace="preserve">the #GstNetTimePacket</doc>
172
+ <doc xml:space="preserve">the #GstNetTimePacket</doc>
173
173
  <type name="NetTimePacket" c:type="const GstNetTimePacket*"/>
174
174
  </instance-parameter>
175
175
  </parameters>
176
176
  </method>
177
177
  <method name="free" c:identifier="gst_net_time_packet_free">
178
- <doc xml:whitespace="preserve">Free @packet.</doc>
178
+ <doc xml:space="preserve">Free @packet.</doc>
179
179
  <return-value transfer-ownership="none">
180
180
  <type name="none" c:type="void"/>
181
181
  </return-value>
182
182
  <parameters>
183
183
  <instance-parameter name="packet" transfer-ownership="none">
184
- <doc xml:whitespace="preserve">the #GstNetTimePacket</doc>
184
+ <doc xml:space="preserve">the #GstNetTimePacket</doc>
185
185
  <type name="NetTimePacket" c:type="GstNetTimePacket*"/>
186
186
  </instance-parameter>
187
187
  </parameters>
188
188
  </method>
189
189
  <method name="send" c:identifier="gst_net_time_packet_send" throws="1">
190
- <doc xml:whitespace="preserve">Sends a #GstNetTimePacket over a socket.
190
+ <doc xml:space="preserve">Sends a #GstNetTimePacket over a socket.
191
191
 
192
192
  MT safe.</doc>
193
193
  <return-value transfer-ownership="none">
194
- <doc xml:whitespace="preserve">TRUE if successful, FALSE in case an error occured.</doc>
194
+ <doc xml:space="preserve">TRUE if successful, FALSE in case an error occured.</doc>
195
195
  <type name="gboolean" c:type="gboolean"/>
196
196
  </return-value>
197
197
  <parameters>
198
198
  <instance-parameter name="packet" transfer-ownership="none">
199
- <doc xml:whitespace="preserve">the #GstNetTimePacket to send</doc>
199
+ <doc xml:space="preserve">the #GstNetTimePacket to send</doc>
200
200
  <type name="NetTimePacket" c:type="const GstNetTimePacket*"/>
201
201
  </instance-parameter>
202
202
  <parameter name="socket" transfer-ownership="none">
203
- <doc xml:whitespace="preserve">socket to send the time packet on</doc>
203
+ <doc xml:space="preserve">socket to send the time packet on</doc>
204
204
  <type name="Gio.Socket" c:type="GSocket*"/>
205
205
  </parameter>
206
206
  <parameter name="dest_address" transfer-ownership="none">
207
- <doc xml:whitespace="preserve">address to send the time packet to</doc>
207
+ <doc xml:space="preserve">address to send the time packet to</doc>
208
208
  <type name="Gio.SocketAddress" c:type="GSocketAddress*"/>
209
209
  </parameter>
210
210
  </parameters>
211
211
  </method>
212
212
  <method name="serialize" c:identifier="gst_net_time_packet_serialize">
213
- <doc xml:whitespace="preserve">Serialized a #GstNetTimePacket into a newly-allocated sequence of
213
+ <doc xml:space="preserve">Serialized a #GstNetTimePacket into a newly-allocated sequence of
214
214
  #GST_NET_TIME_PACKET_SIZE bytes, in network byte order. The value returned is
215
215
  suitable for passing to write(2) or sendto(2) for communication over the
216
216
  network.
217
217
 
218
218
  MT safe. Caller owns return value (g_free to free).</doc>
219
219
  <return-value transfer-ownership="none">
220
- <doc xml:whitespace="preserve">A newly allocated sequence of #GST_NET_TIME_PACKET_SIZE bytes.</doc>
220
+ <doc xml:space="preserve">A newly allocated sequence of #GST_NET_TIME_PACKET_SIZE bytes.</doc>
221
221
  <type name="guint8" c:type="guint8*"/>
222
222
  </return-value>
223
223
  <parameters>
224
224
  <instance-parameter name="packet" transfer-ownership="none">
225
- <doc xml:whitespace="preserve">the #GstNetTimePacket</doc>
225
+ <doc xml:space="preserve">the #GstNetTimePacket</doc>
226
226
  <type name="NetTimePacket" c:type="const GstNetTimePacket*"/>
227
227
  </instance-parameter>
228
228
  </parameters>
@@ -230,22 +230,22 @@ MT safe. Caller owns return value (g_free to free).</doc>
230
230
  <function name="receive"
231
231
  c:identifier="gst_net_time_packet_receive"
232
232
  throws="1">
233
- <doc xml:whitespace="preserve">Receives a #GstNetTimePacket over a socket. Handles interrupted system
233
+ <doc xml:space="preserve">Receives a #GstNetTimePacket over a socket. Handles interrupted system
234
234
  calls, but otherwise returns NULL on error.</doc>
235
235
  <return-value transfer-ownership="full">
236
- <doc xml:whitespace="preserve">a new #GstNetTimePacket, or NULL on error. Free with gst_net_time_packet_free() when done.</doc>
236
+ <doc xml:space="preserve">a new #GstNetTimePacket, or NULL on error. Free with gst_net_time_packet_free() when done.</doc>
237
237
  <type name="NetTimePacket" c:type="GstNetTimePacket*"/>
238
238
  </return-value>
239
239
  <parameters>
240
240
  <parameter name="socket" transfer-ownership="none">
241
- <doc xml:whitespace="preserve">socket to receive the time packet on</doc>
241
+ <doc xml:space="preserve">socket to receive the time packet on</doc>
242
242
  <type name="Gio.Socket" c:type="GSocket*"/>
243
243
  </parameter>
244
244
  <parameter name="src_address"
245
245
  direction="out"
246
246
  caller-allocates="0"
247
247
  transfer-ownership="full">
248
- <doc xml:whitespace="preserve">address of variable to return sender address</doc>
248
+ <doc xml:space="preserve">address of variable to return sender address</doc>
249
249
  <type name="Gio.SocketAddress" c:type="GSocketAddress**"/>
250
250
  </parameter>
251
251
  </parameters>
@@ -258,7 +258,7 @@ calls, but otherwise returns NULL on error.</doc>
258
258
  glib:type-name="GstNetTimeProvider"
259
259
  glib:get-type="gst_net_time_provider_get_type"
260
260
  glib:type-struct="NetTimeProviderClass">
261
- <doc xml:whitespace="preserve">This object exposes the time of a #GstClock on the network.
261
+ <doc xml:space="preserve">This object exposes the time of a #GstClock on the network.
262
262
 
263
263
  A #GstNetTimeProvider is created with gst_net_time_provider_new() which
264
264
  takes a #GstClock, an address and a port number as arguments.
@@ -270,22 +270,22 @@ The #GstNetTimeProvider typically wraps the clock used by a #GstPipeline.
270
270
 
271
271
  Last reviewed on 2005-11-23 (0.9.5)</doc>
272
272
  <constructor name="new" c:identifier="gst_net_time_provider_new">
273
- <doc xml:whitespace="preserve">Allows network clients to get the current time of @clock.</doc>
273
+ <doc xml:space="preserve">Allows network clients to get the current time of @clock.</doc>
274
274
  <return-value transfer-ownership="none">
275
- <doc xml:whitespace="preserve">the new #GstNetTimeProvider, or NULL on error</doc>
275
+ <doc xml:space="preserve">the new #GstNetTimeProvider, or NULL on error</doc>
276
276
  <type name="NetTimeProvider" c:type="GstNetTimeProvider*"/>
277
277
  </return-value>
278
278
  <parameters>
279
279
  <parameter name="clock" transfer-ownership="none">
280
- <doc xml:whitespace="preserve">a #GstClock to export over the network</doc>
280
+ <doc xml:space="preserve">a #GstClock to export over the network</doc>
281
281
  <type name="Gst.Clock" c:type="GstClock*"/>
282
282
  </parameter>
283
- <parameter name="address" transfer-ownership="none">
284
- <doc xml:whitespace="preserve">an address to bind on as a dotted quad (xxx.xxx.xxx.xxx), or NULL to bind to all addresses</doc>
283
+ <parameter name="address" transfer-ownership="none" allow-none="1">
284
+ <doc xml:space="preserve">an address to bind on as a dotted quad (xxx.xxx.xxx.xxx), IPv6 address, or NULL to bind to all addresses</doc>
285
285
  <type name="utf8" c:type="const gchar*"/>
286
286
  </parameter>
287
287
  <parameter name="port" transfer-ownership="none">
288
- <doc xml:whitespace="preserve">a port to bind on, or 0 to let the kernel choose</doc>
288
+ <doc xml:space="preserve">a port to bind on, or 0 to let the kernel choose</doc>
289
289
  <type name="gint" c:type="gint"/>
290
290
  </parameter>
291
291
  </parameters>
@@ -363,22 +363,22 @@ Last reviewed on 2005-11-23 (0.9.5)</doc>
363
363
  c:identifier="gst_net_time_packet_receive"
364
364
  moved-to="NetTimePacket.receive"
365
365
  throws="1">
366
- <doc xml:whitespace="preserve">Receives a #GstNetTimePacket over a socket. Handles interrupted system
366
+ <doc xml:space="preserve">Receives a #GstNetTimePacket over a socket. Handles interrupted system
367
367
  calls, but otherwise returns NULL on error.</doc>
368
368
  <return-value transfer-ownership="full">
369
- <doc xml:whitespace="preserve">a new #GstNetTimePacket, or NULL on error. Free with gst_net_time_packet_free() when done.</doc>
369
+ <doc xml:space="preserve">a new #GstNetTimePacket, or NULL on error. Free with gst_net_time_packet_free() when done.</doc>
370
370
  <type name="NetTimePacket" c:type="GstNetTimePacket*"/>
371
371
  </return-value>
372
372
  <parameters>
373
373
  <parameter name="socket" transfer-ownership="none">
374
- <doc xml:whitespace="preserve">socket to receive the time packet on</doc>
374
+ <doc xml:space="preserve">socket to receive the time packet on</doc>
375
375
  <type name="Gio.Socket" c:type="GSocket*"/>
376
376
  </parameter>
377
377
  <parameter name="src_address"
378
378
  direction="out"
379
379
  caller-allocates="0"
380
380
  transfer-ownership="full">
381
- <doc xml:whitespace="preserve">address of variable to return sender address</doc>
381
+ <doc xml:space="preserve">address of variable to return sender address</doc>
382
382
  <type name="Gio.SocketAddress" c:type="GSocketAddress**"/>
383
383
  </parameter>
384
384
  </parameters>
@@ -7,20 +7,14 @@ and/or use gtk-doc annotations. -->
7
7
  xmlns:c="http://www.gtk.org/introspection/c/1.0"
8
8
  xmlns:glib="http://www.gtk.org/introspection/glib/1.0">
9
9
  <include name="Gst" version="1.0"/>
10
+ <include name="GstAudio" version="1.0"/>
11
+ <include name="GstTag" version="1.0"/>
12
+ <include name="GstVideo" version="1.0"/>
10
13
  <package name="gstreamer-pbutils-1.0"/>
11
- <c:include name="gst/pbutils/codec-utils.h"/>
12
- <c:include name="gst/pbutils/descriptions.h"/>
13
- <c:include name="gst/pbutils/encoding-profile.h"/>
14
- <c:include name="gst/pbutils/encoding-target.h"/>
15
- <c:include name="gst/pbutils/gstdiscoverer.h"/>
16
- <c:include name="gst/pbutils/gstpluginsbaseversion.h"/>
17
- <c:include name="gst/pbutils/install-plugins.h"/>
18
- <c:include name="gst/pbutils/missing-plugins.h"/>
19
- <c:include name="gst/pbutils/pbutils-enumtypes.h"/>
20
14
  <c:include name="gst/pbutils/pbutils.h"/>
21
15
  <namespace name="GstPbutils"
22
16
  version="1.0"
23
- shared-library="libgsttag-1.0-0.dll,libgstvideo-1.0-0.dll,libgstaudio-1.0-0.dll,libgstpbutils-1.0-0.dll,gstreamer-1.0.dll"
17
+ shared-library="libgstpbutils-1.0-0.dll"
24
18
  c:identifier-prefixes="Gst"
25
19
  c:symbol-prefixes="gst">
26
20
  <alias name="DiscovererAudioInfoClass"
@@ -56,7 +50,7 @@ and/or use gtk-doc annotations. -->
56
50
  glib:type-name="GstDiscoverer"
57
51
  glib:get-type="gst_discoverer_get_type"
58
52
  glib:type-struct="DiscovererClass">
59
- <doc xml:whitespace="preserve">The #GstDiscoverer is a utility object which allows to get as much
53
+ <doc xml:space="preserve">The #GstDiscoverer is a utility object which allows to get as much
60
54
  information as possible from one or many URIs.
61
55
 
62
56
  It provides two APIs, allowing usage in blocking or non-blocking mode.
@@ -71,14 +65,14 @@ asks for the discovery to begin (through gst_discoverer_start()).
71
65
 
72
66
  All the information is returned in a #GstDiscovererInfo structure.</doc>
73
67
  <constructor name="new" c:identifier="gst_discoverer_new" throws="1">
74
- <doc xml:whitespace="preserve">Creates a new #GstDiscoverer with the provided timeout.</doc>
68
+ <doc xml:space="preserve">Creates a new #GstDiscoverer with the provided timeout.</doc>
75
69
  <return-value transfer-ownership="full">
76
- <doc xml:whitespace="preserve">The new #GstDiscoverer. If an error occurred when creating the discoverer, @err will be set accordingly and %NULL will be returned. If @err is set, the caller must free it when no longer needed using g_error_free().</doc>
70
+ <doc xml:space="preserve">The new #GstDiscoverer. If an error occurred when creating the discoverer, @err will be set accordingly and %NULL will be returned. If @err is set, the caller must free it when no longer needed using g_error_free().</doc>
77
71
  <type name="Discoverer" c:type="GstDiscoverer*"/>
78
72
  </return-value>
79
73
  <parameters>
80
74
  <parameter name="timeout" transfer-ownership="none">
81
- <doc xml:whitespace="preserve">timeout per file, in nanoseconds. Allowed are values between one second (#GST_SECOND) and one hour (3600 * #GST_SECOND)</doc>
75
+ <doc xml:space="preserve">timeout per file, in nanoseconds. Allowed are values between one second (#GST_SECOND) and one hour (3600 * #GST_SECOND)</doc>
82
76
  <type name="Gst.ClockTime" c:type="GstClockTime"/>
83
77
  </parameter>
84
78
  </parameters>
@@ -135,50 +129,50 @@ All the information is returned in a #GstDiscovererInfo structure.</doc>
135
129
  <method name="discover_uri"
136
130
  c:identifier="gst_discoverer_discover_uri"
137
131
  throws="1">
138
- <doc xml:whitespace="preserve">Synchronously discovers the given @uri.
132
+ <doc xml:space="preserve">Synchronously discovers the given @uri.
139
133
 
140
134
  A copy of @uri will be made internally, so the caller can safely g_free()
141
135
  afterwards.</doc>
142
136
  <return-value transfer-ownership="full">
143
- <doc xml:whitespace="preserve">the result of the scanning. Can be %NULL if an error occurred.</doc>
137
+ <doc xml:space="preserve">the result of the scanning. Can be %NULL if an error occurred.</doc>
144
138
  <type name="DiscovererInfo" c:type="GstDiscovererInfo*"/>
145
139
  </return-value>
146
140
  <parameters>
147
141
  <instance-parameter name="discoverer" transfer-ownership="none">
148
- <doc xml:whitespace="preserve">A #GstDiscoverer</doc>
142
+ <doc xml:space="preserve">A #GstDiscoverer</doc>
149
143
  <type name="Discoverer" c:type="GstDiscoverer*"/>
150
144
  </instance-parameter>
151
145
  <parameter name="uri" transfer-ownership="none">
152
- <doc xml:whitespace="preserve">The URI to run on.</doc>
146
+ <doc xml:space="preserve">The URI to run on.</doc>
153
147
  <type name="utf8" c:type="const gchar*"/>
154
148
  </parameter>
155
149
  </parameters>
156
150
  </method>
157
151
  <method name="discover_uri_async"
158
152
  c:identifier="gst_discoverer_discover_uri_async">
159
- <doc xml:whitespace="preserve">Appends the given @uri to the list of URIs to discoverer. The actual
153
+ <doc xml:space="preserve">Appends the given @uri to the list of URIs to discoverer. The actual
160
154
  discovery of the @uri will only take place if gst_discoverer_start() has
161
155
  been called.
162
156
 
163
157
  A copy of @uri will be made internally, so the caller can safely g_free()
164
158
  afterwards.</doc>
165
159
  <return-value transfer-ownership="none">
166
- <doc xml:whitespace="preserve">%TRUE if the @uri was successfully appended to the list of pending uris, else %FALSE</doc>
160
+ <doc xml:space="preserve">%TRUE if the @uri was successfully appended to the list of pending uris, else %FALSE</doc>
167
161
  <type name="gboolean" c:type="gboolean"/>
168
162
  </return-value>
169
163
  <parameters>
170
164
  <instance-parameter name="discoverer" transfer-ownership="none">
171
- <doc xml:whitespace="preserve">A #GstDiscoverer</doc>
165
+ <doc xml:space="preserve">A #GstDiscoverer</doc>
172
166
  <type name="Discoverer" c:type="GstDiscoverer*"/>
173
167
  </instance-parameter>
174
168
  <parameter name="uri" transfer-ownership="none">
175
- <doc xml:whitespace="preserve">the URI to add.</doc>
169
+ <doc xml:space="preserve">the URI to add.</doc>
176
170
  <type name="utf8" c:type="const gchar*"/>
177
171
  </parameter>
178
172
  </parameters>
179
173
  </method>
180
174
  <method name="start" c:identifier="gst_discoverer_start">
181
- <doc xml:whitespace="preserve">Allow asynchronous discovering of URIs to take place.
175
+ <doc xml:space="preserve">Allow asynchronous discovering of URIs to take place.
182
176
  A #GMainLoop must be available for #GstDiscoverer to properly work in
183
177
  asynchronous mode.</doc>
184
178
  <return-value transfer-ownership="none">
@@ -186,20 +180,20 @@ asynchronous mode.</doc>
186
180
  </return-value>
187
181
  <parameters>
188
182
  <instance-parameter name="discoverer" transfer-ownership="none">
189
- <doc xml:whitespace="preserve">A #GstDiscoverer</doc>
183
+ <doc xml:space="preserve">A #GstDiscoverer</doc>
190
184
  <type name="Discoverer" c:type="GstDiscoverer*"/>
191
185
  </instance-parameter>
192
186
  </parameters>
193
187
  </method>
194
188
  <method name="stop" c:identifier="gst_discoverer_stop">
195
- <doc xml:whitespace="preserve">Stop the discovery of any pending URIs and clears the list of
189
+ <doc xml:space="preserve">Stop the discovery of any pending URIs and clears the list of
196
190
  pending URIS (if any).</doc>
197
191
  <return-value transfer-ownership="none">
198
192
  <type name="none" c:type="void"/>
199
193
  </return-value>
200
194
  <parameters>
201
195
  <instance-parameter name="discoverer" transfer-ownership="none">
202
- <doc xml:whitespace="preserve">A #GstDiscoverer</doc>
196
+ <doc xml:space="preserve">A #GstDiscoverer</doc>
203
197
  <type name="Discoverer" c:type="GstDiscoverer*"/>
204
198
  </instance-parameter>
205
199
  </parameters>
@@ -208,7 +202,7 @@ pending URIS (if any).</doc>
208
202
  writable="1"
209
203
  construct="1"
210
204
  transfer-ownership="none">
211
- <doc xml:whitespace="preserve">The duration (in nanoseconds) after which the discovery of an individual
205
+ <doc xml:space="preserve">The duration (in nanoseconds) after which the discovery of an individual
212
206
  URI will timeout.
213
207
 
214
208
  If the discovery of a URI times out, the %GST_DISCOVERER_TIMEOUT will be
@@ -227,8 +221,8 @@ set on the result flags.</doc>
227
221
  </array>
228
222
  </field>
229
223
  <glib:signal name="discovered" when="last">
230
- <doc xml:whitespace="preserve">Will be emitted when all information on a URI could be discovered, or
231
- an error ocurred.
224
+ <doc xml:space="preserve">Will be emitted in async mode when all information on a URI could be
225
+ discovered, or an error occurred.
232
226
 
233
227
  When an error occurs, @info might still contain some partial information,
234
228
  depending on the circumstances of the error.</doc>
@@ -237,23 +231,23 @@ depending on the circumstances of the error.</doc>
237
231
  </return-value>
238
232
  <parameters>
239
233
  <parameter name="info" transfer-ownership="none">
240
- <doc xml:whitespace="preserve">the results #GstDiscovererInfo</doc>
234
+ <doc xml:space="preserve">the results #GstDiscovererInfo</doc>
241
235
  <type name="DiscovererInfo"/>
242
236
  </parameter>
243
237
  <parameter name="error" transfer-ownership="none">
244
- <doc xml:whitespace="preserve">#GError, which will be non-NULL if an error occurred during discovery. You must not free this #GError, it will be freed by the discoverer.</doc>
238
+ <doc xml:space="preserve">#GError, which will be non-NULL if an error occurred during discovery. You must not free this #GError, it will be freed by the discoverer.</doc>
245
239
  <type name="GLib.Error"/>
246
240
  </parameter>
247
241
  </parameters>
248
242
  </glib:signal>
249
243
  <glib:signal name="finished" when="last">
250
- <doc xml:whitespace="preserve">Will be emitted when all pending URIs have been processed.</doc>
244
+ <doc xml:space="preserve">Will be emitted in async mode when all pending URIs have been processed.</doc>
251
245
  <return-value transfer-ownership="none">
252
246
  <type name="none" c:type="void"/>
253
247
  </return-value>
254
248
  </glib:signal>
255
249
  <glib:signal name="source-setup" when="last">
256
- <doc xml:whitespace="preserve">This signal is emitted after the source element has been created for, so
250
+ <doc xml:space="preserve">This signal is emitted after the source element has been created for, so
257
251
  the URI being discovered, so it can be configured by setting additional
258
252
  properties (e.g. set a proxy server for an http source, or set the device
259
253
  and read speed for an audio cd source).
@@ -265,13 +259,13 @@ thread.</doc>
265
259
  </return-value>
266
260
  <parameters>
267
261
  <parameter name="source" transfer-ownership="none">
268
- <doc xml:whitespace="preserve">source element</doc>
262
+ <doc xml:space="preserve">source element</doc>
269
263
  <type name="Gst.Element"/>
270
264
  </parameter>
271
265
  </parameters>
272
266
  </glib:signal>
273
267
  <glib:signal name="starting" when="last">
274
- <doc xml:whitespace="preserve">Will be emitted when the discover starts analyzing the pending URIs</doc>
268
+ <doc xml:space="preserve">Will be emitted when the discover starts analyzing the pending URIs</doc>
275
269
  <return-value transfer-ownership="none">
276
270
  <type name="none" c:type="void"/>
277
271
  </return-value>
@@ -283,16 +277,16 @@ thread.</doc>
283
277
  parent="DiscovererStreamInfo"
284
278
  glib:type-name="GstDiscovererAudioInfo"
285
279
  glib:get-type="gst_discoverer_audio_info_get_type">
286
- <doc xml:whitespace="preserve">#GstDiscovererStreamInfo specific to audio streams.</doc>
280
+ <doc xml:space="preserve">#GstDiscovererStreamInfo specific to audio streams.</doc>
287
281
  <method name="get_bitrate"
288
282
  c:identifier="gst_discoverer_audio_info_get_bitrate">
289
283
  <return-value transfer-ownership="none">
290
- <doc xml:whitespace="preserve">the average or nominal bitrate of the stream in bits/second.</doc>
284
+ <doc xml:space="preserve">the average or nominal bitrate of the stream in bits/second.</doc>
291
285
  <type name="guint" c:type="guint"/>
292
286
  </return-value>
293
287
  <parameters>
294
288
  <instance-parameter name="info" transfer-ownership="none">
295
- <doc xml:whitespace="preserve">a #GstDiscovererAudioInfo</doc>
289
+ <doc xml:space="preserve">a #GstDiscovererAudioInfo</doc>
296
290
  <type name="DiscovererAudioInfo"
297
291
  c:type="const GstDiscovererAudioInfo*"/>
298
292
  </instance-parameter>
@@ -301,12 +295,12 @@ thread.</doc>
301
295
  <method name="get_channels"
302
296
  c:identifier="gst_discoverer_audio_info_get_channels">
303
297
  <return-value transfer-ownership="none">
304
- <doc xml:whitespace="preserve">the number of channels in the stream.</doc>
298
+ <doc xml:space="preserve">the number of channels in the stream.</doc>
305
299
  <type name="guint" c:type="guint"/>
306
300
  </return-value>
307
301
  <parameters>
308
302
  <instance-parameter name="info" transfer-ownership="none">
309
- <doc xml:whitespace="preserve">a #GstDiscovererAudioInfo</doc>
303
+ <doc xml:space="preserve">a #GstDiscovererAudioInfo</doc>
310
304
  <type name="DiscovererAudioInfo"
311
305
  c:type="const GstDiscovererAudioInfo*"/>
312
306
  </instance-parameter>
@@ -315,12 +309,12 @@ thread.</doc>
315
309
  <method name="get_depth"
316
310
  c:identifier="gst_discoverer_audio_info_get_depth">
317
311
  <return-value transfer-ownership="none">
318
- <doc xml:whitespace="preserve">the number of bits used per sample in each channel.</doc>
312
+ <doc xml:space="preserve">the number of bits used per sample in each channel.</doc>
319
313
  <type name="guint" c:type="guint"/>
320
314
  </return-value>
321
315
  <parameters>
322
316
  <instance-parameter name="info" transfer-ownership="none">
323
- <doc xml:whitespace="preserve">a #GstDiscovererAudioInfo</doc>
317
+ <doc xml:space="preserve">a #GstDiscovererAudioInfo</doc>
324
318
  <type name="DiscovererAudioInfo"
325
319
  c:type="const GstDiscovererAudioInfo*"/>
326
320
  </instance-parameter>
@@ -329,12 +323,12 @@ thread.</doc>
329
323
  <method name="get_language"
330
324
  c:identifier="gst_discoverer_audio_info_get_language">
331
325
  <return-value transfer-ownership="none">
332
- <doc xml:whitespace="preserve">the language of the stream, or NULL if unknown.</doc>
326
+ <doc xml:space="preserve">the language of the stream, or NULL if unknown.</doc>
333
327
  <type name="utf8" c:type="const gchar*"/>
334
328
  </return-value>
335
329
  <parameters>
336
330
  <instance-parameter name="info" transfer-ownership="none">
337
- <doc xml:whitespace="preserve">a #GstDiscovererAudioInfo</doc>
331
+ <doc xml:space="preserve">a #GstDiscovererAudioInfo</doc>
338
332
  <type name="DiscovererAudioInfo"
339
333
  c:type="const GstDiscovererAudioInfo*"/>
340
334
  </instance-parameter>
@@ -343,12 +337,12 @@ thread.</doc>
343
337
  <method name="get_max_bitrate"
344
338
  c:identifier="gst_discoverer_audio_info_get_max_bitrate">
345
339
  <return-value transfer-ownership="none">
346
- <doc xml:whitespace="preserve">the maximum bitrate of the stream in bits/second.</doc>
340
+ <doc xml:space="preserve">the maximum bitrate of the stream in bits/second.</doc>
347
341
  <type name="guint" c:type="guint"/>
348
342
  </return-value>
349
343
  <parameters>
350
344
  <instance-parameter name="info" transfer-ownership="none">
351
- <doc xml:whitespace="preserve">a #GstDiscovererAudioInfo</doc>
345
+ <doc xml:space="preserve">a #GstDiscovererAudioInfo</doc>
352
346
  <type name="DiscovererAudioInfo"
353
347
  c:type="const GstDiscovererAudioInfo*"/>
354
348
  </instance-parameter>
@@ -357,12 +351,12 @@ thread.</doc>
357
351
  <method name="get_sample_rate"
358
352
  c:identifier="gst_discoverer_audio_info_get_sample_rate">
359
353
  <return-value transfer-ownership="none">
360
- <doc xml:whitespace="preserve">the sample rate of the stream in Hertz.</doc>
354
+ <doc xml:space="preserve">the sample rate of the stream in Hertz.</doc>
361
355
  <type name="guint" c:type="guint"/>
362
356
  </return-value>
363
357
  <parameters>
364
358
  <instance-parameter name="info" transfer-ownership="none">
365
- <doc xml:whitespace="preserve">a #GstDiscovererAudioInfo</doc>
359
+ <doc xml:space="preserve">a #GstDiscovererAudioInfo</doc>
366
360
  <type name="DiscovererAudioInfo"
367
361
  c:type="const GstDiscovererAudioInfo*"/>
368
362
  </instance-parameter>
@@ -444,18 +438,18 @@ thread.</doc>
444
438
  parent="DiscovererStreamInfo"
445
439
  glib:type-name="GstDiscovererContainerInfo"
446
440
  glib:get-type="gst_discoverer_container_info_get_type">
447
- <doc xml:whitespace="preserve">#GstDiscovererStreamInfo specific to container streams.</doc>
441
+ <doc xml:space="preserve">#GstDiscovererStreamInfo specific to container streams.</doc>
448
442
  <method name="get_streams"
449
443
  c:identifier="gst_discoverer_container_info_get_streams">
450
444
  <return-value transfer-ownership="full">
451
- <doc xml:whitespace="preserve">the list of #GstDiscovererStreamInfo this container stream offers. Free with gst_discoverer_stream_info_list_free() after usage.</doc>
445
+ <doc xml:space="preserve">the list of #GstDiscovererStreamInfo this container stream offers. Free with gst_discoverer_stream_info_list_free() after usage.</doc>
452
446
  <type name="GLib.List" c:type="GList*">
453
447
  <type name="DiscovererStreamInfo"/>
454
448
  </type>
455
449
  </return-value>
456
450
  <parameters>
457
451
  <instance-parameter name="info" transfer-ownership="none">
458
- <doc xml:whitespace="preserve">a #GstDiscovererStreamInfo</doc>
452
+ <doc xml:space="preserve">a #GstDiscovererStreamInfo</doc>
459
453
  <type name="DiscovererContainerInfo"
460
454
  c:type="GstDiscovererContainerInfo*"/>
461
455
  </instance-parameter>
@@ -468,47 +462,47 @@ thread.</doc>
468
462
  parent="GObject.Object"
469
463
  glib:type-name="GstDiscovererInfo"
470
464
  glib:get-type="gst_discoverer_info_get_type">
471
- <doc xml:whitespace="preserve">Structure containing the information of a URI analyzed by #GstDiscoverer.</doc>
465
+ <doc xml:space="preserve">Structure containing the information of a URI analyzed by #GstDiscoverer.</doc>
472
466
  <method name="copy" c:identifier="gst_discoverer_info_copy">
473
467
  <return-value transfer-ownership="full">
474
- <doc xml:whitespace="preserve">A copy of the #GstDiscovererInfo</doc>
468
+ <doc xml:space="preserve">A copy of the #GstDiscovererInfo</doc>
475
469
  <type name="DiscovererInfo" c:type="GstDiscovererInfo*"/>
476
470
  </return-value>
477
471
  <parameters>
478
472
  <instance-parameter name="ptr" transfer-ownership="none">
479
- <doc xml:whitespace="preserve">a #GstDiscovererInfo</doc>
473
+ <doc xml:space="preserve">a #GstDiscovererInfo</doc>
480
474
  <type name="DiscovererInfo" c:type="GstDiscovererInfo*"/>
481
475
  </instance-parameter>
482
476
  </parameters>
483
477
  </method>
484
478
  <method name="get_audio_streams"
485
479
  c:identifier="gst_discoverer_info_get_audio_streams">
486
- <doc xml:whitespace="preserve">Finds all the #GstDiscovererAudioInfo contained in @info</doc>
480
+ <doc xml:space="preserve">Finds all the #GstDiscovererAudioInfo contained in @info</doc>
487
481
  <return-value transfer-ownership="full">
488
- <doc xml:whitespace="preserve">A #GList of matching #GstDiscovererStreamInfo. The caller should free it with gst_discoverer_stream_info_list_free().</doc>
482
+ <doc xml:space="preserve">A #GList of matching #GstDiscovererStreamInfo. The caller should free it with gst_discoverer_stream_info_list_free().</doc>
489
483
  <type name="GLib.List" c:type="GList*">
490
484
  <type name="DiscovererStreamInfo"/>
491
485
  </type>
492
486
  </return-value>
493
487
  <parameters>
494
488
  <instance-parameter name="info" transfer-ownership="none">
495
- <doc xml:whitespace="preserve">a #GstDiscovererInfo</doc>
489
+ <doc xml:space="preserve">a #GstDiscovererInfo</doc>
496
490
  <type name="DiscovererInfo" c:type="GstDiscovererInfo*"/>
497
491
  </instance-parameter>
498
492
  </parameters>
499
493
  </method>
500
494
  <method name="get_container_streams"
501
495
  c:identifier="gst_discoverer_info_get_container_streams">
502
- <doc xml:whitespace="preserve">Finds all the #GstDiscovererContainerInfo contained in @info</doc>
496
+ <doc xml:space="preserve">Finds all the #GstDiscovererContainerInfo contained in @info</doc>
503
497
  <return-value transfer-ownership="full">
504
- <doc xml:whitespace="preserve">A #GList of matching #GstDiscovererStreamInfo. The caller should free it with gst_discoverer_stream_info_list_free().</doc>
498
+ <doc xml:space="preserve">A #GList of matching #GstDiscovererStreamInfo. The caller should free it with gst_discoverer_stream_info_list_free().</doc>
505
499
  <type name="GLib.List" c:type="GList*">
506
500
  <type name="DiscovererStreamInfo"/>
507
501
  </type>
508
502
  </return-value>
509
503
  <parameters>
510
504
  <instance-parameter name="info" transfer-ownership="none">
511
- <doc xml:whitespace="preserve">a #GstDiscovererInfo</doc>
505
+ <doc xml:space="preserve">a #GstDiscovererInfo</doc>
512
506
  <type name="DiscovererInfo" c:type="GstDiscovererInfo*"/>
513
507
  </instance-parameter>
514
508
  </parameters>
@@ -516,36 +510,36 @@ thread.</doc>
516
510
  <method name="get_duration"
517
511
  c:identifier="gst_discoverer_info_get_duration">
518
512
  <return-value transfer-ownership="none">
519
- <doc xml:whitespace="preserve">the duration of the URI in #GstClockTime (nanoseconds).</doc>
513
+ <doc xml:space="preserve">the duration of the URI in #GstClockTime (nanoseconds).</doc>
520
514
  <type name="Gst.ClockTime" c:type="GstClockTime"/>
521
515
  </return-value>
522
516
  <parameters>
523
517
  <instance-parameter name="info" transfer-ownership="none">
524
- <doc xml:whitespace="preserve">a #GstDiscovererInfo</doc>
518
+ <doc xml:space="preserve">a #GstDiscovererInfo</doc>
525
519
  <type name="DiscovererInfo" c:type="const GstDiscovererInfo*"/>
526
520
  </instance-parameter>
527
521
  </parameters>
528
522
  </method>
529
523
  <method name="get_misc" c:identifier="gst_discoverer_info_get_misc">
530
524
  <return-value transfer-ownership="none">
531
- <doc xml:whitespace="preserve">Miscellaneous information stored as a #GstStructure (for example: information about missing plugins). If you wish to use the #GstStructure after the life-time of @info, you will need to copy it.</doc>
525
+ <doc xml:space="preserve">Miscellaneous information stored as a #GstStructure (for example: information about missing plugins). If you wish to use the #GstStructure after the life-time of @info, you will need to copy it.</doc>
532
526
  <type name="Gst.Structure" c:type="const GstStructure*"/>
533
527
  </return-value>
534
528
  <parameters>
535
529
  <instance-parameter name="info" transfer-ownership="none">
536
- <doc xml:whitespace="preserve">a #GstDiscovererInfo</doc>
530
+ <doc xml:space="preserve">a #GstDiscovererInfo</doc>
537
531
  <type name="DiscovererInfo" c:type="const GstDiscovererInfo*"/>
538
532
  </instance-parameter>
539
533
  </parameters>
540
534
  </method>
541
535
  <method name="get_result" c:identifier="gst_discoverer_info_get_result">
542
536
  <return-value transfer-ownership="none">
543
- <doc xml:whitespace="preserve">the result of the discovery as a #GstDiscovererResult.</doc>
537
+ <doc xml:space="preserve">the result of the discovery as a #GstDiscovererResult.</doc>
544
538
  <type name="DiscovererResult" c:type="GstDiscovererResult"/>
545
539
  </return-value>
546
540
  <parameters>
547
541
  <instance-parameter name="info" transfer-ownership="none">
548
- <doc xml:whitespace="preserve">a #GstDiscovererInfo</doc>
542
+ <doc xml:space="preserve">a #GstDiscovererInfo</doc>
549
543
  <type name="DiscovererInfo" c:type="const GstDiscovererInfo*"/>
550
544
  </instance-parameter>
551
545
  </parameters>
@@ -553,12 +547,12 @@ thread.</doc>
553
547
  <method name="get_seekable"
554
548
  c:identifier="gst_discoverer_info_get_seekable">
555
549
  <return-value transfer-ownership="none">
556
- <doc xml:whitespace="preserve">the whether the URI is seekable.</doc>
550
+ <doc xml:space="preserve">the whether the URI is seekable.</doc>
557
551
  <type name="gboolean" c:type="gboolean"/>
558
552
  </return-value>
559
553
  <parameters>
560
554
  <instance-parameter name="info" transfer-ownership="none">
561
- <doc xml:whitespace="preserve">a #GstDiscovererInfo</doc>
555
+ <doc xml:space="preserve">a #GstDiscovererInfo</doc>
562
556
  <type name="DiscovererInfo" c:type="const GstDiscovererInfo*"/>
563
557
  </instance-parameter>
564
558
  </parameters>
@@ -566,12 +560,12 @@ thread.</doc>
566
560
  <method name="get_stream_info"
567
561
  c:identifier="gst_discoverer_info_get_stream_info">
568
562
  <return-value transfer-ownership="full">
569
- <doc xml:whitespace="preserve">the structure (or topology) of the URI as a #GstDiscovererStreamInfo. This structure can be traversed to see the original hierarchy. Unref with gst_discoverer_stream_info_unref() after usage.</doc>
563
+ <doc xml:space="preserve">the structure (or topology) of the URI as a #GstDiscovererStreamInfo. This structure can be traversed to see the original hierarchy. Unref with gst_discoverer_stream_info_unref() after usage.</doc>
570
564
  <type name="DiscovererStreamInfo" c:type="GstDiscovererStreamInfo*"/>
571
565
  </return-value>
572
566
  <parameters>
573
567
  <instance-parameter name="info" transfer-ownership="none">
574
- <doc xml:whitespace="preserve">a #GstDiscovererInfo</doc>
568
+ <doc xml:space="preserve">a #GstDiscovererInfo</doc>
575
569
  <type name="DiscovererInfo" c:type="GstDiscovererInfo*"/>
576
570
  </instance-parameter>
577
571
  </parameters>
@@ -579,103 +573,103 @@ thread.</doc>
579
573
  <method name="get_stream_list"
580
574
  c:identifier="gst_discoverer_info_get_stream_list">
581
575
  <return-value transfer-ownership="full">
582
- <doc xml:whitespace="preserve">the list of all streams contained in the #info. Free after usage with gst_discoverer_stream_info_list_free().</doc>
576
+ <doc xml:space="preserve">the list of all streams contained in the #info. Free after usage with gst_discoverer_stream_info_list_free().</doc>
583
577
  <type name="GLib.List" c:type="GList*">
584
578
  <type name="DiscovererStreamInfo"/>
585
579
  </type>
586
580
  </return-value>
587
581
  <parameters>
588
582
  <instance-parameter name="info" transfer-ownership="none">
589
- <doc xml:whitespace="preserve">a #GstDiscovererInfo</doc>
583
+ <doc xml:space="preserve">a #GstDiscovererInfo</doc>
590
584
  <type name="DiscovererInfo" c:type="GstDiscovererInfo*"/>
591
585
  </instance-parameter>
592
586
  </parameters>
593
587
  </method>
594
588
  <method name="get_streams"
595
589
  c:identifier="gst_discoverer_info_get_streams">
596
- <doc xml:whitespace="preserve">Finds the #GstDiscovererStreamInfo contained in @info that match the
590
+ <doc xml:space="preserve">Finds the #GstDiscovererStreamInfo contained in @info that match the
597
591
  given @streamtype.</doc>
598
592
  <return-value transfer-ownership="full">
599
- <doc xml:whitespace="preserve">A #GList of matching #GstDiscovererStreamInfo. The caller should free it with gst_discoverer_stream_info_list_free().</doc>
593
+ <doc xml:space="preserve">A #GList of matching #GstDiscovererStreamInfo. The caller should free it with gst_discoverer_stream_info_list_free().</doc>
600
594
  <type name="GLib.List" c:type="GList*">
601
595
  <type name="DiscovererStreamInfo"/>
602
596
  </type>
603
597
  </return-value>
604
598
  <parameters>
605
599
  <instance-parameter name="info" transfer-ownership="none">
606
- <doc xml:whitespace="preserve">a #GstDiscovererInfo</doc>
600
+ <doc xml:space="preserve">a #GstDiscovererInfo</doc>
607
601
  <type name="DiscovererInfo" c:type="GstDiscovererInfo*"/>
608
602
  </instance-parameter>
609
603
  <parameter name="streamtype" transfer-ownership="none">
610
- <doc xml:whitespace="preserve">a #GType derived from #GstDiscovererStreamInfo</doc>
604
+ <doc xml:space="preserve">a #GType derived from #GstDiscovererStreamInfo</doc>
611
605
  <type name="GType" c:type="GType"/>
612
606
  </parameter>
613
607
  </parameters>
614
608
  </method>
615
609
  <method name="get_subtitle_streams"
616
610
  c:identifier="gst_discoverer_info_get_subtitle_streams">
617
- <doc xml:whitespace="preserve">Finds all the #GstDiscovererSubtitleInfo contained in @info</doc>
611
+ <doc xml:space="preserve">Finds all the #GstDiscovererSubtitleInfo contained in @info</doc>
618
612
  <return-value transfer-ownership="full">
619
- <doc xml:whitespace="preserve">A #GList of matching #GstDiscovererStreamInfo. The caller should free it with gst_discoverer_stream_info_list_free().</doc>
613
+ <doc xml:space="preserve">A #GList of matching #GstDiscovererStreamInfo. The caller should free it with gst_discoverer_stream_info_list_free().</doc>
620
614
  <type name="GLib.List" c:type="GList*">
621
615
  <type name="DiscovererStreamInfo"/>
622
616
  </type>
623
617
  </return-value>
624
618
  <parameters>
625
619
  <instance-parameter name="info" transfer-ownership="none">
626
- <doc xml:whitespace="preserve">a #GstDiscovererInfo</doc>
620
+ <doc xml:space="preserve">a #GstDiscovererInfo</doc>
627
621
  <type name="DiscovererInfo" c:type="GstDiscovererInfo*"/>
628
622
  </instance-parameter>
629
623
  </parameters>
630
624
  </method>
631
625
  <method name="get_tags" c:identifier="gst_discoverer_info_get_tags">
632
626
  <return-value transfer-ownership="none">
633
- <doc xml:whitespace="preserve">all tags contained in the URI. If you wish to use the tags after the life-time of @info, you will need to copy them.</doc>
627
+ <doc xml:space="preserve">all tags contained in the URI. If you wish to use the tags after the life-time of @info, you will need to copy them.</doc>
634
628
  <type name="Gst.TagList" c:type="const GstTagList*"/>
635
629
  </return-value>
636
630
  <parameters>
637
631
  <instance-parameter name="info" transfer-ownership="none">
638
- <doc xml:whitespace="preserve">a #GstDiscovererInfo</doc>
632
+ <doc xml:space="preserve">a #GstDiscovererInfo</doc>
639
633
  <type name="DiscovererInfo" c:type="const GstDiscovererInfo*"/>
640
634
  </instance-parameter>
641
635
  </parameters>
642
636
  </method>
643
637
  <method name="get_toc" c:identifier="gst_discoverer_info_get_toc">
644
638
  <return-value transfer-ownership="none">
645
- <doc xml:whitespace="preserve">TOC contained in the URI. If you wish to use the TOC after the life-time of @info, you will need to copy it.</doc>
639
+ <doc xml:space="preserve">TOC contained in the URI. If you wish to use the TOC after the life-time of @info, you will need to copy it.</doc>
646
640
  <type name="Gst.Toc" c:type="const GstToc*"/>
647
641
  </return-value>
648
642
  <parameters>
649
643
  <instance-parameter name="info" transfer-ownership="none">
650
- <doc xml:whitespace="preserve">a #GstDiscovererInfo</doc>
644
+ <doc xml:space="preserve">a #GstDiscovererInfo</doc>
651
645
  <type name="DiscovererInfo" c:type="const GstDiscovererInfo*"/>
652
646
  </instance-parameter>
653
647
  </parameters>
654
648
  </method>
655
649
  <method name="get_uri" c:identifier="gst_discoverer_info_get_uri">
656
650
  <return-value transfer-ownership="none">
657
- <doc xml:whitespace="preserve">the URI to which this information corresponds to. Copy it if you wish to use it after the life-time of @info.</doc>
651
+ <doc xml:space="preserve">the URI to which this information corresponds to. Copy it if you wish to use it after the life-time of @info.</doc>
658
652
  <type name="utf8" c:type="const gchar*"/>
659
653
  </return-value>
660
654
  <parameters>
661
655
  <instance-parameter name="info" transfer-ownership="none">
662
- <doc xml:whitespace="preserve">a #GstDiscovererInfo</doc>
656
+ <doc xml:space="preserve">a #GstDiscovererInfo</doc>
663
657
  <type name="DiscovererInfo" c:type="const GstDiscovererInfo*"/>
664
658
  </instance-parameter>
665
659
  </parameters>
666
660
  </method>
667
661
  <method name="get_video_streams"
668
662
  c:identifier="gst_discoverer_info_get_video_streams">
669
- <doc xml:whitespace="preserve">Finds all the #GstDiscovererVideoInfo contained in @info</doc>
663
+ <doc xml:space="preserve">Finds all the #GstDiscovererVideoInfo contained in @info</doc>
670
664
  <return-value transfer-ownership="full">
671
- <doc xml:whitespace="preserve">A #GList of matching #GstDiscovererStreamInfo. The caller should free it with gst_discoverer_stream_info_list_free().</doc>
665
+ <doc xml:space="preserve">A #GList of matching #GstDiscovererStreamInfo. The caller should free it with gst_discoverer_stream_info_list_free().</doc>
672
666
  <type name="GLib.List" c:type="GList*">
673
667
  <type name="DiscovererStreamInfo"/>
674
668
  </type>
675
669
  </return-value>
676
670
  <parameters>
677
671
  <instance-parameter name="info" transfer-ownership="none">
678
- <doc xml:whitespace="preserve">a #GstDiscovererInfo</doc>
672
+ <doc xml:space="preserve">a #GstDiscovererInfo</doc>
679
673
  <type name="DiscovererInfo" c:type="GstDiscovererInfo*"/>
680
674
  </instance-parameter>
681
675
  </parameters>
@@ -689,42 +683,42 @@ given @streamtype.</doc>
689
683
  glib:type-name="GstDiscovererResult"
690
684
  glib:get-type="gst_discoverer_result_get_type"
691
685
  c:type="GstDiscovererResult">
692
- <doc xml:whitespace="preserve">Result values for the discovery process.</doc>
686
+ <doc xml:space="preserve">Result values for the discovery process.</doc>
693
687
  <member name="ok"
694
688
  value="0"
695
689
  c:identifier="GST_DISCOVERER_OK"
696
690
  glib:nick="ok">
697
- <doc xml:whitespace="preserve">The discovery was successful</doc>
691
+ <doc xml:space="preserve">The discovery was successful</doc>
698
692
  </member>
699
693
  <member name="uri_invalid"
700
694
  value="1"
701
695
  c:identifier="GST_DISCOVERER_URI_INVALID"
702
696
  glib:nick="uri-invalid">
703
- <doc xml:whitespace="preserve">the URI is invalid</doc>
697
+ <doc xml:space="preserve">the URI is invalid</doc>
704
698
  </member>
705
699
  <member name="error"
706
700
  value="2"
707
701
  c:identifier="GST_DISCOVERER_ERROR"
708
702
  glib:nick="error">
709
- <doc xml:whitespace="preserve">an error happened and the GError is set</doc>
703
+ <doc xml:space="preserve">an error happened and the GError is set</doc>
710
704
  </member>
711
705
  <member name="timeout"
712
706
  value="3"
713
707
  c:identifier="GST_DISCOVERER_TIMEOUT"
714
708
  glib:nick="timeout">
715
- <doc xml:whitespace="preserve">the discovery timed-out</doc>
709
+ <doc xml:space="preserve">the discovery timed-out</doc>
716
710
  </member>
717
711
  <member name="busy"
718
712
  value="4"
719
713
  c:identifier="GST_DISCOVERER_BUSY"
720
714
  glib:nick="busy">
721
- <doc xml:whitespace="preserve">the discoverer was already discovering a file</doc>
715
+ <doc xml:space="preserve">the discoverer was already discovering a file</doc>
722
716
  </member>
723
717
  <member name="missing_plugins"
724
718
  value="5"
725
719
  c:identifier="GST_DISCOVERER_MISSING_PLUGINS"
726
720
  glib:nick="missing-plugins">
727
- <doc xml:whitespace="preserve">Some plugins are missing for full discovery</doc>
721
+ <doc xml:space="preserve">Some plugins are missing for full discovery</doc>
728
722
  </member>
729
723
  </enumeration>
730
724
  <class name="DiscovererStreamInfo"
@@ -733,7 +727,7 @@ given @streamtype.</doc>
733
727
  parent="GObject.Object"
734
728
  glib:type-name="GstDiscovererStreamInfo"
735
729
  glib:get-type="gst_discoverer_stream_info_get_type">
736
- <doc xml:whitespace="preserve">Base structure for information concerning a media stream. Depending on the
730
+ <doc xml:space="preserve">Base structure for information concerning a media stream. Depending on the
737
731
  stream type, one can find more media-specific information in
738
732
  #GstDiscovererAudioInfo, #GstDiscovererVideoInfo, and
739
733
  #GstDiscovererContainerInfo.
@@ -750,14 +744,14 @@ corresponding to the AVI container, which in turn will have a
750
744
  for the audio and video streams respectively.</doc>
751
745
  <function name="list_free"
752
746
  c:identifier="gst_discoverer_stream_info_list_free">
753
- <doc xml:whitespace="preserve">Decrements the reference count of all contained #GstDiscovererStreamInfo
747
+ <doc xml:space="preserve">Decrements the reference count of all contained #GstDiscovererStreamInfo
754
748
  and fress the #GList.</doc>
755
749
  <return-value transfer-ownership="none">
756
750
  <type name="none" c:type="void"/>
757
751
  </return-value>
758
752
  <parameters>
759
753
  <parameter name="infos" transfer-ownership="none">
760
- <doc xml:whitespace="preserve">a #GList of #GstDiscovererStreamInfo</doc>
754
+ <doc xml:space="preserve">a #GList of #GstDiscovererStreamInfo</doc>
761
755
  <type name="GLib.List" c:type="GList*">
762
756
  <type name="DiscovererStreamInfo"/>
763
757
  </type>
@@ -767,12 +761,12 @@ and fress the #GList.</doc>
767
761
  <method name="get_caps"
768
762
  c:identifier="gst_discoverer_stream_info_get_caps">
769
763
  <return-value transfer-ownership="full">
770
- <doc xml:whitespace="preserve">the #GstCaps of the stream. Unref with #gst_caps_unref after usage.</doc>
764
+ <doc xml:space="preserve">the #GstCaps of the stream. Unref with #gst_caps_unref after usage.</doc>
771
765
  <type name="Gst.Caps" c:type="GstCaps*"/>
772
766
  </return-value>
773
767
  <parameters>
774
768
  <instance-parameter name="info" transfer-ownership="none">
775
- <doc xml:whitespace="preserve">a #GstDiscovererStreamInfo</doc>
769
+ <doc xml:space="preserve">a #GstDiscovererStreamInfo</doc>
776
770
  <type name="DiscovererStreamInfo"
777
771
  c:type="GstDiscovererStreamInfo*"/>
778
772
  </instance-parameter>
@@ -781,12 +775,12 @@ and fress the #GList.</doc>
781
775
  <method name="get_misc"
782
776
  c:identifier="gst_discoverer_stream_info_get_misc">
783
777
  <return-value transfer-ownership="none">
784
- <doc xml:whitespace="preserve">additional information regarding the stream (for example codec version, profile, etc..). If you wish to use the #GstStructure after the life-time of @info you will need to copy it.</doc>
778
+ <doc xml:space="preserve">additional information regarding the stream (for example codec version, profile, etc..). If you wish to use the #GstStructure after the life-time of @info you will need to copy it.</doc>
785
779
  <type name="Gst.Structure" c:type="const GstStructure*"/>
786
780
  </return-value>
787
781
  <parameters>
788
782
  <instance-parameter name="info" transfer-ownership="none">
789
- <doc xml:whitespace="preserve">a #GstDiscovererStreamInfo</doc>
783
+ <doc xml:space="preserve">a #GstDiscovererStreamInfo</doc>
790
784
  <type name="DiscovererStreamInfo"
791
785
  c:type="GstDiscovererStreamInfo*"/>
792
786
  </instance-parameter>
@@ -795,12 +789,12 @@ and fress the #GList.</doc>
795
789
  <method name="get_next"
796
790
  c:identifier="gst_discoverer_stream_info_get_next">
797
791
  <return-value transfer-ownership="full">
798
- <doc xml:whitespace="preserve">the next #GstDiscovererStreamInfo in a chain. %NULL for final streams. Unref with #gst_discoverer_stream_info_unref after usage.</doc>
792
+ <doc xml:space="preserve">the next #GstDiscovererStreamInfo in a chain. %NULL for final streams. Unref with #gst_discoverer_stream_info_unref after usage.</doc>
799
793
  <type name="DiscovererStreamInfo" c:type="GstDiscovererStreamInfo*"/>
800
794
  </return-value>
801
795
  <parameters>
802
796
  <instance-parameter name="info" transfer-ownership="none">
803
- <doc xml:whitespace="preserve">a #GstDiscovererStreamInfo</doc>
797
+ <doc xml:space="preserve">a #GstDiscovererStreamInfo</doc>
804
798
  <type name="DiscovererStreamInfo"
805
799
  c:type="GstDiscovererStreamInfo*"/>
806
800
  </instance-parameter>
@@ -809,12 +803,26 @@ and fress the #GList.</doc>
809
803
  <method name="get_previous"
810
804
  c:identifier="gst_discoverer_stream_info_get_previous">
811
805
  <return-value transfer-ownership="full">
812
- <doc xml:whitespace="preserve">the previous #GstDiscovererStreamInfo in a chain. %NULL for starting points. Unref with #gst_discoverer_stream_info_unref after usage.</doc>
806
+ <doc xml:space="preserve">the previous #GstDiscovererStreamInfo in a chain. %NULL for starting points. Unref with #gst_discoverer_stream_info_unref after usage.</doc>
813
807
  <type name="DiscovererStreamInfo" c:type="GstDiscovererStreamInfo*"/>
814
808
  </return-value>
815
809
  <parameters>
816
810
  <instance-parameter name="info" transfer-ownership="none">
817
- <doc xml:whitespace="preserve">a #GstDiscovererStreamInfo</doc>
811
+ <doc xml:space="preserve">a #GstDiscovererStreamInfo</doc>
812
+ <type name="DiscovererStreamInfo"
813
+ c:type="GstDiscovererStreamInfo*"/>
814
+ </instance-parameter>
815
+ </parameters>
816
+ </method>
817
+ <method name="get_stream_id"
818
+ c:identifier="gst_discoverer_stream_info_get_stream_id">
819
+ <return-value transfer-ownership="none">
820
+ <doc xml:space="preserve">the stream ID of this stream. If you wish to use the stream ID after the life-time of @info you will need to copy it.</doc>
821
+ <type name="utf8" c:type="const gchar*"/>
822
+ </return-value>
823
+ <parameters>
824
+ <instance-parameter name="info" transfer-ownership="none">
825
+ <doc xml:space="preserve">a #GstDiscovererStreamInfo</doc>
818
826
  <type name="DiscovererStreamInfo"
819
827
  c:type="GstDiscovererStreamInfo*"/>
820
828
  </instance-parameter>
@@ -823,12 +831,12 @@ and fress the #GList.</doc>
823
831
  <method name="get_stream_type_nick"
824
832
  c:identifier="gst_discoverer_stream_info_get_stream_type_nick">
825
833
  <return-value transfer-ownership="none">
826
- <doc xml:whitespace="preserve">a human readable name for the stream type of the given @info (ex : "audio", "container",...).</doc>
834
+ <doc xml:space="preserve">a human readable name for the stream type of the given @info (ex : "audio", "container",...).</doc>
827
835
  <type name="utf8" c:type="const gchar*"/>
828
836
  </return-value>
829
837
  <parameters>
830
838
  <instance-parameter name="info" transfer-ownership="none">
831
- <doc xml:whitespace="preserve">a #GstDiscovererStreamInfo</doc>
839
+ <doc xml:space="preserve">a #GstDiscovererStreamInfo</doc>
832
840
  <type name="DiscovererStreamInfo"
833
841
  c:type="GstDiscovererStreamInfo*"/>
834
842
  </instance-parameter>
@@ -837,12 +845,12 @@ and fress the #GList.</doc>
837
845
  <method name="get_tags"
838
846
  c:identifier="gst_discoverer_stream_info_get_tags">
839
847
  <return-value transfer-ownership="none">
840
- <doc xml:whitespace="preserve">the tags contained in this stream. If you wish to use the tags after the life-time of @info you will need to copy them.</doc>
848
+ <doc xml:space="preserve">the tags contained in this stream. If you wish to use the tags after the life-time of @info you will need to copy them.</doc>
841
849
  <type name="Gst.TagList" c:type="const GstTagList*"/>
842
850
  </return-value>
843
851
  <parameters>
844
852
  <instance-parameter name="info" transfer-ownership="none">
845
- <doc xml:whitespace="preserve">a #GstDiscovererStreamInfo</doc>
853
+ <doc xml:space="preserve">a #GstDiscovererStreamInfo</doc>
846
854
  <type name="DiscovererStreamInfo"
847
855
  c:type="GstDiscovererStreamInfo*"/>
848
856
  </instance-parameter>
@@ -850,12 +858,12 @@ and fress the #GList.</doc>
850
858
  </method>
851
859
  <method name="get_toc" c:identifier="gst_discoverer_stream_info_get_toc">
852
860
  <return-value transfer-ownership="none">
853
- <doc xml:whitespace="preserve">the TOC contained in this stream. If you wish to use the TOC after the life-time of @info you will need to copy it.</doc>
861
+ <doc xml:space="preserve">the TOC contained in this stream. If you wish to use the TOC after the life-time of @info you will need to copy it.</doc>
854
862
  <type name="Gst.Toc" c:type="const GstToc*"/>
855
863
  </return-value>
856
864
  <parameters>
857
865
  <instance-parameter name="info" transfer-ownership="none">
858
- <doc xml:whitespace="preserve">a #GstDiscovererStreamInfo</doc>
866
+ <doc xml:space="preserve">a #GstDiscovererStreamInfo</doc>
859
867
  <type name="DiscovererStreamInfo"
860
868
  c:type="GstDiscovererStreamInfo*"/>
861
869
  </instance-parameter>
@@ -868,17 +876,17 @@ and fress the #GList.</doc>
868
876
  parent="DiscovererStreamInfo"
869
877
  glib:type-name="GstDiscovererSubtitleInfo"
870
878
  glib:get-type="gst_discoverer_subtitle_info_get_type">
871
- <doc xml:whitespace="preserve">#GstDiscovererStreamInfo specific to subtitle streams (this includes text and
879
+ <doc xml:space="preserve">#GstDiscovererStreamInfo specific to subtitle streams (this includes text and
872
880
  image based ones).</doc>
873
881
  <method name="get_language"
874
882
  c:identifier="gst_discoverer_subtitle_info_get_language">
875
883
  <return-value transfer-ownership="none">
876
- <doc xml:whitespace="preserve">the language of the stream, or NULL if unknown.</doc>
884
+ <doc xml:space="preserve">the language of the stream, or NULL if unknown.</doc>
877
885
  <type name="utf8" c:type="const gchar*"/>
878
886
  </return-value>
879
887
  <parameters>
880
888
  <instance-parameter name="info" transfer-ownership="none">
881
- <doc xml:whitespace="preserve">a #GstDiscovererSubtitleInfo</doc>
889
+ <doc xml:space="preserve">a #GstDiscovererSubtitleInfo</doc>
882
890
  <type name="DiscovererSubtitleInfo"
883
891
  c:type="const GstDiscovererSubtitleInfo*"/>
884
892
  </instance-parameter>
@@ -891,16 +899,16 @@ image based ones).</doc>
891
899
  parent="DiscovererStreamInfo"
892
900
  glib:type-name="GstDiscovererVideoInfo"
893
901
  glib:get-type="gst_discoverer_video_info_get_type">
894
- <doc xml:whitespace="preserve">#GstDiscovererStreamInfo specific to video streams (this includes images).</doc>
902
+ <doc xml:space="preserve">#GstDiscovererStreamInfo specific to video streams (this includes images).</doc>
895
903
  <method name="get_bitrate"
896
904
  c:identifier="gst_discoverer_video_info_get_bitrate">
897
905
  <return-value transfer-ownership="none">
898
- <doc xml:whitespace="preserve">the average or nominal bitrate of the video stream in bits/second.</doc>
906
+ <doc xml:space="preserve">the average or nominal bitrate of the video stream in bits/second.</doc>
899
907
  <type name="guint" c:type="guint"/>
900
908
  </return-value>
901
909
  <parameters>
902
910
  <instance-parameter name="info" transfer-ownership="none">
903
- <doc xml:whitespace="preserve">a #GstDiscovererVideoInfo</doc>
911
+ <doc xml:space="preserve">a #GstDiscovererVideoInfo</doc>
904
912
  <type name="DiscovererVideoInfo"
905
913
  c:type="const GstDiscovererVideoInfo*"/>
906
914
  </instance-parameter>
@@ -909,12 +917,12 @@ image based ones).</doc>
909
917
  <method name="get_depth"
910
918
  c:identifier="gst_discoverer_video_info_get_depth">
911
919
  <return-value transfer-ownership="none">
912
- <doc xml:whitespace="preserve">the depth in bits of the video stream.</doc>
920
+ <doc xml:space="preserve">the depth in bits of the video stream.</doc>
913
921
  <type name="guint" c:type="guint"/>
914
922
  </return-value>
915
923
  <parameters>
916
924
  <instance-parameter name="info" transfer-ownership="none">
917
- <doc xml:whitespace="preserve">a #GstDiscovererVideoInfo</doc>
925
+ <doc xml:space="preserve">a #GstDiscovererVideoInfo</doc>
918
926
  <type name="DiscovererVideoInfo"
919
927
  c:type="const GstDiscovererVideoInfo*"/>
920
928
  </instance-parameter>
@@ -923,12 +931,12 @@ image based ones).</doc>
923
931
  <method name="get_framerate_denom"
924
932
  c:identifier="gst_discoverer_video_info_get_framerate_denom">
925
933
  <return-value transfer-ownership="none">
926
- <doc xml:whitespace="preserve">the framerate of the video stream (denominator).</doc>
934
+ <doc xml:space="preserve">the framerate of the video stream (denominator).</doc>
927
935
  <type name="guint" c:type="guint"/>
928
936
  </return-value>
929
937
  <parameters>
930
938
  <instance-parameter name="info" transfer-ownership="none">
931
- <doc xml:whitespace="preserve">a #GstDiscovererVideoInfo</doc>
939
+ <doc xml:space="preserve">a #GstDiscovererVideoInfo</doc>
932
940
  <type name="DiscovererVideoInfo"
933
941
  c:type="const GstDiscovererVideoInfo*"/>
934
942
  </instance-parameter>
@@ -937,12 +945,12 @@ image based ones).</doc>
937
945
  <method name="get_framerate_num"
938
946
  c:identifier="gst_discoverer_video_info_get_framerate_num">
939
947
  <return-value transfer-ownership="none">
940
- <doc xml:whitespace="preserve">the framerate of the video stream (numerator).</doc>
948
+ <doc xml:space="preserve">the framerate of the video stream (numerator).</doc>
941
949
  <type name="guint" c:type="guint"/>
942
950
  </return-value>
943
951
  <parameters>
944
952
  <instance-parameter name="info" transfer-ownership="none">
945
- <doc xml:whitespace="preserve">a #GstDiscovererVideoInfo</doc>
953
+ <doc xml:space="preserve">a #GstDiscovererVideoInfo</doc>
946
954
  <type name="DiscovererVideoInfo"
947
955
  c:type="const GstDiscovererVideoInfo*"/>
948
956
  </instance-parameter>
@@ -951,12 +959,12 @@ image based ones).</doc>
951
959
  <method name="get_height"
952
960
  c:identifier="gst_discoverer_video_info_get_height">
953
961
  <return-value transfer-ownership="none">
954
- <doc xml:whitespace="preserve">the height of the video stream in pixels.</doc>
962
+ <doc xml:space="preserve">the height of the video stream in pixels.</doc>
955
963
  <type name="guint" c:type="guint"/>
956
964
  </return-value>
957
965
  <parameters>
958
966
  <instance-parameter name="info" transfer-ownership="none">
959
- <doc xml:whitespace="preserve">a #GstDiscovererVideoInfo</doc>
967
+ <doc xml:space="preserve">a #GstDiscovererVideoInfo</doc>
960
968
  <type name="DiscovererVideoInfo"
961
969
  c:type="const GstDiscovererVideoInfo*"/>
962
970
  </instance-parameter>
@@ -965,12 +973,12 @@ image based ones).</doc>
965
973
  <method name="get_max_bitrate"
966
974
  c:identifier="gst_discoverer_video_info_get_max_bitrate">
967
975
  <return-value transfer-ownership="none">
968
- <doc xml:whitespace="preserve">the maximum bitrate of the video stream in bits/second.</doc>
976
+ <doc xml:space="preserve">the maximum bitrate of the video stream in bits/second.</doc>
969
977
  <type name="guint" c:type="guint"/>
970
978
  </return-value>
971
979
  <parameters>
972
980
  <instance-parameter name="info" transfer-ownership="none">
973
- <doc xml:whitespace="preserve">a #GstDiscovererVideoInfo</doc>
981
+ <doc xml:space="preserve">a #GstDiscovererVideoInfo</doc>
974
982
  <type name="DiscovererVideoInfo"
975
983
  c:type="const GstDiscovererVideoInfo*"/>
976
984
  </instance-parameter>
@@ -979,12 +987,12 @@ image based ones).</doc>
979
987
  <method name="get_par_denom"
980
988
  c:identifier="gst_discoverer_video_info_get_par_denom">
981
989
  <return-value transfer-ownership="none">
982
- <doc xml:whitespace="preserve">the Pixel Aspect Ratio (PAR) of the video stream (denominator).</doc>
990
+ <doc xml:space="preserve">the Pixel Aspect Ratio (PAR) of the video stream (denominator).</doc>
983
991
  <type name="guint" c:type="guint"/>
984
992
  </return-value>
985
993
  <parameters>
986
994
  <instance-parameter name="info" transfer-ownership="none">
987
- <doc xml:whitespace="preserve">a #GstDiscovererVideoInfo</doc>
995
+ <doc xml:space="preserve">a #GstDiscovererVideoInfo</doc>
988
996
  <type name="DiscovererVideoInfo"
989
997
  c:type="const GstDiscovererVideoInfo*"/>
990
998
  </instance-parameter>
@@ -993,12 +1001,12 @@ image based ones).</doc>
993
1001
  <method name="get_par_num"
994
1002
  c:identifier="gst_discoverer_video_info_get_par_num">
995
1003
  <return-value transfer-ownership="none">
996
- <doc xml:whitespace="preserve">the Pixel Aspect Ratio (PAR) of the video stream (numerator).</doc>
1004
+ <doc xml:space="preserve">the Pixel Aspect Ratio (PAR) of the video stream (numerator).</doc>
997
1005
  <type name="guint" c:type="guint"/>
998
1006
  </return-value>
999
1007
  <parameters>
1000
1008
  <instance-parameter name="info" transfer-ownership="none">
1001
- <doc xml:whitespace="preserve">a #GstDiscovererVideoInfo</doc>
1009
+ <doc xml:space="preserve">a #GstDiscovererVideoInfo</doc>
1002
1010
  <type name="DiscovererVideoInfo"
1003
1011
  c:type="const GstDiscovererVideoInfo*"/>
1004
1012
  </instance-parameter>
@@ -1007,12 +1015,12 @@ image based ones).</doc>
1007
1015
  <method name="get_width"
1008
1016
  c:identifier="gst_discoverer_video_info_get_width">
1009
1017
  <return-value transfer-ownership="none">
1010
- <doc xml:whitespace="preserve">the width of the video stream in pixels.</doc>
1018
+ <doc xml:space="preserve">the width of the video stream in pixels.</doc>
1011
1019
  <type name="guint" c:type="guint"/>
1012
1020
  </return-value>
1013
1021
  <parameters>
1014
1022
  <instance-parameter name="info" transfer-ownership="none">
1015
- <doc xml:whitespace="preserve">a #GstDiscovererVideoInfo</doc>
1023
+ <doc xml:space="preserve">a #GstDiscovererVideoInfo</doc>
1016
1024
  <type name="DiscovererVideoInfo"
1017
1025
  c:type="const GstDiscovererVideoInfo*"/>
1018
1026
  </instance-parameter>
@@ -1021,12 +1029,12 @@ image based ones).</doc>
1021
1029
  <method name="is_image"
1022
1030
  c:identifier="gst_discoverer_video_info_is_image">
1023
1031
  <return-value transfer-ownership="none">
1024
- <doc xml:whitespace="preserve">#TRUE if the video stream corresponds to an image (i.e. only contains one frame).</doc>
1032
+ <doc xml:space="preserve">#TRUE if the video stream corresponds to an image (i.e. only contains one frame).</doc>
1025
1033
  <type name="gboolean" c:type="gboolean"/>
1026
1034
  </return-value>
1027
1035
  <parameters>
1028
1036
  <instance-parameter name="info" transfer-ownership="none">
1029
- <doc xml:whitespace="preserve">a #GstDiscovererVideoInfo</doc>
1037
+ <doc xml:space="preserve">a #GstDiscovererVideoInfo</doc>
1030
1038
  <type name="DiscovererVideoInfo"
1031
1039
  c:type="const GstDiscovererVideoInfo*"/>
1032
1040
  </instance-parameter>
@@ -1035,12 +1043,12 @@ image based ones).</doc>
1035
1043
  <method name="is_interlaced"
1036
1044
  c:identifier="gst_discoverer_video_info_is_interlaced">
1037
1045
  <return-value transfer-ownership="none">
1038
- <doc xml:whitespace="preserve">%TRUE if the stream is interlaced, else %FALSE.</doc>
1046
+ <doc xml:space="preserve">%TRUE if the stream is interlaced, else %FALSE.</doc>
1039
1047
  <type name="gboolean" c:type="gboolean"/>
1040
1048
  </return-value>
1041
1049
  <parameters>
1042
1050
  <instance-parameter name="info" transfer-ownership="none">
1043
- <doc xml:whitespace="preserve">a #GstDiscovererVideoInfo</doc>
1051
+ <doc xml:space="preserve">a #GstDiscovererVideoInfo</doc>
1044
1052
  <type name="DiscovererVideoInfo"
1045
1053
  c:type="const GstDiscovererVideoInfo*"/>
1046
1054
  </instance-parameter>
@@ -1050,14 +1058,14 @@ image based ones).</doc>
1050
1058
  <constant name="ENCODING_CATEGORY_CAPTURE"
1051
1059
  value="capture"
1052
1060
  c:type="GST_ENCODING_CATEGORY_CAPTURE">
1053
- <doc xml:whitespace="preserve">#GstEncodingTarget category for recording and capture.
1061
+ <doc xml:space="preserve">#GstEncodingTarget category for recording and capture.
1054
1062
  Targets within this category are optimized for low latency encoding.</doc>
1055
1063
  <type name="utf8" c:type="gchar*"/>
1056
1064
  </constant>
1057
1065
  <constant name="ENCODING_CATEGORY_DEVICE"
1058
1066
  value="device"
1059
1067
  c:type="GST_ENCODING_CATEGORY_DEVICE">
1060
- <doc xml:whitespace="preserve">#GstEncodingTarget category for device-specific targets.
1068
+ <doc xml:space="preserve">#GstEncodingTarget category for device-specific targets.
1061
1069
  The name of the target will usually be the constructor and model of the device,
1062
1070
  and that target will contain #GstEncodingProfiles suitable for that device.</doc>
1063
1071
  <type name="utf8" c:type="gchar*"/>
@@ -1065,7 +1073,7 @@ and that target will contain #GstEncodingProfiles suitable for that device.</doc
1065
1073
  <constant name="ENCODING_CATEGORY_ONLINE_SERVICE"
1066
1074
  value="online-service"
1067
1075
  c:type="GST_ENCODING_CATEGORY_ONLINE_SERVICE">
1068
- <doc xml:whitespace="preserve">#GstEncodingTarget category for online-services.
1076
+ <doc xml:space="preserve">#GstEncodingTarget category for online-services.
1069
1077
  The name of the target will usually be the name of the online service
1070
1078
  and that target will contain #GstEncodingProfiles suitable for that online
1071
1079
  service.</doc>
@@ -1074,7 +1082,7 @@ service.</doc>
1074
1082
  <constant name="ENCODING_CATEGORY_STORAGE_EDITING"
1075
1083
  value="storage-editing"
1076
1084
  c:type="GST_ENCODING_CATEGORY_STORAGE_EDITING">
1077
- <doc xml:whitespace="preserve">#GstEncodingTarget category for storage, archiving and editing targets.
1085
+ <doc xml:space="preserve">#GstEncodingTarget category for storage, archiving and editing targets.
1078
1086
  Those targets can be lossless and/or provide very fast random access content.
1079
1087
  The name of the target will usually be the container type or editing target,
1080
1088
  and that target will contain #GstEncodingProfiles suitable for editing or
@@ -1088,33 +1096,33 @@ storage.</doc>
1088
1096
  glib:type-name="GstEncodingAudioProfile"
1089
1097
  glib:get-type="gst_encoding_audio_profile_get_type"
1090
1098
  glib:type-struct="EncodingAudioProfileClass">
1091
- <doc xml:whitespace="preserve">Variant of #GstEncodingProfile for audio streams.</doc>
1099
+ <doc xml:space="preserve">Variant of #GstEncodingProfile for audio streams.</doc>
1092
1100
  <constructor name="new" c:identifier="gst_encoding_audio_profile_new">
1093
- <doc xml:whitespace="preserve">Creates a new #GstEncodingAudioProfile
1101
+ <doc xml:space="preserve">Creates a new #GstEncodingAudioProfile
1094
1102
 
1095
1103
  All provided allocatable arguments will be internally copied, so can be
1096
1104
  safely freed/unreferenced after calling this method.</doc>
1097
1105
  <return-value transfer-ownership="full">
1098
- <doc xml:whitespace="preserve">the newly created #GstEncodingAudioProfile.</doc>
1106
+ <doc xml:space="preserve">the newly created #GstEncodingAudioProfile.</doc>
1099
1107
  <type name="EncodingAudioProfile" c:type="GstEncodingAudioProfile*"/>
1100
1108
  </return-value>
1101
1109
  <parameters>
1102
1110
  <parameter name="format" transfer-ownership="none">
1103
- <doc xml:whitespace="preserve">the #GstCaps</doc>
1111
+ <doc xml:space="preserve">the #GstCaps</doc>
1104
1112
  <type name="Gst.Caps" c:type="GstCaps*"/>
1105
1113
  </parameter>
1106
1114
  <parameter name="preset" transfer-ownership="none" allow-none="1">
1107
- <doc xml:whitespace="preserve">the preset(s) to use on the encoder, can be #NULL</doc>
1115
+ <doc xml:space="preserve">the preset(s) to use on the encoder, can be #NULL</doc>
1108
1116
  <type name="utf8" c:type="const gchar*"/>
1109
1117
  </parameter>
1110
1118
  <parameter name="restriction"
1111
1119
  transfer-ownership="none"
1112
1120
  allow-none="1">
1113
- <doc xml:whitespace="preserve">the #GstCaps used to restrict the input to the encoder, can be NULL. See gst_encoding_profile_get_restriction() for more details.</doc>
1121
+ <doc xml:space="preserve">the #GstCaps used to restrict the input to the encoder, can be NULL. See gst_encoding_profile_get_restriction() for more details.</doc>
1114
1122
  <type name="Gst.Caps" c:type="GstCaps*"/>
1115
1123
  </parameter>
1116
1124
  <parameter name="presence" transfer-ownership="none">
1117
- <doc xml:whitespace="preserve">the number of time this stream must be used. 0 means any number of times (including never)</doc>
1125
+ <doc xml:space="preserve">the number of time this stream must be used. 0 means any number of times (including never)</doc>
1118
1126
  <type name="guint" c:type="guint"/>
1119
1127
  </parameter>
1120
1128
  </parameters>
@@ -1132,74 +1140,74 @@ safely freed/unreferenced after calling this method.</doc>
1132
1140
  glib:type-name="GstEncodingContainerProfile"
1133
1141
  glib:get-type="gst_encoding_container_profile_get_type"
1134
1142
  glib:type-struct="EncodingContainerProfileClass">
1135
- <doc xml:whitespace="preserve">Encoding profiles for containers. Keeps track of a list of #GstEncodingProfile</doc>
1143
+ <doc xml:space="preserve">Encoding profiles for containers. Keeps track of a list of #GstEncodingProfile</doc>
1136
1144
  <constructor name="new"
1137
1145
  c:identifier="gst_encoding_container_profile_new">
1138
- <doc xml:whitespace="preserve">Creates a new #GstEncodingContainerProfile.</doc>
1146
+ <doc xml:space="preserve">Creates a new #GstEncodingContainerProfile.</doc>
1139
1147
  <return-value transfer-ownership="full">
1140
- <doc xml:whitespace="preserve">The newly created #GstEncodingContainerProfile.</doc>
1148
+ <doc xml:space="preserve">The newly created #GstEncodingContainerProfile.</doc>
1141
1149
  <type name="EncodingContainerProfile"
1142
1150
  c:type="GstEncodingContainerProfile*"/>
1143
1151
  </return-value>
1144
1152
  <parameters>
1145
1153
  <parameter name="name" transfer-ownership="none" allow-none="1">
1146
- <doc xml:whitespace="preserve">The name of the container profile, can be %NULL</doc>
1154
+ <doc xml:space="preserve">The name of the container profile, can be %NULL</doc>
1147
1155
  <type name="utf8" c:type="const gchar*"/>
1148
1156
  </parameter>
1149
1157
  <parameter name="description"
1150
1158
  transfer-ownership="none"
1151
1159
  allow-none="1">
1152
- <doc xml:whitespace="preserve">The description of the container profile, can be %NULL</doc>
1160
+ <doc xml:space="preserve">The description of the container profile, can be %NULL</doc>
1153
1161
  <type name="utf8" c:type="const gchar*"/>
1154
1162
  </parameter>
1155
1163
  <parameter name="format" transfer-ownership="none">
1156
- <doc xml:whitespace="preserve">The format to use for this profile</doc>
1164
+ <doc xml:space="preserve">The format to use for this profile</doc>
1157
1165
  <type name="Gst.Caps" c:type="GstCaps*"/>
1158
1166
  </parameter>
1159
1167
  <parameter name="preset" transfer-ownership="none" allow-none="1">
1160
- <doc xml:whitespace="preserve">The preset to use for this profile</doc>
1168
+ <doc xml:space="preserve">The preset to use for this profile.</doc>
1161
1169
  <type name="utf8" c:type="const gchar*"/>
1162
1170
  </parameter>
1163
1171
  </parameters>
1164
1172
  </constructor>
1165
1173
  <method name="add_profile"
1166
1174
  c:identifier="gst_encoding_container_profile_add_profile">
1167
- <doc xml:whitespace="preserve">Add a #GstEncodingProfile to the list of profiles handled by @container.
1175
+ <doc xml:space="preserve">Add a #GstEncodingProfile to the list of profiles handled by @container.
1168
1176
 
1169
1177
  No copy of @profile will be made, if you wish to use it elsewhere after this
1170
1178
  method you should increment its reference count.</doc>
1171
1179
  <return-value transfer-ownership="none">
1172
- <doc xml:whitespace="preserve">%TRUE if the @stream was properly added, else %FALSE.</doc>
1180
+ <doc xml:space="preserve">%TRUE if the @stream was properly added, else %FALSE.</doc>
1173
1181
  <type name="gboolean" c:type="gboolean"/>
1174
1182
  </return-value>
1175
1183
  <parameters>
1176
1184
  <instance-parameter name="container" transfer-ownership="none">
1177
- <doc xml:whitespace="preserve">the #GstEncodingContainerProfile to use</doc>
1185
+ <doc xml:space="preserve">the #GstEncodingContainerProfile to use</doc>
1178
1186
  <type name="EncodingContainerProfile"
1179
1187
  c:type="GstEncodingContainerProfile*"/>
1180
1188
  </instance-parameter>
1181
1189
  <parameter name="profile" transfer-ownership="full">
1182
- <doc xml:whitespace="preserve">the #GstEncodingProfile to add.</doc>
1190
+ <doc xml:space="preserve">the #GstEncodingProfile to add.</doc>
1183
1191
  <type name="EncodingProfile" c:type="GstEncodingProfile*"/>
1184
1192
  </parameter>
1185
1193
  </parameters>
1186
1194
  </method>
1187
1195
  <method name="contains_profile"
1188
1196
  c:identifier="gst_encoding_container_profile_contains_profile">
1189
- <doc xml:whitespace="preserve">Checks if @container contains a #GstEncodingProfile identical to
1197
+ <doc xml:space="preserve">Checks if @container contains a #GstEncodingProfile identical to
1190
1198
  @profile.</doc>
1191
1199
  <return-value transfer-ownership="none">
1192
- <doc xml:whitespace="preserve">%TRUE if @container contains a #GstEncodingProfile identical to @profile, else %FALSE.</doc>
1200
+ <doc xml:space="preserve">%TRUE if @container contains a #GstEncodingProfile identical to @profile, else %FALSE.</doc>
1193
1201
  <type name="gboolean" c:type="gboolean"/>
1194
1202
  </return-value>
1195
1203
  <parameters>
1196
1204
  <instance-parameter name="container" transfer-ownership="none">
1197
- <doc xml:whitespace="preserve">a #GstEncodingContainerProfile</doc>
1205
+ <doc xml:space="preserve">a #GstEncodingContainerProfile</doc>
1198
1206
  <type name="EncodingContainerProfile"
1199
1207
  c:type="GstEncodingContainerProfile*"/>
1200
1208
  </instance-parameter>
1201
1209
  <parameter name="profile" transfer-ownership="none">
1202
- <doc xml:whitespace="preserve">a #GstEncodingProfile</doc>
1210
+ <doc xml:space="preserve">a #GstEncodingProfile</doc>
1203
1211
  <type name="EncodingProfile" c:type="GstEncodingProfile*"/>
1204
1212
  </parameter>
1205
1213
  </parameters>
@@ -1207,14 +1215,14 @@ method you should increment its reference count.</doc>
1207
1215
  <method name="get_profiles"
1208
1216
  c:identifier="gst_encoding_container_profile_get_profiles">
1209
1217
  <return-value transfer-ownership="none">
1210
- <doc xml:whitespace="preserve">the list of contained #GstEncodingProfile.</doc>
1218
+ <doc xml:space="preserve">the list of contained #GstEncodingProfile.</doc>
1211
1219
  <type name="GLib.List" c:type="const GList*">
1212
1220
  <type name="EncodingProfile"/>
1213
1221
  </type>
1214
1222
  </return-value>
1215
1223
  <parameters>
1216
1224
  <instance-parameter name="profile" transfer-ownership="none">
1217
- <doc xml:whitespace="preserve">a #GstEncodingContainerProfile</doc>
1225
+ <doc xml:space="preserve">a #GstEncodingContainerProfile</doc>
1218
1226
  <type name="EncodingContainerProfile"
1219
1227
  c:type="GstEncodingContainerProfile*"/>
1220
1228
  </instance-parameter>
@@ -1233,41 +1241,41 @@ method you should increment its reference count.</doc>
1233
1241
  glib:type-name="GstEncodingProfile"
1234
1242
  glib:get-type="gst_encoding_profile_get_type"
1235
1243
  glib:type-struct="EncodingProfileClass">
1236
- <doc xml:whitespace="preserve">The opaque base class object for all encoding profiles. This contains generic
1244
+ <doc xml:space="preserve">The opaque base class object for all encoding profiles. This contains generic
1237
1245
  information like name, description, format and preset.</doc>
1238
1246
  <function name="find" c:identifier="gst_encoding_profile_find">
1239
- <doc xml:whitespace="preserve">Find the #GstEncodingProfile with the specified name and category.</doc>
1247
+ <doc xml:space="preserve">Find the #GstEncodingProfile with the specified name and category.</doc>
1240
1248
  <return-value transfer-ownership="full">
1241
- <doc xml:whitespace="preserve">The matching #GstEncodingProfile or %NULL.</doc>
1249
+ <doc xml:space="preserve">The matching #GstEncodingProfile or %NULL.</doc>
1242
1250
  <type name="EncodingProfile" c:type="GstEncodingProfile*"/>
1243
1251
  </return-value>
1244
1252
  <parameters>
1245
1253
  <parameter name="targetname" transfer-ownership="none">
1246
- <doc xml:whitespace="preserve">The name of the target</doc>
1254
+ <doc xml:space="preserve">The name of the target</doc>
1247
1255
  <type name="utf8" c:type="const gchar*"/>
1248
1256
  </parameter>
1249
1257
  <parameter name="profilename" transfer-ownership="none">
1250
- <doc xml:whitespace="preserve">The name of the profile</doc>
1258
+ <doc xml:space="preserve">The name of the profile</doc>
1251
1259
  <type name="utf8" c:type="const gchar*"/>
1252
1260
  </parameter>
1253
1261
  <parameter name="category" transfer-ownership="none" allow-none="1">
1254
- <doc xml:whitespace="preserve">The target category. Can be %NULL</doc>
1262
+ <doc xml:space="preserve">The target category. Can be %NULL</doc>
1255
1263
  <type name="utf8" c:type="const gchar*"/>
1256
1264
  </parameter>
1257
1265
  </parameters>
1258
1266
  </function>
1259
1267
  <function name="from_discoverer"
1260
1268
  c:identifier="gst_encoding_profile_from_discoverer">
1261
- <doc xml:whitespace="preserve">Creates a #GstEncodingProfile matching the formats from the given
1269
+ <doc xml:space="preserve">Creates a #GstEncodingProfile matching the formats from the given
1262
1270
  #GstEncodingProfile. Streams other than audio or video (eg,
1263
1271
  subtitles), are currently ignored.</doc>
1264
1272
  <return-value transfer-ownership="full">
1265
- <doc xml:whitespace="preserve">The new #GstEncodingProfile or %NULL.</doc>
1273
+ <doc xml:space="preserve">The new #GstEncodingProfile or %NULL.</doc>
1266
1274
  <type name="EncodingProfile" c:type="GstEncodingProfile*"/>
1267
1275
  </return-value>
1268
1276
  <parameters>
1269
1277
  <parameter name="info" transfer-ownership="none">
1270
- <doc xml:whitespace="preserve">The #GstDiscovererInfo to read from</doc>
1278
+ <doc xml:space="preserve">The #GstDiscovererInfo to read from</doc>
1271
1279
  <type name="DiscovererInfo" c:type="GstDiscovererInfo*"/>
1272
1280
  </parameter>
1273
1281
  </parameters>
@@ -1275,50 +1283,63 @@ subtitles), are currently ignored.</doc>
1275
1283
  <method name="get_description"
1276
1284
  c:identifier="gst_encoding_profile_get_description">
1277
1285
  <return-value transfer-ownership="none">
1278
- <doc xml:whitespace="preserve">the description of the profile, can be %NULL.</doc>
1286
+ <doc xml:space="preserve">the description of the profile, can be %NULL.</doc>
1279
1287
  <type name="utf8" c:type="const gchar*"/>
1280
1288
  </return-value>
1281
1289
  <parameters>
1282
1290
  <instance-parameter name="profile" transfer-ownership="none">
1283
- <doc xml:whitespace="preserve">a #GstEncodingProfile</doc>
1291
+ <doc xml:space="preserve">a #GstEncodingProfile</doc>
1292
+ <type name="EncodingProfile" c:type="GstEncodingProfile*"/>
1293
+ </instance-parameter>
1294
+ </parameters>
1295
+ </method>
1296
+ <method name="get_file_extension"
1297
+ c:identifier="gst_encoding_profile_get_file_extension">
1298
+ <return-value transfer-ownership="none">
1299
+ <doc xml:space="preserve">a suitable file extension for @profile, or NULL.</doc>
1300
+ <type name="utf8" c:type="const gchar*"/>
1301
+ </return-value>
1302
+ <parameters>
1303
+ <instance-parameter name="profile" transfer-ownership="none">
1304
+ <doc xml:space="preserve">a #GstEncodingProfile</doc>
1284
1305
  <type name="EncodingProfile" c:type="GstEncodingProfile*"/>
1285
1306
  </instance-parameter>
1286
1307
  </parameters>
1287
1308
  </method>
1288
1309
  <method name="get_format" c:identifier="gst_encoding_profile_get_format">
1289
1310
  <return-value transfer-ownership="full">
1290
- <doc xml:whitespace="preserve">the #GstCaps corresponding to the media format used in the profile. Unref after usage.</doc>
1311
+ <doc xml:space="preserve">the #GstCaps corresponding to the media format used in the profile. Unref after usage.</doc>
1291
1312
  <type name="Gst.Caps" c:type="GstCaps*"/>
1292
1313
  </return-value>
1293
1314
  <parameters>
1294
1315
  <instance-parameter name="profile" transfer-ownership="none">
1295
- <doc xml:whitespace="preserve">a #GstEncodingProfile</doc>
1316
+ <doc xml:space="preserve">a #GstEncodingProfile</doc>
1296
1317
  <type name="EncodingProfile" c:type="GstEncodingProfile*"/>
1297
1318
  </instance-parameter>
1298
1319
  </parameters>
1299
1320
  </method>
1300
1321
  <method name="get_input_caps"
1301
1322
  c:identifier="gst_encoding_profile_get_input_caps">
1302
- <doc xml:whitespace="preserve">Computes the full output caps that this @profile will be able to consume.</doc>
1323
+ <doc xml:space="preserve">Computes the full output caps that this @profile will be able to consume.</doc>
1303
1324
  <return-value transfer-ownership="full">
1304
- <doc xml:whitespace="preserve">The full caps the given @profile can consume. Call gst_caps_unref() when you are done with the caps.</doc>
1325
+ <doc xml:space="preserve">The full caps the given @profile can consume. Call gst_caps_unref() when you are done with the caps.</doc>
1305
1326
  <type name="Gst.Caps" c:type="GstCaps*"/>
1306
1327
  </return-value>
1307
1328
  <parameters>
1308
1329
  <instance-parameter name="profile" transfer-ownership="none">
1309
- <doc xml:whitespace="preserve">a #GstEncodingProfile</doc>
1330
+ <doc xml:space="preserve">a #GstEncodingProfile</doc>
1310
1331
  <type name="EncodingProfile" c:type="GstEncodingProfile*"/>
1311
1332
  </instance-parameter>
1312
1333
  </parameters>
1313
1334
  </method>
1314
1335
  <method name="get_name" c:identifier="gst_encoding_profile_get_name">
1315
1336
  <return-value transfer-ownership="none">
1316
- <doc xml:whitespace="preserve">the name of the profile, can be %NULL.</doc>
1337
+ <doc xml:space="preserve">the name of the profile, can be %NULL.</doc>
1317
1338
  <type name="utf8" c:type="const gchar*"/>
1318
1339
  </return-value>
1319
1340
  <parameters>
1320
1341
  <instance-parameter name="profile" transfer-ownership="none">
1321
- <doc xml:whitespace="preserve">a #GstEncodingProfile</doc>
1342
+ <doc xml:space="preserve">a #GstEncodingProfile</doc>
1322
1343
  <type name="EncodingProfile" c:type="GstEncodingProfile*"/>
1323
1344
  </instance-parameter>
1324
1345
  </parameters>
@@ -1326,24 +1347,37 @@ subtitles), are currently ignored.</doc>
1326
1347
  <method name="get_presence"
1327
1348
  c:identifier="gst_encoding_profile_get_presence">
1328
1349
  <return-value transfer-ownership="none">
1329
- <doc xml:whitespace="preserve">The number of times the profile is used in its parent container profile. If 0, it is not a mandatory stream.</doc>
1350
+ <doc xml:space="preserve">The number of times the profile is used in its parent container profile. If 0, it is not a mandatory stream.</doc>
1330
1351
  <type name="guint" c:type="guint"/>
1331
1352
  </return-value>
1332
1353
  <parameters>
1333
1354
  <instance-parameter name="profile" transfer-ownership="none">
1334
- <doc xml:whitespace="preserve">a #GstEncodingProfile</doc>
1355
+ <doc xml:space="preserve">a #GstEncodingProfile</doc>
1335
1356
  <type name="EncodingProfile" c:type="GstEncodingProfile*"/>
1336
1357
  </instance-parameter>
1337
1358
  </parameters>
1338
1359
  </method>
1339
1360
  <method name="get_preset" c:identifier="gst_encoding_profile_get_preset">
1340
1361
  <return-value transfer-ownership="none">
1341
- <doc xml:whitespace="preserve">the name of the #GstPreset to be used in the profile.</doc>
1362
+ <doc xml:space="preserve">the name of the #GstPreset to be used in the profile. This is the name that has been set when saving the preset.</doc>
1342
1363
  <type name="utf8" c:type="const gchar*"/>
1343
1364
  </return-value>
1344
1365
  <parameters>
1345
1366
  <instance-parameter name="profile" transfer-ownership="none">
1346
- <doc xml:whitespace="preserve">a #GstEncodingProfile</doc>
1367
+ <doc xml:space="preserve">a #GstEncodingProfile</doc>
1368
+ <type name="EncodingProfile" c:type="GstEncodingProfile*"/>
1369
+ </instance-parameter>
1370
+ </parameters>
1371
+ </method>
1372
+ <method name="get_preset_name"
1373
+ c:identifier="gst_encoding_profile_get_preset_name">
1374
+ <return-value transfer-ownership="none">
1375
+ <doc xml:space="preserve">the name of the #GstPreset factory to be used in the profile.</doc>
1376
+ <type name="utf8" c:type="const gchar*"/>
1377
+ </return-value>
1378
+ <parameters>
1379
+ <instance-parameter name="profile" transfer-ownership="none">
1380
+ <doc xml:space="preserve">a #GstEncodingProfile</doc>
1347
1381
  <type name="EncodingProfile" c:type="GstEncodingProfile*"/>
1348
1382
  </instance-parameter>
1349
1383
  </parameters>
@@ -1351,12 +1385,12 @@ subtitles), are currently ignored.</doc>
1351
1385
  <method name="get_restriction"
1352
1386
  c:identifier="gst_encoding_profile_get_restriction">
1353
1387
  <return-value transfer-ownership="full">
1354
- <doc xml:whitespace="preserve">The restriction #GstCaps to apply before the encoder that will be used in the profile. The fields present in restriction caps are properties of the raw stream (that is before encoding), such as height and width for video and depth and sampling rate for audio. Does not apply to #GstEncodingContainerProfile (since there is no corresponding raw stream). Can be %NULL. Unref after usage.</doc>
1388
+ <doc xml:space="preserve">The restriction #GstCaps to apply before the encoder that will be used in the profile. The fields present in restriction caps are properties of the raw stream (that is before encoding), such as height and width for video and depth and sampling rate for audio. Does not apply to #GstEncodingContainerProfile (since there is no corresponding raw stream). Can be %NULL. Unref after usage.</doc>
1355
1389
  <type name="Gst.Caps" c:type="GstCaps*"/>
1356
1390
  </return-value>
1357
1391
  <parameters>
1358
1392
  <instance-parameter name="profile" transfer-ownership="none">
1359
- <doc xml:whitespace="preserve">a #GstEncodingProfile</doc>
1393
+ <doc xml:space="preserve">a #GstEncodingProfile</doc>
1360
1394
  <type name="EncodingProfile" c:type="GstEncodingProfile*"/>
1361
1395
  </instance-parameter>
1362
1396
  </parameters>
@@ -1364,121 +1398,140 @@ subtitles), are currently ignored.</doc>
1364
1398
  <method name="get_type_nick"
1365
1399
  c:identifier="gst_encoding_profile_get_type_nick">
1366
1400
  <return-value transfer-ownership="none">
1367
- <doc xml:whitespace="preserve">the human-readable name of the type of @profile.</doc>
1401
+ <doc xml:space="preserve">the human-readable name of the type of @profile.</doc>
1368
1402
  <type name="utf8" c:type="const gchar*"/>
1369
1403
  </return-value>
1370
1404
  <parameters>
1371
1405
  <instance-parameter name="profile" transfer-ownership="none">
1372
- <doc xml:whitespace="preserve">a #GstEncodingProfile</doc>
1406
+ <doc xml:space="preserve">a #GstEncodingProfile</doc>
1373
1407
  <type name="EncodingProfile" c:type="GstEncodingProfile*"/>
1374
1408
  </instance-parameter>
1375
1409
  </parameters>
1376
1410
  </method>
1377
1411
  <method name="is_equal" c:identifier="gst_encoding_profile_is_equal">
1378
- <doc xml:whitespace="preserve">Checks whether the two #GstEncodingProfile are equal</doc>
1412
+ <doc xml:space="preserve">Checks whether the two #GstEncodingProfile are equal</doc>
1379
1413
  <return-value transfer-ownership="none">
1380
- <doc xml:whitespace="preserve">%TRUE if @a and @b are equal, else %FALSE.</doc>
1414
+ <doc xml:space="preserve">%TRUE if @a and @b are equal, else %FALSE.</doc>
1381
1415
  <type name="gboolean" c:type="gboolean"/>
1382
1416
  </return-value>
1383
1417
  <parameters>
1384
1418
  <instance-parameter name="a" transfer-ownership="none">
1385
- <doc xml:whitespace="preserve">a #GstEncodingProfile</doc>
1419
+ <doc xml:space="preserve">a #GstEncodingProfile</doc>
1386
1420
  <type name="EncodingProfile" c:type="GstEncodingProfile*"/>
1387
1421
  </instance-parameter>
1388
1422
  <parameter name="b" transfer-ownership="none">
1389
- <doc xml:whitespace="preserve">a #GstEncodingProfile</doc>
1423
+ <doc xml:space="preserve">a #GstEncodingProfile</doc>
1390
1424
  <type name="EncodingProfile" c:type="GstEncodingProfile*"/>
1391
1425
  </parameter>
1392
1426
  </parameters>
1393
1427
  </method>
1394
1428
  <method name="set_description"
1395
1429
  c:identifier="gst_encoding_profile_set_description">
1396
- <doc xml:whitespace="preserve">Set @description as the given description for the @profile. A copy of
1430
+ <doc xml:space="preserve">Set @description as the given description for the @profile. A copy of
1397
1431
  @description will be made internally.</doc>
1398
1432
  <return-value transfer-ownership="none">
1399
1433
  <type name="none" c:type="void"/>
1400
1434
  </return-value>
1401
1435
  <parameters>
1402
1436
  <instance-parameter name="profile" transfer-ownership="none">
1403
- <doc xml:whitespace="preserve">a #GstEncodingProfile</doc>
1437
+ <doc xml:space="preserve">a #GstEncodingProfile</doc>
1404
1438
  <type name="EncodingProfile" c:type="GstEncodingProfile*"/>
1405
1439
  </instance-parameter>
1406
1440
  <parameter name="description" transfer-ownership="none">
1407
- <doc xml:whitespace="preserve">the description to set on the profile</doc>
1441
+ <doc xml:space="preserve">the description to set on the profile</doc>
1408
1442
  <type name="utf8" c:type="const gchar*"/>
1409
1443
  </parameter>
1410
1444
  </parameters>
1411
1445
  </method>
1412
1446
  <method name="set_format" c:identifier="gst_encoding_profile_set_format">
1413
- <doc xml:whitespace="preserve">Sets the media format used in the profile.</doc>
1447
+ <doc xml:space="preserve">Sets the media format used in the profile.</doc>
1414
1448
  <return-value transfer-ownership="none">
1415
1449
  <type name="none" c:type="void"/>
1416
1450
  </return-value>
1417
1451
  <parameters>
1418
1452
  <instance-parameter name="profile" transfer-ownership="none">
1419
- <doc xml:whitespace="preserve">a #GstEncodingProfile</doc>
1453
+ <doc xml:space="preserve">a #GstEncodingProfile</doc>
1420
1454
  <type name="EncodingProfile" c:type="GstEncodingProfile*"/>
1421
1455
  </instance-parameter>
1422
1456
  <parameter name="format" transfer-ownership="none">
1423
- <doc xml:whitespace="preserve">the media format to use in the profile.</doc>
1457
+ <doc xml:space="preserve">the media format to use in the profile.</doc>
1424
1458
  <type name="Gst.Caps" c:type="GstCaps*"/>
1425
1459
  </parameter>
1426
1460
  </parameters>
1427
1461
  </method>
1428
1462
  <method name="set_name" c:identifier="gst_encoding_profile_set_name">
1429
- <doc xml:whitespace="preserve">Set @name as the given name for the @profile. A copy of @name will be made
1463
+ <doc xml:space="preserve">Set @name as the given name for the @profile. A copy of @name will be made
1430
1464
  internally.</doc>
1431
1465
  <return-value transfer-ownership="none">
1432
1466
  <type name="none" c:type="void"/>
1433
1467
  </return-value>
1434
1468
  <parameters>
1435
1469
  <instance-parameter name="profile" transfer-ownership="none">
1436
- <doc xml:whitespace="preserve">a #GstEncodingProfile</doc>
1470
+ <doc xml:space="preserve">a #GstEncodingProfile</doc>
1437
1471
  <type name="EncodingProfile" c:type="GstEncodingProfile*"/>
1438
1472
  </instance-parameter>
1439
1473
  <parameter name="name" transfer-ownership="none">
1440
- <doc xml:whitespace="preserve">the name to set on the profile</doc>
1474
+ <doc xml:space="preserve">the name to set on the profile</doc>
1441
1475
  <type name="utf8" c:type="const gchar*"/>
1442
1476
  </parameter>
1443
1477
  </parameters>
1444
1478
  </method>
1445
1479
  <method name="set_presence"
1446
1480
  c:identifier="gst_encoding_profile_set_presence">
1447
- <doc xml:whitespace="preserve">Set the number of time the profile is used in its parent
1481
+ <doc xml:space="preserve">Set the number of time the profile is used in its parent
1448
1482
  container profile. If 0, it is not a mandatory stream</doc>
1449
1483
  <return-value transfer-ownership="none">
1450
1484
  <type name="none" c:type="void"/>
1451
1485
  </return-value>
1452
1486
  <parameters>
1453
1487
  <instance-parameter name="profile" transfer-ownership="none">
1454
- <doc xml:whitespace="preserve">a #GstEncodingProfile</doc>
1488
+ <doc xml:space="preserve">a #GstEncodingProfile</doc>
1455
1489
  <type name="EncodingProfile" c:type="GstEncodingProfile*"/>
1456
1490
  </instance-parameter>
1457
1491
  <parameter name="presence" transfer-ownership="none">
1458
- <doc xml:whitespace="preserve">the number of time the profile can be used</doc>
1492
+ <doc xml:space="preserve">the number of time the profile can be used</doc>
1459
1493
  <type name="guint" c:type="guint"/>
1460
1494
  </parameter>
1461
1495
  </parameters>
1462
1496
  </method>
1463
1497
  <method name="set_preset" c:identifier="gst_encoding_profile_set_preset">
1464
- <doc xml:whitespace="preserve">Sets the preset to use for the profile.</doc>
1498
+ <doc xml:space="preserve">Sets the name of the #GstElement that implements the #GstPreset interface
1499
+ to use for the profile.
1500
+ This is the name that has been set when saving the preset.</doc>
1465
1501
  <return-value transfer-ownership="none">
1466
1502
  <type name="none" c:type="void"/>
1467
1503
  </return-value>
1468
1504
  <parameters>
1469
1505
  <instance-parameter name="profile" transfer-ownership="none">
1470
- <doc xml:whitespace="preserve">a #GstEncodingProfile</doc>
1506
+ <doc xml:space="preserve">a #GstEncodingProfile</doc>
1471
1507
  <type name="EncodingProfile" c:type="GstEncodingProfile*"/>
1472
1508
  </instance-parameter>
1473
1509
  <parameter name="preset" transfer-ownership="none">
1474
- <doc xml:whitespace="preserve">the element preset to use</doc>
1510
+ <doc xml:space="preserve">the element preset to use</doc>
1511
+ <type name="utf8" c:type="const gchar*"/>
1512
+ </parameter>
1513
+ </parameters>
1514
+ </method>
1515
+ <method name="set_preset_name"
1516
+ c:identifier="gst_encoding_profile_set_preset_name">
1517
+ <doc xml:space="preserve">Sets the name of the #GstPreset's factory to be used in the profile.</doc>
1518
+ <return-value transfer-ownership="none">
1519
+ <type name="none" c:type="void"/>
1520
+ </return-value>
1521
+ <parameters>
1522
+ <instance-parameter name="profile" transfer-ownership="none">
1523
+ <doc xml:space="preserve">a #GstEncodingProfile</doc>
1524
+ <type name="EncodingProfile" c:type="GstEncodingProfile*"/>
1525
+ </instance-parameter>
1526
+ <parameter name="preset_name" transfer-ownership="none">
1527
+ <doc xml:space="preserve">The name of the preset to use in this @profile.</doc>
1475
1528
  <type name="utf8" c:type="const gchar*"/>
1476
1529
  </parameter>
1477
1530
  </parameters>
1478
1531
  </method>
1479
1532
  <method name="set_restriction"
1480
1533
  c:identifier="gst_encoding_profile_set_restriction">
1481
- <doc xml:whitespace="preserve">Set the restriction #GstCaps to apply before the encoder
1534
+ <doc xml:space="preserve">Set the restriction #GstCaps to apply before the encoder
1482
1535
  that will be used in the profile. See gst_encoding_profile_set_restriction()
1483
1536
  for more about restrictions. Does not apply to #GstEncodingContainerProfile.</doc>
1484
1537
  <return-value transfer-ownership="none">
@@ -1486,11 +1539,11 @@ for more about restrictions. Does not apply to #GstEncodingContainerProfile.</do
1486
1539
  </return-value>
1487
1540
  <parameters>
1488
1541
  <instance-parameter name="profile" transfer-ownership="none">
1489
- <doc xml:whitespace="preserve">a #GstEncodingProfile</doc>
1542
+ <doc xml:space="preserve">a #GstEncodingProfile</doc>
1490
1543
  <type name="EncodingProfile" c:type="GstEncodingProfile*"/>
1491
1544
  </instance-parameter>
1492
1545
  <parameter name="restriction" transfer-ownership="full">
1493
- <doc xml:whitespace="preserve">the restriction to apply</doc>
1546
+ <doc xml:space="preserve">the restriction to apply</doc>
1494
1547
  <type name="Gst.Caps" c:type="GstCaps*"/>
1495
1548
  </parameter>
1496
1549
  </parameters>
@@ -1507,12 +1560,12 @@ for more about restrictions. Does not apply to #GstEncodingContainerProfile.</do
1507
1560
  parent="GObject.Object"
1508
1561
  glib:type-name="GstEncodingTarget"
1509
1562
  glib:get-type="gst_encoding_target_get_type">
1510
- <doc xml:whitespace="preserve">Collection of #GstEncodingProfile for a specific target or use-case.
1563
+ <doc xml:space="preserve">Collection of #GstEncodingProfile for a specific target or use-case.
1511
1564
 
1512
1565
  When being stored/loaded, targets come from a specific category, like
1513
1566
  #GST_ENCODING_CATEGORY_DEVICE.</doc>
1514
1567
  <constructor name="new" c:identifier="gst_encoding_target_new">
1515
- <doc xml:whitespace="preserve">Creates a new #GstEncodingTarget.
1568
+ <doc xml:space="preserve">Creates a new #GstEncodingTarget.
1516
1569
 
1517
1570
  The name and category can only consist of lowercase ASCII letters for the
1518
1571
  first character, followed by either lowercase ASCII letters, digits or
@@ -1523,24 +1576,24 @@ well-defined categories, like #GST_ENCODING_CATEGORY_DEVICE, but it
1523
1576
  &lt;emphasis&gt;can&lt;/emphasis&gt; be a application or user specific category if
1524
1577
  needed.</doc>
1525
1578
  <return-value transfer-ownership="full">
1526
- <doc xml:whitespace="preserve">The newly created #GstEncodingTarget or %NULL if there was an error.</doc>
1579
+ <doc xml:space="preserve">The newly created #GstEncodingTarget or %NULL if there was an error.</doc>
1527
1580
  <type name="EncodingTarget" c:type="GstEncodingTarget*"/>
1528
1581
  </return-value>
1529
1582
  <parameters>
1530
1583
  <parameter name="name" transfer-ownership="none">
1531
- <doc xml:whitespace="preserve">The name of the target.</doc>
1584
+ <doc xml:space="preserve">The name of the target.</doc>
1532
1585
  <type name="utf8" c:type="const gchar*"/>
1533
1586
  </parameter>
1534
1587
  <parameter name="category" transfer-ownership="none">
1535
- <doc xml:whitespace="preserve">The name of the category to which this @target belongs. For example: #GST_ENCODING_CATEGORY_DEVICE.</doc>
1588
+ <doc xml:space="preserve">The name of the category to which this @target belongs. For example: #GST_ENCODING_CATEGORY_DEVICE.</doc>
1536
1589
  <type name="utf8" c:type="const gchar*"/>
1537
1590
  </parameter>
1538
1591
  <parameter name="description" transfer-ownership="none">
1539
- <doc xml:whitespace="preserve">A description of #GstEncodingTarget in the current locale.</doc>
1592
+ <doc xml:space="preserve">A description of #GstEncodingTarget in the current locale.</doc>
1540
1593
  <type name="utf8" c:type="const gchar*"/>
1541
1594
  </parameter>
1542
1595
  <parameter name="profiles" transfer-ownership="none">
1543
- <doc xml:whitespace="preserve">A #GList of #GstEncodingProfile.</doc>
1596
+ <doc xml:space="preserve">A #GList of #GstEncodingProfile.</doc>
1544
1597
  <type name="GLib.List" c:type="const GList*">
1545
1598
  <type name="EncodingProfile"/>
1546
1599
  </type>
@@ -1548,22 +1601,22 @@ needed.</doc>
1548
1601
  </parameters>
1549
1602
  </constructor>
1550
1603
  <function name="load" c:identifier="gst_encoding_target_load" throws="1">
1551
- <doc xml:whitespace="preserve">Searches for the #GstEncodingTarget with the given name, loads it
1604
+ <doc xml:space="preserve">Searches for the #GstEncodingTarget with the given name, loads it
1552
1605
  and returns it.
1553
1606
 
1554
1607
  If the category name is specified only targets from that category will be
1555
1608
  searched for.</doc>
1556
1609
  <return-value transfer-ownership="full">
1557
- <doc xml:whitespace="preserve">The #GstEncodingTarget if available, else %NULL.</doc>
1610
+ <doc xml:space="preserve">The #GstEncodingTarget if available, else %NULL.</doc>
1558
1611
  <type name="EncodingTarget" c:type="GstEncodingTarget*"/>
1559
1612
  </return-value>
1560
1613
  <parameters>
1561
1614
  <parameter name="name" transfer-ownership="none">
1562
- <doc xml:whitespace="preserve">the name of the #GstEncodingTarget to load.</doc>
1615
+ <doc xml:space="preserve">the name of the #GstEncodingTarget to load.</doc>
1563
1616
  <type name="utf8" c:type="const gchar*"/>
1564
1617
  </parameter>
1565
1618
  <parameter name="category" transfer-ownership="none" allow-none="1">
1566
- <doc xml:whitespace="preserve">the name of the target category, like #GST_ENCODING_CATEGORY_DEVICE. Can be %NULL</doc>
1619
+ <doc xml:space="preserve">the name of the target category, like #GST_ENCODING_CATEGORY_DEVICE. Can be %NULL</doc>
1567
1620
  <type name="utf8" c:type="const gchar*"/>
1568
1621
  </parameter>
1569
1622
  </parameters>
@@ -1571,37 +1624,37 @@ searched for.</doc>
1571
1624
  <function name="load_from_file"
1572
1625
  c:identifier="gst_encoding_target_load_from_file"
1573
1626
  throws="1">
1574
- <doc xml:whitespace="preserve">Opens the provided file and returns the contained #GstEncodingTarget.</doc>
1627
+ <doc xml:space="preserve">Opens the provided file and returns the contained #GstEncodingTarget.</doc>
1575
1628
  <return-value transfer-ownership="full">
1576
- <doc xml:whitespace="preserve">The #GstEncodingTarget contained in the file, else %NULL</doc>
1629
+ <doc xml:space="preserve">The #GstEncodingTarget contained in the file, else %NULL</doc>
1577
1630
  <type name="EncodingTarget" c:type="GstEncodingTarget*"/>
1578
1631
  </return-value>
1579
1632
  <parameters>
1580
1633
  <parameter name="filepath" transfer-ownership="none">
1581
- <doc xml:whitespace="preserve">The file location to load the #GstEncodingTarget from</doc>
1634
+ <doc xml:space="preserve">The file location to load the #GstEncodingTarget from</doc>
1582
1635
  <type name="utf8" c:type="const gchar*"/>
1583
1636
  </parameter>
1584
1637
  </parameters>
1585
1638
  </function>
1586
1639
  <method name="add_profile"
1587
1640
  c:identifier="gst_encoding_target_add_profile">
1588
- <doc xml:whitespace="preserve">Adds the given @profile to the @target. Each added profile must have
1641
+ <doc xml:space="preserve">Adds the given @profile to the @target. Each added profile must have
1589
1642
  a unique name within the profile.
1590
1643
 
1591
1644
  The @target will steal a reference to the @profile. If you wish to use
1592
1645
  the profile after calling this method, you should increase its reference
1593
1646
  count.</doc>
1594
1647
  <return-value transfer-ownership="none">
1595
- <doc xml:whitespace="preserve">%TRUE if the profile was added, else %FALSE.</doc>
1648
+ <doc xml:space="preserve">%TRUE if the profile was added, else %FALSE.</doc>
1596
1649
  <type name="gboolean" c:type="gboolean"/>
1597
1650
  </return-value>
1598
1651
  <parameters>
1599
1652
  <instance-parameter name="target" transfer-ownership="none">
1600
- <doc xml:whitespace="preserve">the #GstEncodingTarget to add a profile to</doc>
1653
+ <doc xml:space="preserve">the #GstEncodingTarget to add a profile to</doc>
1601
1654
  <type name="EncodingTarget" c:type="GstEncodingTarget*"/>
1602
1655
  </instance-parameter>
1603
1656
  <parameter name="profile" transfer-ownership="full">
1604
- <doc xml:whitespace="preserve">the #GstEncodingProfile to add</doc>
1657
+ <doc xml:space="preserve">the #GstEncodingProfile to add</doc>
1605
1658
  <type name="EncodingProfile" c:type="GstEncodingProfile*"/>
1606
1659
  </parameter>
1607
1660
  </parameters>
@@ -1609,12 +1662,12 @@ count.</doc>
1609
1662
  <method name="get_category"
1610
1663
  c:identifier="gst_encoding_target_get_category">
1611
1664
  <return-value transfer-ownership="none">
1612
- <doc xml:whitespace="preserve">The category of the @target. For example: #GST_ENCODING_CATEGORY_DEVICE.</doc>
1665
+ <doc xml:space="preserve">The category of the @target. For example: #GST_ENCODING_CATEGORY_DEVICE.</doc>
1613
1666
  <type name="utf8" c:type="const gchar*"/>
1614
1667
  </return-value>
1615
1668
  <parameters>
1616
1669
  <instance-parameter name="target" transfer-ownership="none">
1617
- <doc xml:whitespace="preserve">a #GstEncodingTarget</doc>
1670
+ <doc xml:space="preserve">a #GstEncodingTarget</doc>
1618
1671
  <type name="EncodingTarget" c:type="GstEncodingTarget*"/>
1619
1672
  </instance-parameter>
1620
1673
  </parameters>
@@ -1622,24 +1675,24 @@ count.</doc>
1622
1675
  <method name="get_description"
1623
1676
  c:identifier="gst_encoding_target_get_description">
1624
1677
  <return-value transfer-ownership="none">
1625
- <doc xml:whitespace="preserve">The description of the @target.</doc>
1678
+ <doc xml:space="preserve">The description of the @target.</doc>
1626
1679
  <type name="utf8" c:type="const gchar*"/>
1627
1680
  </return-value>
1628
1681
  <parameters>
1629
1682
  <instance-parameter name="target" transfer-ownership="none">
1630
- <doc xml:whitespace="preserve">a #GstEncodingTarget</doc>
1683
+ <doc xml:space="preserve">a #GstEncodingTarget</doc>
1631
1684
  <type name="EncodingTarget" c:type="GstEncodingTarget*"/>
1632
1685
  </instance-parameter>
1633
1686
  </parameters>
1634
1687
  </method>
1635
1688
  <method name="get_name" c:identifier="gst_encoding_target_get_name">
1636
1689
  <return-value transfer-ownership="none">
1637
- <doc xml:whitespace="preserve">The name of the @target.</doc>
1690
+ <doc xml:space="preserve">The name of the @target.</doc>
1638
1691
  <type name="utf8" c:type="const gchar*"/>
1639
1692
  </return-value>
1640
1693
  <parameters>
1641
1694
  <instance-parameter name="target" transfer-ownership="none">
1642
- <doc xml:whitespace="preserve">a #GstEncodingTarget</doc>
1695
+ <doc xml:space="preserve">a #GstEncodingTarget</doc>
1643
1696
  <type name="EncodingTarget" c:type="GstEncodingTarget*"/>
1644
1697
  </instance-parameter>
1645
1698
  </parameters>
@@ -1647,16 +1700,16 @@ count.</doc>
1647
1700
  <method name="get_profile"
1648
1701
  c:identifier="gst_encoding_target_get_profile">
1649
1702
  <return-value transfer-ownership="full">
1650
- <doc xml:whitespace="preserve">The matching #GstEncodingProfile, or %NULL.</doc>
1703
+ <doc xml:space="preserve">The matching #GstEncodingProfile, or %NULL.</doc>
1651
1704
  <type name="EncodingProfile" c:type="GstEncodingProfile*"/>
1652
1705
  </return-value>
1653
1706
  <parameters>
1654
1707
  <instance-parameter name="target" transfer-ownership="none">
1655
- <doc xml:whitespace="preserve">a #GstEncodingTarget</doc>
1708
+ <doc xml:space="preserve">a #GstEncodingTarget</doc>
1656
1709
  <type name="EncodingTarget" c:type="GstEncodingTarget*"/>
1657
1710
  </instance-parameter>
1658
1711
  <parameter name="name" transfer-ownership="none">
1659
- <doc xml:whitespace="preserve">the name of the profile to retrieve</doc>
1712
+ <doc xml:space="preserve">the name of the profile to retrieve</doc>
1660
1713
  <type name="utf8" c:type="const gchar*"/>
1661
1714
  </parameter>
1662
1715
  </parameters>
@@ -1664,27 +1717,27 @@ count.</doc>
1664
1717
  <method name="get_profiles"
1665
1718
  c:identifier="gst_encoding_target_get_profiles">
1666
1719
  <return-value transfer-ownership="none">
1667
- <doc xml:whitespace="preserve">A list of #GstEncodingProfile(s) this @target handles.</doc>
1720
+ <doc xml:space="preserve">A list of #GstEncodingProfile(s) this @target handles.</doc>
1668
1721
  <type name="GLib.List" c:type="const GList*">
1669
1722
  <type name="EncodingProfile"/>
1670
1723
  </type>
1671
1724
  </return-value>
1672
1725
  <parameters>
1673
1726
  <instance-parameter name="target" transfer-ownership="none">
1674
- <doc xml:whitespace="preserve">a #GstEncodingTarget</doc>
1727
+ <doc xml:space="preserve">a #GstEncodingTarget</doc>
1675
1728
  <type name="EncodingTarget" c:type="GstEncodingTarget*"/>
1676
1729
  </instance-parameter>
1677
1730
  </parameters>
1678
1731
  </method>
1679
1732
  <method name="save" c:identifier="gst_encoding_target_save" throws="1">
1680
- <doc xml:whitespace="preserve">Saves the @target to a default user-local directory.</doc>
1733
+ <doc xml:space="preserve">Saves the @target to a default user-local directory.</doc>
1681
1734
  <return-value transfer-ownership="none">
1682
- <doc xml:whitespace="preserve">%TRUE if the target was correctly saved, else %FALSE.</doc>
1735
+ <doc xml:space="preserve">%TRUE if the target was correctly saved, else %FALSE.</doc>
1683
1736
  <type name="gboolean" c:type="gboolean"/>
1684
1737
  </return-value>
1685
1738
  <parameters>
1686
1739
  <instance-parameter name="target" transfer-ownership="none">
1687
- <doc xml:whitespace="preserve">a #GstEncodingTarget</doc>
1740
+ <doc xml:space="preserve">a #GstEncodingTarget</doc>
1688
1741
  <type name="EncodingTarget" c:type="GstEncodingTarget*"/>
1689
1742
  </instance-parameter>
1690
1743
  </parameters>
@@ -1692,18 +1745,18 @@ count.</doc>
1692
1745
  <method name="save_to_file"
1693
1746
  c:identifier="gst_encoding_target_save_to_file"
1694
1747
  throws="1">
1695
- <doc xml:whitespace="preserve">Saves the @target to the provided file location.</doc>
1748
+ <doc xml:space="preserve">Saves the @target to the provided file location.</doc>
1696
1749
  <return-value transfer-ownership="none">
1697
- <doc xml:whitespace="preserve">%TRUE if the target was correctly saved, else %FALSE.</doc>
1750
+ <doc xml:space="preserve">%TRUE if the target was correctly saved, else %FALSE.</doc>
1698
1751
  <type name="gboolean" c:type="gboolean"/>
1699
1752
  </return-value>
1700
1753
  <parameters>
1701
1754
  <instance-parameter name="target" transfer-ownership="none">
1702
- <doc xml:whitespace="preserve">a #GstEncodingTarget</doc>
1755
+ <doc xml:space="preserve">a #GstEncodingTarget</doc>
1703
1756
  <type name="EncodingTarget" c:type="GstEncodingTarget*"/>
1704
1757
  </instance-parameter>
1705
1758
  <parameter name="filepath" transfer-ownership="none">
1706
- <doc xml:whitespace="preserve">the location to store the @target at.</doc>
1759
+ <doc xml:space="preserve">the location to store the @target at.</doc>
1707
1760
  <type name="utf8" c:type="const gchar*"/>
1708
1761
  </parameter>
1709
1762
  </parameters>
@@ -1716,9 +1769,9 @@ count.</doc>
1716
1769
  glib:type-name="GstEncodingVideoProfile"
1717
1770
  glib:get-type="gst_encoding_video_profile_get_type"
1718
1771
  glib:type-struct="EncodingVideoProfileClass">
1719
- <doc xml:whitespace="preserve">Variant of #GstEncodingProfile for video streams, allows specifying the @pass.</doc>
1772
+ <doc xml:space="preserve">Variant of #GstEncodingProfile for video streams, allows specifying the @pass.</doc>
1720
1773
  <constructor name="new" c:identifier="gst_encoding_video_profile_new">
1721
- <doc xml:whitespace="preserve">Creates a new #GstEncodingVideoProfile
1774
+ <doc xml:space="preserve">Creates a new #GstEncodingVideoProfile
1722
1775
 
1723
1776
  All provided allocatable arguments will be internally copied, so can be
1724
1777
  safely freed/unreferenced after calling this method.
@@ -1729,40 +1782,40 @@ please refer to the gst_encoding_video_profile_set_pass() documentation.
1729
1782
  If you wish to use/force a constant framerate please refer to the
1730
1783
  gst_encoding_video_profile_set_variableframerate() documentation.</doc>
1731
1784
  <return-value transfer-ownership="full">
1732
- <doc xml:whitespace="preserve">the newly created #GstEncodingVideoProfile.</doc>
1785
+ <doc xml:space="preserve">the newly created #GstEncodingVideoProfile.</doc>
1733
1786
  <type name="EncodingVideoProfile" c:type="GstEncodingVideoProfile*"/>
1734
1787
  </return-value>
1735
1788
  <parameters>
1736
1789
  <parameter name="format" transfer-ownership="none">
1737
- <doc xml:whitespace="preserve">the #GstCaps</doc>
1790
+ <doc xml:space="preserve">the #GstCaps</doc>
1738
1791
  <type name="Gst.Caps" c:type="GstCaps*"/>
1739
1792
  </parameter>
1740
1793
  <parameter name="preset" transfer-ownership="none" allow-none="1">
1741
- <doc xml:whitespace="preserve">the preset(s) to use on the encoder, can be #NULL</doc>
1794
+ <doc xml:space="preserve">the preset(s) to use on the encoder, can be #NULL</doc>
1742
1795
  <type name="utf8" c:type="const gchar*"/>
1743
1796
  </parameter>
1744
1797
  <parameter name="restriction"
1745
1798
  transfer-ownership="none"
1746
1799
  allow-none="1">
1747
- <doc xml:whitespace="preserve">the #GstCaps used to restrict the input to the encoder, can be NULL. See gst_encoding_profile_get_restriction() for more details.</doc>
1800
+ <doc xml:space="preserve">the #GstCaps used to restrict the input to the encoder, can be NULL. See gst_encoding_profile_get_restriction() for more details.</doc>
1748
1801
  <type name="Gst.Caps" c:type="GstCaps*"/>
1749
1802
  </parameter>
1750
1803
  <parameter name="presence" transfer-ownership="none">
1751
- <doc xml:whitespace="preserve">the number of time this stream must be used. 0 means any number of times (including never)</doc>
1804
+ <doc xml:space="preserve">the number of time this stream must be used. 0 means any number of times (including never)</doc>
1752
1805
  <type name="guint" c:type="guint"/>
1753
1806
  </parameter>
1754
1807
  </parameters>
1755
1808
  </constructor>
1756
1809
  <method name="get_pass"
1757
1810
  c:identifier="gst_encoding_video_profile_get_pass">
1758
- <doc xml:whitespace="preserve">Get the pass number if this is part of a multi-pass profile.</doc>
1811
+ <doc xml:space="preserve">Get the pass number if this is part of a multi-pass profile.</doc>
1759
1812
  <return-value transfer-ownership="none">
1760
- <doc xml:whitespace="preserve">The pass number. Starts at 1 for multi-pass. 0 if this is not a multi-pass profile</doc>
1813
+ <doc xml:space="preserve">The pass number. Starts at 1 for multi-pass. 0 if this is not a multi-pass profile</doc>
1761
1814
  <type name="guint" c:type="guint"/>
1762
1815
  </return-value>
1763
1816
  <parameters>
1764
1817
  <instance-parameter name="prof" transfer-ownership="none">
1765
- <doc xml:whitespace="preserve">a #GstEncodingVideoProfile</doc>
1818
+ <doc xml:space="preserve">a #GstEncodingVideoProfile</doc>
1766
1819
  <type name="EncodingVideoProfile"
1767
1820
  c:type="GstEncodingVideoProfile*"/>
1768
1821
  </instance-parameter>
@@ -1771,12 +1824,12 @@ gst_encoding_video_profile_set_variableframerate() documentation.</doc>
1771
1824
  <method name="get_variableframerate"
1772
1825
  c:identifier="gst_encoding_video_profile_get_variableframerate">
1773
1826
  <return-value transfer-ownership="none">
1774
- <doc xml:whitespace="preserve">Whether non-constant video framerate is allowed for encoding.</doc>
1827
+ <doc xml:space="preserve">Whether non-constant video framerate is allowed for encoding.</doc>
1775
1828
  <type name="gboolean" c:type="gboolean"/>
1776
1829
  </return-value>
1777
1830
  <parameters>
1778
1831
  <instance-parameter name="prof" transfer-ownership="none">
1779
- <doc xml:whitespace="preserve">a #GstEncodingVideoProfile</doc>
1832
+ <doc xml:space="preserve">a #GstEncodingVideoProfile</doc>
1780
1833
  <type name="EncodingVideoProfile"
1781
1834
  c:type="GstEncodingVideoProfile*"/>
1782
1835
  </instance-parameter>
@@ -1784,7 +1837,7 @@ gst_encoding_video_profile_set_variableframerate() documentation.</doc>
1784
1837
  </method>
1785
1838
  <method name="set_pass"
1786
1839
  c:identifier="gst_encoding_video_profile_set_pass">
1787
- <doc xml:whitespace="preserve">Sets the pass number of this video profile. The first pass profile should have
1840
+ <doc xml:space="preserve">Sets the pass number of this video profile. The first pass profile should have
1788
1841
  this value set to 1. If this video profile isn't part of a multi-pass profile,
1789
1842
  you may set it to 0 (the default value).</doc>
1790
1843
  <return-value transfer-ownership="none">
@@ -1792,19 +1845,19 @@ you may set it to 0 (the default value).</doc>
1792
1845
  </return-value>
1793
1846
  <parameters>
1794
1847
  <instance-parameter name="prof" transfer-ownership="none">
1795
- <doc xml:whitespace="preserve">a #GstEncodingVideoProfile</doc>
1848
+ <doc xml:space="preserve">a #GstEncodingVideoProfile</doc>
1796
1849
  <type name="EncodingVideoProfile"
1797
1850
  c:type="GstEncodingVideoProfile*"/>
1798
1851
  </instance-parameter>
1799
1852
  <parameter name="pass" transfer-ownership="none">
1800
- <doc xml:whitespace="preserve">the pass number for this profile</doc>
1853
+ <doc xml:space="preserve">the pass number for this profile</doc>
1801
1854
  <type name="guint" c:type="guint"/>
1802
1855
  </parameter>
1803
1856
  </parameters>
1804
1857
  </method>
1805
1858
  <method name="set_variableframerate"
1806
1859
  c:identifier="gst_encoding_video_profile_set_variableframerate">
1807
- <doc xml:whitespace="preserve">If set to %TRUE, then the incoming stream will be allowed to have non-constant
1860
+ <doc xml:space="preserve">If set to %TRUE, then the incoming stream will be allowed to have non-constant
1808
1861
  framerate. If set to %FALSE (default value), then the incoming stream will
1809
1862
  be normalized by dropping/duplicating frames in order to produce a
1810
1863
  constance framerate.</doc>
@@ -1813,12 +1866,12 @@ constance framerate.</doc>
1813
1866
  </return-value>
1814
1867
  <parameters>
1815
1868
  <instance-parameter name="prof" transfer-ownership="none">
1816
- <doc xml:whitespace="preserve">a #GstEncodingVideoProfile</doc>
1869
+ <doc xml:space="preserve">a #GstEncodingVideoProfile</doc>
1817
1870
  <type name="EncodingVideoProfile"
1818
1871
  c:type="GstEncodingVideoProfile*"/>
1819
1872
  </instance-parameter>
1820
1873
  <parameter name="variableframerate" transfer-ownership="none">
1821
- <doc xml:whitespace="preserve">a boolean</doc>
1874
+ <doc xml:space="preserve">a boolean</doc>
1822
1875
  <type name="gboolean" c:type="gboolean"/>
1823
1876
  </parameter>
1824
1877
  </parameters>
@@ -1834,24 +1887,24 @@ constance framerate.</doc>
1834
1887
  glib:type-name="GstInstallPluginsContext"
1835
1888
  glib:get-type="gst_install_plugins_context_get_type"
1836
1889
  c:symbol-prefix="install_plugins_context">
1837
- <doc xml:whitespace="preserve">Opaque context structure for the plugin installation. Use the provided
1890
+ <doc xml:space="preserve">Opaque context structure for the plugin installation. Use the provided
1838
1891
  API to set details on it.</doc>
1839
1892
  <constructor name="new" c:identifier="gst_install_plugins_context_new">
1840
- <doc xml:whitespace="preserve">Creates a new #GstInstallPluginsContext.</doc>
1893
+ <doc xml:space="preserve">Creates a new #GstInstallPluginsContext.</doc>
1841
1894
  <return-value transfer-ownership="full">
1842
- <doc xml:whitespace="preserve">a new #GstInstallPluginsContext. Free with gst_install_plugins_context_free() when no longer needed</doc>
1895
+ <doc xml:space="preserve">a new #GstInstallPluginsContext. Free with gst_install_plugins_context_free() when no longer needed</doc>
1843
1896
  <type name="InstallPluginsContext"
1844
1897
  c:type="GstInstallPluginsContext*"/>
1845
1898
  </return-value>
1846
1899
  </constructor>
1847
1900
  <method name="free" c:identifier="gst_install_plugins_context_free">
1848
- <doc xml:whitespace="preserve">Frees a #GstInstallPluginsContext.</doc>
1901
+ <doc xml:space="preserve">Frees a #GstInstallPluginsContext.</doc>
1849
1902
  <return-value transfer-ownership="none">
1850
1903
  <type name="none" c:type="void"/>
1851
1904
  </return-value>
1852
1905
  <parameters>
1853
1906
  <instance-parameter name="ctx" transfer-ownership="none">
1854
- <doc xml:whitespace="preserve">a #GstInstallPluginsContext</doc>
1907
+ <doc xml:space="preserve">a #GstInstallPluginsContext</doc>
1855
1908
  <type name="InstallPluginsContext"
1856
1909
  c:type="GstInstallPluginsContext*"/>
1857
1910
  </instance-parameter>
@@ -1859,7 +1912,7 @@ API to set details on it.</doc>
1859
1912
  </method>
1860
1913
  <method name="set_xid"
1861
1914
  c:identifier="gst_install_plugins_context_set_xid">
1862
- <doc xml:whitespace="preserve">This function is for X11-based applications (such as most Gtk/Qt
1915
+ <doc xml:space="preserve">This function is for X11-based applications (such as most Gtk/Qt
1863
1916
  applications on linux/unix) only. You can use it to tell the external
1864
1917
  installer the XID of your main application window. That way the installer
1865
1918
  can make its own window transient to your application window during the
@@ -1886,12 +1939,12 @@ window like this:
1886
1939
  </return-value>
1887
1940
  <parameters>
1888
1941
  <instance-parameter name="ctx" transfer-ownership="none">
1889
- <doc xml:whitespace="preserve">a #GstInstallPluginsContext</doc>
1942
+ <doc xml:space="preserve">a #GstInstallPluginsContext</doc>
1890
1943
  <type name="InstallPluginsContext"
1891
1944
  c:type="GstInstallPluginsContext*"/>
1892
1945
  </instance-parameter>
1893
1946
  <parameter name="xid" transfer-ownership="none">
1894
- <doc xml:whitespace="preserve">the XWindow ID (XID) of the top-level application</doc>
1947
+ <doc xml:space="preserve">the XWindow ID (XID) of the top-level application</doc>
1895
1948
  <type name="guint" c:type="guint"/>
1896
1949
  </parameter>
1897
1950
  </parameters>
@@ -1899,7 +1952,7 @@ window like this:
1899
1952
  </record>
1900
1953
  <callback name="InstallPluginsResultFunc"
1901
1954
  c:type="GstInstallPluginsResultFunc">
1902
- <doc xml:whitespace="preserve">The prototype of the callback function that will be called once the
1955
+ <doc xml:space="preserve">The prototype of the callback function that will be called once the
1903
1956
  external plugin installer program has returned. You only need to provide
1904
1957
  a callback function if you are using the asynchronous interface.</doc>
1905
1958
  <return-value transfer-ownership="none">
@@ -1907,11 +1960,11 @@ a callback function if you are using the asynchronous interface.</doc>
1907
1960
  </return-value>
1908
1961
  <parameters>
1909
1962
  <parameter name="result" transfer-ownership="none">
1910
- <doc xml:whitespace="preserve">whether the installation of the requested plugins succeeded or not</doc>
1963
+ <doc xml:space="preserve">whether the installation of the requested plugins succeeded or not</doc>
1911
1964
  <type name="InstallPluginsReturn" c:type="GstInstallPluginsReturn"/>
1912
1965
  </parameter>
1913
1966
  <parameter name="user_data" transfer-ownership="none" closure="1">
1914
- <doc xml:whitespace="preserve">the user data passed to gst_install_plugins_async()</doc>
1967
+ <doc xml:space="preserve">the user data passed to gst_install_plugins_async()</doc>
1915
1968
  <type name="gpointer" c:type="gpointer"/>
1916
1969
  </parameter>
1917
1970
  </parameters>
@@ -1920,7 +1973,7 @@ a callback function if you are using the asynchronous interface.</doc>
1920
1973
  glib:type-name="GstInstallPluginsReturn"
1921
1974
  glib:get-type="gst_install_plugins_return_get_type"
1922
1975
  c:type="GstInstallPluginsReturn">
1923
- <doc xml:whitespace="preserve">Result codes returned by gst_install_plugins_async() and
1976
+ <doc xml:space="preserve">Result codes returned by gst_install_plugins_async() and
1924
1977
  gst_install_plugins_sync(), and also the result code passed to the
1925
1978
  #GstInstallPluginsResultFunc specified with gst_install_plugins_async().
1926
1979
 
@@ -1930,81 +1983,81 @@ program and to what extent the requested plugins could be installed.</doc>
1930
1983
  value="0"
1931
1984
  c:identifier="GST_INSTALL_PLUGINS_SUCCESS"
1932
1985
  glib:nick="success">
1933
- <doc xml:whitespace="preserve">all of the requested plugins could be installed</doc>
1986
+ <doc xml:space="preserve">all of the requested plugins could be installed</doc>
1934
1987
  </member>
1935
1988
  <member name="not_found"
1936
1989
  value="1"
1937
1990
  c:identifier="GST_INSTALL_PLUGINS_NOT_FOUND"
1938
1991
  glib:nick="not-found">
1939
- <doc xml:whitespace="preserve">no appropriate installation candidate for any of the requested plugins could be found. Only return this if nothing has been installed. Return #GST_INSTALL_PLUGINS_PARTIAL_SUCCESS if some (but not all) of the requested plugins could be installed.</doc>
1992
+ <doc xml:space="preserve">no appropriate installation candidate for any of the requested plugins could be found. Only return this if nothing has been installed. Return #GST_INSTALL_PLUGINS_PARTIAL_SUCCESS if some (but not all) of the requested plugins could be installed.</doc>
1940
1993
  </member>
1941
1994
  <member name="error"
1942
1995
  value="2"
1943
1996
  c:identifier="GST_INSTALL_PLUGINS_ERROR"
1944
1997
  glib:nick="error">
1945
- <doc xml:whitespace="preserve">an error occured during the installation. If this happens, the user has already seen an error message and another one should not be displayed</doc>
1998
+ <doc xml:space="preserve">an error occured during the installation. If this happens, the user has already seen an error message and another one should not be displayed</doc>
1946
1999
  </member>
1947
2000
  <member name="partial_success"
1948
2001
  value="3"
1949
2002
  c:identifier="GST_INSTALL_PLUGINS_PARTIAL_SUCCESS"
1950
2003
  glib:nick="partial-success">
1951
- <doc xml:whitespace="preserve">some of the requested plugins could be installed, but not all</doc>
2004
+ <doc xml:space="preserve">some of the requested plugins could be installed, but not all</doc>
1952
2005
  </member>
1953
2006
  <member name="user_abort"
1954
2007
  value="4"
1955
2008
  c:identifier="GST_INSTALL_PLUGINS_USER_ABORT"
1956
2009
  glib:nick="user-abort">
1957
- <doc xml:whitespace="preserve">the user has aborted the installation</doc>
2010
+ <doc xml:space="preserve">the user has aborted the installation</doc>
1958
2011
  </member>
1959
2012
  <member name="crashed"
1960
2013
  value="100"
1961
2014
  c:identifier="GST_INSTALL_PLUGINS_CRASHED"
1962
2015
  glib:nick="crashed">
1963
- <doc xml:whitespace="preserve">the installer had an unclean exit code (ie. death by signal)</doc>
2016
+ <doc xml:space="preserve">the installer had an unclean exit code (ie. death by signal)</doc>
1964
2017
  </member>
1965
2018
  <member name="invalid"
1966
2019
  value="101"
1967
2020
  c:identifier="GST_INSTALL_PLUGINS_INVALID"
1968
2021
  glib:nick="invalid">
1969
- <doc xml:whitespace="preserve">the helper returned an invalid status code</doc>
2022
+ <doc xml:space="preserve">the helper returned an invalid status code</doc>
1970
2023
  </member>
1971
2024
  <member name="started_ok"
1972
2025
  value="200"
1973
2026
  c:identifier="GST_INSTALL_PLUGINS_STARTED_OK"
1974
2027
  glib:nick="started-ok">
1975
- <doc xml:whitespace="preserve">returned by gst_install_plugins_async() to indicate that everything went fine so far and the provided callback will be called with the result of the installation later</doc>
2028
+ <doc xml:space="preserve">returned by gst_install_plugins_async() to indicate that everything went fine so far and the provided callback will be called with the result of the installation later</doc>
1976
2029
  </member>
1977
2030
  <member name="internal_failure"
1978
2031
  value="201"
1979
2032
  c:identifier="GST_INSTALL_PLUGINS_INTERNAL_FAILURE"
1980
2033
  glib:nick="internal-failure">
1981
- <doc xml:whitespace="preserve">some internal failure has occured when trying to start the installer</doc>
2034
+ <doc xml:space="preserve">some internal failure has occured when trying to start the installer</doc>
1982
2035
  </member>
1983
2036
  <member name="helper_missing"
1984
2037
  value="202"
1985
2038
  c:identifier="GST_INSTALL_PLUGINS_HELPER_MISSING"
1986
2039
  glib:nick="helper-missing">
1987
- <doc xml:whitespace="preserve">the helper script to call the actual installer is not installed</doc>
2040
+ <doc xml:space="preserve">the helper script to call the actual installer is not installed</doc>
1988
2041
  </member>
1989
2042
  <member name="install_in_progress"
1990
2043
  value="203"
1991
2044
  c:identifier="GST_INSTALL_PLUGINS_INSTALL_IN_PROGRESS"
1992
2045
  glib:nick="install-in-progress">
1993
- <doc xml:whitespace="preserve">a previously-started plugin installation is still in progress, try again later</doc>
2046
+ <doc xml:space="preserve">a previously-started plugin installation is still in progress, try again later</doc>
1994
2047
  </member>
1995
2048
  <function name="get_name"
1996
2049
  c:identifier="gst_install_plugins_return_get_name">
1997
- <doc xml:whitespace="preserve">Convenience function to return the descriptive string associated
2050
+ <doc xml:space="preserve">Convenience function to return the descriptive string associated
1998
2051
  with a status code. This function returns English strings and
1999
2052
  should not be used for user messages. It is here only to assist
2000
2053
  in debugging.</doc>
2001
2054
  <return-value transfer-ownership="none">
2002
- <doc xml:whitespace="preserve">a descriptive string for the status code in @ret</doc>
2055
+ <doc xml:space="preserve">a descriptive string for the status code in @ret</doc>
2003
2056
  <type name="utf8" c:type="const gchar*"/>
2004
2057
  </return-value>
2005
2058
  <parameters>
2006
2059
  <parameter name="ret" transfer-ownership="none">
2007
- <doc xml:whitespace="preserve">the return status code</doc>
2060
+ <doc xml:space="preserve">the return status code</doc>
2008
2061
  <type name="InstallPluginsReturn"
2009
2062
  c:type="GstInstallPluginsReturn"/>
2010
2063
  </parameter>
@@ -2014,57 +2067,71 @@ in debugging.</doc>
2014
2067
  <constant name="PLUGINS_BASE_VERSION_MAJOR"
2015
2068
  value="1"
2016
2069
  c:type="GST_PLUGINS_BASE_VERSION_MAJOR">
2017
- <doc xml:whitespace="preserve">The major version of GStreamer's gst-plugins-base libraries at compile time.</doc>
2070
+ <doc xml:space="preserve">The major version of GStreamer's gst-plugins-base libraries at compile time.</doc>
2018
2071
  <type name="gint" c:type="gint"/>
2019
2072
  </constant>
2020
2073
  <constant name="PLUGINS_BASE_VERSION_MICRO"
2021
- value="7"
2074
+ value="1"
2022
2075
  c:type="GST_PLUGINS_BASE_VERSION_MICRO">
2023
- <doc xml:whitespace="preserve">The micro version of GStreamer's gst-plugins-base libraries at compile time.</doc>
2076
+ <doc xml:space="preserve">The micro version of GStreamer's gst-plugins-base libraries at compile time.</doc>
2024
2077
  <type name="gint" c:type="gint"/>
2025
2078
  </constant>
2026
2079
  <constant name="PLUGINS_BASE_VERSION_MINOR"
2027
- value="0"
2080
+ value="2"
2028
2081
  c:type="GST_PLUGINS_BASE_VERSION_MINOR">
2029
- <doc xml:whitespace="preserve">The minor version of GStreamer's gst-plugins-base libraries at compile time.</doc>
2082
+ <doc xml:space="preserve">The minor version of GStreamer's gst-plugins-base libraries at compile time.</doc>
2030
2083
  <type name="gint" c:type="gint"/>
2031
2084
  </constant>
2032
2085
  <constant name="PLUGINS_BASE_VERSION_NANO"
2033
2086
  value="0"
2034
2087
  c:type="GST_PLUGINS_BASE_VERSION_NANO">
2035
- <doc xml:whitespace="preserve">The nano version of GStreamer's gst-plugins-base libraries at compile time.
2088
+ <doc xml:space="preserve">The nano version of GStreamer's gst-plugins-base libraries at compile time.
2036
2089
  Actual releases have 0, GIT versions have 1, prerelease versions have 2-...</doc>
2037
2090
  <type name="gint" c:type="gint"/>
2038
2091
  </constant>
2039
2092
  <function name="codec_utils_aac_caps_set_level_and_profile"
2040
2093
  c:identifier="gst_codec_utils_aac_caps_set_level_and_profile">
2041
- <doc xml:whitespace="preserve">Sets the level and profile on @caps if it can be determined from
2094
+ <doc xml:space="preserve">Sets the level and profile on @caps if it can be determined from
2042
2095
  @audio_config. See gst_codec_utils_aac_get_level() and
2043
2096
  gst_codec_utils_aac_get_profile() for more details on the parameters.
2044
2097
  @caps must be audio/mpeg caps with an "mpegversion" field of either 2 or 4.
2045
2098
  If mpegversion is 4, the "base-profile" field is also set in @caps.</doc>
2046
2099
  <return-value transfer-ownership="none">
2047
- <doc xml:whitespace="preserve">%TRUE if the level and profile could be set, %FALSE otherwise.</doc>
2100
+ <doc xml:space="preserve">%TRUE if the level and profile could be set, %FALSE otherwise.</doc>
2048
2101
  <type name="gboolean" c:type="gboolean"/>
2049
2102
  </return-value>
2050
2103
  <parameters>
2051
2104
  <parameter name="caps" transfer-ownership="none">
2052
- <doc xml:whitespace="preserve">the #GstCaps to which level and profile fields are to be added</doc>
2105
+ <doc xml:space="preserve">the #GstCaps to which level and profile fields are to be added</doc>
2053
2106
  <type name="Gst.Caps" c:type="GstCaps*"/>
2054
2107
  </parameter>
2055
2108
  <parameter name="audio_config" transfer-ownership="none">
2056
- <doc xml:whitespace="preserve">a pointer to the AudioSpecificConfig as specified in the Elementary Stream Descriptor (esds) in ISO/IEC 14496-1 (see below for a more details).</doc>
2109
+ <doc xml:space="preserve">a pointer to the AudioSpecificConfig as specified in the Elementary Stream Descriptor (esds) in ISO/IEC 14496-1 (see below for a more details).</doc>
2057
2110
  <type name="guint8" c:type="const guint8*"/>
2058
2111
  </parameter>
2059
2112
  <parameter name="len" transfer-ownership="none">
2060
- <doc xml:whitespace="preserve">Length of @audio_config in bytes</doc>
2113
+ <doc xml:space="preserve">Length of @audio_config in bytes</doc>
2114
+ <type name="guint" c:type="guint"/>
2115
+ </parameter>
2116
+ </parameters>
2117
+ </function>
2118
+ <function name="codec_utils_aac_get_index_from_sample_rate"
2119
+ c:identifier="gst_codec_utils_aac_get_index_from_sample_rate">
2120
+ <doc xml:space="preserve">Translates the sample rate to the index corresponding to it in AAC spec.</doc>
2121
+ <return-value transfer-ownership="none">
2122
+ <doc xml:space="preserve">The AAC index for this sample rate, -1 if the rate is not a valid AAC sample rate.</doc>
2123
+ <type name="gint" c:type="gint"/>
2124
+ </return-value>
2125
+ <parameters>
2126
+ <parameter name="rate" transfer-ownership="none">
2127
+ <doc xml:space="preserve">Sample rate</doc>
2061
2128
  <type name="guint" c:type="guint"/>
2062
2129
  </parameter>
2063
2130
  </parameters>
2064
2131
  </function>
2065
2132
  <function name="codec_utils_aac_get_level"
2066
2133
  c:identifier="gst_codec_utils_aac_get_level">
2067
- <doc xml:whitespace="preserve">Determines the level of a stream as defined in ISO/IEC 14496-3. For AAC LC
2134
+ <doc xml:space="preserve">Determines the level of a stream as defined in ISO/IEC 14496-3. For AAC LC
2068
2135
  streams, the constraints from the AAC audio profile are applied. For AAC
2069
2136
  Main, LTP, SSR and others, the Main profile is used.
2070
2137
 
@@ -2089,23 +2156,23 @@ most significant bit of the first byte:
2089
2156
  HE-AAC support has not yet been implemented.
2090
2157
  &lt;/note&gt;</doc>
2091
2158
  <return-value transfer-ownership="none">
2092
- <doc xml:whitespace="preserve">The level as a const string and %NULL if the level could not be determined.</doc>
2159
+ <doc xml:space="preserve">The level as a const string and %NULL if the level could not be determined.</doc>
2093
2160
  <type name="utf8" c:type="const gchar*"/>
2094
2161
  </return-value>
2095
2162
  <parameters>
2096
2163
  <parameter name="audio_config" transfer-ownership="none">
2097
- <doc xml:whitespace="preserve">a pointer to the AudioSpecificConfig as specified in the Elementary Stream Descriptor (esds) in ISO/IEC 14496-1.</doc>
2164
+ <doc xml:space="preserve">a pointer to the AudioSpecificConfig as specified in the Elementary Stream Descriptor (esds) in ISO/IEC 14496-1.</doc>
2098
2165
  <type name="guint8" c:type="const guint8*"/>
2099
2166
  </parameter>
2100
2167
  <parameter name="len" transfer-ownership="none">
2101
- <doc xml:whitespace="preserve">Length of @audio_config in bytes</doc>
2168
+ <doc xml:space="preserve">Length of @audio_config in bytes</doc>
2102
2169
  <type name="guint" c:type="guint"/>
2103
2170
  </parameter>
2104
2171
  </parameters>
2105
2172
  </function>
2106
2173
  <function name="codec_utils_aac_get_profile"
2107
2174
  c:identifier="gst_codec_utils_aac_get_profile">
2108
- <doc xml:whitespace="preserve">Returns the profile of the given AAC stream as a string. The profile is
2175
+ <doc xml:space="preserve">Returns the profile of the given AAC stream as a string. The profile is
2109
2176
  determined using the AudioObjectType field which is in the first 5 bits of
2110
2177
  @audio_config.
2111
2178
 
@@ -2113,96 +2180,96 @@ determined using the AudioObjectType field which is in the first 5 bits of
2113
2180
  HE-AAC support has not yet been implemented.
2114
2181
  &lt;/note&gt;</doc>
2115
2182
  <return-value transfer-ownership="none">
2116
- <doc xml:whitespace="preserve">The profile as a const string and %NULL if the profile could not be determined.</doc>
2183
+ <doc xml:space="preserve">The profile as a const string and %NULL if the profile could not be determined.</doc>
2117
2184
  <type name="utf8" c:type="const gchar*"/>
2118
2185
  </return-value>
2119
2186
  <parameters>
2120
2187
  <parameter name="audio_config" transfer-ownership="none">
2121
- <doc xml:whitespace="preserve">a pointer to the AudioSpecificConfig as specified in the Elementary Stream Descriptor (esds) in ISO/IEC 14496-1 (see gst_codec_utils_aac_get_level() for a more details).</doc>
2188
+ <doc xml:space="preserve">a pointer to the AudioSpecificConfig as specified in the Elementary Stream Descriptor (esds) in ISO/IEC 14496-1 (see gst_codec_utils_aac_get_level() for a more details).</doc>
2122
2189
  <type name="guint8" c:type="const guint8*"/>
2123
2190
  </parameter>
2124
2191
  <parameter name="len" transfer-ownership="none">
2125
- <doc xml:whitespace="preserve">Length of @audio_config in bytes</doc>
2192
+ <doc xml:space="preserve">Length of @audio_config in bytes</doc>
2126
2193
  <type name="guint" c:type="guint"/>
2127
2194
  </parameter>
2128
2195
  </parameters>
2129
2196
  </function>
2130
2197
  <function name="codec_utils_aac_get_sample_rate_from_index"
2131
2198
  c:identifier="gst_codec_utils_aac_get_sample_rate_from_index">
2132
- <doc xml:whitespace="preserve">Translates the sample rate index found in AAC headers to the actual sample
2199
+ <doc xml:space="preserve">Translates the sample rate index found in AAC headers to the actual sample
2133
2200
  rate.</doc>
2134
2201
  <return-value transfer-ownership="none">
2135
- <doc xml:whitespace="preserve">The sample rate if @sr_idx is valid, 0 otherwise.</doc>
2202
+ <doc xml:space="preserve">The sample rate if @sr_idx is valid, 0 otherwise.</doc>
2136
2203
  <type name="guint" c:type="guint"/>
2137
2204
  </return-value>
2138
2205
  <parameters>
2139
2206
  <parameter name="sr_idx" transfer-ownership="none">
2140
- <doc xml:whitespace="preserve">Sample rate index as from the AudioSpecificConfig (MPEG-4 container) or ADTS frame header</doc>
2207
+ <doc xml:space="preserve">Sample rate index as from the AudioSpecificConfig (MPEG-4 container) or ADTS frame header</doc>
2141
2208
  <type name="guint" c:type="guint"/>
2142
2209
  </parameter>
2143
2210
  </parameters>
2144
2211
  </function>
2145
2212
  <function name="codec_utils_h264_caps_set_level_and_profile"
2146
2213
  c:identifier="gst_codec_utils_h264_caps_set_level_and_profile">
2147
- <doc xml:whitespace="preserve">Sets the level and profile in @caps if it can be determined from @sps. See
2214
+ <doc xml:space="preserve">Sets the level and profile in @caps if it can be determined from @sps. See
2148
2215
  gst_codec_utils_h264_get_level() and gst_codec_utils_h264_get_profile()
2149
2216
  for more details on the parameters.</doc>
2150
2217
  <return-value transfer-ownership="none">
2151
- <doc xml:whitespace="preserve">%TRUE if the level and profile could be set, %FALSE otherwise.</doc>
2218
+ <doc xml:space="preserve">%TRUE if the level and profile could be set, %FALSE otherwise.</doc>
2152
2219
  <type name="gboolean" c:type="gboolean"/>
2153
2220
  </return-value>
2154
2221
  <parameters>
2155
2222
  <parameter name="caps" transfer-ownership="none">
2156
- <doc xml:whitespace="preserve">the #GstCaps to which the level and profile are to be added</doc>
2223
+ <doc xml:space="preserve">the #GstCaps to which the level and profile are to be added</doc>
2157
2224
  <type name="Gst.Caps" c:type="GstCaps*"/>
2158
2225
  </parameter>
2159
2226
  <parameter name="sps" transfer-ownership="none">
2160
- <doc xml:whitespace="preserve">Pointer to the sequence parameter set for the stream.</doc>
2227
+ <doc xml:space="preserve">Pointer to the sequence parameter set for the stream.</doc>
2161
2228
  <type name="guint8" c:type="const guint8*"/>
2162
2229
  </parameter>
2163
2230
  <parameter name="len" transfer-ownership="none">
2164
- <doc xml:whitespace="preserve">Length of the data available in @sps.</doc>
2231
+ <doc xml:space="preserve">Length of the data available in @sps.</doc>
2165
2232
  <type name="guint" c:type="guint"/>
2166
2233
  </parameter>
2167
2234
  </parameters>
2168
2235
  </function>
2169
2236
  <function name="codec_utils_h264_get_level"
2170
2237
  c:identifier="gst_codec_utils_h264_get_level">
2171
- <doc xml:whitespace="preserve">Converts the level indication (level_idc) in the stream's
2238
+ <doc xml:space="preserve">Converts the level indication (level_idc) in the stream's
2172
2239
  sequence parameter set into a string. The SPS is expected to have the
2173
2240
  same format as for gst_codec_utils_h264_get_profile().</doc>
2174
2241
  <return-value transfer-ownership="none">
2175
- <doc xml:whitespace="preserve">The level as a const string, or %NULL if there is an error.</doc>
2242
+ <doc xml:space="preserve">The level as a const string, or %NULL if there is an error.</doc>
2176
2243
  <type name="utf8" c:type="const gchar*"/>
2177
2244
  </return-value>
2178
2245
  <parameters>
2179
2246
  <parameter name="sps" transfer-ownership="none">
2180
- <doc xml:whitespace="preserve">Pointer to the sequence parameter set for the stream.</doc>
2247
+ <doc xml:space="preserve">Pointer to the sequence parameter set for the stream.</doc>
2181
2248
  <type name="guint8" c:type="const guint8*"/>
2182
2249
  </parameter>
2183
2250
  <parameter name="len" transfer-ownership="none">
2184
- <doc xml:whitespace="preserve">Length of the data available in @sps.</doc>
2251
+ <doc xml:space="preserve">Length of the data available in @sps.</doc>
2185
2252
  <type name="guint" c:type="guint"/>
2186
2253
  </parameter>
2187
2254
  </parameters>
2188
2255
  </function>
2189
2256
  <function name="codec_utils_h264_get_level_idc"
2190
2257
  c:identifier="gst_codec_utils_h264_get_level_idc">
2191
- <doc xml:whitespace="preserve">Transform a level string from the caps into the level_idc</doc>
2258
+ <doc xml:space="preserve">Transform a level string from the caps into the level_idc</doc>
2192
2259
  <return-value transfer-ownership="none">
2193
- <doc xml:whitespace="preserve">the level_idc or 0 if the level is unknown</doc>
2260
+ <doc xml:space="preserve">the level_idc or 0 if the level is unknown</doc>
2194
2261
  <type name="guint8" c:type="guint8"/>
2195
2262
  </return-value>
2196
2263
  <parameters>
2197
2264
  <parameter name="level" transfer-ownership="none">
2198
- <doc xml:whitespace="preserve">A level string from caps</doc>
2265
+ <doc xml:space="preserve">A level string from caps</doc>
2199
2266
  <type name="utf8" c:type="const gchar*"/>
2200
2267
  </parameter>
2201
2268
  </parameters>
2202
2269
  </function>
2203
2270
  <function name="codec_utils_h264_get_profile"
2204
2271
  c:identifier="gst_codec_utils_h264_get_profile">
2205
- <doc xml:whitespace="preserve">Converts the profile indication (profile_idc) in the stream's
2272
+ <doc xml:space="preserve">Converts the profile indication (profile_idc) in the stream's
2206
2273
  sequence parameter set into a string. The SPS is expected to have the
2207
2274
  following format, as defined in the H.264 specification. The SPS is viewed
2208
2275
  as a bitstream here, with bit 0 being the most significant bit of the first
@@ -2219,93 +2286,93 @@ byte.
2219
2286
  &lt;listitem&gt;&lt;para&gt;Bit 16:24 - Level indication&lt;/para&gt;&lt;/listitem&gt;
2220
2287
  &lt;/itemizedlist&gt;</doc>
2221
2288
  <return-value transfer-ownership="none">
2222
- <doc xml:whitespace="preserve">The profile as a const string, or %NULL if there is an error.</doc>
2289
+ <doc xml:space="preserve">The profile as a const string, or %NULL if there is an error.</doc>
2223
2290
  <type name="utf8" c:type="const gchar*"/>
2224
2291
  </return-value>
2225
2292
  <parameters>
2226
2293
  <parameter name="sps" transfer-ownership="none">
2227
- <doc xml:whitespace="preserve">Pointer to the sequence parameter set for the stream.</doc>
2294
+ <doc xml:space="preserve">Pointer to the sequence parameter set for the stream.</doc>
2228
2295
  <type name="guint8" c:type="const guint8*"/>
2229
2296
  </parameter>
2230
2297
  <parameter name="len" transfer-ownership="none">
2231
- <doc xml:whitespace="preserve">Length of the data available in @sps.</doc>
2298
+ <doc xml:space="preserve">Length of the data available in @sps.</doc>
2232
2299
  <type name="guint" c:type="guint"/>
2233
2300
  </parameter>
2234
2301
  </parameters>
2235
2302
  </function>
2236
2303
  <function name="codec_utils_mpeg4video_caps_set_level_and_profile"
2237
2304
  c:identifier="gst_codec_utils_mpeg4video_caps_set_level_and_profile">
2238
- <doc xml:whitespace="preserve">Sets the level and profile in @caps if it can be determined from
2305
+ <doc xml:space="preserve">Sets the level and profile in @caps if it can be determined from
2239
2306
  @vis_obj_seq. See gst_codec_utils_mpeg4video_get_level() and
2240
2307
  gst_codec_utils_mpeg4video_get_profile() for more details on the
2241
2308
  parameters.</doc>
2242
2309
  <return-value transfer-ownership="none">
2243
- <doc xml:whitespace="preserve">%TRUE if the level and profile could be set, %FALSE otherwise.</doc>
2310
+ <doc xml:space="preserve">%TRUE if the level and profile could be set, %FALSE otherwise.</doc>
2244
2311
  <type name="gboolean" c:type="gboolean"/>
2245
2312
  </return-value>
2246
2313
  <parameters>
2247
2314
  <parameter name="caps" transfer-ownership="none">
2248
- <doc xml:whitespace="preserve">the #GstCaps to which the level and profile are to be added</doc>
2315
+ <doc xml:space="preserve">the #GstCaps to which the level and profile are to be added</doc>
2249
2316
  <type name="Gst.Caps" c:type="GstCaps*"/>
2250
2317
  </parameter>
2251
2318
  <parameter name="vis_obj_seq" transfer-ownership="none">
2252
- <doc xml:whitespace="preserve">Pointer to the visual object sequence for the stream.</doc>
2319
+ <doc xml:space="preserve">Pointer to the visual object sequence for the stream.</doc>
2253
2320
  <type name="guint8" c:type="const guint8*"/>
2254
2321
  </parameter>
2255
2322
  <parameter name="len" transfer-ownership="none">
2256
- <doc xml:whitespace="preserve">Length of the data available in @sps.</doc>
2323
+ <doc xml:space="preserve">Length of the data available in @sps.</doc>
2257
2324
  <type name="guint" c:type="guint"/>
2258
2325
  </parameter>
2259
2326
  </parameters>
2260
2327
  </function>
2261
2328
  <function name="codec_utils_mpeg4video_get_level"
2262
2329
  c:identifier="gst_codec_utils_mpeg4video_get_level">
2263
- <doc xml:whitespace="preserve">Converts the level indication in the stream's visual object sequence into
2330
+ <doc xml:space="preserve">Converts the level indication in the stream's visual object sequence into
2264
2331
  a string. @vis_obj_seq is expected to be the data following the visual
2265
2332
  object sequence start code. Only the first byte
2266
2333
  (profile_and_level_indication) is used.</doc>
2267
2334
  <return-value transfer-ownership="none">
2268
- <doc xml:whitespace="preserve">The level as a const string, or NULL if there is an error.</doc>
2335
+ <doc xml:space="preserve">The level as a const string, or NULL if there is an error.</doc>
2269
2336
  <type name="utf8" c:type="const gchar*"/>
2270
2337
  </return-value>
2271
2338
  <parameters>
2272
2339
  <parameter name="vis_obj_seq" transfer-ownership="none">
2273
- <doc xml:whitespace="preserve">Pointer to the visual object sequence for the stream.</doc>
2340
+ <doc xml:space="preserve">Pointer to the visual object sequence for the stream.</doc>
2274
2341
  <type name="guint8" c:type="const guint8*"/>
2275
2342
  </parameter>
2276
2343
  <parameter name="len" transfer-ownership="none">
2277
- <doc xml:whitespace="preserve">Length of the data available in @sps.</doc>
2344
+ <doc xml:space="preserve">Length of the data available in @sps.</doc>
2278
2345
  <type name="guint" c:type="guint"/>
2279
2346
  </parameter>
2280
2347
  </parameters>
2281
2348
  </function>
2282
2349
  <function name="codec_utils_mpeg4video_get_profile"
2283
2350
  c:identifier="gst_codec_utils_mpeg4video_get_profile">
2284
- <doc xml:whitespace="preserve">Converts the profile indication in the stream's visual object sequence into
2351
+ <doc xml:space="preserve">Converts the profile indication in the stream's visual object sequence into
2285
2352
  a string. @vis_obj_seq is expected to be the data following the visual
2286
2353
  object sequence start code. Only the first byte
2287
2354
  (profile_and_level_indication) is used.</doc>
2288
2355
  <return-value transfer-ownership="none">
2289
- <doc xml:whitespace="preserve">The profile as a const string, or NULL if there is an error.</doc>
2356
+ <doc xml:space="preserve">The profile as a const string, or NULL if there is an error.</doc>
2290
2357
  <type name="utf8" c:type="const gchar*"/>
2291
2358
  </return-value>
2292
2359
  <parameters>
2293
2360
  <parameter name="vis_obj_seq" transfer-ownership="none">
2294
- <doc xml:whitespace="preserve">Pointer to the visual object sequence for the stream.</doc>
2361
+ <doc xml:space="preserve">Pointer to the visual object sequence for the stream.</doc>
2295
2362
  <type name="guint8" c:type="const guint8*"/>
2296
2363
  </parameter>
2297
2364
  <parameter name="len" transfer-ownership="none">
2298
- <doc xml:whitespace="preserve">Length of the data available in @sps.</doc>
2365
+ <doc xml:space="preserve">Length of the data available in @sps.</doc>
2299
2366
  <type name="guint" c:type="guint"/>
2300
2367
  </parameter>
2301
2368
  </parameters>
2302
2369
  </function>
2303
2370
  <function name="encoding_list_all_targets"
2304
2371
  c:identifier="gst_encoding_list_all_targets">
2305
- <doc xml:whitespace="preserve">List all available #GstEncodingTarget for the specified category, or all categories
2372
+ <doc xml:space="preserve">List all available #GstEncodingTarget for the specified category, or all categories
2306
2373
  if @categoryname is %NULL.</doc>
2307
2374
  <return-value transfer-ownership="full">
2308
- <doc xml:whitespace="preserve">The list of #GstEncodingTarget</doc>
2375
+ <doc xml:space="preserve">The list of #GstEncodingTarget</doc>
2309
2376
  <type name="GLib.List" c:type="GList*">
2310
2377
  <type name="EncodingTarget"/>
2311
2378
  </type>
@@ -2314,16 +2381,16 @@ if @categoryname is %NULL.</doc>
2314
2381
  <parameter name="categoryname"
2315
2382
  transfer-ownership="none"
2316
2383
  allow-none="1">
2317
- <doc xml:whitespace="preserve">The category, for ex: #GST_ENCODING_CATEGORY_DEVICE. Can be %NULL.</doc>
2384
+ <doc xml:space="preserve">The category, for ex: #GST_ENCODING_CATEGORY_DEVICE. Can be %NULL.</doc>
2318
2385
  <type name="utf8" c:type="const gchar*"/>
2319
2386
  </parameter>
2320
2387
  </parameters>
2321
2388
  </function>
2322
2389
  <function name="encoding_list_available_categories"
2323
2390
  c:identifier="gst_encoding_list_available_categories">
2324
- <doc xml:whitespace="preserve">Lists all #GstEncodingTarget categories present on disk.</doc>
2391
+ <doc xml:space="preserve">Lists all #GstEncodingTarget categories present on disk.</doc>
2325
2392
  <return-value transfer-ownership="full">
2326
- <doc xml:whitespace="preserve">A list of #GstEncodingTarget categories.</doc>
2393
+ <doc xml:space="preserve">A list of #GstEncodingTarget categories.</doc>
2327
2394
  <type name="GLib.List" c:type="GList*">
2328
2395
  <type name="utf8"/>
2329
2396
  </type>
@@ -2331,7 +2398,7 @@ if @categoryname is %NULL.</doc>
2331
2398
  </function>
2332
2399
  <function name="install_plugins_async"
2333
2400
  c:identifier="gst_install_plugins_async">
2334
- <doc xml:whitespace="preserve">Requests plugin installation without blocking. Once the plugins have been
2401
+ <doc xml:space="preserve">Requests plugin installation without blocking. Once the plugins have been
2335
2402
  installed or installation has failed, @func will be called with the result
2336
2403
  of the installation and your provided @user_data pointer.
2337
2404
 
@@ -2348,18 +2415,18 @@ It is possible to request the installation of multiple missing plugins in
2348
2415
  one go (as might be required if there is a demuxer for a certain format
2349
2416
  installed but no suitable video decoder and no suitable audio decoder).</doc>
2350
2417
  <return-value transfer-ownership="none">
2351
- <doc xml:whitespace="preserve">result code whether an external installer could be started</doc>
2418
+ <doc xml:space="preserve">result code whether an external installer could be started</doc>
2352
2419
  <type name="InstallPluginsReturn" c:type="GstInstallPluginsReturn"/>
2353
2420
  </return-value>
2354
2421
  <parameters>
2355
2422
  <parameter name="details" transfer-ownership="none">
2356
- <doc xml:whitespace="preserve">NULL-terminated array of installer string details (see below)</doc>
2423
+ <doc xml:space="preserve">NULL-terminated array of installer string details (see below)</doc>
2357
2424
  <array c:type="gchar**">
2358
2425
  <type name="utf8" c:type="gchar*"/>
2359
2426
  </array>
2360
2427
  </parameter>
2361
2428
  <parameter name="ctx" transfer-ownership="none" allow-none="1">
2362
- <doc xml:whitespace="preserve">a #GstInstallPluginsContext, or NULL</doc>
2429
+ <doc xml:space="preserve">a #GstInstallPluginsContext, or NULL</doc>
2363
2430
  <type name="InstallPluginsContext"
2364
2431
  c:type="GstInstallPluginsContext*"/>
2365
2432
  </parameter>
@@ -2367,57 +2434,57 @@ installed but no suitable video decoder and no suitable audio decoder).</doc>
2367
2434
  transfer-ownership="none"
2368
2435
  scope="async"
2369
2436
  closure="3">
2370
- <doc xml:whitespace="preserve">the function to call when the installer program returns</doc>
2437
+ <doc xml:space="preserve">the function to call when the installer program returns</doc>
2371
2438
  <type name="InstallPluginsResultFunc"
2372
2439
  c:type="GstInstallPluginsResultFunc"/>
2373
2440
  </parameter>
2374
2441
  <parameter name="user_data" transfer-ownership="none">
2375
- <doc xml:whitespace="preserve">the user data to pass to @func when called, or NULL</doc>
2442
+ <doc xml:space="preserve">the user data to pass to @func when called, or NULL</doc>
2376
2443
  <type name="gpointer" c:type="gpointer"/>
2377
2444
  </parameter>
2378
2445
  </parameters>
2379
2446
  </function>
2380
2447
  <function name="install_plugins_installation_in_progress"
2381
2448
  c:identifier="gst_install_plugins_installation_in_progress">
2382
- <doc xml:whitespace="preserve">Checks whether plugin installation (initiated by this application only)
2449
+ <doc xml:space="preserve">Checks whether plugin installation (initiated by this application only)
2383
2450
  is currently in progress.</doc>
2384
2451
  <return-value transfer-ownership="none">
2385
- <doc xml:whitespace="preserve">TRUE if plugin installation is in progress, otherwise FALSE</doc>
2452
+ <doc xml:space="preserve">TRUE if plugin installation is in progress, otherwise FALSE</doc>
2386
2453
  <type name="gboolean" c:type="gboolean"/>
2387
2454
  </return-value>
2388
2455
  </function>
2389
2456
  <function name="install_plugins_return_get_name"
2390
2457
  c:identifier="gst_install_plugins_return_get_name"
2391
2458
  moved-to="InstallPluginsReturn.get_name">
2392
- <doc xml:whitespace="preserve">Convenience function to return the descriptive string associated
2459
+ <doc xml:space="preserve">Convenience function to return the descriptive string associated
2393
2460
  with a status code. This function returns English strings and
2394
2461
  should not be used for user messages. It is here only to assist
2395
2462
  in debugging.</doc>
2396
2463
  <return-value transfer-ownership="none">
2397
- <doc xml:whitespace="preserve">a descriptive string for the status code in @ret</doc>
2464
+ <doc xml:space="preserve">a descriptive string for the status code in @ret</doc>
2398
2465
  <type name="utf8" c:type="const gchar*"/>
2399
2466
  </return-value>
2400
2467
  <parameters>
2401
2468
  <parameter name="ret" transfer-ownership="none">
2402
- <doc xml:whitespace="preserve">the return status code</doc>
2469
+ <doc xml:space="preserve">the return status code</doc>
2403
2470
  <type name="InstallPluginsReturn" c:type="GstInstallPluginsReturn"/>
2404
2471
  </parameter>
2405
2472
  </parameters>
2406
2473
  </function>
2407
2474
  <function name="install_plugins_supported"
2408
2475
  c:identifier="gst_install_plugins_supported">
2409
- <doc xml:whitespace="preserve">Checks whether plugin installation is likely to be supported by the
2476
+ <doc xml:space="preserve">Checks whether plugin installation is likely to be supported by the
2410
2477
  current environment. This currently only checks whether the helper script
2411
2478
  that is to be provided by the distribution or operating system vendor
2412
2479
  exists.</doc>
2413
2480
  <return-value transfer-ownership="none">
2414
- <doc xml:whitespace="preserve">TRUE if plugin installation is likely to be supported.</doc>
2481
+ <doc xml:space="preserve">TRUE if plugin installation is likely to be supported.</doc>
2415
2482
  <type name="gboolean" c:type="gboolean"/>
2416
2483
  </return-value>
2417
2484
  </function>
2418
2485
  <function name="install_plugins_sync"
2419
2486
  c:identifier="gst_install_plugins_sync">
2420
- <doc xml:whitespace="preserve">Requests plugin installation and block until the plugins have been
2487
+ <doc xml:space="preserve">Requests plugin installation and block until the plugins have been
2421
2488
  installed or installation has failed.
2422
2489
 
2423
2490
  This function should almost never be used, it only exists for cases where
@@ -2426,18 +2493,18 @@ thread and marshal the result back asynchronously into the main thread
2426
2493
  using the other non-GLib main loop. You should almost always use
2427
2494
  gst_install_plugins_async() instead of this function.</doc>
2428
2495
  <return-value transfer-ownership="none">
2429
- <doc xml:whitespace="preserve">the result of the installation.</doc>
2496
+ <doc xml:space="preserve">the result of the installation.</doc>
2430
2497
  <type name="InstallPluginsReturn" c:type="GstInstallPluginsReturn"/>
2431
2498
  </return-value>
2432
2499
  <parameters>
2433
2500
  <parameter name="details" transfer-ownership="none">
2434
- <doc xml:whitespace="preserve">NULL-terminated array of installer string details</doc>
2501
+ <doc xml:space="preserve">NULL-terminated array of installer string details</doc>
2435
2502
  <array c:type="gchar**">
2436
2503
  <type name="utf8" c:type="gchar*"/>
2437
2504
  </array>
2438
2505
  </parameter>
2439
2506
  <parameter name="ctx" transfer-ownership="none" allow-none="1">
2440
- <doc xml:whitespace="preserve">a #GstInstallPluginsContext, or NULL</doc>
2507
+ <doc xml:space="preserve">a #GstInstallPluginsContext, or NULL</doc>
2441
2508
  <type name="InstallPluginsContext"
2442
2509
  c:type="GstInstallPluginsContext*"/>
2443
2510
  </parameter>
@@ -2445,21 +2512,21 @@ gst_install_plugins_async() instead of this function.</doc>
2445
2512
  </function>
2446
2513
  <function name="is_missing_plugin_message"
2447
2514
  c:identifier="gst_is_missing_plugin_message">
2448
- <doc xml:whitespace="preserve">Checks whether @msg is a missing plugins message.</doc>
2515
+ <doc xml:space="preserve">Checks whether @msg is a missing plugins message.</doc>
2449
2516
  <return-value transfer-ownership="none">
2450
- <doc xml:whitespace="preserve">%TRUE if @msg is a missing-plugins message, otherwise %FALSE.</doc>
2517
+ <doc xml:space="preserve">%TRUE if @msg is a missing-plugins message, otherwise %FALSE.</doc>
2451
2518
  <type name="gboolean" c:type="gboolean"/>
2452
2519
  </return-value>
2453
2520
  <parameters>
2454
2521
  <parameter name="msg" transfer-ownership="none">
2455
- <doc xml:whitespace="preserve">a #GstMessage</doc>
2522
+ <doc xml:space="preserve">a #GstMessage</doc>
2456
2523
  <type name="Gst.Message" c:type="GstMessage*"/>
2457
2524
  </parameter>
2458
2525
  </parameters>
2459
2526
  </function>
2460
2527
  <function name="missing_decoder_installer_detail_new"
2461
2528
  c:identifier="gst_missing_decoder_installer_detail_new">
2462
- <doc xml:whitespace="preserve">Returns an opaque string containing all the details about the missing
2529
+ <doc xml:space="preserve">Returns an opaque string containing all the details about the missing
2463
2530
  element to be passed to an external installer called via
2464
2531
  gst_install_plugins_async() or gst_install_plugins_sync().
2465
2532
 
@@ -2468,39 +2535,39 @@ installation mechanisms using one of the two above-mentioned functions in
2468
2535
  the case where the application knows exactly what kind of plugin it is
2469
2536
  missing.</doc>
2470
2537
  <return-value transfer-ownership="full">
2471
- <doc xml:whitespace="preserve">a newly-allocated detail string, or NULL on error. Free string with g_free() when not needed any longer.</doc>
2538
+ <doc xml:space="preserve">a newly-allocated detail string, or NULL on error. Free string with g_free() when not needed any longer.</doc>
2472
2539
  <type name="utf8" c:type="gchar*"/>
2473
2540
  </return-value>
2474
2541
  <parameters>
2475
2542
  <parameter name="decode_caps" transfer-ownership="none">
2476
- <doc xml:whitespace="preserve">the (fixed) caps for which a decoder element is needed</doc>
2543
+ <doc xml:space="preserve">the (fixed) caps for which a decoder element is needed</doc>
2477
2544
  <type name="Gst.Caps" c:type="const GstCaps*"/>
2478
2545
  </parameter>
2479
2546
  </parameters>
2480
2547
  </function>
2481
2548
  <function name="missing_decoder_message_new"
2482
2549
  c:identifier="gst_missing_decoder_message_new">
2483
- <doc xml:whitespace="preserve">Creates a missing-plugin message for @element to notify the application
2550
+ <doc xml:space="preserve">Creates a missing-plugin message for @element to notify the application
2484
2551
  that a decoder element for a particular set of (fixed) caps is missing.
2485
2552
  This function is mainly for use in plugins.</doc>
2486
2553
  <return-value transfer-ownership="full">
2487
- <doc xml:whitespace="preserve">a new #GstMessage, or NULL on error</doc>
2554
+ <doc xml:space="preserve">a new #GstMessage, or NULL on error</doc>
2488
2555
  <type name="Gst.Message" c:type="GstMessage*"/>
2489
2556
  </return-value>
2490
2557
  <parameters>
2491
2558
  <parameter name="element" transfer-ownership="none">
2492
- <doc xml:whitespace="preserve">the #GstElement posting the message</doc>
2559
+ <doc xml:space="preserve">the #GstElement posting the message</doc>
2493
2560
  <type name="Gst.Element" c:type="GstElement*"/>
2494
2561
  </parameter>
2495
2562
  <parameter name="decode_caps" transfer-ownership="none">
2496
- <doc xml:whitespace="preserve">the (fixed) caps for which a decoder element is needed</doc>
2563
+ <doc xml:space="preserve">the (fixed) caps for which a decoder element is needed</doc>
2497
2564
  <type name="Gst.Caps" c:type="const GstCaps*"/>
2498
2565
  </parameter>
2499
2566
  </parameters>
2500
2567
  </function>
2501
2568
  <function name="missing_element_installer_detail_new"
2502
2569
  c:identifier="gst_missing_element_installer_detail_new">
2503
- <doc xml:whitespace="preserve">Returns an opaque string containing all the details about the missing
2570
+ <doc xml:space="preserve">Returns an opaque string containing all the details about the missing
2504
2571
  element to be passed to an external installer called via
2505
2572
  gst_install_plugins_async() or gst_install_plugins_sync().
2506
2573
 
@@ -2509,39 +2576,39 @@ installation mechanisms using one of the two above-mentioned functions in
2509
2576
  the case where the application knows exactly what kind of plugin it is
2510
2577
  missing.</doc>
2511
2578
  <return-value transfer-ownership="full">
2512
- <doc xml:whitespace="preserve">a newly-allocated detail string, or NULL on error. Free string with g_free() when not needed any longer.</doc>
2579
+ <doc xml:space="preserve">a newly-allocated detail string, or NULL on error. Free string with g_free() when not needed any longer.</doc>
2513
2580
  <type name="utf8" c:type="gchar*"/>
2514
2581
  </return-value>
2515
2582
  <parameters>
2516
2583
  <parameter name="factory_name" transfer-ownership="none">
2517
- <doc xml:whitespace="preserve">the name of the missing element (element factory), e.g. "videoscale" or "cdparanoiasrc"</doc>
2584
+ <doc xml:space="preserve">the name of the missing element (element factory), e.g. "videoscale" or "cdparanoiasrc"</doc>
2518
2585
  <type name="utf8" c:type="const gchar*"/>
2519
2586
  </parameter>
2520
2587
  </parameters>
2521
2588
  </function>
2522
2589
  <function name="missing_element_message_new"
2523
2590
  c:identifier="gst_missing_element_message_new">
2524
- <doc xml:whitespace="preserve">Creates a missing-plugin message for @element to notify the application
2591
+ <doc xml:space="preserve">Creates a missing-plugin message for @element to notify the application
2525
2592
  that a certain required element is missing. This function is mainly for
2526
2593
  use in plugins.</doc>
2527
2594
  <return-value transfer-ownership="full">
2528
- <doc xml:whitespace="preserve">a new #GstMessage, or NULL on error</doc>
2595
+ <doc xml:space="preserve">a new #GstMessage, or NULL on error</doc>
2529
2596
  <type name="Gst.Message" c:type="GstMessage*"/>
2530
2597
  </return-value>
2531
2598
  <parameters>
2532
2599
  <parameter name="element" transfer-ownership="none">
2533
- <doc xml:whitespace="preserve">the #GstElement posting the message</doc>
2600
+ <doc xml:space="preserve">the #GstElement posting the message</doc>
2534
2601
  <type name="Gst.Element" c:type="GstElement*"/>
2535
2602
  </parameter>
2536
2603
  <parameter name="factory_name" transfer-ownership="none">
2537
- <doc xml:whitespace="preserve">the name of the missing element (element factory), e.g. "videoscale" or "cdparanoiasrc"</doc>
2604
+ <doc xml:space="preserve">the name of the missing element (element factory), e.g. "videoscale" or "cdparanoiasrc"</doc>
2538
2605
  <type name="utf8" c:type="const gchar*"/>
2539
2606
  </parameter>
2540
2607
  </parameters>
2541
2608
  </function>
2542
2609
  <function name="missing_encoder_installer_detail_new"
2543
2610
  c:identifier="gst_missing_encoder_installer_detail_new">
2544
- <doc xml:whitespace="preserve">Returns an opaque string containing all the details about the missing
2611
+ <doc xml:space="preserve">Returns an opaque string containing all the details about the missing
2545
2612
  element to be passed to an external installer called via
2546
2613
  gst_install_plugins_async() or gst_install_plugins_sync().
2547
2614
 
@@ -2550,39 +2617,39 @@ installation mechanisms using one of the two above-mentioned functions in
2550
2617
  the case where the application knows exactly what kind of plugin it is
2551
2618
  missing.</doc>
2552
2619
  <return-value transfer-ownership="full">
2553
- <doc xml:whitespace="preserve">a newly-allocated detail string, or NULL on error. Free string with g_free() when not needed any longer.</doc>
2620
+ <doc xml:space="preserve">a newly-allocated detail string, or NULL on error. Free string with g_free() when not needed any longer.</doc>
2554
2621
  <type name="utf8" c:type="gchar*"/>
2555
2622
  </return-value>
2556
2623
  <parameters>
2557
2624
  <parameter name="encode_caps" transfer-ownership="none">
2558
- <doc xml:whitespace="preserve">the (fixed) caps for which an encoder element is needed</doc>
2625
+ <doc xml:space="preserve">the (fixed) caps for which an encoder element is needed</doc>
2559
2626
  <type name="Gst.Caps" c:type="const GstCaps*"/>
2560
2627
  </parameter>
2561
2628
  </parameters>
2562
2629
  </function>
2563
2630
  <function name="missing_encoder_message_new"
2564
2631
  c:identifier="gst_missing_encoder_message_new">
2565
- <doc xml:whitespace="preserve">Creates a missing-plugin message for @element to notify the application
2632
+ <doc xml:space="preserve">Creates a missing-plugin message for @element to notify the application
2566
2633
  that an encoder element for a particular set of (fixed) caps is missing.
2567
2634
  This function is mainly for use in plugins.</doc>
2568
2635
  <return-value transfer-ownership="full">
2569
- <doc xml:whitespace="preserve">a new #GstMessage, or NULL on error</doc>
2636
+ <doc xml:space="preserve">a new #GstMessage, or NULL on error</doc>
2570
2637
  <type name="Gst.Message" c:type="GstMessage*"/>
2571
2638
  </return-value>
2572
2639
  <parameters>
2573
2640
  <parameter name="element" transfer-ownership="none">
2574
- <doc xml:whitespace="preserve">the #GstElement posting the message</doc>
2641
+ <doc xml:space="preserve">the #GstElement posting the message</doc>
2575
2642
  <type name="Gst.Element" c:type="GstElement*"/>
2576
2643
  </parameter>
2577
2644
  <parameter name="encode_caps" transfer-ownership="none">
2578
- <doc xml:whitespace="preserve">the (fixed) caps for which an encoder element is needed</doc>
2645
+ <doc xml:space="preserve">the (fixed) caps for which an encoder element is needed</doc>
2579
2646
  <type name="Gst.Caps" c:type="const GstCaps*"/>
2580
2647
  </parameter>
2581
2648
  </parameters>
2582
2649
  </function>
2583
2650
  <function name="missing_plugin_message_get_description"
2584
2651
  c:identifier="gst_missing_plugin_message_get_description">
2585
- <doc xml:whitespace="preserve">Returns a localised string describing the missing feature, for use in
2652
+ <doc xml:space="preserve">Returns a localised string describing the missing feature, for use in
2586
2653
  error dialogs and the like. Should never return NULL unless @msg is not
2587
2654
  a valid missing-plugin message.
2588
2655
 
@@ -2590,38 +2657,38 @@ This function is mainly for applications that need a human-readable string
2590
2657
  describing a missing plugin, given a previously collected missing-plugin
2591
2658
  message</doc>
2592
2659
  <return-value transfer-ownership="full">
2593
- <doc xml:whitespace="preserve">a newly-allocated description string, or NULL on error. Free string with g_free() when not needed any longer.</doc>
2660
+ <doc xml:space="preserve">a newly-allocated description string, or NULL on error. Free string with g_free() when not needed any longer.</doc>
2594
2661
  <type name="utf8" c:type="gchar*"/>
2595
2662
  </return-value>
2596
2663
  <parameters>
2597
2664
  <parameter name="msg" transfer-ownership="none">
2598
- <doc xml:whitespace="preserve">a missing-plugin #GstMessage of type #GST_MESSAGE_ELEMENT</doc>
2665
+ <doc xml:space="preserve">a missing-plugin #GstMessage of type #GST_MESSAGE_ELEMENT</doc>
2599
2666
  <type name="Gst.Message" c:type="GstMessage*"/>
2600
2667
  </parameter>
2601
2668
  </parameters>
2602
2669
  </function>
2603
2670
  <function name="missing_plugin_message_get_installer_detail"
2604
2671
  c:identifier="gst_missing_plugin_message_get_installer_detail">
2605
- <doc xml:whitespace="preserve">Returns an opaque string containing all the details about the missing
2672
+ <doc xml:space="preserve">Returns an opaque string containing all the details about the missing
2606
2673
  element to be passed to an external installer called via
2607
2674
  gst_install_plugins_async() or gst_install_plugins_sync().
2608
2675
 
2609
2676
  This function is mainly for applications that call external plugin
2610
2677
  installation mechanisms using one of the two above-mentioned functions.</doc>
2611
2678
  <return-value transfer-ownership="full">
2612
- <doc xml:whitespace="preserve">a newly-allocated detail string, or NULL on error. Free string with g_free() when not needed any longer.</doc>
2679
+ <doc xml:space="preserve">a newly-allocated detail string, or NULL on error. Free string with g_free() when not needed any longer.</doc>
2613
2680
  <type name="utf8" c:type="gchar*"/>
2614
2681
  </return-value>
2615
2682
  <parameters>
2616
2683
  <parameter name="msg" transfer-ownership="none">
2617
- <doc xml:whitespace="preserve">a missing-plugin #GstMessage of type #GST_MESSAGE_ELEMENT</doc>
2684
+ <doc xml:space="preserve">a missing-plugin #GstMessage of type #GST_MESSAGE_ELEMENT</doc>
2618
2685
  <type name="Gst.Message" c:type="GstMessage*"/>
2619
2686
  </parameter>
2620
2687
  </parameters>
2621
2688
  </function>
2622
2689
  <function name="missing_uri_sink_installer_detail_new"
2623
2690
  c:identifier="gst_missing_uri_sink_installer_detail_new">
2624
- <doc xml:whitespace="preserve">Returns an opaque string containing all the details about the missing
2691
+ <doc xml:space="preserve">Returns an opaque string containing all the details about the missing
2625
2692
  element to be passed to an external installer called via
2626
2693
  gst_install_plugins_async() or gst_install_plugins_sync().
2627
2694
 
@@ -2630,39 +2697,39 @@ installation mechanisms using one of the two above-mentioned functions in
2630
2697
  the case where the application knows exactly what kind of plugin it is
2631
2698
  missing.</doc>
2632
2699
  <return-value transfer-ownership="full">
2633
- <doc xml:whitespace="preserve">a newly-allocated detail string, or NULL on error. Free string with g_free() when not needed any longer.</doc>
2700
+ <doc xml:space="preserve">a newly-allocated detail string, or NULL on error. Free string with g_free() when not needed any longer.</doc>
2634
2701
  <type name="utf8" c:type="gchar*"/>
2635
2702
  </return-value>
2636
2703
  <parameters>
2637
2704
  <parameter name="protocol" transfer-ownership="none">
2638
- <doc xml:whitespace="preserve">the URI protocol the missing source needs to implement, e.g. "http" or "mms"</doc>
2705
+ <doc xml:space="preserve">the URI protocol the missing source needs to implement, e.g. "http" or "mms"</doc>
2639
2706
  <type name="utf8" c:type="const gchar*"/>
2640
2707
  </parameter>
2641
2708
  </parameters>
2642
2709
  </function>
2643
2710
  <function name="missing_uri_sink_message_new"
2644
2711
  c:identifier="gst_missing_uri_sink_message_new">
2645
- <doc xml:whitespace="preserve">Creates a missing-plugin message for @element to notify the application
2712
+ <doc xml:space="preserve">Creates a missing-plugin message for @element to notify the application
2646
2713
  that a sink element for a particular URI protocol is missing. This
2647
2714
  function is mainly for use in plugins.</doc>
2648
2715
  <return-value transfer-ownership="full">
2649
- <doc xml:whitespace="preserve">a new #GstMessage, or NULL on error</doc>
2716
+ <doc xml:space="preserve">a new #GstMessage, or NULL on error</doc>
2650
2717
  <type name="Gst.Message" c:type="GstMessage*"/>
2651
2718
  </return-value>
2652
2719
  <parameters>
2653
2720
  <parameter name="element" transfer-ownership="none">
2654
- <doc xml:whitespace="preserve">the #GstElement posting the message</doc>
2721
+ <doc xml:space="preserve">the #GstElement posting the message</doc>
2655
2722
  <type name="Gst.Element" c:type="GstElement*"/>
2656
2723
  </parameter>
2657
2724
  <parameter name="protocol" transfer-ownership="none">
2658
- <doc xml:whitespace="preserve">the URI protocol the missing sink needs to implement, e.g. "http" or "smb"</doc>
2725
+ <doc xml:space="preserve">the URI protocol the missing sink needs to implement, e.g. "http" or "smb"</doc>
2659
2726
  <type name="utf8" c:type="const gchar*"/>
2660
2727
  </parameter>
2661
2728
  </parameters>
2662
2729
  </function>
2663
2730
  <function name="missing_uri_source_installer_detail_new"
2664
2731
  c:identifier="gst_missing_uri_source_installer_detail_new">
2665
- <doc xml:whitespace="preserve">Returns an opaque string containing all the details about the missing
2732
+ <doc xml:space="preserve">Returns an opaque string containing all the details about the missing
2666
2733
  element to be passed to an external installer called via
2667
2734
  gst_install_plugins_async() or gst_install_plugins_sync().
2668
2735
 
@@ -2671,80 +2738,80 @@ installation mechanisms using one of the two above-mentioned functions in
2671
2738
  the case where the application knows exactly what kind of plugin it is
2672
2739
  missing.</doc>
2673
2740
  <return-value transfer-ownership="full">
2674
- <doc xml:whitespace="preserve">a newly-allocated detail string, or NULL on error. Free string with g_free() when not needed any longer.</doc>
2741
+ <doc xml:space="preserve">a newly-allocated detail string, or NULL on error. Free string with g_free() when not needed any longer.</doc>
2675
2742
  <type name="utf8" c:type="gchar*"/>
2676
2743
  </return-value>
2677
2744
  <parameters>
2678
2745
  <parameter name="protocol" transfer-ownership="none">
2679
- <doc xml:whitespace="preserve">the URI protocol the missing source needs to implement, e.g. "http" or "mms"</doc>
2746
+ <doc xml:space="preserve">the URI protocol the missing source needs to implement, e.g. "http" or "mms"</doc>
2680
2747
  <type name="utf8" c:type="const gchar*"/>
2681
2748
  </parameter>
2682
2749
  </parameters>
2683
2750
  </function>
2684
2751
  <function name="missing_uri_source_message_new"
2685
2752
  c:identifier="gst_missing_uri_source_message_new">
2686
- <doc xml:whitespace="preserve">Creates a missing-plugin message for @element to notify the application
2753
+ <doc xml:space="preserve">Creates a missing-plugin message for @element to notify the application
2687
2754
  that a source element for a particular URI protocol is missing. This
2688
2755
  function is mainly for use in plugins.</doc>
2689
2756
  <return-value transfer-ownership="full">
2690
- <doc xml:whitespace="preserve">a new #GstMessage, or NULL on error</doc>
2757
+ <doc xml:space="preserve">a new #GstMessage, or NULL on error</doc>
2691
2758
  <type name="Gst.Message" c:type="GstMessage*"/>
2692
2759
  </return-value>
2693
2760
  <parameters>
2694
2761
  <parameter name="element" transfer-ownership="none">
2695
- <doc xml:whitespace="preserve">the #GstElement posting the message</doc>
2762
+ <doc xml:space="preserve">the #GstElement posting the message</doc>
2696
2763
  <type name="Gst.Element" c:type="GstElement*"/>
2697
2764
  </parameter>
2698
2765
  <parameter name="protocol" transfer-ownership="none">
2699
- <doc xml:whitespace="preserve">the URI protocol the missing source needs to implement, e.g. "http" or "mms"</doc>
2766
+ <doc xml:space="preserve">the URI protocol the missing source needs to implement, e.g. "http" or "mms"</doc>
2700
2767
  <type name="utf8" c:type="const gchar*"/>
2701
2768
  </parameter>
2702
2769
  </parameters>
2703
2770
  </function>
2704
2771
  <function name="pb_utils_add_codec_description_to_tag_list"
2705
2772
  c:identifier="gst_pb_utils_add_codec_description_to_tag_list">
2706
- <doc xml:whitespace="preserve">Adds a codec tag describing the format specified by @caps to @taglist.</doc>
2773
+ <doc xml:space="preserve">Adds a codec tag describing the format specified by @caps to @taglist.</doc>
2707
2774
  <return-value transfer-ownership="none">
2708
- <doc xml:whitespace="preserve">TRUE if a codec tag was added, FALSE otherwise.</doc>
2775
+ <doc xml:space="preserve">TRUE if a codec tag was added, FALSE otherwise.</doc>
2709
2776
  <type name="gboolean" c:type="gboolean"/>
2710
2777
  </return-value>
2711
2778
  <parameters>
2712
2779
  <parameter name="taglist" transfer-ownership="none">
2713
- <doc xml:whitespace="preserve">a #GstTagList</doc>
2780
+ <doc xml:space="preserve">a #GstTagList</doc>
2714
2781
  <type name="Gst.TagList" c:type="GstTagList*"/>
2715
2782
  </parameter>
2716
- <parameter name="codec_tag" transfer-ownership="none">
2717
- <doc xml:whitespace="preserve">a GStreamer codec tag such as #GST_TAG_AUDIO_CODEC, #GST_TAG_VIDEO_CODEC or #GST_TAG_CODEC</doc>
2783
+ <parameter name="codec_tag" transfer-ownership="none" allow-none="1">
2784
+ <doc xml:space="preserve">a GStreamer codec tag such as #GST_TAG_AUDIO_CODEC, #GST_TAG_VIDEO_CODEC or #GST_TAG_CODEC. If none is specified, the function will attempt to detect the appropriate category.</doc>
2718
2785
  <type name="utf8" c:type="const gchar*"/>
2719
2786
  </parameter>
2720
2787
  <parameter name="caps" transfer-ownership="none">
2721
- <doc xml:whitespace="preserve">the (fixed) #GstCaps for which a codec tag should be added.</doc>
2788
+ <doc xml:space="preserve">the (fixed) #GstCaps for which a codec tag should be added.</doc>
2722
2789
  <type name="Gst.Caps" c:type="const GstCaps*"/>
2723
2790
  </parameter>
2724
2791
  </parameters>
2725
2792
  </function>
2726
2793
  <function name="pb_utils_get_codec_description"
2727
2794
  c:identifier="gst_pb_utils_get_codec_description">
2728
- <doc xml:whitespace="preserve">Returns a localised (as far as this is possible) string describing the
2795
+ <doc xml:space="preserve">Returns a localised (as far as this is possible) string describing the
2729
2796
  media format specified in @caps, for use in error dialogs or other messages
2730
2797
  to be seen by the user. Should never return NULL unless @caps is invalid.
2731
2798
 
2732
2799
  Also see the convenience function
2733
2800
  gst_pb_utils_add_codec_description_to_tag_list().</doc>
2734
2801
  <return-value transfer-ownership="full">
2735
- <doc xml:whitespace="preserve">a newly-allocated description string, or NULL on error. Free string with g_free() when not needed any longer.</doc>
2802
+ <doc xml:space="preserve">a newly-allocated description string, or NULL on error. Free string with g_free() when not needed any longer.</doc>
2736
2803
  <type name="utf8" c:type="gchar*"/>
2737
2804
  </return-value>
2738
2805
  <parameters>
2739
2806
  <parameter name="caps" transfer-ownership="none">
2740
- <doc xml:whitespace="preserve">the (fixed) #GstCaps for which an format description is needed</doc>
2807
+ <doc xml:space="preserve">the (fixed) #GstCaps for which an format description is needed</doc>
2741
2808
  <type name="Gst.Caps" c:type="const GstCaps*"/>
2742
2809
  </parameter>
2743
2810
  </parameters>
2744
2811
  </function>
2745
2812
  <function name="pb_utils_get_decoder_description"
2746
2813
  c:identifier="gst_pb_utils_get_decoder_description">
2747
- <doc xml:whitespace="preserve">Returns a localised string describing an decoder for the format specified
2814
+ <doc xml:space="preserve">Returns a localised string describing an decoder for the format specified
2748
2815
  in @caps, for use in error dialogs or other messages to be seen by the user.
2749
2816
  Should never return NULL unless @factory_name or @caps are invalid.
2750
2817
 
@@ -2752,19 +2819,19 @@ This function is mainly for internal use, applications would typically
2752
2819
  use gst_missing_plugin_message_get_description() to get a description of
2753
2820
  a missing feature from a missing-plugin message.</doc>
2754
2821
  <return-value transfer-ownership="full">
2755
- <doc xml:whitespace="preserve">a newly-allocated description string, or NULL on error. Free string with g_free() when not needed any longer.</doc>
2822
+ <doc xml:space="preserve">a newly-allocated description string, or NULL on error. Free string with g_free() when not needed any longer.</doc>
2756
2823
  <type name="utf8" c:type="gchar*"/>
2757
2824
  </return-value>
2758
2825
  <parameters>
2759
2826
  <parameter name="caps" transfer-ownership="none">
2760
- <doc xml:whitespace="preserve">the (fixed) #GstCaps for which an decoder description is needed</doc>
2827
+ <doc xml:space="preserve">the (fixed) #GstCaps for which an decoder description is needed</doc>
2761
2828
  <type name="Gst.Caps" c:type="const GstCaps*"/>
2762
2829
  </parameter>
2763
2830
  </parameters>
2764
2831
  </function>
2765
2832
  <function name="pb_utils_get_element_description"
2766
2833
  c:identifier="gst_pb_utils_get_element_description">
2767
- <doc xml:whitespace="preserve">Returns a localised string describing the given element, for use in
2834
+ <doc xml:space="preserve">Returns a localised string describing the given element, for use in
2768
2835
  error dialogs or other messages to be seen by the user. Should never
2769
2836
  return NULL unless @factory_name is invalid.
2770
2837
 
@@ -2772,19 +2839,19 @@ This function is mainly for internal use, applications would typically
2772
2839
  use gst_missing_plugin_message_get_description() to get a description of
2773
2840
  a missing feature from a missing-plugin message.</doc>
2774
2841
  <return-value transfer-ownership="full">
2775
- <doc xml:whitespace="preserve">a newly-allocated description string, or NULL on error. Free string with g_free() when not needed any longer.</doc>
2842
+ <doc xml:space="preserve">a newly-allocated description string, or NULL on error. Free string with g_free() when not needed any longer.</doc>
2776
2843
  <type name="utf8" c:type="gchar*"/>
2777
2844
  </return-value>
2778
2845
  <parameters>
2779
2846
  <parameter name="factory_name" transfer-ownership="none">
2780
- <doc xml:whitespace="preserve">the name of the element, e.g. "giosrc"</doc>
2847
+ <doc xml:space="preserve">the name of the element, e.g. "giosrc"</doc>
2781
2848
  <type name="utf8" c:type="const gchar*"/>
2782
2849
  </parameter>
2783
2850
  </parameters>
2784
2851
  </function>
2785
2852
  <function name="pb_utils_get_encoder_description"
2786
2853
  c:identifier="gst_pb_utils_get_encoder_description">
2787
- <doc xml:whitespace="preserve">Returns a localised string describing an encoder for the format specified
2854
+ <doc xml:space="preserve">Returns a localised string describing an encoder for the format specified
2788
2855
  in @caps, for use in error dialogs or other messages to be seen by the user.
2789
2856
  Should never return NULL unless @factory_name or @caps are invalid.
2790
2857
 
@@ -2792,19 +2859,19 @@ This function is mainly for internal use, applications would typically
2792
2859
  use gst_missing_plugin_message_get_description() to get a description of
2793
2860
  a missing feature from a missing-plugin message.</doc>
2794
2861
  <return-value transfer-ownership="full">
2795
- <doc xml:whitespace="preserve">a newly-allocated description string, or NULL on error. Free string with g_free() when not needed any longer.</doc>
2862
+ <doc xml:space="preserve">a newly-allocated description string, or NULL on error. Free string with g_free() when not needed any longer.</doc>
2796
2863
  <type name="utf8" c:type="gchar*"/>
2797
2864
  </return-value>
2798
2865
  <parameters>
2799
2866
  <parameter name="caps" transfer-ownership="none">
2800
- <doc xml:whitespace="preserve">the (fixed) #GstCaps for which an encoder description is needed</doc>
2867
+ <doc xml:space="preserve">the (fixed) #GstCaps for which an encoder description is needed</doc>
2801
2868
  <type name="Gst.Caps" c:type="const GstCaps*"/>
2802
2869
  </parameter>
2803
2870
  </parameters>
2804
2871
  </function>
2805
2872
  <function name="pb_utils_get_sink_description"
2806
2873
  c:identifier="gst_pb_utils_get_sink_description">
2807
- <doc xml:whitespace="preserve">Returns a localised string describing a sink element handling the protocol
2874
+ <doc xml:space="preserve">Returns a localised string describing a sink element handling the protocol
2808
2875
  specified in @protocol, for use in error dialogs or other messages to be
2809
2876
  seen by the user. Should never return NULL unless @protocol is invalid.
2810
2877
 
@@ -2812,19 +2879,19 @@ This function is mainly for internal use, applications would typically
2812
2879
  use gst_missing_plugin_message_get_description() to get a description of
2813
2880
  a missing feature from a missing-plugin message.</doc>
2814
2881
  <return-value transfer-ownership="full">
2815
- <doc xml:whitespace="preserve">a newly-allocated description string, or NULL on error. Free string with g_free() when not needed any longer.</doc>
2882
+ <doc xml:space="preserve">a newly-allocated description string, or NULL on error. Free string with g_free() when not needed any longer.</doc>
2816
2883
  <type name="utf8" c:type="gchar*"/>
2817
2884
  </return-value>
2818
2885
  <parameters>
2819
2886
  <parameter name="protocol" transfer-ownership="none">
2820
- <doc xml:whitespace="preserve">the protocol the sink element needs to handle, e.g. "http"</doc>
2887
+ <doc xml:space="preserve">the protocol the sink element needs to handle, e.g. "http"</doc>
2821
2888
  <type name="utf8" c:type="const gchar*"/>
2822
2889
  </parameter>
2823
2890
  </parameters>
2824
2891
  </function>
2825
2892
  <function name="pb_utils_get_source_description"
2826
2893
  c:identifier="gst_pb_utils_get_source_description">
2827
- <doc xml:whitespace="preserve">Returns a localised string describing a source element handling the protocol
2894
+ <doc xml:space="preserve">Returns a localised string describing a source element handling the protocol
2828
2895
  specified in @protocol, for use in error dialogs or other messages to be
2829
2896
  seen by the user. Should never return NULL unless @protocol is invalid.
2830
2897
 
@@ -2832,18 +2899,18 @@ This function is mainly for internal use, applications would typically
2832
2899
  use gst_missing_plugin_message_get_description() to get a description of
2833
2900
  a missing feature from a missing-plugin message.</doc>
2834
2901
  <return-value transfer-ownership="full">
2835
- <doc xml:whitespace="preserve">a newly-allocated description string, or NULL on error. Free string with g_free() when not needed any longer.</doc>
2902
+ <doc xml:space="preserve">a newly-allocated description string, or NULL on error. Free string with g_free() when not needed any longer.</doc>
2836
2903
  <type name="utf8" c:type="gchar*"/>
2837
2904
  </return-value>
2838
2905
  <parameters>
2839
2906
  <parameter name="protocol" transfer-ownership="none">
2840
- <doc xml:whitespace="preserve">the protocol the source element needs to handle, e.g. "http"</doc>
2907
+ <doc xml:space="preserve">the protocol the source element needs to handle, e.g. "http"</doc>
2841
2908
  <type name="utf8" c:type="const gchar*"/>
2842
2909
  </parameter>
2843
2910
  </parameters>
2844
2911
  </function>
2845
2912
  <function name="pb_utils_init" c:identifier="gst_pb_utils_init">
2846
- <doc xml:whitespace="preserve">Initialises the base utils support library. This function is not
2913
+ <doc xml:space="preserve">Initialises the base utils support library. This function is not
2847
2914
  thread-safe. Applications should call it after calling gst_init(),
2848
2915
  plugins should call it from their plugin_init function.
2849
2916
 
@@ -2855,7 +2922,7 @@ library has already been initialised.</doc>
2855
2922
  </function>
2856
2923
  <function name="plugins_base_version"
2857
2924
  c:identifier="gst_plugins_base_version">
2858
- <doc xml:whitespace="preserve">Gets the version number of the GStreamer Plugins Base libraries.</doc>
2925
+ <doc xml:space="preserve">Gets the version number of the GStreamer Plugins Base libraries.</doc>
2859
2926
  <return-value transfer-ownership="none">
2860
2927
  <type name="none" c:type="void"/>
2861
2928
  </return-value>
@@ -2864,39 +2931,39 @@ library has already been initialised.</doc>
2864
2931
  direction="out"
2865
2932
  caller-allocates="0"
2866
2933
  transfer-ownership="full">
2867
- <doc xml:whitespace="preserve">pointer to a guint to store the major version number, or %NULL</doc>
2934
+ <doc xml:space="preserve">pointer to a guint to store the major version number, or %NULL</doc>
2868
2935
  <type name="guint" c:type="guint*"/>
2869
2936
  </parameter>
2870
2937
  <parameter name="minor"
2871
2938
  direction="out"
2872
2939
  caller-allocates="0"
2873
2940
  transfer-ownership="full">
2874
- <doc xml:whitespace="preserve">pointer to a guint to store the minor version number, or %NULL</doc>
2941
+ <doc xml:space="preserve">pointer to a guint to store the minor version number, or %NULL</doc>
2875
2942
  <type name="guint" c:type="guint*"/>
2876
2943
  </parameter>
2877
2944
  <parameter name="micro"
2878
2945
  direction="out"
2879
2946
  caller-allocates="0"
2880
2947
  transfer-ownership="full">
2881
- <doc xml:whitespace="preserve">pointer to a guint to store the micro version number, or %NULL</doc>
2948
+ <doc xml:space="preserve">pointer to a guint to store the micro version number, or %NULL</doc>
2882
2949
  <type name="guint" c:type="guint*"/>
2883
2950
  </parameter>
2884
2951
  <parameter name="nano"
2885
2952
  direction="out"
2886
2953
  caller-allocates="0"
2887
2954
  transfer-ownership="full">
2888
- <doc xml:whitespace="preserve">pointer to a guint to store the nano version number, or %NULL</doc>
2955
+ <doc xml:space="preserve">pointer to a guint to store the nano version number, or %NULL</doc>
2889
2956
  <type name="guint" c:type="guint*"/>
2890
2957
  </parameter>
2891
2958
  </parameters>
2892
2959
  </function>
2893
2960
  <function name="plugins_base_version_string"
2894
2961
  c:identifier="gst_plugins_base_version_string">
2895
- <doc xml:whitespace="preserve">This function returns a string that is useful for describing this version
2962
+ <doc xml:space="preserve">This function returns a string that is useful for describing this version
2896
2963
  of GStreamer's gst-plugins-base libraries to the outside world: user agent
2897
2964
  strings, logging, about dialogs ...</doc>
2898
2965
  <return-value transfer-ownership="full">
2899
- <doc xml:whitespace="preserve">a newly allocated string describing this version of gst-plugins-base</doc>
2966
+ <doc xml:space="preserve">a newly allocated string describing this version of gst-plugins-base</doc>
2900
2967
  <type name="utf8" c:type="gchar*"/>
2901
2968
  </return-value>
2902
2969
  </function>