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
@@ -6,9 +6,9 @@
6
6
  <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
7
7
  <link rel="home" href="index.html" title="GStreamer Bad Plugins 1.0 Library Reference Manual">
8
8
  <link rel="up" href="gstreamer-plugins-bad.html" title="Part I. GStreamer Bad Plugins Libraries">
9
- <link rel="prev" href="GstPlayerVisualization.html" title="GstPlayerVisualization">
9
+ <link rel="prev" href="GstWebRTCRTPTransceiver.html" title="GstWebRTCRTPTransceiver">
10
10
  <link rel="next" href="gst-plugins-bad-libs-GstPhotography.html" title="GstPhotography">
11
- <meta name="generator" content="GTK-Doc V1.26 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.27 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -16,17 +16,17 @@
16
16
  <td width="100%" align="left" class="shortcuts"></td>
17
17
  <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
18
18
  <td><a accesskey="u" href="gstreamer-plugins-bad.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
19
- <td><a accesskey="p" href="GstPlayerVisualization.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
19
+ <td><a accesskey="p" href="GstWebRTCRTPTransceiver.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
20
20
  <td><a accesskey="n" href="gst-plugins-bad-libs-GstPhotography.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
21
21
  </tr></table>
22
22
  <div class="chapter">
23
23
  <div class="titlepage"><div><div><h2 class="title">
24
- <a name="id-1.2.11"></a>Interfaces</h2></div></div></div>
24
+ <a name="id-1.2.10"></a>Interfaces</h2></div></div></div>
25
25
  <div class="toc"><dl class="toc"><dt>
26
26
  <span class="refentrytitle"><a href="gst-plugins-bad-libs-GstPhotography.html">GstPhotography</a></span><span class="refpurpose"> — Interface for digital image capture elements</span>
27
27
  </dt></dl></div>
28
28
  </div>
29
29
  <div class="footer">
30
- <hr>Generated by GTK-Doc V1.26</div>
30
+ <hr>Generated by GTK-Doc V1.27</div>
31
31
  </body>
32
32
  </html>
@@ -8,7 +8,7 @@
8
8
  <link rel="up" href="gstreamer-plugins-bad.html" title="Part I. GStreamer Bad Plugins Libraries">
9
9
  <link rel="prev" href="compiling.html" title="Compiling">
10
10
  <link rel="next" href="gst-plugins-bad-libs-h264parser.html" title="GstH264Parser">
11
- <meta name="generator" content="GTK-Doc V1.26 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.27 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -53,6 +53,6 @@ bitstream.</span>
53
53
  </p>
54
54
  </div>
55
55
  <div class="footer">
56
- <hr>Generated by GTK-Doc V1.26</div>
56
+ <hr>Generated by GTK-Doc V1.27</div>
57
57
  </body>
58
58
  </html>
@@ -8,7 +8,7 @@
8
8
  <link rel="up" href="gstreamer-plugins-bad.html" title="Part I. GStreamer Bad Plugins Libraries">
9
9
  <link rel="prev" href="gstreamer-plugins-bad.html" title="Part I. GStreamer Bad Plugins Libraries">
10
10
  <link rel="next" href="codecparsers.html" title="Bitstream parsing Library">
11
- <meta name="generator" content="GTK-Doc V1.26 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.27 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -58,6 +58,6 @@ which of the libraries you want to use.
58
58
  </div>
59
59
  </div>
60
60
  <div class="footer">
61
- <hr>Generated by GTK-Doc V1.26</div>
61
+ <hr>Generated by GTK-Doc V1.27</div>
62
62
  </body>
63
63
  </html>
@@ -24,45 +24,10 @@
24
24
  <sub name="Useful elements" link="tools.html">
25
25
  <sub name="GstInsertbin" link="gst-plugins-bad-libs-GstInsertbin.html"/>
26
26
  </sub>
27
- <sub name="GStreamer Base classes from gst-plugins-bad" link="base.html">
28
- <sub name="GstAggregator" link="GstAggregator.html"/>
29
- <sub name="GstAggregatorPad" link="GstAggregatorPad.html"/>
30
- </sub>
31
27
  <sub name="Video helpers and baseclasses" link="video.html">
32
28
  <sub name="GstVideoAggregator" link="GstVideoAggregator.html"/>
33
29
  <sub name="GstVideoAggregatorPad" link="GstVideoAggregatorPad.html"/>
34
30
  </sub>
35
- <sub name="OpenGL Helper Library" link="gl.html">
36
- <sub name="GstGlApi" link="gst-plugins-bad-libs-GstGLAPI.html"/>
37
- <sub name="GstGLBaseFilter" link="GstGLBaseFilter.html"/>
38
- <sub name="GstGlBaseMemory" link="gst-plugins-bad-libs-GstGlBaseMemory.html"/>
39
- <sub name="GstGlBuffer" link="gst-plugins-bad-libs-GstGLBuffer.html"/>
40
- <sub name="GstGlBufferPool" link="GstGLBufferPool.html"/>
41
- <sub name="GstGlColorConvert" link="GstGLColorConvert.html"/>
42
- <sub name="GstGLContext" link="GstGLContext.html"/>
43
- <sub name="GstGLDisplay" link="GstGLDisplay.html"/>
44
- <sub name="GstGLDisplayWayland" link="gst-plugins-bad-libs-GstGLDisplayWayland.html"/>
45
- <sub name="GstGLDisplayX11" link="gst-plugins-bad-libs-GstGLDisplayX11.html"/>
46
- <sub name="GstEGLImage" link="gst-plugins-bad-libs-GstEGLImage.html"/>
47
- <sub name="GstGlFilter" link="GstGLFilter.html"/>
48
- <sub name="GstGLFramebuffer" link="GstGLFramebuffer.html"/>
49
- <sub name="GstGlMemory" link="gst-plugins-bad-libs-GstGLMemory.html"/>
50
- <sub name="GstGLMemoryEGL" link="gst-plugins-bad-libs-gstglmemoryegl.html"/>
51
- <sub name="GstGLMemoryPBO" link="gst-plugins-bad-libs-GstGLMemoryPBO.html"/>
52
- <sub name="GstGLOverlayCompositor" link="gst-plugins-bad-libs-GstGLOverlayCompositor.html"/>
53
- <sub name="GstGLQuery" link="gst-plugins-bad-libs-GstGLQuery.html"/>
54
- <sub name="GstGLRenderBuffer" link="gst-plugins-bad-libs-GstGLRenderbuffer.html"/>
55
- <sub name="GstGLShader" link="GstGLShader.html"/>
56
- <sub name="GstGLSL" link="gst-plugins-bad-libs-GstGLSL.html"/>
57
- <sub name="GstGLSLStage" link="GstGLSLStage.html"/>
58
- <sub name="GstGLSyncMeta" link="gst-plugins-bad-libs-GstGLSyncMeta.html"/>
59
- <sub name="GstGLUpload" link="GstGLUpload.html"/>
60
- <sub name="GstGLViewConvert" link="GstGLViewConvert.html"/>
61
- <sub name="GstGLWindow" link="GstGLWindow.html"/>
62
- <sub name="OpenGL debugging" link="gst-plugins-bad-libs-OpenGL-debugging.html"/>
63
- <sub name="GstGlFormat" link="gst-plugins-bad-libs-OpenGL-Formats.html"/>
64
- <sub name="GstGLUtils" link="gst-plugins-bad-libs-OpenGL-Miscellaneous-Utilities.html"/>
65
- </sub>
66
31
  <sub name="Player Library" link="player.html">
67
32
  <sub name="GstPlayer" link="GstPlayer.html"/>
68
33
  <sub name="GstPlayerMediaInfo" link="GstPlayerMediaInfo.html"/>
@@ -70,7 +35,15 @@
70
35
  <sub name="GstPlayerVideoOverlayVideoRenderer" link="GstPlayerVideoOverlayVideoRenderer.html"/>
71
36
  <sub name="GstPlayerVisualization" link="GstPlayerVisualization.html"/>
72
37
  </sub>
73
- <sub name="Interfaces" link="ch08.html">
38
+ <sub name="WebRTC Library" link="webrtc.html">
39
+ <sub name="GstWebRTCDTLSTransport" link="GstWebRTCDTLSTransport.html"/>
40
+ <sub name="GstWebRTCICETransport" link="GstWebRTCICETransport.html"/>
41
+ <sub name="GstWebRTCRTPReceiver" link="GstWebRTCRTPReceiver.html"/>
42
+ <sub name="GstWebRTCRTPSender" link="GstWebRTCRTPSender.html"/>
43
+ <sub name="GstWebRTCSessionDescription" link="GstWebRTCSessionDescription.html"/>
44
+ <sub name="GstWebRTCRTPTransceiver" link="GstWebRTCRTPTransceiver.html"/>
45
+ </sub>
46
+ <sub name="Interfaces" link="ch07.html">
74
47
  <sub name="GstPhotography" link="gst-plugins-bad-libs-GstPhotography.html"/>
75
48
  </sub>
76
49
  </sub>
@@ -151,13 +124,15 @@
151
124
  <keyword type="struct" name="struct GstJpegHuffmanTable" link="gst-plugins-bad-libs-jpegparser.html#GstJpegHuffmanTable" since="1.6"/>
152
125
  <keyword type="struct" name="struct GstJpegQuantTable" link="gst-plugins-bad-libs-jpegparser.html#GstJpegQuantTable" since="1.6"/>
153
126
  <keyword type="function" name="gst_mpeg_video_parse ()" link="gst-plugins-bad-libs-mpegvideoparser.html#gst-mpeg-video-parse"/>
154
- <keyword type="function" name="gst_mpeg_video_parse_sequence_header ()" link="gst-plugins-bad-libs-mpegvideoparser.html#gst-mpeg-video-parse-sequence-header" deprecated="Use gst_mpeg_video_packet_parse_sequence_header() instead."/>
155
- <keyword type="function" name="gst_mpeg_video_parse_picture_header ()" link="gst-plugins-bad-libs-mpegvideoparser.html#gst-mpeg-video-parse-picture-header" deprecated="Use gst_mpeg_video_packet_parse_picture_header() instead."/>
156
- <keyword type="function" name="gst_mpeg_video_parse_picture_extension ()" link="gst-plugins-bad-libs-mpegvideoparser.html#gst-mpeg-video-parse-picture-extension" deprecated="Use gst_mpeg_video_packet_parse_picture_extension() instead."/>
157
- <keyword type="function" name="gst_mpeg_video_parse_gop ()" link="gst-plugins-bad-libs-mpegvideoparser.html#gst-mpeg-video-parse-gop" deprecated="Use gst_mpeg_video_packet_parse_gop() instead."/>
158
- <keyword type="function" name="gst_mpeg_video_parse_sequence_extension ()" link="gst-plugins-bad-libs-mpegvideoparser.html#gst-mpeg-video-parse-sequence-extension" deprecated="Use gst_mpeg_video_packet_parse_sequence_extension() instead."/>
159
- <keyword type="function" name="gst_mpeg_video_parse_sequence_display_extension ()" link="gst-plugins-bad-libs-mpegvideoparser.html#gst-mpeg-video-parse-sequence-display-extension" deprecated=""/>
160
- <keyword type="function" name="gst_mpeg_video_parse_quant_matrix_extension ()" link="gst-plugins-bad-libs-mpegvideoparser.html#gst-mpeg-video-parse-quant-matrix-extension" deprecated="Use gst_mpeg_video_packet_parse_quant_matrix_extension() instead."/>
127
+ <keyword type="function" name="gst_mpeg_video_packet_parse_sequence_header ()" link="gst-plugins-bad-libs-mpegvideoparser.html#gst-mpeg-video-packet-parse-sequence-header" since="1.2"/>
128
+ <keyword type="function" name="gst_mpeg_video_packet_parse_sequence_extension ()" link="gst-plugins-bad-libs-mpegvideoparser.html#gst-mpeg-video-packet-parse-sequence-extension" since="1.2"/>
129
+ <keyword type="function" name="gst_mpeg_video_packet_parse_sequence_display_extension ()" link="gst-plugins-bad-libs-mpegvideoparser.html#gst-mpeg-video-packet-parse-sequence-display-extension" since="1.2"/>
130
+ <keyword type="function" name="gst_mpeg_video_packet_parse_sequence_scalable_extension ()" link="gst-plugins-bad-libs-mpegvideoparser.html#gst-mpeg-video-packet-parse-sequence-scalable-extension" since="1.2"/>
131
+ <keyword type="function" name="gst_mpeg_video_packet_parse_picture_header ()" link="gst-plugins-bad-libs-mpegvideoparser.html#gst-mpeg-video-packet-parse-picture-header" since="1.2"/>
132
+ <keyword type="function" name="gst_mpeg_video_packet_parse_picture_extension ()" link="gst-plugins-bad-libs-mpegvideoparser.html#gst-mpeg-video-packet-parse-picture-extension" since="1.2"/>
133
+ <keyword type="function" name="gst_mpeg_video_packet_parse_gop ()" link="gst-plugins-bad-libs-mpegvideoparser.html#gst-mpeg-video-packet-parse-gop" since="1.2"/>
134
+ <keyword type="function" name="gst_mpeg_video_packet_parse_slice_header ()" link="gst-plugins-bad-libs-mpegvideoparser.html#gst-mpeg-video-packet-parse-slice-header" since="1.2"/>
135
+ <keyword type="function" name="gst_mpeg_video_packet_parse_quant_matrix_extension ()" link="gst-plugins-bad-libs-mpegvideoparser.html#gst-mpeg-video-packet-parse-quant-matrix-extension" since="1.2"/>
161
136
  <keyword type="function" name="gst_mpeg_video_finalise_mpeg2_sequence_header ()" link="gst-plugins-bad-libs-mpegvideoparser.html#gst-mpeg-video-finalise-mpeg2-sequence-header"/>
162
137
  <keyword type="function" name="gst_mpeg_video_quant_matrix_get_raster_from_zigzag ()" link="gst-plugins-bad-libs-mpegvideoparser.html#gst-mpeg-video-quant-matrix-get-raster-from-zigzag" since="1.2"/>
163
138
  <keyword type="function" name="gst_mpeg_video_quant_matrix_get_zigzag_from_raster ()" link="gst-plugins-bad-libs-mpegvideoparser.html#gst-mpeg-video-quant-matrix-get-zigzag-from-raster" since="1.2"/>
@@ -421,430 +396,12 @@
421
396
  <keyword type="signal" name="The “insert-before” signal" link="gst-plugins-bad-libs-GstInsertbin.html#GstInsertBin-insert-before"/>
422
397
  <keyword type="signal" name="The “prepend” signal" link="gst-plugins-bad-libs-GstInsertbin.html#GstInsertBin-prepend"/>
423
398
  <keyword type="signal" name="The “remove” signal" link="gst-plugins-bad-libs-GstInsertbin.html#GstInsertBin-remove"/>
424
- <keyword type="function" name="gst_aggregator_finish_buffer ()" link="GstAggregator.html#gst-aggregator-finish-buffer"/>
425
- <keyword type="function" name="gst_aggregator_set_src_caps ()" link="GstAggregator.html#gst-aggregator-set-src-caps"/>
426
- <keyword type="function" name="gst_aggregator_iterate_sinkpads ()" link="GstAggregator.html#gst-aggregator-iterate-sinkpads"/>
427
- <keyword type="function" name="gst_aggregator_get_latency ()" link="GstAggregator.html#gst-aggregator-get-latency"/>
428
- <keyword type="struct" name="struct GstAggregator" link="GstAggregator.html#GstAggregator-struct"/>
429
- <keyword type="struct" name="struct GstAggregatorClass" link="GstAggregator.html#GstAggregatorClass"/>
430
- <keyword type="property" name="The “latency” property" link="GstAggregator.html#GstAggregator--latency"/>
431
- <keyword type="property" name="The “start-time” property" link="GstAggregator.html#GstAggregator--start-time"/>
432
- <keyword type="property" name="The “start-time-selection” property" link="GstAggregator.html#GstAggregator--start-time-selection"/>
433
- <keyword type="function" name="gst_aggregator_pad_steal_buffer ()" link="GstAggregatorPad.html#gst-aggregator-pad-steal-buffer"/>
434
- <keyword type="function" name="gst_aggregator_pad_get_buffer ()" link="GstAggregatorPad.html#gst-aggregator-pad-get-buffer"/>
435
- <keyword type="function" name="gst_aggregator_pad_drop_buffer ()" link="GstAggregatorPad.html#gst-aggregator-pad-drop-buffer"/>
436
- <keyword type="function" name="gst_aggregator_pad_is_eos ()" link="GstAggregatorPad.html#gst-aggregator-pad-is-eos"/>
437
- <keyword type="struct" name="struct GstAggregatorPad" link="GstAggregatorPad.html#GstAggregatorPad-struct"/>
438
- <keyword type="struct" name="struct GstAggregatorPadClass" link="GstAggregatorPad.html#GstAggregatorPadClass"/>
439
399
  <keyword type="struct" name="struct GstVideoAggregator" link="GstVideoAggregator.html#GstVideoAggregator-struct"/>
440
400
  <keyword type="struct" name="struct GstVideoAggregatorClass" link="GstVideoAggregator.html#GstVideoAggregatorClass"/>
441
401
  <keyword type="struct" name="struct GstVideoAggregatorPad" link="GstVideoAggregatorPad.html#GstVideoAggregatorPad-struct"/>
