gstreamer 3.2.5-x86-mingw32 → 3.2.6-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2502) hide show
  1. checksums.yaml +4 -4
  2. data/COPYING.LIB +502 -0
  3. data/README.md +31 -0
  4. data/Rakefile +10 -11
  5. data/ext/gstreamer/rbgst.c +10 -7
  6. data/gstreamer.gemspec +44 -0
  7. data/lib/2.2/gstreamer.so +0 -0
  8. data/lib/2.3/gstreamer.so +0 -0
  9. data/lib/2.4/gstreamer.so +0 -0
  10. data/lib/2.5/gstreamer.so +0 -0
  11. data/lib/gst/bus.rb +31 -1
  12. data/lib/gst/element.rb +7 -1
  13. data/vendor/local/bin/cjpeg.exe +0 -0
  14. data/vendor/local/bin/djpeg.exe +0 -0
  15. data/vendor/local/bin/flac.exe +0 -0
  16. data/vendor/local/bin/gst-device-monitor-1.0.exe +0 -0
  17. data/vendor/local/bin/gst-discoverer-1.0.exe +0 -0
  18. data/vendor/local/bin/gst-inspect-1.0.exe +0 -0
  19. data/vendor/local/bin/gst-launch-1.0.exe +0 -0
  20. data/vendor/local/bin/gst-play-1.0.exe +0 -0
  21. data/vendor/local/bin/gst-stats-1.0.exe +0 -0
  22. data/vendor/local/bin/gst-typefind-1.0.exe +0 -0
  23. data/vendor/local/bin/jpegtran.exe +0 -0
  24. data/vendor/local/bin/libFLAC-8.dll +0 -0
  25. data/vendor/local/bin/libgstadaptivedemux-1.0-0.dll +0 -0
  26. data/vendor/local/bin/libgstallocators-1.0-0.dll +0 -0
  27. data/vendor/local/bin/libgstapp-1.0-0.dll +0 -0
  28. data/vendor/local/bin/libgstaudio-1.0-0.dll +0 -0
  29. data/vendor/local/bin/libgstbadaudio-1.0-0.dll +0 -0
  30. data/vendor/local/bin/libgstbadvideo-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/libgstcodecparsers-1.0-0.dll +0 -0
  34. data/vendor/local/bin/libgstcontroller-1.0-0.dll +0 -0
  35. data/vendor/local/bin/libgstfft-1.0-0.dll +0 -0
  36. data/vendor/local/bin/libgstinsertbin-1.0-0.dll +0 -0
  37. data/vendor/local/bin/libgstisoff-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/libgstplayer-1.0-0.dll +0 -0
  43. data/vendor/local/bin/libgstreamer-1.0-0.dll +0 -0
  44. data/vendor/local/bin/libgstriff-1.0-0.dll +0 -0
  45. data/vendor/local/bin/libgstrtp-1.0-0.dll +0 -0
  46. data/vendor/local/bin/libgstrtsp-1.0-0.dll +0 -0
  47. data/vendor/local/bin/libgstsdp-1.0-0.dll +0 -0
  48. data/vendor/local/bin/libgsttag-1.0-0.dll +0 -0
  49. data/vendor/local/bin/libgsturidownloader-1.0-0.dll +0 -0
  50. data/vendor/local/bin/libgstvideo-1.0-0.dll +0 -0
  51. data/vendor/local/bin/libgstwebrtc-1.0-0.dll +0 -0
  52. data/vendor/local/bin/libjpeg-9.dll +0 -0
  53. data/vendor/local/bin/libogg-0.dll +0 -0
  54. data/vendor/local/bin/libopus-0.dll +0 -0
  55. data/vendor/local/bin/libsoup-2.4-1.dll +0 -0
  56. data/vendor/local/bin/libsqlite3-0.dll +0 -0
  57. data/vendor/local/bin/libtheora-0.dll +0 -0
  58. data/vendor/local/bin/libtheoradec-1.dll +0 -0
  59. data/vendor/local/bin/libtheoraenc-1.dll +0 -0
  60. data/vendor/local/bin/libvorbis-0.dll +0 -0
  61. data/vendor/local/bin/libvorbisenc-2.dll +0 -0
  62. data/vendor/local/bin/libvorbisfile-3.dll +0 -0
  63. data/vendor/local/bin/metaflac.exe +0 -0
  64. data/vendor/local/bin/rdjpgcom.exe +0 -0
  65. data/vendor/local/bin/sqlite3.exe +0 -0
  66. data/vendor/local/bin/wrjpgcom.exe +0 -0
  67. data/vendor/local/include/gstreamer-1.0/gst/{gl/gstgl_enums.h → allocators/allocators-prelude.h} +12 -22
  68. data/vendor/local/include/gstreamer-1.0/gst/allocators/allocators.h +3 -0
  69. data/vendor/local/include/gstreamer-1.0/gst/allocators/gstdmabuf.h +7 -2
  70. data/vendor/local/include/gstreamer-1.0/gst/allocators/gstfdmemory.h +10 -2
  71. data/vendor/local/include/gstreamer-1.0/gst/allocators/gstphysmemory.h +6 -1
  72. data/vendor/local/include/gstreamer-1.0/gst/app/app-enumtypes.h +2 -2
  73. data/vendor/local/include/gstreamer-1.0/gst/{allocators/badallocators.h → app/app-prelude.h} +10 -7
  74. data/vendor/local/include/gstreamer-1.0/gst/app/gstappsink.h +30 -1
  75. data/vendor/local/include/gstreamer-1.0/gst/app/gstappsrc.h +36 -2
  76. data/vendor/local/include/gstreamer-1.0/gst/audio/audio-bad-prelude.h +31 -0
  77. data/vendor/local/include/gstreamer-1.0/gst/audio/audio-channel-mixer.h +14 -0
  78. data/vendor/local/include/gstreamer-1.0/gst/audio/audio-channels.h +10 -0
  79. data/vendor/local/include/gstreamer-1.0/gst/audio/audio-converter.h +53 -0
  80. data/vendor/local/include/gstreamer-1.0/gst/audio/audio-enumtypes.h +22 -22
  81. data/vendor/local/include/gstreamer-1.0/gst/audio/audio-format.h +7 -0
  82. data/vendor/local/include/gstreamer-1.0/gst/audio/audio-info.h +14 -0
  83. data/vendor/local/include/gstreamer-1.0/gst/{gl/glprototypes/all_functions.h → audio/audio-prelude.h} +14 -16
  84. data/vendor/local/include/gstreamer-1.0/gst/audio/audio-quantize.h +4 -0
  85. data/vendor/local/include/gstreamer-1.0/gst/audio/audio-resampler.h +11 -0
  86. data/vendor/local/include/gstreamer-1.0/gst/audio/audio.h +4 -0
  87. data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudioaggregator.h +73 -26
  88. data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiobasesink.h +15 -0
  89. data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiobasesrc.h +8 -1
  90. data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiocdsrc.h +2 -0
  91. data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudioclock.h +9 -0
  92. data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiodecoder.h +36 -0
  93. data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudioencoder.h +34 -0
  94. data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiofilter.h +2 -0
  95. data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudioiec61937.h +3 -0
  96. data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiometa.h +9 -0
  97. data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudioringbuffer.h +57 -0
  98. data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiosink.h +1 -0
  99. data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiosrc.h +1 -0
  100. data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiostreamalign.h +92 -0
  101. data/vendor/local/include/gstreamer-1.0/gst/audio/gstnonstreamaudiodecoder.h +412 -0
  102. data/vendor/local/include/gstreamer-1.0/gst/audio/streamvolume.h +10 -0
  103. data/vendor/local/include/gstreamer-1.0/gst/base/base-prelude.h +31 -0
  104. data/vendor/local/include/gstreamer-1.0/gst/base/base.h +3 -0
  105. data/vendor/local/include/gstreamer-1.0/gst/base/gstadapter.h +54 -1
  106. data/vendor/local/include/gstreamer-1.0/gst/base/gstaggregator.h +89 -42
  107. data/vendor/local/include/gstreamer-1.0/gst/base/gstbaseparse.h +24 -16
  108. data/vendor/local/include/gstreamer-1.0/gst/base/gstbasesink.h +57 -1
  109. data/vendor/local/include/gstreamer-1.0/gst/base/gstbasesrc.h +50 -7
  110. data/vendor/local/include/gstreamer-1.0/gst/base/gstbasetransform.h +38 -5
  111. data/vendor/local/include/gstreamer-1.0/gst/base/gstbitreader.h +27 -0
  112. data/vendor/local/include/gstreamer-1.0/gst/base/gstbytereader.h +117 -2
  113. data/vendor/local/include/gstreamer-1.0/gst/base/gstbytewriter.h +74 -1
  114. data/vendor/local/include/gstreamer-1.0/gst/base/gstcollectpads.h +42 -3
  115. data/vendor/local/include/gstreamer-1.0/gst/base/gstdataqueue.h +18 -2
  116. data/vendor/local/include/gstreamer-1.0/gst/base/gstflowcombiner.h +12 -1
  117. data/vendor/local/include/gstreamer-1.0/gst/base/gstpushsrc.h +2 -1
  118. data/vendor/local/include/gstreamer-1.0/gst/base/gstqueuearray.h +27 -5
  119. data/vendor/local/include/gstreamer-1.0/gst/base/gsttypefindhelper.h +7 -3
  120. data/vendor/local/include/gstreamer-1.0/gst/basecamerabinsrc/basecamerabinsrc-prelude.h +31 -0
  121. data/vendor/local/include/gstreamer-1.0/gst/basecamerabinsrc/gstbasecamerasrc.h +10 -0
  122. data/vendor/local/include/gstreamer-1.0/gst/basecamerabinsrc/gstcamerabin-enum.h +2 -0
  123. data/vendor/local/include/gstreamer-1.0/gst/basecamerabinsrc/gstcamerabinpreview.h +10 -0
  124. data/vendor/local/include/gstreamer-1.0/gst/codecparsers/codecparsers-prelude.h +31 -0
  125. data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gsth264parser.h +32 -0
  126. data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gsth265parser.h +117 -1
  127. data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gstjpeg2000sampling.h +13 -0
  128. data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gstjpegparser.h +9 -0
  129. data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gstmpeg4parser.h +10 -6
  130. data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gstmpegvideometa.h +3 -0
  131. data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gstmpegvideoparser.h +15 -23
  132. data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gstvc1parser.h +16 -2
  133. data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gstvp8parser.h +8 -5
  134. data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gstvp8rangedecoder.h +14 -12
  135. data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gstvp9parser.h +4 -0
  136. data/vendor/local/include/gstreamer-1.0/gst/controller/controller-enumtypes.h +3 -3
  137. data/vendor/local/include/gstreamer-1.0/gst/controller/controller-prelude.h +31 -0
  138. data/vendor/local/include/gstreamer-1.0/gst/controller/controller.h +2 -0
  139. data/vendor/local/include/gstreamer-1.0/gst/controller/gstargbcontrolbinding.h +3 -0
  140. data/vendor/local/include/gstreamer-1.0/gst/controller/gstdirectcontrolbinding.h +4 -1
  141. data/vendor/local/include/gstreamer-1.0/gst/controller/gstinterpolationcontrolsource.h +2 -0
  142. data/vendor/local/include/gstreamer-1.0/gst/controller/gstlfocontrolsource.h +2 -0
  143. data/vendor/local/include/gstreamer-1.0/gst/controller/gstproxycontrolbinding.h +9 -5
  144. data/vendor/local/include/gstreamer-1.0/gst/controller/gsttimedvaluecontrolsource.h +18 -4
  145. data/vendor/local/include/gstreamer-1.0/gst/controller/gsttriggercontrolsource.h +2 -0
  146. data/vendor/local/include/gstreamer-1.0/gst/fft/fft-prelude.h +31 -0
  147. data/vendor/local/include/gstreamer-1.0/gst/fft/gstfft.h +4 -0
  148. data/vendor/local/include/gstreamer-1.0/gst/fft/gstfftf32.h +8 -0
  149. data/vendor/local/include/gstreamer-1.0/gst/fft/gstfftf64.h +8 -0
  150. data/vendor/local/include/gstreamer-1.0/gst/fft/gstffts16.h +8 -0
  151. data/vendor/local/include/gstreamer-1.0/gst/fft/gstffts32.h +8 -0
  152. data/vendor/local/include/gstreamer-1.0/gst/gst.h +21 -0
  153. data/vendor/local/include/gstreamer-1.0/gst/gstallocator.h +23 -2
  154. data/vendor/local/include/gstreamer-1.0/gst/gstatomicqueue.h +12 -0
  155. data/vendor/local/include/gstreamer-1.0/gst/gstbin.h +30 -0
  156. data/vendor/local/include/gstreamer-1.0/gst/gstbuffer.h +188 -49
  157. data/vendor/local/include/gstreamer-1.0/gst/gstbufferlist.h +20 -1
  158. data/vendor/local/include/gstreamer-1.0/gst/gstbufferpool.h +36 -0
  159. data/vendor/local/include/gstreamer-1.0/gst/gstbus.h +44 -0
  160. data/vendor/local/include/gstreamer-1.0/gst/gstcaps.h +72 -7
  161. data/vendor/local/include/gstreamer-1.0/gst/gstcapsfeatures.h +41 -3
  162. data/vendor/local/include/gstreamer-1.0/gst/gstchildproxy.h +15 -3
  163. data/vendor/local/include/gstreamer-1.0/gst/gstclock.h +45 -1
  164. data/vendor/local/include/gstreamer-1.0/gst/gstconfig.h +17 -1
  165. data/vendor/local/include/gstreamer-1.0/gst/gstcontext.h +11 -2
  166. data/vendor/local/include/gstreamer-1.0/gst/gstcontrolbinding.h +10 -2
  167. data/vendor/local/include/gstreamer-1.0/gst/gstcontrolsource.h +5 -1
  168. data/vendor/local/include/gstreamer-1.0/gst/gstdatetime.h +42 -6
  169. data/vendor/local/include/gstreamer-1.0/gst/gstdebugutils.h +5 -0
  170. data/vendor/local/include/gstreamer-1.0/gst/gstdevice.h +13 -2
  171. data/vendor/local/include/gstreamer-1.0/gst/gstdevicemonitor.h +12 -1
  172. data/vendor/local/include/gstreamer-1.0/gst/gstdeviceprovider.h +24 -1
  173. data/vendor/local/include/gstreamer-1.0/gst/gstdeviceproviderfactory.h +13 -3
  174. data/vendor/local/include/gstreamer-1.0/gst/gstdynamictypefactory.h +3 -0
  175. data/vendor/local/include/gstreamer-1.0/gst/gstelement.h +148 -5
  176. data/vendor/local/include/gstreamer-1.0/gst/gstelementfactory.h +20 -2
  177. data/vendor/local/include/gstreamer-1.0/gst/gstenumtypes.h +86 -81
  178. data/vendor/local/include/gstreamer-1.0/gst/gsterror.h +9 -0
  179. data/vendor/local/include/gstreamer-1.0/gst/gstevent.h +110 -2
  180. data/vendor/local/include/gstreamer-1.0/gst/gstformat.h +13 -0
  181. data/vendor/local/include/gstreamer-1.0/gst/gstghostpad.h +22 -3
  182. data/vendor/local/include/gstreamer-1.0/gst/gstinfo.h +85 -8
  183. data/vendor/local/include/gstreamer-1.0/gst/gstiterator.h +18 -3
  184. data/vendor/local/include/gstreamer-1.0/gst/gstmemory.h +21 -2
  185. data/vendor/local/include/gstreamer-1.0/gst/gstmessage.h +175 -1
  186. data/vendor/local/include/gstreamer-1.0/gst/gstmeta.h +10 -2
  187. data/vendor/local/include/gstreamer-1.0/gst/gstminiobject.h +25 -1
  188. data/vendor/local/include/gstreamer-1.0/gst/gstobject.h +50 -3
  189. data/vendor/local/include/gstreamer-1.0/gst/gstpad.h +120 -4
  190. data/vendor/local/include/gstreamer-1.0/gst/gstpadtemplate.h +36 -2
  191. data/vendor/local/include/gstreamer-1.0/gst/gstparamspecs.h +9 -6
  192. data/vendor/local/include/gstreamer-1.0/gst/gstparse.h +11 -4
  193. data/vendor/local/include/gstreamer-1.0/gst/gstpipeline.h +22 -0
  194. data/vendor/local/include/gstreamer-1.0/gst/gstplugin.h +72 -35
  195. data/vendor/local/include/gstreamer-1.0/gst/gstpluginfeature.h +16 -0
  196. data/vendor/local/include/gstreamer-1.0/gst/gstpoll.h +31 -0
  197. data/vendor/local/include/gstreamer-1.0/gst/gstpreset.h +17 -2
  198. data/vendor/local/include/gstreamer-1.0/gst/gstpromise.h +129 -0
  199. data/vendor/local/include/gstreamer-1.0/gst/gstprotection.h +12 -4
  200. data/vendor/local/include/gstreamer-1.0/gst/gstquery.h +162 -1
  201. data/vendor/local/include/gstreamer-1.0/gst/gstregistry.h +25 -0
  202. data/vendor/local/include/gstreamer-1.0/gst/gstsample.h +16 -3
  203. data/vendor/local/include/gstreamer-1.0/gst/gstsegment.h +31 -5
  204. data/vendor/local/include/gstreamer-1.0/gst/gststreamcollection.h +8 -1
  205. data/vendor/local/include/gstreamer-1.0/gst/gststreams.h +29 -9
  206. data/vendor/local/include/gstreamer-1.0/gst/gststructure.h +76 -61
  207. data/vendor/local/include/gstreamer-1.0/gst/gstsystemclock.h +4 -0
  208. data/vendor/local/include/gstreamer-1.0/gst/gsttaglist.h +77 -3
  209. data/vendor/local/include/gstreamer-1.0/gst/gsttagsetter.h +11 -5
  210. data/vendor/local/include/gstreamer-1.0/gst/gsttask.h +18 -2
  211. data/vendor/local/include/gstreamer-1.0/gst/gsttaskpool.h +7 -0
  212. data/vendor/local/include/gstreamer-1.0/gst/gsttoc.h +48 -4
  213. data/vendor/local/include/gstreamer-1.0/gst/gsttocsetter.h +4 -0
  214. data/vendor/local/include/gstreamer-1.0/gst/gsttracer.h +4 -0
  215. data/vendor/local/include/gstreamer-1.0/gst/gsttracerfactory.h +5 -0
  216. data/vendor/local/include/gstreamer-1.0/gst/gsttracerrecord.h +3 -0
  217. data/vendor/local/include/gstreamer-1.0/gst/gsttypefind.h +8 -3
  218. data/vendor/local/include/gstreamer-1.0/gst/gsttypefindfactory.h +8 -0
  219. data/vendor/local/include/gstreamer-1.0/gst/gsturi.h +96 -3
  220. data/vendor/local/include/gstreamer-1.0/gst/gstutils.h +146 -7
  221. data/vendor/local/include/gstreamer-1.0/gst/gstvalue.h +126 -11
  222. data/vendor/local/include/gstreamer-1.0/gst/gstversion.h +2 -2
  223. data/vendor/local/include/gstreamer-1.0/gst/insertbin/gstinsertbin.h +15 -0
  224. data/vendor/local/include/gstreamer-1.0/gst/interfaces/photography-enumtypes.h +12 -12
  225. data/vendor/local/include/gstreamer-1.0/gst/interfaces/photography-prelude.h +31 -0
  226. data/vendor/local/include/gstreamer-1.0/gst/interfaces/photography.h +32 -0
  227. data/vendor/local/include/gstreamer-1.0/gst/isoff/gstisoff.h +295 -0
  228. data/vendor/local/include/gstreamer-1.0/gst/mpegts/gst-atsc-section.h +24 -0
  229. data/vendor/local/include/gstreamer-1.0/gst/mpegts/gst-dvb-descriptor.h +70 -0
  230. data/vendor/local/include/gstreamer-1.0/gst/mpegts/gst-dvb-section.h +30 -0
  231. data/vendor/local/include/gstreamer-1.0/gst/mpegts/gstmpegts-enumtypes.h +32 -32
  232. data/vendor/local/include/gstreamer-1.0/gst/mpegts/gstmpegtsdescriptor.h +23 -0
  233. data/vendor/local/include/gstreamer-1.0/gst/mpegts/gstmpegtssection.h +30 -0
  234. data/vendor/local/include/gstreamer-1.0/gst/mpegts/mpegts-prelude.h +31 -0
  235. data/vendor/local/include/gstreamer-1.0/gst/mpegts/mpegts.h +2 -0
  236. data/vendor/local/include/gstreamer-1.0/gst/net/gstnet.h +2 -0
  237. data/vendor/local/include/gstreamer-1.0/gst/net/gstnetaddressmeta.h +6 -0
  238. data/vendor/local/include/gstreamer-1.0/gst/net/gstnetclientclock.h +6 -0
  239. data/vendor/local/include/gstreamer-1.0/gst/net/gstnetcontrolmessagemeta.h +7 -0
  240. data/vendor/local/include/gstreamer-1.0/gst/net/gstnettimepacket.h +11 -2
  241. data/vendor/local/include/gstreamer-1.0/gst/net/gstnettimeprovider.h +3 -0
  242. data/vendor/local/include/gstreamer-1.0/gst/net/gstptpclock.h +11 -0
  243. data/vendor/local/include/gstreamer-1.0/gst/net/net-prelude.h +31 -0
  244. data/vendor/local/include/gstreamer-1.0/gst/net/net.h +3 -0
  245. data/vendor/local/include/gstreamer-1.0/gst/pbutils/codec-utils.h +27 -0
  246. data/vendor/local/include/gstreamer-1.0/gst/pbutils/descriptions.h +8 -0
  247. data/vendor/local/include/gstreamer-1.0/gst/pbutils/encoding-profile.h +69 -0
  248. data/vendor/local/include/gstreamer-1.0/gst/pbutils/encoding-target.h +22 -0
  249. data/vendor/local/include/gstreamer-1.0/gst/pbutils/gstaudiovisualizer.h +2 -0
  250. data/vendor/local/include/gstreamer-1.0/gst/pbutils/gstdiscoverer.h +109 -0
  251. data/vendor/local/include/gstreamer-1.0/gst/pbutils/gstpluginsbaseversion.h +6 -3
  252. data/vendor/local/include/gstreamer-1.0/gst/pbutils/install-plugins.h +15 -1
  253. data/vendor/local/include/gstreamer-1.0/gst/pbutils/missing-plugins.h +14 -0
  254. data/vendor/local/include/gstreamer-1.0/gst/pbutils/pbutils-enumtypes.h +5 -5
  255. data/vendor/local/include/gstreamer-1.0/gst/pbutils/pbutils-prelude.h +31 -0
  256. data/vendor/local/include/gstreamer-1.0/gst/pbutils/pbutils.h +2 -0
  257. data/vendor/local/include/gstreamer-1.0/gst/player/gstplayer-g-main-context-signal-dispatcher.h +2 -0
  258. data/vendor/local/include/gstreamer-1.0/gst/player/gstplayer-media-info.h +128 -83
  259. data/vendor/local/include/gstreamer-1.0/gst/player/gstplayer-signal-dispatcher.h +1 -0
  260. data/vendor/local/include/gstreamer-1.0/gst/player/gstplayer-types.h +1 -0
  261. data/vendor/local/include/gstreamer-1.0/gst/player/gstplayer-video-overlay-video-renderer.h +14 -0
  262. data/vendor/local/include/gstreamer-1.0/gst/player/gstplayer-video-renderer.h +1 -0
  263. data/vendor/local/include/gstreamer-1.0/gst/player/gstplayer-visualization.h +8 -0
  264. data/vendor/local/include/gstreamer-1.0/gst/player/gstplayer.h +84 -10
  265. data/vendor/local/include/gstreamer-1.0/gst/player/player-prelude.h +31 -0
  266. data/vendor/local/include/gstreamer-1.0/gst/player/player.h +1 -0
  267. data/vendor/local/include/gstreamer-1.0/gst/riff/riff-ids.h +1 -0
  268. data/vendor/local/include/gstreamer-1.0/gst/riff/riff-media.h +8 -0
  269. data/vendor/local/include/gstreamer-1.0/gst/riff/riff-prelude.h +31 -0
  270. data/vendor/local/include/gstreamer-1.0/gst/riff/riff-read.h +12 -0
  271. data/vendor/local/include/gstreamer-1.0/gst/riff/riff.h +1 -0
  272. data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtcpbuffer.h +135 -1
  273. data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtp-enumtypes.h +8 -8
  274. data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtpbaseaudiopayload.h +16 -0
  275. data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtpbasedepayload.h +5 -1
  276. data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtpbasepayload.h +7 -0
  277. data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtpbuffer.h +83 -0
  278. data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtpdefs.h +1 -0
  279. data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtphdrext.h +6 -0
  280. data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtppayloads.h +4 -0
  281. data/vendor/local/include/gstreamer-1.0/gst/rtp/rtp-prelude.h +31 -0
  282. data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtsp-enumtypes.h +16 -16
  283. data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtspconnection.h +97 -0
  284. data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtspdefs.h +28 -4
  285. data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtspextension.h +25 -0
  286. data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtspmessage.h +69 -1
  287. data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtsprange.h +7 -0
  288. data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtsptransport.h +11 -0
  289. data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtspurl.h +13 -1
  290. data/vendor/local/include/gstreamer-1.0/gst/rtsp/rtsp-prelude.h +31 -0
  291. data/vendor/local/include/gstreamer-1.0/gst/rtsp/rtsp.h +2 -0
  292. data/vendor/local/include/gstreamer-1.0/gst/sdp/gstmikey.h +81 -0
  293. data/vendor/local/include/gstreamer-1.0/gst/sdp/gstsdpmessage.h +242 -1
  294. data/vendor/local/include/gstreamer-1.0/gst/sdp/sdp-prelude.h +31 -0
  295. data/vendor/local/include/gstreamer-1.0/gst/sdp/sdp.h +2 -0
  296. data/vendor/local/include/gstreamer-1.0/gst/tag/gsttagdemux.h +1 -0
  297. data/vendor/local/include/gstreamer-1.0/gst/tag/gsttagmux.h +2 -0
  298. data/vendor/local/include/gstreamer-1.0/gst/tag/tag-enumtypes.h +4 -4
  299. data/vendor/local/include/gstreamer-1.0/gst/tag/tag-prelude.h +31 -0
  300. data/vendor/local/include/gstreamer-1.0/gst/tag/tag.h +55 -0
  301. data/vendor/local/include/gstreamer-1.0/gst/tag/xmpwriter.h +8 -0
  302. data/vendor/local/include/gstreamer-1.0/gst/uridownloader/gstfragment.h +11 -0
  303. data/vendor/local/include/gstreamer-1.0/gst/uridownloader/gsturidownloader.h +12 -1
  304. data/vendor/local/include/gstreamer-1.0/gst/uridownloader/uridownloader-prelude.h +31 -0
  305. data/vendor/local/include/gstreamer-1.0/gst/video/colorbalance.h +10 -0
  306. data/vendor/local/include/gstreamer-1.0/gst/video/colorbalancechannel.h +2 -0
  307. data/vendor/local/include/gstreamer-1.0/gst/video/gstvideoaffinetransformationmeta.h +6 -2
  308. data/vendor/local/include/gstreamer-1.0/gst/video/gstvideoaggregator.h +3 -8
  309. data/vendor/local/include/gstreamer-1.0/gst/video/gstvideoaggregatorpad.h +7 -7
  310. data/vendor/local/include/gstreamer-1.0/gst/video/gstvideodecoder.h +44 -2
  311. data/vendor/local/include/gstreamer-1.0/gst/video/gstvideoencoder.h +29 -1
  312. data/vendor/local/include/gstreamer-1.0/gst/video/gstvideofilter.h +1 -0
  313. data/vendor/local/include/gstreamer-1.0/gst/video/gstvideometa.h +46 -0
  314. data/vendor/local/include/gstreamer-1.0/gst/video/gstvideopool.h +6 -0
  315. data/vendor/local/include/gstreamer-1.0/gst/video/gstvideosink.h +3 -0
  316. data/vendor/local/include/gstreamer-1.0/gst/video/gstvideotimecode.h +38 -0
  317. data/vendor/local/include/gstreamer-1.0/gst/video/gstvideoutils.h +16 -2
  318. data/vendor/local/include/gstreamer-1.0/gst/video/navigation.h +44 -0
  319. data/vendor/local/include/gstreamer-1.0/gst/{gl/gstglshaderstrings.h → video/video-bad-prelude.h} +11 -22
  320. data/vendor/local/include/gstreamer-1.0/gst/video/video-blend.h +2 -0
  321. data/vendor/local/include/gstreamer-1.0/gst/video/video-chroma.h +9 -0
  322. data/vendor/local/include/gstreamer-1.0/gst/video/video-color.h +17 -3
  323. data/vendor/local/include/gstreamer-1.0/gst/video/video-converter.h +7 -0
  324. data/vendor/local/include/gstreamer-1.0/gst/video/video-dither.h +4 -0
  325. data/vendor/local/include/gstreamer-1.0/gst/video/video-enumtypes.h +38 -38
  326. data/vendor/local/include/gstreamer-1.0/gst/video/video-event.h +8 -0
  327. data/vendor/local/include/gstreamer-1.0/gst/video/video-format.h +17 -1
  328. data/vendor/local/include/gstreamer-1.0/gst/video/video-frame.h +8 -0
  329. data/vendor/local/include/gstreamer-1.0/gst/video/video-info.h +21 -0
  330. data/vendor/local/include/gstreamer-1.0/gst/video/video-multiview.h +17 -0
  331. data/vendor/local/include/gstreamer-1.0/gst/video/video-overlay-composition.h +29 -0
  332. data/vendor/local/include/gstreamer-1.0/gst/video/video-prelude.h +31 -0
  333. data/vendor/local/include/gstreamer-1.0/gst/video/video-resampler.h +3 -0
  334. data/vendor/local/include/gstreamer-1.0/gst/video/video-scaler.h +11 -0
  335. data/vendor/local/include/gstreamer-1.0/gst/video/video-tile.h +10 -0
  336. data/vendor/local/include/gstreamer-1.0/gst/video/video.h +9 -0
  337. data/vendor/local/include/gstreamer-1.0/gst/video/videodirection.h +2 -0
  338. data/vendor/local/include/gstreamer-1.0/gst/video/videoorientation.h +17 -0
  339. data/vendor/local/include/gstreamer-1.0/gst/video/videooverlay.h +23 -0
  340. data/vendor/local/include/gstreamer-1.0/gst/webrtc/dtlstransport.h +70 -0
  341. data/vendor/local/include/gstreamer-1.0/gst/webrtc/icetransport.h +76 -0
  342. data/vendor/local/include/gstreamer-1.0/gst/webrtc/rtcsessiondescription.h +58 -0
  343. data/vendor/local/include/gstreamer-1.0/gst/webrtc/rtpreceiver.h +70 -0
  344. data/vendor/local/include/gstreamer-1.0/gst/webrtc/rtpsender.h +71 -0
  345. data/vendor/local/include/gstreamer-1.0/gst/webrtc/rtptransceiver.h +66 -0
  346. data/vendor/local/include/gstreamer-1.0/gst/webrtc/webrtc-enumtypes.h +50 -0
  347. data/vendor/local/include/gstreamer-1.0/gst/webrtc/webrtc.h +33 -0
  348. data/vendor/local/include/gstreamer-1.0/gst/webrtc/webrtc_fwd.h +256 -0
  349. data/vendor/local/include/libsoup-2.4/libsoup/soup-version.h +1 -1
  350. data/vendor/local/lib/girepository-1.0/Gst-1.0.typelib +0 -0
  351. data/vendor/local/lib/girepository-1.0/GstAllocators-1.0.typelib +0 -0
  352. data/vendor/local/lib/girepository-1.0/GstApp-1.0.typelib +0 -0
  353. data/vendor/local/lib/girepository-1.0/GstAudio-1.0.typelib +0 -0
  354. data/vendor/local/lib/girepository-1.0/GstBase-1.0.typelib +0 -0
  355. data/vendor/local/lib/girepository-1.0/GstNet-1.0.typelib +0 -0
  356. data/vendor/local/lib/girepository-1.0/GstPbutils-1.0.typelib +0 -0
  357. data/vendor/local/lib/girepository-1.0/GstPlayer-1.0.typelib +0 -0
  358. data/vendor/local/lib/girepository-1.0/GstRtp-1.0.typelib +0 -0
  359. data/vendor/local/lib/girepository-1.0/GstRtsp-1.0.typelib +0 -0
  360. data/vendor/local/lib/girepository-1.0/GstSdp-1.0.typelib +0 -0
  361. data/vendor/local/lib/girepository-1.0/GstTag-1.0.typelib +0 -0
  362. data/vendor/local/lib/girepository-1.0/GstVideo-1.0.typelib +0 -0
  363. data/vendor/local/lib/girepository-1.0/GstWebRTC-1.0.typelib +0 -0
  364. data/vendor/local/lib/girepository-1.0/Soup-2.4.typelib +0 -0
  365. data/vendor/local/lib/gstreamer-1.0/libgstaccurip.dll +0 -0
  366. data/vendor/local/lib/gstreamer-1.0/libgstaccurip.dll.a +0 -0
  367. data/vendor/local/lib/gstreamer-1.0/libgstaccurip.la +1 -1
  368. data/vendor/local/lib/gstreamer-1.0/libgstadder.dll +0 -0
  369. data/vendor/local/lib/gstreamer-1.0/libgstadder.dll.a +0 -0
  370. data/vendor/local/lib/gstreamer-1.0/libgstadder.la +1 -1
  371. data/vendor/local/lib/gstreamer-1.0/libgstadpcmdec.dll +0 -0
  372. data/vendor/local/lib/gstreamer-1.0/libgstadpcmdec.dll.a +0 -0
  373. data/vendor/local/lib/gstreamer-1.0/libgstadpcmdec.la +1 -1
  374. data/vendor/local/lib/gstreamer-1.0/libgstadpcmenc.dll +0 -0
  375. data/vendor/local/lib/gstreamer-1.0/libgstadpcmenc.dll.a +0 -0
  376. data/vendor/local/lib/gstreamer-1.0/libgstadpcmenc.la +1 -1
  377. data/vendor/local/lib/gstreamer-1.0/libgstaiff.dll +0 -0
  378. data/vendor/local/lib/gstreamer-1.0/libgstaiff.dll.a +0 -0
  379. data/vendor/local/lib/gstreamer-1.0/libgstaiff.la +1 -1
  380. data/vendor/local/lib/gstreamer-1.0/libgstalaw.dll +0 -0
  381. data/vendor/local/lib/gstreamer-1.0/libgstalaw.dll.a +0 -0
  382. data/vendor/local/lib/gstreamer-1.0/libgstalaw.la +1 -1
  383. data/vendor/local/lib/gstreamer-1.0/libgstalpha.dll +0 -0
  384. data/vendor/local/lib/gstreamer-1.0/libgstalpha.dll.a +0 -0
  385. data/vendor/local/lib/gstreamer-1.0/libgstalpha.la +1 -1
  386. data/vendor/local/lib/gstreamer-1.0/libgstalphacolor.dll +0 -0
  387. data/vendor/local/lib/gstreamer-1.0/libgstalphacolor.dll.a +0 -0
  388. data/vendor/local/lib/gstreamer-1.0/libgstalphacolor.la +1 -1
  389. data/vendor/local/lib/gstreamer-1.0/libgstapetag.dll +0 -0
  390. data/vendor/local/lib/gstreamer-1.0/libgstapetag.dll.a +0 -0
  391. data/vendor/local/lib/gstreamer-1.0/libgstapetag.la +1 -1
  392. data/vendor/local/lib/gstreamer-1.0/libgstapp.dll +0 -0
  393. data/vendor/local/lib/gstreamer-1.0/libgstapp.dll.a +0 -0
  394. data/vendor/local/lib/gstreamer-1.0/libgstapp.la +1 -1
  395. data/vendor/local/lib/gstreamer-1.0/libgstasfmux.dll +0 -0
  396. data/vendor/local/lib/gstreamer-1.0/libgstasfmux.dll.a +0 -0
  397. data/vendor/local/lib/gstreamer-1.0/libgstasfmux.la +1 -1
  398. data/vendor/local/lib/gstreamer-1.0/libgstaudiobuffersplit.dll +0 -0
  399. data/vendor/local/lib/gstreamer-1.0/libgstaudiobuffersplit.dll.a +0 -0
  400. data/vendor/local/lib/gstreamer-1.0/libgstaudiobuffersplit.la +1 -1
  401. data/vendor/local/lib/gstreamer-1.0/libgstaudioconvert.dll +0 -0
  402. data/vendor/local/lib/gstreamer-1.0/libgstaudioconvert.dll.a +0 -0
  403. data/vendor/local/lib/gstreamer-1.0/libgstaudioconvert.la +1 -1
  404. data/vendor/local/lib/gstreamer-1.0/libgstaudiofx.dll +0 -0
  405. data/vendor/local/lib/gstreamer-1.0/libgstaudiofx.dll.a +0 -0
  406. data/vendor/local/lib/gstreamer-1.0/libgstaudiofx.la +1 -1
  407. data/vendor/local/lib/gstreamer-1.0/libgstaudiofxbad.dll +0 -0
  408. data/vendor/local/lib/gstreamer-1.0/libgstaudiofxbad.dll.a +0 -0
  409. data/vendor/local/lib/gstreamer-1.0/libgstaudiofxbad.la +1 -1
  410. data/vendor/local/{bin/libgstbadallocators-1.0-0.dll → lib/gstreamer-1.0/libgstaudiolatency.dll} +0 -0
  411. data/vendor/local/lib/gstreamer-1.0/libgstaudiolatency.dll.a +0 -0
  412. data/vendor/local/lib/gstreamer-1.0/libgstaudiolatency.la +41 -0
  413. data/vendor/local/lib/gstreamer-1.0/libgstaudiomixer.dll +0 -0
  414. data/vendor/local/lib/gstreamer-1.0/libgstaudiomixer.dll.a +0 -0
  415. data/vendor/local/lib/gstreamer-1.0/libgstaudiomixer.la +1 -1
  416. data/vendor/local/lib/gstreamer-1.0/libgstaudiomixmatrix.dll +0 -0
  417. data/vendor/local/lib/gstreamer-1.0/libgstaudiomixmatrix.dll.a +0 -0
  418. data/vendor/local/lib/gstreamer-1.0/libgstaudiomixmatrix.la +1 -1
  419. data/vendor/local/lib/gstreamer-1.0/libgstaudioparsers.dll +0 -0
  420. data/vendor/local/lib/gstreamer-1.0/libgstaudioparsers.dll.a +0 -0
  421. data/vendor/local/lib/gstreamer-1.0/libgstaudioparsers.la +1 -1
  422. data/vendor/local/lib/gstreamer-1.0/libgstaudiorate.dll +0 -0
  423. data/vendor/local/lib/gstreamer-1.0/libgstaudiorate.dll.a +0 -0
  424. data/vendor/local/lib/gstreamer-1.0/libgstaudiorate.la +1 -1
  425. data/vendor/local/lib/gstreamer-1.0/libgstaudioresample.dll +0 -0
  426. data/vendor/local/lib/gstreamer-1.0/libgstaudioresample.dll.a +0 -0
  427. data/vendor/local/lib/gstreamer-1.0/libgstaudioresample.la +1 -1
  428. data/vendor/local/lib/gstreamer-1.0/libgstaudiotestsrc.dll +0 -0
  429. data/vendor/local/lib/gstreamer-1.0/libgstaudiotestsrc.dll.a +0 -0
  430. data/vendor/local/lib/gstreamer-1.0/libgstaudiotestsrc.la +1 -1
  431. data/vendor/local/lib/gstreamer-1.0/libgstaudiovisualizers.dll +0 -0
  432. data/vendor/local/lib/gstreamer-1.0/libgstaudiovisualizers.dll.a +0 -0
  433. data/vendor/local/lib/gstreamer-1.0/libgstaudiovisualizers.la +1 -1
  434. data/vendor/local/lib/gstreamer-1.0/libgstauparse.dll +0 -0
  435. data/vendor/local/lib/gstreamer-1.0/libgstauparse.dll.a +0 -0
  436. data/vendor/local/lib/gstreamer-1.0/libgstauparse.la +1 -1
  437. data/vendor/local/lib/gstreamer-1.0/libgstautoconvert.dll +0 -0
  438. data/vendor/local/lib/gstreamer-1.0/libgstautoconvert.dll.a +0 -0
  439. data/vendor/local/lib/gstreamer-1.0/libgstautoconvert.la +1 -1
  440. data/vendor/local/lib/gstreamer-1.0/libgstautodetect.dll +0 -0
  441. data/vendor/local/lib/gstreamer-1.0/libgstautodetect.dll.a +0 -0
  442. data/vendor/local/lib/gstreamer-1.0/libgstautodetect.la +1 -1
  443. data/vendor/local/lib/gstreamer-1.0/libgstavi.dll +0 -0
  444. data/vendor/local/lib/gstreamer-1.0/libgstavi.dll.a +0 -0
  445. data/vendor/local/lib/gstreamer-1.0/libgstavi.la +1 -1
  446. data/vendor/local/lib/gstreamer-1.0/libgstbayer.dll +0 -0
  447. data/vendor/local/lib/gstreamer-1.0/libgstbayer.dll.a +0 -0
  448. data/vendor/local/lib/gstreamer-1.0/libgstbayer.la +1 -1
  449. data/vendor/local/lib/gstreamer-1.0/libgstcairo.dll +0 -0
  450. data/vendor/local/lib/gstreamer-1.0/libgstcairo.dll.a +0 -0
  451. data/vendor/local/lib/gstreamer-1.0/libgstcairo.la +1 -1
  452. data/vendor/local/lib/gstreamer-1.0/libgstcamerabin.dll +0 -0
  453. data/vendor/local/lib/gstreamer-1.0/libgstcamerabin.dll.a +0 -0
  454. data/vendor/local/lib/gstreamer-1.0/libgstcamerabin.la +1 -1
  455. data/vendor/local/lib/gstreamer-1.0/libgstcoloreffects.dll +0 -0
  456. data/vendor/local/lib/gstreamer-1.0/libgstcoloreffects.dll.a +0 -0
  457. data/vendor/local/lib/gstreamer-1.0/libgstcoloreffects.la +1 -1
  458. data/vendor/local/lib/gstreamer-1.0/libgstcompositor.dll +0 -0
  459. data/vendor/local/lib/gstreamer-1.0/libgstcompositor.dll.a +0 -0
  460. data/vendor/local/lib/gstreamer-1.0/libgstcompositor.la +1 -1
  461. data/vendor/local/lib/gstreamer-1.0/libgstcoreelements.dll +0 -0
  462. data/vendor/local/lib/gstreamer-1.0/libgstcoreelements.dll.a +0 -0
  463. data/vendor/local/lib/gstreamer-1.0/libgstcoreelements.la +1 -1
  464. data/vendor/local/lib/gstreamer-1.0/libgstcoretracers.dll +0 -0
  465. data/vendor/local/lib/gstreamer-1.0/libgstcoretracers.dll.a +0 -0
  466. data/vendor/local/lib/gstreamer-1.0/libgstcoretracers.la +1 -1
  467. data/vendor/local/lib/gstreamer-1.0/libgstcutter.dll +0 -0
  468. data/vendor/local/lib/gstreamer-1.0/libgstcutter.dll.a +0 -0
  469. data/vendor/local/lib/gstreamer-1.0/libgstcutter.la +1 -1
  470. data/vendor/local/lib/gstreamer-1.0/libgstd3d.dll +0 -0
  471. data/vendor/local/lib/gstreamer-1.0/libgstd3d.dll.a +0 -0
  472. data/vendor/local/lib/gstreamer-1.0/{libgstd3dvideosink.la → libgstd3d.la} +5 -5
  473. data/vendor/local/lib/gstreamer-1.0/libgstdashdemux.dll +0 -0
  474. data/vendor/local/lib/gstreamer-1.0/libgstdashdemux.dll.a +0 -0
  475. data/vendor/local/lib/gstreamer-1.0/libgstdashdemux.la +1 -1
  476. data/vendor/local/lib/gstreamer-1.0/libgstdebug.dll +0 -0
  477. data/vendor/local/lib/gstreamer-1.0/libgstdebug.dll.a +0 -0
  478. data/vendor/local/lib/gstreamer-1.0/libgstdebug.la +1 -1
  479. data/vendor/local/lib/gstreamer-1.0/libgstdebugutilsbad.dll +0 -0
  480. data/vendor/local/lib/gstreamer-1.0/libgstdebugutilsbad.dll.a +0 -0
  481. data/vendor/local/lib/gstreamer-1.0/libgstdebugutilsbad.la +1 -1
  482. data/vendor/local/lib/gstreamer-1.0/libgstdecklink.dll +0 -0
  483. data/vendor/local/lib/gstreamer-1.0/libgstdecklink.dll.a +0 -0
  484. data/vendor/local/lib/gstreamer-1.0/libgstdecklink.la +41 -0
  485. data/vendor/local/lib/gstreamer-1.0/libgstdeinterlace.dll +0 -0
  486. data/vendor/local/lib/gstreamer-1.0/libgstdeinterlace.dll.a +0 -0
  487. data/vendor/local/lib/gstreamer-1.0/libgstdeinterlace.la +1 -1
  488. data/vendor/local/lib/gstreamer-1.0/libgstdirectsound.dll +0 -0
  489. data/vendor/local/lib/gstreamer-1.0/libgstdirectsound.dll.a +0 -0
  490. data/vendor/local/lib/gstreamer-1.0/{libgstdirectsoundsink.la → libgstdirectsound.la} +5 -5
  491. data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsrc.dll +0 -0
  492. data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsrc.dll.a +0 -0
  493. data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsrc.la +1 -1
  494. data/vendor/local/lib/gstreamer-1.0/libgstdtmf.dll +0 -0
  495. data/vendor/local/lib/gstreamer-1.0/libgstdtmf.dll.a +0 -0
  496. data/vendor/local/lib/gstreamer-1.0/libgstdtmf.la +1 -1
  497. data/vendor/local/lib/gstreamer-1.0/libgstdvbsuboverlay.dll +0 -0
  498. data/vendor/local/lib/gstreamer-1.0/libgstdvbsuboverlay.dll.a +0 -0
  499. data/vendor/local/lib/gstreamer-1.0/libgstdvbsuboverlay.la +1 -1
  500. data/vendor/local/lib/gstreamer-1.0/libgstdvdspu.dll +0 -0
  501. data/vendor/local/lib/gstreamer-1.0/libgstdvdspu.dll.a +0 -0
  502. data/vendor/local/lib/gstreamer-1.0/libgstdvdspu.la +1 -1
  503. data/vendor/local/lib/gstreamer-1.0/libgsteffectv.dll +0 -0
  504. data/vendor/local/lib/gstreamer-1.0/libgsteffectv.dll.a +0 -0
  505. data/vendor/local/lib/gstreamer-1.0/libgsteffectv.la +1 -1
  506. data/vendor/local/lib/gstreamer-1.0/libgstencoding.dll +0 -0
  507. data/vendor/local/lib/gstreamer-1.0/libgstencoding.dll.a +0 -0
  508. data/vendor/local/lib/gstreamer-1.0/libgstencoding.la +1 -1
  509. data/vendor/local/lib/gstreamer-1.0/libgstequalizer.dll +0 -0
  510. data/vendor/local/lib/gstreamer-1.0/libgstequalizer.dll.a +0 -0
  511. data/vendor/local/lib/gstreamer-1.0/libgstequalizer.la +1 -1
  512. data/vendor/local/lib/gstreamer-1.0/libgstfaceoverlay.dll +0 -0
  513. data/vendor/local/lib/gstreamer-1.0/libgstfaceoverlay.dll.a +0 -0
  514. data/vendor/local/lib/gstreamer-1.0/libgstfaceoverlay.la +1 -1
  515. data/vendor/local/lib/gstreamer-1.0/libgstfestival.dll +0 -0
  516. data/vendor/local/lib/gstreamer-1.0/libgstfestival.dll.a +0 -0
  517. data/vendor/local/lib/gstreamer-1.0/libgstfestival.la +1 -1
  518. data/vendor/local/lib/gstreamer-1.0/libgstfieldanalysis.dll +0 -0
  519. data/vendor/local/lib/gstreamer-1.0/libgstfieldanalysis.dll.a +0 -0
  520. data/vendor/local/lib/gstreamer-1.0/libgstfieldanalysis.la +1 -1
  521. data/vendor/local/lib/gstreamer-1.0/libgstflac.dll +0 -0
  522. data/vendor/local/lib/gstreamer-1.0/libgstflac.dll.a +0 -0
  523. data/vendor/local/lib/gstreamer-1.0/libgstflac.la +1 -1
  524. data/vendor/local/lib/gstreamer-1.0/libgstflv.dll +0 -0
  525. data/vendor/local/lib/gstreamer-1.0/libgstflv.dll.a +0 -0
  526. data/vendor/local/lib/gstreamer-1.0/libgstflv.la +1 -1
  527. data/vendor/local/lib/gstreamer-1.0/libgstflxdec.dll +0 -0
  528. data/vendor/local/lib/gstreamer-1.0/libgstflxdec.dll.a +0 -0
  529. data/vendor/local/lib/gstreamer-1.0/libgstflxdec.la +1 -1
  530. data/vendor/local/lib/gstreamer-1.0/libgstfreeverb.dll +0 -0
  531. data/vendor/local/lib/gstreamer-1.0/libgstfreeverb.dll.a +0 -0
  532. data/vendor/local/lib/gstreamer-1.0/libgstfreeverb.la +1 -1
  533. data/vendor/local/lib/gstreamer-1.0/libgstfrei0r.dll +0 -0
  534. data/vendor/local/lib/gstreamer-1.0/libgstfrei0r.dll.a +0 -0
  535. data/vendor/local/lib/gstreamer-1.0/libgstfrei0r.la +1 -1
  536. data/vendor/local/lib/gstreamer-1.0/libgstgaudieffects.dll +0 -0
  537. data/vendor/local/lib/gstreamer-1.0/libgstgaudieffects.dll.a +0 -0
  538. data/vendor/local/lib/gstreamer-1.0/libgstgaudieffects.la +1 -1
  539. data/vendor/local/lib/gstreamer-1.0/libgstgdkpixbuf.dll +0 -0
  540. data/vendor/local/lib/gstreamer-1.0/libgstgdkpixbuf.dll.a +0 -0
  541. data/vendor/local/lib/gstreamer-1.0/libgstgdkpixbuf.la +1 -1
  542. data/vendor/local/lib/gstreamer-1.0/libgstgdp.dll +0 -0
  543. data/vendor/local/lib/gstreamer-1.0/libgstgdp.dll.a +0 -0
  544. data/vendor/local/lib/gstreamer-1.0/libgstgdp.la +1 -1
  545. data/vendor/local/lib/gstreamer-1.0/libgstgeometrictransform.dll +0 -0
  546. data/vendor/local/lib/gstreamer-1.0/libgstgeometrictransform.dll.a +0 -0
  547. data/vendor/local/lib/gstreamer-1.0/libgstgeometrictransform.la +1 -1
  548. data/vendor/local/lib/gstreamer-1.0/libgstgio.dll +0 -0
  549. data/vendor/local/lib/gstreamer-1.0/libgstgio.dll.a +0 -0
  550. data/vendor/local/lib/gstreamer-1.0/libgstgio.la +1 -1
  551. data/vendor/local/lib/gstreamer-1.0/libgstgoom.dll +0 -0
  552. data/vendor/local/lib/gstreamer-1.0/libgstgoom.dll.a +0 -0
  553. data/vendor/local/lib/gstreamer-1.0/libgstgoom.la +1 -1
  554. data/vendor/local/lib/gstreamer-1.0/libgstgoom2k1.dll +0 -0
  555. data/vendor/local/lib/gstreamer-1.0/libgstgoom2k1.dll.a +0 -0
  556. data/vendor/local/lib/gstreamer-1.0/libgstgoom2k1.la +1 -1
  557. data/vendor/local/lib/gstreamer-1.0/libgsthls.dll +0 -0
  558. data/vendor/local/lib/gstreamer-1.0/libgsthls.dll.a +0 -0
  559. data/vendor/local/lib/gstreamer-1.0/libgsthls.la +1 -1
  560. data/vendor/local/lib/gstreamer-1.0/libgsticydemux.dll +0 -0
  561. data/vendor/local/lib/gstreamer-1.0/libgsticydemux.dll.a +0 -0
  562. data/vendor/local/lib/gstreamer-1.0/libgsticydemux.la +1 -1
  563. data/vendor/local/lib/gstreamer-1.0/libgstid3demux.dll +0 -0
  564. data/vendor/local/lib/gstreamer-1.0/libgstid3demux.dll.a +0 -0
  565. data/vendor/local/lib/gstreamer-1.0/libgstid3demux.la +1 -1
  566. data/vendor/local/lib/gstreamer-1.0/libgstid3tag.dll +0 -0
  567. data/vendor/local/lib/gstreamer-1.0/libgstid3tag.dll.a +0 -0
  568. data/vendor/local/lib/gstreamer-1.0/libgstid3tag.la +1 -1
  569. data/vendor/local/lib/gstreamer-1.0/libgstimagefreeze.dll +0 -0
  570. data/vendor/local/lib/gstreamer-1.0/libgstimagefreeze.dll.a +0 -0
  571. data/vendor/local/lib/gstreamer-1.0/libgstimagefreeze.la +1 -1
  572. data/vendor/local/lib/gstreamer-1.0/libgstinter.dll +0 -0
  573. data/vendor/local/lib/gstreamer-1.0/libgstinter.dll.a +0 -0
  574. data/vendor/local/lib/gstreamer-1.0/libgstinter.la +1 -1
  575. data/vendor/local/lib/gstreamer-1.0/libgstinterlace.dll +0 -0
  576. data/vendor/local/lib/gstreamer-1.0/libgstinterlace.dll.a +0 -0
  577. data/vendor/local/lib/gstreamer-1.0/libgstinterlace.la +1 -1
  578. data/vendor/local/lib/gstreamer-1.0/libgstinterleave.dll +0 -0
  579. data/vendor/local/lib/gstreamer-1.0/libgstinterleave.dll.a +0 -0
  580. data/vendor/local/lib/gstreamer-1.0/libgstinterleave.la +1 -1
  581. data/vendor/local/lib/gstreamer-1.0/libgstisomp4.dll +0 -0
  582. data/vendor/local/lib/gstreamer-1.0/libgstisomp4.dll.a +0 -0
  583. data/vendor/local/lib/gstreamer-1.0/libgstisomp4.la +1 -1
  584. data/vendor/local/lib/gstreamer-1.0/libgstivfparse.dll +0 -0
  585. data/vendor/local/lib/gstreamer-1.0/libgstivfparse.dll.a +0 -0
  586. data/vendor/local/lib/gstreamer-1.0/libgstivfparse.la +1 -1
  587. data/vendor/local/lib/gstreamer-1.0/libgstivtc.dll +0 -0
  588. data/vendor/local/lib/gstreamer-1.0/libgstivtc.dll.a +0 -0
  589. data/vendor/local/lib/gstreamer-1.0/libgstivtc.la +1 -1
  590. data/vendor/local/lib/gstreamer-1.0/libgstjp2kdecimator.dll +0 -0
  591. data/vendor/local/lib/gstreamer-1.0/libgstjp2kdecimator.dll.a +0 -0
  592. data/vendor/local/lib/gstreamer-1.0/libgstjp2kdecimator.la +1 -1
  593. data/vendor/local/lib/gstreamer-1.0/libgstjpeg.dll +0 -0
  594. data/vendor/local/lib/gstreamer-1.0/libgstjpeg.dll.a +0 -0
  595. data/vendor/local/lib/gstreamer-1.0/libgstjpeg.la +1 -1
  596. data/vendor/local/lib/gstreamer-1.0/libgstjpegformat.dll +0 -0
  597. data/vendor/local/lib/gstreamer-1.0/libgstjpegformat.dll.a +0 -0
  598. data/vendor/local/lib/gstreamer-1.0/libgstjpegformat.la +1 -1
  599. data/vendor/local/lib/gstreamer-1.0/libgstlegacyrawparse.dll +0 -0
  600. data/vendor/local/lib/gstreamer-1.0/libgstlegacyrawparse.dll.a +0 -0
  601. data/vendor/local/lib/gstreamer-1.0/libgstlegacyrawparse.la +1 -1
  602. data/vendor/local/lib/gstreamer-1.0/libgstlevel.dll +0 -0
  603. data/vendor/local/lib/gstreamer-1.0/libgstlevel.dll.a +0 -0
  604. data/vendor/local/lib/gstreamer-1.0/libgstlevel.la +1 -1
  605. data/vendor/local/lib/gstreamer-1.0/libgstlibav.dll +0 -0
  606. data/vendor/local/lib/gstreamer-1.0/libgstlibav.dll.a +0 -0
  607. data/vendor/local/lib/gstreamer-1.0/libgstlibav.la +1 -1
  608. data/vendor/local/lib/gstreamer-1.0/libgstmatroska.dll +0 -0
  609. data/vendor/local/lib/gstreamer-1.0/libgstmatroska.dll.a +0 -0
  610. data/vendor/local/lib/gstreamer-1.0/libgstmatroska.la +1 -1
  611. data/vendor/local/lib/gstreamer-1.0/libgstmidi.dll +0 -0
  612. data/vendor/local/lib/gstreamer-1.0/libgstmidi.dll.a +0 -0
  613. data/vendor/local/lib/gstreamer-1.0/libgstmidi.la +1 -1
  614. data/vendor/local/lib/gstreamer-1.0/libgstmpegpsdemux.dll +0 -0
  615. data/vendor/local/lib/gstreamer-1.0/libgstmpegpsdemux.dll.a +0 -0
  616. data/vendor/local/lib/gstreamer-1.0/libgstmpegpsdemux.la +1 -1
  617. data/vendor/local/lib/gstreamer-1.0/libgstmpegpsmux.dll +0 -0
  618. data/vendor/local/lib/gstreamer-1.0/libgstmpegpsmux.dll.a +0 -0
  619. data/vendor/local/lib/gstreamer-1.0/libgstmpegpsmux.la +1 -1
  620. data/vendor/local/lib/gstreamer-1.0/libgstmpegtsdemux.dll +0 -0
  621. data/vendor/local/lib/gstreamer-1.0/libgstmpegtsdemux.dll.a +0 -0
  622. data/vendor/local/lib/gstreamer-1.0/libgstmpegtsdemux.la +1 -1
  623. data/vendor/local/lib/gstreamer-1.0/libgstmpegtsmux.dll +0 -0
  624. data/vendor/local/lib/gstreamer-1.0/libgstmpegtsmux.dll.a +0 -0
  625. data/vendor/local/lib/gstreamer-1.0/libgstmpegtsmux.la +1 -1
  626. data/vendor/local/lib/gstreamer-1.0/libgstmulaw.dll +0 -0
  627. data/vendor/local/lib/gstreamer-1.0/libgstmulaw.dll.a +0 -0
  628. data/vendor/local/lib/gstreamer-1.0/libgstmulaw.la +1 -1
  629. data/vendor/local/lib/gstreamer-1.0/libgstmultifile.dll +0 -0
  630. data/vendor/local/lib/gstreamer-1.0/libgstmultifile.dll.a +0 -0
  631. data/vendor/local/lib/gstreamer-1.0/libgstmultifile.la +1 -1
  632. data/vendor/local/lib/gstreamer-1.0/libgstmultipart.dll +0 -0
  633. data/vendor/local/lib/gstreamer-1.0/libgstmultipart.dll.a +0 -0
  634. data/vendor/local/lib/gstreamer-1.0/libgstmultipart.la +1 -1
  635. data/vendor/local/lib/gstreamer-1.0/libgstmxf.dll +0 -0
  636. data/vendor/local/lib/gstreamer-1.0/libgstmxf.dll.a +0 -0
  637. data/vendor/local/lib/gstreamer-1.0/libgstmxf.la +1 -1
  638. data/vendor/local/lib/gstreamer-1.0/libgstnavigationtest.dll +0 -0
  639. data/vendor/local/lib/gstreamer-1.0/libgstnavigationtest.dll.a +0 -0
  640. data/vendor/local/lib/gstreamer-1.0/libgstnavigationtest.la +1 -1
  641. data/vendor/local/lib/gstreamer-1.0/libgstnetsim.dll +0 -0
  642. data/vendor/local/lib/gstreamer-1.0/libgstnetsim.dll.a +0 -0
  643. data/vendor/local/lib/gstreamer-1.0/libgstnetsim.la +1 -1
  644. data/vendor/local/lib/gstreamer-1.0/libgstogg.dll +0 -0
  645. data/vendor/local/lib/gstreamer-1.0/libgstogg.dll.a +0 -0
  646. data/vendor/local/lib/gstreamer-1.0/libgstogg.la +1 -1
  647. data/vendor/local/lib/gstreamer-1.0/libgstopus.dll +0 -0
  648. data/vendor/local/lib/gstreamer-1.0/libgstopus.dll.a +0 -0
  649. data/vendor/local/lib/gstreamer-1.0/libgstopus.la +1 -1
  650. data/vendor/local/lib/gstreamer-1.0/libgstopusparse.dll +0 -0
  651. data/vendor/local/lib/gstreamer-1.0/libgstopusparse.dll.a +0 -0
  652. data/vendor/local/lib/gstreamer-1.0/libgstopusparse.la +1 -1
  653. data/vendor/local/lib/gstreamer-1.0/libgstpango.dll +0 -0
  654. data/vendor/local/lib/gstreamer-1.0/libgstpango.dll.a +0 -0
  655. data/vendor/local/lib/gstreamer-1.0/libgstpango.la +1 -1
  656. data/vendor/local/lib/gstreamer-1.0/libgstpbtypes.dll +0 -0
  657. data/vendor/local/lib/gstreamer-1.0/libgstpbtypes.dll.a +0 -0
  658. data/vendor/local/lib/gstreamer-1.0/libgstpbtypes.la +1 -1
  659. data/vendor/local/lib/gstreamer-1.0/libgstpcapparse.dll +0 -0
  660. data/vendor/local/lib/gstreamer-1.0/libgstpcapparse.dll.a +0 -0
  661. data/vendor/local/lib/gstreamer-1.0/libgstpcapparse.la +1 -1
  662. data/vendor/local/lib/gstreamer-1.0/libgstplayback.dll +0 -0
  663. data/vendor/local/lib/gstreamer-1.0/libgstplayback.dll.a +0 -0
  664. data/vendor/local/lib/gstreamer-1.0/libgstplayback.la +1 -1
  665. data/vendor/local/lib/gstreamer-1.0/libgstpng.dll +0 -0
  666. data/vendor/local/lib/gstreamer-1.0/libgstpng.dll.a +0 -0
  667. data/vendor/local/lib/gstreamer-1.0/libgstpng.la +1 -1
  668. data/vendor/local/lib/gstreamer-1.0/libgstpnm.dll +0 -0
  669. data/vendor/local/lib/gstreamer-1.0/libgstpnm.dll.a +0 -0
  670. data/vendor/local/lib/gstreamer-1.0/libgstpnm.la +1 -1
  671. data/vendor/local/lib/gstreamer-1.0/libgstproxy.dll +0 -0
  672. data/vendor/local/lib/gstreamer-1.0/libgstproxy.dll.a +0 -0
  673. data/vendor/local/lib/{libgstbadbase-1.0.la → gstreamer-1.0/libgstproxy.la} +9 -9
  674. data/vendor/local/lib/gstreamer-1.0/libgstrawparse.dll +0 -0
  675. data/vendor/local/lib/gstreamer-1.0/libgstrawparse.dll.a +0 -0
  676. data/vendor/local/lib/gstreamer-1.0/libgstrawparse.la +1 -1
  677. data/vendor/local/lib/gstreamer-1.0/libgstremovesilence.dll +0 -0
  678. data/vendor/local/lib/gstreamer-1.0/libgstremovesilence.dll.a +0 -0
  679. data/vendor/local/lib/gstreamer-1.0/libgstremovesilence.la +1 -1
  680. data/vendor/local/lib/gstreamer-1.0/libgstreplaygain.dll +0 -0
  681. data/vendor/local/lib/gstreamer-1.0/libgstreplaygain.dll.a +0 -0
  682. data/vendor/local/lib/gstreamer-1.0/libgstreplaygain.la +1 -1
  683. data/vendor/local/lib/gstreamer-1.0/libgstrtp.dll +0 -0
  684. data/vendor/local/lib/gstreamer-1.0/libgstrtp.dll.a +0 -0
  685. data/vendor/local/lib/gstreamer-1.0/libgstrtp.la +1 -1
  686. data/vendor/local/lib/gstreamer-1.0/libgstrtpmanager.dll +0 -0
  687. data/vendor/local/lib/gstreamer-1.0/libgstrtpmanager.dll.a +0 -0
  688. data/vendor/local/lib/gstreamer-1.0/libgstrtpmanager.la +1 -1
  689. data/vendor/local/lib/gstreamer-1.0/libgstrtponvif.dll +0 -0
  690. data/vendor/local/lib/gstreamer-1.0/libgstrtponvif.dll.a +0 -0
  691. data/vendor/local/lib/gstreamer-1.0/libgstrtponvif.la +1 -1
  692. data/vendor/local/lib/gstreamer-1.0/libgstrtsp.dll +0 -0
  693. data/vendor/local/lib/gstreamer-1.0/libgstrtsp.dll.a +0 -0
  694. data/vendor/local/lib/gstreamer-1.0/libgstrtsp.la +1 -1
  695. data/vendor/local/lib/gstreamer-1.0/libgstsdpelem.dll +0 -0
  696. data/vendor/local/lib/gstreamer-1.0/libgstsdpelem.dll.a +0 -0
  697. data/vendor/local/lib/gstreamer-1.0/libgstsdpelem.la +1 -1
  698. data/vendor/local/lib/gstreamer-1.0/libgstsegmentclip.dll +0 -0
  699. data/vendor/local/lib/gstreamer-1.0/libgstsegmentclip.dll.a +0 -0
  700. data/vendor/local/lib/gstreamer-1.0/libgstsegmentclip.la +1 -1
  701. data/vendor/local/lib/gstreamer-1.0/libgstshapewipe.dll +0 -0
  702. data/vendor/local/lib/gstreamer-1.0/libgstshapewipe.dll.a +0 -0
  703. data/vendor/local/lib/gstreamer-1.0/libgstshapewipe.la +1 -1
  704. data/vendor/local/lib/gstreamer-1.0/libgstsiren.dll +0 -0
  705. data/vendor/local/lib/gstreamer-1.0/libgstsiren.dll.a +0 -0
  706. data/vendor/local/lib/gstreamer-1.0/libgstsiren.la +1 -1
  707. data/vendor/local/lib/gstreamer-1.0/libgstsmooth.dll +0 -0
  708. data/vendor/local/lib/gstreamer-1.0/libgstsmooth.dll.a +0 -0
  709. data/vendor/local/lib/gstreamer-1.0/libgstsmooth.la +1 -1
  710. data/vendor/local/lib/gstreamer-1.0/libgstsmoothstreaming.dll +0 -0
  711. data/vendor/local/lib/gstreamer-1.0/libgstsmoothstreaming.dll.a +0 -0
  712. data/vendor/local/lib/gstreamer-1.0/libgstsmoothstreaming.la +1 -1
  713. data/vendor/local/lib/gstreamer-1.0/libgstsmpte.dll +0 -0
  714. data/vendor/local/lib/gstreamer-1.0/libgstsmpte.dll.a +0 -0
  715. data/vendor/local/lib/gstreamer-1.0/libgstsmpte.la +1 -1
  716. data/vendor/local/lib/gstreamer-1.0/libgstsoup.dll +0 -0
  717. data/vendor/local/lib/gstreamer-1.0/libgstsoup.dll.a +0 -0
  718. data/vendor/local/lib/gstreamer-1.0/libgstsoup.la +1 -1
  719. data/vendor/local/lib/gstreamer-1.0/libgstspectrum.dll +0 -0
  720. data/vendor/local/lib/gstreamer-1.0/libgstspectrum.dll.a +0 -0
  721. data/vendor/local/lib/gstreamer-1.0/libgstspectrum.la +1 -1
  722. data/vendor/local/lib/gstreamer-1.0/libgstspeed.dll +0 -0
  723. data/vendor/local/lib/gstreamer-1.0/libgstspeed.dll.a +0 -0
  724. data/vendor/local/lib/gstreamer-1.0/libgstspeed.la +1 -1
  725. data/vendor/local/lib/gstreamer-1.0/libgststereo.dll +0 -0
  726. data/vendor/local/lib/gstreamer-1.0/libgststereo.dll.a +0 -0
  727. data/vendor/local/lib/gstreamer-1.0/libgststereo.la +1 -1
  728. data/vendor/local/lib/gstreamer-1.0/libgstsubenc.dll +0 -0
  729. data/vendor/local/lib/gstreamer-1.0/libgstsubenc.dll.a +0 -0
  730. data/vendor/local/lib/gstreamer-1.0/libgstsubenc.la +1 -1
  731. data/vendor/local/lib/gstreamer-1.0/libgstsubparse.dll +0 -0
  732. data/vendor/local/lib/gstreamer-1.0/libgstsubparse.dll.a +0 -0
  733. data/vendor/local/lib/gstreamer-1.0/libgstsubparse.la +1 -1
  734. data/vendor/local/lib/gstreamer-1.0/libgsttcp.dll +0 -0
  735. data/vendor/local/lib/gstreamer-1.0/libgsttcp.dll.a +0 -0
  736. data/vendor/local/lib/gstreamer-1.0/libgsttcp.la +1 -1
  737. data/vendor/local/lib/gstreamer-1.0/libgsttheora.dll +0 -0
  738. data/vendor/local/lib/gstreamer-1.0/libgsttheora.dll.a +0 -0
  739. data/vendor/local/lib/gstreamer-1.0/libgsttheora.la +1 -1
  740. data/vendor/local/lib/gstreamer-1.0/libgsttimecode.dll +0 -0
  741. data/vendor/local/lib/gstreamer-1.0/libgsttimecode.dll.a +0 -0
  742. data/vendor/local/lib/gstreamer-1.0/libgsttimecode.la +1 -1
  743. data/vendor/local/lib/gstreamer-1.0/libgstttmlsubs.dll +0 -0
  744. data/vendor/local/lib/gstreamer-1.0/libgstttmlsubs.dll.a +0 -0
  745. data/vendor/local/lib/gstreamer-1.0/libgstttmlsubs.la +1 -1
  746. data/vendor/local/lib/gstreamer-1.0/libgsttypefindfunctions.dll +0 -0
  747. data/vendor/local/lib/gstreamer-1.0/libgsttypefindfunctions.dll.a +0 -0
  748. data/vendor/local/lib/gstreamer-1.0/libgsttypefindfunctions.la +1 -1
  749. data/vendor/local/lib/gstreamer-1.0/libgstudp.dll +0 -0
  750. data/vendor/local/lib/gstreamer-1.0/libgstudp.dll.a +0 -0
  751. data/vendor/local/lib/gstreamer-1.0/libgstudp.la +1 -1
  752. data/vendor/local/lib/gstreamer-1.0/libgstvideobox.dll +0 -0
  753. data/vendor/local/lib/gstreamer-1.0/libgstvideobox.dll.a +0 -0
  754. data/vendor/local/lib/gstreamer-1.0/libgstvideobox.la +1 -1
  755. data/vendor/local/lib/gstreamer-1.0/libgstvideoconvert.dll +0 -0
  756. data/vendor/local/lib/gstreamer-1.0/libgstvideoconvert.dll.a +0 -0
  757. data/vendor/local/lib/gstreamer-1.0/libgstvideoconvert.la +1 -1
  758. data/vendor/local/lib/gstreamer-1.0/libgstvideocrop.dll +0 -0
  759. data/vendor/local/lib/gstreamer-1.0/libgstvideocrop.dll.a +0 -0
  760. data/vendor/local/lib/gstreamer-1.0/libgstvideocrop.la +1 -1
  761. data/vendor/local/lib/gstreamer-1.0/libgstvideofilter.dll +0 -0
  762. data/vendor/local/lib/gstreamer-1.0/libgstvideofilter.dll.a +0 -0
  763. data/vendor/local/lib/gstreamer-1.0/libgstvideofilter.la +1 -1
  764. data/vendor/local/lib/gstreamer-1.0/libgstvideofiltersbad.dll +0 -0
  765. data/vendor/local/lib/gstreamer-1.0/libgstvideofiltersbad.dll.a +0 -0
  766. data/vendor/local/lib/gstreamer-1.0/libgstvideofiltersbad.la +1 -1
  767. data/vendor/local/lib/gstreamer-1.0/libgstvideoframe_audiolevel.dll +0 -0
  768. data/vendor/local/lib/gstreamer-1.0/libgstvideoframe_audiolevel.dll.a +0 -0
  769. data/vendor/local/lib/gstreamer-1.0/libgstvideoframe_audiolevel.la +1 -1
  770. data/vendor/local/lib/gstreamer-1.0/libgstvideomixer.dll +0 -0
  771. data/vendor/local/lib/gstreamer-1.0/libgstvideomixer.dll.a +0 -0
  772. data/vendor/local/lib/gstreamer-1.0/libgstvideomixer.la +1 -1
  773. data/vendor/local/lib/gstreamer-1.0/libgstvideoparsersbad.dll +0 -0
  774. data/vendor/local/lib/gstreamer-1.0/libgstvideoparsersbad.dll.a +0 -0
  775. data/vendor/local/lib/gstreamer-1.0/libgstvideoparsersbad.la +1 -1
  776. data/vendor/local/lib/gstreamer-1.0/libgstvideorate.dll +0 -0
  777. data/vendor/local/lib/gstreamer-1.0/libgstvideorate.dll.a +0 -0
  778. data/vendor/local/lib/gstreamer-1.0/libgstvideorate.la +1 -1
  779. data/vendor/local/lib/gstreamer-1.0/libgstvideoscale.dll +0 -0
  780. data/vendor/local/lib/gstreamer-1.0/libgstvideoscale.dll.a +0 -0
  781. data/vendor/local/lib/gstreamer-1.0/libgstvideoscale.la +1 -1
  782. data/vendor/local/lib/gstreamer-1.0/libgstvideosignal.dll +0 -0
  783. data/vendor/local/lib/gstreamer-1.0/libgstvideosignal.dll.a +0 -0
  784. data/vendor/local/lib/gstreamer-1.0/libgstvideosignal.la +1 -1
  785. data/vendor/local/lib/gstreamer-1.0/libgstvideotestsrc.dll +0 -0
  786. data/vendor/local/lib/gstreamer-1.0/libgstvideotestsrc.dll.a +0 -0
  787. data/vendor/local/lib/gstreamer-1.0/libgstvideotestsrc.la +1 -1
  788. data/vendor/local/lib/gstreamer-1.0/libgstvmnc.dll +0 -0
  789. data/vendor/local/lib/gstreamer-1.0/libgstvmnc.dll.a +0 -0
  790. data/vendor/local/lib/gstreamer-1.0/libgstvmnc.la +1 -1
  791. data/vendor/local/lib/gstreamer-1.0/libgstvolume.dll +0 -0
  792. data/vendor/local/lib/gstreamer-1.0/libgstvolume.dll.a +0 -0
  793. data/vendor/local/lib/gstreamer-1.0/libgstvolume.la +1 -1
  794. data/vendor/local/lib/gstreamer-1.0/libgstvorbis.dll +0 -0
  795. data/vendor/local/lib/gstreamer-1.0/libgstvorbis.dll.a +0 -0
  796. data/vendor/local/lib/gstreamer-1.0/libgstvorbis.la +1 -1
  797. data/vendor/local/lib/gstreamer-1.0/libgstwasapi.dll +0 -0
  798. data/vendor/local/lib/gstreamer-1.0/libgstwasapi.dll.a +0 -0
  799. data/vendor/local/lib/gstreamer-1.0/libgstwasapi.la +1 -1
  800. data/vendor/local/lib/gstreamer-1.0/{libgstwaveformsink.dll → libgstwaveform.dll} +0 -0
  801. data/vendor/local/lib/gstreamer-1.0/libgstwaveform.dll.a +0 -0
  802. data/vendor/local/lib/gstreamer-1.0/{libgstwaveformsink.la → libgstwaveform.la} +5 -5
  803. data/vendor/local/lib/gstreamer-1.0/libgstwavenc.dll +0 -0
  804. data/vendor/local/lib/gstreamer-1.0/libgstwavenc.dll.a +0 -0
  805. data/vendor/local/lib/gstreamer-1.0/libgstwavenc.la +1 -1
  806. data/vendor/local/lib/gstreamer-1.0/libgstwavparse.dll +0 -0
  807. data/vendor/local/lib/gstreamer-1.0/libgstwavparse.dll.a +0 -0
  808. data/vendor/local/lib/gstreamer-1.0/libgstwavparse.la +1 -1
  809. data/vendor/local/lib/gstreamer-1.0/libgstwinks.dll +0 -0
  810. data/vendor/local/lib/gstreamer-1.0/libgstwinks.dll.a +0 -0
  811. data/vendor/local/lib/gstreamer-1.0/libgstwinks.la +1 -1
  812. data/vendor/local/lib/gstreamer-1.0/libgstwinscreencap.dll +0 -0
  813. data/vendor/local/lib/gstreamer-1.0/libgstwinscreencap.dll.a +0 -0
  814. data/vendor/local/lib/gstreamer-1.0/libgstwinscreencap.la +1 -1
  815. data/vendor/local/lib/gstreamer-1.0/libgsty4mdec.dll +0 -0
  816. data/vendor/local/lib/gstreamer-1.0/libgsty4mdec.dll.a +0 -0
  817. data/vendor/local/lib/gstreamer-1.0/libgsty4mdec.la +1 -1
  818. data/vendor/local/lib/gstreamer-1.0/libgsty4menc.dll +0 -0
  819. data/vendor/local/lib/gstreamer-1.0/libgsty4menc.dll.a +0 -0
  820. data/vendor/local/lib/gstreamer-1.0/libgsty4menc.la +1 -1
  821. data/vendor/local/lib/gstreamer-1.0/libgstyadif.dll +0 -0
  822. data/vendor/local/lib/gstreamer-1.0/libgstyadif.dll.a +0 -0
  823. data/vendor/local/lib/gstreamer-1.0/libgstyadif.la +1 -1
  824. data/vendor/local/lib/libFLAC.dll.a +0 -0
  825. data/vendor/local/lib/libgstadaptivedemux-1.0.dll.a +0 -0
  826. data/vendor/local/lib/libgstadaptivedemux-1.0.la +3 -3
  827. data/vendor/local/lib/libgstallocators-1.0.dll.a +0 -0
  828. data/vendor/local/lib/libgstallocators-1.0.la +3 -3
  829. data/vendor/local/lib/libgstapp-1.0.dll.a +0 -0
  830. data/vendor/local/lib/libgstapp-1.0.la +3 -3
  831. data/vendor/local/lib/libgstaudio-1.0.dll.a +0 -0
  832. data/vendor/local/lib/libgstaudio-1.0.la +3 -3
  833. data/vendor/local/lib/libgstbadaudio-1.0.dll.a +0 -0
  834. data/vendor/local/lib/libgstbadaudio-1.0.la +3 -3
  835. data/vendor/local/lib/libgstbadvideo-1.0.dll.a +0 -0
  836. data/vendor/local/lib/libgstbadvideo-1.0.la +3 -3
  837. data/vendor/local/lib/libgstbase-1.0.dll.a +0 -0
  838. data/vendor/local/lib/libgstbase-1.0.la +3 -3
  839. data/vendor/local/lib/libgstbasecamerabinsrc-1.0.dll.a +0 -0
  840. data/vendor/local/lib/libgstbasecamerabinsrc-1.0.la +3 -3
  841. data/vendor/local/lib/libgstcodecparsers-1.0.dll.a +0 -0
  842. data/vendor/local/lib/libgstcodecparsers-1.0.la +3 -3
  843. data/vendor/local/lib/libgstcontroller-1.0.dll.a +0 -0
  844. data/vendor/local/lib/libgstcontroller-1.0.la +3 -3
  845. data/vendor/local/lib/libgstfft-1.0.dll.a +0 -0
  846. data/vendor/local/lib/libgstfft-1.0.la +3 -3
  847. data/vendor/local/lib/libgstinsertbin-1.0.dll.a +0 -0
  848. data/vendor/local/lib/libgstinsertbin-1.0.la +3 -3
  849. data/vendor/local/lib/libgstisoff-1.0.dll.a +0 -0
  850. data/vendor/local/lib/{libgstbadallocators-1.0.la → libgstisoff-1.0.la} +7 -7
  851. data/vendor/local/lib/libgstmpegts-1.0.dll.a +0 -0
  852. data/vendor/local/lib/libgstmpegts-1.0.la +3 -3
  853. data/vendor/local/lib/libgstnet-1.0.dll.a +0 -0
  854. data/vendor/local/lib/libgstnet-1.0.la +3 -3
  855. data/vendor/local/lib/libgstpbutils-1.0.dll.a +0 -0
  856. data/vendor/local/lib/libgstpbutils-1.0.la +3 -3
  857. data/vendor/local/lib/libgstphotography-1.0.dll.a +0 -0
  858. data/vendor/local/lib/libgstphotography-1.0.la +3 -3
  859. data/vendor/local/lib/libgstplayer-1.0.dll.a +0 -0
  860. data/vendor/local/lib/libgstplayer-1.0.la +3 -3
  861. data/vendor/local/lib/libgstreamer-1.0.dll.a +0 -0
  862. data/vendor/local/lib/libgstreamer-1.0.la +3 -3
  863. data/vendor/local/lib/libgstriff-1.0.dll.a +0 -0
  864. data/vendor/local/lib/libgstriff-1.0.la +3 -3
  865. data/vendor/local/lib/libgstrtp-1.0.dll.a +0 -0
  866. data/vendor/local/lib/libgstrtp-1.0.la +3 -3
  867. data/vendor/local/lib/libgstrtsp-1.0.dll.a +0 -0
  868. data/vendor/local/lib/libgstrtsp-1.0.la +3 -3
  869. data/vendor/local/lib/libgstsdp-1.0.dll.a +0 -0
  870. data/vendor/local/lib/libgstsdp-1.0.la +3 -3
  871. data/vendor/local/lib/libgsttag-1.0.dll.a +0 -0
  872. data/vendor/local/lib/libgsttag-1.0.la +3 -3
  873. data/vendor/local/lib/libgsturidownloader-1.0.dll.a +0 -0
  874. data/vendor/local/lib/libgsturidownloader-1.0.la +3 -3
  875. data/vendor/local/lib/libgstvideo-1.0.dll.a +0 -0
  876. data/vendor/local/lib/libgstvideo-1.0.la +3 -3
  877. data/vendor/local/lib/libgstwebrtc-1.0.dll.a +0 -0
  878. data/vendor/local/lib/libgstwebrtc-1.0.la +41 -0
  879. data/vendor/local/lib/libjpeg.dll.a +0 -0
  880. data/vendor/local/lib/libogg.dll.a +0 -0
  881. data/vendor/local/lib/libopus.dll.a +0 -0
  882. data/vendor/local/lib/libsoup-2.4.a +0 -0
  883. data/vendor/local/lib/libsoup-2.4.dll.a +0 -0
  884. data/vendor/local/lib/libsoup-2.4.la +2 -2
  885. data/vendor/local/lib/libsqlite3.dll.a +0 -0
  886. data/vendor/local/lib/libtheora.dll.a +0 -0
  887. data/vendor/local/lib/libtheoradec.dll.a +0 -0
  888. data/vendor/local/lib/libtheoraenc.dll.a +0 -0
  889. data/vendor/local/lib/libvorbis.dll.a +0 -0
  890. data/vendor/local/lib/libvorbisenc.dll.a +0 -0
  891. data/vendor/local/lib/libvorbisfile.dll.a +0 -0
  892. data/vendor/local/lib/pkgconfig/gstreamer-1.0.pc +1 -1
  893. data/vendor/local/lib/pkgconfig/gstreamer-allocators-1.0.pc +1 -1
  894. data/vendor/local/lib/pkgconfig/gstreamer-app-1.0.pc +1 -1
  895. data/vendor/local/lib/pkgconfig/gstreamer-audio-1.0.pc +2 -1
  896. data/vendor/local/lib/pkgconfig/gstreamer-bad-audio-1.0.pc +3 -3
  897. data/vendor/local/lib/pkgconfig/gstreamer-bad-video-1.0.pc +2 -2
  898. data/vendor/local/lib/pkgconfig/gstreamer-base-1.0.pc +1 -1
  899. data/vendor/local/lib/pkgconfig/gstreamer-codecparsers-1.0.pc +1 -1
  900. data/vendor/local/lib/pkgconfig/gstreamer-controller-1.0.pc +1 -1
  901. data/vendor/local/lib/pkgconfig/gstreamer-fft-1.0.pc +1 -1
  902. data/vendor/local/lib/pkgconfig/gstreamer-insertbin-1.0.pc +1 -1
  903. data/vendor/local/lib/pkgconfig/gstreamer-mpegts-1.0.pc +1 -1
  904. data/vendor/local/lib/pkgconfig/gstreamer-net-1.0.pc +1 -1
  905. data/vendor/local/lib/pkgconfig/gstreamer-pbutils-1.0.pc +1 -1
  906. data/vendor/local/lib/pkgconfig/gstreamer-player-1.0.pc +1 -1
  907. data/vendor/local/lib/pkgconfig/gstreamer-plugins-bad-1.0.pc +1 -1
  908. data/vendor/local/lib/pkgconfig/gstreamer-plugins-base-1.0.pc +2 -2
  909. data/vendor/local/lib/pkgconfig/gstreamer-riff-1.0.pc +1 -1
  910. data/vendor/local/lib/pkgconfig/gstreamer-rtp-1.0.pc +1 -1
  911. data/vendor/local/lib/pkgconfig/gstreamer-rtsp-1.0.pc +1 -1
  912. data/vendor/local/lib/pkgconfig/gstreamer-sdp-1.0.pc +1 -1
  913. data/vendor/local/lib/pkgconfig/gstreamer-tag-1.0.pc +2 -1
  914. data/vendor/local/lib/pkgconfig/gstreamer-video-1.0.pc +2 -1
  915. data/vendor/local/lib/pkgconfig/gstreamer-webrtc-1.0.pc +12 -0
  916. data/vendor/local/lib/pkgconfig/libsoup-2.4.pc +1 -1
  917. data/vendor/local/libexec/gstreamer-1.0/gst-completion-helper.exe +0 -0
  918. data/vendor/local/libexec/gstreamer-1.0/gst-plugin-scanner.exe +0 -0
  919. data/vendor/local/share/gir-1.0/Gst-1.0.gir +1438 -313
  920. data/vendor/local/share/gir-1.0/GstAllocators-1.0.gir +76 -2
  921. data/vendor/local/share/gir-1.0/GstApp-1.0.gir +128 -17
  922. data/vendor/local/share/gir-1.0/GstAudio-1.0.gir +905 -101
  923. data/vendor/local/share/gir-1.0/GstBase-1.0.gir +1133 -33
  924. data/vendor/local/share/gir-1.0/GstNet-1.0.gir +12 -5
  925. data/vendor/local/share/gir-1.0/GstPbutils-1.0.gir +207 -70
  926. data/vendor/local/share/gir-1.0/GstPlayer-1.0.gir +34 -32
  927. data/vendor/local/share/gir-1.0/GstRtp-1.0.gir +120 -40
  928. data/vendor/local/share/gir-1.0/GstRtsp-1.0.gir +191 -151
  929. data/vendor/local/share/gir-1.0/GstSdp-1.0.gir +12 -3
  930. data/vendor/local/share/gir-1.0/GstTag-1.0.gir +72 -25
  931. data/vendor/local/share/gir-1.0/GstVideo-1.0.gir +394 -58
  932. data/vendor/local/share/gir-1.0/GstWebRTC-1.0.gir +986 -0
  933. data/vendor/local/share/gir-1.0/Soup-2.4.gir +6 -5
  934. data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/ch01.html +2 -2
  935. data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/ch02.html +2 -2
  936. data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/ch03.html +2 -2
  937. data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-GstFFMpegAudDec.html +2 -2
  938. data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-GstFFMpegAudEnc.html +2 -2
  939. data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-GstFFMpegVidDec.html +2 -2
  940. data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-GstFFMpegVidEnc.html +2 -2
  941. data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-gstav.html +2 -2
  942. data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-gstavcfg.html +2 -2
  943. data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-gstavcodecmap.html +2 -2
  944. data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-gstavprotocol.html +2 -2
  945. data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-gstavutils.html +2 -2
  946. data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-plugin-libav.html +61 -5
  947. data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/home.png +0 -0
  948. data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/index.html +3 -3
  949. data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/left-insensitive.png +0 -0
  950. data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/left.png +0 -0
  951. data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/right-insensitive.png +0 -0
  952. data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/right.png +0 -0
  953. data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/up-insensitive.png +0 -0
  954. data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/up.png +0 -0
  955. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstPlayer.html +14 -10
  956. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstPlayerMediaInfo.html +2 -2
  957. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstPlayerVideoOverlayVideoRenderer.html +2 -2
  958. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstPlayerVisualization.html +4 -4
  959. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstVideoAggregator.html +3 -24
  960. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstVideoAggregatorPad.html +5 -5
  961. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstWebRTCDTLSTransport.html +252 -0
  962. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstWebRTCICETransport.html +209 -0
  963. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstWebRTCRTPReceiver.html +121 -0
  964. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstWebRTCRTPSender.html +121 -0
  965. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstWebRTCRTPTransceiver.html +121 -0
  966. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstWebRTCSessionDescription.html +224 -0
  967. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/annotation-glossary.html +2 -23
  968. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/api-index-deprecated.html +4 -32
  969. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/api-index-full.html +195 -1942
  970. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/{ch08.html → ch07.html} +5 -5
  971. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/codecparsers.html +2 -2
  972. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/compiling.html +2 -2
  973. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-1.0.devhelp2 +56 -646
  974. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-descriptors.html +2 -2
  975. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-sections.html +2 -2
  976. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html +2 -2
  977. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html +2 -2
  978. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html +2 -2
  979. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.html +2 -2
  980. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstInsertbin.html +4 -4
  981. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstPhotography.html +6 -6
  982. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstPlayerGMainContextSignalDispatcher.html +2 -2
  983. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ISDB-variants-of-MPEG-TS-descriptors.html +2 -2
  984. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Mpeg-ts-helper-library.html +2 -2
  985. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstmpegvideometa.html +2 -2
  986. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-h264parser.html +12 -3
  987. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-jpegparser.html +2 -2
  988. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html +2 -2
  989. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpegvideoparser.html +224 -181
  990. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-vc1parser.html +2 -2
  991. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gstreamer-libs-hierarchy.html +16 -31
  992. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gstreamer-plugins-bad.html +18 -97
  993. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/home.png +0 -0
  994. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/index.html +19 -98
  995. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/left-insensitive.png +0 -0
  996. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/left.png +0 -0
  997. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/mpegts.html +2 -2
  998. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/player.html +4 -4
  999. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/right-insensitive.png +0 -0
  1000. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/right.png +0 -0
  1001. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/tools.html +2 -2
  1002. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/up-insensitive.png +0 -0
  1003. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/up.png +0 -0
  1004. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/video.html +4 -4
  1005. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/webrtc.html +49 -0
  1006. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/ch01.html +563 -76
  1007. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/ch02.html +272 -14
  1008. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-1.0.devhelp2 +1075 -236
  1009. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-IQA.html +7 -7
  1010. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-a2dpsink.html +199 -0
  1011. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-accurip.html +10 -10
  1012. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-adpcmdec.html +128 -0
  1013. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-adpcmenc.html +128 -0
  1014. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-aiffmux.html +8 -8
  1015. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-aiffparse.html +9 -9
  1016. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-asfmux.html +360 -0
  1017. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-asfparse.html +156 -0
  1018. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-assrender.html +11 -11
  1019. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-audiobuffersplit.html +223 -0
  1020. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-audiochannelmix.html +224 -0
  1021. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-audiolatency.html +251 -0
  1022. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-audiomixmatrix.html +319 -0
  1023. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-audioparse.html +9 -9
  1024. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-audiosegmentclip.html +156 -0
  1025. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-autoconvert.html +8 -8
  1026. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-autovideoconvert.html +163 -0
  1027. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-avdtpsink.html +196 -0
  1028. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-avdtpsrc.html +163 -0
  1029. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-avwait.html +341 -0
  1030. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-bayer2rgb.html +129 -0
  1031. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-bpmdetect.html +128 -0
  1032. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-bs2b.html +7 -7
  1033. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-bulge.html +5 -5
  1034. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-burn.html +7 -7
  1035. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-bz2dec.html +198 -0
  1036. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-bz2enc.html +198 -0
  1037. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-camerabin.html +11 -11
  1038. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-checksumsink.html +158 -0
  1039. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-chopmydata.html +212 -0
  1040. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-chromahold.html +247 -0
  1041. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-chromaprint.html +219 -0
  1042. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-chromium.html +7 -7
  1043. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-circle.html +5 -5
  1044. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-coloreffects.html +7 -7
  1045. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/{gst-plugins-bad-plugins-gldownload.html → gst-plugins-bad-plugins-combdetect.html} +30 -38
  1046. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-compare.html +260 -0
  1047. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-compositor.html +12 -12
  1048. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-curlfilesink.html +180 -0
  1049. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-curlftpsink.html +238 -0
  1050. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-curlhttpsink.html +260 -0
  1051. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-curlhttpsrc.html +493 -0
  1052. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-curlsftpsink.html +190 -0
  1053. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-curlsmtpsink.html +287 -0
  1054. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-cvdilate.html +9 -9
  1055. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-cvequalizehist.html +9 -9
  1056. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-cverode.html +9 -9
  1057. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-cvlaplace.html +7 -7
  1058. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-cvsmooth.html +63 -7
  1059. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-cvsobel.html +7 -7
  1060. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dashdemux.html +339 -0
  1061. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dc1394src.html +383 -0
  1062. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-debugspy.html +214 -0
  1063. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-decklinkaudiosink.html +216 -0
  1064. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-decklinkaudiosrc.html +248 -0
  1065. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-decklinkvideosink.html +717 -0
  1066. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-decklinkvideosrc.html +770 -0
  1067. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dewarp.html +375 -0
  1068. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dfbvideosink.html +411 -0
  1069. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-diffuse.html +7 -7
  1070. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dilate.html +7 -7
  1071. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-diracparse.html +156 -0
  1072. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-disparity.html +181 -0
  1073. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dodge.html +9 -9
  1074. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dtlsdec.html +279 -0
  1075. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dtlsenc.html +264 -0
  1076. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dtlssrtpdec.html +255 -0
  1077. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dtlssrtpdemux.html +191 -0
  1078. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dtlssrtpenc.html +272 -0
  1079. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dtmfdetect.html +7 -7
  1080. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dtsdec.html +7 -7
  1081. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dvbbasebin.html +129 -0
  1082. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dvbsrc.html +10 -10
  1083. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dvbsuboverlay.html +262 -0
  1084. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dvdspu.html +9 -9
  1085. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-edgedetect.html +9 -9
  1086. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-errorignore.html +241 -0
  1087. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-exclusion.html +9 -9
  1088. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-faac.html +7 -7
  1089. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-faad.html +5 -5
  1090. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-faceblur.html +6 -6
  1091. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-facedetect.html +11 -11
  1092. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-faceoverlay.html +263 -0
  1093. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-fakevideosink.html +161 -0
  1094. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-fbdevsink.html +160 -0
  1095. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-fdkaacdec.html +156 -0
  1096. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-fdkaacenc.html +190 -0
  1097. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-festival.html +9 -9
  1098. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-fieldanalysis.html +336 -0
  1099. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-fisheye.html +9 -9
  1100. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-fluiddec.html +261 -0
  1101. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-fpsdisplaysink.html +9 -9
  1102. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-freeverb.html +252 -0
  1103. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gaussianblur.html +9 -9
  1104. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gdpdepay.html +201 -0
  1105. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gdppay.html +229 -0
  1106. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glmixerbin.html +15 -7
  1107. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glmosaic.html +10 -10
  1108. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glstereomix.html +14 -14
  1109. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glvideomixer.html +17 -9
  1110. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glvideomixerelement.html +9 -9
  1111. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gmedec.html +187 -0
  1112. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-grabcut.html +247 -0
  1113. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gsmdec.html +160 -0
  1114. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gsmenc.html +163 -0
  1115. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-h263parse.html +156 -0
  1116. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-h264parse.html +224 -0
  1117. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-h265parse.html +183 -0
  1118. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-handdetect.html +273 -0
  1119. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-hlsdemux.html +253 -0
  1120. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-hlssink.html +251 -0
  1121. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-hlssink2.html +259 -0
  1122. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-id3mux.html +258 -0
  1123. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-interaudiosink.html +159 -0
  1124. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-interaudiosrc.html +203 -0
  1125. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-interlace.html +190 -0
  1126. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-intersubsink.html +159 -0
  1127. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-intersubsrc.html +159 -0
  1128. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-intervideosink.html +160 -0
  1129. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-intervideosrc.html +174 -0
  1130. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-ipcpipelinesink.html +265 -0
  1131. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-ipcpipelinesrc.html +255 -0
  1132. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-ipcslavepipeline.html +129 -0
  1133. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-irtspparse.html +213 -0
  1134. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-ivfparse.html +156 -0
  1135. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-ivtc.html +156 -0
  1136. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-jifmux.html +182 -0
  1137. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-jp2kdecimator.html +198 -0
  1138. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-jpeg2000parse.html +168 -0
  1139. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-jpegparse.html +7 -7
  1140. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-kaleidoscope.html +7 -7
  1141. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-katedec.html +282 -0
  1142. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-kateenc.html +336 -0
  1143. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-kateparse.html +211 -0
  1144. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-katetag.html +292 -0
  1145. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-kmssink.html +294 -0
  1146. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-ladspa.html +253 -0
  1147. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-liveadder.html +4 -84
  1148. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-marble.html +7 -7
  1149. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-midiparse.html +181 -0
  1150. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mirror.html +9 -9
  1151. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mmssrc.html +183 -0
  1152. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-modplug.html +9 -9
  1153. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-motioncells.html +436 -0
  1154. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mpeg2enc.html +44 -24
  1155. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mpeg4videoparse.html +206 -0
  1156. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mpegpsdemux.html +228 -0
  1157. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mpegpsmux.html +6 -6
  1158. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mpegtsmux.html +14 -6
  1159. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mpegvideoparse.html +197 -0
  1160. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mplex.html +33 -24
  1161. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mssdemux.html +245 -0
  1162. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-musepackdec.html +155 -0
  1163. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mxfdemux.html +227 -0
  1164. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mxfmux.html +428 -0
  1165. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-neonhttpsrc.html +26 -50
  1166. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-netsim.html +351 -0
  1167. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-ofa.html +8 -8
  1168. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-openalsink.html +9 -9
  1169. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-openalsrc.html +9 -9
  1170. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-opencvtextoverlay.html +9 -9
  1171. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-openexrdec.html +156 -0
  1172. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-openh264dec.html +156 -0
  1173. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-openh264enc.html +414 -0
  1174. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-openjpegdec.html +164 -0
  1175. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-openjpegenc.html +281 -0
  1176. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-opusparse.html +176 -0
  1177. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-pcapparse.html +9 -9
  1178. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-perspective.html +204 -0
  1179. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-pinch.html +9 -9
  1180. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-pitch.html +128 -0
  1181. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-accurip.html +79 -0
  1182. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-adpcmdec.html +79 -0
  1183. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-adpcmenc.html +79 -0
  1184. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-aiff.html +9 -9
  1185. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/{gst-plugins-bad-plugins-plugin-audiomixer.html → gst-plugins-bad-plugins-plugin-asfmux.html} +18 -18
  1186. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-assrender.html +9 -9
  1187. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-audiobuffersplit.html +79 -0
  1188. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-audiofxbad.html +79 -0
  1189. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-audiolatency.html +79 -0
  1190. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-audiomixmatrix.html +79 -0
  1191. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-audiovisualizers.html +7 -7
  1192. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-autoconvert.html +8 -8
  1193. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-bayer.html +11 -11
  1194. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-bluez.html +89 -0
  1195. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-bs2b.html +7 -7
  1196. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-bz2.html +7 -7
  1197. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-camerabin.html +9 -9
  1198. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-chromaprint.html +79 -0
  1199. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-coloreffects.html +10 -10
  1200. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-colormanagement.html +79 -0
  1201. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-compositor.html +79 -0
  1202. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-curl.html +18 -14
  1203. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-dashdemux.html +79 -0
  1204. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-dc1394.html +79 -0
  1205. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-de265.html +79 -0
  1206. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-debugutilsbad.html +19 -15
  1207. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-decklink.html +93 -0
  1208. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-dfbvideosink.html +79 -0
  1209. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-dtls.html +97 -0
  1210. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-dtsdec.html +9 -9
  1211. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-dvb.html +8 -8
  1212. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-dvbsuboverlay.html +79 -0
  1213. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-dvdspu.html +5 -5
  1214. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-faac.html +5 -5
  1215. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-faad.html +7 -7
  1216. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-faceoverlay.html +79 -0
  1217. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-fbdevsink.html +79 -0
  1218. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-fdkaac.html +85 -0
  1219. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-festival.html +9 -9
  1220. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-fieldanalysis.html +79 -0
  1221. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-flite.html +79 -0
  1222. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-fluidsynthmidi.html +79 -0
  1223. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-freeverb.html +79 -0
  1224. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-frei0r.html +76 -0
  1225. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-gaudieffects.html +9 -9
  1226. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-gdp.html +85 -0
  1227. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-geometrictransform.html +11 -11
  1228. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-gme.html +79 -0
  1229. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-gmedec.html +79 -0
  1230. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-gsm.html +11 -11
  1231. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-hls.html +89 -0
  1232. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-id3tag.html +79 -0
  1233. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-inter.html +101 -0
  1234. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-interlace.html +79 -0
  1235. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-ipcpipeline.html +89 -0
  1236. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-ivfparse.html +79 -0
  1237. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-ivtc.html +85 -0
  1238. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-jp2kdecimator.html +79 -0
  1239. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-jpegformat.html +10 -10
  1240. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-kate.html +93 -0
  1241. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-kms.html +79 -0
  1242. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-ladspa.html +117 -0
  1243. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/{gst-plugins-bad-plugins-plugin-rawparse.html → gst-plugins-bad-plugins-plugin-legacyrawparse.html} +14 -30
  1244. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-midi.html +79 -0
  1245. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-mms.html +8 -8
  1246. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-modplug.html +5 -5
  1247. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-mpeg2enc.html +7 -7
  1248. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-mpegpsdemux.html +79 -0
  1249. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-mpegpsmux.html +9 -9
  1250. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-mpegtsdemux.html +85 -0
  1251. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-mpegtsmux.html +7 -7
  1252. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-mplex.html +7 -7
  1253. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-musepack.html +79 -0
  1254. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-mxf.html +85 -0
  1255. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-neon.html +8 -8
  1256. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-neonhttpsrc.html +79 -0
  1257. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-netsim.html +79 -0
  1258. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-ofa.html +7 -7
  1259. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-openal.html +7 -7
  1260. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-opencv.html +17 -17
  1261. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-openexr.html +79 -0
  1262. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-openglmixers.html +97 -0
  1263. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-openh264.html +85 -0
  1264. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-openjpeg.html +85 -0
  1265. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-opusparse.html +79 -0
  1266. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-pcapparse.html +10 -10
  1267. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-pnm.html +85 -0
  1268. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-proxy.html +85 -0
  1269. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-removesilence.html +79 -0
  1270. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-resindvd.html +79 -0
  1271. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-rfbsrc.html +9 -9
  1272. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-rsvg.html +85 -0
  1273. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-rtmp.html +9 -9
  1274. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-rtponvif.html +85 -0
  1275. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-sbc.html +85 -0
  1276. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-sdpelem.html +10 -10
  1277. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-segmentclip.html +85 -0
  1278. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-shm.html +9 -9
  1279. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-siren.html +85 -0
  1280. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-smooth.html +79 -0
  1281. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-smoothstreaming.html +79 -0
  1282. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-sndfile.html +79 -0
  1283. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-soundtouch.html +11 -11
  1284. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-spandsp.html +89 -0
  1285. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-speed.html +9 -9
  1286. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-srtp.html +85 -0
  1287. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-stereo.html +79 -0
  1288. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-subenc.html +85 -0
  1289. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-teletext.html +79 -0
  1290. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-timecode.html +85 -0
  1291. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-ttmlsubs.html +9 -8
  1292. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-uvch264.html +85 -0
  1293. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-vcdsrc.html +79 -0
  1294. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-vdpau.html +79 -0
  1295. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-videofiltersbad.html +89 -0
  1296. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-videoframe_audiolevel.html +79 -0
  1297. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-videoparsersbad.html +113 -0
  1298. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-videosignal.html +89 -0
  1299. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-vmnc.html +79 -0
  1300. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-voaacenc.html +7 -7
  1301. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-voamrwbenc.html +7 -7
  1302. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-vulkan.html +85 -0
  1303. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-wasapi.html +85 -0
  1304. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-waylandsink.html +79 -0
  1305. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-webp.html +85 -0
  1306. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-webrtc.html +79 -0
  1307. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-webrtcdsp.html +11 -11
  1308. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-wildmidi.html +79 -0
  1309. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-x265.html +79 -0
  1310. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-y4mdec.html +79 -0
  1311. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-yadif.html +79 -0
  1312. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-zbar.html +8 -9
  1313. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-pngparse.html +156 -0
  1314. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-pnmdec.html +184 -0
  1315. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-pnmenc.html +219 -0
  1316. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-proxysink.html +137 -0
  1317. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-proxysrc.html +250 -0
  1318. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rawaudioparse.html +4 -104
  1319. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rawvideoparse.html +4 -88
  1320. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-removesilence.html +215 -0
  1321. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-retinex.html +218 -0
  1322. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rfbsrc.html +8 -8
  1323. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rgb2bayer.html +156 -0
  1324. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rotate.html +204 -0
  1325. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rsndvdbin.html +152 -0
  1326. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rsvgdec.html +176 -0
  1327. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rsvgoverlay.html +410 -0
  1328. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rtmpsink.html +7 -7
  1329. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rtmpsrc.html +7 -7
  1330. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rtpasfpay.html +156 -0
  1331. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rtponvifparse.html +155 -0
  1332. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rtponviftimestamp.html +209 -0
  1333. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-sbcdec.html +156 -0
  1334. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-sbcenc.html +163 -0
  1335. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-scenechange.html +157 -0
  1336. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-sdpdemux.html +9 -9
  1337. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-sdpsrc.html +182 -0
  1338. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-segmentation.html +250 -0
  1339. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-sfdec.html +196 -0
  1340. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-shmsink.html +7 -7
  1341. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-shmsrc.html +7 -7
  1342. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-simplevideomark.html +311 -0
  1343. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-simplevideomarkdetect.html +340 -0
  1344. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-sirendec.html +160 -0
  1345. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-sirenenc.html +167 -0
  1346. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-skindetect.html +214 -0
  1347. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-smooth.html +224 -0
  1348. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-solarize.html +7 -7
  1349. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-spacescope.html +7 -7
  1350. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-spanplc.html +158 -0
  1351. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-spectrascope.html +9 -9
  1352. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-speed.html +7 -7
  1353. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-sphere.html +5 -5
  1354. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-square.html +7 -7
  1355. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-srtenc.html +196 -0
  1356. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-srtpdec.html +557 -0
  1357. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-srtpenc.html +455 -0
  1358. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-stereo.html +215 -0
  1359. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-stretch.html +9 -9
  1360. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-synaescope.html +9 -9
  1361. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-teletextdec.html +260 -0
  1362. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-templatematch.html +9 -9
  1363. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-tiger.html +375 -0
  1364. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-timecodestamper.html +281 -0
  1365. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-tonegeneratesrc.html +288 -0
  1366. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-tsdemux.html +335 -0
  1367. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/{gst-plugins-bad-plugins-gleffects-xray.html → gst-plugins-bad-plugins-tsparse.html} +43 -27
  1368. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-ttmlparse.html +7 -7
  1369. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-ttmlrender.html +9 -9
  1370. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-tunnel.html +7 -7
  1371. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-twirl.html +5 -5
  1372. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-unalignedaudioparse.html +2 -82
  1373. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-unalignedvideoparse.html +4 -84
  1374. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-uvch264mjpgdemux.html +272 -0
  1375. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-uvch264src.html +688 -0
  1376. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-vc1parse.html +156 -0
  1377. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-vcdsrc.html +196 -0
  1378. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-vdpaumpegdec.html +203 -0
  1379. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-videoanalyse.html +210 -0
  1380. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-videodiff.html +157 -0
  1381. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-videoframe-audiolevel.html +220 -0
  1382. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-videoparse.html +9 -9
  1383. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-videosegmentclip.html +156 -0
  1384. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-viewfinderbin.html +180 -0
  1385. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-vmncdec.html +128 -0
  1386. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-voaacenc.html +7 -7
  1387. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-voamrwbenc.html +7 -7
  1388. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-vulkansink.html +175 -0
  1389. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-vulkanupload.html +161 -0
  1390. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-wasapisink.html +273 -0
  1391. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-wasapisrc.html +261 -0
  1392. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-watchdog.html +183 -0
  1393. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-waterripple.html +9 -9
  1394. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-wavescope.html +9 -9
  1395. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-waylandsink.html +204 -0
  1396. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-webpdec.html +210 -0
  1397. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-webpenc.html +233 -0
  1398. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-webrtcbin.html +794 -0
  1399. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-webrtcdsp.html +11 -23
  1400. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-webrtcechoprobe.html +33 -23
  1401. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-webvttenc.html +196 -0
  1402. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/{gst-plugins-bad-plugins-mimenc.html → gst-plugins-bad-plugins-wildmidi.html} +14 -14
  1403. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-wrappercamerabinsrc.html +244 -0
  1404. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-x265enc.html +260 -0
  1405. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-y4mdec.html +155 -0
  1406. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-yadif.html +204 -0
  1407. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-zbar.html +9 -9
  1408. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-zebrastripe.html +184 -0
  1409. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/home.png +0 -0
  1410. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/index.html +737 -83
  1411. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/left-insensitive.png +0 -0
  1412. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/left.png +0 -0
  1413. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/right-insensitive.png +0 -0
  1414. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/right.png +0 -0
  1415. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/up-insensitive.png +0 -0
  1416. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/up.png +0 -0
  1417. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstAudioAggregator.html +361 -0
  1418. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstAudioBaseSink.html +6 -6
  1419. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstAudioBaseSrc.html +2 -2
  1420. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstAudioCdSrc.html +7 -7
  1421. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstAudioClock.html +4 -3
  1422. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstAudioDecoder.html +13 -13
  1423. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstAudioEncoder.html +7 -7
  1424. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstAudioFilter.html +2 -2
  1425. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstAudioRingBuffer.html +21 -21
  1426. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstAudioSink.html +2 -2
  1427. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstAudioSrc.html +2 -2
  1428. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstColorBalance.html +2 -2
  1429. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstColorBalanceChannel.html +2 -2
  1430. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstDiscoverer.html +83 -11
  1431. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstEncodingProfile.html +16 -15
  1432. data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0 → gst-plugins-base-libs-1.0}/GstGLBaseFilter.html +13 -13
  1433. data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0 → gst-plugins-base-libs-1.0}/GstGLBufferPool.html +24 -24
  1434. data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0 → gst-plugins-base-libs-1.0}/GstGLColorConvert.html +31 -30
  1435. data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0 → gst-plugins-base-libs-1.0}/GstGLContext.html +106 -73
  1436. data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0 → gst-plugins-base-libs-1.0}/GstGLDisplay.html +37 -27
  1437. data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0 → gst-plugins-base-libs-1.0}/GstGLFilter.html +32 -33
  1438. data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0 → gst-plugins-base-libs-1.0}/GstGLFramebuffer.html +67 -22
  1439. data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0 → gst-plugins-base-libs-1.0}/GstGLSLStage.html +41 -41
  1440. data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0 → gst-plugins-base-libs-1.0}/GstGLShader.html +1065 -35
  1441. data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0 → gst-plugins-base-libs-1.0}/GstGLUpload.html +17 -14
  1442. data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0 → gst-plugins-base-libs-1.0}/GstGLViewConvert.html +28 -29
  1443. data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0 → gst-plugins-base-libs-1.0}/GstGLWindow.html +62 -28
  1444. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstNavigation.html +6 -6
  1445. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstRTPBaseAudioPayload.html +4 -4
  1446. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstRTPBaseDepayload.html +3 -3
  1447. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstRTPBasePayload.html +2 -2
  1448. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstStreamVolume.html +2 -2
  1449. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstVideoDirection.html +4 -4
  1450. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstVideoFilter.html +2 -2
  1451. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstVideoOrientation.html +10 -10
  1452. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstVideoOverlay.html +103 -2
  1453. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstVideoSink.html +3 -3
  1454. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/annotation-glossary.html +11 -4
  1455. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/api-index-deprecated.html +4 -4
  1456. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/api-index-full.html +2173 -210
  1457. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/compiling.html +2 -2
  1458. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gl.html +122 -0
  1459. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-1.0.devhelp2 +676 -2
  1460. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-Audio-channels.html +30 -3
  1461. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-Codec-utilities.html +94 -79
  1462. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-Descriptions.html +2 -2
  1463. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstAudio-IEC61937.html +2 -2
  1464. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstAudio.html +436 -12
  1465. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstAudioConverter.html +77 -10
  1466. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstAudioDownmixMeta.html +6 -6
  1467. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstAudioQuantize.html +2 -2
  1468. data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstEGLImage.html → gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstEGLImage.html} +62 -38
  1469. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstExiftag.html +2 -2
  1470. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstFFT.html +2 -2
  1471. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstFFTF32.html +2 -2
  1472. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstFFTF64.html +2 -2
  1473. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstFFTS16.html +2 -2
  1474. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstFFTS32.html +2 -2
  1475. data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLAPI.html → gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstGLAPI.html} +42 -42
  1476. data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGlBaseMemory.html → gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstGLBaseMemory.html} +184 -152
  1477. data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLBuffer.html → gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstGLBuffer.html} +46 -44
  1478. data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLDisplayWayland.html → gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstGLDisplayWayland.html} +18 -18
  1479. data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLDisplayX11.html → gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstGLDisplayX11.html} +20 -20
  1480. data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLMemory.html → gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstGLMemory.html} +276 -218
  1481. data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLMemoryPBO.html → gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstGLMemoryPBO.html} +52 -51
  1482. data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLOverlayCompositor.html → gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstGLOverlayCompositor.html} +25 -25
  1483. data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLQuery.html → gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstGLQuery.html} +45 -45
  1484. data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLRenderbuffer.html → gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstGLRenderbuffer.html} +51 -51
  1485. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstGLSL.html +707 -0
  1486. data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLSyncMeta.html → gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstGLSyncMeta.html} +45 -45
  1487. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstMIKEYMessage.html +52 -52
  1488. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstPhysMemoryAllocator.html +171 -0
  1489. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstRTCPBuffer.html +46 -39
  1490. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstRTPBuffer.html +30 -15
  1491. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstRTPPayloadInfo.html +2 -2
  1492. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstRTSPConnection.html +24 -24
  1493. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstRTSPExtension.html +3 -2
  1494. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstRTSPMessage.html +21 -20
  1495. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstRTSPRange.html +6 -6
  1496. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstRTSPTimeRange.html +10 -10
  1497. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstRTSPUrl.html +4 -4
  1498. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstRtphdrext.html +10 -10
  1499. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstRtspdefs.html +32 -5
  1500. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstSDPMessage.html +57 -57
  1501. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstTagDemux.html +2 -2
  1502. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstTagMux.html +2 -2
  1503. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstTagXmpWriter.html +2 -2
  1504. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoAlignment.html +109 -86
  1505. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoChroma.html +2 -2
  1506. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoDecoder.html +11 -11
  1507. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoDither.html +2 -2
  1508. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoEncoder.html +58 -3
  1509. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoOverlayRectangle.html +3 -3
  1510. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoPool.html +4 -4
  1511. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoResampler.html +6 -6
  1512. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoScaler.html +3 -3
  1513. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVorbisTag.html +18 -18
  1514. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstXmptag.html +4 -4
  1515. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-ID3-tag-utils.html +6 -6
  1516. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-ISO-639-lang-mappings.html +2 -2
  1517. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-Install-plugins.html +6 -6
  1518. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-Licenses.html +2 -2
  1519. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-Missing-plugins.html +2 -2
  1520. data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-OpenGL-Formats.html → gst-plugins-base-libs-1.0/gst-plugins-base-libs-OpenGL-Formats.html} +126 -92
  1521. data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-OpenGL-Miscellaneous-Utilities.html → gst-plugins-base-libs-1.0/gst-plugins-base-libs-OpenGL-Miscellaneous-Utilities.html} +46 -46
  1522. data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-OpenGL-debugging.html → gst-plugins-base-libs-1.0/gst-plugins-base-libs-OpenGL-debugging.html} +78 -78
  1523. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-Pbutils.html +2 -2
  1524. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-Riff-utilities.html +2 -2
  1525. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-Tags.html +15 -15
  1526. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-Version.html +4 -4
  1527. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-appsink.html +12 -10
  1528. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-appsrc.html +62 -11
  1529. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-dmabuf.html +7 -7
  1530. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-fdmemory.html +10 -10
  1531. data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstglmemoryegl.html → gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstglmemoryegl.html} +46 -46
  1532. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideoaffinetransformationmeta.html +38 -5
  1533. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideometa.html +108 -10
  1534. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideoutils.html +2 -2
  1535. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-allocators.html +5 -2
  1536. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-app.html +4 -4
  1537. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-audio.html +6 -2
  1538. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-base-utils.html +2 -2
  1539. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-ffft.html +2 -2
  1540. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-libs-hierarchy.html +35 -6
  1541. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-mikey.html +2 -2
  1542. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-plugins-base.html +99 -2
  1543. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-riff.html +2 -2
  1544. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-rtp.html +2 -2
  1545. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-rtsp.html +2 -2
  1546. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-sdp.html +2 -2
  1547. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-tag.html +2 -2
  1548. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-video.html +2 -2
  1549. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/home.png +0 -0
  1550. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/index.html +112 -3
  1551. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/ix03.html +114 -0
  1552. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/ix04.html +154 -0
  1553. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/ix05.html +325 -0
  1554. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/ix06.html +45 -0
  1555. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/ix07.html +463 -0
  1556. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/ix08.html +34 -0
  1557. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/ix09.html +438 -0
  1558. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/ix10.html +432 -0
  1559. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/ix11.html +41 -0
  1560. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/ix12.html +38 -0
  1561. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/ix13.html +315 -0
  1562. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/ix14.html +34 -0
  1563. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/left-insensitive.png +0 -0
  1564. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/left.png +0 -0
  1565. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/right-insensitive.png +0 -0
  1566. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/right.png +0 -0
  1567. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/up-insensitive.png +0 -0
  1568. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/up.png +0 -0
  1569. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/ch01.html +131 -2
  1570. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/ch02.html +8 -2
  1571. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-1.0.devhelp2 +157 -0
  1572. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-adder.html +10 -5
  1573. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-alsamidisrc.html +2 -2
  1574. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-alsasink.html +3 -3
  1575. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-alsasrc.html +2 -2
  1576. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-appsink.html +2 -2
  1577. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-appsrc.html +16 -2
  1578. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-audioconvert.html +121 -6
  1579. data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-audiointerleave.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-audiointerleave.html} +31 -31
  1580. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-audiomixer.html +200 -0
  1581. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-audiorate.html +7 -7
  1582. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-audioresample.html +5 -5
  1583. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-audiotestsrc.html +5 -5
  1584. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-cdparanoiasrc.html +4 -4
  1585. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-clockoverlay.html +7 -7
  1586. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-decodebin.html +12 -12
  1587. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-decodebin3.html +4 -4
  1588. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-encodebin.html +5 -5
  1589. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-giosink.html +5 -5
  1590. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-giosrc.html +5 -5
  1591. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-giostreamsink.html +5 -5
  1592. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-giostreamsrc.html +7 -7
  1593. data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glcolorbalance.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-glcolorbalance.html} +35 -35
  1594. data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glcolorconvert.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-glcolorconvert.html} +23 -23
  1595. data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glcolorscale.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-glcolorscale.html} +26 -26
  1596. data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gldeinterlace.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gldeinterlace.html} +28 -28
  1597. data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gldifferencematte.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gldifferencematte.html} +28 -28
  1598. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gldownload.html +169 -0
  1599. data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-sobel.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gleffects-blur.html} +19 -19
  1600. data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-mirror.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gleffects-bulge.html} +19 -19
  1601. data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-identity.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gleffects-fisheye.html} +19 -19
  1602. data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-twirl.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gleffects-glow.html} +19 -19
  1603. data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-sepia.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gleffects-heat.html} +19 -19
  1604. data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-laplacian.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gleffects-identity.html} +19 -19
  1605. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gleffects-laplacian.html +136 -0
  1606. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gleffects-lumaxpro.html +136 -0
  1607. data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-fisheye.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gleffects-mirror.html} +19 -19
  1608. data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-tunnel.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gleffects-sepia.html} +19 -19
  1609. data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-xpro.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gleffects-sin.html} +19 -19
  1610. data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-square.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gleffects-sobel.html} +19 -19
  1611. data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-squeeze.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gleffects-square.html} +19 -19
  1612. data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-lumaxpro.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gleffects-squeeze.html} +19 -19
  1613. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gleffects-stretch.html +136 -0
  1614. data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-stretch.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gleffects-tunnel.html} +19 -19
  1615. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gleffects-twirl.html +136 -0
  1616. data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-blur.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gleffects-xpro.html} +17 -17
  1617. data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-bulge.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gleffects-xray.html} +17 -17
  1618. data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gleffects.html} +18 -18
  1619. data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glfilterapp.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-glfilterapp.html} +32 -83
  1620. data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glfilterbin.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-glfilterbin.html} +41 -33
  1621. data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glfiltercube.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-glfiltercube.html} +35 -35
  1622. data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glfilterglass.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-glfilterglass.html} +25 -25
  1623. data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glimagesink.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-glimagesink.html} +31 -23
  1624. data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glimagesinkelement.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-glimagesinkelement.html} +82 -133
  1625. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gloverlay.html +308 -0
  1626. data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glshader.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-glshader.html} +42 -84
  1627. data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glsinkbin.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-glsinkbin.html} +126 -118
  1628. data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glsrcbin.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-glsrcbin.html} +34 -34
  1629. data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glstereosplit.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-glstereosplit.html} +23 -23
  1630. data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gltestsrc.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gltestsrc.html} +32 -32
  1631. data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gltransformation.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gltransformation.html} +18 -18
  1632. data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glupload.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-glupload.html} +32 -24
  1633. data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glviewconvert.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-glviewconvert.html} +43 -43
  1634. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-multifdsink.html +6 -6
  1635. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-multisocketsink.html +4 -4
  1636. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-oggaviparse.html +4 -4
  1637. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-oggdemux.html +5 -5
  1638. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-oggmux.html +5 -5
  1639. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-oggparse.html +4 -4
  1640. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-ogmaudioparse.html +4 -4
  1641. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-ogmtextparse.html +4 -4
  1642. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-ogmvideoparse.html +4 -4
  1643. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-opusdec.html +5 -5
  1644. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-opusenc.html +5 -5
  1645. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-parsebin.html +4 -4
  1646. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-playbin.html +12 -12
  1647. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-playbin3.html +21 -22
  1648. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-playsink.html +4 -4
  1649. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-adder.html +3 -3
  1650. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-alsa.html +3 -3
  1651. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-app.html +3 -3
  1652. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-audioconvert.html +5 -5
  1653. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-audiomixer.html +89 -0
  1654. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-audiorate.html +7 -7
  1655. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-audioresample.html +5 -5
  1656. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-audiotestsrc.html +5 -5
  1657. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-cdparanoia.html +5 -5
  1658. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-encoding.html +5 -5
  1659. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-gio.html +5 -5
  1660. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-ivorbisdec.html +4 -4
  1661. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-libvisual.html +5 -5
  1662. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-ogg.html +5 -5
  1663. data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-opengl.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-opengl.html} +35 -55
  1664. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-opus.html +7 -7
  1665. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-pango.html +7 -7
  1666. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-playback.html +9 -5
  1667. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-rawparse.html +5 -5
  1668. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-subparse.html +5 -5
  1669. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-tcp.html +5 -5
  1670. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-theora.html +5 -5
  1671. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-typefindfunctions.html +5 -5
  1672. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-videoconvert.html +5 -5
  1673. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-videorate.html +5 -5
  1674. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-videoscale.html +5 -5
  1675. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-videotestsrc.html +5 -5
  1676. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-volume.html +5 -5
  1677. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-vorbis.html +5 -5
  1678. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-ximagesink.html +5 -5
  1679. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-xvimagesink.html +5 -5
  1680. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-rawaudioparse.html +5 -5
  1681. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-rawvideoparse.html +8 -8
  1682. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-socketsrc.html +4 -4
  1683. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-ssaparse.html +4 -4
  1684. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-streamsynchronizer.html +4 -4
  1685. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-subparse.html +4 -4
  1686. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-subtitleoverlay.html +5 -5
  1687. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-tcpclientsink.html +7 -7
  1688. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-tcpclientsrc.html +7 -7
  1689. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-tcpserversink.html +7 -7
  1690. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-tcpserversrc.html +7 -7
  1691. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-textoverlay.html +7 -7
  1692. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-textrender.html +5 -5
  1693. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-theoradec.html +5 -5
  1694. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-theoraenc.html +5 -5
  1695. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-theoraparse.html +5 -5
  1696. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-timeoverlay.html +6 -6
  1697. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-unalignedaudioparse.html +4 -4
  1698. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-unalignedvideoparse.html +6 -6
  1699. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-uridecodebin.html +9 -11
  1700. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-urisourcebin.html +4 -4
  1701. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-videoconvert.html +9 -9
  1702. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-videorate.html +5 -5
  1703. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-videoscale.html +9 -9
  1704. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-videotestsrc.html +9 -6
  1705. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-volume.html +5 -5
  1706. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-vorbisdec.html +5 -5
  1707. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-vorbisenc.html +5 -5
  1708. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-vorbisparse.html +5 -5
  1709. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-vorbistag.html +5 -5
  1710. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-ximagesink.html +8 -8
  1711. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-xvimagesink.html +20 -8
  1712. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/home.png +0 -0
  1713. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/index.html +138 -3
  1714. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/left-insensitive.png +0 -0
  1715. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/left.png +0 -0
  1716. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/right-insensitive.png +0 -0
  1717. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/right.png +0 -0
  1718. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/up-insensitive.png +0 -0
  1719. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/up.png +0 -0
  1720. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/ch01.html +44 -2
  1721. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/ch02.html +17 -2
  1722. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-1.0.devhelp2 +111 -1
  1723. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-3gppmux.html +28 -2
  1724. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-aacparse.html +2 -2
  1725. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-aasink.html +2 -2
  1726. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-ac3parse.html +2 -2
  1727. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-agingtv.html +2 -2
  1728. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-alawdec.html +2 -2
  1729. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-alawenc.html +2 -2
  1730. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-alpha.html +2 -2
  1731. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-alphacolor.html +2 -2
  1732. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-amrparse.html +3 -3
  1733. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-apedemux.html +2 -2
  1734. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-apev2mux.html +2 -2
  1735. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-aspectratiocrop.html +2 -2
  1736. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-asteriskh263.html +2 -2
  1737. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audioamplify.html +2 -2
  1738. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiochebband.html +2 -2
  1739. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiocheblimit.html +2 -2
  1740. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiodynamic.html +2 -2
  1741. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audioecho.html +2 -2
  1742. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiofirfilter.html +2 -2
  1743. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audioiirfilter.html +2 -2
  1744. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audioinvert.html +2 -2
  1745. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiokaraoke.html +2 -2
  1746. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiopanorama.html +2 -2
  1747. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiowsincband.html +2 -2
  1748. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiowsinclimit.html +2 -2
  1749. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-auparse.html +2 -2
  1750. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-autoaudiosink.html +2 -2
  1751. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-autoaudiosrc.html +2 -2
  1752. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-autovideosink.html +2 -2
  1753. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-autovideosrc.html +2 -2
  1754. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-avidemux.html +2 -2
  1755. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-avimux.html +2 -2
  1756. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-avisubtitle.html +2 -2
  1757. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-breakmydata.html +2 -2
  1758. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-cacasink.html +2 -2
  1759. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-cairooverlay.html +11 -11
  1760. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-capssetter.html +2 -2
  1761. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-cpureport.html +2 -2
  1762. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-cutter.html +2 -2
  1763. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-dcaparse.html +2 -2
  1764. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-deinterlace.html +4 -4
  1765. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-deinterleave.html +2 -2
  1766. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-dicetv.html +2 -2
  1767. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-directsoundsink.html +2 -2
  1768. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-dtmfsrc.html +2 -2
  1769. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-dv1394src.html +2 -2
  1770. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-dvdec.html +2 -2
  1771. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-dvdemux.html +2 -2
  1772. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-dynudpsink.html +2 -2
  1773. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-edgetv.html +2 -2
  1774. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-equalizer-10bands.html +2 -2
  1775. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-equalizer-3bands.html +2 -2
  1776. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-equalizer-nbands.html +2 -2
  1777. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-flacdec.html +2 -2
  1778. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-flacenc.html +2 -2
  1779. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-flacparse.html +2 -2
  1780. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-flactag.html +2 -2
  1781. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-flvdemux.html +2 -2
  1782. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-flvmux.html +4 -3
  1783. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-flxdec.html +2 -2
  1784. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-gamma.html +2 -2
  1785. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-gdkpixbufdec.html +2 -6
  1786. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-gdkpixbufoverlay.html +2 -2
  1787. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-gdkpixbufsink.html +4 -4
  1788. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-goom.html +4 -4
  1789. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-goom2k1.html +2 -2
  1790. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-gtkglsink.html +146 -0
  1791. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-gtksink.html +142 -0
  1792. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-hdv1394src.html +7 -7
  1793. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-icydemux.html +5 -5
  1794. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-id3demux.html +5 -5
  1795. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-id3v2mux.html +5 -5
  1796. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-iirequalizer.html +2 -2
  1797. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-imagefreeze.html +5 -5
  1798. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-interleave.html +5 -5
  1799. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-ismlmux.html +31 -5
  1800. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-jackaudiosink.html +5 -5
  1801. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-jackaudiosrc.html +5 -5
  1802. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-jpegdec.html +5 -5
  1803. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-jpegenc.html +22 -8
  1804. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-lamemp3enc.html +339 -0
  1805. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-level.html +8 -8
  1806. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-matroskademux.html +5 -5
  1807. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-matroskamux.html +5 -5
  1808. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-matroskaparse.html +5 -5
  1809. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-mj2mux.html +31 -5
  1810. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-monoscope.html +6 -5
  1811. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-mp4mux.html +31 -5
  1812. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-mpegaudioparse.html +7 -7
  1813. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-mpg123audiodec.html +175 -0
  1814. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-mulawdec.html +6 -6
  1815. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-mulawenc.html +4 -4
  1816. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-multifilesink.html +7 -7
  1817. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-multifilesrc.html +13 -6
  1818. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-multipartdemux.html +5 -5
  1819. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-multipartmux.html +5 -5
  1820. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-multiudpsink.html +4 -4
  1821. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-navigationtest.html +4 -4
  1822. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-navseek.html +4 -4
  1823. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-optv.html +5 -5
  1824. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-oss4sink.html +5 -5
  1825. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-oss4src.html +5 -5
  1826. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-osssink.html +5 -5
  1827. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-osssrc.html +5 -5
  1828. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-osxaudiosink.html +5 -5
  1829. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-osxaudiosrc.html +5 -5
  1830. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-osxvideosink.html +4 -4
  1831. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-1394.html +3 -3
  1832. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-aasink.html +3 -3
  1833. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-alaw.html +3 -3
  1834. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-alpha.html +3 -3
  1835. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-alphacolor.html +3 -3
  1836. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-apetag.html +3 -3
  1837. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-audiofx.html +3 -3
  1838. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-audioparsers.html +3 -3
  1839. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-auparse.html +3 -3
  1840. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-autodetect.html +3 -3
  1841. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-avi.html +3 -3
  1842. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-cacasink.html +3 -3
  1843. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-cairo.html +3 -3
  1844. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-cutter.html +3 -3
  1845. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-debug.html +3 -3
  1846. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-deinterlace.html +3 -3
  1847. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-directsound.html +2 -2
  1848. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-dtmf.html +3 -3
  1849. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-dv.html +3 -3
  1850. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-effectv.html +3 -3
  1851. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-equalizer.html +3 -3
  1852. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-flac.html +3 -3
  1853. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-flv.html +3 -3
  1854. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-flxdec.html +3 -3
  1855. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-gdkpixbuf.html +3 -3
  1856. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-goom.html +5 -5
  1857. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-goom2k1.html +3 -3
  1858. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-gtk.html +85 -0
  1859. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-icydemux.html +7 -7
  1860. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-id3demux.html +5 -5
  1861. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-imagefreeze.html +5 -5
  1862. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-interleave.html +5 -5
  1863. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-isomp4.html +5 -5
  1864. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-jack.html +5 -5
  1865. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-jpeg.html +7 -7
  1866. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-lame.html +79 -0
  1867. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-level.html +7 -7
  1868. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-matroska.html +5 -5
  1869. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-monoscope.html +6 -6
  1870. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-mpg123.html +79 -0
  1871. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-mulaw.html +7 -7
  1872. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-multifile.html +5 -5
  1873. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-multipart.html +5 -5
  1874. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-navigationtest.html +5 -5
  1875. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-oss4.html +5 -5
  1876. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-ossaudio.html +5 -5
  1877. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-osxaudio.html +4 -4
  1878. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-osxvideo.html +4 -4
  1879. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-png.html +5 -5
  1880. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-pulseaudio.html +7 -7
  1881. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-qmlgl.html +85 -0
  1882. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-replaygain.html +7 -7
  1883. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-rtp.html +33 -5
  1884. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-rtpmanager.html +5 -5
  1885. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-rtsp.html +5 -5
  1886. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-shapewipe.html +5 -5
  1887. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-shout2.html +7 -7
  1888. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-smpte.html +5 -5
  1889. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-soup.html +5 -5
  1890. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-spectrum.html +5 -5
  1891. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-speex.html +5 -5
  1892. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-taglib.html +7 -7
  1893. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-twolame.html +79 -0
  1894. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-udp.html +7 -7
  1895. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-video4linux2.html +5 -5
  1896. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-videobox.html +5 -5
  1897. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-videocrop.html +5 -5
  1898. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-videofilter.html +5 -5
  1899. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-videomixer.html +5 -5
  1900. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-vpx.html +5 -5
  1901. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-waveform.html +4 -4
  1902. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-wavenc.html +5 -5
  1903. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-wavpack.html +5 -5
  1904. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-wavparse.html +5 -5
  1905. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-ximagesrc.html +5 -5
  1906. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-y4menc.html +5 -5
  1907. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-pngdec.html +4 -4
  1908. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-pngenc.html +4 -4
  1909. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-progressreport.html +5 -5
  1910. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-pulsesink.html +6 -6
  1911. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-pulsesrc.html +5 -5
  1912. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-pushfilesrc.html +7 -7
  1913. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-qmlglsink.html +186 -0
  1914. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-qmlglsrc.html +174 -0
  1915. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-qtdemux.html +7 -7
  1916. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-qtmoovrecover.html +5 -5
  1917. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-qtmux.html +62 -9
  1918. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-quarktv.html +5 -5
  1919. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-radioactv.html +5 -5
  1920. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-revtv.html +5 -5
  1921. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rganalysis.html +7 -7
  1922. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rglimiter.html +5 -5
  1923. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rgvolume.html +5 -5
  1924. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rippletv.html +5 -5
  1925. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rndbuffersize.html +4 -4
  1926. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpL16depay.html +7 -7
  1927. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpL16pay.html +5 -5
  1928. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpL24depay.html +5 -5
  1929. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpL24pay.html +5 -5
  1930. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpL8depay.html +177 -0
  1931. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpL8pay.html +178 -0
  1932. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpac3depay.html +5 -5
  1933. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpac3pay.html +5 -5
  1934. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpamrdepay.html +5 -5
  1935. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpamrpay.html +5 -5
  1936. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpbin.html +231 -5
  1937. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpbvdepay.html +4 -4
  1938. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpbvpay.html +4 -4
  1939. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpceltdepay.html +4 -4
  1940. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpceltpay.html +4 -4
  1941. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpdec.html +4 -4
  1942. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpdtmfdepay.html +4 -4
  1943. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpdtmfmux.html +4 -4
  1944. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpdtmfsrc.html +4 -4
  1945. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpdvdepay.html +4 -4
  1946. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpdvpay.html +4 -4
  1947. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpg722depay.html +4 -4
  1948. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpg722pay.html +6 -6
  1949. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpg723depay.html +4 -4
  1950. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpg723pay.html +4 -4
  1951. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpg726depay.html +4 -4
  1952. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpg726pay.html +4 -4
  1953. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpg729depay.html +4 -4
  1954. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpg729pay.html +4 -4
  1955. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpgsmdepay.html +4 -4
  1956. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpgsmpay.html +4 -4
  1957. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpgstdepay.html +4 -4
  1958. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpgstpay.html +4 -4
  1959. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtph261depay.html +5 -5
  1960. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtph261pay.html +5 -5
  1961. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtph263depay.html +4 -4
  1962. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtph263pay.html +4 -4
  1963. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtph263pdepay.html +4 -4
  1964. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtph263ppay.html +4 -4
  1965. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtph264depay.html +4 -4
  1966. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtph264pay.html +4 -4
  1967. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtph265depay.html +9 -5
  1968. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtph265pay.html +4 -4
  1969. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpilbcdepay.html +4 -4
  1970. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpilbcpay.html +4 -4
  1971. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpj2kdepay.html +4 -4
  1972. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpj2kpay.html +4 -4
  1973. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpjitterbuffer.html +35 -5
  1974. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpjpegdepay.html +4 -4
  1975. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpjpegpay.html +4 -4
  1976. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpklvdepay.html +5 -5
  1977. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpklvpay.html +7 -7
  1978. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmp1sdepay.html +4 -4
  1979. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmp2tdepay.html +4 -4
  1980. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmp2tpay.html +4 -4
  1981. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmp4adepay.html +4 -4
  1982. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmp4apay.html +4 -4
  1983. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmp4gdepay.html +4 -4
  1984. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmp4gpay.html +4 -4
  1985. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmp4vdepay.html +4 -4
  1986. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmp4vpay.html +4 -4
  1987. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmpadepay.html +4 -4
  1988. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmpapay.html +4 -4
  1989. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmparobustdepay.html +4 -4
  1990. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmpvdepay.html +4 -4
  1991. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmpvpay.html +4 -4
  1992. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmux.html +5 -5
  1993. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpopusdepay.html +4 -4
  1994. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpopuspay.html +4 -4
  1995. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtppcmadepay.html +4 -4
  1996. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtppcmapay.html +4 -4
  1997. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtppcmudepay.html +4 -4
  1998. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtppcmupay.html +4 -4
  1999. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpptdemux.html +37 -6
  2000. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpqcelpdepay.html +4 -4
  2001. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpqdm2depay.html +6 -6
  2002. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpreddec.html +207 -0
  2003. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpredenc.html +235 -0
  2004. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtprtxqueue.html +7 -7
  2005. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtprtxreceive.html +5 -5
  2006. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtprtxsend.html +4 -4
  2007. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpsbcdepay.html +31 -5
  2008. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpsbcpay.html +4 -4
  2009. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpsession.html +5 -5
  2010. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpsirendepay.html +4 -4
  2011. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpsirenpay.html +4 -4
  2012. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpspeexdepay.html +4 -4
  2013. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpspeexpay.html +4 -4
  2014. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpssrcdemux.html +7 -7
  2015. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpstorage.html +216 -0
  2016. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpstreamdepay.html +7 -7
  2017. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpstreampay.html +5 -5
  2018. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpsv3vdepay.html +4 -4
  2019. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtptheoradepay.html +4 -4
  2020. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtptheorapay.html +6 -6
  2021. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpulpfecdec.html +240 -0
  2022. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpulpfecenc.html +298 -0
  2023. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpvorbisdepay.html +6 -6
  2024. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpvorbispay.html +4 -4
  2025. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpvp8depay.html +4 -4
  2026. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpvp8pay.html +4 -4
  2027. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpvp9depay.html +4 -4
  2028. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpvp9pay.html +4 -4
  2029. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpvrawdepay.html +4 -4
  2030. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpvrawpay.html +4 -4
  2031. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpxqtdepay.html +4 -4
  2032. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtspsrc.html +180 -7
  2033. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-sbcparse.html +4 -4
  2034. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-scaletempo.html +5 -5
  2035. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-shagadelictv.html +5 -5
  2036. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-shapewipe.html +5 -5
  2037. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-shout2send.html +36 -38
  2038. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-smpte.html +5 -5
  2039. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-smptealpha.html +5 -5
  2040. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-souphttpclientsink.html +8 -8
  2041. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-souphttpsrc.html +9 -9
  2042. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-spectrum.html +6 -6
  2043. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-speexdec.html +5 -5
  2044. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-speexenc.html +5 -5
  2045. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-splitfilesrc.html +5 -5
  2046. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-splitmuxsink.html +68 -5
  2047. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-splitmuxsrc.html +5 -5
  2048. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-streaktv.html +5 -5
  2049. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-taginject.html +5 -5
  2050. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-testsink.html +6 -6
  2051. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-twolamemp2enc.html +383 -0
  2052. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-udpsink.html +7 -7
  2053. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-udpsrc.html +6 -6
  2054. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-v4l2radio.html +5 -5
  2055. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-v4l2sink.html +9 -5
  2056. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-v4l2src.html +12 -6
  2057. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-vertigotv.html +5 -5
  2058. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-videobalance.html +5 -5
  2059. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-videobox.html +4 -4
  2060. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-videocrop.html +5 -5
  2061. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-videoflip.html +5 -5
  2062. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-videomedian.html +4 -4
  2063. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-videomixer.html +5 -5
  2064. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-vp8dec.html +5 -5
  2065. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-vp8enc.html +5 -5
  2066. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-vp9dec.html +5 -5
  2067. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-vp9enc.html +5 -5
  2068. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-warptv.html +5 -5
  2069. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-waveformsink.html +5 -5
  2070. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-wavenc.html +5 -5
  2071. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-wavpackdec.html +5 -5
  2072. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-wavpackenc.html +5 -5
  2073. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-wavpackparse.html +5 -5
  2074. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-wavparse.html +5 -5
  2075. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-webmmux.html +9 -5
  2076. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-ximagesrc.html +5 -5
  2077. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-y4menc.html +5 -5
  2078. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/home.png +0 -0
  2079. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/index.html +60 -3
  2080. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/left-insensitive.png +0 -0
  2081. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/left.png +0 -0
  2082. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/right-insensitive.png +0 -0
  2083. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/right.png +0 -0
  2084. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/up-insensitive.png +0 -0
  2085. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/up.png +0 -0
  2086. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstAllocator.html +7 -7
  2087. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstBin.html +17 -14
  2088. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstBuffer.html +272 -43
  2089. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstBufferList.html +95 -3
  2090. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstBufferPool.html +5 -5
  2091. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstBus.html +58 -5
  2092. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstCaps.html +23 -22
  2093. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstCapsFeatures.html +27 -26
  2094. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstChildProxy.html +2 -2
  2095. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstClock.html +16 -10
  2096. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstContext.html +8 -8
  2097. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstControlBinding.html +2 -2
  2098. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstControlSource.html +2 -2
  2099. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstDateTime.html +4 -4
  2100. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstDeviceProviderFactory.html +13 -13
  2101. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstDynamicTypeFactory.html +2 -2
  2102. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstElement.html +516 -25
  2103. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstElementFactory.html +4 -2
  2104. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstEvent.html +36 -32
  2105. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstGhostPad.html +5 -5
  2106. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstMemory.html +11 -11
  2107. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstMessage.html +104 -59
  2108. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstObject.html +10 -9
  2109. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPad.html +61 -23
  2110. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPadTemplate.html +92 -3
  2111. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPipeline.html +6 -6
  2112. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPlugin.html +26 -14
  2113. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPluginFeature.html +3 -3
  2114. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPreset.html +8 -8
  2115. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPromise.html +598 -0
  2116. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstQuery.html +22 -22
  2117. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstRegistry.html +15 -13
  2118. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstSample.html +6 -6
  2119. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstSegment.html +16 -14
  2120. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstStructure.html +15 -11
  2121. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstSystemClock.html +5 -5
  2122. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTagList.html +46 -10
  2123. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTagSetter.html +2 -2
  2124. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTask.html +2 -2
  2125. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTaskPool.html +2 -2
  2126. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstToc.html +7 -7
  2127. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTracer.html +390 -4
  2128. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTracerFactory.html +45 -6
  2129. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTracerRecord.html +5 -4
  2130. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTypeFindFactory.html +2 -2
  2131. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/annotation-glossary.html +6 -4
  2132. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gst-building.html +2 -2
  2133. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gst-running.html +7 -2
  2134. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-1.0.devhelp2 +84 -13
  2135. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-Gst.html +29 -3
  2136. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstAtomicQueue.html +2 -2
  2137. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstConfig.html +2 -2
  2138. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstDevice.html +21 -18
  2139. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstDeviceMonitor.html +18 -18
  2140. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstDeviceProvider.html +69 -20
  2141. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstFormat.html +2 -2
  2142. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstGError.html +2 -2
  2143. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstInfo.html +201 -24
  2144. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstIterator.html +2 -2
  2145. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstMeta.html +7 -6
  2146. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstMiniObject.html +8 -6
  2147. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstParamSpec.html +102 -4
  2148. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstParse.html +32 -29
  2149. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstPoll.html +2 -2
  2150. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstProtectionMeta.html +58 -14
  2151. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstStream.html +21 -26
  2152. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstStreamCollection.html +11 -11
  2153. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstTocSetter.html +2 -2
  2154. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstTypeFind.html +2 -2
  2155. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstUri.html +68 -63
  2156. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstUriHandler.html +17 -11
  2157. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstUtils.html +74 -11
  2158. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstValue.html +17 -15
  2159. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstVersion.html +4 -4
  2160. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-device-probing.html +2 -2
  2161. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-hierarchy.html +4 -3
  2162. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-support.html +2 -2
  2163. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer.html +2 -2
  2164. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/home.png +0 -0
  2165. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/index.html +16 -11
  2166. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix01.html +214 -2
  2167. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix02.html +11 -4
  2168. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix03.html +62 -134
  2169. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix04.html +22 -76
  2170. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix05.html +76 -213
  2171. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix06.html +34 -228
  2172. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix07.html +414 -9
  2173. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix08.html +86 -101
  2174. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix09.html +9 -9
  2175. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix10.html +324 -9
  2176. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix11.html +34 -0
  2177. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix12.html +34 -0
  2178. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/left-insensitive.png +0 -0
  2179. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/left.png +0 -0
  2180. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/libgstreamer.html +5 -2
  2181. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/right-insensitive.png +0 -0
  2182. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/right.png +0 -0
  2183. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/up-insensitive.png +0 -0
  2184. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/up.png +0 -0
  2185. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstARGBControlBinding.html +2 -2
  2186. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstAdapter.html +16 -16
  2187. data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0 → gstreamer-libs-1.0}/GstAggregator.html +197 -87
  2188. data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0 → gstreamer-libs-1.0}/GstAggregatorPad.html +98 -30
  2189. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstBaseParse.html +13 -13
  2190. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstBaseSink.html +5 -5
  2191. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstBaseSrc.html +72 -9
  2192. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstBaseTransform.html +29 -13
  2193. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstCollectPads.html +14 -14
  2194. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstDirectControlBinding.html +3 -3
  2195. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstInterpolationControlSource.html +2 -2
  2196. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstLFOControlSource.html +2 -2
  2197. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstNetClientClock.html +25 -7
  2198. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstNetTimeProvider.html +18 -3
  2199. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstPtpClock.html +14 -9
  2200. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstPushSrc.html +2 -2
  2201. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstTestClock.html +19 -19
  2202. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstTimedValueControlSource.html +5 -5
  2203. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstTriggerControlSource.html +2 -2
  2204. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/annotation-glossary.html +4 -6
  2205. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-base.html +11 -4
  2206. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-check.html +2 -2
  2207. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-control.html +2 -2
  2208. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-hierarchy.html +5 -2
  2209. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-1.0.devhelp2 +60 -6
  2210. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstBitReader.html +2 -2
  2211. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstBufferStraw.html +2 -2
  2212. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstByteReader.html +8 -8
  2213. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstByteWriter.html +4 -5
  2214. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstCheck.html +16 -16
  2215. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstDataQueue.html +14 -14
  2216. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstFlowCombiner.html +77 -11
  2217. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstHarness.html +218 -92
  2218. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstNetAddressMeta.html +2 -2
  2219. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstNetControlMessageMeta.html +2 -2
  2220. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstNetTimePacket.html +3 -3
  2221. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstProxyControlBinding.html +6 -5
  2222. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstQueueArray.html +165 -15
  2223. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstStreamConsistency.html +2 -2
  2224. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstTypeFindHelper.html +8 -8
  2225. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs.html +9 -2
  2226. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-net.html +2 -2
  2227. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/home.png +0 -0
  2228. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/index.html +19 -9
  2229. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/ix01.html +118 -2
  2230. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/ix02.html +3 -3
  2231. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/ix03.html +33 -11
  2232. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/ix04.html +10 -25
  2233. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/ix05.html +11 -471
  2234. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/ix06.html +11 -79
  2235. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/ix07.html +13 -201
  2236. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/ix08.html +477 -10
  2237. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/ix09.html +114 -0
  2238. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/ix10.html +241 -0
  2239. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/ix11.html +34 -0
  2240. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/left-insensitive.png +0 -0
  2241. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/left.png +0 -0
  2242. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/right-insensitive.png +0 -0
  2243. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/right.png +0 -0
  2244. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/up-insensitive.png +0 -0
  2245. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/up.png +0 -0
  2246. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/ch01.html +2 -2
  2247. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/ch02.html +23 -9
  2248. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/ch03.html +37 -0
  2249. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-1.0.devhelp2 +15 -1
  2250. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-capsfilter.html +7 -7
  2251. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-concat.html +9 -9
  2252. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-dataurisrc.html +6 -6
  2253. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-downloadbuffer.html +4 -4
  2254. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-fakesink.html +9 -9
  2255. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-fakesrc.html +9 -9
  2256. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-fdsink.html +7 -7
  2257. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-fdsrc.html +7 -7
  2258. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-filesink.html +6 -6
  2259. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-filesrc.html +6 -6
  2260. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-funnel.html +5 -5
  2261. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-identity.html +23 -10
  2262. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-input-selector.html +9 -9
  2263. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-latencytracer.html +78 -0
  2264. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-leakstracer.html +80 -0
  2265. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-logtracer.html +77 -0
  2266. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-multiqueue.html +5 -5
  2267. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-output-selector.html +6 -6
  2268. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-plugin-coreelements.html +11 -10
  2269. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-plugin-coretracers.html +96 -0
  2270. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-queue.html +4 -4
  2271. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-queue2.html +4 -4
  2272. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-rusagetracer.html +77 -0
  2273. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-statstracer.html +77 -0
  2274. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-streamiddemux.html +7 -7
  2275. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-tee.html +7 -7
  2276. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-typefind.html +10 -10
  2277. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-valve.html +6 -6
  2278. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/home.png +0 -0
  2279. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/index.html +29 -6
  2280. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/left-insensitive.png +0 -0
  2281. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/left.png +0 -0
  2282. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/right-insensitive.png +0 -0
  2283. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/right.png +0 -0
  2284. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/up-insensitive.png +0 -0
  2285. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/up.png +0 -0
  2286. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAddress.html +2 -2
  2287. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuth.html +2 -2
  2288. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuthDomain.html +2 -2
  2289. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuthDomainBasic.html +2 -2
  2290. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuthDomainDigest.html +2 -2
  2291. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuthManager.html +2 -2
  2292. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCache.html +2 -2
  2293. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupContentDecoder.html +2 -2
  2294. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupContentSniffer.html +2 -2
  2295. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCookie.html +8 -7
  2296. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCookieJar.html +2 -2
  2297. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCookieJarDB.html +2 -2
  2298. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCookieJarText.html +2 -2
  2299. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupLogger.html +2 -2
  2300. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMessage.html +2 -2
  2301. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMessageBody.html +2 -2
  2302. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMessageHeaders.html +2 -2
  2303. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMultipart.html +2 -2
  2304. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMultipartInputStream.html +2 -2
  2305. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupProxyResolverDefault.html +2 -2
  2306. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupRequest.html +2 -2
  2307. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupRequestData.html +2 -2
  2308. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupRequestFile.html +2 -2
  2309. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupRequestHTTP.html +2 -2
  2310. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupServer.html +2 -2
  2311. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSession.html +2 -2
  2312. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSessionAsync.html +2 -2
  2313. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSessionFeature.html +2 -2
  2314. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSessionSync.html +2 -2
  2315. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSocket.html +2 -2
  2316. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupURI.html +2 -2
  2317. data/vendor/local/share/gtk-doc/html/libsoup-2.4/annotation-glossary.html +2 -2
  2318. data/vendor/local/share/gtk-doc/html/libsoup-2.4/ch01.html +2 -2
  2319. data/vendor/local/share/gtk-doc/html/libsoup-2.4/ch02.html +2 -2
  2320. data/vendor/local/share/gtk-doc/html/libsoup-2.4/ch03.html +2 -2
  2321. data/vendor/local/share/gtk-doc/html/libsoup-2.4/ch04.html +2 -2
  2322. data/vendor/local/share/gtk-doc/html/libsoup-2.4/ch05.html +2 -2
  2323. data/vendor/local/share/gtk-doc/html/libsoup-2.4/index.html +2 -2
  2324. data/vendor/local/share/gtk-doc/html/libsoup-2.4/ix01.html +685 -685
  2325. data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-HTML-Form-Support.html +2 -2
  2326. data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-Soup-Miscellaneous-Utilities.html +2 -2
  2327. data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-SoupServer-deprecated-API.html +2 -2
  2328. data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-Top-Level-Domain-utils.html +2 -2
  2329. data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-Version-Information.html +2 -2
  2330. data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-WebSockets.html +2 -2
  2331. data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-XMLRPC-Support.html +2 -2
  2332. data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-soup-method.html +2 -2
  2333. data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-soup-status.html +2 -2
  2334. data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-build-howto.html +2 -2
  2335. data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-client-howto.html +2 -2
  2336. data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-request-howto.html +2 -2
  2337. data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-server-howto.html +2 -2
  2338. data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-session-porting.html +2 -2
  2339. data/vendor/local/share/locale/af/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2340. data/vendor/local/share/locale/az/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2341. data/vendor/local/share/locale/bg/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  2342. data/vendor/local/share/locale/bg/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2343. data/vendor/local/share/locale/ca/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2344. data/vendor/local/share/locale/cs/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  2345. data/vendor/local/share/locale/cs/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  2346. data/vendor/local/share/locale/cs/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2347. data/vendor/local/share/locale/da/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  2348. data/vendor/local/share/locale/da/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  2349. data/vendor/local/share/locale/da/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2350. data/vendor/local/share/locale/de/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  2351. data/vendor/local/share/locale/de/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  2352. data/vendor/local/share/locale/de/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2353. data/vendor/local/share/locale/el/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2354. data/vendor/local/share/locale/en_GB/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2355. data/vendor/local/share/locale/eo/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2356. data/vendor/local/share/locale/es/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2357. data/vendor/local/share/locale/eu/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2358. data/vendor/local/share/locale/fi/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2359. data/vendor/local/share/locale/fr/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  2360. data/vendor/local/share/locale/fr/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  2361. data/vendor/local/share/locale/fr/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2362. data/vendor/local/share/locale/fur/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  2363. data/vendor/local/share/locale/fur/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  2364. data/vendor/local/share/locale/fur/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2365. data/vendor/local/share/locale/gl/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2366. data/vendor/local/share/locale/hr/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  2367. data/vendor/local/share/locale/hr/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  2368. data/vendor/local/share/locale/hr/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2369. data/vendor/local/share/locale/hr/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  2370. data/vendor/local/share/locale/hr/LC_MESSAGES/libsoup.mo +0 -0
  2371. data/vendor/local/share/locale/hu/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  2372. data/vendor/local/share/locale/hu/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  2373. data/vendor/local/share/locale/hu/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2374. data/vendor/local/share/locale/id/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  2375. data/vendor/local/share/locale/id/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  2376. data/vendor/local/share/locale/id/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2377. data/vendor/local/share/locale/it/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  2378. data/vendor/local/share/locale/it/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2379. data/vendor/local/share/locale/ja/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2380. data/vendor/local/share/locale/lt/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2381. data/vendor/local/share/locale/lv/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2382. data/vendor/local/share/locale/mt/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2383. data/vendor/local/share/locale/nb/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  2384. data/vendor/local/share/locale/nb/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  2385. data/vendor/local/share/locale/nb/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2386. data/vendor/local/share/locale/nl/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  2387. data/vendor/local/share/locale/nl/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2388. data/vendor/local/share/locale/or/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2389. data/vendor/local/share/locale/pl/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  2390. data/vendor/local/share/locale/pl/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  2391. data/vendor/local/share/locale/pl/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2392. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  2393. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2394. data/vendor/local/share/locale/ro/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2395. data/vendor/local/share/locale/ro/LC_MESSAGES/libsoup.mo +0 -0
  2396. data/vendor/local/share/locale/ru/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  2397. data/vendor/local/share/locale/ru/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  2398. data/vendor/local/share/locale/ru/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2399. data/vendor/local/share/locale/sk/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  2400. data/vendor/local/share/locale/sk/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2401. data/vendor/local/share/locale/sk/LC_MESSAGES/libsoup.mo +0 -0
  2402. data/vendor/local/share/locale/sl/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2403. data/vendor/local/share/locale/sq/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2404. data/vendor/local/share/locale/sr/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  2405. data/vendor/local/share/locale/sr/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  2406. data/vendor/local/share/locale/sr/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2407. data/vendor/local/share/locale/sv/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  2408. data/vendor/local/share/locale/sv/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  2409. data/vendor/local/share/locale/sv/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2410. data/vendor/local/share/locale/tr/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  2411. data/vendor/local/share/locale/tr/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  2412. data/vendor/local/share/locale/tr/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2413. data/vendor/local/share/locale/uk/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  2414. data/vendor/local/share/locale/uk/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  2415. data/vendor/local/share/locale/uk/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2416. data/vendor/local/share/locale/vi/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  2417. data/vendor/local/share/locale/vi/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  2418. data/vendor/local/share/locale/vi/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2419. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  2420. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  2421. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2422. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/libsoup.mo +0 -0
  2423. data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2424. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2425. data/vendor/local/share/man/man1/gst-launch-1.0.1 +4 -0
  2426. metadata +470 -195
  2427. data/vendor/local/bin/libgstbadbase-1.0-0.dll +0 -0
  2428. data/vendor/local/bin/libgstgl-1.0-0.dll +0 -0
  2429. data/vendor/local/include/gstreamer-1.0/gst/gl/gl.h +0 -58
  2430. data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/base.h +0 -328
  2431. data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/blending.h +0 -99
  2432. data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/buffers.h +0 -48
  2433. data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/debug.h +0 -117
  2434. data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/eglimage.h +0 -53
  2435. data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/fbo.h +0 -157
  2436. data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/fixedfunction.h +0 -144
  2437. data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/gles.h +0 -102
  2438. data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/gstgl_compat.h +0 -67
  2439. data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/gstgl_gles2compat.h +0 -57
  2440. data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/opengl.h +0 -72
  2441. data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/query.h +0 -63
  2442. data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/shaders.h +0 -374
  2443. data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/sync.h +0 -46
  2444. data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/vao.h +0 -37
  2445. data/vendor/local/include/gstreamer-1.0/gst/gl/gstgl_fwd.h +0 -173
  2446. data/vendor/local/include/gstreamer-1.0/gst/gl/gstglapi.h +0 -186
  2447. data/vendor/local/include/gstreamer-1.0/gst/gl/gstglbasefilter.h +0 -90
  2448. data/vendor/local/include/gstreamer-1.0/gst/gl/gstglbasememory.h +0 -384
  2449. data/vendor/local/include/gstreamer-1.0/gst/gl/gstglbuffer.h +0 -135
  2450. data/vendor/local/include/gstreamer-1.0/gst/gl/gstglbufferpool.h +0 -81
  2451. data/vendor/local/include/gstreamer-1.0/gst/gl/gstglcolorconvert.h +0 -142
  2452. data/vendor/local/include/gstreamer-1.0/gst/gl/gstglcontext.h +0 -214
  2453. data/vendor/local/include/gstreamer-1.0/gst/gl/gstgldebug.h +0 -184
  2454. data/vendor/local/include/gstreamer-1.0/gst/gl/gstgldisplay.h +0 -142
  2455. data/vendor/local/include/gstreamer-1.0/gst/gl/gstglfeature.h +0 -62
  2456. data/vendor/local/include/gstreamer-1.0/gst/gl/gstglfilter.h +0 -142
  2457. data/vendor/local/include/gstreamer-1.0/gst/gl/gstglformat.h +0 -125
  2458. data/vendor/local/include/gstreamer-1.0/gst/gl/gstglframebuffer.h +0 -120
  2459. data/vendor/local/include/gstreamer-1.0/gst/gl/gstglmemory.h +0 -295
  2460. data/vendor/local/include/gstreamer-1.0/gst/gl/gstglmemorypbo.h +0 -115
  2461. data/vendor/local/include/gstreamer-1.0/gst/gl/gstgloverlaycompositor.h +0 -92
  2462. data/vendor/local/include/gstreamer-1.0/gst/gl/gstglquery.h +0 -162
  2463. data/vendor/local/include/gstreamer-1.0/gst/gl/gstglrenderbuffer.h +0 -146
  2464. data/vendor/local/include/gstreamer-1.0/gst/gl/gstglshader.h +0 -162
  2465. data/vendor/local/include/gstreamer-1.0/gst/gl/gstglsl.h +0 -150
  2466. data/vendor/local/include/gstreamer-1.0/gst/gl/gstglslstage.h +0 -108
  2467. data/vendor/local/include/gstreamer-1.0/gst/gl/gstglsyncmeta.h +0 -95
  2468. data/vendor/local/include/gstreamer-1.0/gst/gl/gstglupload.h +0 -122
  2469. data/vendor/local/include/gstreamer-1.0/gst/gl/gstglutils.h +0 -61
  2470. data/vendor/local/include/gstreamer-1.0/gst/gl/gstglviewconvert.h +0 -134
  2471. data/vendor/local/include/gstreamer-1.0/gst/gl/gstglwindow.h +0 -252
  2472. data/vendor/local/lib/girepository-1.0/GstBadAllocators-1.0.typelib +0 -0
  2473. data/vendor/local/lib/girepository-1.0/GstFft-1.0.typelib +0 -0
  2474. data/vendor/local/lib/girepository-1.0/GstGL-1.0.typelib +0 -0
  2475. data/vendor/local/lib/gstreamer-1.0/include/gst/gl/gstglconfig.h +0 -48
  2476. data/vendor/local/lib/gstreamer-1.0/libgstd3dvideosink.dll +0 -0
  2477. data/vendor/local/lib/gstreamer-1.0/libgstd3dvideosink.dll.a +0 -0
  2478. data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsink.dll +0 -0
  2479. data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsink.dll.a +0 -0
  2480. data/vendor/local/lib/gstreamer-1.0/libgstopengl.dll +0 -0
  2481. data/vendor/local/lib/gstreamer-1.0/libgstopengl.dll.a +0 -0
  2482. data/vendor/local/lib/gstreamer-1.0/libgstopengl.la +0 -41
  2483. data/vendor/local/lib/gstreamer-1.0/libgstwaveformsink.dll.a +0 -0
  2484. data/vendor/local/lib/libgstbadallocators-1.0.dll.a +0 -0
  2485. data/vendor/local/lib/libgstbadbase-1.0.dll.a +0 -0
  2486. data/vendor/local/lib/libgstgl-1.0.dll.a +0 -0
  2487. data/vendor/local/lib/libgstgl-1.0.la +0 -41
  2488. data/vendor/local/lib/pkgconfig/gstreamer-bad-allocators-1.0.pc +0 -16
  2489. data/vendor/local/lib/pkgconfig/gstreamer-bad-base-1.0.pc +0 -16
  2490. data/vendor/local/lib/pkgconfig/gstreamer-gl-1.0.pc +0 -16
  2491. data/vendor/local/share/gir-1.0/GstBadAllocators-1.0.gir +0 -92
  2492. data/vendor/local/share/gir-1.0/GstFft-1.0.gir +0 -730
  2493. data/vendor/local/share/gir-1.0/GstGL-1.0.gir +0 -13700
  2494. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/base.html +0 -38
  2495. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gl.html +0 -122
  2496. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLSL.html +0 -475
  2497. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-audiomixer.html +0 -273
  2498. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-glow.html +0 -136
  2499. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-heat.html +0 -136
  2500. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-sin.html +0 -136
  2501. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gloverlay.html +0 -474
  2502. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mimdec.html +0 -48
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 95a11cd3b7eb41e7203f95992b45171b46e2ec63b24da0d561a345df35316652
4
- data.tar.gz: 1c87eb270df457a6b4b4f82652bb160b4dfd14d963c10384b4756788e255b72c
3
+ metadata.gz: 420794afae7dc2f0823f7f39ff83641757c058f3254707acf7e2c175587669c0
4
+ data.tar.gz: 90bdc89ab2b1dde4eef9f83d40f778fed09154943d86e2bd2203b8639f3a63d1
5
5
  SHA512:
6
- metadata.gz: 82e1e4b092ad4fc1d60ae0b3e5e665996c9170c35776eb47f67cfd09628825dba93695cc61dd4928aa9fd5892bff24dcd60b4bc213e3e9e347733bf6c2169429
7
- data.tar.gz: d50b7be288b187b6efca8f7b6553537eec727aeb4b1a1d4afdd883ef01396dd0c99ac4cecd5a6d8bac28d2c444ce6119a39618fe6cd1c68a9643afed6e5324d9
6
+ metadata.gz: 44bdf58f861a7f36c1d062f80bd7992d3f442812d1009a0d8d5e991ac70f86dd6573b072f50357a0c5716f0121a1e92728e38e2eb4f484de4e94b02967d044e8
7
+ data.tar.gz: cb68516ad03742d542ebde126209fbd2cdf5fa75364139e8cf76c8590c6a7d7ae00d30a4e464fc4e222ccb94323176570a6aea2d9c8aaa2406fdf46b962c4601
@@ -0,0 +1,502 @@
1
+ GNU LESSER GENERAL PUBLIC LICENSE
2
+ Version 2.1, February 1999
3
+
4
+ Copyright (C) 1991, 1999 Free Software Foundation, Inc.
5
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
6
+ Everyone is permitted to copy and distribute verbatim copies
7
+ of this license document, but changing it is not allowed.
8
+
9
+ [This is the first released version of the Lesser GPL. It also counts
10
+ as the successor of the GNU Library Public License, version 2, hence
11
+ the version number 2.1.]
12
+
13
+ Preamble
14
+
15
+ The licenses for most software are designed to take away your
16
+ freedom to share and change it. By contrast, the GNU General Public
17
+ Licenses are intended to guarantee your freedom to share and change
18
+ free software--to make sure the software is free for all its users.
19
+
20
+ This license, the Lesser General Public License, applies to some
21
+ specially designated software packages--typically libraries--of the
22
+ Free Software Foundation and other authors who decide to use it. You
23
+ can use it too, but we suggest you first think carefully about whether
24
+ this license or the ordinary General Public License is the better
25
+ strategy to use in any particular case, based on the explanations below.
26
+
27
+ When we speak of free software, we are referring to freedom of use,
28
+ not price. Our General Public Licenses are designed to make sure that
29
+ you have the freedom to distribute copies of free software (and charge
30
+ for this service if you wish); that you receive source code or can get
31
+ it if you want it; that you can change the software and use pieces of
32
+ it in new free programs; and that you are informed that you can do
33
+ these things.
34
+
35
+ To protect your rights, we need to make restrictions that forbid
36
+ distributors to deny you these rights or to ask you to surrender these
37
+ rights. These restrictions translate to certain responsibilities for
38
+ you if you distribute copies of the library or if you modify it.
39
+
40
+ For example, if you distribute copies of the library, whether gratis
41
+ or for a fee, you must give the recipients all the rights that we gave
42
+ you. You must make sure that they, too, receive or can get the source
43
+ code. If you link other code with the library, you must provide
44
+ complete object files to the recipients, so that they can relink them
45
+ with the library after making changes to the library and recompiling
46
+ it. And you must show them these terms so they know their rights.
47
+
48
+ We protect your rights with a two-step method: (1) we copyright the
49
+ library, and (2) we offer you this license, which gives you legal
50
+ permission to copy, distribute and/or modify the library.
51
+
52
+ To protect each distributor, we want to make it very clear that
53
+ there is no warranty for the free library. Also, if the library is
54
+ modified by someone else and passed on, the recipients should know
55
+ that what they have is not the original version, so that the original
56
+ author's reputation will not be affected by problems that might be
57
+ introduced by others.
58
+
59
+ Finally, software patents pose a constant threat to the existence of
60
+ any free program. We wish to make sure that a company cannot
61
+ effectively restrict the users of a free program by obtaining a
62
+ restrictive license from a patent holder. Therefore, we insist that
63
+ any patent license obtained for a version of the library must be
64
+ consistent with the full freedom of use specified in this license.
65
+
66
+ Most GNU software, including some libraries, is covered by the
67
+ ordinary GNU General Public License. This license, the GNU Lesser
68
+ General Public License, applies to certain designated libraries, and
69
+ is quite different from the ordinary General Public License. We use
70
+ this license for certain libraries in order to permit linking those
71
+ libraries into non-free programs.
72
+
73
+ When a program is linked with a library, whether statically or using
74
+ a shared library, the combination of the two is legally speaking a
75
+ combined work, a derivative of the original library. The ordinary
76
+ General Public License therefore permits such linking only if the
77
+ entire combination fits its criteria of freedom. The Lesser General
78
+ Public License permits more lax criteria for linking other code with
79
+ the library.
80
+
81
+ We call this license the "Lesser" General Public License because it
82
+ does Less to protect the user's freedom than the ordinary General
83
+ Public License. It also provides other free software developers Less
84
+ of an advantage over competing non-free programs. These disadvantages
85
+ are the reason we use the ordinary General Public License for many
86
+ libraries. However, the Lesser license provides advantages in certain
87
+ special circumstances.
88
+
89
+ For example, on rare occasions, there may be a special need to
90
+ encourage the widest possible use of a certain library, so that it becomes
91
+ a de-facto standard. To achieve this, non-free programs must be
92
+ allowed to use the library. A more frequent case is that a free
93
+ library does the same job as widely used non-free libraries. In this
94
+ case, there is little to gain by limiting the free library to free
95
+ software only, so we use the Lesser General Public License.
96
+
97
+ In other cases, permission to use a particular library in non-free
98
+ programs enables a greater number of people to use a large body of
99
+ free software. For example, permission to use the GNU C Library in
100
+ non-free programs enables many more people to use the whole GNU
101
+ operating system, as well as its variant, the GNU/Linux operating
102
+ system.
103
+
104
+ Although the Lesser General Public License is Less protective of the
105
+ users' freedom, it does ensure that the user of a program that is
106
+ linked with the Library has the freedom and the wherewithal to run
107
+ that program using a modified version of the Library.
108
+
109
+ The precise terms and conditions for copying, distribution and
110
+ modification follow. Pay close attention to the difference between a
111
+ "work based on the library" and a "work that uses the library". The
112
+ former contains code derived from the library, whereas the latter must
113
+ be combined with the library in order to run.
114
+
115
+ GNU LESSER GENERAL PUBLIC LICENSE
116
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
117
+
118
+ 0. This License Agreement applies to any software library or other
119
+ program which contains a notice placed by the copyright holder or
120
+ other authorized party saying it may be distributed under the terms of
121
+ this Lesser General Public License (also called "this License").
122
+ Each licensee is addressed as "you".
123
+
124
+ A "library" means a collection of software functions and/or data
125
+ prepared so as to be conveniently linked with application programs
126
+ (which use some of those functions and data) to form executables.
127
+
128
+ The "Library", below, refers to any such software library or work
129
+ which has been distributed under these terms. A "work based on the
130
+ Library" means either the Library or any derivative work under
131
+ copyright law: that is to say, a work containing the Library or a
132
+ portion of it, either verbatim or with modifications and/or translated
133
+ straightforwardly into another language. (Hereinafter, translation is
134
+ included without limitation in the term "modification".)
135
+
136
+ "Source code" for a work means the preferred form of the work for
137
+ making modifications to it. For a library, complete source code means
138
+ all the source code for all modules it contains, plus any associated
139
+ interface definition files, plus the scripts used to control compilation
140
+ and installation of the library.
141
+
142
+ Activities other than copying, distribution and modification are not
143
+ covered by this License; they are outside its scope. The act of
144
+ running a program using the Library is not restricted, and output from
145
+ such a program is covered only if its contents constitute a work based
146
+ on the Library (independent of the use of the Library in a tool for
147
+ writing it). Whether that is true depends on what the Library does
148
+ and what the program that uses the Library does.
149
+
150
+ 1. You may copy and distribute verbatim copies of the Library's
151
+ complete source code as you receive it, in any medium, provided that
152
+ you conspicuously and appropriately publish on each copy an
153
+ appropriate copyright notice and disclaimer of warranty; keep intact
154
+ all the notices that refer to this License and to the absence of any
155
+ warranty; and distribute a copy of this License along with the
156
+ Library.
157
+
158
+ You may charge a fee for the physical act of transferring a copy,
159
+ and you may at your option offer warranty protection in exchange for a
160
+ fee.
161
+
162
+ 2. You may modify your copy or copies of the Library or any portion
163
+ of it, thus forming a work based on the Library, and copy and
164
+ distribute such modifications or work under the terms of Section 1
165
+ above, provided that you also meet all of these conditions:
166
+
167
+ a) The modified work must itself be a software library.
168
+
169
+ b) You must cause the files modified to carry prominent notices
170
+ stating that you changed the files and the date of any change.
171
+
172
+ c) You must cause the whole of the work to be licensed at no
173
+ charge to all third parties under the terms of this License.
174
+
175
+ d) If a facility in the modified Library refers to a function or a
176
+ table of data to be supplied by an application program that uses
177
+ the facility, other than as an argument passed when the facility
178
+ is invoked, then you must make a good faith effort to ensure that,
179
+ in the event an application does not supply such function or
180
+ table, the facility still operates, and performs whatever part of
181
+ its purpose remains meaningful.
182
+
183
+ (For example, a function in a library to compute square roots has
184
+ a purpose that is entirely well-defined independent of the
185
+ application. Therefore, Subsection 2d requires that any
186
+ application-supplied function or table used by this function must
187
+ be optional: if the application does not supply it, the square
188
+ root function must still compute square roots.)
189
+
190
+ These requirements apply to the modified work as a whole. If
191
+ identifiable sections of that work are not derived from the Library,
192
+ and can be reasonably considered independent and separate works in
193
+ themselves, then this License, and its terms, do not apply to those
194
+ sections when you distribute them as separate works. But when you
195
+ distribute the same sections as part of a whole which is a work based
196
+ on the Library, the distribution of the whole must be on the terms of
197
+ this License, whose permissions for other licensees extend to the
198
+ entire whole, and thus to each and every part regardless of who wrote
199
+ it.
200
+
201
+ Thus, it is not the intent of this section to claim rights or contest
202
+ your rights to work written entirely by you; rather, the intent is to
203
+ exercise the right to control the distribution of derivative or
204
+ collective works based on the Library.
205
+
206
+ In addition, mere aggregation of another work not based on the Library
207
+ with the Library (or with a work based on the Library) on a volume of
208
+ a storage or distribution medium does not bring the other work under
209
+ the scope of this License.
210
+
211
+ 3. You may opt to apply the terms of the ordinary GNU General Public
212
+ License instead of this License to a given copy of the Library. To do
213
+ this, you must alter all the notices that refer to this License, so
214
+ that they refer to the ordinary GNU General Public License, version 2,
215
+ instead of to this License. (If a newer version than version 2 of the
216
+ ordinary GNU General Public License has appeared, then you can specify
217
+ that version instead if you wish.) Do not make any other change in
218
+ these notices.
219
+
220
+ Once this change is made in a given copy, it is irreversible for
221
+ that copy, so the ordinary GNU General Public License applies to all
222
+ subsequent copies and derivative works made from that copy.
223
+
224
+ This option is useful when you wish to copy part of the code of
225
+ the Library into a program that is not a library.
226
+
227
+ 4. You may copy and distribute the Library (or a portion or
228
+ derivative of it, under Section 2) in object code or executable form
229
+ under the terms of Sections 1 and 2 above provided that you accompany
230
+ it with the complete corresponding machine-readable source code, which
231
+ must be distributed under the terms of Sections 1 and 2 above on a
232
+ medium customarily used for software interchange.
233
+
234
+ If distribution of object code is made by offering access to copy
235
+ from a designated place, then offering equivalent access to copy the
236
+ source code from the same place satisfies the requirement to
237
+ distribute the source code, even though third parties are not
238
+ compelled to copy the source along with the object code.
239
+
240
+ 5. A program that contains no derivative of any portion of the
241
+ Library, but is designed to work with the Library by being compiled or
242
+ linked with it, is called a "work that uses the Library". Such a
243
+ work, in isolation, is not a derivative work of the Library, and
244
+ therefore falls outside the scope of this License.
245
+
246
+ However, linking a "work that uses the Library" with the Library
247
+ creates an executable that is a derivative of the Library (because it
248
+ contains portions of the Library), rather than a "work that uses the
249
+ library". The executable is therefore covered by this License.
250
+ Section 6 states terms for distribution of such executables.
251
+
252
+ When a "work that uses the Library" uses material from a header file
253
+ that is part of the Library, the object code for the work may be a
254
+ derivative work of the Library even though the source code is not.
255
+ Whether this is true is especially significant if the work can be
256
+ linked without the Library, or if the work is itself a library. The
257
+ threshold for this to be true is not precisely defined by law.
258
+
259
+ If such an object file uses only numerical parameters, data
260
+ structure layouts and accessors, and small macros and small inline
261
+ functions (ten lines or less in length), then the use of the object
262
+ file is unrestricted, regardless of whether it is legally a derivative
263
+ work. (Executables containing this object code plus portions of the
264
+ Library will still fall under Section 6.)
265
+
266
+ Otherwise, if the work is a derivative of the Library, you may
267
+ distribute the object code for the work under the terms of Section 6.
268
+ Any executables containing that work also fall under Section 6,
269
+ whether or not they are linked directly with the Library itself.
270
+
271
+ 6. As an exception to the Sections above, you may also combine or
272
+ link a "work that uses the Library" with the Library to produce a
273
+ work containing portions of the Library, and distribute that work
274
+ under terms of your choice, provided that the terms permit
275
+ modification of the work for the customer's own use and reverse
276
+ engineering for debugging such modifications.
277
+
278
+ You must give prominent notice with each copy of the work that the
279
+ Library is used in it and that the Library and its use are covered by
280
+ this License. You must supply a copy of this License. If the work
281
+ during execution displays copyright notices, you must include the
282
+ copyright notice for the Library among them, as well as a reference
283
+ directing the user to the copy of this License. Also, you must do one
284
+ of these things:
285
+
286
+ a) Accompany the work with the complete corresponding
287
+ machine-readable source code for the Library including whatever
288
+ changes were used in the work (which must be distributed under
289
+ Sections 1 and 2 above); and, if the work is an executable linked
290
+ with the Library, with the complete machine-readable "work that
291
+ uses the Library", as object code and/or source code, so that the
292
+ user can modify the Library and then relink to produce a modified
293
+ executable containing the modified Library. (It is understood
294
+ that the user who changes the contents of definitions files in the
295
+ Library will not necessarily be able to recompile the application
296
+ to use the modified definitions.)
297
+
298
+ b) Use a suitable shared library mechanism for linking with the
299
+ Library. A suitable mechanism is one that (1) uses at run time a
300
+ copy of the library already present on the user's computer system,
301
+ rather than copying library functions into the executable, and (2)
302
+ will operate properly with a modified version of the library, if
303
+ the user installs one, as long as the modified version is
304
+ interface-compatible with the version that the work was made with.
305
+
306
+ c) Accompany the work with a written offer, valid for at
307
+ least three years, to give the same user the materials
308
+ specified in Subsection 6a, above, for a charge no more
309
+ than the cost of performing this distribution.
310
+
311
+ d) If distribution of the work is made by offering access to copy
312
+ from a designated place, offer equivalent access to copy the above
313
+ specified materials from the same place.
314
+
315
+ e) Verify that the user has already received a copy of these
316
+ materials or that you have already sent this user a copy.
317
+
318
+ For an executable, the required form of the "work that uses the
319
+ Library" must include any data and utility programs needed for
320
+ reproducing the executable from it. However, as a special exception,
321
+ the materials to be distributed need not include anything that is
322
+ normally distributed (in either source or binary form) with the major
323
+ components (compiler, kernel, and so on) of the operating system on
324
+ which the executable runs, unless that component itself accompanies
325
+ the executable.
326
+
327
+ It may happen that this requirement contradicts the license
328
+ restrictions of other proprietary libraries that do not normally
329
+ accompany the operating system. Such a contradiction means you cannot
330
+ use both them and the Library together in an executable that you
331
+ distribute.
332
+
333
+ 7. You may place library facilities that are a work based on the
334
+ Library side-by-side in a single library together with other library
335
+ facilities not covered by this License, and distribute such a combined
336
+ library, provided that the separate distribution of the work based on
337
+ the Library and of the other library facilities is otherwise
338
+ permitted, and provided that you do these two things:
339
+
340
+ a) Accompany the combined library with a copy of the same work
341
+ based on the Library, uncombined with any other library
342
+ facilities. This must be distributed under the terms of the
343
+ Sections above.
344
+
345
+ b) Give prominent notice with the combined library of the fact
346
+ that part of it is a work based on the Library, and explaining
347
+ where to find the accompanying uncombined form of the same work.
348
+
349
+ 8. You may not copy, modify, sublicense, link with, or distribute
350
+ the Library except as expressly provided under this License. Any
351
+ attempt otherwise to copy, modify, sublicense, link with, or
352
+ distribute the Library is void, and will automatically terminate your
353
+ rights under this License. However, parties who have received copies,
354
+ or rights, from you under this License will not have their licenses
355
+ terminated so long as such parties remain in full compliance.
356
+
357
+ 9. You are not required to accept this License, since you have not
358
+ signed it. However, nothing else grants you permission to modify or
359
+ distribute the Library or its derivative works. These actions are
360
+ prohibited by law if you do not accept this License. Therefore, by
361
+ modifying or distributing the Library (or any work based on the
362
+ Library), you indicate your acceptance of this License to do so, and
363
+ all its terms and conditions for copying, distributing or modifying
364
+ the Library or works based on it.
365
+
366
+ 10. Each time you redistribute the Library (or any work based on the
367
+ Library), the recipient automatically receives a license from the
368
+ original licensor to copy, distribute, link with or modify the Library
369
+ subject to these terms and conditions. You may not impose any further
370
+ restrictions on the recipients' exercise of the rights granted herein.
371
+ You are not responsible for enforcing compliance by third parties with
372
+ this License.
373
+
374
+ 11. If, as a consequence of a court judgment or allegation of patent
375
+ infringement or for any other reason (not limited to patent issues),
376
+ conditions are imposed on you (whether by court order, agreement or
377
+ otherwise) that contradict the conditions of this License, they do not
378
+ excuse you from the conditions of this License. If you cannot
379
+ distribute so as to satisfy simultaneously your obligations under this
380
+ License and any other pertinent obligations, then as a consequence you
381
+ may not distribute the Library at all. For example, if a patent
382
+ license would not permit royalty-free redistribution of the Library by
383
+ all those who receive copies directly or indirectly through you, then
384
+ the only way you could satisfy both it and this License would be to
385
+ refrain entirely from distribution of the Library.
386
+
387
+ If any portion of this section is held invalid or unenforceable under any
388
+ particular circumstance, the balance of the section is intended to apply,
389
+ and the section as a whole is intended to apply in other circumstances.
390
+
391
+ It is not the purpose of this section to induce you to infringe any
392
+ patents or other property right claims or to contest validity of any
393
+ such claims; this section has the sole purpose of protecting the
394
+ integrity of the free software distribution system which is
395
+ implemented by public license practices. Many people have made
396
+ generous contributions to the wide range of software distributed
397
+ through that system in reliance on consistent application of that
398
+ system; it is up to the author/donor to decide if he or she is willing
399
+ to distribute software through any other system and a licensee cannot
400
+ impose that choice.
401
+
402
+ This section is intended to make thoroughly clear what is believed to
403
+ be a consequence of the rest of this License.
404
+
405
+ 12. If the distribution and/or use of the Library is restricted in
406
+ certain countries either by patents or by copyrighted interfaces, the
407
+ original copyright holder who places the Library under this License may add
408
+ an explicit geographical distribution limitation excluding those countries,
409
+ so that distribution is permitted only in or among countries not thus
410
+ excluded. In such case, this License incorporates the limitation as if
411
+ written in the body of this License.
412
+
413
+ 13. The Free Software Foundation may publish revised and/or new
414
+ versions of the Lesser General Public License from time to time.
415
+ Such new versions will be similar in spirit to the present version,
416
+ but may differ in detail to address new problems or concerns.
417
+
418
+ Each version is given a distinguishing version number. If the Library
419
+ specifies a version number of this License which applies to it and
420
+ "any later version", you have the option of following the terms and
421
+ conditions either of that version or of any later version published by
422
+ the Free Software Foundation. If the Library does not specify a
423
+ license version number, you may choose any version ever published by
424
+ the Free Software Foundation.
425
+
426
+ 14. If you wish to incorporate parts of the Library into other free
427
+ programs whose distribution conditions are incompatible with these,
428
+ write to the author to ask for permission. For software which is
429
+ copyrighted by the Free Software Foundation, write to the Free
430
+ Software Foundation; we sometimes make exceptions for this. Our
431
+ decision will be guided by the two goals of preserving the free status
432
+ of all derivatives of our free software and of promoting the sharing
433
+ and reuse of software generally.
434
+
435
+ NO WARRANTY
436
+
437
+ 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
438
+ WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
439
+ EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
440
+ OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
441
+ KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
442
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
443
+ PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
444
+ LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
445
+ THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
446
+
447
+ 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
448
+ WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
449
+ AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
450
+ FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
451
+ CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
452
+ LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
453
+ RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
454
+ FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
455
+ SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
456
+ DAMAGES.
457
+
458
+ END OF TERMS AND CONDITIONS
459
+
460
+ How to Apply These Terms to Your New Libraries
461
+
462
+ If you develop a new library, and you want it to be of the greatest
463
+ possible use to the public, we recommend making it free software that
464
+ everyone can redistribute and change. You can do so by permitting
465
+ redistribution under these terms (or, alternatively, under the terms of the
466
+ ordinary General Public License).
467
+
468
+ To apply these terms, attach the following notices to the library. It is
469
+ safest to attach them to the start of each source file to most effectively
470
+ convey the exclusion of warranty; and each file should have at least the
471
+ "copyright" line and a pointer to where the full notice is found.
472
+
473
+ <one line to give the library's name and a brief idea of what it does.>
474
+ Copyright (C) <year> <name of author>
475
+
476
+ This library is free software; you can redistribute it and/or
477
+ modify it under the terms of the GNU Lesser General Public
478
+ License as published by the Free Software Foundation; either
479
+ version 2.1 of the License, or (at your option) any later version.
480
+
481
+ This library is distributed in the hope that it will be useful,
482
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
483
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
484
+ Lesser General Public License for more details.
485
+
486
+ You should have received a copy of the GNU Lesser General Public
487
+ License along with this library; if not, write to the Free Software
488
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
489
+
490
+ Also add information on how to contact you by electronic and paper mail.
491
+
492
+ You should also get your employer (if you work as a programmer) or your
493
+ school, if any, to sign a "copyright disclaimer" for the library, if
494
+ necessary. Here is a sample; alter the names:
495
+
496
+ Yoyodyne, Inc., hereby disclaims all copyright interest in the
497
+ library `Frob' (a library for tweaking knobs) written by James Random Hacker.
498
+
499
+ <signature of Ty Coon>, 1 April 1990
500
+ Ty Coon, President of Vice
501
+
502
+ That's all there is to it!