442
402
  <keyword type="struct" name="struct GstVideoAggregatorPadClass" link="GstVideoAggregatorPad.html#GstVideoAggregatorPadClass"/>
443
403
  <keyword type="property" name="The “ignore-eos” property" link="GstVideoAggregatorPad.html#GstVideoAggregatorPad--ignore-eos"/>
444
404
  <keyword type="property" name="The “zorder” property" link="GstVideoAggregatorPad.html#GstVideoAggregatorPad--zorder"/>
445
- <keyword type="function" name="gst_gl_api_to_string ()" link="gst-plugins-bad-libs-GstGLAPI.html#gst-gl-api-to-string"/>
446
- <keyword type="function" name="gst_gl_api_from_string ()" link="gst-plugins-bad-libs-GstGLAPI.html#gst-gl-api-from-string"/>
447
- <keyword type="function" name="gst_gl_platform_to_string ()" link="gst-plugins-bad-libs-GstGLAPI.html#gst-gl-platform-to-string"/>
448
- <keyword type="function" name="gst_gl_platform_from_string ()" link="gst-plugins-bad-libs-GstGLAPI.html#gst-gl-platform-from-string"/>
449
- <keyword type="enum" name="enum GstGLAPI" link="gst-plugins-bad-libs-GstGLAPI.html#GstGLAPI"/>
450
- <keyword type="enum" name="enum GstGLPlatform" link="gst-plugins-bad-libs-GstGLAPI.html#GstGLPlatform"/>
451
- <keyword type="macro" name="GST_GL_API_GLES1_NAME" link="gst-plugins-bad-libs-GstGLAPI.html#GST-GL-API-GLES1-NAME:CAPS"/>
452
- <keyword type="macro" name="GST_GL_API_GLES2_NAME" link="gst-plugins-bad-libs-GstGLAPI.html#GST-GL-API-GLES2-NAME:CAPS"/>
453
- <keyword type="macro" name="GST_GL_API_OPENGL3_NAME" link="gst-plugins-bad-libs-GstGLAPI.html#GST-GL-API-OPENGL3-NAME:CAPS"/>
454
- <keyword type="macro" name="GST_GL_API_OPENGL_NAME" link="gst-plugins-bad-libs-GstGLAPI.html#GST-GL-API-OPENGL-NAME:CAPS"/>
455
- <keyword type="struct" name="GstGLBaseFilter" link="GstGLBaseFilter.html#GstGLBaseFilter-struct"/>
456
- <keyword type="struct" name="GstGLBaseFilterClass" link="GstGLBaseFilter.html#GstGLBaseFilterClass"/>
457
- <keyword type="property" name="The “context” property" link="GstGLBaseFilter.html#GstGLBaseFilter--context"/>
458
- <keyword type="function" name="GstGLAllocationParamsCopyFunc ()" link="gst-plugins-bad-libs-GstGlBaseMemory.html#GstGLAllocationParamsCopyFunc"/>
459
- <keyword type="function" name="GstGLAllocationParamsFreeFunc ()" link="gst-plugins-bad-libs-GstGlBaseMemory.html#GstGLAllocationParamsFreeFunc"/>
460
- <keyword type="function" name="gst_gl_allocation_params_init ()" link="gst-plugins-bad-libs-GstGlBaseMemory.html#gst-gl-allocation-params-init" since="1.8"/>
461
- <keyword type="function" name="gst_gl_allocation_params_copy ()" link="gst-plugins-bad-libs-GstGlBaseMemory.html#gst-gl-allocation-params-copy" since="1.8"/>
462
- <keyword type="function" name="gst_gl_allocation_params_free ()" link="gst-plugins-bad-libs-GstGlBaseMemory.html#gst-gl-allocation-params-free" since="1.8"/>
463
- <keyword type="function" name="gst_gl_allocation_params_free_data ()" link="gst-plugins-bad-libs-GstGlBaseMemory.html#gst-gl-allocation-params-free-data" since="1.8"/>
464
- <keyword type="function" name="gst_gl_allocation_params_copy_data ()" link="gst-plugins-bad-libs-GstGlBaseMemory.html#gst-gl-allocation-params-copy-data" since="1.8"/>
465
- <keyword type="function" name="gst_gl_base_memory_init_once ()" link="gst-plugins-bad-libs-GstGlBaseMemory.html#gst-gl-base-memory-init-once" since="1.8"/>
466
- <keyword type="function" name="gst_gl_base_memory_init ()" link="gst-plugins-bad-libs-GstGlBaseMemory.html#gst-gl-base-memory-init" since="1.8"/>
467
- <keyword type="function" name="gst_is_gl_base_memory ()" link="gst-plugins-bad-libs-GstGlBaseMemory.html#gst-is-gl-base-memory" since="1.8"/>
468
- <keyword type="function" name="GstGLBaseMemoryAllocatorAllocFunction ()" link="gst-plugins-bad-libs-GstGlBaseMemory.html#GstGLBaseMemoryAllocatorAllocFunction" since="1.8"/>
469
- <keyword type="function" name="GstGLBaseMemoryAllocatorCreateFunction ()" link="gst-plugins-bad-libs-GstGlBaseMemory.html#GstGLBaseMemoryAllocatorCreateFunction" since="1.8"/>
470
- <keyword type="function" name="GstGLBaseMemoryAllocatorMapFunction ()" link="gst-plugins-bad-libs-GstGlBaseMemory.html#GstGLBaseMemoryAllocatorMapFunction" since="1.8"/>
471
- <keyword type="function" name="GstGLBaseMemoryAllocatorUnmapFunction ()" link="gst-plugins-bad-libs-GstGlBaseMemory.html#GstGLBaseMemoryAllocatorUnmapFunction" since="1.8"/>
472
- <keyword type="function" name="GstGLBaseMemoryAllocatorCopyFunction ()" link="gst-plugins-bad-libs-GstGlBaseMemory.html#GstGLBaseMemoryAllocatorCopyFunction" since="1.8"/>
473
- <keyword type="function" name="GstGLBaseMemoryAllocatorDestroyFunction ()" link="gst-plugins-bad-libs-GstGlBaseMemory.html#GstGLBaseMemoryAllocatorDestroyFunction" since="1.8"/>
474
- <keyword type="function" name="gst_gl_base_memory_alloc ()" link="gst-plugins-bad-libs-GstGlBaseMemory.html#gst-gl-base-memory-alloc" since="1.8"/>
475
- <keyword type="function" name="gst_gl_base_memory_alloc_data ()" link="gst-plugins-bad-libs-GstGlBaseMemory.html#gst-gl-base-memory-alloc-data"/>
476
- <keyword type="function" name="gst_gl_base_memory_memcpy ()" link="gst-plugins-bad-libs-GstGlBaseMemory.html#gst-gl-base-memory-memcpy" since="1.8"/>
477
- <keyword type="struct" name="GstGLBaseMemoryAllocator" link="gst-plugins-bad-libs-GstGlBaseMemory.html#GstGLBaseMemoryAllocator-struct"/>
478
- <keyword type="struct" name="GstGLBaseMemoryAllocatorClass" link="gst-plugins-bad-libs-GstGlBaseMemory.html#GstGLBaseMemoryAllocatorClass" since="1.8"/>
479
- <keyword type="macro" name="GST_GL_BASE_MEMORY_ALLOCATOR_NAME" link="gst-plugins-bad-libs-GstGlBaseMemory.html#GST-GL-BASE-MEMORY-ALLOCATOR-NAME:CAPS" since="1.8"/>
480
- <keyword type="macro" name="GST_MAP_GL" link="gst-plugins-bad-libs-GstGlBaseMemory.html#GST-MAP-GL:CAPS"/>
481
- <keyword type="enum" name="enum GstGLBaseMemoryError" link="gst-plugins-bad-libs-GstGlBaseMemory.html#GstGLBaseMemoryError"/>
482
- <keyword type="macro" name="GST_GL_BASE_MEMORY_ERROR" link="gst-plugins-bad-libs-GstGlBaseMemory.html#GST-GL-BASE-MEMORY-ERROR:CAPS"/>
483
- <keyword type="enum" name="enum GstGLBaseMemoryTransfer" link="gst-plugins-bad-libs-GstGlBaseMemory.html#GstGLBaseMemoryTransfer"/>
484
- <keyword type="struct" name="struct GstGLAllocationParams" link="gst-plugins-bad-libs-GstGlBaseMemory.html#GstGLAllocationParams-struct"/>
485
- <keyword type="macro" name="GST_GL_ALLOCATION_PARAMS_ALLOC_FLAG_ALLOC" link="gst-plugins-bad-libs-GstGlBaseMemory.html#GST-GL-ALLOCATION-PARAMS-ALLOC-FLAG-ALLOC:CAPS"/>
486
- <keyword type="macro" name="GST_GL_ALLOCATION_PARAMS_ALLOC_FLAG_WRAP_SYSMEM" link="gst-plugins-bad-libs-GstGlBaseMemory.html#GST-GL-ALLOCATION-PARAMS-ALLOC-FLAG-WRAP-SYSMEM:CAPS"/>
487
- <keyword type="macro" name="GST_GL_ALLOCATION_PARAMS_ALLOC_FLAG_WRAP_GPU_HANDLE" link="gst-plugins-bad-libs-GstGlBaseMemory.html#GST-GL-ALLOCATION-PARAMS-ALLOC-FLAG-WRAP-GPU-HANDLE:CAPS"/>
488
- <keyword type="macro" name="GST_GL_ALLOCATION_PARAMS_ALLOC_FLAG_USER" link="gst-plugins-bad-libs-GstGlBaseMemory.html#GST-GL-ALLOCATION-PARAMS-ALLOC-FLAG-USER:CAPS"/>
489
- <keyword type="struct" name="GstGLBaseMemory" link="gst-plugins-bad-libs-GstGlBaseMemory.html#GstGLBaseMemory"/>
490
- <keyword type="function" name="gst_gl_buffer_init_once ()" link="gst-plugins-bad-libs-GstGLBuffer.html#gst-gl-buffer-init-once" since="1.8"/>
491
- <keyword type="function" name="gst_is_gl_buffer ()" link="gst-plugins-bad-libs-GstGLBuffer.html#gst-is-gl-buffer" since="1.8"/>
492
- <keyword type="function" name="gst_gl_buffer_allocation_params_new ()" link="gst-plugins-bad-libs-GstGLBuffer.html#gst-gl-buffer-allocation-params-new" since="1.8"/>
493
- <keyword type="struct" name="GstGLBuffer" link="gst-plugins-bad-libs-GstGLBuffer.html#GstGLBuffer"/>
494
- <keyword type="struct" name="struct GstGLBufferAllocationParams" link="gst-plugins-bad-libs-GstGLBuffer.html#GstGLBufferAllocationParams-struct"/>
495
- <keyword type="macro" name="GST_GL_ALLOCATION_PARAMS_ALLOC_FLAG_BUFFER" link="gst-plugins-bad-libs-GstGLBuffer.html#GST-GL-ALLOCATION-PARAMS-ALLOC-FLAG-BUFFER:CAPS"/>
496
- <keyword type="struct" name="GstGLBufferAllocator" link="gst-plugins-bad-libs-GstGLBuffer.html#GstGLBufferAllocator-struct"/>
497
- <keyword type="struct" name="GstGLBufferAllocatorClass" link="gst-plugins-bad-libs-GstGLBuffer.html#GstGLBufferAllocatorClass"/>
498
- <keyword type="macro" name="GST_GL_BUFFER_ALLOCATOR_NAME" link="gst-plugins-bad-libs-GstGLBuffer.html#GST-GL-BUFFER-ALLOCATOR-NAME:CAPS"/>
499
- <keyword type="macro" name="GST_CAPS_FEATURE_MEMORY_GL_BUFFER" link="gst-plugins-bad-libs-GstGLBuffer.html#GST-CAPS-FEATURE-MEMORY-GL-BUFFER:CAPS"/>
500
- <keyword type="function" name="gst_gl_buffer_pool_new ()" link="GstGLBufferPool.html#gst-gl-buffer-pool-new"/>
501
- <keyword type="function" name="gst_buffer_pool_config_get_gl_allocation_params ()" link="GstGLBufferPool.html#gst-buffer-pool-config-get-gl-allocation-params"/>
502
- <keyword type="function" name="gst_buffer_pool_config_set_gl_allocation_params ()" link="GstGLBufferPool.html#gst-buffer-pool-config-set-gl-allocation-params"/>
503
- <keyword type="struct" name="GstGLBufferPool" link="GstGLBufferPool.html#GstGLBufferPool-struct"/>
504
- <keyword type="struct" name="GstGLBufferPoolClass" link="GstGLBufferPool.html#GstGLBufferPoolClass"/>
505
- <keyword type="function" name="gst_gl_color_convert_new ()" link="GstGLColorConvert.html#gst-gl-color-convert-new" since="1.4"/>
506
- <keyword type="function" name="gst_gl_color_convert_set_caps ()" link="GstGLColorConvert.html#gst-gl-color-convert-set-caps" since="1.6"/>
507
- <keyword type="function" name="gst_gl_color_convert_transform_caps ()" link="GstGLColorConvert.html#gst-gl-color-convert-transform-caps" since="1.6"/>
508
- <keyword type="function" name="gst_gl_color_convert_fixate_caps ()" link="GstGLColorConvert.html#gst-gl-color-convert-fixate-caps" since="1.8"/>
509
- <keyword type="function" name="gst_gl_color_convert_decide_allocation ()" link="GstGLColorConvert.html#gst-gl-color-convert-decide-allocation" since="1.8"/>
510
- <keyword type="function" name="gst_gl_color_convert_perform ()" link="GstGLColorConvert.html#gst-gl-color-convert-perform" since="1.4"/>
511
- <keyword type="macro" name="GST_GL_COLOR_CONVERT_FORMATS" link="GstGLColorConvert.html#GST-GL-COLOR-CONVERT-FORMATS:CAPS"/>
512
- <keyword type="macro" name="GST_GL_COLOR_CONVERT_VIDEO_CAPS" link="GstGLColorConvert.html#GST-GL-COLOR-CONVERT-VIDEO-CAPS"/>
513
- <keyword type="struct" name="GstGLColorConvert" link="GstGLColorConvert.html#GstGLColorConvert-struct"/>
514
- <keyword type="struct" name="GstGLColorConvertClass" link="GstGLColorConvert.html#GstGLColorConvertClass"/>
515
- <keyword type="function" name="gst_gl_context_error_quark ()" link="GstGLContext.html#gst-gl-context-error-quark"/>
516
- <keyword type="function" name="GstGLContextThreadFunc ()" link="GstGLContext.html#GstGLContextThreadFunc"/>
517
- <keyword type="function" name="gst_gl_context_new ()" link="GstGLContext.html#gst-gl-context-new" since="1.4"/>
518
- <keyword type="function" name="gst_gl_context_new_wrapped ()" link="GstGLContext.html#gst-gl-context-new-wrapped" since="1.4"/>
519
- <keyword type="function" name="gst_gl_context_create ()" link="GstGLContext.html#gst-gl-context-create" since="1.4"/>
520
- <keyword type="function" name="gst_gl_context_destroy ()" link="GstGLContext.html#gst-gl-context-destroy" since="1.6"/>
521
- <keyword type="function" name="gst_gl_context_activate ()" link="GstGLContext.html#gst-gl-context-activate" since="1.4"/>
522
- <keyword type="function" name="gst_gl_context_default_get_proc_address ()" link="GstGLContext.html#gst-gl-context-default-get-proc-address" since="1.4"/>
523
- <keyword type="function" name="gst_gl_context_get_proc_address ()" link="GstGLContext.html#gst-gl-context-get-proc-address" since="1.4"/>
524
- <keyword type="function" name="gst_gl_context_get_proc_address_with_platform ()" link="GstGLContext.html#gst-gl-context-get-proc-address-with-platform" since="1.6"/>
525
- <keyword type="function" name="gst_gl_context_get_window ()" link="GstGLContext.html#gst-gl-context-get-window" since="1.4"/>
526
- <keyword type="function" name="gst_gl_context_set_window ()" link="GstGLContext.html#gst-gl-context-set-window" since="1.4"/>
527
- <keyword type="function" name="gst_gl_context_thread_add ()" link="GstGLContext.html#gst-gl-context-thread-add" since="1.4"/>
528
- <keyword type="function" name="gst_gl_context_get_display ()" link="GstGLContext.html#gst-gl-context-get-display" since="1.4"/>
529
- <keyword type="function" name="gst_gl_context_get_gl_api ()" link="GstGLContext.html#gst-gl-context-get-gl-api" since="1.4"/>
530
- <keyword type="function" name="gst_gl_context_get_gl_context ()" link="GstGLContext.html#gst-gl-context-get-gl-context" since="1.4"/>
531
- <keyword type="function" name="gst_gl_context_get_gl_platform ()" link="GstGLContext.html#gst-gl-context-get-gl-platform" since="1.4"/>
532
- <keyword type="function" name="gst_gl_context_get_gl_platform_version ()" link="GstGLContext.html#gst-gl-context-get-gl-platform-version"/>
533
- <keyword type="function" name="gst_gl_context_get_current_gl_context ()" link="GstGLContext.html#gst-gl-context-get-current-gl-context" since="1.6"/>
534
- <keyword type="function" name="gst_gl_context_get_current_gl_api ()" link="GstGLContext.html#gst-gl-context-get-current-gl-api" since="1.6"/>
535
- <keyword type="function" name="gst_gl_context_get_thread ()" link="GstGLContext.html#gst-gl-context-get-thread" since="1.6"/>
536
- <keyword type="function" name="gst_gl_context_can_share ()" link="GstGLContext.html#gst-gl-context-can-share" since="1.6"/>
537
- <keyword type="function" name="gst_gl_context_is_shared ()" link="GstGLContext.html#gst-gl-context-is-shared" since="1.8"/>
538
- <keyword type="function" name="gst_gl_context_set_shared_with ()" link="GstGLContext.html#gst-gl-context-set-shared-with" since="1.8"/>
539
- <keyword type="function" name="gst_gl_context_check_feature ()" link="GstGLContext.html#gst-gl-context-check-feature" since="1.4"/>
540
- <keyword type="function" name="gst_gl_context_check_gl_version ()" link="GstGLContext.html#gst-gl-context-check-gl-version" since="1.4"/>
541
- <keyword type="function" name="gst_gl_context_get_gl_version ()" link="GstGLContext.html#gst-gl-context-get-gl-version" since="1.4"/>
542
- <keyword type="function" name="gst_gl_context_fill_info ()" link="GstGLContext.html#gst-gl-context-fill-info" since="1.6"/>
543
- <keyword type="function" name="gst_gl_context_get_current ()" link="GstGLContext.html#gst-gl-context-get-current" since="1.6"/>
544
- <keyword type="macro" name="GST_GL_CONTEXT_ERROR" link="GstGLContext.html#GST-GL-CONTEXT-ERROR:CAPS"/>
545
- <keyword type="enum" name="enum GstGLContextError" link="GstGLContext.html#GstGLContextError"/>
546
- <keyword type="struct" name="GstGLContext" link="GstGLContext.html#GstGLContext-struct"/>
547
- <keyword type="function" name="gst_gl_display_new ()" link="GstGLDisplay.html#gst-gl-display-new" since="1.4"/>
548
- <keyword type="function" name="gst_gl_display_get_handle_type ()" link="GstGLDisplay.html#gst-gl-display-get-handle-type" since="1.4"/>
549
- <keyword type="function" name="gst_gl_display_filter_gl_api ()" link="GstGLDisplay.html#gst-gl-display-filter-gl-api"/>
550
- <keyword type="function" name="gst_gl_display_get_gl_api ()" link="GstGLDisplay.html#gst-gl-display-get-gl-api"/>
551
- <keyword type="function" name="gst_gl_display_add_context ()" link="GstGLDisplay.html#gst-gl-display-add-context" since="1.6"/>
552
- <keyword type="function" name="gst_gl_display_get_gl_context_for_thread ()" link="GstGLDisplay.html#gst-gl-display-get-gl-context-for-thread" since="1.6"/>
553
- <keyword type="function" name="gst_gl_display_get_handle ()" link="GstGLDisplay.html#gst-gl-display-get-handle" since="1.4"/>
554
- <keyword type="function" name="gst_gl_display_create_context ()" link="GstGLDisplay.html#gst-gl-display-create-context" since="1.6"/>
555
- <keyword type="function" name="gst_gl_display_create_window ()" link="GstGLDisplay.html#gst-gl-display-create-window"/>
556
- <keyword type="function" name="gst_gl_display_find_window ()" link="GstGLDisplay.html#gst-gl-display-find-window" since="1.12"/>
557
- <keyword type="function" name="gst_gl_display_remove_window ()" link="GstGLDisplay.html#gst-gl-display-remove-window" since="1.12"/>
558
- <keyword type="function" name="gst_context_get_gl_display ()" link="GstGLDisplay.html#gst-context-get-gl-display" since="1.4"/>
559
- <keyword type="function" name="gst_context_set_gl_display ()" link="GstGLDisplay.html#gst-context-set-gl-display" since="1.4"/>
560
- <keyword type="macro" name="GST_GL_DISPLAY_CONTEXT_TYPE" link="GstGLDisplay.html#GST-GL-DISPLAY-CONTEXT-TYPE:CAPS"/>
561
- <keyword type="enum" name="enum GstGLDisplayType" link="GstGLDisplay.html#GstGLDisplayType"/>
562
- <keyword type="struct" name="GstGLDisplay" link="GstGLDisplay.html#GstGLDisplay-struct"/>
563
- <keyword type="signal" name="The “create-context” signal" link="GstGLDisplay.html#GstGLDisplay-create-context"/>
564
- <keyword type="function" name="gst_gl_display_wayland_new ()" link="gst-plugins-bad-libs-GstGLDisplayWayland.html#gst-gl-display-wayland-new"/>
565
- <keyword type="function" name="gst_gl_display_wayland_new_with_display ()" link="gst-plugins-bad-libs-GstGLDisplayWayland.html#gst-gl-display-wayland-new-with-display"/>
566
- <keyword type="function" name="gst_gl_display_x11_new ()" link="gst-plugins-bad-libs-GstGLDisplayX11.html#gst-gl-display-x11-new"/>
567
- <keyword type="function" name="gst_gl_display_x11_new_with_display ()" link="gst-plugins-bad-libs-GstGLDisplayX11.html#gst-gl-display-x11-new-with-display"/>
568
- <keyword type="function" name="gst_egl_image_from_dmabuf ()" link="gst-plugins-bad-libs-GstEGLImage.html#gst-egl-image-from-dmabuf"/>
569
- <keyword type="function" name="gst_egl_image_from_texture ()" link="gst-plugins-bad-libs-GstEGLImage.html#gst-egl-image-from-texture"/>
570
- <keyword type="function" name="gst_egl_image_get_image ()" link="gst-plugins-bad-libs-GstEGLImage.html#gst-egl-image-get-image"/>
571
- <keyword type="function" name="gst_egl_image_new_wrapped ()" link="gst-plugins-bad-libs-GstEGLImage.html#gst-egl-image-new-wrapped"/>
572
- <keyword type="function" name="gst_egl_image_ref ()" link="gst-plugins-bad-libs-GstEGLImage.html#gst-egl-image-ref"/>
573
- <keyword type="function" name="gst_egl_image_unref ()" link="gst-plugins-bad-libs-GstEGLImage.html#gst-egl-image-unref"/>
574
- <keyword type="function" name="GstEGLImageDestroyNotify ()" link="gst-plugins-bad-libs-GstEGLImage.html#GstEGLImageDestroyNotify"/>
575
- <keyword type="function" name="GstGLFilterRenderFunc ()" link="GstGLFilter.html#GstGLFilterRenderFunc" since="1.10"/>
576
- <keyword type="function" name="gst_gl_filter_render_to_target ()" link="GstGLFilter.html#gst-gl-filter-render-to-target" since="1.10"/>
577
- <keyword type="function" name="gst_gl_filter_render_to_target_with_shader ()" link="GstGLFilter.html#gst-gl-filter-render-to-target-with-shader" since="1.4"/>
578
- <keyword type="function" name="gst_gl_filter_filter_texture ()" link="GstGLFilter.html#gst-gl-filter-filter-texture" since="1.4"/>
579
- <keyword type="function" name="gst_gl_filter_draw_fullscreen_quad ()" link="GstGLFilter.html#gst-gl-filter-draw-fullscreen-quad" since="1.10"/>
580
- <keyword type="struct" name="GstGLFilter" link="GstGLFilter.html#GstGLFilter-struct"/>
581
- <keyword type="struct" name="GstGLFilterClass" link="GstGLFilter.html#GstGLFilterClass"/>
582
- <keyword type="function" name="gst_gl_framebuffer_new ()" link="GstGLFramebuffer.html#gst-gl-framebuffer-new" since="1.10"/>
583
- <keyword type="function" name="gst_gl_framebuffer_new_with_default_depth ()" link="GstGLFramebuffer.html#gst-gl-framebuffer-new-with-default-depth" since="1.10"/>
584
- <keyword type="function" name="gst_gl_framebuffer_attach ()" link="GstGLFramebuffer.html#gst-gl-framebuffer-attach" since="1.10"/>
585
- <keyword type="function" name="gst_gl_framebuffer_bind ()" link="GstGLFramebuffer.html#gst-gl-framebuffer-bind" since="1.10"/>
586
- <keyword type="function" name="gst_gl_context_clear_framebuffer ()" link="GstGLFramebuffer.html#gst-gl-context-clear-framebuffer" since="1.10"/>
587
- <keyword type="function" name="GstGLFramebufferFunc ()" link="GstGLFramebuffer.html#GstGLFramebufferFunc"/>
588
- <keyword type="function" name="gst_gl_framebuffer_draw_to_texture ()" link="GstGLFramebuffer.html#gst-gl-framebuffer-draw-to-texture" since="1.10"/>
589
- <keyword type="function" name="gst_gl_framebuffer_get_effective_dimensions ()" link="GstGLFramebuffer.html#gst-gl-framebuffer-get-effective-dimensions" since="1.10"/>
590
- <keyword type="function" name="gst_gl_framebuffer_get_id ()" link="GstGLFramebuffer.html#gst-gl-framebuffer-get-id" since="1.10"/>
591
- <keyword type="struct" name="GstGLFramebuffer" link="GstGLFramebuffer.html#GstGLFramebuffer-struct"/>
592
- <keyword type="struct" name="GstGLFramebufferClass" link="GstGLFramebuffer.html#GstGLFramebufferClass"/>
593
- <keyword type="function" name="gst_gl_video_allocation_params_copy_data ()" link="gst-plugins-bad-libs-GstGLMemory.html#gst-gl-video-allocation-params-copy-data" since="1.8"/>
594
- <keyword type="function" name="gst_gl_video_allocation_params_free_data ()" link="gst-plugins-bad-libs-GstGLMemory.html#gst-gl-video-allocation-params-free-data" since="1.8"/>
595
- <keyword type="function" name="gst_gl_video_allocation_params_init_full ()" link="gst-plugins-bad-libs-GstGLMemory.html#gst-gl-video-allocation-params-init-full" since="1.8"/>
596
- <keyword type="function" name="gst_gl_video_allocation_params_new ()" link="gst-plugins-bad-libs-GstGLMemory.html#gst-gl-video-allocation-params-new" since="1.8"/>
597
- <keyword type="function" name="gst_gl_video_allocation_params_new_wrapped_data ()" link="gst-plugins-bad-libs-GstGLMemory.html#gst-gl-video-allocation-params-new-wrapped-data" since="1.8"/>
598
- <keyword type="function" name="gst_gl_video_allocation_params_new_wrapped_gl_handle ()" link="gst-plugins-bad-libs-GstGLMemory.html#gst-gl-video-allocation-params-new-wrapped-gl-handle" since="1.8"/>
599
- <keyword type="function" name="gst_gl_video_allocation_params_new_wrapped_texture ()" link="gst-plugins-bad-libs-GstGLMemory.html#gst-gl-video-allocation-params-new-wrapped-texture" since="1.8"/>
600
- <keyword type="function" name="gst_gl_memory_allocator_get_default ()" link="gst-plugins-bad-libs-GstGLMemory.html#gst-gl-memory-allocator-get-default" since="1.8"/>
601
- <keyword type="function" name="gst_gl_memory_init_once ()" link="gst-plugins-bad-libs-GstGLMemory.html#gst-gl-memory-init-once" since="1.4"/>
602
- <keyword type="function" name="gst_gl_memory_init ()" link="gst-plugins-bad-libs-GstGLMemory.html#gst-gl-memory-init" since="1.8"/>
603
- <keyword type="function" name="gst_is_gl_memory ()" link="gst-plugins-bad-libs-GstGLMemory.html#gst-is-gl-memory" since="1.4"/>
604
- <keyword type="function" name="gst_gl_memory_copy_into ()" link="gst-plugins-bad-libs-GstGLMemory.html#gst-gl-memory-copy-into" since="1.8"/>
605
- <keyword type="function" name="gst_gl_memory_copy_teximage ()" link="gst-plugins-bad-libs-GstGLMemory.html#gst-gl-memory-copy-teximage"/>
606
- <keyword type="function" name="gst_gl_memory_read_pixels ()" link="gst-plugins-bad-libs-GstGLMemory.html#gst-gl-memory-read-pixels" since="1.8"/>
607
- <keyword type="function" name="gst_gl_memory_texsubimage ()" link="gst-plugins-bad-libs-GstGLMemory.html#gst-gl-memory-texsubimage" since="1.8"/>
608
- <keyword type="function" name="gst_gl_memory_get_texture_height ()" link="gst-plugins-bad-libs-GstGLMemory.html#gst-gl-memory-get-texture-height" since="1.8"/>
609
- <keyword type="function" name="gst_gl_memory_get_texture_id ()" link="gst-plugins-bad-libs-GstGLMemory.html#gst-gl-memory-get-texture-id" since="1.8"/>
610
- <keyword type="function" name="gst_gl_memory_get_texture_target ()" link="gst-plugins-bad-libs-GstGLMemory.html#gst-gl-memory-get-texture-target" since="1.8"/>
611
- <keyword type="function" name="gst_gl_memory_get_texture_format ()" link="gst-plugins-bad-libs-GstGLMemory.html#gst-gl-memory-get-texture-format" since="1.12"/>
612
- <keyword type="function" name="gst_gl_memory_get_texture_width ()" link="gst-plugins-bad-libs-GstGLMemory.html#gst-gl-memory-get-texture-width" since="1.8"/>
613
- <keyword type="function" name="gst_gl_memory_setup_buffer ()" link="gst-plugins-bad-libs-GstGLMemory.html#gst-gl-memory-setup-buffer" since="1.8"/>
614
- <keyword type="macro" name="GST_GL_MEMORY_VIDEO_FORMATS_STR" link="gst-plugins-bad-libs-GstGLMemory.html#GST-GL-MEMORY-VIDEO-FORMATS-STR:CAPS"/>
615
- <keyword type="macro" name="GST_CAPS_FEATURE_MEMORY_GL_MEMORY" link="gst-plugins-bad-libs-GstGLMemory.html#GST-CAPS-FEATURE-MEMORY-GL-MEMORY:CAPS"/>
616
- <keyword type="struct" name="struct GstGLVideoAllocationParams" link="gst-plugins-bad-libs-GstGLMemory.html#GstGLVideoAllocationParams-struct"/>
617
- <keyword type="macro" name="GST_GL_ALLOCATION_PARAMS_ALLOC_FLAG_VIDEO" link="gst-plugins-bad-libs-GstGLMemory.html#GST-GL-ALLOCATION-PARAMS-ALLOC-FLAG-VIDEO:CAPS"/>
618
- <keyword type="struct" name="GstGLMemoryAllocator" link="gst-plugins-bad-libs-GstGLMemory.html#GstGLMemoryAllocator-struct"/>
619
- <keyword type="struct" name="GstGLMemoryAllocatorClass" link="gst-plugins-bad-libs-GstGLMemory.html#GstGLMemoryAllocatorClass"/>
620
- <keyword type="struct" name="GstGLMemory" link="gst-plugins-bad-libs-GstGLMemory.html#GstGLMemory"/>
621
- <keyword type="macro" name="GST_GL_MEMORY_ALLOCATOR_NAME" link="gst-plugins-bad-libs-GstGLMemory.html#GST-GL-MEMORY-ALLOCATOR-NAME:CAPS"/>
622
- <keyword type="function" name="gst_gl_memory_egl_init_once ()" link="gst-plugins-bad-libs-gstglmemoryegl.html#gst-gl-memory-egl-init-once" since="1.10"/>
623
- <keyword type="function" name="gst_gl_memory_egl_get_display ()" link="gst-plugins-bad-libs-gstglmemoryegl.html#gst-gl-memory-egl-get-display" since="1.10"/>
624
- <keyword type="function" name="gst_gl_memory_egl_get_image ()" link="gst-plugins-bad-libs-gstglmemoryegl.html#gst-gl-memory-egl-get-image" since="1.10"/>
625
- <keyword type="function" name="gst_is_gl_memory_egl ()" link="gst-plugins-bad-libs-gstglmemoryegl.html#gst-is-gl-memory-egl" since="1.10"/>
626
- <keyword type="struct" name="GstGLMemoryEGLAllocator" link="gst-plugins-bad-libs-gstglmemoryegl.html#GstGLMemoryEGLAllocator"/>
627
- <keyword type="struct" name="GstGLMemoryEGLAllocatorClass" link="gst-plugins-bad-libs-gstglmemoryegl.html#GstGLMemoryEGLAllocatorClass"/>
628
- <keyword type="macro" name="GST_GL_MEMORY_EGL_ALLOCATOR_NAME" link="gst-plugins-bad-libs-gstglmemoryegl.html#GST-GL-MEMORY-EGL-ALLOCATOR-NAME:CAPS"/>
629
- <keyword type="struct" name="GstGLMemoryEGL" link="gst-plugins-bad-libs-gstglmemoryegl.html#GstGLMemoryEGL"/>
630
- <keyword type="function" name="gst_is_gl_memory_pbo ()" link="gst-plugins-bad-libs-GstGLMemoryPBO.html#gst-is-gl-memory-pbo" since="1.8"/>
631
- <keyword type="function" name="gst_gl_memory_pbo_copy_into_texture ()" link="gst-plugins-bad-libs-GstGLMemoryPBO.html#gst-gl-memory-pbo-copy-into-texture" since="1.8"/>
632
- <keyword type="function" name="gst_gl_memory_pbo_download_transfer ()" link="gst-plugins-bad-libs-GstGLMemoryPBO.html#gst-gl-memory-pbo-download-transfer" since="1.8"/>
633
- <keyword type="function" name="gst_gl_memory_pbo_init_once ()" link="gst-plugins-bad-libs-GstGLMemoryPBO.html#gst-gl-memory-pbo-init-once"/>
634
- <keyword type="function" name="gst_gl_memory_pbo_upload_transfer ()" link="gst-plugins-bad-libs-GstGLMemoryPBO.html#gst-gl-memory-pbo-upload-transfer" since="1.8"/>
635
- <keyword type="struct" name="GstGLMemoryPBOAllocator" link="gst-plugins-bad-libs-GstGLMemoryPBO.html#GstGLMemoryPBOAllocator-struct"/>
636
- <keyword type="struct" name="GstGLMemoryPBOAllocatorClass" link="gst-plugins-bad-libs-GstGLMemoryPBO.html#GstGLMemoryPBOAllocatorClass"/>
637
- <keyword type="macro" name="GST_GL_MEMORY_PBO_ALLOCATOR_NAME" link="gst-plugins-bad-libs-GstGLMemoryPBO.html#GST-GL-MEMORY-PBO-ALLOCATOR-NAME:CAPS"/>
638
- <keyword type="struct" name="GstGLMemoryPBO" link="gst-plugins-bad-libs-GstGLMemoryPBO.html#GstGLMemoryPBO"/>
639
- <keyword type="function" name="gst_gl_overlay_compositor_new ()" link="gst-plugins-bad-libs-GstGLOverlayCompositor.html#gst-gl-overlay-compositor-new"/>
640
- <keyword type="function" name="gst_gl_overlay_compositor_add_caps ()" link="gst-plugins-bad-libs-GstGLOverlayCompositor.html#gst-gl-overlay-compositor-add-caps"/>
641
- <keyword type="function" name="gst_gl_overlay_compositor_draw_overlays ()" link="gst-plugins-bad-libs-GstGLOverlayCompositor.html#gst-gl-overlay-compositor-draw-overlays"/>
642
- <keyword type="function" name="gst_gl_overlay_compositor_upload_overlays ()" link="gst-plugins-bad-libs-GstGLOverlayCompositor.html#gst-gl-overlay-compositor-upload-overlays"/>
643
- <keyword type="function" name="gst_gl_overlay_compositor_free_overlays ()" link="gst-plugins-bad-libs-GstGLOverlayCompositor.html#gst-gl-overlay-compositor-free-overlays"/>
644
- <keyword type="function" name="gst_gl_query_counter ()" link="gst-plugins-bad-libs-GstGLQuery.html#gst-gl-query-counter" since="1.10"/>
645
- <keyword type="macro" name="gst_gl_query_counter_log()" link="gst-plugins-bad-libs-GstGLQuery.html#gst-gl-query-counter-log"/>
646
- <keyword type="macro" name="gst_gl_query_counter_log_valist()" link="gst-plugins-bad-libs-GstGLQuery.html#gst-gl-query-counter-log-valist"/>
647
- <keyword type="function" name="gst_gl_query_end ()" link="gst-plugins-bad-libs-GstGLQuery.html#gst-gl-query-end" since="1.10"/>
648
- <keyword type="function" name="gst_gl_query_free ()" link="gst-plugins-bad-libs-GstGLQuery.html#gst-gl-query-free" since="1.10"/>
649
- <keyword type="function" name="gst_gl_query_init ()" link="gst-plugins-bad-libs-GstGLQuery.html#gst-gl-query-init" since="1.10"/>
650
- <keyword type="function" name="gst_gl_query_new ()" link="gst-plugins-bad-libs-GstGLQuery.html#gst-gl-query-new" since="1.10"/>
651
- <keyword type="function" name="gst_gl_query_result ()" link="gst-plugins-bad-libs-GstGLQuery.html#gst-gl-query-result" since="1.10"/>
652
- <keyword type="function" name="gst_gl_query_start ()" link="gst-plugins-bad-libs-GstGLQuery.html#gst-gl-query-start" since="1.10"/>
653
- <keyword type="macro" name="gst_gl_query_start_log()" link="gst-plugins-bad-libs-GstGLQuery.html#gst-gl-query-start-log"/>
654
- <keyword type="macro" name="gst_gl_query_start_log_valist()" link="gst-plugins-bad-libs-GstGLQuery.html#gst-gl-query-start-log-valist"/>
655
- <keyword type="function" name="gst_gl_query_unset ()" link="gst-plugins-bad-libs-GstGLQuery.html#gst-gl-query-unset" since="1.10"/>
656
- <keyword type="enum" name="enum GstGLQueryType" link="gst-plugins-bad-libs-GstGLQuery.html#GstGLQueryType"/>
657
- <keyword type="function" name="gst_gl_renderbuffer_allocation_params_new ()" link="gst-plugins-bad-libs-GstGLRenderbuffer.html#gst-gl-renderbuffer-allocation-params-new" since="1.10"/>
658
- <keyword type="function" name="gst_gl_renderbuffer_allocation_params_new_wrapped ()" link="gst-plugins-bad-libs-GstGLRenderbuffer.html#gst-gl-renderbuffer-allocation-params-new-wrapped" since="1.10"/>
659
- <keyword type="function" name="gst_gl_renderbuffer_get_height ()" link="gst-plugins-bad-libs-GstGLRenderbuffer.html#gst-gl-renderbuffer-get-height" since="1.10"/>
660
- <keyword type="function" name="gst_gl_renderbuffer_get_id ()" link="gst-plugins-bad-libs-GstGLRenderbuffer.html#gst-gl-renderbuffer-get-id" since="1.10"/>
661
- <keyword type="function" name="gst_gl_renderbuffer_get_format ()" link="gst-plugins-bad-libs-GstGLRenderbuffer.html#gst-gl-renderbuffer-get-format" since="1.12"/>
662
- <keyword type="function" name="gst_gl_renderbuffer_get_width ()" link="gst-plugins-bad-libs-GstGLRenderbuffer.html#gst-gl-renderbuffer-get-width" since="1.10"/>
663
- <keyword type="function" name="gst_gl_renderbuffer_init_once ()" link="gst-plugins-bad-libs-GstGLRenderbuffer.html#gst-gl-renderbuffer-init-once" since="1.10"/>
664
- <keyword type="function" name="gst_is_gl_renderbuffer ()" link="gst-plugins-bad-libs-GstGLRenderbuffer.html#gst-is-gl-renderbuffer" since="1.10"/>
665
- <keyword type="struct" name="GstGLRenderbufferAllocator" link="gst-plugins-bad-libs-GstGLRenderbuffer.html#GstGLRenderbufferAllocator-struct"/>
666
- <keyword type="struct" name="GstGLRenderbufferAllocatorClass" link="gst-plugins-bad-libs-GstGLRenderbuffer.html#GstGLRenderbufferAllocatorClass"/>
667
- <keyword type="macro" name="GST_GL_RENDERBUFFER_ALLOCATOR_NAME" link="gst-plugins-bad-libs-GstGLRenderbuffer.html#GST-GL-RENDERBUFFER-ALLOCATOR-NAME:CAPS"/>
668
- <keyword type="function" name="gst_gl_shader_new ()" link="GstGLShader.html#gst-gl-shader-new"/>
669
- <keyword type="function" name="gst_gl_shader_new_default ()" link="GstGLShader.html#gst-gl-shader-new-default" since="1.8"/>
670
- <keyword type="function" name="gst_gl_shader_new_link_with_stages ()" link="GstGLShader.html#gst-gl-shader-new-link-with-stages" since="1.8"/>
671
- <keyword type="function" name="gst_gl_shader_new_with_stages ()" link="GstGLShader.html#gst-gl-shader-new-with-stages" since="1.8"/>
672
- <keyword type="function" name="gst_gl_shader_use ()" link="GstGLShader.html#gst-gl-shader-use"/>
673
- <keyword type="function" name="gst_gl_context_clear_shader ()" link="GstGLShader.html#gst-gl-context-clear-shader"/>
674
- <keyword type="function" name="gst_gl_shader_get_program_handle ()" link="GstGLShader.html#gst-gl-shader-get-program-handle" since="1.8"/>
675
- <keyword type="function" name="gst_gl_shader_release ()" link="GstGLShader.html#gst-gl-shader-release" since="1.8"/>
676
- <keyword type="function" name="gst_gl_shader_release_unlocked ()" link="GstGLShader.html#gst-gl-shader-release-unlocked" since="1.8"/>
677
- <keyword type="function" name="gst_gl_shader_attach ()" link="GstGLShader.html#gst-gl-shader-attach" since="1.8"/>
678
- <keyword type="function" name="gst_gl_shader_attach_unlocked ()" link="GstGLShader.html#gst-gl-shader-attach-unlocked" since="1.8"/>
679
- <keyword type="function" name="gst_gl_shader_compile_attach_stage ()" link="GstGLShader.html#gst-gl-shader-compile-attach-stage" since="1.8"/>
680
- <keyword type="function" name="gst_gl_shader_detach ()" link="GstGLShader.html#gst-gl-shader-detach" since="1.8"/>
681
- <keyword type="function" name="gst_gl_shader_detach_unlocked ()" link="GstGLShader.html#gst-gl-shader-detach-unlocked" since="1.8"/>
682
- <keyword type="function" name="gst_gl_shader_is_linked ()" link="GstGLShader.html#gst-gl-shader-is-linked" since="1.8"/>
683
- <keyword type="function" name="gst_gl_shader_link ()" link="GstGLShader.html#gst-gl-shader-link" since="1.8"/>
684
- <keyword type="function" name="gst_gl_shader_set_uniform_1i ()" link="GstGLShader.html#gst-gl-shader-set-uniform-1i"/>
685
- <keyword type="function" name="gst_gl_shader_set_uniform_1f ()" link="GstGLShader.html#gst-gl-shader-set-uniform-1f"/>
686
- <keyword type="function" name="gst_gl_shader_set_uniform_1fv ()" link="GstGLShader.html#gst-gl-shader-set-uniform-1fv"/>
687
- <keyword type="function" name="gst_gl_shader_set_uniform_1iv ()" link="GstGLShader.html#gst-gl-shader-set-uniform-1iv"/>
688
- <keyword type="function" name="gst_gl_shader_set_uniform_2f ()" link="GstGLShader.html#gst-gl-shader-set-uniform-2f"/>
689
- <keyword type="function" name="gst_gl_shader_set_uniform_2fv ()" link="GstGLShader.html#gst-gl-shader-set-uniform-2fv"/>
690
- <keyword type="function" name="gst_gl_shader_set_uniform_2i ()" link="GstGLShader.html#gst-gl-shader-set-uniform-2i"/>
691
- <keyword type="function" name="gst_gl_shader_set_uniform_2iv ()" link="GstGLShader.html#gst-gl-shader-set-uniform-2iv"/>
692
- <keyword type="function" name="gst_gl_shader_set_uniform_3f ()" link="GstGLShader.html#gst-gl-shader-set-uniform-3f"/>
693
- <keyword type="function" name="gst_gl_shader_set_uniform_3fv ()" link="GstGLShader.html#gst-gl-shader-set-uniform-3fv"/>
694
- <keyword type="function" name="gst_gl_shader_set_uniform_3i ()" link="GstGLShader.html#gst-gl-shader-set-uniform-3i"/>
695
- <keyword type="function" name="gst_gl_shader_set_uniform_3iv ()" link="GstGLShader.html#gst-gl-shader-set-uniform-3iv"/>
696
- <keyword type="function" name="gst_gl_shader_set_uniform_4f ()" link="GstGLShader.html#gst-gl-shader-set-uniform-4f"/>
697
- <keyword type="function" name="gst_gl_shader_set_uniform_4fv ()" link="GstGLShader.html#gst-gl-shader-set-uniform-4fv"/>
698
- <keyword type="function" name="gst_gl_shader_set_uniform_4i ()" link="GstGLShader.html#gst-gl-shader-set-uniform-4i"/>
699
- <keyword type="function" name="gst_gl_shader_set_uniform_4iv ()" link="GstGLShader.html#gst-gl-shader-set-uniform-4iv"/>
700
- <keyword type="function" name="gst_gl_shader_set_uniform_matrix_2fv ()" link="GstGLShader.html#gst-gl-shader-set-uniform-matrix-2fv"/>
701
- <keyword type="function" name="gst_gl_shader_set_uniform_matrix_2x3fv ()" link="GstGLShader.html#gst-gl-shader-set-uniform-matrix-2x3fv"/>
702
- <keyword type="function" name="gst_gl_shader_set_uniform_matrix_2x4fv ()" link="GstGLShader.html#gst-gl-shader-set-uniform-matrix-2x4fv"/>
703
- <keyword type="function" name="gst_gl_shader_set_uniform_matrix_3fv ()" link="GstGLShader.html#gst-gl-shader-set-uniform-matrix-3fv"/>
704
- <keyword type="function" name="gst_gl_shader_set_uniform_matrix_3x2fv ()" link="GstGLShader.html#gst-gl-shader-set-uniform-matrix-3x2fv"/>
705
- <keyword type="function" name="gst_gl_shader_set_uniform_matrix_3x4fv ()" link="GstGLShader.html#gst-gl-shader-set-uniform-matrix-3x4fv"/>
706
- <keyword type="function" name="gst_gl_shader_set_uniform_matrix_4fv ()" link="GstGLShader.html#gst-gl-shader-set-uniform-matrix-4fv"/>
707
- <keyword type="function" name="gst_gl_shader_set_uniform_matrix_4x2fv ()" link="GstGLShader.html#gst-gl-shader-set-uniform-matrix-4x2fv"/>
708
- <keyword type="function" name="gst_gl_shader_set_uniform_matrix_4x3fv ()" link="GstGLShader.html#gst-gl-shader-set-uniform-matrix-4x3fv"/>
709
- <keyword type="function" name="gst_gl_shader_get_attribute_location ()" link="GstGLShader.html#gst-gl-shader-get-attribute-location"/>
710
- <keyword type="function" name="gst_gl_shader_bind_attribute_location ()" link="GstGLShader.html#gst-gl-shader-bind-attribute-location"/>
711
- <keyword type="function" name="gst_gl_shader_bind_frag_data_location ()" link="GstGLShader.html#gst-gl-shader-bind-frag-data-location"/>
712
- <keyword type="struct" name="GstGLShader" link="GstGLShader.html#GstGLShader-struct"/>
713
- <keyword type="property" name="The “linked” property" link="GstGLShader.html#GstGLShader--linked"/>
714
- <keyword type="function" name="gst_glsl_error_quark ()" link="gst-plugins-bad-libs-GstGLSL.html#gst-glsl-error-quark"/>
715
- <keyword type="function" name="gst_glsl_profile_from_string ()" link="gst-plugins-bad-libs-GstGLSL.html#gst-glsl-profile-from-string"/>
716
- <keyword type="function" name="gst_glsl_profile_to_string ()" link="gst-plugins-bad-libs-GstGLSL.html#gst-glsl-profile-to-string"/>
717
- <keyword type="function" name="gst_glsl_version_from_string ()" link="gst-plugins-bad-libs-GstGLSL.html#gst-glsl-version-from-string"/>
718
- <keyword type="function" name="gst_glsl_version_to_string ()" link="gst-plugins-bad-libs-GstGLSL.html#gst-glsl-version-to-string"/>
719
- <keyword type="function" name="gst_glsl_version_profile_from_string ()" link="gst-plugins-bad-libs-GstGLSL.html#gst-glsl-version-profile-from-string"/>
720
- <keyword type="function" name="gst_glsl_version_profile_to_string ()" link="gst-plugins-bad-libs-GstGLSL.html#gst-glsl-version-profile-to-string"/>
721
- <keyword type="function" name="gst_glsl_string_get_version_profile ()" link="gst-plugins-bad-libs-GstGLSL.html#gst-glsl-string-get-version-profile"/>
722
- <keyword type="function" name="gst_gl_context_supports_glsl_profile_version ()" link="gst-plugins-bad-libs-GstGLSL.html#gst-gl-context-supports-glsl-profile-version"/>
723
- <keyword type="function" name="gst_gl_version_to_glsl_version ()" link="gst-plugins-bad-libs-GstGLSL.html#gst-gl-version-to-glsl-version"/>
724
- <keyword type="macro" name="GST_GLSL_ERROR" link="gst-plugins-bad-libs-GstGLSL.html#GST-GLSL-ERROR:CAPS"/>
725
- <keyword type="enum" name="enum GstGLSLError" link="gst-plugins-bad-libs-GstGLSL.html#GstGLSLError" since="1.8"/>
726
- <keyword type="enum" name="enum GstGLSLProfile" link="gst-plugins-bad-libs-GstGLSL.html#GstGLSLProfile" since="1.8"/>
727
- <keyword type="enum" name="enum GstGLSLVersion" link="gst-plugins-bad-libs-GstGLSL.html#GstGLSLVersion" since="1.8"/>
728
- <keyword type="function" name="gst_glsl_stage_new ()" link="GstGLSLStage.html#gst-glsl-stage-new" since="1.8"/>
729
- <keyword type="function" name="gst_glsl_stage_new_default_fragment ()" link="GstGLSLStage.html#gst-glsl-stage-new-default-fragment"/>
730
- <keyword type="function" name="gst_glsl_stage_new_default_vertex ()" link="GstGLSLStage.html#gst-glsl-stage-new-default-vertex"/>
731
- <keyword type="function" name="gst_glsl_stage_new_with_string ()" link="GstGLSLStage.html#gst-glsl-stage-new-with-string" since="1.8"/>
732
- <keyword type="function" name="gst_glsl_stage_new_with_strings ()" link="GstGLSLStage.html#gst-glsl-stage-new-with-strings" since="1.8"/>
733
- <keyword type="function" name="gst_glsl_stage_set_strings ()" link="GstGLSLStage.html#gst-glsl-stage-set-strings" since="1.8"/>
734
- <keyword type="function" name="gst_glsl_stage_compile ()" link="GstGLSLStage.html#gst-glsl-stage-compile" since="1.8"/>
735
- <keyword type="function" name="gst_glsl_stage_get_handle ()" link="GstGLSLStage.html#gst-glsl-stage-get-handle" since="1.8"/>
736
- <keyword type="function" name="gst_glsl_stage_get_profile ()" link="GstGLSLStage.html#gst-glsl-stage-get-profile" since="1.8"/>
737
- <keyword type="function" name="gst_glsl_stage_get_shader_type ()" link="GstGLSLStage.html#gst-glsl-stage-get-shader-type" since="1.8"/>
738
- <keyword type="function" name="gst_glsl_stage_get_version ()" link="GstGLSLStage.html#gst-glsl-stage-get-version" since="1.8"/>
739
- <keyword type="struct" name="GstGLSLStage" link="GstGLSLStage.html#GstGLSLStage-struct"/>
740
- <keyword type="struct" name="GstGLSLStageClass" link="GstGLSLStage.html#GstGLSLStageClass"/>
741
- <keyword type="function" name="gst_gl_sync_meta_get_info ()" link="gst-plugins-bad-libs-GstGLSyncMeta.html#gst-gl-sync-meta-get-info"/>
742
- <keyword type="function" name="gst_buffer_add_gl_sync_meta ()" link="gst-plugins-bad-libs-GstGLSyncMeta.html#gst-buffer-add-gl-sync-meta" since="1.6"/>
743
- <keyword type="function" name="gst_buffer_add_gl_sync_meta_full ()" link="gst-plugins-bad-libs-GstGLSyncMeta.html#gst-buffer-add-gl-sync-meta-full" since="1.8"/>
744
- <keyword type="macro" name="gst_buffer_get_gl_sync_meta()" link="gst-plugins-bad-libs-GstGLSyncMeta.html#gst-buffer-get-gl-sync-meta"/>
745
- <keyword type="function" name="gst_gl_sync_meta_set_sync_point ()" link="gst-plugins-bad-libs-GstGLSyncMeta.html#gst-gl-sync-meta-set-sync-point" since="1.6"/>
746
- <keyword type="function" name="gst_gl_sync_meta_wait ()" link="gst-plugins-bad-libs-GstGLSyncMeta.html#gst-gl-sync-meta-wait" since="1.6"/>
747
- <keyword type="function" name="gst_gl_sync_meta_wait_cpu ()" link="gst-plugins-bad-libs-GstGLSyncMeta.html#gst-gl-sync-meta-wait-cpu" since="1.8"/>
748
- <keyword type="struct" name="struct GstGLSyncMeta" link="gst-plugins-bad-libs-GstGLSyncMeta.html#GstGLSyncMeta"/>
749
- <keyword type="macro" name="GST_BUFFER_POOL_OPTION_GL_SYNC_META" link="gst-plugins-bad-libs-GstGLSyncMeta.html#GST-BUFFER-POOL-OPTION-GL-SYNC-META:CAPS"/>
750
- <keyword type="function" name="gst_gl_upload_new ()" link="GstGLUpload.html#gst-gl-upload-new"/>
751
- <keyword type="function" name="gst_gl_upload_set_context ()" link="GstGLUpload.html#gst-gl-upload-set-context"/>
752
- <keyword type="function" name="gst_gl_upload_get_caps ()" link="GstGLUpload.html#gst-gl-upload-get-caps"/>
753
- <keyword type="function" name="gst_gl_upload_set_caps ()" link="GstGLUpload.html#gst-gl-upload-set-caps"/>
754
- <keyword type="function" name="gst_gl_upload_propose_allocation ()" link="GstGLUpload.html#gst-gl-upload-propose-allocation"/>
755
- <keyword type="function" name="gst_gl_upload_transform_caps ()" link="GstGLUpload.html#gst-gl-upload-transform-caps"/>
756
- <keyword type="function" name="gst_gl_upload_perform_with_buffer ()" link="GstGLUpload.html#gst-gl-upload-perform-with-buffer"/>
757
- <keyword type="function" name="gst_gl_upload_get_input_template_caps ()" link="GstGLUpload.html#gst-gl-upload-get-input-template-caps"/>
758
- <keyword type="struct" name="GstGLUpload" link="GstGLUpload.html#GstGLUpload-struct"/>
759
- <keyword type="enum" name="enum GstGLUploadReturn" link="GstGLUpload.html#GstGLUploadReturn"/>
760
- <keyword type="function" name="gst_gl_view_convert_new ()" link="GstGLViewConvert.html#gst-gl-view-convert-new" since="1.6"/>
761
- <keyword type="function" name="gst_gl_view_convert_set_caps ()" link="GstGLViewConvert.html#gst-gl-view-convert-set-caps" since="1.6"/>
762
- <keyword type="function" name="gst_gl_view_convert_transform_caps ()" link="GstGLViewConvert.html#gst-gl-view-convert-transform-caps" since="1.6"/>
763
- <keyword type="function" name="gst_gl_view_convert_fixate_caps ()" link="GstGLViewConvert.html#gst-gl-view-convert-fixate-caps" since="1.6"/>
764
- <keyword type="function" name="gst_gl_view_convert_submit_input_buffer ()" link="GstGLViewConvert.html#gst-gl-view-convert-submit-input-buffer" since="1.6"/>
765
- <keyword type="function" name="gst_gl_view_convert_get_output ()" link="GstGLViewConvert.html#gst-gl-view-convert-get-output" since="1.6"/>
766
- <keyword type="function" name="gst_gl_view_convert_perform ()" link="GstGLViewConvert.html#gst-gl-view-convert-perform" since="1.6"/>
767
- <keyword type="function" name="gst_gl_view_convert_reset ()" link="GstGLViewConvert.html#gst-gl-view-convert-reset" since="1.6"/>
768
- <keyword type="function" name="gst_gl_view_convert_set_context ()" link="GstGLViewConvert.html#gst-gl-view-convert-set-context" since="1.6"/>
769
- <keyword type="enum" name="enum GstGLStereoDownmix" link="GstGLViewConvert.html#GstGLStereoDownmix"/>
770
- <keyword type="struct" name="GstGLViewConvert" link="GstGLViewConvert.html#GstGLViewConvert-struct"/>
771
- <keyword type="struct" name="GstGLViewConvertClass" link="GstGLViewConvert.html#GstGLViewConvertClass"/>
772
- <keyword type="property" name="The “downmix-mode” property" link="GstGLViewConvert.html#GstGLViewConvert--downmix-mode"/>
773
- <keyword type="property" name="The “input-flags-override” property" link="GstGLViewConvert.html#GstGLViewConvert--input-flags-override"/>
774
- <keyword type="property" name="The “input-mode-override” property" link="GstGLViewConvert.html#GstGLViewConvert--input-mode-override"/>
775
- <keyword type="property" name="The “output-flags-override” property" link="GstGLViewConvert.html#GstGLViewConvert--output-flags-override"/>
776
- <keyword type="property" name="The “output-mode-override” property" link="GstGLViewConvert.html#GstGLViewConvert--output-mode-override"/>
777
- <keyword type="function" name="gst_gl_window_error_quark ()" link="GstGLWindow.html#gst-gl-window-error-quark"/>
778
- <keyword type="function" name="GstGLWindowResizeCB ()" link="GstGLWindow.html#GstGLWindowResizeCB"/>
779
- <keyword type="macro" name="GST_GL_WINDOW_RESIZE_CB()" link="GstGLWindow.html#GST-GL-WINDOW-RESIZE-CB:CAPS"/>
780
- <keyword type="function" name="GstGLWindowCB ()" link="GstGLWindow.html#GstGLWindowCB"/>
781
- <keyword type="macro" name="GST_GL_WINDOW_CB()" link="GstGLWindow.html#GST-GL-WINDOW-CB:CAPS"/>
782
- <keyword type="function" name="gst_gl_window_new ()" link="GstGLWindow.html#gst-gl-window-new" since="1.4"/>
783
- <keyword type="function" name="gst_gl_window_draw ()" link="GstGLWindow.html#gst-gl-window-draw" since="1.4"/>
784
- <keyword type="function" name="gst_gl_window_quit ()" link="GstGLWindow.html#gst-gl-window-quit" since="1.4"/>
785
- <keyword type="function" name="gst_gl_window_run ()" link="GstGLWindow.html#gst-gl-window-run" since="1.4"/>
786
- <keyword type="function" name="gst_gl_window_get_context ()" link="GstGLWindow.html#gst-gl-window-get-context" since="1.4"/>
787
- <keyword type="function" name="gst_gl_window_get_display ()" link="GstGLWindow.html#gst-gl-window-get-display" since="1.4"/>
788
- <keyword type="function" name="gst_gl_window_send_message ()" link="GstGLWindow.html#gst-gl-window-send-message" since="1.4"/>
789
- <keyword type="function" name="gst_gl_window_send_message_async ()" link="GstGLWindow.html#gst-gl-window-send-message-async" since="1.4"/>
790
- <keyword type="function" name="gst_gl_window_set_close_callback ()" link="GstGLWindow.html#gst-gl-window-set-close-callback" since="1.4"/>
791
- <keyword type="function" name="gst_gl_window_set_draw_callback ()" link="GstGLWindow.html#gst-gl-window-set-draw-callback" since="1.4"/>
792
- <keyword type="function" name="gst_gl_window_set_resize_callback ()" link="GstGLWindow.html#gst-gl-window-set-resize-callback" since="1.4"/>
793
- <keyword type="function" name="gst_gl_window_set_window_handle ()" link="GstGLWindow.html#gst-gl-window-set-window-handle" since="1.4"/>
794
- <keyword type="function" name="gst_gl_window_get_window_handle ()" link="GstGLWindow.html#gst-gl-window-get-window-handle" since="1.4"/>
795
- <keyword type="function" name="gst_gl_window_set_preferred_size ()" link="GstGLWindow.html#gst-gl-window-set-preferred-size" since="1.6"/>
796
- <keyword type="function" name="gst_gl_window_show ()" link="GstGLWindow.html#gst-gl-window-show" since="1.6"/>
797
- <keyword type="function" name="gst_gl_window_get_surface_dimensions ()" link="GstGLWindow.html#gst-gl-window-get-surface-dimensions" since="1.6"/>
798
- <keyword type="function" name="gst_gl_window_handle_events ()" link="GstGLWindow.html#gst-gl-window-handle-events"/>
799
- <keyword type="function" name="gst_gl_window_queue_resize ()" link="GstGLWindow.html#gst-gl-window-queue-resize"/>
800
- <keyword type="function" name="gst_gl_window_resize ()" link="GstGLWindow.html#gst-gl-window-resize"/>
801
- <keyword type="function" name="gst_gl_window_set_render_rectangle ()" link="GstGLWindow.html#gst-gl-window-set-render-rectangle"/>
802
- <keyword type="enum" name="enum GstGLWindowError" link="GstGLWindow.html#GstGLWindowError"/>
803
- <keyword type="macro" name="GST_GL_WINDOW_ERROR" link="GstGLWindow.html#GST-GL-WINDOW-ERROR:CAPS"/>
804
- <keyword type="struct" name="GstGLWindow" link="GstGLWindow.html#GstGLWindow-struct"/>
805
- <keyword type="struct" name="GstGLWindowClass" link="GstGLWindow.html#GstGLWindowClass"/>
806
- <keyword type="signal" name="The “key-event” signal" link="GstGLWindow.html#GstGLWindow-key-event"/>
807
- <keyword type="signal" name="The “mouse-event” signal" link="GstGLWindow.html#GstGLWindow-mouse-event"/>
808
- <keyword type="function" name="GstGLAsyncDebugLogGetMessage ()" link="gst-plugins-bad-libs-OpenGL-debugging.html#GstGLAsyncDebugLogGetMessage"/>
809
- <keyword type="function" name="gst_gl_async_debug_new ()" link="gst-plugins-bad-libs-OpenGL-debugging.html#gst-gl-async-debug-new" since="1.8"/>
810
- <keyword type="function" name="gst_gl_async_debug_free ()" link="gst-plugins-bad-libs-OpenGL-debugging.html#gst-gl-async-debug-free" since="1.8"/>
811
- <keyword type="function" name="gst_gl_async_debug_init ()" link="gst-plugins-bad-libs-OpenGL-debugging.html#gst-gl-async-debug-init" since="1.8"/>
812
- <keyword type="function" name="gst_gl_async_debug_unset ()" link="gst-plugins-bad-libs-OpenGL-debugging.html#gst-gl-async-debug-unset"/>
813
- <keyword type="function" name="gst_gl_async_debug_freeze ()" link="gst-plugins-bad-libs-OpenGL-debugging.html#gst-gl-async-debug-freeze" since="1.8"/>
814
- <keyword type="function" name="gst_gl_async_debug_thaw ()" link="gst-plugins-bad-libs-OpenGL-debugging.html#gst-gl-async-debug-thaw" since="1.8"/>
815
- <keyword type="function" name="gst_gl_async_debug_output_log_msg ()" link="gst-plugins-bad-libs-OpenGL-debugging.html#gst-gl-async-debug-output-log-msg"/>
816
- <keyword type="function" name="gst_gl_async_debug_store_log_msg ()" link="gst-plugins-bad-libs-OpenGL-debugging.html#gst-gl-async-debug-store-log-msg" since="1.8"/>
817
- <keyword type="function" name="gst_gl_async_debug_store_log_msg_valist ()" link="gst-plugins-bad-libs-OpenGL-debugging.html#gst-gl-async-debug-store-log-msg-valist" since="1.8"/>
818
- <keyword type="macro" name="GST_GL_ASYNC_CAT_LEVEL_LOG_valist()" link="gst-plugins-bad-libs-OpenGL-debugging.html#GST-GL-ASYNC-CAT-LEVEL-LOG-valist"/>
819
- <keyword type="macro" name="GST_GL_ASYNC_CAT_LEVEL_LOG()" link="gst-plugins-bad-libs-OpenGL-debugging.html#GST-GL-ASYNC-CAT-LEVEL-LOG:CAPS"/>
820
- <keyword type="function" name="gst_gl_insert_debug_marker ()" link="gst-plugins-bad-libs-OpenGL-debugging.html#gst-gl-insert-debug-marker" since="1.8"/>
821
- <keyword type="struct" name="struct GstGLAsyncDebug" link="gst-plugins-bad-libs-OpenGL-debugging.html#GstGLAsyncDebug"/>
822
- <keyword type="function" name="gst_gl_format_type_n_bytes ()" link="gst-plugins-bad-libs-OpenGL-Formats.html#gst-gl-format-type-n-bytes"/>
823
- <keyword type="function" name="gst_gl_format_from_video_info ()" link="gst-plugins-bad-libs-OpenGL-Formats.html#gst-gl-format-from-video-info"/>
824
- <keyword type="function" name="gst_gl_sized_gl_format_from_gl_format_type ()" link="gst-plugins-bad-libs-OpenGL-Formats.html#gst-gl-sized-gl-format-from-gl-format-type"/>
825
- <keyword type="function" name="gst_gl_texture_target_from_string ()" link="gst-plugins-bad-libs-OpenGL-Formats.html#gst-gl-texture-target-from-string"/>
826
- <keyword type="function" name="gst_gl_texture_target_to_string ()" link="gst-plugins-bad-libs-OpenGL-Formats.html#gst-gl-texture-target-to-string"/>
827
- <keyword type="function" name="gst_gl_texture_target_to_gl ()" link="gst-plugins-bad-libs-OpenGL-Formats.html#gst-gl-texture-target-to-gl"/>
828
- <keyword type="function" name="gst_gl_texture_target_from_gl ()" link="gst-plugins-bad-libs-OpenGL-Formats.html#gst-gl-texture-target-from-gl"/>
829
- <keyword type="function" name="gst_gl_texture_target_to_buffer_pool_option ()" link="gst-plugins-bad-libs-OpenGL-Formats.html#gst-gl-texture-target-to-buffer-pool-option"/>
830
- <keyword type="enum" name="enum GstGLTextureTarget" link="gst-plugins-bad-libs-OpenGL-Formats.html#GstGLTextureTarget" since="1.8"/>
831
- <keyword type="macro" name="GST_GL_TEXTURE_TARGET_2D_STR" link="gst-plugins-bad-libs-OpenGL-Formats.html#GST-GL-TEXTURE-TARGET-2D-STR:CAPS"/>
832
- <keyword type="macro" name="GST_GL_TEXTURE_TARGET_RECTANGLE_STR" link="gst-plugins-bad-libs-OpenGL-Formats.html#GST-GL-TEXTURE-TARGET-RECTANGLE-STR:CAPS"/>
833
- <keyword type="macro" name="GST_GL_TEXTURE_TARGET_EXTERNAL_OES_STR" link="gst-plugins-bad-libs-OpenGL-Formats.html#GST-GL-TEXTURE-TARGET-EXTERNAL-OES-STR:CAPS"/>
834
- <keyword type="macro" name="GST_BUFFER_POOL_OPTION_GL_TEXTURE_TARGET_2D" link="gst-plugins-bad-libs-OpenGL-Formats.html#GST-BUFFER-POOL-OPTION-GL-TEXTURE-TARGET-2D:CAPS"/>
835
- <keyword type="macro" name="GST_BUFFER_POOL_OPTION_GL_TEXTURE_TARGET_RECTANGLE" link="gst-plugins-bad-libs-OpenGL-Formats.html#GST-BUFFER-POOL-OPTION-GL-TEXTURE-TARGET-RECTANGLE:CAPS"/>
836
- <keyword type="macro" name="GST_BUFFER_POOL_OPTION_GL_TEXTURE_TARGET_EXTERNAL_OES" link="gst-plugins-bad-libs-OpenGL-Formats.html#GST-BUFFER-POOL-OPTION-GL-TEXTURE-TARGET-EXTERNAL-OES:CAPS"/>
837
- <keyword type="enum" name="enum GstGLFormat" link="gst-plugins-bad-libs-OpenGL-Formats.html#GstGLFormat"/>
838
- <keyword type="function" name="gst_gl_handle_set_context ()" link="gst-plugins-bad-libs-OpenGL-Miscellaneous-Utilities.html#gst-gl-handle-set-context"/>
839
- <keyword type="function" name="gst_gl_handle_context_query ()" link="gst-plugins-bad-libs-OpenGL-Miscellaneous-Utilities.html#gst-gl-handle-context-query"/>
840
- <keyword type="function" name="gst_gl_ensure_element_data ()" link="gst-plugins-bad-libs-OpenGL-Miscellaneous-Utilities.html#gst-gl-ensure-element-data"/>
841
- <keyword type="function" name="gst_gl_query_local_gl_context ()" link="gst-plugins-bad-libs-OpenGL-Miscellaneous-Utilities.html#gst-gl-query-local-gl-context"/>
842
- <keyword type="function" name="gst_gl_get_plane_data_size ()" link="gst-plugins-bad-libs-OpenGL-Miscellaneous-Utilities.html#gst-gl-get-plane-data-size"/>
843
- <keyword type="function" name="gst_gl_get_plane_start ()" link="gst-plugins-bad-libs-OpenGL-Miscellaneous-Utilities.html#gst-gl-get-plane-start"/>
844
- <keyword type="function" name="gst_gl_value_get_texture_target_mask ()" link="gst-plugins-bad-libs-OpenGL-Miscellaneous-Utilities.html#gst-gl-value-get-texture-target-mask"/>
845
- <keyword type="function" name="gst_gl_value_set_texture_target ()" link="gst-plugins-bad-libs-OpenGL-Miscellaneous-Utilities.html#gst-gl-value-set-texture-target"/>
846
- <keyword type="function" name="gst_gl_value_set_texture_target_from_mask ()" link="gst-plugins-bad-libs-OpenGL-Miscellaneous-Utilities.html#gst-gl-value-set-texture-target-from-mask"/>
847
- <keyword type="function" name="gst_gl_check_extension ()" link="gst-plugins-bad-libs-OpenGL-Miscellaneous-Utilities.html#gst-gl-check-extension"/>
848
405
  <keyword type="function" name="gst_player_new ()" link="GstPlayer.html#gst-player-new"/>
849
406
  <keyword type="function" name="gst_player_play ()" link="GstPlayer.html#gst-player-play"/>
850
407
  <keyword type="function" name="gst_player_pause ()" link="GstPlayer.html#gst-player-pause"/>
@@ -988,6 +545,34 @@
988
545
  <keyword type="function" name="gst_player_visualization_copy ()" link="GstPlayerVisualization.html#gst-player-visualization-copy"/>
989
546
  <keyword type="function" name="gst_player_visualization_free ()" link="GstPlayerVisualization.html#gst-player-visualization-free"/>
990
547
  <keyword type="struct" name="struct GstPlayerVisualization" link="GstPlayerVisualization.html#GstPlayerVisualization-struct"/>
548
+ <keyword type="function" name="gst_webrtc_dtls_transport_new ()" link="GstWebRTCDTLSTransport.html#gst-webrtc-dtls-transport-new"/>
549
+ <keyword type="enum" name="enum GstWebRTCDTLSTransportState" link="GstWebRTCDTLSTransport.html#GstWebRTCDTLSTransportState"/>
550
+ <keyword type="property" name="The “certificate” property" link="GstWebRTCDTLSTransport.html#GstWebRTCDTLSTransport--certificate"/>
551
+ <keyword type="property" name="The “client” property" link="GstWebRTCDTLSTransport.html#GstWebRTCDTLSTransport--client"/>
552
+ <keyword type="property" name="The “remote-certificate” property" link="GstWebRTCDTLSTransport.html#GstWebRTCDTLSTransport--remote-certificate"/>
553
+ <keyword type="property" name="The “rtcp” property" link="GstWebRTCDTLSTransport.html#GstWebRTCDTLSTransport--rtcp"/>
554
+ <keyword type="property" name="The “session-id” property" link="GstWebRTCDTLSTransport.html#GstWebRTCDTLSTransport--session-id"/>
555
+ <keyword type="property" name="The “state” property" link="GstWebRTCDTLSTransport.html#GstWebRTCDTLSTransport--state"/>
556
+ <keyword type="property" name="The “transport” property" link="GstWebRTCDTLSTransport.html#GstWebRTCDTLSTransport--transport"/>
557
+ <keyword type="enum" name="enum GstWebRTCICEConnectionState" link="GstWebRTCICETransport.html#GstWebRTCICEConnectionState"/>
558
+ <keyword type="property" name="The “component” property" link="GstWebRTCICETransport.html#GstWebRTCICETransport--component"/>
559
+ <keyword type="property" name="The “gathering-state” property" link="GstWebRTCICETransport.html#GstWebRTCICETransport--gathering-state"/>
560
+ <keyword type="property" name="The “state” property" link="GstWebRTCICETransport.html#GstWebRTCICETransport--state"/>
561
+ <keyword type="signal" name="The “on-new-candidate” signal" link="GstWebRTCICETransport.html#GstWebRTCICETransport-on-new-candidate"/>
562
+ <keyword type="signal" name="The “on-selected-candidate-pair-change” signal" link="GstWebRTCICETransport.html#GstWebRTCICETransport-on-selected-candidate-pair-change"/>
563
+ <keyword type="function" name="gst_webrtc_rtp_receiver_new ()" link="GstWebRTCRTPReceiver.html#gst-webrtc-rtp-receiver-new"/>
564
+ <keyword type="function" name="gst_webrtc_rtp_receiver_set_rtcp_transport ()" link="GstWebRTCRTPReceiver.html#gst-webrtc-rtp-receiver-set-rtcp-transport"/>
565
+ <keyword type="function" name="gst_webrtc_rtp_receiver_set_transport ()" link="GstWebRTCRTPReceiver.html#gst-webrtc-rtp-receiver-set-transport"/>
566
+ <keyword type="function" name="gst_webrtc_rtp_sender_new ()" link="GstWebRTCRTPSender.html#gst-webrtc-rtp-sender-new"/>
567
+ <keyword type="function" name="gst_webrtc_rtp_sender_set_rtcp_transport ()" link="GstWebRTCRTPSender.html#gst-webrtc-rtp-sender-set-rtcp-transport"/>
568
+ <keyword type="function" name="gst_webrtc_rtp_sender_set_transport ()" link="GstWebRTCRTPSender.html#gst-webrtc-rtp-sender-set-transport"/>
569
+ <keyword type="function" name="gst_webrtc_session_description_new ()" link="GstWebRTCSessionDescription.html#gst-webrtc-session-description-new"/>
570
+ <keyword type="function" name="gst_webrtc_session_description_copy ()" link="GstWebRTCSessionDescription.html#gst-webrtc-session-description-copy"/>
571
+ <keyword type="function" name="gst_webrtc_session_description_free ()" link="GstWebRTCSessionDescription.html#gst-webrtc-session-description-free"/>
572
+ <keyword type="struct" name="GstWebRTCSessionDescription" link="GstWebRTCSessionDescription.html#GstWebRTCSessionDescription-struct"/>
573
+ <keyword type="property" name="The “mlineindex” property" link="GstWebRTCRTPTransceiver.html#GstWebRTCRTPTransceiver--mlineindex"/>
574
+ <keyword type="property" name="The “receiver” property" link="GstWebRTCRTPTransceiver.html#GstWebRTCRTPTransceiver--receiver"/>
575
+ <keyword type="property" name="The “sender” property" link="GstWebRTCRTPTransceiver.html#GstWebRTCRTPTransceiver--sender"/>
991
576
  <keyword type="function" name="GstPhotographyCapturePrepared ()" link="gst-plugins-bad-libs-GstPhotography.html#GstPhotographyCapturePrepared"/>
992
577
  <keyword type="function" name="gst_photography_get_ev_compensation ()" link="gst-plugins-bad-libs-GstPhotography.html#gst-photography-get-ev-compensation"/>
993
578
  <keyword type="function" name="gst_photography_get_iso_speed ()" link="gst-plugins-bad-libs-GstPhotography.html#gst-photography-get-iso-speed"/>
@@ -1721,95 +1306,6 @@
1721
1306
  <keyword type="constant" name="GST_MTS_DESC_ISDB_CONNECTED_TRANSMISSION" link="gst-plugins-bad-libs-ISDB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-ISDB-CONNECTED-TRANSMISSION:CAPS"/>
1722
1307
  <keyword type="constant" name="GST_MTS_DESC_ISDB_CONTENT_AVAILABILITY" link="gst-plugins-bad-libs-ISDB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-ISDB-CONTENT-AVAILABILITY:CAPS"/>
1723
1308
  <keyword type="constant" name="GST_MTS_DESC_ISDB_SERVICE_GROUP" link="gst-plugins-bad-libs-ISDB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-ISDB-SERVICE-GROUP:CAPS"/>
1724
- <keyword type="constant" name="GST_GL_API_NONE" link="gst-plugins-bad-libs-GstGLAPI.html#GST-GL-API-NONE:CAPS"/>
1725
- <keyword type="constant" name="GST_GL_API_OPENGL" link="gst-plugins-bad-libs-GstGLAPI.html#GST-GL-API-OPENGL:CAPS"/>
1726
- <keyword type="constant" name="GST_GL_API_OPENGL3" link="gst-plugins-bad-libs-GstGLAPI.html#GST-GL-API-OPENGL3:CAPS"/>
1727
- <keyword type="constant" name="GST_GL_API_GLES1" link="gst-plugins-bad-libs-GstGLAPI.html#GST-GL-API-GLES1:CAPS"/>
1728
- <keyword type="constant" name="GST_GL_API_GLES2" link="gst-plugins-bad-libs-GstGLAPI.html#GST-GL-API-GLES2:CAPS"/>
1729
- <keyword type="constant" name="GST_GL_API_ANY" link="gst-plugins-bad-libs-GstGLAPI.html#GST-GL-API-ANY:CAPS"/>
1730
- <keyword type="constant" name="GST_GL_PLATFORM_NONE" link="gst-plugins-bad-libs-GstGLAPI.html#GST-GL-PLATFORM-NONE:CAPS"/>
1731
- <keyword type="constant" name="GST_GL_PLATFORM_EGL" link="gst-plugins-bad-libs-GstGLAPI.html#GST-GL-PLATFORM-EGL:CAPS"/>
1732
- <keyword type="constant" name="GST_GL_PLATFORM_GLX" link="gst-plugins-bad-libs-GstGLAPI.html#GST-GL-PLATFORM-GLX:CAPS"/>
1733
- <keyword type="constant" name="GST_GL_PLATFORM_WGL" link="gst-plugins-bad-libs-GstGLAPI.html#GST-GL-PLATFORM-WGL:CAPS"/>
1734
- <keyword type="constant" name="GST_GL_PLATFORM_CGL" link="gst-plugins-bad-libs-GstGLAPI.html#GST-GL-PLATFORM-CGL:CAPS"/>
1735
- <keyword type="constant" name="GST_GL_PLATFORM_EAGL" link="gst-plugins-bad-libs-GstGLAPI.html#GST-GL-PLATFORM-EAGL:CAPS"/>
1736
- <keyword type="constant" name="GST_GL_PLATFORM_ANY" link="gst-plugins-bad-libs-GstGLAPI.html#GST-GL-PLATFORM-ANY:CAPS"/>
1737
- <keyword type="constant" name="GST_GL_BASE_MEMORY_ERROR_FAILED" link="gst-plugins-bad-libs-GstGlBaseMemory.html#GST-GL-BASE-MEMORY-ERROR-FAILED:CAPS"/>
1738
- <keyword type="constant" name="GST_GL_BASE_MEMORY_ERROR_OLD_LIBS" link="gst-plugins-bad-libs-GstGlBaseMemory.html#GST-GL-BASE-MEMORY-ERROR-OLD-LIBS:CAPS"/>
1739
- <keyword type="constant" name="GST_GL_BASE_MEMORY_ERROR_RESOURCE_UNAVAILABLE" link="gst-plugins-bad-libs-GstGlBaseMemory.html#GST-GL-BASE-MEMORY-ERROR-RESOURCE-UNAVAILABLE:CAPS"/>
1740
- <keyword type="constant" name="GST_GL_BASE_MEMORY_TRANSFER_NEED_DOWNLOAD" link="gst-plugins-bad-libs-GstGlBaseMemory.html#GST-GL-BASE-MEMORY-TRANSFER-NEED-DOWNLOAD:CAPS"/>
1741
- <keyword type="constant" name="GST_GL_BASE_MEMORY_TRANSFER_NEED_UPLOAD" link="gst-plugins-bad-libs-GstGlBaseMemory.html#GST-GL-BASE-MEMORY-TRANSFER-NEED-UPLOAD:CAPS"/>
1742
- <keyword type="constant" name="GST_GL_CONTEXT_ERROR_FAILED" link="GstGLContext.html#GST-GL-CONTEXT-ERROR-FAILED:CAPS"/>
1743
- <keyword type="constant" name="GST_GL_CONTEXT_ERROR_WRONG_CONFIG" link="GstGLContext.html#GST-GL-CONTEXT-ERROR-WRONG-CONFIG:CAPS"/>
1744
- <keyword type="constant" name="GST_GL_CONTEXT_ERROR_WRONG_API" link="GstGLContext.html#GST-GL-CONTEXT-ERROR-WRONG-API:CAPS"/>
1745
- <keyword type="constant" name="GST_GL_CONTEXT_ERROR_OLD_LIBS" link="GstGLContext.html#GST-GL-CONTEXT-ERROR-OLD-LIBS:CAPS"/>
1746
- <keyword type="constant" name="GST_GL_CONTEXT_ERROR_CREATE_CONTEXT" link="GstGLContext.html#GST-GL-CONTEXT-ERROR-CREATE-CONTEXT:CAPS"/>
1747
- <keyword type="constant" name="GST_GL_CONTEXT_ERROR_RESOURCE_UNAVAILABLE" link="GstGLContext.html#GST-GL-CONTEXT-ERROR-RESOURCE-UNAVAILABLE:CAPS"/>
1748
- <keyword type="constant" name="GST_GL_DISPLAY_TYPE_NONE" link="GstGLDisplay.html#GST-GL-DISPLAY-TYPE-NONE:CAPS"/>
1749
- <keyword type="constant" name="GST_GL_DISPLAY_TYPE_X11" link="GstGLDisplay.html#GST-GL-DISPLAY-TYPE-X11:CAPS"/>
1750
- <keyword type="constant" name="GST_GL_DISPLAY_TYPE_WAYLAND" link="GstGLDisplay.html#GST-GL-DISPLAY-TYPE-WAYLAND:CAPS"/>
1751
- <keyword type="constant" name="GST_GL_DISPLAY_TYPE_COCOA" link="GstGLDisplay.html#GST-GL-DISPLAY-TYPE-COCOA:CAPS"/>
1752
- <keyword type="constant" name="GST_GL_DISPLAY_TYPE_WIN32" link="GstGLDisplay.html#GST-GL-DISPLAY-TYPE-WIN32:CAPS"/>
1753
- <keyword type="constant" name="GST_GL_DISPLAY_TYPE_DISPMANX" link="GstGLDisplay.html#GST-GL-DISPLAY-TYPE-DISPMANX:CAPS"/>
1754
- <keyword type="constant" name="GST_GL_DISPLAY_TYPE_EGL" link="GstGLDisplay.html#GST-GL-DISPLAY-TYPE-EGL:CAPS"/>
1755
- <keyword type="constant" name="GST_GL_DISPLAY_TYPE_VIV_FB" link="GstGLDisplay.html#GST-GL-DISPLAY-TYPE-VIV-FB:CAPS"/>
1756
- <keyword type="constant" name="GST_GL_DISPLAY_TYPE_ANY" link="GstGLDisplay.html#GST-GL-DISPLAY-TYPE-ANY:CAPS"/>
1757
- <keyword type="constant" name="GST_GL_QUERY_NONE" link="gst-plugins-bad-libs-GstGLQuery.html#GST-GL-QUERY-NONE:CAPS"/>
1758
- <keyword type="constant" name="GST_GL_QUERY_TIME_ELAPSED" link="gst-plugins-bad-libs-GstGLQuery.html#GST-GL-QUERY-TIME-ELAPSED:CAPS"/>
1759
- <keyword type="constant" name="GST_GL_QUERY_TIMESTAMP" link="gst-plugins-bad-libs-GstGLQuery.html#GST-GL-QUERY-TIMESTAMP:CAPS"/>
1760
- <keyword type="constant" name="GST_GLSL_ERROR_COMPILE" link="gst-plugins-bad-libs-GstGLSL.html#GST-GLSL-ERROR-COMPILE:CAPS"/>
1761
- <keyword type="constant" name="GST_GLSL_ERROR_LINK" link="gst-plugins-bad-libs-GstGLSL.html#GST-GLSL-ERROR-LINK:CAPS"/>
1762
- <keyword type="constant" name="GST_GLSL_ERROR_PROGRAM" link="gst-plugins-bad-libs-GstGLSL.html#GST-GLSL-ERROR-PROGRAM:CAPS"/>
1763
- <keyword type="constant" name="GST_GLSL_PROFILE_NONE" link="gst-plugins-bad-libs-GstGLSL.html#GST-GLSL-PROFILE-NONE:CAPS"/>
1764
- <keyword type="constant" name="GST_GLSL_PROFILE_ES" link="gst-plugins-bad-libs-GstGLSL.html#GST-GLSL-PROFILE-ES:CAPS"/>
1765
- <keyword type="constant" name="GST_GLSL_PROFILE_CORE" link="gst-plugins-bad-libs-GstGLSL.html#GST-GLSL-PROFILE-CORE:CAPS"/>
1766
- <keyword type="constant" name="GST_GLSL_PROFILE_COMPATIBILITY" link="gst-plugins-bad-libs-GstGLSL.html#GST-GLSL-PROFILE-COMPATIBILITY:CAPS"/>
1767
- <keyword type="constant" name="GST_GLSL_PROFILE_ANY" link="gst-plugins-bad-libs-GstGLSL.html#GST-GLSL-PROFILE-ANY:CAPS"/>
1768
- <keyword type="constant" name="GST_GLSL_VERSION_NONE" link="gst-plugins-bad-libs-GstGLSL.html#GST-GLSL-VERSION-NONE:CAPS"/>
1769
- <keyword type="constant" name="GST_GLSL_VERSION_100" link="gst-plugins-bad-libs-GstGLSL.html#GST-GLSL-VERSION-100:CAPS"/>
1770
- <keyword type="constant" name="GST_GLSL_VERSION_110" link="gst-plugins-bad-libs-GstGLSL.html#GST-GLSL-VERSION-110:CAPS"/>
1771
- <keyword type="constant" name="GST_GLSL_VERSION_120" link="gst-plugins-bad-libs-GstGLSL.html#GST-GLSL-VERSION-120:CAPS"/>
1772
- <keyword type="constant" name="GST_GLSL_VERSION_130" link="gst-plugins-bad-libs-GstGLSL.html#GST-GLSL-VERSION-130:CAPS"/>
1773
- <keyword type="constant" name="GST_GLSL_VERSION_140" link="gst-plugins-bad-libs-GstGLSL.html#GST-GLSL-VERSION-140:CAPS"/>
1774
- <keyword type="constant" name="GST_GLSL_VERSION_150" link="gst-plugins-bad-libs-GstGLSL.html#GST-GLSL-VERSION-150:CAPS"/>
1775
- <keyword type="constant" name="GST_GLSL_VERSION_300" link="gst-plugins-bad-libs-GstGLSL.html#GST-GLSL-VERSION-300:CAPS"/>
1776
- <keyword type="constant" name="GST_GLSL_VERSION_310" link="gst-plugins-bad-libs-GstGLSL.html#GST-GLSL-VERSION-310:CAPS"/>
1777
- <keyword type="constant" name="GST_GLSL_VERSION_320" link="gst-plugins-bad-libs-GstGLSL.html#GST-GLSL-VERSION-320:CAPS"/>
1778
- <keyword type="constant" name="GST_GLSL_VERSION_330" link="gst-plugins-bad-libs-GstGLSL.html#GST-GLSL-VERSION-330:CAPS"/>
1779
- <keyword type="constant" name="GST_GLSL_VERSION_400" link="gst-plugins-bad-libs-GstGLSL.html#GST-GLSL-VERSION-400:CAPS"/>
1780
- <keyword type="constant" name="GST_GLSL_VERSION_410" link="gst-plugins-bad-libs-GstGLSL.html#GST-GLSL-VERSION-410:CAPS"/>
1781
- <keyword type="constant" name="GST_GLSL_VERSION_420" link="gst-plugins-bad-libs-GstGLSL.html#GST-GLSL-VERSION-420:CAPS"/>
1782
- <keyword type="constant" name="GST_GLSL_VERSION_430" link="gst-plugins-bad-libs-GstGLSL.html#GST-GLSL-VERSION-430:CAPS"/>
1783
- <keyword type="constant" name="GST_GLSL_VERSION_440" link="gst-plugins-bad-libs-GstGLSL.html#GST-GLSL-VERSION-440:CAPS"/>
1784
- <keyword type="constant" name="GST_GLSL_VERSION_450" link="gst-plugins-bad-libs-GstGLSL.html#GST-GLSL-VERSION-450:CAPS"/>
1785
- <keyword type="constant" name="GST_GL_UPLOAD_DONE" link="GstGLUpload.html#GST-GL-UPLOAD-DONE:CAPS"/>
1786
- <keyword type="constant" name="GST_GL_UPLOAD_ERROR" link="GstGLUpload.html#GST-GL-UPLOAD-ERROR:CAPS"/>
1787
- <keyword type="constant" name="GST_GL_UPLOAD_UNSUPPORTED" link="GstGLUpload.html#GST-GL-UPLOAD-UNSUPPORTED:CAPS"/>
1788
- <keyword type="constant" name="GST_GL_UPLOAD_RECONFIGURE" link="GstGLUpload.html#GST-GL-UPLOAD-RECONFIGURE:CAPS"/>
1789
- <keyword type="constant" name="GST_GL_STEREO_DOWNMIX_ANAGLYPH_GREEN_MAGENTA_DUBOIS" link="GstGLViewConvert.html#GST-GL-STEREO-DOWNMIX-ANAGLYPH-GREEN-MAGENTA-DUBOIS:CAPS"/>
1790
- <keyword type="constant" name="GST_GL_STEREO_DOWNMIX_ANAGLYPH_RED_CYAN_DUBOIS" link="GstGLViewConvert.html#GST-GL-STEREO-DOWNMIX-ANAGLYPH-RED-CYAN-DUBOIS:CAPS"/>
1791
- <keyword type="constant" name="GST_GL_STEREO_DOWNMIX_ANAGLYPH_AMBER_BLUE_DUBOIS" link="GstGLViewConvert.html#GST-GL-STEREO-DOWNMIX-ANAGLYPH-AMBER-BLUE-DUBOIS:CAPS"/>
1792
- <keyword type="constant" name="GST_GL_WINDOW_ERROR_FAILED" link="GstGLWindow.html#GST-GL-WINDOW-ERROR-FAILED:CAPS"/>
1793
- <keyword type="constant" name="GST_GL_WINDOW_ERROR_OLD_LIBS" link="GstGLWindow.html#GST-GL-WINDOW-ERROR-OLD-LIBS:CAPS"/>
1794
- <keyword type="constant" name="GST_GL_WINDOW_ERROR_RESOURCE_UNAVAILABLE" link="GstGLWindow.html#GST-GL-WINDOW-ERROR-RESOURCE-UNAVAILABLE:CAPS"/>
1795
- <keyword type="constant" name="GST_GL_TEXTURE_TARGET_NONE" link="gst-plugins-bad-libs-OpenGL-Formats.html#GST-GL-TEXTURE-TARGET-NONE:CAPS"/>
1796
- <keyword type="constant" name="GST_GL_TEXTURE_TARGET_2D" link="gst-plugins-bad-libs-OpenGL-Formats.html#GST-GL-TEXTURE-TARGET-2D:CAPS"/>
1797
- <keyword type="constant" name="GST_GL_TEXTURE_TARGET_RECTANGLE" link="gst-plugins-bad-libs-OpenGL-Formats.html#GST-GL-TEXTURE-TARGET-RECTANGLE:CAPS"/>
1798
- <keyword type="constant" name="GST_GL_TEXTURE_TARGET_EXTERNAL_OES" link="gst-plugins-bad-libs-OpenGL-Formats.html#GST-GL-TEXTURE-TARGET-EXTERNAL-OES:CAPS"/>
1799
- <keyword type="constant" name="GST_GL_LUMINANCE" link="gst-plugins-bad-libs-OpenGL-Formats.html#GST-GL-LUMINANCE:CAPS"/>
1800
- <keyword type="constant" name="GST_GL_ALPHA" link="gst-plugins-bad-libs-OpenGL-Formats.html#GST-GL-ALPHA:CAPS"/>
1801
- <keyword type="constant" name="GST_GL_LUMINANCE_ALPHA" link="gst-plugins-bad-libs-OpenGL-Formats.html#GST-GL-LUMINANCE-ALPHA:CAPS"/>
1802
- <keyword type="constant" name="GST_GL_RED" link="gst-plugins-bad-libs-OpenGL-Formats.html#GST-GL-RED:CAPS"/>
1803
- <keyword type="constant" name="GST_GL_R8" link="gst-plugins-bad-libs-OpenGL-Formats.html#GST-GL-R8:CAPS"/>
1804
- <keyword type="constant" name="GST_GL_RG" link="gst-plugins-bad-libs-OpenGL-Formats.html#GST-GL-RG:CAPS"/>
1805
- <keyword type="constant" name="GST_GL_RG8" link="gst-plugins-bad-libs-OpenGL-Formats.html#GST-GL-RG8:CAPS"/>
1806
- <keyword type="constant" name="GST_GL_RGB" link="gst-plugins-bad-libs-OpenGL-Formats.html#GST-GL-RGB:CAPS"/>
1807
- <keyword type="constant" name="GST_GL_RGB8" link="gst-plugins-bad-libs-OpenGL-Formats.html#GST-GL-RGB8:CAPS"/>
1808
- <keyword type="constant" name="GST_GL_RGB565" link="gst-plugins-bad-libs-OpenGL-Formats.html#GST-GL-RGB565:CAPS"/>
1809
- <keyword type="constant" name="GST_GL_RGBA" link="gst-plugins-bad-libs-OpenGL-Formats.html#GST-GL-RGBA:CAPS"/>
1810
- <keyword type="constant" name="GST_GL_RGBA8" link="gst-plugins-bad-libs-OpenGL-Formats.html#GST-GL-RGBA8:CAPS"/>
1811
- <keyword type="constant" name="GST_GL_DEPTH_COMPONENT16" link="gst-plugins-bad-libs-OpenGL-Formats.html#GST-GL-DEPTH-COMPONENT16:CAPS"/>
1812
- <keyword type="constant" name="GST_GL_DEPTH24_STENCIL8" link="gst-plugins-bad-libs-OpenGL-Formats.html#GST-GL-DEPTH24-STENCIL8:CAPS"/>
1813
1309
  <keyword type="constant" name="GST_PLAYER_STATE_STOPPED" link="GstPlayer.html#GST-PLAYER-STATE-STOPPED:CAPS"/>
1814
1310
  <keyword type="constant" name="GST_PLAYER_STATE_BUFFERING" link="GstPlayer.html#GST-PLAYER-STATE-BUFFERING:CAPS"/>
1815
1311
  <keyword type="constant" name="GST_PLAYER_STATE_PAUSED" link="GstPlayer.html#GST-PLAYER-STATE-PAUSED:CAPS"/>
@@ -1824,6 +1320,14 @@
1824
1320
  <keyword type="constant" name="GST_PLAYER_THUMBNAIL_RAW_BGRx" link="GstPlayer.html#GST-PLAYER-THUMBNAIL-RAW-BGRx"/>
1825
1321
  <keyword type="constant" name="GST_PLAYER_THUMBNAIL_JPG" link="GstPlayer.html#GST-PLAYER-THUMBNAIL-JPG:CAPS"/>
1826
1322
  <keyword type="constant" name="GST_PLAYER_THUMBNAIL_PNG" link="GstPlayer.html#GST-PLAYER-THUMBNAIL-PNG:CAPS"/>
1323
+ <keyword type="constant" name="GST_WEBRTC_DTLS_TRANSPORT_STATE_NEW" link="GstWebRTCDTLSTransport.html#GST-WEBRTC-DTLS-TRANSPORT-STATE-NEW:CAPS"/>
1324
+ <keyword type="constant" name="GST_WEBRTC_DTLS_TRANSPORT_STATE_CLOSED" link="GstWebRTCDTLSTransport.html#GST-WEBRTC-DTLS-TRANSPORT-STATE-CLOSED:CAPS"/>
1325
+ <keyword type="constant" name="GST_WEBRTC_DTLS_TRANSPORT_STATE_FAILED" link="GstWebRTCDTLSTransport.html#GST-WEBRTC-DTLS-TRANSPORT-STATE-FAILED:CAPS"/>
1326
+ <keyword type="constant" name="GST_WEBRTC_DTLS_TRANSPORT_STATE_CONNECTING" link="GstWebRTCDTLSTransport.html#GST-WEBRTC-DTLS-TRANSPORT-STATE-CONNECTING:CAPS"/>
1327
+ <keyword type="constant" name="GST_WEBRTC_DTLS_TRANSPORT_STATE_CONNECTED" link="GstWebRTCDTLSTransport.html#GST-WEBRTC-DTLS-TRANSPORT-STATE-CONNECTED:CAPS"/>
1328
+ <keyword type="constant" name="GST_WEBRTC_ICE_GATHERING_STATE_NEW" link="GstWebRTCICETransport.html#GST-WEBRTC-ICE-GATHERING-STATE-NEW:CAPS"/>
1329
+ <keyword type="constant" name="GST_WEBRTC_ICE_GATHERING_STATE_GATHERING" link="GstWebRTCICETransport.html#GST-WEBRTC-ICE-GATHERING-STATE-GATHERING:CAPS"/>
1330
+ <keyword type="constant" name="GST_WEBRTC_ICE_GATHERING_STATE_COMPLETE" link="GstWebRTCICETransport.html#GST-WEBRTC-ICE-GATHERING-STATE-COMPLETE:CAPS"/>
1827
1331
  <keyword type="constant" name="GST_PHOTOGRAPHY_NOISE_REDUCTION_BAYER" link="gst-plugins-bad-libs-GstPhotography.html#GST-PHOTOGRAPHY-NOISE-REDUCTION-BAYER:CAPS"/>
1828
1332
  <keyword type="constant" name="GST_PHOTOGRAPHY_NOISE_REDUCTION_YCC" link="gst-plugins-bad-libs-GstPhotography.html#GST-PHOTOGRAPHY-NOISE-REDUCTION-YCC:CAPS"/>
1829
1333
  <keyword type="constant" name="GST_PHOTOGRAPHY_NOISE_REDUCTION_TEMPORAL" link="gst-plugins-bad-libs-GstPhotography.html#GST-PHOTOGRAPHY-NOISE-REDUCTION-TEMPORAL:CAPS"/>
@@ -2365,109 +1869,15 @@
2365
1869
  <keyword type="member" name="GstMpegtsDvbMultilingualServiceNameItem.service-name" link="gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GstMpegtsDvbMultilingualServiceNameItem.service-name"/>
2366
1870
  <keyword type="member" name="GstMpegtsDvbMultilingualComponentItem.language-code" link="gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GstMpegtsDvbMultilingualComponentItem.language-code"/>
2367
1871
  <keyword type="member" name="GstMpegtsDvbMultilingualComponentItem.description" link="gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GstMpegtsDvbMultilingualComponentItem.description"/>
2368
- <keyword type="member" name="GstAggregatorClass.sinkpads-type" link="GstAggregator.html#GstAggregatorClass.sinkpads-type"/>
2369
- <keyword type="member" name="GstAggregatorClass.flush" link="GstAggregator.html#GstAggregatorClass.flush"/>
2370
- <keyword type="member" name="GstAggregatorClass.clip" link="GstAggregator.html#GstAggregatorClass.clip"/>
2371
- <keyword type="member" name="GstAggregatorClass.sink-event" link="GstAggregator.html#GstAggregatorClass.sink-event"/>
2372
- <keyword type="member" name="GstAggregatorClass.sink-query" link="GstAggregator.html#GstAggregatorClass.sink-query"/>
2373
- <keyword type="member" name="GstAggregatorClass.src-event" link="GstAggregator.html#GstAggregatorClass.src-event"/>
2374
- <keyword type="member" name="GstAggregatorClass.src-query" link="GstAggregator.html#GstAggregatorClass.src-query"/>
2375
- <keyword type="member" name="GstAggregatorClass.src-activate" link="GstAggregator.html#GstAggregatorClass.src-activate"/>
2376
- <keyword type="member" name="GstAggregatorClass.aggregate" link="GstAggregator.html#GstAggregatorClass.aggregate"/>
2377
- <keyword type="member" name="GstAggregatorClass.stop" link="GstAggregator.html#GstAggregatorClass.stop"/>
2378
- <keyword type="member" name="GstAggregatorClass.start" link="GstAggregator.html#GstAggregatorClass.start"/>
2379
- <keyword type="member" name="GstAggregatorClass.get-next-time" link="GstAggregator.html#GstAggregatorClass.get-next-time"/>
2380
- <keyword type="member" name="GstAggregatorClass.create-new-pad" link="GstAggregator.html#GstAggregatorClass.create-new-pad"/>
2381
- <keyword type="member" name="GstAggregatorPadClass.flush" link="GstAggregatorPad.html#GstAggregatorPadClass.flush"/>
2382
1872
  <keyword type="member" name="GstVideoAggregator-struct.info" link="GstVideoAggregator.html#GstVideoAggregator-struct.info"/>
2383
1873
  <keyword type="member" name="GstVideoAggregatorClass.update-caps" link="GstVideoAggregator.html#GstVideoAggregatorClass.update-caps"/>
2384
- <keyword type="member" name="GstVideoAggregatorClass.fixate-caps" link="GstVideoAggregator.html#GstVideoAggregatorClass.fixate-caps"/>
2385
1874
  <keyword type="member" name="GstVideoAggregatorClass.aggregate-frames" link="GstVideoAggregator.html#GstVideoAggregatorClass.aggregate-frames"/>
2386
1875
  <keyword type="member" name="GstVideoAggregatorClass.get-output-buffer" link="GstVideoAggregator.html#GstVideoAggregatorClass.get-output-buffer"/>
2387
- <keyword type="member" name="GstVideoAggregatorClass.negotiated-caps" link="GstVideoAggregator.html#GstVideoAggregatorClass.negotiated-caps"/>
2388
1876
  <keyword type="member" name="GstVideoAggregatorClass.find-best-format" link="GstVideoAggregator.html#GstVideoAggregatorClass.find-best-format"/>
2389
1877
  <keyword type="member" name="GstVideoAggregatorClass.sink-non-alpha-caps" link="GstVideoAggregator.html#GstVideoAggregatorClass.sink-non-alpha-caps"/>
2390
- <keyword type="member" name="GstGLBaseFilterClass.supported-gl-api" link="GstGLBaseFilter.html#GstGLBaseFilterClass.supported-gl-api"/>
2391
- <keyword type="member" name="GstGLBaseFilterClass.gl-start" link="GstGLBaseFilter.html#GstGLBaseFilterClass.gl-start"/>
2392
- <keyword type="member" name="GstGLBaseFilterClass.gl-stop" link="GstGLBaseFilter.html#GstGLBaseFilterClass.gl-stop"/>
2393
- <keyword type="member" name="GstGLBaseFilterClass.gl-set-caps" link="GstGLBaseFilter.html#GstGLBaseFilterClass.gl-set-caps"/>
2394
- <keyword type="member" name="GstGLBaseMemoryAllocatorClass.alloc" link="gst-plugins-bad-libs-GstGlBaseMemory.html#GstGLBaseMemoryAllocatorClass.alloc"/>
2395
- <keyword type="member" name="GstGLBaseMemoryAllocatorClass.create" link="gst-plugins-bad-libs-GstGlBaseMemory.html#GstGLBaseMemoryAllocatorClass.create"/>
2396
- <keyword type="member" name="GstGLBaseMemoryAllocatorClass.map" link="gst-plugins-bad-libs-GstGlBaseMemory.html#GstGLBaseMemoryAllocatorClass.map"/>
2397
- <keyword type="member" name="GstGLBaseMemoryAllocatorClass.unmap" link="gst-plugins-bad-libs-GstGlBaseMemory.html#GstGLBaseMemoryAllocatorClass.unmap"/>
2398
- <keyword type="member" name="GstGLBaseMemoryAllocatorClass.copy" link="gst-plugins-bad-libs-GstGlBaseMemory.html#GstGLBaseMemoryAllocatorClass.copy"/>
2399
- <keyword type="member" name="GstGLBaseMemoryAllocatorClass.destroy" link="gst-plugins-bad-libs-GstGlBaseMemory.html#GstGLBaseMemoryAllocatorClass.destroy"/>
2400
- <keyword type="member" name="GstGLAllocationParams-struct.struct-size" link="gst-plugins-bad-libs-GstGlBaseMemory.html#GstGLAllocationParams-struct.struct-size"/>
2401
- <keyword type="member" name="GstGLAllocationParams-struct.copy" link="gst-plugins-bad-libs-GstGlBaseMemory.html#GstGLAllocationParams-struct.copy"/>
2402
- <keyword type="member" name="GstGLAllocationParams-struct.free" link="gst-plugins-bad-libs-GstGlBaseMemory.html#GstGLAllocationParams-struct.free"/>
2403
- <keyword type="member" name="GstGLAllocationParams-struct.alloc-flags" link="gst-plugins-bad-libs-GstGlBaseMemory.html#GstGLAllocationParams-struct.alloc-flags"/>
2404
- <keyword type="member" name="GstGLAllocationParams-struct.alloc-size" link="gst-plugins-bad-libs-GstGlBaseMemory.html#GstGLAllocationParams-struct.alloc-size"/>
2405
- <keyword type="member" name="GstGLAllocationParams-struct.alloc-params" link="gst-plugins-bad-libs-GstGlBaseMemory.html#GstGLAllocationParams-struct.alloc-params"/>
2406
- <keyword type="member" name="GstGLAllocationParams-struct.context" link="gst-plugins-bad-libs-GstGlBaseMemory.html#GstGLAllocationParams-struct.context"/>
2407
- <keyword type="member" name="GstGLAllocationParams-struct.notify" link="gst-plugins-bad-libs-GstGlBaseMemory.html#GstGLAllocationParams-struct.notify"/>
2408
- <keyword type="member" name="GstGLAllocationParams-struct.user-data" link="gst-plugins-bad-libs-GstGlBaseMemory.html#GstGLAllocationParams-struct.user-data"/>
2409
- <keyword type="member" name="GstGLAllocationParams-struct.wrapped-data" link="gst-plugins-bad-libs-GstGlBaseMemory.html#GstGLAllocationParams-struct.wrapped-data"/>
2410
- <keyword type="member" name="GstGLAllocationParams-struct.gl-handle" link="gst-plugins-bad-libs-GstGlBaseMemory.html#GstGLAllocationParams-struct.gl-handle"/>
2411
- <keyword type="member" name="GstGLBaseMemory.mem" link="gst-plugins-bad-libs-GstGlBaseMemory.html#GstGLBaseMemory.mem"/>
2412
- <keyword type="member" name="GstGLBaseMemory.context" link="gst-plugins-bad-libs-GstGlBaseMemory.html#GstGLBaseMemory.context"/>
2413
- <keyword type="member" name="GstGLBuffer.mem" link="gst-plugins-bad-libs-GstGLBuffer.html#GstGLBuffer.mem"/>
2414
- <keyword type="member" name="GstGLBuffer.id" link="gst-plugins-bad-libs-GstGLBuffer.html#GstGLBuffer.id"/>
2415
- <keyword type="member" name="GstGLBuffer.target" link="gst-plugins-bad-libs-GstGLBuffer.html#GstGLBuffer.target"/>
2416
- <keyword type="member" name="GstGLBuffer.usage-hints" link="gst-plugins-bad-libs-GstGLBuffer.html#GstGLBuffer.usage-hints"/>
2417
- <keyword type="member" name="GstGLBufferAllocationParams-struct.parent" link="gst-plugins-bad-libs-GstGLBuffer.html#GstGLBufferAllocationParams-struct.parent"/>
2418
- <keyword type="member" name="GstGLBufferAllocationParams-struct.gl-target" link="gst-plugins-bad-libs-GstGLBuffer.html#GstGLBufferAllocationParams-struct.gl-target"/>
2419
- <keyword type="member" name="GstGLBufferAllocationParams-struct.gl-usage" link="gst-plugins-bad-libs-GstGLBuffer.html#GstGLBufferAllocationParams-struct.gl-usage"/>
2420
- <keyword type="member" name="GstGLContext-struct.gl-vtable" link="GstGLContext.html#GstGLContext-struct.gl-vtable"/>
2421
- <keyword type="member" name="GstGLFilterClass.set-caps" link="GstGLFilter.html#GstGLFilterClass.set-caps"/>
2422
- <keyword type="member" name="GstGLFilterClass.filter" link="GstGLFilter.html#GstGLFilterClass.filter"/>
2423
- <keyword type="member" name="GstGLFilterClass.filter-texture" link="GstGLFilter.html#GstGLFilterClass.filter-texture"/>
2424
- <keyword type="member" name="GstGLFilterClass.init-fbo" link="GstGLFilter.html#GstGLFilterClass.init-fbo"/>
2425
- <keyword type="member" name="GstGLFilterClass.transform-internal-caps" link="GstGLFilter.html#GstGLFilterClass.transform-internal-caps"/>
2426
- <keyword type="member" name="GstGLVideoAllocationParams-struct.parent" link="gst-plugins-bad-libs-GstGLMemory.html#GstGLVideoAllocationParams-struct.parent"/>
2427
- <keyword type="member" name="GstGLVideoAllocationParams-struct.v-info" link="gst-plugins-bad-libs-GstGLMemory.html#GstGLVideoAllocationParams-struct.v-info"/>
2428
- <keyword type="member" name="GstGLVideoAllocationParams-struct.plane" link="gst-plugins-bad-libs-GstGLMemory.html#GstGLVideoAllocationParams-struct.plane"/>
2429
- <keyword type="member" name="GstGLVideoAllocationParams-struct.valign" link="gst-plugins-bad-libs-GstGLMemory.html#GstGLVideoAllocationParams-struct.valign"/>
2430
- <keyword type="member" name="GstGLVideoAllocationParams-struct.target" link="gst-plugins-bad-libs-GstGLMemory.html#GstGLVideoAllocationParams-struct.target"/>
2431
- <keyword type="member" name="GstGLVideoAllocationParams-struct.tex-format" link="gst-plugins-bad-libs-GstGLMemory.html#GstGLVideoAllocationParams-struct.tex-format"/>
2432
- <keyword type="member" name="GstGLMemoryAllocatorClass.map" link="gst-plugins-bad-libs-GstGLMemory.html#GstGLMemoryAllocatorClass.map"/>
2433
- <keyword type="member" name="GstGLMemoryAllocatorClass.copy" link="gst-plugins-bad-libs-GstGLMemory.html#GstGLMemoryAllocatorClass.copy"/>
2434
- <keyword type="member" name="GstGLMemoryAllocatorClass.unmap" link="gst-plugins-bad-libs-GstGLMemory.html#GstGLMemoryAllocatorClass.unmap"/>
2435
- <keyword type="member" name="GstGLMemory.mem" link="gst-plugins-bad-libs-GstGLMemory.html#GstGLMemory.mem"/>
2436
- <keyword type="member" name="GstGLMemory.tex-id" link="gst-plugins-bad-libs-GstGLMemory.html#GstGLMemory.tex-id"/>
2437
- <keyword type="member" name="GstGLMemory.tex-target" link="gst-plugins-bad-libs-GstGLMemory.html#GstGLMemory.tex-target"/>
2438
- <keyword type="member" name="GstGLMemory.tex-format" link="gst-plugins-bad-libs-GstGLMemory.html#GstGLMemory.tex-format"/>
2439
- <keyword type="member" name="GstGLMemory.info" link="gst-plugins-bad-libs-GstGLMemory.html#GstGLMemory.info"/>
2440
- <keyword type="member" name="GstGLMemory.valign" link="gst-plugins-bad-libs-GstGLMemory.html#GstGLMemory.valign"/>
2441
- <keyword type="member" name="GstGLMemory.plane" link="gst-plugins-bad-libs-GstGLMemory.html#GstGLMemory.plane"/>
2442
- <keyword type="member" name="GstGLMemory.tex-scaling" link="gst-plugins-bad-libs-GstGLMemory.html#GstGLMemory.tex-scaling"/>
2443
- <keyword type="member" name="GstGLSyncMeta.parent" link="gst-plugins-bad-libs-GstGLSyncMeta.html#GstGLSyncMeta.parent"/>
2444
- <keyword type="member" name="GstGLSyncMeta.context" link="gst-plugins-bad-libs-GstGLSyncMeta.html#GstGLSyncMeta.context"/>
2445
- <keyword type="member" name="GstGLSyncMeta.data" link="gst-plugins-bad-libs-GstGLSyncMeta.html#GstGLSyncMeta.data"/>
2446
- <keyword type="member" name="GstGLSyncMeta.set-sync" link="gst-plugins-bad-libs-GstGLSyncMeta.html#GstGLSyncMeta.set-sync"/>
2447
- <keyword type="member" name="GstGLSyncMeta.set-sync-gl" link="gst-plugins-bad-libs-GstGLSyncMeta.html#GstGLSyncMeta.set-sync-gl"/>
2448
- <keyword type="member" name="GstGLSyncMeta.wait" link="gst-plugins-bad-libs-GstGLSyncMeta.html#GstGLSyncMeta.wait"/>
2449
- <keyword type="member" name="GstGLSyncMeta.wait-gl" link="gst-plugins-bad-libs-GstGLSyncMeta.html#GstGLSyncMeta.wait-gl"/>
2450
- <keyword type="member" name="GstGLSyncMeta.wait-cpu" link="gst-plugins-bad-libs-GstGLSyncMeta.html#GstGLSyncMeta.wait-cpu"/>
2451
- <keyword type="member" name="GstGLSyncMeta.wait-cpu-gl" link="gst-plugins-bad-libs-GstGLSyncMeta.html#GstGLSyncMeta.wait-cpu-gl"/>
2452
- <keyword type="member" name="GstGLSyncMeta.copy" link="gst-plugins-bad-libs-GstGLSyncMeta.html#GstGLSyncMeta.copy"/>
2453
- <keyword type="member" name="GstGLSyncMeta.free" link="gst-plugins-bad-libs-GstGLSyncMeta.html#GstGLSyncMeta.free"/>
2454
- <keyword type="member" name="GstGLSyncMeta.free-gl" link="gst-plugins-bad-libs-GstGLSyncMeta.html#GstGLSyncMeta.free-gl"/>
2455
- <keyword type="member" name="GstGLWindowClass.get-display" link="GstGLWindow.html#GstGLWindowClass.get-display"/>
2456
- <keyword type="member" name="GstGLWindowClass.set-window-handle" link="GstGLWindow.html#GstGLWindowClass.set-window-handle"/>
2457
- <keyword type="member" name="GstGLWindowClass.get-window-handle" link="GstGLWindow.html#GstGLWindowClass.get-window-handle"/>
2458
- <keyword type="member" name="GstGLWindowClass.draw" link="GstGLWindow.html#GstGLWindowClass.draw"/>
2459
- <keyword type="member" name="GstGLWindowClass.run" link="GstGLWindow.html#GstGLWindowClass.run"/>
2460
- <keyword type="member" name="GstGLWindowClass.quit" link="GstGLWindow.html#GstGLWindowClass.quit"/>
2461
- <keyword type="member" name="GstGLWindowClass.send-message" link="GstGLWindow.html#GstGLWindowClass.send-message"/>
2462
- <keyword type="member" name="GstGLWindowClass.send-message-async" link="GstGLWindow.html#GstGLWindowClass.send-message-async"/>
2463
- <keyword type="member" name="GstGLWindowClass.open" link="GstGLWindow.html#GstGLWindowClass.open"/>
2464
- <keyword type="member" name="GstGLWindowClass.close" link="GstGLWindow.html#GstGLWindowClass.close"/>
2465
- <keyword type="member" name="GstGLWindowClass.handle-events" link="GstGLWindow.html#GstGLWindowClass.handle-events"/>
2466
- <keyword type="member" name="GstGLWindowClass.set-preferred-size" link="GstGLWindow.html#GstGLWindowClass.set-preferred-size"/>
2467
- <keyword type="member" name="GstGLWindowClass.show" link="GstGLWindow.html#GstGLWindowClass.show"/>
2468
- <keyword type="member" name="GstGLWindowClass.set-render-rectangle" link="GstGLWindow.html#GstGLWindowClass.set-render-rectangle"/>
2469
- <keyword type="member" name="GstGLWindowClass.queue-resize" link="GstGLWindow.html#GstGLWindowClass.queue-resize"/>
2470
1878
  <keyword type="member" name="GstPlayerVisualization-struct.name" link="GstPlayerVisualization.html#GstPlayerVisualization-struct.name"/>
2471
1879
  <keyword type="member" name="GstPlayerVisualization-struct.description" link="GstPlayerVisualization.html#GstPlayerVisualization-struct.description"/>
1880
+ <keyword type="member" name="GstWebRTCSessionDescription-struct.type" link="GstWebRTCSessionDescription.html#GstWebRTCSessionDescription-struct.type"/>
1881
+ <keyword type="member" name="GstWebRTCSessionDescription-struct.sdp" link="GstWebRTCSessionDescription.html#GstWebRTCSessionDescription-struct.sdp"/>
2472
1882
  </functions>
2473
1883
  </book>