gstreamer 3.0.9-x64-mingw32 → 3.1.0-x64-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1776) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +6 -6
  3. data/lib/2.2/gstreamer.so +0 -0
  4. data/lib/2.3/gstreamer.so +0 -0
  5. data/lib/gst.rb +13 -15
  6. data/lib/gst/bin.rb +34 -0
  7. data/sample/text-color-example.rb +2 -2
  8. data/test/gstreamer-test-utils.rb +10 -0
  9. data/test/test-bin.rb +47 -0
  10. data/vendor/local/bin/cjpeg.exe +0 -0
  11. data/vendor/local/bin/djpeg.exe +0 -0
  12. data/vendor/local/bin/flac.exe +0 -0
  13. data/vendor/local/bin/gst-device-monitor-1.0.exe +0 -0
  14. data/vendor/local/bin/gst-discoverer-1.0.exe +0 -0
  15. data/vendor/local/bin/gst-inspect-1.0.exe +0 -0
  16. data/vendor/local/bin/gst-launch-1.0.exe +0 -0
  17. data/vendor/local/bin/gst-play-1.0.exe +0 -0
  18. data/vendor/local/bin/gst-stats-1.0.exe +0 -0
  19. data/vendor/local/bin/gst-typefind-1.0.exe +0 -0
  20. data/vendor/local/bin/jpegtran.exe +0 -0
  21. data/vendor/local/bin/libFLAC-8.dll +0 -0
  22. data/vendor/local/bin/libgstadaptivedemux-1.0-0.dll +0 -0
  23. data/vendor/local/bin/libgstallocators-1.0-0.dll +0 -0
  24. data/vendor/local/bin/libgstapp-1.0-0.dll +0 -0
  25. data/vendor/local/bin/libgstaudio-1.0-0.dll +0 -0
  26. data/vendor/local/bin/libgstbadaudio-1.0-0.dll +0 -0
  27. data/vendor/local/bin/libgstbadbase-1.0-0.dll +0 -0
  28. data/vendor/local/bin/libgstbadvideo-1.0-0.dll +0 -0
  29. data/vendor/local/bin/libgstbase-1.0-0.dll +0 -0
  30. data/vendor/local/bin/libgstbasecamerabinsrc-1.0-0.dll +0 -0
  31. data/vendor/local/bin/libgstcodecparsers-1.0-0.dll +0 -0
  32. data/vendor/local/bin/libgstcontroller-1.0-0.dll +0 -0
  33. data/vendor/local/bin/libgstfft-1.0-0.dll +0 -0
  34. data/vendor/local/bin/libgstgl-1.0-0.dll +0 -0
  35. data/vendor/local/bin/libgstinsertbin-1.0-0.dll +0 -0
  36. data/vendor/local/bin/libgstmpegts-1.0-0.dll +0 -0
  37. data/vendor/local/bin/libgstnet-1.0-0.dll +0 -0
  38. data/vendor/local/bin/libgstpbutils-1.0-0.dll +0 -0
  39. data/vendor/local/bin/libgstphotography-1.0-0.dll +0 -0
  40. data/vendor/local/bin/libgstplayer-1.0-0.dll +0 -0
  41. data/vendor/local/bin/libgstreamer-1.0-0.dll +0 -0
  42. data/vendor/local/bin/libgstriff-1.0-0.dll +0 -0
  43. data/vendor/local/bin/libgstrtp-1.0-0.dll +0 -0
  44. data/vendor/local/bin/libgstrtsp-1.0-0.dll +0 -0
  45. data/vendor/local/bin/libgstsdp-1.0-0.dll +0 -0
  46. data/vendor/local/bin/libgsttag-1.0-0.dll +0 -0
  47. data/vendor/local/bin/libgsturidownloader-1.0-0.dll +0 -0
  48. data/vendor/local/bin/libgstvideo-1.0-0.dll +0 -0
  49. data/vendor/local/bin/libjpeg-9.dll +0 -0
  50. data/vendor/local/bin/libogg-0.dll +0 -0
  51. data/vendor/local/bin/libopus-0.dll +0 -0
  52. data/vendor/local/bin/libsoup-2.4-1.dll +0 -0
  53. data/vendor/local/bin/libsqlite3-0.dll +0 -0
  54. data/vendor/local/bin/libtheora-0.dll +0 -0
  55. data/vendor/local/bin/libtheoradec-1.dll +0 -0
  56. data/vendor/local/bin/libtheoraenc-1.dll +0 -0
  57. data/vendor/local/bin/libvorbis-0.dll +0 -0
  58. data/vendor/local/bin/libvorbisenc-2.dll +0 -0
  59. data/vendor/local/bin/libvorbisfile-3.dll +0 -0
  60. data/vendor/local/bin/metaflac.exe +0 -0
  61. data/vendor/local/bin/rdjpgcom.exe +0 -0
  62. data/vendor/local/bin/sqlite3.exe +0 -0
  63. data/vendor/local/bin/wrjpgcom.exe +0 -0
  64. data/vendor/local/include/gstreamer-1.0/gst/allocators/gstfdmemory.h +3 -0
  65. data/vendor/local/include/gstreamer-1.0/gst/app/gstappsink.h +5 -1
  66. data/vendor/local/include/gstreamer-1.0/gst/app/gstappsrc.h +3 -1
  67. data/vendor/local/include/gstreamer-1.0/gst/audio/audio-channels.h +3 -0
  68. data/vendor/local/include/gstreamer-1.0/gst/audio/audio-converter.h +9 -1
  69. data/vendor/local/include/gstreamer-1.0/gst/audio/audio-enumtypes.h +10 -0
  70. data/vendor/local/include/gstreamer-1.0/gst/audio/audio-resampler.h +235 -0
  71. data/vendor/local/include/gstreamer-1.0/gst/audio/audio.h +3 -1
  72. data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiodecoder.h +2 -0
  73. data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudioencoder.h +3 -0
  74. data/vendor/local/include/gstreamer-1.0/gst/base/gstadapter.h +7 -0
  75. data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gsth264parser.h +4 -4
  76. data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gsth265parser.h +2 -2
  77. data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gstjpeg2000sampling.h +92 -0
  78. data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gstmpegvideoparser.h +15 -2
  79. data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gstvp9parser.h +11 -11
  80. data/vendor/local/include/gstreamer-1.0/gst/gl/gl.h +1 -0
  81. data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/gstgl_gles2compat.h +13 -6
  82. data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/shaders.h +10 -0
  83. data/vendor/local/include/gstreamer-1.0/gst/gl/gstgl_fwd.h +12 -0
  84. data/vendor/local/include/gstreamer-1.0/gst/gl/gstglapi.h +15 -3
  85. data/vendor/local/include/gstreamer-1.0/gst/gl/gstglbasefilter.h +2 -1
  86. data/vendor/local/include/gstreamer-1.0/gst/gl/gstglbasememory.h +29 -6
  87. data/vendor/local/include/gstreamer-1.0/gst/gl/gstglbuffer.h +14 -0
  88. data/vendor/local/include/gstreamer-1.0/gst/gl/gstglbufferpool.h +10 -2
  89. data/vendor/local/include/gstreamer-1.0/gst/gl/gstglcolorconvert.h +11 -2
  90. data/vendor/local/include/gstreamer-1.0/gst/gl/gstglcontext.h +31 -3
  91. data/vendor/local/include/gstreamer-1.0/gst/gl/gstglcontrolbindingproxy.h +3 -0
  92. data/vendor/local/include/gstreamer-1.0/gst/gl/gstgldebug.h +12 -0
  93. data/vendor/local/include/gstreamer-1.0/gst/gl/gstgldisplay.h +15 -0
  94. data/vendor/local/include/gstreamer-1.0/gst/gl/gstglfeature.h +4 -4
  95. data/vendor/local/include/gstreamer-1.0/gst/gl/gstglfilter.h +29 -13
  96. data/vendor/local/include/gstreamer-1.0/gst/gl/gstglformat.h +37 -0
  97. data/vendor/local/include/gstreamer-1.0/gst/gl/gstglframebuffer.h +51 -14
  98. data/vendor/local/include/gstreamer-1.0/gst/gl/gstglmemory.h +57 -4
  99. data/vendor/local/include/gstreamer-1.0/gst/gl/gstglmemorypbo.h +15 -0
  100. data/vendor/local/include/gstreamer-1.0/gst/gl/gstgloverlaycompositor.h +14 -0
  101. data/vendor/local/include/gstreamer-1.0/gst/gl/gstglquery.h +11 -0
  102. data/vendor/local/include/gstreamer-1.0/gst/gl/gstglrenderbuffer.h +143 -0
  103. data/vendor/local/include/gstreamer-1.0/gst/gl/gstglshader.h +49 -2
  104. data/vendor/local/include/gstreamer-1.0/gst/gl/gstglshaderstrings.h +10 -4
  105. data/vendor/local/include/gstreamer-1.0/gst/gl/gstglsl.h +10 -0
  106. data/vendor/local/include/gstreamer-1.0/gst/gl/gstglslstage.h +16 -2
  107. data/vendor/local/include/gstreamer-1.0/gst/gl/gstglsyncmeta.h +7 -0
  108. data/vendor/local/include/gstreamer-1.0/gst/gl/gstglupload.h +20 -3
  109. data/vendor/local/include/gstreamer-1.0/gst/gl/gstglutils.h +19 -63
  110. data/vendor/local/include/gstreamer-1.0/gst/gl/gstglviewconvert.h +18 -2
  111. data/vendor/local/include/gstreamer-1.0/gst/gl/gstglwindow.h +27 -0
  112. data/vendor/local/include/gstreamer-1.0/gst/gst.h +2 -0
  113. data/vendor/local/include/gstreamer-1.0/gst/gstbin.h +20 -2
  114. data/vendor/local/include/gstreamer-1.0/gst/gstbuffer.h +7 -0
  115. data/vendor/local/{lib/gstreamer-1.0/include → include/gstreamer-1.0}/gst/gstconfig.h +39 -34
  116. data/vendor/local/include/gstreamer-1.0/gst/gstcontrolbinding.h +12 -2
  117. data/vendor/local/include/gstreamer-1.0/gst/gstelement.h +161 -10
  118. data/vendor/local/include/gstreamer-1.0/gst/gstenumtypes.h +6 -2
  119. data/vendor/local/include/gstreamer-1.0/gst/gstevent.h +48 -24
  120. data/vendor/local/include/gstreamer-1.0/gst/gstinfo.h +17 -4
  121. data/vendor/local/include/gstreamer-1.0/gst/gstmemory.h +4 -4
  122. data/vendor/local/include/gstreamer-1.0/gst/gstmessage.h +41 -1
  123. data/vendor/local/include/gstreamer-1.0/gst/gstminiobject.h +7 -3
  124. data/vendor/local/include/gstreamer-1.0/gst/gstobject.h +4 -0
  125. data/vendor/local/include/gstreamer-1.0/gst/gstparse.h +5 -1
  126. data/vendor/local/include/gstreamer-1.0/gst/gstpoll.h +1 -1
  127. data/vendor/local/include/gstreamer-1.0/gst/gststreamcollection.h +108 -0
  128. data/vendor/local/include/gstreamer-1.0/gst/gststreams.h +135 -0
  129. data/vendor/local/include/gstreamer-1.0/gst/gsturi.h +2 -2
  130. data/vendor/local/include/gstreamer-1.0/gst/gstutils.h +6 -0
  131. data/vendor/local/include/gstreamer-1.0/gst/gstversion.h +2 -2
  132. data/vendor/local/include/gstreamer-1.0/gst/mpegts/gstmpegtsdescriptor.h +2 -0
  133. data/vendor/local/include/gstreamer-1.0/gst/pbutils/codec-utils.h +4 -0
  134. data/vendor/local/include/gstreamer-1.0/gst/pbutils/gstpluginsbaseversion.h +2 -2
  135. data/vendor/local/include/gstreamer-1.0/gst/player/gstplayer-media-info.h +2 -0
  136. data/vendor/local/include/gstreamer-1.0/gst/player/gstplayer.h +32 -8
  137. data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtcpbuffer.h +20 -0
  138. data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtp-enumtypes.h +2 -0
  139. data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtpbuffer.h +21 -2
  140. data/vendor/local/include/gstreamer-1.0/gst/tag/tag.h +9 -0
  141. data/vendor/local/include/gstreamer-1.0/gst/video/gstvideoaffinetransformationmeta.h +7 -0
  142. data/vendor/local/include/gstreamer-1.0/gst/video/gstvideoaggregator.h +2 -2
  143. data/vendor/local/include/gstreamer-1.0/gst/video/gstvideoaggregatorpad.h +2 -2
  144. data/vendor/local/include/gstreamer-1.0/gst/video/gstvideodecoder.h +1 -1
  145. data/vendor/local/include/gstreamer-1.0/gst/video/gstvideoencoder.h +1 -1
  146. data/vendor/local/include/gstreamer-1.0/gst/video/gstvideometa.h +41 -0
  147. data/vendor/local/include/gstreamer-1.0/gst/video/gstvideotimecode.h +151 -0
  148. data/vendor/local/include/gstreamer-1.0/gst/video/gstvideoutils.h +6 -2
  149. data/vendor/local/include/gstreamer-1.0/gst/video/video-color.h +3 -3
  150. data/vendor/local/include/gstreamer-1.0/gst/video/video-enumtypes.h +4 -0
  151. data/vendor/local/include/gstreamer-1.0/gst/video/video-format.h +14 -8
  152. data/vendor/local/include/gstreamer-1.0/gst/video/video-frame.h +3 -0
  153. data/vendor/local/include/gstreamer-1.0/gst/video/video-resampler.h +4 -0
  154. data/vendor/local/include/gstreamer-1.0/gst/video/video.h +32 -0
  155. data/vendor/local/include/gstreamer-1.0/gst/video/videodirection.h +62 -0
  156. data/vendor/local/include/libsoup-2.4/libsoup/soup-logger.h +3 -0
  157. data/vendor/local/include/libsoup-2.4/libsoup/soup-version.h +17 -2
  158. data/vendor/local/include/libsoup-2.4/libsoup/soup-websocket-connection.h +7 -0
  159. data/vendor/local/lib/girepository-1.0/Gst-1.0.typelib +0 -0
  160. data/vendor/local/lib/girepository-1.0/GstAllocators-1.0.typelib +0 -0
  161. data/vendor/local/lib/girepository-1.0/GstApp-1.0.typelib +0 -0
  162. data/vendor/local/lib/girepository-1.0/GstAudio-1.0.typelib +0 -0
  163. data/vendor/local/lib/girepository-1.0/GstBase-1.0.typelib +0 -0
  164. data/vendor/local/lib/girepository-1.0/GstController-1.0.typelib +0 -0
  165. data/vendor/local/lib/girepository-1.0/GstGL-1.0.typelib +0 -0
  166. data/vendor/local/lib/girepository-1.0/GstMpegts-1.0.typelib +0 -0
  167. data/vendor/local/lib/girepository-1.0/GstPbutils-1.0.typelib +0 -0
  168. data/vendor/local/lib/girepository-1.0/GstPlayer-1.0.typelib +0 -0
  169. data/vendor/local/lib/girepository-1.0/GstRtp-1.0.typelib +0 -0
  170. data/vendor/local/lib/girepository-1.0/GstTag-1.0.typelib +0 -0
  171. data/vendor/local/lib/girepository-1.0/GstVideo-1.0.typelib +0 -0
  172. data/vendor/local/lib/girepository-1.0/Soup-2.4.typelib +0 -0
  173. data/vendor/local/lib/gstreamer-1.0/include/gst/gl/gstglconfig.h +1 -0
  174. data/vendor/local/lib/gstreamer-1.0/libgstaccurip.dll +0 -0
  175. data/vendor/local/lib/gstreamer-1.0/libgstaccurip.dll.a +0 -0
  176. data/vendor/local/lib/gstreamer-1.0/libgstaccurip.la +2 -2
  177. data/vendor/local/lib/gstreamer-1.0/libgstadder.dll +0 -0
  178. data/vendor/local/lib/gstreamer-1.0/libgstadder.dll.a +0 -0
  179. data/vendor/local/lib/gstreamer-1.0/libgstadder.la +2 -2
  180. data/vendor/local/lib/gstreamer-1.0/libgstadpcmdec.dll +0 -0
  181. data/vendor/local/lib/gstreamer-1.0/libgstadpcmdec.dll.a +0 -0
  182. data/vendor/local/lib/gstreamer-1.0/libgstadpcmdec.la +2 -2
  183. data/vendor/local/lib/gstreamer-1.0/libgstadpcmenc.dll +0 -0
  184. data/vendor/local/lib/gstreamer-1.0/libgstadpcmenc.dll.a +0 -0
  185. data/vendor/local/lib/gstreamer-1.0/libgstadpcmenc.la +2 -2
  186. data/vendor/local/lib/gstreamer-1.0/libgstaiff.dll +0 -0
  187. data/vendor/local/lib/gstreamer-1.0/libgstaiff.dll.a +0 -0
  188. data/vendor/local/lib/gstreamer-1.0/libgstaiff.la +3 -3
  189. data/vendor/local/lib/gstreamer-1.0/libgstalaw.dll +0 -0
  190. data/vendor/local/lib/gstreamer-1.0/libgstalaw.dll.a +0 -0
  191. data/vendor/local/lib/gstreamer-1.0/libgstalaw.la +1 -1
  192. data/vendor/local/lib/gstreamer-1.0/libgstalpha.dll +0 -0
  193. data/vendor/local/lib/gstreamer-1.0/libgstalpha.dll.a +0 -0
  194. data/vendor/local/lib/gstreamer-1.0/libgstalpha.la +1 -1
  195. data/vendor/local/lib/gstreamer-1.0/libgstalphacolor.dll +0 -0
  196. data/vendor/local/lib/gstreamer-1.0/libgstalphacolor.dll.a +0 -0
  197. data/vendor/local/lib/gstreamer-1.0/libgstalphacolor.la +1 -1
  198. data/vendor/local/lib/gstreamer-1.0/libgstapetag.dll +0 -0
  199. data/vendor/local/lib/gstreamer-1.0/libgstapetag.dll.a +0 -0
  200. data/vendor/local/lib/gstreamer-1.0/libgstapetag.la +1 -1
  201. data/vendor/local/lib/gstreamer-1.0/libgstapp.dll +0 -0
  202. data/vendor/local/lib/gstreamer-1.0/libgstapp.dll.a +0 -0
  203. data/vendor/local/lib/gstreamer-1.0/libgstapp.la +2 -2
  204. data/vendor/local/lib/gstreamer-1.0/libgstasfmux.dll +0 -0
  205. data/vendor/local/lib/gstreamer-1.0/libgstasfmux.dll.a +0 -0
  206. data/vendor/local/lib/gstreamer-1.0/libgstasfmux.la +2 -2
  207. data/vendor/local/lib/gstreamer-1.0/libgstaudioconvert.dll +0 -0
  208. data/vendor/local/lib/gstreamer-1.0/libgstaudioconvert.dll.a +0 -0
  209. data/vendor/local/lib/gstreamer-1.0/libgstaudioconvert.la +2 -2
  210. data/vendor/local/lib/gstreamer-1.0/libgstaudiofx.dll +0 -0
  211. data/vendor/local/lib/gstreamer-1.0/libgstaudiofx.dll.a +0 -0
  212. data/vendor/local/lib/gstreamer-1.0/libgstaudiofx.la +1 -1
  213. data/vendor/local/lib/gstreamer-1.0/libgstaudiofxbad.dll +0 -0
  214. data/vendor/local/lib/gstreamer-1.0/libgstaudiofxbad.dll.a +0 -0
  215. data/vendor/local/lib/gstreamer-1.0/libgstaudiofxbad.la +2 -2
  216. data/vendor/local/lib/gstreamer-1.0/libgstaudiomixer.dll +0 -0
  217. data/vendor/local/lib/gstreamer-1.0/libgstaudiomixer.dll.a +0 -0
  218. data/vendor/local/lib/gstreamer-1.0/libgstaudiomixer.la +2 -2
  219. data/vendor/local/lib/gstreamer-1.0/libgstaudioparsers.dll +0 -0
  220. data/vendor/local/lib/gstreamer-1.0/libgstaudioparsers.dll.a +0 -0
  221. data/vendor/local/lib/gstreamer-1.0/libgstaudioparsers.la +1 -1
  222. data/vendor/local/lib/gstreamer-1.0/libgstaudiorate.dll +0 -0
  223. data/vendor/local/lib/gstreamer-1.0/libgstaudiorate.dll.a +0 -0
  224. data/vendor/local/lib/gstreamer-1.0/libgstaudiorate.la +2 -2
  225. data/vendor/local/lib/gstreamer-1.0/libgstaudioresample.dll +0 -0
  226. data/vendor/local/lib/gstreamer-1.0/libgstaudioresample.dll.a +0 -0
  227. data/vendor/local/lib/gstreamer-1.0/libgstaudioresample.la +2 -2
  228. data/vendor/local/lib/gstreamer-1.0/libgstaudiotestsrc.dll +0 -0
  229. data/vendor/local/lib/gstreamer-1.0/libgstaudiotestsrc.dll.a +0 -0
  230. data/vendor/local/lib/gstreamer-1.0/libgstaudiotestsrc.la +2 -2
  231. data/vendor/local/lib/gstreamer-1.0/libgstaudiovisualizers.dll +0 -0
  232. data/vendor/local/lib/gstreamer-1.0/libgstaudiovisualizers.dll.a +0 -0
  233. data/vendor/local/lib/gstreamer-1.0/libgstaudiovisualizers.la +2 -2
  234. data/vendor/local/lib/gstreamer-1.0/libgstauparse.dll +0 -0
  235. data/vendor/local/lib/gstreamer-1.0/libgstauparse.dll.a +0 -0
  236. data/vendor/local/lib/gstreamer-1.0/libgstauparse.la +1 -1
  237. data/vendor/local/lib/gstreamer-1.0/libgstautoconvert.dll +0 -0
  238. data/vendor/local/lib/gstreamer-1.0/libgstautoconvert.dll.a +0 -0
  239. data/vendor/local/lib/gstreamer-1.0/libgstautoconvert.la +2 -2
  240. data/vendor/local/lib/gstreamer-1.0/libgstautodetect.dll +0 -0
  241. data/vendor/local/lib/gstreamer-1.0/libgstautodetect.dll.a +0 -0
  242. data/vendor/local/lib/gstreamer-1.0/libgstautodetect.la +1 -1
  243. data/vendor/local/lib/gstreamer-1.0/libgstavi.dll +0 -0
  244. data/vendor/local/lib/gstreamer-1.0/libgstavi.dll.a +0 -0
  245. data/vendor/local/lib/gstreamer-1.0/libgstavi.la +1 -1
  246. data/vendor/local/lib/gstreamer-1.0/libgstbayer.dll +0 -0
  247. data/vendor/local/lib/gstreamer-1.0/libgstbayer.dll.a +0 -0
  248. data/vendor/local/lib/gstreamer-1.0/libgstbayer.la +2 -2
  249. data/vendor/local/lib/gstreamer-1.0/libgstcairo.dll +0 -0
  250. data/vendor/local/lib/gstreamer-1.0/libgstcairo.dll.a +0 -0
  251. data/vendor/local/lib/gstreamer-1.0/libgstcairo.la +1 -1
  252. data/vendor/local/lib/gstreamer-1.0/libgstcamerabin2.dll +0 -0
  253. data/vendor/local/lib/gstreamer-1.0/libgstcamerabin2.dll.a +0 -0
  254. data/vendor/local/lib/gstreamer-1.0/libgstcamerabin2.la +2 -2
  255. data/vendor/local/lib/gstreamer-1.0/libgstcoloreffects.dll +0 -0
  256. data/vendor/local/lib/gstreamer-1.0/libgstcoloreffects.dll.a +0 -0
  257. data/vendor/local/lib/gstreamer-1.0/libgstcoloreffects.la +2 -2
  258. data/vendor/local/lib/gstreamer-1.0/libgstcompositor.dll +0 -0
  259. data/vendor/local/lib/gstreamer-1.0/libgstcompositor.dll.a +0 -0
  260. data/vendor/local/lib/gstreamer-1.0/libgstcompositor.la +2 -2
  261. data/vendor/local/lib/gstreamer-1.0/libgstcoreelements.dll +0 -0
  262. data/vendor/local/lib/gstreamer-1.0/libgstcoreelements.dll.a +0 -0
  263. data/vendor/local/lib/gstreamer-1.0/libgstcoreelements.la +2 -2
  264. data/vendor/local/lib/gstreamer-1.0/libgstcoretracers.dll +0 -0
  265. data/vendor/local/lib/gstreamer-1.0/libgstcoretracers.dll.a +0 -0
  266. data/vendor/local/lib/gstreamer-1.0/libgstcoretracers.la +2 -2
  267. data/vendor/local/lib/gstreamer-1.0/libgstcutter.dll +0 -0
  268. data/vendor/local/lib/gstreamer-1.0/libgstcutter.dll.a +0 -0
  269. data/vendor/local/lib/gstreamer-1.0/libgstcutter.la +1 -1
  270. data/vendor/local/lib/gstreamer-1.0/libgstd3dvideosink.dll +0 -0
  271. data/vendor/local/lib/gstreamer-1.0/libgstd3dvideosink.dll.a +0 -0
  272. data/vendor/local/lib/gstreamer-1.0/libgstd3dvideosink.la +2 -2
  273. data/vendor/local/lib/gstreamer-1.0/libgstdashdemux.dll +0 -0
  274. data/vendor/local/lib/gstreamer-1.0/libgstdashdemux.dll.a +0 -0
  275. data/vendor/local/lib/gstreamer-1.0/libgstdashdemux.la +2 -2
  276. data/vendor/local/lib/gstreamer-1.0/libgstdataurisrc.dll +0 -0
  277. data/vendor/local/lib/gstreamer-1.0/libgstdataurisrc.dll.a +0 -0
  278. data/vendor/local/lib/gstreamer-1.0/libgstdataurisrc.la +2 -2
  279. data/vendor/local/lib/gstreamer-1.0/libgstdebug.dll +0 -0
  280. data/vendor/local/lib/gstreamer-1.0/libgstdebug.dll.a +0 -0
  281. data/vendor/local/lib/gstreamer-1.0/libgstdebug.la +1 -1
  282. data/vendor/local/lib/gstreamer-1.0/libgstdebugutilsbad.dll +0 -0
  283. data/vendor/local/lib/gstreamer-1.0/libgstdebugutilsbad.dll.a +0 -0
  284. data/vendor/local/lib/gstreamer-1.0/libgstdebugutilsbad.la +2 -2
  285. data/vendor/local/lib/gstreamer-1.0/libgstdeinterlace.dll +0 -0
  286. data/vendor/local/lib/gstreamer-1.0/libgstdeinterlace.dll.a +0 -0
  287. data/vendor/local/lib/gstreamer-1.0/libgstdeinterlace.la +1 -1
  288. data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsink.dll +0 -0
  289. data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsink.dll.a +0 -0
  290. data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsink.la +1 -1
  291. data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsrc.dll +0 -0
  292. data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsrc.dll.a +0 -0
  293. data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsrc.la +2 -2
  294. data/vendor/local/lib/gstreamer-1.0/libgstdtmf.dll +0 -0
  295. data/vendor/local/lib/gstreamer-1.0/libgstdtmf.dll.a +0 -0
  296. data/vendor/local/lib/gstreamer-1.0/libgstdtmf.la +1 -1
  297. data/vendor/local/lib/gstreamer-1.0/libgstdvbsuboverlay.dll +0 -0
  298. data/vendor/local/lib/gstreamer-1.0/libgstdvbsuboverlay.dll.a +0 -0
  299. data/vendor/local/lib/gstreamer-1.0/libgstdvbsuboverlay.la +2 -2
  300. data/vendor/local/lib/gstreamer-1.0/libgstdvdspu.dll +0 -0
  301. data/vendor/local/lib/gstreamer-1.0/libgstdvdspu.dll.a +0 -0
  302. data/vendor/local/lib/gstreamer-1.0/libgstdvdspu.la +2 -2
  303. data/vendor/local/lib/gstreamer-1.0/libgsteffectv.dll +0 -0
  304. data/vendor/local/lib/gstreamer-1.0/libgsteffectv.dll.a +0 -0
  305. data/vendor/local/lib/gstreamer-1.0/libgsteffectv.la +1 -1
  306. data/vendor/local/lib/gstreamer-1.0/libgstencodebin.dll +0 -0
  307. data/vendor/local/lib/gstreamer-1.0/libgstencodebin.dll.a +0 -0
  308. data/vendor/local/lib/gstreamer-1.0/libgstencodebin.la +2 -2
  309. data/vendor/local/lib/gstreamer-1.0/libgstequalizer.dll +0 -0
  310. data/vendor/local/lib/gstreamer-1.0/libgstequalizer.dll.a +0 -0
  311. data/vendor/local/lib/gstreamer-1.0/libgstequalizer.la +1 -1
  312. data/vendor/local/lib/gstreamer-1.0/libgstfestival.dll +0 -0
  313. data/vendor/local/lib/gstreamer-1.0/libgstfestival.dll.a +0 -0
  314. data/vendor/local/lib/gstreamer-1.0/libgstfestival.la +2 -2
  315. data/vendor/local/lib/gstreamer-1.0/libgstfieldanalysis.dll +0 -0
  316. data/vendor/local/lib/gstreamer-1.0/libgstfieldanalysis.dll.a +0 -0
  317. data/vendor/local/lib/gstreamer-1.0/libgstfieldanalysis.la +2 -2
  318. data/vendor/local/lib/gstreamer-1.0/libgstflac.dll +0 -0
  319. data/vendor/local/lib/gstreamer-1.0/libgstflac.dll.a +0 -0
  320. data/vendor/local/lib/gstreamer-1.0/libgstflac.la +1 -1
  321. data/vendor/local/lib/gstreamer-1.0/libgstflv.dll +0 -0
  322. data/vendor/local/lib/gstreamer-1.0/libgstflv.dll.a +0 -0
  323. data/vendor/local/lib/gstreamer-1.0/libgstflv.la +1 -1
  324. data/vendor/local/lib/gstreamer-1.0/libgstflxdec.dll +0 -0
  325. data/vendor/local/lib/gstreamer-1.0/libgstflxdec.dll.a +0 -0
  326. data/vendor/local/lib/gstreamer-1.0/libgstflxdec.la +1 -1
  327. data/vendor/local/lib/gstreamer-1.0/libgstfreeverb.dll +0 -0
  328. data/vendor/local/lib/gstreamer-1.0/libgstfreeverb.dll.a +0 -0
  329. data/vendor/local/lib/gstreamer-1.0/libgstfreeverb.la +2 -2
  330. data/vendor/local/lib/gstreamer-1.0/libgstfrei0r.dll +0 -0
  331. data/vendor/local/lib/gstreamer-1.0/libgstfrei0r.dll.a +0 -0
  332. data/vendor/local/lib/gstreamer-1.0/libgstfrei0r.la +2 -2
  333. data/vendor/local/lib/gstreamer-1.0/libgstgaudieffects.dll +0 -0
  334. data/vendor/local/lib/gstreamer-1.0/libgstgaudieffects.dll.a +0 -0
  335. data/vendor/local/lib/gstreamer-1.0/libgstgaudieffects.la +2 -2
  336. data/vendor/local/lib/gstreamer-1.0/libgstgdkpixbuf.dll +0 -0
  337. data/vendor/local/lib/gstreamer-1.0/libgstgdkpixbuf.dll.a +0 -0
  338. data/vendor/local/lib/gstreamer-1.0/libgstgdkpixbuf.la +1 -1
  339. data/vendor/local/lib/gstreamer-1.0/libgstgdp.dll +0 -0
  340. data/vendor/local/lib/gstreamer-1.0/libgstgdp.dll.a +0 -0
  341. data/vendor/local/lib/gstreamer-1.0/libgstgdp.la +2 -2
  342. data/vendor/local/lib/gstreamer-1.0/libgstgeometrictransform.dll +0 -0
  343. data/vendor/local/lib/gstreamer-1.0/libgstgeometrictransform.dll.a +0 -0
  344. data/vendor/local/lib/gstreamer-1.0/libgstgeometrictransform.la +2 -2
  345. data/vendor/local/lib/gstreamer-1.0/libgstgio.dll +0 -0
  346. data/vendor/local/lib/gstreamer-1.0/libgstgio.dll.a +0 -0
  347. data/vendor/local/lib/gstreamer-1.0/libgstgio.la +2 -2
  348. data/vendor/local/lib/gstreamer-1.0/libgstgoom.dll +0 -0
  349. data/vendor/local/lib/gstreamer-1.0/libgstgoom.dll.a +0 -0
  350. data/vendor/local/lib/gstreamer-1.0/libgstgoom.la +1 -1
  351. data/vendor/local/lib/gstreamer-1.0/libgstgoom2k1.dll +0 -0
  352. data/vendor/local/lib/gstreamer-1.0/libgstgoom2k1.dll.a +0 -0
  353. data/vendor/local/lib/gstreamer-1.0/libgstgoom2k1.la +1 -1
  354. data/vendor/local/lib/gstreamer-1.0/libgsthls.dll +0 -0
  355. data/vendor/local/lib/gstreamer-1.0/libgsthls.dll.a +0 -0
  356. data/vendor/local/lib/gstreamer-1.0/libgsthls.la +3 -3
  357. data/vendor/local/lib/gstreamer-1.0/libgsticydemux.dll +0 -0
  358. data/vendor/local/lib/gstreamer-1.0/libgsticydemux.dll.a +0 -0
  359. data/vendor/local/lib/gstreamer-1.0/libgsticydemux.la +1 -1
  360. data/vendor/local/lib/gstreamer-1.0/libgstid3demux.dll +0 -0
  361. data/vendor/local/lib/gstreamer-1.0/libgstid3demux.dll.a +0 -0
  362. data/vendor/local/lib/gstreamer-1.0/libgstid3demux.la +1 -1
  363. data/vendor/local/lib/gstreamer-1.0/libgstid3tag.dll +0 -0
  364. data/vendor/local/lib/gstreamer-1.0/libgstid3tag.dll.a +0 -0
  365. data/vendor/local/lib/gstreamer-1.0/libgstid3tag.la +2 -2
  366. data/vendor/local/lib/gstreamer-1.0/libgstimagefreeze.dll +0 -0
  367. data/vendor/local/lib/gstreamer-1.0/libgstimagefreeze.dll.a +0 -0
  368. data/vendor/local/lib/gstreamer-1.0/libgstimagefreeze.la +1 -1
  369. data/vendor/local/lib/gstreamer-1.0/libgstinter.dll +0 -0
  370. data/vendor/local/lib/gstreamer-1.0/libgstinter.dll.a +0 -0
  371. data/vendor/local/lib/gstreamer-1.0/libgstinter.la +2 -2
  372. data/vendor/local/lib/gstreamer-1.0/libgstinterlace.dll +0 -0
  373. data/vendor/local/lib/gstreamer-1.0/libgstinterlace.dll.a +0 -0
  374. data/vendor/local/lib/gstreamer-1.0/libgstinterlace.la +2 -2
  375. data/vendor/local/lib/gstreamer-1.0/libgstinterleave.dll +0 -0
  376. data/vendor/local/lib/gstreamer-1.0/libgstinterleave.dll.a +0 -0
  377. data/vendor/local/lib/gstreamer-1.0/libgstinterleave.la +1 -1
  378. data/vendor/local/lib/gstreamer-1.0/libgstisomp4.dll +0 -0
  379. data/vendor/local/lib/gstreamer-1.0/libgstisomp4.dll.a +0 -0
  380. data/vendor/local/lib/gstreamer-1.0/libgstisomp4.la +1 -1
  381. data/vendor/local/lib/gstreamer-1.0/libgstivfparse.dll +0 -0
  382. data/vendor/local/lib/gstreamer-1.0/libgstivfparse.dll.a +0 -0
  383. data/vendor/local/lib/gstreamer-1.0/libgstivfparse.la +2 -2
  384. data/vendor/local/lib/gstreamer-1.0/libgstivtc.dll +0 -0
  385. data/vendor/local/lib/gstreamer-1.0/libgstivtc.dll.a +0 -0
  386. data/vendor/local/lib/gstreamer-1.0/libgstivtc.la +2 -2
  387. data/vendor/local/lib/gstreamer-1.0/libgstjp2kdecimator.dll +0 -0
  388. data/vendor/local/lib/gstreamer-1.0/libgstjp2kdecimator.dll.a +0 -0
  389. data/vendor/local/lib/gstreamer-1.0/libgstjp2kdecimator.la +2 -2
  390. data/vendor/local/lib/gstreamer-1.0/libgstjpeg.dll +0 -0
  391. data/vendor/local/lib/gstreamer-1.0/libgstjpeg.dll.a +0 -0
  392. data/vendor/local/lib/gstreamer-1.0/libgstjpeg.la +1 -1
  393. data/vendor/local/lib/gstreamer-1.0/libgstjpegformat.dll +0 -0
  394. data/vendor/local/lib/gstreamer-1.0/libgstjpegformat.dll.a +0 -0
  395. data/vendor/local/lib/gstreamer-1.0/libgstjpegformat.la +2 -2
  396. data/vendor/local/lib/gstreamer-1.0/libgstlevel.dll +0 -0
  397. data/vendor/local/lib/gstreamer-1.0/libgstlevel.dll.a +0 -0
  398. data/vendor/local/lib/gstreamer-1.0/libgstlevel.la +1 -1
  399. data/vendor/local/lib/gstreamer-1.0/libgstlibav.dll +0 -0
  400. data/vendor/local/lib/gstreamer-1.0/libgstlibav.dll.a +0 -0
  401. data/vendor/local/lib/gstreamer-1.0/libgstlibav.la +1 -1
  402. data/vendor/local/lib/gstreamer-1.0/libgstmatroska.dll +0 -0
  403. data/vendor/local/lib/gstreamer-1.0/libgstmatroska.dll.a +0 -0
  404. data/vendor/local/lib/gstreamer-1.0/libgstmatroska.la +1 -1
  405. data/vendor/local/lib/gstreamer-1.0/libgstmidi.dll +0 -0
  406. data/vendor/local/lib/gstreamer-1.0/libgstmidi.dll.a +0 -0
  407. data/vendor/local/lib/gstreamer-1.0/libgstmidi.la +2 -2
  408. data/vendor/local/lib/gstreamer-1.0/libgstmpegpsdemux.dll +0 -0
  409. data/vendor/local/lib/gstreamer-1.0/libgstmpegpsdemux.dll.a +0 -0
  410. data/vendor/local/lib/gstreamer-1.0/libgstmpegpsdemux.la +2 -2
  411. data/vendor/local/lib/gstreamer-1.0/libgstmpegpsmux.dll +0 -0
  412. data/vendor/local/lib/gstreamer-1.0/libgstmpegpsmux.dll.a +0 -0
  413. data/vendor/local/lib/gstreamer-1.0/libgstmpegpsmux.la +2 -2
  414. data/vendor/local/lib/gstreamer-1.0/libgstmpegtsdemux.dll +0 -0
  415. data/vendor/local/lib/gstreamer-1.0/libgstmpegtsdemux.dll.a +0 -0
  416. data/vendor/local/lib/gstreamer-1.0/libgstmpegtsdemux.la +2 -2
  417. data/vendor/local/lib/gstreamer-1.0/libgstmpegtsmux.dll +0 -0
  418. data/vendor/local/lib/gstreamer-1.0/libgstmpegtsmux.dll.a +0 -0
  419. data/vendor/local/lib/gstreamer-1.0/libgstmpegtsmux.la +2 -2
  420. data/vendor/local/lib/gstreamer-1.0/libgstmulaw.dll +0 -0
  421. data/vendor/local/lib/gstreamer-1.0/libgstmulaw.dll.a +0 -0
  422. data/vendor/local/lib/gstreamer-1.0/libgstmulaw.la +1 -1
  423. data/vendor/local/lib/gstreamer-1.0/libgstmultifile.dll +0 -0
  424. data/vendor/local/lib/gstreamer-1.0/libgstmultifile.dll.a +0 -0
  425. data/vendor/local/lib/gstreamer-1.0/libgstmultifile.la +1 -1
  426. data/vendor/local/lib/gstreamer-1.0/libgstmultipart.dll +0 -0
  427. data/vendor/local/lib/gstreamer-1.0/libgstmultipart.dll.a +0 -0
  428. data/vendor/local/lib/gstreamer-1.0/libgstmultipart.la +1 -1
  429. data/vendor/local/lib/gstreamer-1.0/libgstmxf.dll +0 -0
  430. data/vendor/local/lib/gstreamer-1.0/libgstmxf.dll.a +0 -0
  431. data/vendor/local/lib/gstreamer-1.0/libgstmxf.la +2 -2
  432. data/vendor/local/lib/gstreamer-1.0/libgstnavigationtest.dll +0 -0
  433. data/vendor/local/lib/gstreamer-1.0/libgstnavigationtest.dll.a +0 -0
  434. data/vendor/local/lib/gstreamer-1.0/libgstnavigationtest.la +1 -1
  435. data/vendor/local/lib/gstreamer-1.0/libgstnetsim.dll +0 -0
  436. data/vendor/local/lib/gstreamer-1.0/libgstnetsim.dll.a +0 -0
  437. data/vendor/local/lib/gstreamer-1.0/libgstnetsim.la +2 -2
  438. data/vendor/local/lib/gstreamer-1.0/libgstogg.dll +0 -0
  439. data/vendor/local/lib/gstreamer-1.0/libgstogg.dll.a +0 -0
  440. data/vendor/local/lib/gstreamer-1.0/libgstogg.la +2 -2
  441. data/vendor/local/lib/gstreamer-1.0/libgstopengl.dll +0 -0
  442. data/vendor/local/lib/gstreamer-1.0/libgstopengl.dll.a +0 -0
  443. data/vendor/local/lib/gstreamer-1.0/libgstopengl.la +2 -2
  444. data/vendor/local/lib/gstreamer-1.0/libgstopus.dll +0 -0
  445. data/vendor/local/lib/gstreamer-1.0/libgstopus.dll.a +0 -0
  446. data/vendor/local/lib/gstreamer-1.0/libgstopus.la +2 -2
  447. data/vendor/local/lib/gstreamer-1.0/libgstopusparse.dll +0 -0
  448. data/vendor/local/lib/gstreamer-1.0/libgstopusparse.dll.a +0 -0
  449. data/vendor/local/lib/gstreamer-1.0/libgstopusparse.la +2 -2
  450. data/vendor/local/lib/gstreamer-1.0/libgstpango.dll +0 -0
  451. data/vendor/local/lib/gstreamer-1.0/libgstpango.dll.a +0 -0
  452. data/vendor/local/lib/gstreamer-1.0/libgstpango.la +2 -2
  453. data/vendor/local/lib/gstreamer-1.0/libgstpcapparse.dll +0 -0
  454. data/vendor/local/lib/gstreamer-1.0/libgstpcapparse.dll.a +0 -0
  455. data/vendor/local/lib/gstreamer-1.0/libgstpcapparse.la +2 -2
  456. data/vendor/local/lib/gstreamer-1.0/libgstplayback.dll +0 -0
  457. data/vendor/local/lib/gstreamer-1.0/libgstplayback.dll.a +0 -0
  458. data/vendor/local/lib/gstreamer-1.0/libgstplayback.la +2 -2
  459. data/vendor/local/lib/gstreamer-1.0/libgstpng.dll +0 -0
  460. data/vendor/local/lib/gstreamer-1.0/libgstpng.dll.a +0 -0
  461. data/vendor/local/lib/gstreamer-1.0/libgstpng.la +1 -1
  462. data/vendor/local/lib/gstreamer-1.0/libgstpnm.dll +0 -0
  463. data/vendor/local/lib/gstreamer-1.0/libgstpnm.dll.a +0 -0
  464. data/vendor/local/lib/gstreamer-1.0/libgstpnm.la +2 -2
  465. data/vendor/local/lib/gstreamer-1.0/libgstrawparse.dll +0 -0
  466. data/vendor/local/lib/gstreamer-1.0/libgstrawparse.dll.a +0 -0
  467. data/vendor/local/lib/gstreamer-1.0/libgstrawparse.la +2 -2
  468. data/vendor/local/lib/gstreamer-1.0/libgstremovesilence.dll +0 -0
  469. data/vendor/local/lib/gstreamer-1.0/libgstremovesilence.dll.a +0 -0
  470. data/vendor/local/lib/gstreamer-1.0/libgstremovesilence.la +2 -2
  471. data/vendor/local/lib/gstreamer-1.0/libgstreplaygain.dll +0 -0
  472. data/vendor/local/lib/gstreamer-1.0/libgstreplaygain.dll.a +0 -0
  473. data/vendor/local/lib/gstreamer-1.0/libgstreplaygain.la +1 -1
  474. data/vendor/local/lib/gstreamer-1.0/libgstrtp.dll +0 -0
  475. data/vendor/local/lib/gstreamer-1.0/libgstrtp.dll.a +0 -0
  476. data/vendor/local/lib/gstreamer-1.0/libgstrtp.la +1 -1
  477. data/vendor/local/lib/gstreamer-1.0/libgstrtpmanager.dll +0 -0
  478. data/vendor/local/lib/gstreamer-1.0/libgstrtpmanager.dll.a +0 -0
  479. data/vendor/local/lib/gstreamer-1.0/libgstrtpmanager.la +1 -1
  480. data/vendor/local/lib/gstreamer-1.0/libgstrtponvif.dll +0 -0
  481. data/vendor/local/lib/gstreamer-1.0/libgstrtponvif.dll.a +0 -0
  482. data/vendor/local/lib/gstreamer-1.0/libgstrtponvif.la +2 -2
  483. data/vendor/local/lib/gstreamer-1.0/libgstrtsp.dll +0 -0
  484. data/vendor/local/lib/gstreamer-1.0/libgstrtsp.dll.a +0 -0
  485. data/vendor/local/lib/gstreamer-1.0/libgstrtsp.la +1 -1
  486. data/vendor/local/lib/gstreamer-1.0/libgstsdpelem.dll +0 -0
  487. data/vendor/local/lib/gstreamer-1.0/libgstsdpelem.dll.a +0 -0
  488. data/vendor/local/lib/gstreamer-1.0/libgstsdpelem.la +3 -3
  489. data/vendor/local/lib/gstreamer-1.0/libgstsegmentclip.dll +0 -0
  490. data/vendor/local/lib/gstreamer-1.0/libgstsegmentclip.dll.a +0 -0
  491. data/vendor/local/lib/gstreamer-1.0/libgstsegmentclip.la +2 -2
  492. data/vendor/local/lib/gstreamer-1.0/libgstshapewipe.dll +0 -0
  493. data/vendor/local/lib/gstreamer-1.0/libgstshapewipe.dll.a +0 -0
  494. data/vendor/local/lib/gstreamer-1.0/libgstshapewipe.la +1 -1
  495. data/vendor/local/lib/gstreamer-1.0/libgstsiren.dll +0 -0
  496. data/vendor/local/lib/gstreamer-1.0/libgstsiren.dll.a +0 -0
  497. data/vendor/local/lib/gstreamer-1.0/libgstsiren.la +2 -2
  498. data/vendor/local/lib/gstreamer-1.0/libgstsmooth.dll +0 -0
  499. data/vendor/local/lib/gstreamer-1.0/libgstsmooth.dll.a +0 -0
  500. data/vendor/local/lib/gstreamer-1.0/libgstsmooth.la +2 -2
  501. data/vendor/local/lib/gstreamer-1.0/libgstsmoothstreaming.dll +0 -0
  502. data/vendor/local/lib/gstreamer-1.0/libgstsmoothstreaming.dll.a +0 -0
  503. data/vendor/local/lib/gstreamer-1.0/libgstsmoothstreaming.la +2 -2
  504. data/vendor/local/lib/gstreamer-1.0/libgstsmpte.dll +0 -0
  505. data/vendor/local/lib/gstreamer-1.0/libgstsmpte.dll.a +0 -0
  506. data/vendor/local/lib/gstreamer-1.0/libgstsmpte.la +1 -1
  507. data/vendor/local/lib/gstreamer-1.0/libgstsouphttpsrc.dll +0 -0
  508. data/vendor/local/lib/gstreamer-1.0/libgstsouphttpsrc.dll.a +0 -0
  509. data/vendor/local/lib/gstreamer-1.0/libgstsouphttpsrc.la +1 -1
  510. data/vendor/local/lib/gstreamer-1.0/libgstspectrum.dll +0 -0
  511. data/vendor/local/lib/gstreamer-1.0/libgstspectrum.dll.a +0 -0
  512. data/vendor/local/lib/gstreamer-1.0/libgstspectrum.la +1 -1
  513. data/vendor/local/lib/gstreamer-1.0/libgstspeed.dll +0 -0
  514. data/vendor/local/lib/gstreamer-1.0/libgstspeed.dll.a +0 -0
  515. data/vendor/local/lib/gstreamer-1.0/libgstspeed.la +2 -2
  516. data/vendor/local/lib/gstreamer-1.0/libgststereo.dll +0 -0
  517. data/vendor/local/lib/gstreamer-1.0/libgststereo.dll.a +0 -0
  518. data/vendor/local/lib/gstreamer-1.0/libgststereo.la +2 -2
  519. data/vendor/local/lib/gstreamer-1.0/libgstsubenc.dll +0 -0
  520. data/vendor/local/lib/gstreamer-1.0/libgstsubenc.dll.a +0 -0
  521. data/vendor/local/lib/gstreamer-1.0/libgstsubenc.la +2 -2
  522. data/vendor/local/lib/gstreamer-1.0/libgstsubparse.dll +0 -0
  523. data/vendor/local/lib/gstreamer-1.0/libgstsubparse.dll.a +0 -0
  524. data/vendor/local/lib/gstreamer-1.0/libgstsubparse.la +2 -2
  525. data/vendor/local/lib/gstreamer-1.0/libgsttcp.dll +0 -0
  526. data/vendor/local/lib/gstreamer-1.0/libgsttcp.dll.a +0 -0
  527. data/vendor/local/lib/gstreamer-1.0/libgsttcp.la +2 -2
  528. data/vendor/local/lib/gstreamer-1.0/libgsttheora.dll +0 -0
  529. data/vendor/local/lib/gstreamer-1.0/libgsttheora.dll.a +0 -0
  530. data/vendor/local/lib/gstreamer-1.0/libgsttheora.la +2 -2
  531. data/vendor/local/lib/gstreamer-1.0/libgsttimecode.dll +0 -0
  532. data/vendor/local/lib/gstreamer-1.0/libgsttimecode.dll.a +0 -0
  533. data/vendor/local/lib/gstreamer-1.0/libgsttimecode.la +41 -0
  534. data/vendor/local/lib/gstreamer-1.0/libgsttypefindfunctions.dll +0 -0
  535. data/vendor/local/lib/gstreamer-1.0/libgsttypefindfunctions.dll.a +0 -0
  536. data/vendor/local/lib/gstreamer-1.0/libgsttypefindfunctions.la +2 -2
  537. data/vendor/local/lib/gstreamer-1.0/libgstudp.dll +0 -0
  538. data/vendor/local/lib/gstreamer-1.0/libgstudp.dll.a +0 -0
  539. data/vendor/local/lib/gstreamer-1.0/libgstudp.la +1 -1
  540. data/vendor/local/lib/gstreamer-1.0/libgstvideobox.dll +0 -0
  541. data/vendor/local/lib/gstreamer-1.0/libgstvideobox.dll.a +0 -0
  542. data/vendor/local/lib/gstreamer-1.0/libgstvideobox.la +1 -1
  543. data/vendor/local/lib/gstreamer-1.0/libgstvideoconvert.dll +0 -0
  544. data/vendor/local/lib/gstreamer-1.0/libgstvideoconvert.dll.a +0 -0
  545. data/vendor/local/lib/gstreamer-1.0/libgstvideoconvert.la +2 -2
  546. data/vendor/local/lib/gstreamer-1.0/libgstvideocrop.dll +0 -0
  547. data/vendor/local/lib/gstreamer-1.0/libgstvideocrop.dll.a +0 -0
  548. data/vendor/local/lib/gstreamer-1.0/libgstvideocrop.la +1 -1
  549. data/vendor/local/lib/gstreamer-1.0/libgstvideofilter.dll +0 -0
  550. data/vendor/local/lib/gstreamer-1.0/libgstvideofilter.dll.a +0 -0
  551. data/vendor/local/lib/gstreamer-1.0/libgstvideofilter.la +1 -1
  552. data/vendor/local/lib/gstreamer-1.0/libgstvideofiltersbad.dll +0 -0
  553. data/vendor/local/lib/gstreamer-1.0/libgstvideofiltersbad.dll.a +0 -0
  554. data/vendor/local/lib/gstreamer-1.0/libgstvideofiltersbad.la +2 -2
  555. data/vendor/local/lib/gstreamer-1.0/libgstvideoframe_audiolevel.dll +0 -0
  556. data/vendor/local/lib/gstreamer-1.0/libgstvideoframe_audiolevel.dll.a +0 -0
  557. data/vendor/local/lib/gstreamer-1.0/libgstvideoframe_audiolevel.la +2 -2
  558. data/vendor/local/lib/gstreamer-1.0/libgstvideomixer.dll +0 -0
  559. data/vendor/local/lib/gstreamer-1.0/libgstvideomixer.dll.a +0 -0
  560. data/vendor/local/lib/gstreamer-1.0/libgstvideomixer.la +1 -1
  561. data/vendor/local/lib/gstreamer-1.0/libgstvideoparsersbad.dll +0 -0
  562. data/vendor/local/lib/gstreamer-1.0/libgstvideoparsersbad.dll.a +0 -0
  563. data/vendor/local/lib/gstreamer-1.0/libgstvideoparsersbad.la +2 -2
  564. data/vendor/local/lib/gstreamer-1.0/libgstvideorate.dll +0 -0
  565. data/vendor/local/lib/gstreamer-1.0/libgstvideorate.dll.a +0 -0
  566. data/vendor/local/lib/gstreamer-1.0/libgstvideorate.la +2 -2
  567. data/vendor/local/lib/gstreamer-1.0/libgstvideoscale.dll +0 -0
  568. data/vendor/local/lib/gstreamer-1.0/libgstvideoscale.dll.a +0 -0
  569. data/vendor/local/lib/gstreamer-1.0/libgstvideoscale.la +2 -2
  570. data/vendor/local/lib/gstreamer-1.0/libgstvideosignal.dll +0 -0
  571. data/vendor/local/lib/gstreamer-1.0/libgstvideosignal.dll.a +0 -0
  572. data/vendor/local/lib/gstreamer-1.0/libgstvideosignal.la +2 -2
  573. data/vendor/local/lib/gstreamer-1.0/libgstvideotestsrc.dll +0 -0
  574. data/vendor/local/lib/gstreamer-1.0/libgstvideotestsrc.dll.a +0 -0
  575. data/vendor/local/lib/gstreamer-1.0/libgstvideotestsrc.la +2 -2
  576. data/vendor/local/lib/gstreamer-1.0/libgstvmnc.dll +0 -0
  577. data/vendor/local/lib/gstreamer-1.0/libgstvmnc.dll.a +0 -0
  578. data/vendor/local/lib/gstreamer-1.0/libgstvmnc.la +2 -2
  579. data/vendor/local/lib/gstreamer-1.0/libgstvolume.dll +0 -0
  580. data/vendor/local/lib/gstreamer-1.0/libgstvolume.dll.a +0 -0
  581. data/vendor/local/lib/gstreamer-1.0/libgstvolume.la +2 -2
  582. data/vendor/local/lib/gstreamer-1.0/libgstvorbis.dll +0 -0
  583. data/vendor/local/lib/gstreamer-1.0/libgstvorbis.dll.a +0 -0
  584. data/vendor/local/lib/gstreamer-1.0/libgstvorbis.la +2 -2
  585. data/vendor/local/lib/gstreamer-1.0/libgstwasapi.dll +0 -0
  586. data/vendor/local/lib/gstreamer-1.0/libgstwasapi.dll.a +0 -0
  587. data/vendor/local/lib/gstreamer-1.0/libgstwasapi.la +2 -2
  588. data/vendor/local/lib/gstreamer-1.0/libgstwaveformsink.dll +0 -0
  589. data/vendor/local/lib/gstreamer-1.0/libgstwaveformsink.dll.a +0 -0
  590. data/vendor/local/lib/gstreamer-1.0/libgstwaveformsink.la +1 -1
  591. data/vendor/local/lib/gstreamer-1.0/libgstwavenc.dll +0 -0
  592. data/vendor/local/lib/gstreamer-1.0/libgstwavenc.dll.a +0 -0
  593. data/vendor/local/lib/gstreamer-1.0/libgstwavenc.la +1 -1
  594. data/vendor/local/lib/gstreamer-1.0/libgstwavparse.dll +0 -0
  595. data/vendor/local/lib/gstreamer-1.0/libgstwavparse.dll.a +0 -0
  596. data/vendor/local/lib/gstreamer-1.0/libgstwavparse.la +2 -2
  597. data/vendor/local/lib/gstreamer-1.0/libgstwinks.dll +0 -0
  598. data/vendor/local/lib/gstreamer-1.0/libgstwinks.dll.a +0 -0
  599. data/vendor/local/lib/gstreamer-1.0/libgstwinks.la +2 -2
  600. data/vendor/local/lib/gstreamer-1.0/libgstwinscreencap.dll +0 -0
  601. data/vendor/local/lib/gstreamer-1.0/libgstwinscreencap.dll.a +0 -0
  602. data/vendor/local/lib/gstreamer-1.0/libgstwinscreencap.la +2 -2
  603. data/vendor/local/lib/gstreamer-1.0/libgsty4mdec.dll +0 -0
  604. data/vendor/local/lib/gstreamer-1.0/libgsty4mdec.dll.a +0 -0
  605. data/vendor/local/lib/gstreamer-1.0/libgsty4mdec.la +2 -2
  606. data/vendor/local/lib/gstreamer-1.0/libgsty4menc.dll +0 -0
  607. data/vendor/local/lib/gstreamer-1.0/libgsty4menc.dll.a +0 -0
  608. data/vendor/local/lib/gstreamer-1.0/libgsty4menc.la +1 -1
  609. data/vendor/local/lib/gstreamer-1.0/libgstyadif.dll +0 -0
  610. data/vendor/local/lib/gstreamer-1.0/libgstyadif.dll.a +0 -0
  611. data/vendor/local/lib/gstreamer-1.0/libgstyadif.la +2 -2
  612. data/vendor/local/lib/libFLAC.dll.a +0 -0
  613. data/vendor/local/lib/libgstadaptivedemux-1.0.dll.a +0 -0
  614. data/vendor/local/lib/libgstadaptivedemux-1.0.la +4 -4
  615. data/vendor/local/lib/libgstallocators-1.0.dll.a +0 -0
  616. data/vendor/local/lib/libgstallocators-1.0.la +4 -4
  617. data/vendor/local/lib/libgstapp-1.0.dll.a +0 -0
  618. data/vendor/local/lib/libgstapp-1.0.la +4 -4
  619. data/vendor/local/lib/libgstaudio-1.0.dll.a +0 -0
  620. data/vendor/local/lib/libgstaudio-1.0.la +4 -4
  621. data/vendor/local/lib/libgstbadaudio-1.0.dll.a +0 -0
  622. data/vendor/local/lib/libgstbadaudio-1.0.la +4 -4
  623. data/vendor/local/lib/libgstbadbase-1.0.dll.a +0 -0
  624. data/vendor/local/lib/libgstbadbase-1.0.la +4 -4
  625. data/vendor/local/lib/libgstbadvideo-1.0.dll.a +0 -0
  626. data/vendor/local/lib/libgstbadvideo-1.0.la +4 -4
  627. data/vendor/local/lib/libgstbase-1.0.dll.a +0 -0
  628. data/vendor/local/lib/libgstbase-1.0.la +4 -4
  629. data/vendor/local/lib/libgstbasecamerabinsrc-1.0.dll.a +0 -0
  630. data/vendor/local/lib/libgstbasecamerabinsrc-1.0.la +4 -4
  631. data/vendor/local/lib/libgstcodecparsers-1.0.dll.a +0 -0
  632. data/vendor/local/lib/libgstcodecparsers-1.0.la +4 -4
  633. data/vendor/local/lib/libgstcontroller-1.0.dll.a +0 -0
  634. data/vendor/local/lib/libgstcontroller-1.0.la +4 -4
  635. data/vendor/local/lib/libgstfft-1.0.dll.a +0 -0
  636. data/vendor/local/lib/libgstfft-1.0.la +4 -4
  637. data/vendor/local/lib/libgstgl-1.0.dll.a +0 -0
  638. data/vendor/local/lib/libgstgl-1.0.la +4 -4
  639. data/vendor/local/lib/libgstinsertbin-1.0.dll.a +0 -0
  640. data/vendor/local/lib/libgstinsertbin-1.0.la +4 -4
  641. data/vendor/local/lib/libgstmpegts-1.0.dll.a +0 -0
  642. data/vendor/local/lib/libgstmpegts-1.0.la +4 -4
  643. data/vendor/local/lib/libgstnet-1.0.dll.a +0 -0
  644. data/vendor/local/lib/libgstnet-1.0.la +4 -4
  645. data/vendor/local/lib/libgstpbutils-1.0.dll.a +0 -0
  646. data/vendor/local/lib/libgstpbutils-1.0.la +4 -4
  647. data/vendor/local/lib/libgstphotography-1.0.dll.a +0 -0
  648. data/vendor/local/lib/libgstphotography-1.0.la +4 -4
  649. data/vendor/local/lib/libgstplayer-1.0.dll.a +0 -0
  650. data/vendor/local/lib/libgstplayer-1.0.la +4 -4
  651. data/vendor/local/lib/libgstreamer-1.0.dll.a +0 -0
  652. data/vendor/local/lib/libgstreamer-1.0.la +4 -4
  653. data/vendor/local/lib/libgstriff-1.0.dll.a +0 -0
  654. data/vendor/local/lib/libgstriff-1.0.la +4 -4
  655. data/vendor/local/lib/libgstrtp-1.0.dll.a +0 -0
  656. data/vendor/local/lib/libgstrtp-1.0.la +4 -4
  657. data/vendor/local/lib/libgstrtsp-1.0.dll.a +0 -0
  658. data/vendor/local/lib/libgstrtsp-1.0.la +4 -4
  659. data/vendor/local/lib/libgstsdp-1.0.dll.a +0 -0
  660. data/vendor/local/lib/libgstsdp-1.0.la +4 -4
  661. data/vendor/local/lib/libgsttag-1.0.dll.a +0 -0
  662. data/vendor/local/lib/libgsttag-1.0.la +4 -4
  663. data/vendor/local/lib/libgsturidownloader-1.0.dll.a +0 -0
  664. data/vendor/local/lib/libgsturidownloader-1.0.la +4 -4
  665. data/vendor/local/lib/libgstvideo-1.0.dll.a +0 -0
  666. data/vendor/local/lib/libgstvideo-1.0.la +4 -4
  667. data/vendor/local/lib/libjpeg.a +0 -0
  668. data/vendor/local/lib/libjpeg.dll.a +0 -0
  669. data/vendor/local/lib/libogg.a +0 -0
  670. data/vendor/local/lib/libogg.dll.a +0 -0
  671. data/vendor/local/lib/libopus.a +0 -0
  672. data/vendor/local/lib/libopus.dll.a +0 -0
  673. data/vendor/local/lib/libsoup-2.4.a +0 -0
  674. data/vendor/local/lib/libsoup-2.4.dll.a +0 -0
  675. data/vendor/local/lib/libsqlite3.a +0 -0
  676. data/vendor/local/lib/libsqlite3.dll.a +0 -0
  677. data/vendor/local/lib/libtheora.a +0 -0
  678. data/vendor/local/lib/libtheora.dll.a +0 -0
  679. data/vendor/local/lib/libtheoradec.a +0 -0
  680. data/vendor/local/lib/libtheoradec.dll.a +0 -0
  681. data/vendor/local/lib/libtheoraenc.a +0 -0
  682. data/vendor/local/lib/libtheoraenc.dll.a +0 -0
  683. data/vendor/local/lib/libvorbis.a +0 -0
  684. data/vendor/local/lib/libvorbis.dll.a +0 -0
  685. data/vendor/local/lib/libvorbisenc.a +0 -0
  686. data/vendor/local/lib/libvorbisenc.dll.a +0 -0
  687. data/vendor/local/lib/libvorbisfile.a +0 -0
  688. data/vendor/local/lib/libvorbisfile.dll.a +0 -0
  689. data/vendor/local/lib/pkgconfig/gstreamer-1.0.pc +2 -2
  690. data/vendor/local/lib/pkgconfig/gstreamer-allocators-1.0.pc +1 -1
  691. data/vendor/local/lib/pkgconfig/gstreamer-app-1.0.pc +1 -1
  692. data/vendor/local/lib/pkgconfig/gstreamer-audio-1.0.pc +1 -1
  693. data/vendor/local/lib/pkgconfig/gstreamer-bad-audio-1.0.pc +1 -1
  694. data/vendor/local/lib/pkgconfig/gstreamer-bad-base-1.0.pc +1 -1
  695. data/vendor/local/lib/pkgconfig/gstreamer-bad-video-1.0.pc +1 -1
  696. data/vendor/local/lib/pkgconfig/gstreamer-base-1.0.pc +1 -1
  697. data/vendor/local/lib/pkgconfig/gstreamer-codecparsers-1.0.pc +1 -1
  698. data/vendor/local/lib/pkgconfig/gstreamer-controller-1.0.pc +1 -1
  699. data/vendor/local/lib/pkgconfig/gstreamer-fft-1.0.pc +1 -1
  700. data/vendor/local/lib/pkgconfig/gstreamer-gl-1.0.pc +2 -2
  701. data/vendor/local/lib/pkgconfig/gstreamer-insertbin-1.0.pc +1 -1
  702. data/vendor/local/lib/pkgconfig/gstreamer-mpegts-1.0.pc +1 -1
  703. data/vendor/local/lib/pkgconfig/gstreamer-net-1.0.pc +1 -1
  704. data/vendor/local/lib/pkgconfig/gstreamer-pbutils-1.0.pc +1 -1
  705. data/vendor/local/lib/pkgconfig/gstreamer-player-1.0.pc +2 -2
  706. data/vendor/local/lib/pkgconfig/gstreamer-plugins-bad-1.0.pc +1 -1
  707. data/vendor/local/lib/pkgconfig/gstreamer-plugins-base-1.0.pc +1 -1
  708. data/vendor/local/lib/pkgconfig/gstreamer-riff-1.0.pc +1 -1
  709. data/vendor/local/lib/pkgconfig/gstreamer-rtp-1.0.pc +1 -1
  710. data/vendor/local/lib/pkgconfig/gstreamer-rtsp-1.0.pc +1 -1
  711. data/vendor/local/lib/pkgconfig/gstreamer-sdp-1.0.pc +1 -1
  712. data/vendor/local/lib/pkgconfig/gstreamer-tag-1.0.pc +1 -1
  713. data/vendor/local/lib/pkgconfig/gstreamer-video-1.0.pc +1 -1
  714. data/vendor/local/lib/pkgconfig/libsoup-2.4.pc +1 -1
  715. data/vendor/local/libexec/gstreamer-1.0/gst-plugin-scanner.exe +0 -0
  716. data/vendor/local/share/bash-completion/helpers/gst-completion-helper-1.0.exe +0 -0
  717. data/vendor/local/share/gir-1.0/Gst-1.0.gir +1945 -61
  718. data/vendor/local/share/gir-1.0/GstAllocators-1.0.gir +8 -1
  719. data/vendor/local/share/gir-1.0/GstApp-1.0.gir +276 -2
  720. data/vendor/local/share/gir-1.0/GstAudio-1.0.gir +625 -7
  721. data/vendor/local/share/gir-1.0/GstBase-1.0.gir +119 -19
  722. data/vendor/local/share/gir-1.0/GstController-1.0.gir +9 -4
  723. data/vendor/local/share/gir-1.0/GstGL-1.0.gir +889 -380
  724. data/vendor/local/share/gir-1.0/GstMpegts-1.0.gir +33 -0
  725. data/vendor/local/share/gir-1.0/GstPbutils-1.0.gir +44 -2
  726. data/vendor/local/share/gir-1.0/GstPlayer-1.0.gir +257 -35
  727. data/vendor/local/share/gir-1.0/GstRtp-1.0.gir +268 -2
  728. data/vendor/local/share/gir-1.0/GstTag-1.0.gir +7 -0
  729. data/vendor/local/share/gir-1.0/GstVideo-1.0.gir +626 -17
  730. data/vendor/local/share/gir-1.0/Soup-2.4.gir +192 -0
  731. data/vendor/local/share/gstreamer-1.0/presets/GstQTMux.prs +6 -0
  732. data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-1.0.devhelp2 +4 -0
  733. data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-GstFFMpegVidDec.html +78 -0
  734. data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-GstFFMpegVidEnc.html +72 -0
  735. data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-gstavcfg.html +4 -4
  736. data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-plugin-libav.html +55 -91
  737. data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/home.png +0 -0
  738. data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/index.html +1 -1
  739. data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/left-insensitive.png +0 -0
  740. data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/left.png +0 -0
  741. data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/right-insensitive.png +0 -0
  742. data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/right.png +0 -0
  743. data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/up-insensitive.png +0 -0
  744. data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/up.png +0 -0
  745. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstGLFilter.html +24 -88
  746. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstGLFramebuffer.html +12 -65
  747. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstGLUpload.html +2 -1
  748. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/api-index-full.html +71 -111
  749. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-1.0.devhelp2 +28 -35
  750. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-descriptors.html +5 -0
  751. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html +2 -2
  752. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html +2 -2
  753. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html +1 -1
  754. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.html +1 -1
  755. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstEGLImageMemory.html +1 -141
  756. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLContextEGL.html +6 -1
  757. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLMemory.html +148 -13
  758. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-OpenGL-Miscellaneous-Utilities.html +0 -306
  759. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstglbasememory.html +16 -16
  760. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstplayer-mediainfo.html +33 -0
  761. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstplayer-videooverlayvideorenderer.html +1 -1
  762. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstplayer-visualization.html +1 -1
  763. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstplayer.html +484 -45
  764. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-h264parser.html +6 -6
  765. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html +1 -1
  766. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpegvideoparser.html +25 -7
  767. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-vc1parser.html +1 -1
  768. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gstreamer-libs-hierarchy.html +4 -4
  769. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/home.png +0 -0
  770. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/index.html +1 -1
  771. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/left-insensitive.png +0 -0
  772. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/left.png +0 -0
  773. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/right-insensitive.png +0 -0
  774. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/right.png +0 -0
  775. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/up-insensitive.png +0 -0
  776. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/up.png +0 -0
  777. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/ch01.html +160 -4
  778. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/ch02.html +8 -2
  779. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-1.0.devhelp2 +316 -24
  780. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-assrender.html +19 -4
  781. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-audiomixer.html +2 -2
  782. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-audioparse.html +339 -0
  783. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-autoconvert.html +4 -4
  784. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-bs2b.html +86 -10
  785. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-bulge.html +3 -3
  786. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-burn.html +3 -3
  787. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-camerabin.html +118 -2
  788. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-chromium.html +20 -3
  789. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-circle.html +3 -3
  790. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-coloreffects.html +60 -7
  791. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-compositor.html +80 -17
  792. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-cvdilate.html +36 -10
  793. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-cvequalizehist.html +36 -10
  794. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-cverode.html +36 -10
  795. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-cvlaplace.html +35 -20
  796. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-cvsmooth.html +35 -17
  797. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-cvsobel.html +35 -19
  798. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dataurisrc.html +3 -3
  799. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-diffuse.html +3 -3
  800. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dilate.html +3 -3
  801. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dodge.html +3 -3
  802. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dtmfdetect.html +24 -3
  803. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dtsdec.html +28 -2
  804. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dvbsrc.html +160 -5
  805. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dvdspu.html +3 -3
  806. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-edgedetect.html +118 -3
  807. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-exclusion.html +3 -3
  808. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-faac.html +21 -2
  809. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-faad.html +28 -2
  810. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-faceblur.html +146 -3
  811. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-facedetect.html +295 -3
  812. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-festival.html +3 -3
  813. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-fisheye.html +3 -3
  814. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-fpsdisplaysink.html +3 -3
  815. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gaussianblur.html +62 -6
  816. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glcolorbalance.html +261 -0
  817. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glcolorconvert.html +165 -0
  818. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glcolorscale.html +204 -0
  819. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gldeinterlace.html +192 -0
  820. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gldifferencematte.html +193 -0
  821. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gldownload.html +165 -0
  822. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-blur.html +136 -0
  823. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-bulge.html +136 -0
  824. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-fisheye.html +136 -0
  825. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-glow.html +136 -0
  826. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-heat.html +136 -0
  827. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-identity.html +136 -0
  828. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-laplacian.html +136 -0
  829. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-lumaxpro.html +136 -0
  830. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-mirror.html +136 -0
  831. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-sepia.html +136 -0
  832. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-sin.html +136 -0
  833. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-sobel.html +136 -0
  834. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-square.html +136 -0
  835. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-squeeze.html +136 -0
  836. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-stretch.html +136 -0
  837. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-tunnel.html +136 -0
  838. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-twirl.html +136 -0
  839. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-xpro.html +136 -0
  840. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-xray.html +136 -0
  841. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects.html +136 -0
  842. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glfilterapp.html +306 -0
  843. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glfilterbin.html +247 -0
  844. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glfiltercube.html +319 -0
  845. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glfilterglass.html +193 -0
  846. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glimagesink.html +213 -0
  847. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glimagesinkelement.html +472 -0
  848. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glmixerbin.html +279 -0
  849. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glmosaic.html +195 -0
  850. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gloverlay.html +473 -0
  851. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glshader.html +333 -0
  852. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glsinkbin.html +455 -0
  853. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glsrcbin.html +219 -0
  854. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glstereomix.html +265 -0
  855. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glstereosplit.html +196 -0
  856. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gltestsrc.html +323 -0
  857. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gltransformation.html +161 -0
  858. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glupload.html +178 -0
  859. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glvideomixer.html +177 -0
  860. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glvideomixerelement.html +243 -0
  861. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glviewconvert.html +277 -0
  862. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-jpegparse.html +8 -98
  863. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-kaleidoscope.html +3 -3
  864. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-liveadder.html +2 -2
  865. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-marble.html +3 -3
  866. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mimdec.html +9 -2
  867. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mimenc.html +15 -2
  868. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mirror.html +49 -7
  869. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-modplug.html +18 -2
  870. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mpeg2enc.html +47 -2
  871. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mpegpsmux.html +3 -39
  872. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mpegtsmux.html +3 -110
  873. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mplex.html +33 -2
  874. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-neonhttpsrc.html +2 -2
  875. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-ofa.html +3 -2
  876. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-openalsink.html +193 -4
  877. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-openalsrc.html +33 -3
  878. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-opencvtextoverlay.html +35 -20
  879. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-pcapparse.html +3 -3
  880. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-pinch.html +5 -5
  881. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-aiff.html +1 -1
  882. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-assrender.html +1 -1
  883. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-audiomixer.html +1 -1
  884. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-audiovisualizers.html +1 -1
  885. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-autoconvert.html +1 -1
  886. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-bayer.html +1 -1
  887. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-bs2b.html +2 -2
  888. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-bz2.html +1 -1
  889. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-camerabin.html +1 -1
  890. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-coloreffects.html +1 -1
  891. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-curl.html +1 -1
  892. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-dataurisrc.html +1 -1
  893. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-debugutilsbad.html +1 -1
  894. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-dtsdec.html +1 -1
  895. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-dvb.html +1 -1
  896. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-dvdspu.html +1 -1
  897. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-faac.html +1 -1
  898. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-faad.html +1 -1
  899. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-festival.html +1 -1
  900. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-gaudieffects.html +1 -1
  901. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-geometrictransform.html +1 -1
  902. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-gsm.html +1 -1
  903. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-jpegformat.html +1 -1
  904. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-mimic.html +1 -1
  905. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-mms.html +1 -1
  906. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-modplug.html +1 -1
  907. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-mpeg2enc.html +1 -1
  908. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-mpegpsmux.html +1 -1
  909. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-mpegtsmux.html +1 -1
  910. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-mplex.html +1 -1
  911. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-neon.html +2 -2
  912. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-ofa.html +1 -1
  913. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-openal.html +3 -3
  914. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-opencv.html +5 -9
  915. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-opengl.html +257 -0
  916. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-pcapparse.html +3 -3
  917. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-rawparse.html +22 -6
  918. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-rfbsrc.html +3 -3
  919. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-rtmp.html +3 -3
  920. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-sdp.html +11 -5
  921. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-shm.html +3 -3
  922. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-soundtouch.html +3 -3
  923. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-speed.html +3 -3
  924. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-voaacenc.html +3 -3
  925. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-voamrwbenc.html +5 -5
  926. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-webrtcdsp.html +85 -0
  927. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-zbar.html +5 -5
  928. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rawaudioparse.html +335 -0
  929. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rawvideoparse.html +372 -0
  930. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rfbsrc.html +4 -4
  931. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rtmpsink.html +21 -2
  932. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rtmpsrc.html +38 -4
  933. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-sdpdemux.html +3 -3
  934. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-shmsink.html +17 -2
  935. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-shmsrc.html +21 -2
  936. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-solarize.html +3 -3
  937. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-spacescope.html +3 -3
  938. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-spectrascope.html +3 -3
  939. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-speed.html +3 -3
  940. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-sphere.html +3 -3
  941. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-square.html +3 -3
  942. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-stretch.html +3 -3
  943. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-synaescope.html +3 -3
  944. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-templatematch.html +35 -17
  945. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-tunnel.html +3 -3
  946. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-twirl.html +5 -5
  947. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-unalignedaudioparse.html +163 -0
  948. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-unalignedvideoparse.html +163 -0
  949. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-videoparse.html +14 -10
  950. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-voaacenc.html +18 -2
  951. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-voamrwbenc.html +86 -3
  952. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-waterripple.html +3 -3
  953. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-wavescope.html +5 -5
  954. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-webrtcdsp.html +355 -0
  955. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-webrtcechoprobe.html +160 -0
  956. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-zbar.html +64 -2
  957. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/home.png +0 -0
  958. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/index.html +167 -5
  959. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/left-insensitive.png +0 -0
  960. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/left.png +0 -0
  961. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/right-insensitive.png +0 -0
  962. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/right.png +0 -0
  963. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/up-insensitive.png +0 -0
  964. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/up.png +0 -0
  965. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/api-index-full.html +128 -0
  966. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-1.0.devhelp2 +65 -0
  967. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstAudioConverter.html +1 -1
  968. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoResampler.html +13 -2
  969. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-appsink.html +115 -1
  970. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-appsrc.html +82 -6
  971. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-fdmemory.html +10 -1
  972. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudio.html +3 -5
  973. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiochannels.html +50 -1
  974. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudioencoder.html +28 -0
  975. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstcolorbalance.html +1 -1
  976. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstcolorbalancechannel.html +2 -2
  977. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstnavigation.html +1 -1
  978. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutilscodecutils.html +83 -0
  979. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpluginsbaseversion.html +2 -2
  980. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtpbuffer.html +2 -2
  981. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gststreamvolume.html +1 -1
  982. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html +994 -94
  983. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideodirection.html +139 -0
  984. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideometa.html +194 -0
  985. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideoorientation.html +3 -3
  986. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideooverlay.html +5 -5
  987. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideooverlaycomposition.html +5 -1
  988. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideoutils.html +9 -1
  989. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-libs-hierarchy.html +2 -1
  990. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-plugins-base.html +4 -0
  991. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-video.html +4 -0
  992. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/home.png +0 -0
  993. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/index.html +5 -1
  994. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/left-insensitive.png +0 -0
  995. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/left.png +0 -0
  996. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/right-insensitive.png +0 -0
  997. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/right.png +0 -0
  998. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/up-insensitive.png +0 -0
  999. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/up.png +0 -0
  1000. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/ch01.html +14 -2
  1001. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-1.0.devhelp2 +32 -62
  1002. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-alsamidisrc.html +26 -2
  1003. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-alsasink.html +24 -4
  1004. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-alsasrc.html +26 -6
  1005. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-appsink.html +36 -6
  1006. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-appsrc.html +15 -2
  1007. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-audioresample.html +31 -5
  1008. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-cdparanoiasrc.html +64 -5
  1009. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-clockoverlay.html +42 -4
  1010. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-decodebin.html +8 -8
  1011. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-decodebin3.html +251 -0
  1012. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-encodebin.html +5 -5
  1013. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-giosink.html +3 -3
  1014. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-giosrc.html +3 -3
  1015. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-giostreamsink.html +3 -3
  1016. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-giostreamsrc.html +3 -3
  1017. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-multifdsink.html +4 -194
  1018. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-multisocketsink.html +4 -194
  1019. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-oggaviparse.html +2 -2
  1020. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-oggdemux.html +22 -2
  1021. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-oggmux.html +23 -2
  1022. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-oggparse.html +2 -2
  1023. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-ogmaudioparse.html +26 -26
  1024. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-ogmtextparse.html +2 -2
  1025. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-ogmvideoparse.html +2 -2
  1026. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-opusdec.html +21 -2
  1027. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-opusenc.html +73 -10
  1028. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-parsebin.html +137 -0
  1029. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-playbin.html +67 -130
  1030. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-playbin3.html +323 -0
  1031. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-playsink.html +6 -6
  1032. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-adder.html +1 -1
  1033. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-alsa.html +1 -1
  1034. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-app.html +1 -1
  1035. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-audioconvert.html +1 -1
  1036. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-audiorate.html +1 -1
  1037. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-audioresample.html +1 -1
  1038. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-audiotestsrc.html +1 -1
  1039. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-cdparanoia.html +1 -1
  1040. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-encoding.html +1 -1
  1041. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-gio.html +1 -1
  1042. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-libvisual.html +1 -1
  1043. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-ogg.html +1 -1
  1044. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-opus.html +1 -1
  1045. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-pango.html +1 -1
  1046. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-playback.html +17 -1
  1047. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-subparse.html +1 -1
  1048. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-tcp.html +1 -1
  1049. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-theora.html +1 -1
  1050. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-typefindfunctions.html +1 -1
  1051. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-videoconvert.html +1 -1
  1052. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-videorate.html +1 -1
  1053. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-videoscale.html +1 -1
  1054. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-videotestsrc.html +1 -1
  1055. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-volume.html +1 -1
  1056. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-vorbis.html +1 -1
  1057. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-ximagesink.html +1 -1
  1058. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-xvimagesink.html +1 -1
  1059. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-socketsrc.html +2 -2
  1060. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-ssaparse.html +2 -2
  1061. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-streamsynchronizer.html +2 -2
  1062. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-subparse.html +6 -2
  1063. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-subtitleoverlay.html +3 -3
  1064. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-tcpclientsink.html +3 -3
  1065. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-tcpclientsrc.html +3 -3
  1066. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-tcpserversink.html +3 -3
  1067. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-tcpserversrc.html +3 -3
  1068. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-textoverlay.html +86 -4
  1069. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-textrender.html +162 -10
  1070. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-theoradec.html +26 -2
  1071. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-theoraenc.html +52 -8
  1072. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-theoraparse.html +51 -2
  1073. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-timeoverlay.html +46 -4
  1074. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-uridecodebin.html +12 -56
  1075. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-urisourcebin.html +111 -0
  1076. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-videoconvert.html +9 -9
  1077. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-videorate.html +3 -3
  1078. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-videoscale.html +7 -7
  1079. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-videotestsrc.html +4 -4
  1080. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-volume.html +3 -3
  1081. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-vorbisdec.html +26 -2
  1082. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-vorbisenc.html +37 -2
  1083. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-vorbisparse.html +45 -2
  1084. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-vorbistag.html +33 -2
  1085. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-ximagesink.html +119 -4
  1086. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-xvimagesink.html +150 -7
  1087. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/home.png +0 -0
  1088. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/index.html +15 -3
  1089. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/left-insensitive.png +0 -0
  1090. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/left.png +0 -0
  1091. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/right-insensitive.png +0 -0
  1092. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/right.png +0 -0
  1093. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/up-insensitive.png +0 -0
  1094. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/up.png +0 -0
  1095. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/ch01.html +254 -17
  1096. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-1.0.devhelp2 +343 -97
  1097. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-3gppmux.html +1 -1
  1098. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-aasink.html +32 -2
  1099. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-alawenc.html +9 -2
  1100. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-apev2mux.html +38 -2
  1101. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-aspectratiocrop.html +2 -2
  1102. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-asteriskh263.html +155 -0
  1103. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audioamplify.html +5 -5
  1104. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiochebband.html +3 -3
  1105. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiocheblimit.html +3 -3
  1106. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiodynamic.html +3 -3
  1107. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audioecho.html +3 -3
  1108. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiofirfilter.html +3 -3
  1109. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audioiirfilter.html +3 -3
  1110. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audioinvert.html +3 -3
  1111. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiokaraoke.html +3 -3
  1112. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiopanorama.html +39 -7
  1113. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiowsincband.html +3 -3
  1114. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiowsinclimit.html +3 -3
  1115. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-auparse.html +2 -2
  1116. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-autoaudiosink.html +3 -3
  1117. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-autoaudiosrc.html +3 -3
  1118. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-autovideosink.html +3 -3
  1119. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-autovideosrc.html +3 -3
  1120. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-avidemux.html +27 -27
  1121. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-avimux.html +7 -3
  1122. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-avisubtitle.html +5 -5
  1123. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-breakmydata.html +131 -0
  1124. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-cacasink.html +35 -4
  1125. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-cairooverlay.html +196 -8
  1126. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-capssetter.html +4 -4
  1127. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-cpureport.html +156 -0
  1128. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-cutter.html +5 -5
  1129. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-dcaparse.html +3 -3
  1130. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-deinterlace.html +202 -15
  1131. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-deinterleave.html +3 -3
  1132. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-dicetv.html +3 -3
  1133. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-directsoundsink.html +33 -2
  1134. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-dtmfsrc.html +2 -2
  1135. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-dv1394src.html +19 -3
  1136. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-dvdec.html +21 -2
  1137. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-dvdemux.html +22 -4
  1138. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-dynudpsink.html +243 -0
  1139. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-edgetv.html +5 -5
  1140. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-equalizer-10bands.html +4 -4
  1141. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-equalizer-3bands.html +4 -4
  1142. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-equalizer-nbands.html +5 -5
  1143. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-flacdec.html +33 -2
  1144. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-flacenc.html +45 -2
  1145. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-flacparse.html +3 -3
  1146. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-flactag.html +29 -2
  1147. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-flvdemux.html +3 -3
  1148. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-flvmux.html +3 -3
  1149. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-flxdec.html +2 -2
  1150. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-gamma.html +5 -5
  1151. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-gdkpixbufdec.html +239 -0
  1152. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-gdkpixbufoverlay.html +341 -0
  1153. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-gdkpixbufsink.html +79 -4
  1154. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-goom.html +3 -3
  1155. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-goom2k1.html +3 -3
  1156. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-hdv1394src.html +29 -3
  1157. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-icydemux.html +3 -3
  1158. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-id3demux.html +3 -3
  1159. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-id3v2mux.html +42 -4
  1160. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/{GstIirEqualizer.html → gst-plugins-good-plugins-iirequalizer.html} +21 -21
  1161. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-imagefreeze.html +5 -5
  1162. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-interleave.html +3 -3
  1163. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-ismlmux.html +4 -4
  1164. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-jackaudiosink.html +41 -5
  1165. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-jackaudiosrc.html +37 -4
  1166. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-jpegdec.html +23 -3
  1167. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-jpegenc.html +18 -2
  1168. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-level.html +3 -3
  1169. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-matroskademux.html +3 -3
  1170. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-matroskamux.html +35 -21
  1171. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-matroskaparse.html +202 -0
  1172. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-mj2mux.html +6 -6
  1173. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-monoscope.html +3 -3
  1174. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-mp4mux.html +4 -4
  1175. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-mpegaudioparse.html +3 -3
  1176. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-mulawdec.html +2 -2
  1177. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-mulawenc.html +11 -4
  1178. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-multifilesink.html +3 -3
  1179. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-multifilesrc.html +3 -3
  1180. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-multipartdemux.html +3 -3
  1181. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-multipartmux.html +3 -3
  1182. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-multiudpsink.html +4 -4
  1183. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-navigationtest.html +157 -0
  1184. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-navseek.html +183 -0
  1185. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-optv.html +5 -5
  1186. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-oss4sink.html +35 -2
  1187. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-oss4src.html +20 -2
  1188. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-osssink.html +33 -2
  1189. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-osssrc.html +19 -2
  1190. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-osxaudiosink.html +17 -2
  1191. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-osxaudiosrc.html +17 -2
  1192. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-osxvideosink.html +2 -2
  1193. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-1394.html +1 -1
  1194. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-aasink.html +1 -1
  1195. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-alaw.html +1 -1
  1196. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-alpha.html +1 -1
  1197. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-alphacolor.html +1 -1
  1198. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-apetag.html +1 -1
  1199. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-audiofx.html +1 -1
  1200. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-audioparsers.html +1 -1
  1201. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-auparse.html +1 -1
  1202. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-autodetect.html +1 -1
  1203. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-avi.html +1 -1
  1204. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-cacasink.html +1 -1
  1205. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-cairo.html +1 -1
  1206. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-cutter.html +1 -1
  1207. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-debug.html +7 -7
  1208. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-deinterlace.html +1 -1
  1209. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-dtmf.html +1 -1
  1210. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-dv.html +1 -1
  1211. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-effectv.html +1 -1
  1212. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-equalizer.html +1 -1
  1213. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-flac.html +1 -1
  1214. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-flv.html +1 -1
  1215. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-flxdec.html +1 -1
  1216. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-gdkpixbuf.html +3 -3
  1217. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-goom.html +1 -1
  1218. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-goom2k1.html +1 -1
  1219. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-icydemux.html +1 -1
  1220. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-id3demux.html +1 -1
  1221. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-imagefreeze.html +1 -1
  1222. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-interleave.html +1 -1
  1223. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-isomp4.html +2 -2
  1224. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-jack.html +1 -1
  1225. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-jpeg.html +1 -1
  1226. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-level.html +1 -1
  1227. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-matroska.html +2 -2
  1228. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-mulaw.html +1 -1
  1229. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-multifile.html +1 -1
  1230. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-multipart.html +1 -1
  1231. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-navigationtest.html +2 -2
  1232. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-oss4.html +1 -1
  1233. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-ossaudio.html +1 -1
  1234. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-png.html +1 -1
  1235. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-pulseaudio.html +1 -1
  1236. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-replaygain.html +1 -1
  1237. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-rtp.html +72 -72
  1238. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-rtpmanager.html +2 -2
  1239. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-rtsp.html +1 -1
  1240. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-shapewipe.html +1 -1
  1241. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-shout2send.html +1 -1
  1242. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-smpte.html +1 -1
  1243. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-soup.html +2 -2
  1244. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-spectrum.html +1 -1
  1245. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-speex.html +1 -1
  1246. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-taglib.html +1 -1
  1247. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-udp.html +2 -2
  1248. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-video4linux2.html +1 -1
  1249. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-videobox.html +1 -1
  1250. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-videocrop.html +1 -1
  1251. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-videofilter.html +2 -2
  1252. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-videomixer.html +1 -1
  1253. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-vpx.html +3 -3
  1254. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-wavenc.html +1 -1
  1255. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-wavpack.html +1 -1
  1256. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-wavparse.html +1 -1
  1257. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-ximagesrc.html +1 -1
  1258. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-y4menc.html +2 -3
  1259. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-pngdec.html +4 -2
  1260. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-pngenc.html +3 -2
  1261. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-progressreport.html +3 -3
  1262. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-pulsesink.html +68 -3
  1263. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-pulsesrc.html +51 -9
  1264. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-pushfilesrc.html +275 -0
  1265. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-qtdemux.html +5 -5
  1266. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-qtmoovrecover.html +6 -57
  1267. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-qtmux.html +4 -4
  1268. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-quarktv.html +3 -3
  1269. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-radioactv.html +3 -3
  1270. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-revtv.html +3 -3
  1271. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rganalysis.html +4 -4
  1272. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rglimiter.html +3 -3
  1273. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rgvolume.html +3 -3
  1274. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rippletv.html +5 -5
  1275. data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-pyramidsegment.html → gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rndbuffersize.html} +23 -22
  1276. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpL16depay.html +3 -3
  1277. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpL16pay.html +5 -5
  1278. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpL24depay.html +177 -0
  1279. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpL24pay.html +178 -0
  1280. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpac3depay.html +5 -5
  1281. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpac3pay.html +3 -3
  1282. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpamrdepay.html +3 -3
  1283. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpamrpay.html +3 -3
  1284. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpbin.html +39 -109
  1285. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpbvdepay.html +31 -3
  1286. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpbvpay.html +34 -5
  1287. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpceltdepay.html +156 -0
  1288. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpceltpay.html +156 -0
  1289. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpdec.html +4 -4
  1290. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpdtmfdepay.html +2 -2
  1291. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpdtmfmux.html +2 -2
  1292. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpdtmfsrc.html +4 -4
  1293. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpdvdepay.html +156 -0
  1294. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpdvpay.html +182 -0
  1295. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpg722depay.html +160 -0
  1296. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpg722pay.html +161 -0
  1297. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpg723depay.html +160 -0
  1298. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpg723pay.html +160 -0
  1299. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpg726depay.html +182 -0
  1300. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpg726pay.html +183 -0
  1301. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpg729depay.html +160 -0
  1302. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpg729pay.html +160 -0
  1303. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpgsmdepay.html +160 -0
  1304. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpgsmpay.html +160 -0
  1305. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpgstdepay.html +156 -0
  1306. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpgstpay.html +183 -0
  1307. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtph261depay.html +5 -5
  1308. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtph261pay.html +5 -5
  1309. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtph263depay.html +160 -0
  1310. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtph263pay.html +186 -0
  1311. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtph263pdepay.html +160 -0
  1312. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtph263ppay.html +186 -0
  1313. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtph264depay.html +160 -0
  1314. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtph264pay.html +203 -0
  1315. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtph265depay.html +156 -0
  1316. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtph265pay.html +203 -0
  1317. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpilbcdepay.html +182 -0
  1318. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpilbcpay.html +157 -0
  1319. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpj2kdepay.html +164 -0
  1320. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpj2kpay.html +14 -11
  1321. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpjitterbuffer.html +72 -8
  1322. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpjpegdepay.html +160 -0
  1323. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpjpegpay.html +4 -4
  1324. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpklvdepay.html +3 -3
  1325. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpklvpay.html +3 -3
  1326. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmp1sdepay.html +160 -0
  1327. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmp2tdepay.html +186 -0
  1328. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmp2tpay.html +160 -0
  1329. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmp4adepay.html +156 -0
  1330. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmp4apay.html +156 -0
  1331. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmp4gdepay.html +160 -0
  1332. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmp4gpay.html +160 -0
  1333. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmp4vdepay.html +156 -0
  1334. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmp4vpay.html +187 -0
  1335. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmpadepay.html +160 -0
  1336. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmpapay.html +160 -0
  1337. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmparobustdepay.html +160 -0
  1338. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmpvdepay.html +160 -0
  1339. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmpvpay.html +160 -0
  1340. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmux.html +7 -7
  1341. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpopusdepay.html +7 -7
  1342. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpopuspay.html +7 -7
  1343. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtppcmadepay.html +160 -0
  1344. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtppcmapay.html +161 -0
  1345. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtppcmudepay.html +160 -0
  1346. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtppcmupay.html +161 -0
  1347. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpptdemux.html +7 -7
  1348. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpqcelpdepay.html +160 -0
  1349. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpqdm2depay.html +156 -0
  1350. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtprtxqueue.html +197 -0
  1351. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtprtxreceive.html +5 -5
  1352. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtprtxsend.html +4 -4
  1353. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpsbcdepay.html +156 -0
  1354. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpsbcpay.html +4 -4
  1355. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpsession.html +5 -5
  1356. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpsirendepay.html +156 -0
  1357. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpsirenpay.html +157 -0
  1358. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpspeexdepay.html +156 -0
  1359. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpspeexpay.html +156 -0
  1360. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpssrcdemux.html +7 -7
  1361. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpstreamdepay.html +198 -0
  1362. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpstreampay.html +197 -0
  1363. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpsv3vdepay.html +156 -0
  1364. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtptheoradepay.html +156 -0
  1365. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtptheorapay.html +183 -0
  1366. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpvorbisdepay.html +156 -0
  1367. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpvorbispay.html +183 -0
  1368. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpvp8depay.html +156 -0
  1369. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpvp8pay.html +182 -0
  1370. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpvp9depay.html +156 -0
  1371. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpvp9pay.html +182 -0
  1372. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpvrawdepay.html +156 -0
  1373. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpvrawpay.html +183 -0
  1374. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpxqtdepay.html +156 -0
  1375. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtspsrc.html +19 -6
  1376. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-sbcparse.html +2 -2
  1377. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-scaletempo.html +3 -3
  1378. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-shagadelictv.html +3 -3
  1379. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-shapewipe.html +3 -3
  1380. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-shout2send.html +22 -4
  1381. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-smpte.html +5 -5
  1382. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-smptealpha.html +5 -5
  1383. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-souphttpclientsink.html +324 -0
  1384. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-souphttpsrc.html +82 -4
  1385. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-spectrum.html +3 -3
  1386. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-speexdec.html +25 -2
  1387. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-speexenc.html +24 -2
  1388. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-splitfilesrc.html +3 -3
  1389. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-splitmuxsink.html +16 -3
  1390. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-splitmuxsrc.html +59 -4
  1391. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-streaktv.html +3 -3
  1392. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-taginject.html +5 -5
  1393. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-testsink.html +104 -0
  1394. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-udpsink.html +5 -5
  1395. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-udpsrc.html +16 -3
  1396. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-v4l2radio.html +23 -2
  1397. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-v4l2sink.html +38 -2
  1398. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-v4l2src.html +89 -14
  1399. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-vertigotv.html +3 -3
  1400. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-videobalance.html +3 -3
  1401. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-videobox.html +63 -6
  1402. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-videocrop.html +3 -3
  1403. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-videoflip.html +14 -7
  1404. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-videomedian.html +230 -0
  1405. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-videomixer.html +120 -8
  1406. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-vp8dec.html +25 -2
  1407. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-vp8enc.html +35 -4
  1408. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-vp9dec.html +263 -0
  1409. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-vp9enc.html +810 -0
  1410. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-warptv.html +5 -5
  1411. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-waveformsink.html +33 -2
  1412. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-wavenc.html +3 -3
  1413. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-wavpackdec.html +21 -2
  1414. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-wavpackenc.html +44 -2
  1415. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-wavpackparse.html +3 -3
  1416. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-wavparse.html +27 -27
  1417. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-webmmux.html +3 -3
  1418. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-ximagesrc.html +34 -10
  1419. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-y4menc.html +3 -3
  1420. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/home.png +0 -0
  1421. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/index.html +255 -27
  1422. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/left-insensitive.png +0 -0
  1423. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/left.png +0 -0
  1424. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/right-insensitive.png +0 -0
  1425. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/right.png +0 -0
  1426. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/up-insensitive.png +0 -0
  1427. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/up.png +0 -0
  1428. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstAllocator.html +1 -1
  1429. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstBin.html +131 -2
  1430. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstBuffer.html +148 -11
  1431. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstBufferList.html +2 -2
  1432. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstBufferPool.html +2 -2
  1433. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstBus.html +1 -1
  1434. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstCaps.html +10 -10
  1435. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstCapsFeatures.html +23 -23
  1436. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstChildProxy.html +1 -1
  1437. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstClock.html +8 -8
  1438. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstContext.html +7 -7
  1439. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstControlSource.html +1 -1
  1440. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstDateTime.html +1 -1
  1441. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstDeviceProviderFactory.html +11 -11
  1442. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstElement.html +544 -5
  1443. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstEvent.html +366 -11
  1444. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstGhostPad.html +1 -2
  1445. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstMemory.html +5 -5
  1446. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstMessage.html +1055 -98
  1447. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstObject.html +15 -4
  1448. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPad.html +168 -14
  1449. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPadTemplate.html +3 -5
  1450. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPipeline.html +4 -4
  1451. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPlugin.html +2 -2
  1452. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPluginFeature.html +1 -1
  1453. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPreset.html +2 -2
  1454. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstQuery.html +31 -29
  1455. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstSample.html +4 -4
  1456. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstSegment.html +12 -12
  1457. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstStructure.html +7 -7
  1458. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstSystemClock.html +1 -1
  1459. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTagList.html +6 -6
  1460. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTagSetter.html +1 -1
  1461. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstToc.html +5 -5
  1462. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTracerFactory.html +2 -2
  1463. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTracerRecord.html +1 -1
  1464. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/annotation-glossary.html +2 -2
  1465. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gst-running.html +4 -2
  1466. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-1.0.devhelp2 +99 -8
  1467. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstConfig.html +0 -24
  1468. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstDevice.html +11 -11
  1469. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstDeviceMonitor.html +20 -16
  1470. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstDeviceProvider.html +15 -15
  1471. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstInfo.html +26 -15
  1472. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstMeta.html +2 -2
  1473. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstMiniObject.html +9 -0
  1474. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstParse.html +13 -2
  1475. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstPoll.html +17 -8
  1476. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstProtectionMeta.html +4 -4
  1477. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstStream.html +656 -0
  1478. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstStreamCollection.html +327 -0
  1479. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstUri.html +38 -38
  1480. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstUriHandler.html +1 -1
  1481. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstUtils.html +2 -2
  1482. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstValue.html +9 -9
  1483. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstVersion.html +2 -2
  1484. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-hierarchy.html +4 -4
  1485. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/home.png +0 -0
  1486. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/index.html +15 -7
  1487. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix01.html +272 -8
  1488. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix02.html +1 -1
  1489. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix03.html +69 -218
  1490. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix04.html +31 -229
  1491. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix05.html +408 -7
  1492. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix06.html +84 -99
  1493. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix07.html +7 -7
  1494. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix08.html +322 -7
  1495. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix09.html +34 -0
  1496. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix10.html +34 -0
  1497. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/left-insensitive.png +0 -0
  1498. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/left.png +0 -0
  1499. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/libgstreamer.html +6 -0
  1500. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/right-insensitive.png +0 -0
  1501. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/right.png +0 -0
  1502. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/up-insensitive.png +0 -0
  1503. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/up.png +0 -0
  1504. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstAdapter.html +191 -9
  1505. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstBaseParse.html +2 -2
  1506. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstBaseSink.html +5 -7
  1507. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstBaseSrc.html +3 -5
  1508. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstBaseTransform.html +2 -2
  1509. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstCollectPads.html +19 -17
  1510. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstDirectControlBinding.html +10 -5
  1511. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstNetClientClock.html +1 -1
  1512. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstPtpClock.html +7 -7
  1513. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstTestClock.html +34 -19
  1514. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstTimedValueControlSource.html +3 -3
  1515. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/annotation-glossary.html +2 -2
  1516. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-1.0.devhelp2 +12 -4
  1517. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstByteReader.html +4 -4
  1518. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstByteWriter.html +5 -2
  1519. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstCheck.html +14 -14
  1520. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstDataQueue.html +12 -12
  1521. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstFlowCombiner.html +10 -10
  1522. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstHarness.html +82 -87
  1523. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstQueueArray.html +13 -13
  1524. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstTypeFindHelper.html +1 -1
  1525. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/home.png +0 -0
  1526. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/index.html +7 -5
  1527. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/ix01.html +24 -0
  1528. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/ix02.html +1 -1
  1529. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/ix03.html +8 -463
  1530. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/ix04.html +11 -72
  1531. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/ix05.html +317 -57
  1532. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/ix06.html +88 -8
  1533. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/ix07.html +241 -0
  1534. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/ix08.html +34 -0
  1535. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/left-insensitive.png +0 -0
  1536. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/left.png +0 -0
  1537. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/right-insensitive.png +0 -0
  1538. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/right.png +0 -0
  1539. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/up-insensitive.png +0 -0
  1540. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/up.png +0 -0
  1541. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-1.0.devhelp2 +4 -0
  1542. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-multiqueue.html +42 -1
  1543. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-plugin-coreelements.html +1 -1
  1544. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-queue2.html +31 -3
  1545. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/home.png +0 -0
  1546. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/index.html +1 -1
  1547. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/left-insensitive.png +0 -0
  1548. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/left.png +0 -0
  1549. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/right-insensitive.png +0 -0
  1550. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/right.png +0 -0
  1551. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/up-insensitive.png +0 -0
  1552. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/up.png +0 -0
  1553. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAddress.html +63 -63
  1554. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuth.html +40 -40
  1555. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuthDomain.html +44 -44
  1556. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuthDomainBasic.html +13 -13
  1557. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuthDomainDigest.html +10 -10
  1558. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuthManager.html +6 -6
  1559. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCache.html +8 -8
  1560. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupContentDecoder.html +1 -1
  1561. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupContentSniffer.html +6 -6
  1562. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCookie.html +47 -47
  1563. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCookieJar.html +25 -25
  1564. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCookieJarDB.html +8 -8
  1565. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCookieJarText.html +7 -7
  1566. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupLogger.html +68 -22
  1567. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMessage.html +88 -88
  1568. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMessageBody.html +42 -42
  1569. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMessageHeaders.html +55 -55
  1570. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMultipart.html +6 -6
  1571. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMultipartInputStream.html +30 -30
  1572. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupProxyResolverDefault.html +5 -5
  1573. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupRequest.html +25 -25
  1574. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupRequestData.html +2 -2
  1575. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupRequestFile.html +6 -6
  1576. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupRequestHTTP.html +2 -2
  1577. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupServer.html +131 -131
  1578. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSession.html +183 -183
  1579. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSessionAsync.html +1 -1
  1580. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSessionFeature.html +2 -2
  1581. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSessionSync.html +1 -1
  1582. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSocket.html +93 -93
  1583. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupURI.html +50 -50
  1584. data/vendor/local/share/gtk-doc/html/libsoup-2.4/index.sgml +5 -0
  1585. data/vendor/local/share/gtk-doc/html/libsoup-2.4/ix01.html +6 -0
  1586. data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-HTML-Form-Support.html +20 -20
  1587. data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-Soup-Miscellaneous-Utilities.html +113 -113
  1588. data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-SoupServer-deprecated-API.html +18 -18
  1589. data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-Top-Level-Domain-utils.html +8 -8
  1590. data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-Version-Information.html +15 -15
  1591. data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-WebSockets.html +63 -48
  1592. data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-XMLRPC-Support.html +54 -54
  1593. data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-soup-status.html +11 -11
  1594. data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4.devhelp2 +3 -0
  1595. data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-client-howto.html +9 -9
  1596. data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-request-howto.html +4 -4
  1597. data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-server-howto.html +9 -9
  1598. data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-session-porting.html +4 -4
  1599. data/vendor/local/share/license/libav/LICENSE.md +35 -27
  1600. data/vendor/local/share/locale/af/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1601. data/vendor/local/share/locale/af/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1602. data/vendor/local/share/locale/af/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1603. data/vendor/local/share/locale/af/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1604. data/vendor/local/share/locale/az/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1605. data/vendor/local/share/locale/az/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1606. data/vendor/local/share/locale/az/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1607. data/vendor/local/share/locale/az/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1608. data/vendor/local/share/locale/be/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1609. data/vendor/local/share/locale/bg/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1610. data/vendor/local/share/locale/bg/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1611. data/vendor/local/share/locale/bg/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1612. data/vendor/local/share/locale/bg/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1613. data/vendor/local/share/locale/bn_IN/LC_MESSAGES/libsoup.mo +0 -0
  1614. data/vendor/local/share/locale/ca/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1615. data/vendor/local/share/locale/ca/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1616. data/vendor/local/share/locale/ca/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1617. data/vendor/local/share/locale/ca/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1618. data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/libsoup.mo +0 -0
  1619. data/vendor/local/share/locale/cs/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1620. data/vendor/local/share/locale/cs/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1621. data/vendor/local/share/locale/cs/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1622. data/vendor/local/share/locale/cs/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1623. data/vendor/local/share/locale/da/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1624. data/vendor/local/share/locale/da/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1625. data/vendor/local/share/locale/da/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1626. data/vendor/local/share/locale/da/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1627. data/vendor/local/share/locale/de/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1628. data/vendor/local/share/locale/de/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1629. data/vendor/local/share/locale/de/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1630. data/vendor/local/share/locale/de/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1631. data/vendor/local/share/locale/el/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1632. data/vendor/local/share/locale/el/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1633. data/vendor/local/share/locale/el/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1634. data/vendor/local/share/locale/el/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1635. data/vendor/local/share/locale/el/LC_MESSAGES/libsoup.mo +0 -0
  1636. data/vendor/local/share/locale/en_GB/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1637. data/vendor/local/share/locale/en_GB/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1638. data/vendor/local/share/locale/en_GB/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1639. data/vendor/local/share/locale/en_GB/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1640. data/vendor/local/share/locale/en_GB/LC_MESSAGES/libsoup.mo +0 -0
  1641. data/vendor/local/share/locale/eo/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1642. data/vendor/local/share/locale/eo/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1643. data/vendor/local/share/locale/eo/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1644. data/vendor/local/share/locale/eo/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1645. data/vendor/local/share/locale/es/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1646. data/vendor/local/share/locale/es/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1647. data/vendor/local/share/locale/es/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1648. data/vendor/local/share/locale/es/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1649. data/vendor/local/share/locale/es/LC_MESSAGES/libsoup.mo +0 -0
  1650. data/vendor/local/share/locale/eu/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1651. data/vendor/local/share/locale/eu/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1652. data/vendor/local/share/locale/eu/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1653. data/vendor/local/share/locale/eu/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1654. data/vendor/local/share/locale/fi/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1655. data/vendor/local/share/locale/fi/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1656. data/vendor/local/share/locale/fi/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1657. data/vendor/local/share/locale/fi/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1658. data/vendor/local/share/locale/fr/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1659. data/vendor/local/share/locale/fr/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1660. data/vendor/local/share/locale/fr/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1661. data/vendor/local/share/locale/fr/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1662. data/vendor/local/share/locale/gd/LC_MESSAGES/libsoup.mo +0 -0
  1663. data/vendor/local/share/locale/gl/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1664. data/vendor/local/share/locale/gl/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1665. data/vendor/local/share/locale/gl/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1666. data/vendor/local/share/locale/gl/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1667. data/vendor/local/share/locale/hr/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1668. data/vendor/local/share/locale/hr/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1669. data/vendor/local/share/locale/hr/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1670. data/vendor/local/share/locale/hr/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1671. data/vendor/local/share/locale/hu/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1672. data/vendor/local/share/locale/hu/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1673. data/vendor/local/share/locale/hu/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1674. data/vendor/local/share/locale/hu/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1675. data/vendor/local/share/locale/id/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1676. data/vendor/local/share/locale/id/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1677. data/vendor/local/share/locale/id/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1678. data/vendor/local/share/locale/id/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1679. data/vendor/local/share/locale/it/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1680. data/vendor/local/share/locale/it/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1681. data/vendor/local/share/locale/it/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1682. data/vendor/local/share/locale/it/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1683. data/vendor/local/share/locale/ja/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1684. data/vendor/local/share/locale/ja/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1685. data/vendor/local/share/locale/ja/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1686. data/vendor/local/share/locale/ja/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1687. data/vendor/local/share/locale/ky/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1688. data/vendor/local/share/locale/lt/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1689. data/vendor/local/share/locale/lt/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1690. data/vendor/local/share/locale/lt/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1691. data/vendor/local/share/locale/lt/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1692. data/vendor/local/share/locale/lv/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1693. data/vendor/local/share/locale/lv/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1694. data/vendor/local/share/locale/lv/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1695. data/vendor/local/share/locale/mt/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1696. data/vendor/local/share/locale/mt/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1697. data/vendor/local/share/locale/nb/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1698. data/vendor/local/share/locale/nb/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1699. data/vendor/local/share/locale/nb/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1700. data/vendor/local/share/locale/nb/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1701. data/vendor/local/share/locale/nb/LC_MESSAGES/libsoup.mo +0 -0
  1702. data/vendor/local/share/locale/nl/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1703. data/vendor/local/share/locale/nl/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1704. data/vendor/local/share/locale/nl/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1705. data/vendor/local/share/locale/nl/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1706. data/vendor/local/share/locale/oc/LC_MESSAGES/libsoup.mo +0 -0
  1707. data/vendor/local/share/locale/or/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1708. data/vendor/local/share/locale/or/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1709. data/vendor/local/share/locale/or/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1710. data/vendor/local/share/locale/pl/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1711. data/vendor/local/share/locale/pl/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1712. data/vendor/local/share/locale/pl/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1713. data/vendor/local/share/locale/pl/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1714. data/vendor/local/share/locale/pl/LC_MESSAGES/libsoup.mo +0 -0
  1715. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1716. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1717. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1718. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1719. data/vendor/local/share/locale/ro/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1720. data/vendor/local/share/locale/ro/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1721. data/vendor/local/share/locale/ro/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1722. data/vendor/local/share/locale/ro/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1723. data/vendor/local/share/locale/ru/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1724. data/vendor/local/share/locale/ru/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1725. data/vendor/local/share/locale/ru/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1726. data/vendor/local/share/locale/ru/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1727. data/vendor/local/share/locale/rw/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1728. data/vendor/local/share/locale/sk/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1729. data/vendor/local/share/locale/sk/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1730. data/vendor/local/share/locale/sk/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1731. data/vendor/local/share/locale/sk/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1732. data/vendor/local/share/locale/sl/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1733. data/vendor/local/share/locale/sl/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1734. data/vendor/local/share/locale/sl/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1735. data/vendor/local/share/locale/sl/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1736. data/vendor/local/share/locale/sq/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1737. data/vendor/local/share/locale/sq/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1738. data/vendor/local/share/locale/sq/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1739. data/vendor/local/share/locale/sq/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1740. data/vendor/local/share/locale/sr/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1741. data/vendor/local/share/locale/sr/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1742. data/vendor/local/share/locale/sr/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1743. data/vendor/local/share/locale/sr/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1744. data/vendor/local/share/locale/sr@latin/LC_MESSAGES/libsoup.mo +0 -0
  1745. data/vendor/local/share/locale/sv/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1746. data/vendor/local/share/locale/sv/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1747. data/vendor/local/share/locale/sv/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1748. data/vendor/local/share/locale/sv/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1749. data/vendor/local/share/locale/tg/LC_MESSAGES/libsoup.mo +0 -0
  1750. data/vendor/local/share/locale/tr/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1751. data/vendor/local/share/locale/tr/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1752. data/vendor/local/share/locale/tr/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1753. data/vendor/local/share/locale/tr/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1754. data/vendor/local/share/locale/ug/LC_MESSAGES/libsoup.mo +0 -0
  1755. data/vendor/local/share/locale/uk/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1756. data/vendor/local/share/locale/uk/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1757. data/vendor/local/share/locale/uk/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1758. data/vendor/local/share/locale/uk/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1759. data/vendor/local/share/locale/vi/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1760. data/vendor/local/share/locale/vi/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1761. data/vendor/local/share/locale/vi/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1762. data/vendor/local/share/locale/vi/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1763. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1764. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1765. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1766. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1767. data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1768. data/vendor/local/share/locale/zh_HK/LC_MESSAGES/libsoup.mo +0 -0
  1769. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1770. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1771. data/vendor/local/share/man/man1/gst-launch-1.0.1 +26 -26
  1772. metadata +178 -18
  1773. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/ch03.html +0 -37
  1774. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-GstVideoMixerPad.html +0 -47
  1775. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-smokedec.html +0 -87
  1776. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-smokeenc.html +0 -87
@@ -91,6 +91,18 @@ last seen timestamp and the amount of bytes since. Additionally, the
91
91
  gst_adapter_prev_pts_at_offset() can be used to determine the last
92
92
  seen timestamp at a particular offset in the adapter.
93
93
 
94
+ The adapter will also keep track of the offset of the buffers
95
+ (#GST_BUFFER_OFFSET) that were pushed. The last seen offset before the
96
+ current position can be queried with gst_adapter_prev_offset(). This function
97
+ can optionally return the number of bytes between the start of the buffer
98
+ that carried the offset and the current adapter position.
99
+
100
+ Additionally the adapter also keeps track of the PTS, DTS and buffer offset
101
+ at the last discontinuity, which can be retrieved with
102
+ gst_adapter_pts_at_discont(), gst_adapter_dts_at_discont() and
103
+ gst_adapter_offset_at_discont(). The number of bytes that were consumed
104
+ since then can be queried with gst_adapter_distance_from_discont().
105
+
94
106
  A last thing to note is that while #GstAdapter is pretty optimized,
95
107
  merging buffers still might be an operation that requires a malloc() and
96
108
  memcpy() operation, and these operations are not the fastest. Because of
@@ -226,6 +238,33 @@ the value of the @size argument an empty #GBytes structure may be returned.</doc
226
238
  </parameter>
227
239
  </parameters>
228
240
  </method>
241
+ <method name="distance_from_discont"
242
+ c:identifier="gst_adapter_distance_from_discont">
243
+ <return-value transfer-ownership="none">
244
+ <type name="guint64" c:type="guint64"/>
245
+ </return-value>
246
+ <parameters>
247
+ <instance-parameter name="adapter" transfer-ownership="none">
248
+ <type name="Adapter" c:type="GstAdapter*"/>
249
+ </instance-parameter>
250
+ </parameters>
251
+ </method>
252
+ <method name="dts_at_discont"
253
+ c:identifier="gst_adapter_dts_at_discont"
254
+ version="1.10">
255
+ <doc xml:space="preserve">Get the DTS that was on the last buffer with the GST_BUFFER_FLAG_DISCONT
256
+ flag, or GST_CLOCK_TIME_NONE.</doc>
257
+ <return-value transfer-ownership="none">
258
+ <doc xml:space="preserve">The DTS at the last discont or GST_CLOCK_TIME_NONE.</doc>
259
+ <type name="Gst.ClockTime" c:type="GstClockTime"/>
260
+ </return-value>
261
+ <parameters>
262
+ <instance-parameter name="adapter" transfer-ownership="none">
263
+ <doc xml:space="preserve">a #GstAdapter</doc>
264
+ <type name="Adapter" c:type="GstAdapter*"/>
265
+ </instance-parameter>
266
+ </parameters>
267
+ </method>
229
268
  <method name="flush" c:identifier="gst_adapter_flush">
230
269
  <doc xml:space="preserve">Flushes the first @flush bytes in the @adapter. The caller must ensure that
231
270
  at least this many bytes are available.
@@ -501,6 +540,22 @@ enough data (offset+size bytes) in the adapter.</doc>
501
540
  </parameter>
502
541
  </parameters>
503
542
  </method>
543
+ <method name="offset_at_discont"
544
+ c:identifier="gst_adapter_offset_at_discont"
545
+ version="1.10">
546
+ <doc xml:space="preserve">Get the offset that was on the last buffer with the GST_BUFFER_FLAG_DISCONT
547
+ flag, or GST_BUFFER_OFFSET_NONE.</doc>
548
+ <return-value transfer-ownership="none">
549
+ <doc xml:space="preserve">The offset at the last discont or GST_BUFFER_OFFSET_NONE.</doc>
550
+ <type name="guint64" c:type="guint64"/>
551
+ </return-value>
552
+ <parameters>
553
+ <instance-parameter name="adapter" transfer-ownership="none">
554
+ <doc xml:space="preserve">a #GstAdapter</doc>
555
+ <type name="Adapter" c:type="GstAdapter*"/>
556
+ </instance-parameter>
557
+ </parameters>
558
+ </method>
504
559
  <method name="prev_dts" c:identifier="gst_adapter_prev_dts">
505
560
  <doc xml:space="preserve">Get the dts that was before the current byte in the adapter. When
506
561
  @distance is given, the amount of bytes between the dts and the current
@@ -565,6 +620,37 @@ and distance returned are GST_CLOCK_TIME_NONE and 0 respectively.</doc>
565
620
  </parameter>
566
621
  </parameters>
567
622
  </method>
623
+ <method name="prev_offset"
624
+ c:identifier="gst_adapter_prev_offset"
625
+ version="1.10">
626
+ <doc xml:space="preserve">Get the offset that was before the current byte in the adapter. When
627
+ @distance is given, the amount of bytes between the offset and the current
628
+ position is returned.
629
+
630
+ The offset is reset to GST_BUFFER_OFFSET_NONE and the distance is set to 0
631
+ when the adapter is first created or when it is cleared. This also means that
632
+ before the first byte with an offset is removed from the adapter, the offset
633
+ and distance returned are GST_BUFFER_OFFSET_NONE and 0 respectively.</doc>
634
+ <return-value transfer-ownership="none">
635
+ <doc xml:space="preserve">The previous seen offset.</doc>
636
+ <type name="guint64" c:type="guint64"/>
637
+ </return-value>
638
+ <parameters>
639
+ <instance-parameter name="adapter" transfer-ownership="none">
640
+ <doc xml:space="preserve">a #GstAdapter</doc>
641
+ <type name="Adapter" c:type="GstAdapter*"/>
642
+ </instance-parameter>
643
+ <parameter name="distance"
644
+ direction="out"
645
+ caller-allocates="0"
646
+ transfer-ownership="full"
647
+ optional="1"
648
+ allow-none="1">
649
+ <doc xml:space="preserve">pointer to a location for distance, or %NULL</doc>
650
+ <type name="guint64" c:type="guint64*"/>
651
+ </parameter>
652
+ </parameters>
653
+ </method>
568
654
  <method name="prev_pts" c:identifier="gst_adapter_prev_pts">
569
655
  <doc xml:space="preserve">Get the pts that was before the current byte in the adapter. When
570
656
  @distance is given, the amount of bytes between the pts and the current
@@ -629,6 +715,22 @@ and distance returned are GST_CLOCK_TIME_NONE and 0 respectively.</doc>
629
715
  </parameter>
630
716
  </parameters>
631
717
  </method>
718
+ <method name="pts_at_discont"
719
+ c:identifier="gst_adapter_pts_at_discont"
720
+ version="1.10">
721
+ <doc xml:space="preserve">Get the PTS that was on the last buffer with the GST_BUFFER_FLAG_DISCONT
722
+ flag, or GST_CLOCK_TIME_NONE.</doc>
723
+ <return-value transfer-ownership="none">
724
+ <doc xml:space="preserve">The PTS at the last discont or GST_CLOCK_TIME_NONE.</doc>
725
+ <type name="Gst.ClockTime" c:type="GstClockTime"/>
726
+ </return-value>
727
+ <parameters>
728
+ <instance-parameter name="adapter" transfer-ownership="none">
729
+ <doc xml:space="preserve">a #GstAdapter</doc>
730
+ <type name="Adapter" c:type="GstAdapter*"/>
731
+ </instance-parameter>
732
+ </parameters>
733
+ </method>
632
734
  <method name="push" c:identifier="gst_adapter_push">
633
735
  <doc xml:space="preserve">Adds the data from @buf to the data stored inside @adapter and takes
634
736
  ownership of the buffer.</doc>
@@ -1994,8 +2096,7 @@ my_element_class_init (GstMyElementClass *klass)
1994
2096
 
1995
2097
  // sinktemplate should be a #GstStaticPadTemplate with direction
1996
2098
  // %GST_PAD_SINK and name "sink"
1997
- gst_element_class_add_pad_template (gstelement_class,
1998
- gst_static_pad_template_get (&amp;amp;sinktemplate));
2099
+ gst_element_class_add_static_pad_template (gstelement_class, &amp;amp;sinktemplate);
1999
2100
 
2000
2101
  gst_element_class_set_static_metadata (gstelement_class,
2001
2102
  "Sink name",
@@ -3384,8 +3485,7 @@ my_element_class_init (GstMyElementClass *klass)
3384
3485
  GstElementClass *gstelement_class = GST_ELEMENT_CLASS (klass);
3385
3486
  // srctemplate should be a #GstStaticPadTemplate with direction
3386
3487
  // %GST_PAD_SRC and name "src"
3387
- gst_element_class_add_pad_template (gstelement_class,
3388
- gst_static_pad_template_get (&amp;amp;srctemplate));
3488
+ gst_element_class_add_static_pad_template (gstelement_class, &amp;amp;srctemplate);
3389
3489
 
3390
3490
  gst_element_class_set_static_metadata (gstelement_class,
3391
3491
  "Source name",
@@ -8830,9 +8930,9 @@ should be called with the @pads STREAM_LOCK held, such as in the callback
8830
8930
  handler.
8831
8931
 
8832
8932
  MT safe.</doc>
8833
- <return-value transfer-ownership="full">
8834
- <doc xml:space="preserve">The buffer in @data or %NULL if no buffer is queued.
8835
- should unref the buffer after usage.</doc>
8933
+ <return-value transfer-ownership="full" nullable="1">
8934
+ <doc xml:space="preserve">The buffer in @data or %NULL if no
8935
+ buffer is queued. should unref the buffer after usage.</doc>
8836
8936
  <type name="Gst.Buffer" c:type="GstBuffer*"/>
8837
8937
  </return-value>
8838
8938
  <parameters>
@@ -8852,9 +8952,9 @@ should be called with the @pads STREAM_LOCK held, such as in the callback
8852
8952
  handler.
8853
8953
 
8854
8954
  MT safe.</doc>
8855
- <return-value transfer-ownership="full">
8856
- <doc xml:space="preserve">The buffer in @data or %NULL if no buffer was
8857
- queued. You should unref the buffer after usage.</doc>
8955
+ <return-value transfer-ownership="full" nullable="1">
8956
+ <doc xml:space="preserve">The buffer in @data or %NULL if no
8957
+ buffer was queued. You should unref the buffer after usage.</doc>
8858
8958
  <type name="Gst.Buffer" c:type="GstBuffer*"/>
8859
8959
  </return-value>
8860
8960
  <parameters>
@@ -8902,10 +9002,10 @@ This function should be called with @pads STREAM_LOCK held, such as in the
8902
9002
  callback.
8903
9003
 
8904
9004
  MT safe.</doc>
8905
- <return-value transfer-ownership="full">
8906
- <doc xml:space="preserve">A sub buffer. The size of the buffer can be less that requested.
8907
- A return of %NULL signals that the pad is end-of-stream.
8908
- Unref the buffer after use.</doc>
9005
+ <return-value transfer-ownership="full" nullable="1">
9006
+ <doc xml:space="preserve">A sub buffer. The size of the buffer can
9007
+ be less that requested. A return of %NULL signals that the pad is
9008
+ end-of-stream. Unref the buffer after use.</doc>
8909
9009
  <type name="Gst.Buffer" c:type="GstBuffer*"/>
8910
9010
  </return-value>
8911
9011
  <parameters>
@@ -9286,10 +9386,10 @@ This function should be called with @pads STREAM_LOCK held, such as in the
9286
9386
  callback.
9287
9387
 
9288
9388
  MT safe.</doc>
9289
- <return-value transfer-ownership="full">
9290
- <doc xml:space="preserve">A sub buffer. The size of the buffer can be less that requested.
9291
- A return of %NULL signals that the pad is end-of-stream.
9292
- Unref the buffer after use.</doc>
9389
+ <return-value transfer-ownership="full" nullable="1">
9390
+ <doc xml:space="preserve">A sub buffer. The size of the buffer can
9391
+ be less that requested. A return of %NULL signals that the pad is
9392
+ end-of-stream. Unref the buffer after use.</doc>
9293
9393
  <type name="Gst.Buffer" c:type="GstBuffer*"/>
9294
9394
  </return-value>
9295
9395
  <parameters>
@@ -10208,7 +10308,7 @@ returned immediatelly from the gst_flow_combiner_update_flow() function.</doc>
10208
10308
  <method name="reset"
10209
10309
  c:identifier="gst_flow_combiner_reset"
10210
10310
  version="1.6">
10211
- <doc xml:space="preserve">Removes all pads from a #GstFlowCombiner and resets it to its initial state.</doc>
10311
+ <doc xml:space="preserve">Reset flow combiner and all pads to their initial state without removing pads.</doc>
10212
10312
  <return-value transfer-ownership="none">
10213
10313
  <type name="none" c:type="void"/>
10214
10314
  </return-value>
@@ -174,11 +174,15 @@ GstTimedValue.</doc>
174
174
  glib:get-type="gst_direct_control_binding_get_type"
175
175
  glib:type-struct="DirectControlBindingClass">
176
176
  <doc xml:space="preserve">A value mapping object that attaches control sources to gobject properties. It
177
- will map the control values [0.0 ... 1.0] to the target property range. If a
178
- control value is outside of the range, it will be clipped.</doc>
177
+ will map the control values directly to the target property range. If a
178
+ non-absolute direct control binding is used, the value range [0.0 ... 1.0]
179
+ is mapped to full target property range, and all values outside the range
180
+ will be clipped. An absolute control binding will not do any value
181
+ transformations.</doc>
179
182
  <constructor name="new" c:identifier="gst_direct_control_binding_new">
180
183
  <doc xml:space="preserve">Create a new control-binding that attaches the #GstControlSource to the
181
- #GObject property.</doc>
184
+ #GObject property. It will map the control source range [0.0 ... 1.0] to
185
+ the full target property range, and clip all values outside this range.</doc>
182
186
  <return-value transfer-ownership="none">
183
187
  <doc xml:space="preserve">the new #GstDirectControlBinding</doc>
184
188
  <type name="Gst.ControlBinding" c:type="GstControlBinding*"/>
@@ -202,7 +206,8 @@ control value is outside of the range, it will be clipped.</doc>
202
206
  c:identifier="gst_direct_control_binding_new_absolute"
203
207
  version="1.6">
204
208
  <doc xml:space="preserve">Create a new control-binding that attaches the #GstControlSource to the
205
- #GObject property.</doc>
209
+ #GObject property. It will directly map the control source values to the
210
+ target property range without any transformations.</doc>
206
211
  <return-value transfer-ownership="none">
207
212
  <doc xml:space="preserve">the new #GstDirectControlBinding</doc>
208
213
  <type name="Gst.ControlBinding" c:type="GstControlBinding*"/>
@@ -118,7 +118,12 @@ and/or use gtk-doc annotations. -->
118
118
  </field>
119
119
  <field name="gl_handle" writable="1">
120
120
  <doc xml:space="preserve">the wrapped OpenGL handle</doc>
121
- <type name="guint" c:type="guint"/>
121
+ <type name="gpointer" c:type="gpointer"/>
122
+ </field>
123
+ <field name="_padding" readable="0" private="1">
124
+ <array zero-terminated="0" c:type="gpointer" fixed-size="4">
125
+ <type name="gpointer" c:type="gpointer"/>
126
+ </array>
122
127
  </field>
123
128
  <method name="copy"
124
129
  c:identifier="gst_gl_allocation_params_copy"
@@ -242,9 +247,12 @@ when freeing the memory.</doc>
242
247
  <doc xml:space="preserve">a sysmem data pointer to initialize the allocation with</doc>
243
248
  <type name="gpointer" c:type="gpointer"/>
244
249
  </parameter>
245
- <parameter name="gl_handle" transfer-ownership="none">
250
+ <parameter name="gl_handle"
251
+ transfer-ownership="none"
252
+ nullable="1"
253
+ allow-none="1">
246
254
  <doc xml:space="preserve">a GL handle to initialize the allocation with</doc>
247
- <type name="guint" c:type="guint"/>
255
+ <type name="gpointer" c:type="gpointer"/>
248
256
  </parameter>
249
257
  <parameter name="user_data"
250
258
  transfer-ownership="none"
@@ -336,6 +344,11 @@ provided API.</doc>
336
344
  <field name="notify" readable="0" private="1">
337
345
  <type name="GLib.DestroyNotify" c:type="GDestroyNotify"/>
338
346
  </field>
347
+ <field name="_padding" readable="0" private="1">
348
+ <array zero-terminated="0" c:type="gpointer" fixed-size="4">
349
+ <type name="gpointer" c:type="gpointer"/>
350
+ </array>
351
+ </field>
339
352
  <method name="free" c:identifier="gst_gl_async_debug_free" version="1.8">
340
353
  <doc xml:space="preserve">Frees @ad</doc>
341
354
  <return-value transfer-ownership="none">
@@ -728,6 +741,11 @@ Data is uploaded or downloaded from the GPU as is necessary.</doc>
728
741
  <field name="user_data" readable="0" private="1">
729
742
  <type name="gpointer" c:type="gpointer"/>
730
743
  </field>
744
+ <field name="_padding" readable="0" private="1">
745
+ <array zero-terminated="0" c:type="gpointer" fixed-size="4">
746
+ <type name="gpointer" c:type="gpointer"/>
747
+ </array>
748
+ </field>
731
749
  <method name="alloc_data" c:identifier="gst_gl_base_memory_alloc_data">
732
750
  <return-value transfer-ownership="none">
733
751
  <type name="gboolean" c:type="gboolean"/>
@@ -886,6 +904,11 @@ multiple times. This must be called before any other GstGLBaseMemory operation.
886
904
  <field name="fallback_mem_copy" readable="0" private="1">
887
905
  <type name="Gst.MemoryCopyFunction" c:type="GstMemoryCopyFunction"/>
888
906
  </field>
907
+ <field name="_padding" readable="0" private="1">
908
+ <array zero-terminated="0" c:type="gpointer" fixed-size="4">
909
+ <type name="gpointer" c:type="gpointer"/>
910
+ </array>
911
+ </field>
889
912
  </class>
890
913
  <callback name="GLBaseMemoryAllocatorAllocFunction"
891
914
  c:type="GstGLBaseMemoryAllocatorAllocFunction"
@@ -946,6 +969,11 @@ multiple times. This must be called before any other GstGLBaseMemory operation.
946
969
  <type name="GLBaseMemoryAllocatorDestroyFunction"
947
970
  c:type="GstGLBaseMemoryAllocatorDestroyFunction"/>
948
971
  </field>
972
+ <field name="_padding" readable="0" private="1">
973
+ <array zero-terminated="0" c:type="gpointer" fixed-size="4">
974
+ <type name="gpointer" c:type="gpointer"/>
975
+ </array>
976
+ </field>
949
977
  </record>
950
978
  <callback name="GLBaseMemoryAllocatorCopyFunction"
951
979
  c:type="GstGLBaseMemoryAllocatorCopyFunction"
@@ -1146,6 +1174,11 @@ multiple times. This must be called before any other #GstGLBuffer operation.</d
1146
1174
  <doc xml:space="preserve">the OpenGL usage hint to create the buffer with</doc>
1147
1175
  <type name="guint" c:type="guint"/>
1148
1176
  </field>
1177
+ <field name="_padding" readable="0" private="1">
1178
+ <array zero-terminated="0" c:type="gpointer" fixed-size="4">
1179
+ <type name="gpointer" c:type="gpointer"/>
1180
+ </array>
1181
+ </field>
1149
1182
  <function name="new"
1150
1183
  c:identifier="gst_gl_buffer_allocation_params_new"
1151
1184
  version="1.8"
@@ -1194,6 +1227,11 @@ multiple times. This must be called before any other #GstGLBuffer operation.</d
1194
1227
  <field name="parent">
1195
1228
  <type name="GLBaseMemoryAllocator" c:type="GstGLBaseMemoryAllocator"/>
1196
1229
  </field>
1230
+ <field name="_padding" readable="0" private="1">
1231
+ <array zero-terminated="0" c:type="gpointer" fixed-size="4">
1232
+ <type name="gpointer" c:type="gpointer"/>
1233
+ </array>
1234
+ </field>
1197
1235
  </class>
1198
1236
  <record name="GLBufferAllocatorClass"
1199
1237
  c:type="GstGLBufferAllocatorClass"
@@ -1203,6 +1241,11 @@ multiple times. This must be called before any other #GstGLBuffer operation.</d
1203
1241
  <type name="GLBaseMemoryAllocatorClass"
1204
1242
  c:type="GstGLBaseMemoryAllocatorClass"/>
1205
1243
  </field>
1244
+ <field name="_padding" readable="0" private="1">
1245
+ <array zero-terminated="0" c:type="gpointer" fixed-size="4">
1246
+ <type name="gpointer" c:type="gpointer"/>
1247
+ </array>
1248
+ </field>
1206
1249
  </record>
1207
1250
  <class name="GLBufferPool"
1208
1251
  c:symbol-prefix="gl_buffer_pool"
@@ -1229,33 +1272,20 @@ A #GstGLBufferPool is created with gst_gl_buffer_pool_new()
1229
1272
  </parameter>
1230
1273
  </parameters>
1231
1274
  </constructor>
1232
- <method name="replace_last_buffer"
1233
- c:identifier="gst_gl_buffer_pool_replace_last_buffer">
1234
- <doc xml:space="preserve">Set @pool&lt;-- --&gt;s last buffer to @buffer for #GstGLPlatform&lt;-- --&gt;s that
1235
- require it.</doc>
1236
- <return-value transfer-ownership="none">
1237
- <type name="none" c:type="void"/>
1238
- </return-value>
1239
- <parameters>
1240
- <instance-parameter name="pool" transfer-ownership="none">
1241
- <doc xml:space="preserve">a #GstGLBufferPool</doc>
1242
- <type name="GLBufferPool" c:type="GstGLBufferPool*"/>
1243
- </instance-parameter>
1244
- <parameter name="buffer" transfer-ownership="none">
1245
- <doc xml:space="preserve">a #GstBuffer</doc>
1246
- <type name="Gst.Buffer" c:type="GstBuffer*"/>
1247
- </parameter>
1248
- </parameters>
1249
- </method>
1250
1275
  <field name="bufferpool">
1251
1276
  <type name="Gst.BufferPool" c:type="GstBufferPool"/>
1252
1277
  </field>
1253
1278
  <field name="context">
1254
1279
  <type name="GLContext" c:type="GstGLContext*"/>
1255
1280
  </field>
1256
- <field name="priv">
1281
+ <field name="priv" readable="0" private="1">
1257
1282
  <type name="GLBufferPoolPrivate" c:type="GstGLBufferPoolPrivate*"/>
1258
1283
  </field>
1284
+ <field name="_padding" readable="0" private="1">
1285
+ <array zero-terminated="0" c:type="gpointer" fixed-size="4">
1286
+ <type name="gpointer" c:type="gpointer"/>
1287
+ </array>
1288
+ </field>
1259
1289
  </class>
1260
1290
  <record name="GLBufferPoolClass"
1261
1291
  c:type="GstGLBufferPoolClass"
@@ -1264,6 +1294,11 @@ require it.</doc>
1264
1294
  <field name="parent_class">
1265
1295
  <type name="Gst.BufferPoolClass" c:type="GstBufferPoolClass"/>
1266
1296
  </field>
1297
+ <field name="_padding" readable="0" private="1">
1298
+ <array zero-terminated="0" c:type="gpointer" fixed-size="4">
1299
+ <type name="gpointer" c:type="gpointer"/>
1300
+ </array>
1301
+ </field>
1267
1302
  </record>
1268
1303
  <record name="GLBufferPoolPrivate"
1269
1304
  c:type="GstGLBufferPoolPrivate"
@@ -1408,11 +1443,8 @@ A #GstGLColorConvert can be created with gst_gl_color_convert_new().</doc>
1408
1443
  <field name="outbuf" readable="0" private="1">
1409
1444
  <type name="Gst.Buffer" c:type="GstBuffer*"/>
1410
1445
  </field>
1411
- <field name="fbo" introspectable="0" readable="0" private="1">
1412
- <type c:type="GLuint"/>
1413
- </field>
1414
- <field name="depth_buffer" introspectable="0" readable="0" private="1">
1415
- <type c:type="GLuint"/>
1446
+ <field name="fbo" readable="0" private="1">
1447
+ <type name="GLFramebuffer" c:type="GstGLFramebuffer*"/>
1416
1448
  </field>
1417
1449
  <field name="shader" readable="0" private="1">
1418
1450
  <type name="GLShader" c:type="GstGLShader*"/>
@@ -1433,6 +1465,11 @@ A #GstGLColorConvert can be created with gst_gl_color_convert_new().</doc>
1433
1465
  <field name="object_class">
1434
1466
  <type name="Gst.ObjectClass" c:type="GstObjectClass"/>
1435
1467
  </field>
1468
+ <field name="_padding" readable="0" private="1">
1469
+ <array zero-terminated="0" c:type="gpointer" fixed-size="4">
1470
+ <type name="gpointer" c:type="gpointer"/>
1471
+ </array>
1472
+ </field>
1436
1473
  </record>
1437
1474
  <record name="GLColorConvertPrivate"
1438
1475
  c:type="GstGLColorConvertPrivate"
@@ -1563,11 +1600,6 @@ returned.</doc>
1563
1600
  </parameter>
1564
1601
  </parameters>
1565
1602
  </function>
1566
- <function name="get_error" c:identifier="gst_gl_context_get_error">
1567
- <return-value transfer-ownership="full">
1568
- <type name="utf8" c:type="gchar*"/>
1569
- </return-value>
1570
- </function>
1571
1603
  <function name="get_proc_address_with_platform"
1572
1604
  c:identifier="gst_gl_context_get_proc_address_with_platform">
1573
1605
  <return-value transfer-ownership="none" nullable="1">
@@ -1817,6 +1849,17 @@ version.</doc>
1817
1849
  </parameter>
1818
1850
  </parameters>
1819
1851
  </method>
1852
+ <method name="clear_framebuffer"
1853
+ c:identifier="gst_gl_context_clear_framebuffer">
1854
+ <return-value transfer-ownership="none">
1855
+ <type name="none" c:type="void"/>
1856
+ </return-value>
1857
+ <parameters>
1858
+ <instance-parameter name="context" transfer-ownership="none">
1859
+ <type name="GLContext" c:type="GstGLContext*"/>
1860
+ </instance-parameter>
1861
+ </parameters>
1862
+ </method>
1820
1863
  <method name="clear_shader" c:identifier="gst_gl_context_clear_shader">
1821
1864
  <doc xml:space="preserve">Clear's the currently set shader from the GL state machine.
1822
1865
 
@@ -1861,24 +1904,6 @@ Should only be called once.</doc>
1861
1904
  </parameter>
1862
1905
  </parameters>
1863
1906
  </method>
1864
- <method name="del_fbo"
1865
- c:identifier="gst_gl_context_del_fbo"
1866
- introspectable="0">
1867
- <return-value transfer-ownership="none">
1868
- <type name="none" c:type="void"/>
1869
- </return-value>
1870
- <parameters>
1871
- <instance-parameter name="context" transfer-ownership="none">
1872
- <type name="GLContext" c:type="GstGLContext*"/>
1873
- </instance-parameter>
1874
- <parameter name="fbo" transfer-ownership="none">
1875
- <type c:type="GLuint"/>
1876
- </parameter>
1877
- <parameter name="depth_buffer" transfer-ownership="none">
1878
- <type c:type="GLuint"/>
1879
- </parameter>
1880
- </parameters>
1881
- </method>
1882
1907
  <method name="del_shader" c:identifier="gst_gl_context_del_shader">
1883
1908
  <return-value transfer-ownership="none">
1884
1909
  <type name="none" c:type="void"/>
@@ -1892,21 +1917,6 @@ Should only be called once.</doc>
1892
1917
  </parameter>
1893
1918
  </parameters>
1894
1919
  </method>
1895
- <method name="del_texture"
1896
- c:identifier="gst_gl_context_del_texture"
1897
- introspectable="0">
1898
- <return-value transfer-ownership="none">
1899
- <type name="none" c:type="void"/>
1900
- </return-value>
1901
- <parameters>
1902
- <instance-parameter name="context" transfer-ownership="none">
1903
- <type name="GLContext" c:type="GstGLContext*"/>
1904
- </instance-parameter>
1905
- <parameter name="pTexture" transfer-ownership="none">
1906
- <type c:type="GLuint*"/>
1907
- </parameter>
1908
- </parameters>
1909
- </method>
1910
1920
  <method name="destroy"
1911
1921
  c:identifier="gst_gl_context_destroy"
1912
1922
  version="1.6">
@@ -1941,30 +1951,6 @@ allow wrapped contexts to be used as regular #GstGLContext's.</doc>
1941
1951
  </instance-parameter>
1942
1952
  </parameters>
1943
1953
  </method>
1944
- <method name="gen_fbo"
1945
- c:identifier="gst_gl_context_gen_fbo"
1946
- introspectable="0">
1947
- <return-value transfer-ownership="none">
1948
- <type name="gboolean" c:type="gboolean"/>
1949
- </return-value>
1950
- <parameters>
1951
- <instance-parameter name="context" transfer-ownership="none">
1952
- <type name="GLContext" c:type="GstGLContext*"/>
1953
- </instance-parameter>
1954
- <parameter name="width" transfer-ownership="none">
1955
- <type name="gint" c:type="gint"/>
1956
- </parameter>
1957
- <parameter name="height" transfer-ownership="none">
1958
- <type name="gint" c:type="gint"/>
1959
- </parameter>
1960
- <parameter name="fbo" transfer-ownership="none">
1961
- <type c:type="GLuint*"/>
1962
- </parameter>
1963
- <parameter name="depthbuffer" transfer-ownership="none">
1964
- <type c:type="GLuint*"/>
1965
- </parameter>
1966
- </parameters>
1967
- </method>
1968
1954
  <method name="gen_shader" c:identifier="gst_gl_context_gen_shader">
1969
1955
  <return-value transfer-ownership="none">
1970
1956
  <type name="gboolean" c:type="gboolean"/>
@@ -1984,30 +1970,6 @@ allow wrapped contexts to be used as regular #GstGLContext's.</doc>
1984
1970
  </parameter>
1985
1971
  </parameters>
1986
1972
  </method>
1987
- <method name="gen_texture"
1988
- c:identifier="gst_gl_context_gen_texture"
1989
- introspectable="0">
1990
- <return-value transfer-ownership="none">
1991
- <type name="none" c:type="void"/>
1992
- </return-value>
1993
- <parameters>
1994
- <instance-parameter name="context" transfer-ownership="none">
1995
- <type name="GLContext" c:type="GstGLContext*"/>
1996
- </instance-parameter>
1997
- <parameter name="pTexture" transfer-ownership="none">
1998
- <type c:type="GLuint*"/>
1999
- </parameter>
2000
- <parameter name="v_format" transfer-ownership="none">
2001
- <type c:type="GstVideoFormat"/>
2002
- </parameter>
2003
- <parameter name="width" transfer-ownership="none">
2004
- <type c:type="GLint"/>
2005
- </parameter>
2006
- <parameter name="height" transfer-ownership="none">
2007
- <type c:type="GLint"/>
2008
- </parameter>
2009
- </parameters>
2010
- </method>
2011
1973
  <method name="get_display"
2012
1974
  c:identifier="gst_gl_context_get_display"
2013
1975
  version="1.4"
@@ -2167,24 +2129,6 @@ be retrieved using this method.</doc>
2167
2129
  </instance-parameter>
2168
2130
  </parameters>
2169
2131
  </method>
2170
- <method name="set_error"
2171
- c:identifier="gst_gl_context_set_error"
2172
- introspectable="0">
2173
- <return-value transfer-ownership="none">
2174
- <type name="none" c:type="void"/>
2175
- </return-value>
2176
- <parameters>
2177
- <instance-parameter name="context" transfer-ownership="none">
2178
- <type name="GLContext" c:type="GstGLContext*"/>
2179
- </instance-parameter>
2180
- <parameter name="format" transfer-ownership="none">
2181
- <type name="utf8" c:type="const char*"/>
2182
- </parameter>
2183
- <parameter name="..." transfer-ownership="none">
2184
- <varargs/>
2185
- </parameter>
2186
- </parameters>
2187
- </method>
2188
2132
  <method name="set_shared_with"
2189
2133
  c:identifier="gst_gl_context_set_shared_with"
2190
2134
  version="1.8">
@@ -2269,62 +2213,26 @@ MT-safe</doc>
2269
2213
  </parameter>
2270
2214
  </parameters>
2271
2215
  </method>
2272
- <method name="use_fbo_v2"
2273
- c:identifier="gst_gl_context_use_fbo_v2"
2274
- introspectable="0">
2275
- <return-value transfer-ownership="none">
2276
- <type name="gboolean" c:type="gboolean"/>
2277
- </return-value>
2278
- <parameters>
2279
- <instance-parameter name="context" transfer-ownership="none">
2280
- <type name="GLContext" c:type="GstGLContext*"/>
2281
- </instance-parameter>
2282
- <parameter name="texture_fbo_width" transfer-ownership="none">
2283
- <type name="gint" c:type="gint"/>
2284
- </parameter>
2285
- <parameter name="texture_fbo_height" transfer-ownership="none">
2286
- <type name="gint" c:type="gint"/>
2287
- </parameter>
2288
- <parameter name="fbo" transfer-ownership="none">
2289
- <type c:type="GLuint"/>
2290
- </parameter>
2291
- <parameter name="depth_buffer" transfer-ownership="none">
2292
- <type c:type="GLuint"/>
2293
- </parameter>
2294
- <parameter name="texture_fbo" transfer-ownership="none">
2295
- <type c:type="GLuint"/>
2296
- </parameter>
2297
- <parameter name="cb" transfer-ownership="none">
2298
- <type c:type="GLCB_V2"/>
2299
- </parameter>
2300
- <parameter name="stuff"
2301
- transfer-ownership="none"
2302
- nullable="1"
2303
- allow-none="1">
2304
- <type name="gpointer" c:type="gpointer"/>
2305
- </parameter>
2306
- </parameters>
2307
- </method>
2308
- <field name="parent" readable="0" private="1">
2216
+ <field name="parent">
2309
2217
  <type name="Gst.Object" c:type="GstObject"/>
2310
2218
  </field>
2311
- <field name="display" readable="0" private="1">
2219
+ <field name="display">
2312
2220
  <type name="GLDisplay" c:type="GstGLDisplay*"/>
2313
2221
  </field>
2314
- <field name="window" readable="0" private="1">
2222
+ <field name="window">
2315
2223
  <type name="GLWindow" c:type="GstGLWindow*"/>
2316
2224
  </field>
2317
- <field name="gl_vtable" readable="0" private="1">
2225
+ <field name="gl_vtable">
2318
2226
  <type name="GLFuncs" c:type="GstGLFuncs*"/>
2319
2227
  </field>
2228
+ <field name="priv" readable="0" private="1">
2229
+ <type name="GLContextPrivate" c:type="GstGLContextPrivate*"/>
2230
+ </field>
2320
2231
  <field name="_reserved" readable="0" private="1">
2321
2232
  <array zero-terminated="0" c:type="gpointer" fixed-size="4">
2322
2233
  <type name="gpointer" c:type="gpointer"/>
2323
2234
  </array>
2324
2235
  </field>
2325
- <field name="priv" readable="0" private="1">
2326
- <type name="GLContextPrivate" c:type="GstGLContextPrivate*"/>
2327
- </field>
2328
2236
  </class>
2329
2237
  <record name="GLContextClass"
2330
2238
  c:type="GstGLContextClass"
@@ -2800,19 +2708,14 @@ display's object lock held.</doc>
2800
2708
  </parameters>
2801
2709
  </callback>
2802
2710
  </field>
2711
+ <field name="_padding" readable="0" private="1">
2712
+ <array zero-terminated="0" c:type="gpointer" fixed-size="4">
2713
+ <type name="gpointer" c:type="gpointer"/>
2714
+ </array>
2715
+ </field>
2803
2716
  </record>
2804
2717
  <record name="GLDisplayPrivate" c:type="GstGLDisplayPrivate" disguised="1">
2805
2718
  </record>
2806
- <enumeration name="GLDisplayProjection" c:type="GstGLDisplayProjection">
2807
- <member name="ortho2d"
2808
- value="0"
2809
- c:identifier="GST_GL_DISPLAY_PROJECTION_ORTHO2D">
2810
- </member>
2811
- <member name="perspective"
2812
- value="1"
2813
- c:identifier="GST_GL_DISPLAY_PROJECTION_PERSPECTIVE">
2814
- </member>
2815
- </enumeration>
2816
2719
  <bitfield name="GLDisplayType" c:type="GstGLDisplayType">
2817
2720
  <member name="none" value="0" c:identifier="GST_GL_DISPLAY_TYPE_NONE">
2818
2721
  <doc xml:space="preserve">no display type</doc>
@@ -2941,10 +2844,10 @@ automatic download if needed.</doc>
2941
2844
  <type name="GLFilter" c:type="GstGLFilter*"/>
2942
2845
  </instance-parameter>
2943
2846
  <parameter name="in_tex" transfer-ownership="none">
2944
- <type name="guint" c:type="guint"/>
2847
+ <type name="GLMemory" c:type="GstGLMemory*"/>
2945
2848
  </parameter>
2946
2849
  <parameter name="out_tex" transfer-ownership="none">
2947
- <type name="guint" c:type="guint"/>
2850
+ <type name="GLMemory" c:type="GstGLMemory*"/>
2948
2851
  </parameter>
2949
2852
  </parameters>
2950
2853
  </virtual-method>
@@ -2993,10 +2896,12 @@ automatic download if needed.</doc>
2993
2896
  </parameter>
2994
2897
  </parameters>
2995
2898
  </virtual-method>
2996
- <method name="draw_texture"
2997
- c:identifier="gst_gl_filter_draw_texture"
2998
- introspectable="0">
2999
- <doc xml:space="preserve">Draws @texture into the OpenGL scene at the specified @width and @height.</doc>
2899
+ <method name="draw_fullscreen_quad"
2900
+ c:identifier="gst_gl_filter_draw_fullscreen_quad">
2901
+ <doc xml:space="preserve">Render a fullscreen quad using the current GL state. The only GL state this
2902
+ modifies is the necessary vertex/index buffers and, if necessary, a
2903
+ Vertex Array Object for drawing a fullscreen quad. Framebuffer state,
2904
+ any shaders, viewport state, etc must be setup by the caller.</doc>
3000
2905
  <return-value transfer-ownership="none">
3001
2906
  <type name="none" c:type="void"/>
3002
2907
  </return-value>
@@ -3005,18 +2910,6 @@ automatic download if needed.</doc>
3005
2910
  <doc xml:space="preserve">a #GstGLFilter</doc>
3006
2911
  <type name="GLFilter" c:type="GstGLFilter*"/>
3007
2912
  </instance-parameter>
3008
- <parameter name="texture" transfer-ownership="none">
3009
- <doc xml:space="preserve">the texture to draw</doc>
3010
- <type c:type="GLuint"/>
3011
- </parameter>
3012
- <parameter name="width" transfer-ownership="none">
3013
- <doc xml:space="preserve">width of @texture</doc>
3014
- <type name="guint" c:type="guint"/>
3015
- </parameter>
3016
- <parameter name="height" transfer-ownership="none">
3017
- <doc xml:space="preserve">height of texture</doc>
3018
- <type name="guint" c:type="guint"/>
3019
- </parameter>
3020
2913
  </parameters>
3021
2914
  </method>
3022
2915
  <method name="filter_texture"
@@ -3045,32 +2938,27 @@ automatic download if needed.</doc>
3045
2938
  <method name="render_to_target"
3046
2939
  c:identifier="gst_gl_filter_render_to_target"
3047
2940
  introspectable="0">
3048
- <doc xml:space="preserve">Transforms @input into @output using @func on through FBO. @resize should
3049
- only ever be %TRUE whenever @input is the input texture of @filter.</doc>
2941
+ <doc xml:space="preserve">Transforms @input into @output using @func on through FBO.</doc>
3050
2942
  <return-value transfer-ownership="none">
3051
- <type name="none" c:type="void"/>
2943
+ <doc xml:space="preserve">the return value of @func</doc>
2944
+ <type name="gboolean" c:type="gboolean"/>
3052
2945
  </return-value>
3053
2946
  <parameters>
3054
2947
  <instance-parameter name="filter" transfer-ownership="none">
3055
2948
  <doc xml:space="preserve">a #GstGLFilter</doc>
3056
2949
  <type name="GLFilter" c:type="GstGLFilter*"/>
3057
2950
  </instance-parameter>
3058
- <parameter name="resize" transfer-ownership="none">
3059
- <doc xml:space="preserve">whether to automatically resize the texture between the input size
3060
- and the output size</doc>
3061
- <type name="gboolean" c:type="gboolean"/>
3062
- </parameter>
3063
2951
  <parameter name="input" transfer-ownership="none">
3064
2952
  <doc xml:space="preserve">the input texture</doc>
3065
- <type c:type="GLuint"/>
2953
+ <type name="GLMemory" c:type="GstGLMemory*"/>
3066
2954
  </parameter>
3067
- <parameter name="target" transfer-ownership="none">
2955
+ <parameter name="output" transfer-ownership="none">
3068
2956
  <doc xml:space="preserve">the output texture</doc>
3069
- <type c:type="GLuint"/>
2957
+ <type name="GLMemory" c:type="GstGLMemory*"/>
3070
2958
  </parameter>
3071
- <parameter name="func" transfer-ownership="none">
2959
+ <parameter name="func" transfer-ownership="none" closure="3">
3072
2960
  <doc xml:space="preserve">the function to transform @input into @output. called with @data</doc>
3073
- <type c:type="GLCB"/>
2961
+ <type name="GLFilterRenderFunc" c:type="GstGLFilterRenderFunc"/>
3074
2962
  </parameter>
3075
2963
  <parameter name="data"
3076
2964
  transfer-ownership="none"
@@ -3082,10 +2970,8 @@ only ever be %TRUE whenever @input is the input texture of @filter.</doc>
3082
2970
  </parameters>
3083
2971
  </method>
3084
2972
  <method name="render_to_target_with_shader"
3085
- c:identifier="gst_gl_filter_render_to_target_with_shader"
3086
- introspectable="0">
3087
- <doc xml:space="preserve">Transforms @input into @output using @shader on FBO. @resize should
3088
- only ever be %TRUE whenever @input is the input texture of @filter.
2973
+ c:identifier="gst_gl_filter_render_to_target_with_shader">
2974
+ <doc xml:space="preserve">Transforms @input into @output using @shader with a FBO.
3089
2975
 
3090
2976
  See also: gst_gl_filter_render_to_target()</doc>
3091
2977
  <return-value transfer-ownership="none">
@@ -3096,18 +2982,13 @@ See also: gst_gl_filter_render_to_target()</doc>
3096
2982
  <doc xml:space="preserve">a #GstGLFilter</doc>
3097
2983
  <type name="GLFilter" c:type="GstGLFilter*"/>
3098
2984
  </instance-parameter>
3099
- <parameter name="resize" transfer-ownership="none">
3100
- <doc xml:space="preserve">whether to automatically resize the texture between the input size
3101
- and the output size</doc>
3102
- <type name="gboolean" c:type="gboolean"/>
3103
- </parameter>
3104
2985
  <parameter name="input" transfer-ownership="none">
3105
2986
  <doc xml:space="preserve">the input texture</doc>
3106
- <type c:type="GLuint"/>
2987
+ <type name="GLMemory" c:type="GstGLMemory*"/>
3107
2988
  </parameter>
3108
- <parameter name="target" transfer-ownership="none">
2989
+ <parameter name="output" transfer-ownership="none">
3109
2990
  <doc xml:space="preserve">the output texture</doc>
3110
- <type c:type="GLuint"/>
2991
+ <type name="GLMemory" c:type="GstGLMemory*"/>
3111
2992
  </parameter>
3112
2993
  <parameter name="shader" transfer-ownership="none">
3113
2994
  <doc xml:space="preserve">the shader to use.</doc>
@@ -3129,19 +3010,18 @@ See also: gst_gl_filter_render_to_target()</doc>
3129
3010
  <field name="out_caps">
3130
3011
  <type name="Gst.Caps" c:type="GstCaps*"/>
3131
3012
  </field>
3132
- <field name="fbo" introspectable="0" readable="0" private="1">
3013
+ <field name="fbo">
3133
3014
  <doc xml:space="preserve">GL Framebuffer object used for transformations</doc>
3134
- <type c:type="GLuint"/>
3015
+ <type name="GLFramebuffer" c:type="GstGLFramebuffer*"/>
3135
3016
  </field>
3136
- <field name="depthbuffer" introspectable="0" readable="0" private="1">
3137
- <doc xml:space="preserve">GL renderbuffer attached to @fbo</doc>
3138
- <type c:type="GLuint"/>
3017
+ <field name="gl_result" readable="0" private="1">
3018
+ <type name="gboolean" c:type="gboolean"/>
3139
3019
  </field>
3140
- <field name="in_tex_id" introspectable="0" readable="0" private="1">
3141
- <type c:type="GLuint"/>
3020
+ <field name="inbuf" readable="0" private="1">
3021
+ <type name="Gst.Buffer" c:type="GstBuffer*"/>
3142
3022
  </field>
3143
- <field name="out_tex_id" introspectable="0" readable="0" private="1">
3144
- <type c:type="GLuint"/>
3023
+ <field name="outbuf" readable="0" private="1">
3024
+ <type name="Gst.Buffer" c:type="GstBuffer*"/>
3145
3025
  </field>
3146
3026
  <field name="default_shader" readable="0" private="1">
3147
3027
  <type name="GLShader" c:type="GstGLShader*"/>
@@ -3170,6 +3050,11 @@ See also: gst_gl_filter_render_to_target()</doc>
3170
3050
  private="1">
3171
3051
  <type c:type="GLint"/>
3172
3052
  </field>
3053
+ <field name="_padding" readable="0" private="1">
3054
+ <array zero-terminated="0" c:type="gpointer" fixed-size="4">
3055
+ <type name="gpointer" c:type="gpointer"/>
3056
+ </array>
3057
+ </field>
3173
3058
  </class>
3174
3059
  <record name="GLFilterClass"
3175
3060
  c:type="GstGLFilterClass"
@@ -3225,10 +3110,10 @@ See also: gst_gl_filter_render_to_target()</doc>
3225
3110
  <type name="GLFilter" c:type="GstGLFilter*"/>
3226
3111
  </parameter>
3227
3112
  <parameter name="in_tex" transfer-ownership="none">
3228
- <type name="guint" c:type="guint"/>
3113
+ <type name="GLMemory" c:type="GstGLMemory*"/>
3229
3114
  </parameter>
3230
3115
  <parameter name="out_tex" transfer-ownership="none">
3231
- <type name="guint" c:type="guint"/>
3116
+ <type name="GLMemory" c:type="GstGLMemory*"/>
3232
3117
  </parameter>
3233
3118
  </parameters>
3234
3119
  </callback>
@@ -3290,16 +3175,77 @@ See also: gst_gl_filter_render_to_target()</doc>
3290
3175
  </parameters>
3291
3176
  </callback>
3292
3177
  </field>
3293
- </record>
3178
+ <field name="_padding">
3179
+ <array zero-terminated="0" c:type="gpointer" fixed-size="4">
3180
+ <type name="gpointer" c:type="gpointer"/>
3181
+ </array>
3182
+ </field>
3183
+ </record>
3184
+ <callback name="GLFilterRenderFunc" c:type="GstGLFilterRenderFunc">
3185
+ <return-value transfer-ownership="none">
3186
+ <type name="gboolean" c:type="gboolean"/>
3187
+ </return-value>
3188
+ <parameters>
3189
+ <parameter name="filter" transfer-ownership="none">
3190
+ <type name="GLFilter" c:type="GstGLFilter*"/>
3191
+ </parameter>
3192
+ <parameter name="in_tex" transfer-ownership="none">
3193
+ <type name="GLMemory" c:type="GstGLMemory*"/>
3194
+ </parameter>
3195
+ <parameter name="user_data"
3196
+ transfer-ownership="none"
3197
+ nullable="1"
3198
+ allow-none="1"
3199
+ closure="2">
3200
+ <type name="gpointer" c:type="gpointer"/>
3201
+ </parameter>
3202
+ </parameters>
3203
+ </callback>
3204
+ <enumeration name="GLFormat" c:type="GstGLFormat">
3205
+ <member name="luminance" value="6409" c:identifier="GST_GL_LUMINANCE">
3206
+ </member>
3207
+ <member name="alpha" value="6406" c:identifier="GST_GL_ALPHA">
3208
+ </member>
3209
+ <member name="luminance_alpha"
3210
+ value="6410"
3211
+ c:identifier="GST_GL_LUMINANCE_ALPHA">
3212
+ </member>
3213
+ <member name="red" value="6403" c:identifier="GST_GL_RED">
3214
+ </member>
3215
+ <member name="r8" value="33321" c:identifier="GST_GL_R8">
3216
+ </member>
3217
+ <member name="rg" value="33319" c:identifier="GST_GL_RG">
3218
+ </member>
3219
+ <member name="rg8" value="33323" c:identifier="GST_GL_RG8">
3220
+ </member>
3221
+ <member name="rgb" value="6407" c:identifier="GST_GL_RGB">
3222
+ </member>
3223
+ <member name="rgb8" value="32849" c:identifier="GST_GL_RGB8">
3224
+ </member>
3225
+ <member name="rgb565" value="36194" c:identifier="GST_GL_RGB565">
3226
+ </member>
3227
+ <member name="rgba" value="6408" c:identifier="GST_GL_RGBA">
3228
+ </member>
3229
+ <member name="rgba8" value="32856" c:identifier="GST_GL_RGBA8">
3230
+ </member>
3231
+ <member name="depth_component16"
3232
+ value="33189"
3233
+ c:identifier="GST_GL_DEPTH_COMPONENT16">
3234
+ </member>
3235
+ <member name="depth24_stencil8"
3236
+ value="35056"
3237
+ c:identifier="GST_GL_DEPTH24_STENCIL8">
3238
+ </member>
3239
+ </enumeration>
3294
3240
  <class name="GLFramebuffer"
3295
3241
  c:symbol-prefix="gl_framebuffer"
3296
3242
  c:type="GstGLFramebuffer"
3297
- parent="GObject.Object"
3243
+ parent="Gst.Object"
3298
3244
  glib:type-name="GstGLFramebuffer"
3299
3245
  glib:get-type="gst_gl_framebuffer_get_type"
3300
3246
  glib:type-struct="GLFramebufferClass">
3301
3247
  <constructor name="new" c:identifier="gst_gl_framebuffer_new">
3302
- <return-value transfer-ownership="full">
3248
+ <return-value transfer-ownership="none">
3303
3249
  <type name="GLFramebuffer" c:type="GstGLFramebuffer*"/>
3304
3250
  </return-value>
3305
3251
  <parameters>
@@ -3308,73 +3254,66 @@ See also: gst_gl_filter_render_to_target()</doc>
3308
3254
  </parameter>
3309
3255
  </parameters>
3310
3256
  </constructor>
3311
- <method name="delete" c:identifier="gst_gl_framebuffer_delete">
3257
+ <constructor name="new_with_default_depth"
3258
+ c:identifier="gst_gl_framebuffer_new_with_default_depth">
3259
+ <return-value transfer-ownership="none">
3260
+ <type name="GLFramebuffer" c:type="GstGLFramebuffer*"/>
3261
+ </return-value>
3262
+ <parameters>
3263
+ <parameter name="context" transfer-ownership="none">
3264
+ <type name="GLContext" c:type="GstGLContext*"/>
3265
+ </parameter>
3266
+ <parameter name="width" transfer-ownership="none">
3267
+ <type name="guint" c:type="guint"/>
3268
+ </parameter>
3269
+ <parameter name="height" transfer-ownership="none">
3270
+ <type name="guint" c:type="guint"/>
3271
+ </parameter>
3272
+ </parameters>
3273
+ </constructor>
3274
+ <method name="attach" c:identifier="gst_gl_framebuffer_attach">
3312
3275
  <return-value transfer-ownership="none">
3313
3276
  <type name="none" c:type="void"/>
3314
3277
  </return-value>
3315
3278
  <parameters>
3316
- <instance-parameter name="frame" transfer-ownership="none">
3279
+ <instance-parameter name="fb" transfer-ownership="none">
3317
3280
  <type name="GLFramebuffer" c:type="GstGLFramebuffer*"/>
3318
3281
  </instance-parameter>
3319
- <parameter name="fbo" transfer-ownership="none">
3282
+ <parameter name="attachment_point" transfer-ownership="none">
3320
3283
  <type name="guint" c:type="guint"/>
3321
3284
  </parameter>
3322
- <parameter name="depth" transfer-ownership="none">
3323
- <type name="guint" c:type="guint"/>
3285
+ <parameter name="mem" transfer-ownership="none">
3286
+ <type name="GLBaseMemory" c:type="GstGLBaseMemory*"/>
3324
3287
  </parameter>
3325
3288
  </parameters>
3326
3289
  </method>
3327
- <method name="generate" c:identifier="gst_gl_framebuffer_generate">
3290
+ <method name="bind" c:identifier="gst_gl_framebuffer_bind">
3328
3291
  <return-value transfer-ownership="none">
3329
- <type name="gboolean" c:type="gboolean"/>
3292
+ <type name="none" c:type="void"/>
3330
3293
  </return-value>
3331
3294
  <parameters>
3332
- <instance-parameter name="frame" transfer-ownership="none">
3295
+ <instance-parameter name="fb" transfer-ownership="none">
3333
3296
  <type name="GLFramebuffer" c:type="GstGLFramebuffer*"/>
3334
3297
  </instance-parameter>
3335
- <parameter name="width" transfer-ownership="none">
3336
- <type name="gint" c:type="gint"/>
3337
- </parameter>
3338
- <parameter name="height" transfer-ownership="none">
3339
- <type name="gint" c:type="gint"/>
3340
- </parameter>
3341
- <parameter name="fbo" transfer-ownership="none">
3342
- <type name="guint" c:type="guint*"/>
3343
- </parameter>
3344
- <parameter name="depthbuffer" transfer-ownership="none">
3345
- <type name="guint" c:type="guint*"/>
3346
- </parameter>
3347
3298
  </parameters>
3348
3299
  </method>
3349
- <method name="use_v2"
3350
- c:identifier="gst_gl_framebuffer_use_v2"
3300
+ <method name="draw_to_texture"
3301
+ c:identifier="gst_gl_framebuffer_draw_to_texture"
3351
3302
  introspectable="0">
3352
3303
  <return-value transfer-ownership="none">
3353
3304
  <type name="gboolean" c:type="gboolean"/>
3354
3305
  </return-value>
3355
3306
  <parameters>
3356
- <instance-parameter name="frame" transfer-ownership="none">
3307
+ <instance-parameter name="fb" transfer-ownership="none">
3357
3308
  <type name="GLFramebuffer" c:type="GstGLFramebuffer*"/>
3358
3309
  </instance-parameter>
3359
- <parameter name="texture_fbo_width" transfer-ownership="none">
3360
- <type name="gint" c:type="gint"/>
3361
- </parameter>
3362
- <parameter name="texture_fbo_height" transfer-ownership="none">
3363
- <type name="gint" c:type="gint"/>
3364
- </parameter>
3365
- <parameter name="fbo" transfer-ownership="none">
3366
- <type c:type="GLuint"/>
3367
- </parameter>
3368
- <parameter name="depth_buffer" transfer-ownership="none">
3369
- <type c:type="GLuint"/>
3370
- </parameter>
3371
- <parameter name="texture_fbo" transfer-ownership="none">
3372
- <type c:type="GLuint"/>
3310
+ <parameter name="mem" transfer-ownership="none">
3311
+ <type name="GLMemory" c:type="GstGLMemory*"/>
3373
3312
  </parameter>
3374
- <parameter name="cb" transfer-ownership="none">
3375
- <type c:type="GLCB_V2"/>
3313
+ <parameter name="cb" transfer-ownership="none" closure="2">
3314
+ <type name="GLFramebufferFunc" c:type="GstGLFramebufferFunc"/>
3376
3315
  </parameter>
3377
- <parameter name="stuff"
3316
+ <parameter name="user_data"
3378
3317
  transfer-ownership="none"
3379
3318
  nullable="1"
3380
3319
  allow-none="1">
@@ -3382,23 +3321,90 @@ See also: gst_gl_filter_render_to_target()</doc>
3382
3321
  </parameter>
3383
3322
  </parameters>
3384
3323
  </method>
3324
+ <method name="get_effective_dimensions"
3325
+ c:identifier="gst_gl_framebuffer_get_effective_dimensions">
3326
+ <return-value transfer-ownership="none">
3327
+ <type name="none" c:type="void"/>
3328
+ </return-value>
3329
+ <parameters>
3330
+ <instance-parameter name="fb" transfer-ownership="none">
3331
+ <type name="GLFramebuffer" c:type="GstGLFramebuffer*"/>
3332
+ </instance-parameter>
3333
+ <parameter name="width" transfer-ownership="none">
3334
+ <type name="guint" c:type="guint*"/>
3335
+ </parameter>
3336
+ <parameter name="height" transfer-ownership="none">
3337
+ <type name="guint" c:type="guint*"/>
3338
+ </parameter>
3339
+ </parameters>
3340
+ </method>
3341
+ <method name="get_id" c:identifier="gst_gl_framebuffer_get_id">
3342
+ <return-value transfer-ownership="none">
3343
+ <type name="guint" c:type="guint"/>
3344
+ </return-value>
3345
+ <parameters>
3346
+ <instance-parameter name="fb" transfer-ownership="none">
3347
+ <type name="GLFramebuffer" c:type="GstGLFramebuffer*"/>
3348
+ </instance-parameter>
3349
+ </parameters>
3350
+ </method>
3385
3351
  <field name="object">
3386
- <type name="GObject.Object" c:type="GObject"/>
3352
+ <type name="Gst.Object" c:type="GstObject"/>
3387
3353
  </field>
3388
- <field name="context" readable="0" private="1">
3354
+ <field name="context">
3389
3355
  <type name="GLContext" c:type="GstGLContext*"/>
3390
3356
  </field>
3357
+ <field name="fbo_id" readable="0" private="1">
3358
+ <type name="guint" c:type="guint"/>
3359
+ </field>
3360
+ <field name="attachments" readable="0" private="1">
3361
+ <array name="GLib.Array" c:type="GArray*">
3362
+ <type name="gpointer" c:type="gpointer"/>
3363
+ </array>
3364
+ </field>
3365
+ <field name="_padding" readable="0" private="1">
3366
+ <array zero-terminated="0" c:type="gpointer" fixed-size="4">
3367
+ <type name="gpointer" c:type="gpointer"/>
3368
+ </array>
3369
+ </field>
3391
3370
  <field name="priv" readable="0" private="1">
3392
3371
  <type name="GLFramebufferPrivate" c:type="GstGLFramebufferPrivate*"/>
3393
3372
  </field>
3394
3373
  </class>
3374
+ <record name="GLFramebufferAllocator"
3375
+ c:type="GstGLFramebufferAllocator"
3376
+ disguised="1">
3377
+ </record>
3378
+ <record name="GLFramebufferAllocatorClass"
3379
+ c:type="GstGLFramebufferAllocatorClass"
3380
+ disguised="1">
3381
+ </record>
3395
3382
  <record name="GLFramebufferClass"
3396
3383
  c:type="GstGLFramebufferClass"
3397
3384
  glib:is-gtype-struct-for="GLFramebuffer">
3398
3385
  <field name="object_class">
3399
- <type name="GObject.ObjectClass" c:type="GObjectClass"/>
3386
+ <type name="Gst.ObjectClass" c:type="GstObjectClass"/>
3387
+ </field>
3388
+ <field name="_padding">
3389
+ <array zero-terminated="0" c:type="gpointer" fixed-size="4">
3390
+ <type name="gpointer" c:type="gpointer"/>
3391
+ </array>
3400
3392
  </field>
3401
3393
  </record>
3394
+ <callback name="GLFramebufferFunc" c:type="GstGLFramebufferFunc">
3395
+ <doc xml:space="preserve">callback definition for operating through a Framebuffer object</doc>
3396
+ <return-value transfer-ownership="none">
3397
+ <type name="gboolean" c:type="gboolean"/>
3398
+ </return-value>
3399
+ <parameters>
3400
+ <parameter name="stuff"
3401
+ transfer-ownership="none"
3402
+ nullable="1"
3403
+ allow-none="1">
3404
+ <type name="gpointer" c:type="gpointer"/>
3405
+ </parameter>
3406
+ </parameters>
3407
+ </callback>
3402
3408
  <record name="GLFramebufferPrivate"
3403
3409
  c:type="GstGLFramebufferPrivate"
3404
3410
  disguised="1">
@@ -7078,6 +7084,24 @@ See also: gst_gl_filter_render_to_target()</doc>
7078
7084
  </parameters>
7079
7085
  </callback>
7080
7086
  </field>
7087
+ <field name="BindFragDataLocation" introspectable="0">
7088
+ <callback name="BindFragDataLocation" introspectable="0">
7089
+ <return-value transfer-ownership="none">
7090
+ <type name="none" c:type="void"/>
7091
+ </return-value>
7092
+ <parameters>
7093
+ <parameter name="program" transfer-ownership="none">
7094
+ <type c:type="GLuint"/>
7095
+ </parameter>
7096
+ <parameter name="index" transfer-ownership="none">
7097
+ <type c:type="GLuint"/>
7098
+ </parameter>
7099
+ <parameter name="name" transfer-ownership="none">
7100
+ <type c:type="const GLchar*"/>
7101
+ </parameter>
7102
+ </parameters>
7103
+ </callback>
7104
+ </field>
7081
7105
  <field name="DebugMessageControl" introspectable="0">
7082
7106
  <callback name="DebugMessageControl" introspectable="0">
7083
7107
  <return-value transfer-ownership="none">
@@ -7786,6 +7810,11 @@ Data is uploaded or downloaded from the GPU as is necessary.</doc>
7786
7810
  <field name="tex_width" writable="1">
7787
7811
  <type name="guint" c:type="guint"/>
7788
7812
  </field>
7813
+ <field name="_padding" readable="0" private="1">
7814
+ <array zero-terminated="0" c:type="gpointer" fixed-size="4">
7815
+ <type name="gpointer" c:type="gpointer"/>
7816
+ </array>
7817
+ </field>
7789
7818
  <method name="copy_into"
7790
7819
  c:identifier="gst_gl_memory_copy_into"
7791
7820
  version="1.8"
@@ -7954,6 +7983,9 @@ already have been modified with gst_video_info_align().</doc>
7954
7983
  <doc xml:space="preserve">the #GstGLTextureTarget for this #GstGLMemory</doc>
7955
7984
  <type name="GLTextureTarget" c:type="GstGLTextureTarget"/>
7956
7985
  </parameter>
7986
+ <parameter name="tex_type" transfer-ownership="none">
7987
+ <type c:type="GstVideoGLTextureType"/>
7988
+ </parameter>
7957
7989
  <parameter name="params"
7958
7990
  transfer-ownership="none"
7959
7991
  nullable="1"
@@ -8051,7 +8083,8 @@ multiple times. This must be called before any other GstGLMemory operation.</do
8051
8083
  </function>
8052
8084
  <function name="setup_buffer"
8053
8085
  c:identifier="gst_gl_memory_setup_buffer"
8054
- version="1.8">
8086
+ version="1.8"
8087
+ introspectable="0">
8055
8088
  <return-value transfer-ownership="none">
8056
8089
  <doc xml:space="preserve">whether the buffer was correctly setup</doc>
8057
8090
  <type name="gboolean" c:type="gboolean"/>
@@ -8070,6 +8103,22 @@ multiple times. This must be called before any other GstGLMemory operation.</do
8070
8103
  <type name="GLVideoAllocationParams"
8071
8104
  c:type="GstGLVideoAllocationParams*"/>
8072
8105
  </parameter>
8106
+ <parameter name="tex_types"
8107
+ transfer-ownership="none"
8108
+ nullable="1"
8109
+ allow-none="1">
8110
+ <doc xml:space="preserve">a list of #GstVideoGLTextureType's to allocate with.</doc>
8111
+ <type c:type="GstVideoGLTextureType*"/>
8112
+ </parameter>
8113
+ <parameter name="wrapped_data"
8114
+ transfer-ownership="none"
8115
+ nullable="1"
8116
+ allow-none="1">
8117
+ <type name="gpointer" c:type="gpointer*"/>
8118
+ </parameter>
8119
+ <parameter name="n_wrapped_pointers" transfer-ownership="none">
8120
+ <type name="gsize" c:type="gsize"/>
8121
+ </parameter>
8073
8122
  </parameters>
8074
8123
  </function>
8075
8124
  </record>
@@ -8099,6 +8148,11 @@ multiple times. This must be called before any other GstGLMemory operation.</do
8099
8148
  <field name="parent">
8100
8149
  <type name="GLBaseMemoryAllocator" c:type="GstGLBaseMemoryAllocator"/>
8101
8150
  </field>
8151
+ <field name="_padding" readable="0" private="1">
8152
+ <array zero-terminated="0" c:type="gpointer" fixed-size="4">
8153
+ <type name="gpointer" c:type="gpointer"/>
8154
+ </array>
8155
+ </field>
8102
8156
  </class>
8103
8157
  <record name="GLMemoryAllocatorClass"
8104
8158
  c:type="GstGLMemoryAllocatorClass"
@@ -8120,6 +8174,21 @@ multiple times. This must be called before any other GstGLMemory operation.</do
8120
8174
  <type name="GLBaseMemoryAllocatorUnmapFunction"
8121
8175
  c:type="GstGLBaseMemoryAllocatorUnmapFunction"/>
8122
8176
  </field>
8177
+ <field name="_padding" readable="0" private="1">
8178
+ <array zero-terminated="0" c:type="gpointer" fixed-size="4">
8179
+ <type name="gpointer" c:type="gpointer"/>
8180
+ </array>
8181
+ </field>
8182
+ </record>
8183
+ <record name="GLMemoryEGL" c:type="GstGLMemoryEGL" disguised="1">
8184
+ </record>
8185
+ <record name="GLMemoryEGLAllocator"
8186
+ c:type="GstGLMemoryEGLAllocator"
8187
+ disguised="1">
8188
+ </record>
8189
+ <record name="GLMemoryEGLAllocatorClass"
8190
+ c:type="GstGLMemoryEGLAllocatorClass"
8191
+ disguised="1">
8123
8192
  </record>
8124
8193
  <record name="GLMemoryPBO" c:type="GstGLMemoryPBO">
8125
8194
  <doc xml:space="preserve">#GstGLMemoryPBO is created or wrapped through gst_gl_base_memory_alloc()
@@ -8135,6 +8204,11 @@ Data is uploaded or downloaded from the GPU as is necessary.</doc>
8135
8204
  <field name="pbo" readable="0" private="1">
8136
8205
  <type name="GLBuffer" c:type="GstGLBuffer*"/>
8137
8206
  </field>
8207
+ <field name="_padding" readable="0" private="1">
8208
+ <array zero-terminated="0" c:type="gpointer" fixed-size="4">
8209
+ <type name="gpointer" c:type="gpointer"/>
8210
+ </array>
8211
+ </field>
8138
8212
  <method name="copy_into_texture"
8139
8213
  c:identifier="gst_gl_memory_pbo_copy_into_texture"
8140
8214
  version="1.8"
@@ -8232,6 +8306,11 @@ mappings between texture formats.</doc>
8232
8306
  <field name="parent">
8233
8307
  <type name="GLMemoryAllocator" c:type="GstGLMemoryAllocator"/>
8234
8308
  </field>
8309
+ <field name="_padding" readable="0" private="1">
8310
+ <array zero-terminated="0" c:type="gpointer" fixed-size="4">
8311
+ <type name="gpointer" c:type="gpointer"/>
8312
+ </array>
8313
+ </field>
8235
8314
  </class>
8236
8315
  <record name="GLMemoryPBOAllocatorClass"
8237
8316
  c:type="GstGLMemoryPBOAllocatorClass"
@@ -8240,6 +8319,11 @@ mappings between texture formats.</doc>
8240
8319
  <type name="GLMemoryAllocatorClass"
8241
8320
  c:type="GstGLMemoryAllocatorClass"/>
8242
8321
  </field>
8322
+ <field name="_padding" readable="0" private="1">
8323
+ <array zero-terminated="0" c:type="gpointer" fixed-size="4">
8324
+ <type name="gpointer" c:type="gpointer"/>
8325
+ </array>
8326
+ </field>
8243
8327
  </record>
8244
8328
  <class name="GLOverlayCompositor"
8245
8329
  c:symbol-prefix="gl_overlay_compositor"
@@ -8312,26 +8396,37 @@ mappings between texture formats.</doc>
8312
8396
  <field name="context">
8313
8397
  <type name="GLContext" c:type="GstGLContext*"/>
8314
8398
  </field>
8315
- <field name="last_window_width">
8399
+ <field name="last_window_width" readable="0" private="1">
8316
8400
  <type name="guint" c:type="guint"/>
8317
8401
  </field>
8318
- <field name="last_window_height">
8402
+ <field name="last_window_height" readable="0" private="1">
8319
8403
  <type name="guint" c:type="guint"/>
8320
8404
  </field>
8321
- <field name="overlays">
8405
+ <field name="overlays" readable="0" private="1">
8322
8406
  <type name="GLib.List" c:type="GList*">
8323
8407
  <type name="gpointer" c:type="gpointer"/>
8324
8408
  </type>
8325
8409
  </field>
8326
- <field name="shader">
8410
+ <field name="shader" readable="0" private="1">
8327
8411
  <type name="GLShader" c:type="GstGLShader*"/>
8328
8412
  </field>
8329
- <field name="position_attrib" introspectable="0">
8413
+ <field name="position_attrib"
8414
+ introspectable="0"
8415
+ readable="0"
8416
+ private="1">
8330
8417
  <type c:type="GLint"/>
8331
8418
  </field>
8332
- <field name="texcoord_attrib" introspectable="0">
8419
+ <field name="texcoord_attrib"
8420
+ introspectable="0"
8421
+ readable="0"
8422
+ private="1">
8333
8423
  <type c:type="GLint"/>
8334
8424
  </field>
8425
+ <field name="_padding" readable="0" private="1">
8426
+ <array zero-terminated="0" c:type="gpointer" fixed-size="4">
8427
+ <type name="gpointer" c:type="gpointer"/>
8428
+ </array>
8429
+ </field>
8335
8430
  </class>
8336
8431
  <record name="GLOverlayCompositorClass"
8337
8432
  c:type="GstGLOverlayCompositorClass"
@@ -8339,6 +8434,11 @@ mappings between texture formats.</doc>
8339
8434
  <field name="object_class">
8340
8435
  <type name="Gst.ObjectClass" c:type="GstObjectClass"/>
8341
8436
  </field>
8437
+ <field name="_padding" readable="0" private="1">
8438
+ <array zero-terminated="0" c:type="gpointer" fixed-size="4">
8439
+ <type name="gpointer" c:type="gpointer"/>
8440
+ </array>
8441
+ </field>
8342
8442
  </record>
8343
8443
  <bitfield name="GLPlatform" c:type="GstGLPlatform">
8344
8444
  <member name="none" value="0" c:identifier="GST_GL_PLATFORM_NONE">
@@ -8383,6 +8483,11 @@ mappings between texture formats.</doc>
8383
8483
  <field name="debug" readable="0" private="1">
8384
8484
  <type name="GLAsyncDebug" c:type="GstGLAsyncDebug"/>
8385
8485
  </field>
8486
+ <field name="_padding" readable="0" private="1">
8487
+ <array zero-terminated="0" c:type="gpointer" fixed-size="4">
8488
+ <type name="gpointer" c:type="gpointer"/>
8489
+ </array>
8490
+ </field>
8386
8491
  <method name="counter" c:identifier="gst_gl_query_counter">
8387
8492
  <return-value transfer-ownership="none">
8388
8493
  <type name="none" c:type="void"/>
@@ -8473,16 +8578,261 @@ mappings between texture formats.</doc>
8473
8578
  </parameters>
8474
8579
  </function>
8475
8580
  </record>
8476
- <enumeration name="GLQueryType" c:type="GstGLQueryType">
8477
- <member name="none" value="0" c:identifier="GST_GL_QUERY_NONE">
8478
- </member>
8479
- <member name="time_elapsed"
8480
- value="1"
8481
- c:identifier="GST_GL_QUERY_TIME_ELAPSED">
8482
- </member>
8483
- <member name="timestamp" value="2" c:identifier="GST_GL_QUERY_TIMESTAMP">
8484
- </member>
8485
- </enumeration>
8581
+ <enumeration name="GLQueryType" c:type="GstGLQueryType">
8582
+ <member name="none" value="0" c:identifier="GST_GL_QUERY_NONE">
8583
+ </member>
8584
+ <member name="time_elapsed"
8585
+ value="1"
8586
+ c:identifier="GST_GL_QUERY_TIME_ELAPSED">
8587
+ </member>
8588
+ <member name="timestamp" value="2" c:identifier="GST_GL_QUERY_TIMESTAMP">
8589
+ </member>
8590
+ </enumeration>
8591
+ <record name="GLRenderbuffer" c:type="GstGLRenderbuffer">
8592
+ <doc xml:space="preserve">GstGLRenderbuffer is a #GstGLBaseMemory subclass providing support for
8593
+ OpenGL renderbuffers.
8594
+
8595
+ #GstGLRenderbuffer is created or wrapped through gst_gl_base_memory_alloc()
8596
+ with #GstGLRenderbufferAllocationParams.</doc>
8597
+ <field name="mem" writable="1">
8598
+ <doc xml:space="preserve">the parent object</doc>
8599
+ <type name="GLBaseMemory" c:type="GstGLBaseMemory"/>
8600
+ </field>
8601
+ <field name="renderbuffer_id" writable="1">
8602
+ <doc xml:space="preserve">the GL texture id for this memory</doc>
8603
+ <type name="guint" c:type="guint"/>
8604
+ </field>
8605
+ <field name="renderbuffer_type" introspectable="0" writable="1">
8606
+ <doc xml:space="preserve">the texture type</doc>
8607
+ <type c:type="GstVideoGLTextureType"/>
8608
+ </field>
8609
+ <field name="width" writable="1">
8610
+ <doc xml:space="preserve">the width</doc>
8611
+ <type name="guint" c:type="guint"/>
8612
+ </field>
8613
+ <field name="height" writable="1">
8614
+ <doc xml:space="preserve">the height</doc>
8615
+ <type name="guint" c:type="guint"/>
8616
+ </field>
8617
+ <field name="renderbuffer_wrapped" writable="1">
8618
+ <type name="gboolean" c:type="gboolean"/>
8619
+ </field>
8620
+ <field name="_padding" readable="0" private="1">
8621
+ <array zero-terminated="0" c:type="gpointer" fixed-size="4">
8622
+ <type name="gpointer" c:type="gpointer"/>
8623
+ </array>
8624
+ </field>
8625
+ <method name="get_height"
8626
+ c:identifier="gst_gl_renderbuffer_get_height"
8627
+ version="1.8">
8628
+ <return-value transfer-ownership="none">
8629
+ <doc xml:space="preserve">the configured height of @gl_mem</doc>
8630
+ <type name="gint" c:type="gint"/>
8631
+ </return-value>
8632
+ <parameters>
8633
+ <instance-parameter name="gl_mem" transfer-ownership="none">
8634
+ <doc xml:space="preserve">a #GstGLRenderbuffer</doc>
8635
+ <type name="GLRenderbuffer" c:type="GstGLRenderbuffer*"/>
8636
+ </instance-parameter>
8637
+ </parameters>
8638
+ </method>
8639
+ <method name="get_id"
8640
+ c:identifier="gst_gl_renderbuffer_get_id"
8641
+ version="1.8">
8642
+ <return-value transfer-ownership="none">
8643
+ <doc xml:space="preserve">the OpenGL renderbuffer handle of @gl_mem</doc>
8644
+ <type name="guint" c:type="guint"/>
8645
+ </return-value>
8646
+ <parameters>
8647
+ <instance-parameter name="gl_mem" transfer-ownership="none">
8648
+ <doc xml:space="preserve">a #GstGLRenderbuffer</doc>
8649
+ <type name="GLRenderbuffer" c:type="GstGLRenderbuffer*"/>
8650
+ </instance-parameter>
8651
+ </parameters>
8652
+ </method>
8653
+ <method name="get_type"
8654
+ c:identifier="gst_gl_renderbuffer_get_type"
8655
+ version="1.8"
8656
+ introspectable="0">
8657
+ <return-value>
8658
+ <doc xml:space="preserve">the #GstVideoGLTextureType of @gl_mem</doc>
8659
+ <type c:type="GstVideoGLTextureType"/>
8660
+ </return-value>
8661
+ <parameters>
8662
+ <instance-parameter name="gl_mem" transfer-ownership="none">
8663
+ <doc xml:space="preserve">a #GstGLRenderbuffer</doc>
8664
+ <type name="GLRenderbuffer" c:type="GstGLRenderbuffer*"/>
8665
+ </instance-parameter>
8666
+ </parameters>
8667
+ </method>
8668
+ <method name="get_width"
8669
+ c:identifier="gst_gl_renderbuffer_get_width"
8670
+ version="1.8">
8671
+ <return-value transfer-ownership="none">
8672
+ <doc xml:space="preserve">the configured width of @gl_mem</doc>
8673
+ <type name="gint" c:type="gint"/>
8674
+ </return-value>
8675
+ <parameters>
8676
+ <instance-parameter name="gl_mem" transfer-ownership="none">
8677
+ <doc xml:space="preserve">a #GstGLRenderbuffer</doc>
8678
+ <type name="GLRenderbuffer" c:type="GstGLRenderbuffer*"/>
8679
+ </instance-parameter>
8680
+ </parameters>
8681
+ </method>
8682
+ <function name="init_once"
8683
+ c:identifier="gst_gl_renderbuffer_init_once"
8684
+ version="1.4">
8685
+ <doc xml:space="preserve">Initializes the GL Base Texture allocator. It is safe to call this function
8686
+ multiple times. This must be called before any other GstGLRenderbuffer operation.</doc>
8687
+ <return-value transfer-ownership="none">
8688
+ <type name="none" c:type="void"/>
8689
+ </return-value>
8690
+ </function>
8691
+ </record>
8692
+ <record name="GLRenderbufferAllocationParams"
8693
+ c:type="GstGLRenderbufferAllocationParams">
8694
+ <field name="parent" writable="1">
8695
+ <type name="GLAllocationParams" c:type="GstGLAllocationParams"/>
8696
+ </field>
8697
+ <field name="renderbuffer_type" introspectable="0" writable="1">
8698
+ <type c:type="GstVideoGLTextureType"/>
8699
+ </field>
8700
+ <field name="width" writable="1">
8701
+ <type name="guint" c:type="guint"/>
8702
+ </field>
8703
+ <field name="height" writable="1">
8704
+ <type name="guint" c:type="guint"/>
8705
+ </field>
8706
+ <field name="_padding" readable="0" private="1">
8707
+ <array zero-terminated="0" c:type="gpointer" fixed-size="4">
8708
+ <type name="gpointer" c:type="gpointer"/>
8709
+ </array>
8710
+ </field>
8711
+ <function name="new"
8712
+ c:identifier="gst_gl_renderbuffer_allocation_params_new"
8713
+ version="1.10"
8714
+ introspectable="0">
8715
+ <return-value>
8716
+ <doc xml:space="preserve">a new #GstGLRenderbufferAllocationParams for allocating #GstGLRenderbuffer's</doc>
8717
+ <type name="GLRenderbufferAllocationParams"
8718
+ c:type="GstGLRenderbufferAllocationParams*"/>
8719
+ </return-value>
8720
+ <parameters>
8721
+ <parameter name="context" transfer-ownership="none">
8722
+ <doc xml:space="preserve">a #GstGLContext</doc>
8723
+ <type name="GLContext" c:type="GstGLContext*"/>
8724
+ </parameter>
8725
+ <parameter name="alloc_params"
8726
+ transfer-ownership="none"
8727
+ nullable="1"
8728
+ allow-none="1">
8729
+ <doc xml:space="preserve">the #GstAllocationParams for sysmem mappings of the texture</doc>
8730
+ <type name="Gst.AllocationParams" c:type="GstAllocationParams*"/>
8731
+ </parameter>
8732
+ <parameter name="renderbuffer_type" transfer-ownership="none">
8733
+ <doc xml:space="preserve">the #GstVideoGLTextureType for the created textures</doc>
8734
+ <type c:type="GstVideoGLTextureType"/>
8735
+ </parameter>
8736
+ <parameter name="width" transfer-ownership="none">
8737
+ <doc xml:space="preserve">the width of the renderbuffer</doc>
8738
+ <type name="guint" c:type="guint"/>
8739
+ </parameter>
8740
+ <parameter name="height" transfer-ownership="none">
8741
+ <doc xml:space="preserve">the height of the renderbuffer</doc>
8742
+ <type name="guint" c:type="guint"/>
8743
+ </parameter>
8744
+ </parameters>
8745
+ </function>
8746
+ <function name="new_wrapped"
8747
+ c:identifier="gst_gl_renderbuffer_allocation_params_new_wrapped"
8748
+ version="1.10"
8749
+ introspectable="0">
8750
+ <return-value>
8751
+ <doc xml:space="preserve">a new #GstGLRenderbufferAllocationParams for wrapping @gl_handle as a
8752
+ renderbuffer</doc>
8753
+ <type name="GLRenderbufferAllocationParams"
8754
+ c:type="GstGLRenderbufferAllocationParams*"/>
8755
+ </return-value>
8756
+ <parameters>
8757
+ <parameter name="context" transfer-ownership="none">
8758
+ <doc xml:space="preserve">a #GstGLContext</doc>
8759
+ <type name="GLContext" c:type="GstGLContext*"/>
8760
+ </parameter>
8761
+ <parameter name="alloc_params"
8762
+ transfer-ownership="none"
8763
+ nullable="1"
8764
+ allow-none="1">
8765
+ <doc xml:space="preserve">the #GstAllocationParams for @tex_id</doc>
8766
+ <type name="Gst.AllocationParams" c:type="GstAllocationParams*"/>
8767
+ </parameter>
8768
+ <parameter name="renderbuffer_type" transfer-ownership="none">
8769
+ <doc xml:space="preserve">the #GstVideoGLTextureType for @tex_id</doc>
8770
+ <type c:type="GstVideoGLTextureType"/>
8771
+ </parameter>
8772
+ <parameter name="width" transfer-ownership="none">
8773
+ <doc xml:space="preserve">the width of the renderbuffer</doc>
8774
+ <type name="guint" c:type="guint"/>
8775
+ </parameter>
8776
+ <parameter name="height" transfer-ownership="none">
8777
+ <doc xml:space="preserve">the height of the renderbuffer</doc>
8778
+ <type name="guint" c:type="guint"/>
8779
+ </parameter>
8780
+ <parameter name="gl_handle"
8781
+ transfer-ownership="none"
8782
+ nullable="1"
8783
+ allow-none="1">
8784
+ <doc xml:space="preserve">the GL handle to wrap</doc>
8785
+ <type name="gpointer" c:type="gpointer"/>
8786
+ </parameter>
8787
+ <parameter name="user_data"
8788
+ transfer-ownership="none"
8789
+ nullable="1"
8790
+ allow-none="1">
8791
+ <doc xml:space="preserve">user data to call @notify with</doc>
8792
+ <type name="gpointer" c:type="gpointer"/>
8793
+ </parameter>
8794
+ <parameter name="notify"
8795
+ transfer-ownership="none"
8796
+ nullable="1"
8797
+ allow-none="1"
8798
+ scope="async">
8799
+ <doc xml:space="preserve">a #GDestroyNotify</doc>
8800
+ <type name="GLib.DestroyNotify" c:type="GDestroyNotify"/>
8801
+ </parameter>
8802
+ </parameters>
8803
+ </function>
8804
+ </record>
8805
+ <class name="GLRenderbufferAllocator"
8806
+ c:symbol-prefix="gl_renderbuffer_allocator"
8807
+ c:type="GstGLRenderbufferAllocator"
8808
+ parent="GLBaseMemoryAllocator"
8809
+ glib:type-name="GstGLRenderbufferAllocator"
8810
+ glib:get-type="gst_gl_renderbuffer_allocator_get_type"
8811
+ glib:type-struct="GLRenderbufferAllocatorClass">
8812
+ <doc xml:space="preserve">Opaque #GstGLRenderbufferAllocator struct</doc>
8813
+ <field name="parent">
8814
+ <type name="GLBaseMemoryAllocator" c:type="GstGLBaseMemoryAllocator"/>
8815
+ </field>
8816
+ <field name="_padding" readable="0" private="1">
8817
+ <array zero-terminated="0" c:type="gpointer" fixed-size="4">
8818
+ <type name="gpointer" c:type="gpointer"/>
8819
+ </array>
8820
+ </field>
8821
+ </class>
8822
+ <record name="GLRenderbufferAllocatorClass"
8823
+ c:type="GstGLRenderbufferAllocatorClass"
8824
+ glib:is-gtype-struct-for="GLRenderbufferAllocator">
8825
+ <doc xml:space="preserve">The #GstGLRenderbufferAllocatorClass only contains private data</doc>
8826
+ <field name="parent_class">
8827
+ <type name="GLBaseMemoryAllocatorClass"
8828
+ c:type="GstGLBaseMemoryAllocatorClass"/>
8829
+ </field>
8830
+ <field name="_padding" readable="0" private="1">
8831
+ <array zero-terminated="0" c:type="gpointer" fixed-size="4">
8832
+ <type name="gpointer" c:type="gpointer"/>
8833
+ </array>
8834
+ </field>
8835
+ </record>
8486
8836
  <enumeration name="GLSLError"
8487
8837
  c:type="GstGLSLError"
8488
8838
  glib:error-domain="gst-glsl-error">
@@ -8704,10 +9054,10 @@ mappings between texture formats.</doc>
8704
9054
  </parameter>
8705
9055
  </parameters>
8706
9056
  </method>
8707
- <field name="parent" readable="0" private="1">
9057
+ <field name="parent">
8708
9058
  <type name="Gst.Object" c:type="GstObject"/>
8709
9059
  </field>
8710
- <field name="context" readable="0" private="1">
9060
+ <field name="context">
8711
9061
  <type name="GLContext" c:type="GstGLContext*"/>
8712
9062
  </field>
8713
9063
  <field name="priv" readable="0" private="1">
@@ -8723,9 +9073,14 @@ mappings between texture formats.</doc>
8723
9073
  c:type="GstGLSLStageClass"
8724
9074
  glib:is-gtype-struct-for="GLSLStage">
8725
9075
  <doc xml:space="preserve">Opaque #GstGLSLStageClass struct</doc>
8726
- <field name="parent" readable="0" private="1">
9076
+ <field name="parent">
8727
9077
  <type name="Gst.ObjectClass" c:type="GstObjectClass"/>
8728
9078
  </field>
9079
+ <field name="_padding" readable="0" private="1">
9080
+ <array zero-terminated="0" c:type="gpointer" fixed-size="4">
9081
+ <type name="gpointer" c:type="gpointer"/>
9082
+ </array>
9083
+ </field>
8729
9084
  </record>
8730
9085
  <record name="GLSLStagePrivate" c:type="GstGLSLStagePrivate" disguised="1">
8731
9086
  </record>
@@ -8917,6 +9272,23 @@ Note: must be called in the GL thread</doc>
8917
9272
  </parameter>
8918
9273
  </parameters>
8919
9274
  </method>
9275
+ <method name="bind_frag_data_location"
9276
+ c:identifier="gst_gl_shader_bind_frag_data_location">
9277
+ <return-value transfer-ownership="none">
9278
+ <type name="none" c:type="void"/>
9279
+ </return-value>
9280
+ <parameters>
9281
+ <instance-parameter name="shader" transfer-ownership="none">
9282
+ <type name="GLShader" c:type="GstGLShader*"/>
9283
+ </instance-parameter>
9284
+ <parameter name="index" transfer-ownership="none">
9285
+ <type name="guint" c:type="guint"/>
9286
+ </parameter>
9287
+ <parameter name="name" transfer-ownership="none">
9288
+ <type name="utf8" c:type="const gchar*"/>
9289
+ </parameter>
9290
+ </parameters>
9291
+ </method>
8920
9292
  <method name="compile_attach_stage"
8921
9293
  c:identifier="gst_gl_shader_compile_attach_stage"
8922
9294
  version="1.8"
@@ -9628,10 +10000,10 @@ Note: must be called in the GL thread and @shader must have been linked.</doc>
9628
10000
  <property name="linked" transfer-ownership="none">
9629
10001
  <type name="gboolean" c:type="gboolean"/>
9630
10002
  </property>
9631
- <field name="parent" readable="0" private="1">
10003
+ <field name="parent">
9632
10004
  <type name="Gst.Object" c:type="GstObject"/>
9633
10005
  </field>
9634
- <field name="context" readable="0" private="1">
10006
+ <field name="context">
9635
10007
  <type name="GLContext" c:type="GstGLContext*"/>
9636
10008
  </field>
9637
10009
  <field name="priv" readable="0" private="1">
@@ -9917,26 +10289,6 @@ A #GstGLUpload can be created with gst_gl_upload_new()</doc>
9917
10289
  <type name="Gst.Caps" c:type="GstCaps*"/>
9918
10290
  </return-value>
9919
10291
  </function>
9920
- <function name="transform_caps"
9921
- c:identifier="gst_gl_upload_transform_caps">
9922
- <return-value transfer-ownership="full">
9923
- <type name="Gst.Caps" c:type="GstCaps*"/>
9924
- </return-value>
9925
- <parameters>
9926
- <parameter name="context" transfer-ownership="none">
9927
- <type name="GLContext" c:type="GstGLContext*"/>
9928
- </parameter>
9929
- <parameter name="direction" transfer-ownership="none">
9930
- <type name="Gst.PadDirection" c:type="GstPadDirection"/>
9931
- </parameter>
9932
- <parameter name="caps" transfer-ownership="none">
9933
- <type name="Gst.Caps" c:type="GstCaps*"/>
9934
- </parameter>
9935
- <parameter name="filter" transfer-ownership="none">
9936
- <type name="Gst.Caps" c:type="GstCaps*"/>
9937
- </parameter>
9938
- </parameters>
9939
- </function>
9940
10292
  <method name="get_caps" c:identifier="gst_gl_upload_get_caps">
9941
10293
  <return-value transfer-ownership="none">
9942
10294
  <type name="none" c:type="void"/>
@@ -10034,10 +10386,46 @@ gst_gl_upload_set_caps() creating a new #GstBuffer in @outbuf_ptr.</doc>
10034
10386
  </parameter>
10035
10387
  </parameters>
10036
10388
  </method>
10037
- <field name="parent" readable="0" private="1">
10389
+ <method name="set_context" c:identifier="gst_gl_upload_set_context">
10390
+ <return-value transfer-ownership="none">
10391
+ <type name="none" c:type="void"/>
10392
+ </return-value>
10393
+ <parameters>
10394
+ <instance-parameter name="upload" transfer-ownership="none">
10395
+ <type name="GLUpload" c:type="GstGLUpload*"/>
10396
+ </instance-parameter>
10397
+ <parameter name="context" transfer-ownership="none">
10398
+ <type name="GLContext" c:type="GstGLContext*"/>
10399
+ </parameter>
10400
+ </parameters>
10401
+ </method>
10402
+ <method name="transform_caps"
10403
+ c:identifier="gst_gl_upload_transform_caps">
10404
+ <return-value transfer-ownership="full">
10405
+ <type name="Gst.Caps" c:type="GstCaps*"/>
10406
+ </return-value>
10407
+ <parameters>
10408
+ <instance-parameter name="upload" transfer-ownership="none">
10409
+ <type name="GLUpload" c:type="GstGLUpload*"/>
10410
+ </instance-parameter>
10411
+ <parameter name="context" transfer-ownership="none">
10412
+ <type name="GLContext" c:type="GstGLContext*"/>
10413
+ </parameter>
10414
+ <parameter name="direction" transfer-ownership="none">
10415
+ <type name="Gst.PadDirection" c:type="GstPadDirection"/>
10416
+ </parameter>
10417
+ <parameter name="caps" transfer-ownership="none">
10418
+ <type name="Gst.Caps" c:type="GstCaps*"/>
10419
+ </parameter>
10420
+ <parameter name="filter" transfer-ownership="none">
10421
+ <type name="Gst.Caps" c:type="GstCaps*"/>
10422
+ </parameter>
10423
+ </parameters>
10424
+ </method>
10425
+ <field name="parent">
10038
10426
  <type name="Gst.Object" c:type="GstObject"/>
10039
10427
  </field>
10040
- <field name="context" readable="0" private="1">
10428
+ <field name="context">
10041
10429
  <type name="GLContext" c:type="GstGLContext*"/>
10042
10430
  </field>
10043
10431
  <field name="priv" readable="0" private="1">
@@ -10056,6 +10444,11 @@ gst_gl_upload_set_caps() creating a new #GstBuffer in @outbuf_ptr.</doc>
10056
10444
  <field name="object_class">
10057
10445
  <type name="Gst.ObjectClass" c:type="GstObjectClass"/>
10058
10446
  </field>
10447
+ <field name="_padding" readable="0" private="1">
10448
+ <array zero-terminated="0" c:type="gpointer" fixed-size="4">
10449
+ <type name="gpointer" c:type="gpointer"/>
10450
+ </array>
10451
+ </field>
10059
10452
  </record>
10060
10453
  <record name="GLUploadPrivate" c:type="GstGLUploadPrivate" disguised="1">
10061
10454
  </record>
@@ -10071,6 +10464,10 @@ gst_gl_upload_set_caps() creating a new #GstBuffer in @outbuf_ptr.</doc>
10071
10464
  c:identifier="GST_GL_UPLOAD_UNSUPPORTED">
10072
10465
  <doc xml:space="preserve">The configuration is unsupported.</doc>
10073
10466
  </member>
10467
+ <member name="reconfigure"
10468
+ value="-3"
10469
+ c:identifier="GST_GL_UPLOAD_RECONFIGURE">
10470
+ </member>
10074
10471
  </enumeration>
10075
10472
  <record name="GLVideoAllocationParams" c:type="GstGLVideoAllocationParams">
10076
10473
  <field name="parent" writable="1">
@@ -10088,6 +10485,14 @@ gst_gl_upload_set_caps() creating a new #GstBuffer in @outbuf_ptr.</doc>
10088
10485
  <field name="target" writable="1">
10089
10486
  <type name="GLTextureTarget" c:type="GstGLTextureTarget"/>
10090
10487
  </field>
10488
+ <field name="tex_type" introspectable="0" writable="1">
10489
+ <type c:type="GstVideoGLTextureType"/>
10490
+ </field>
10491
+ <field name="_padding" readable="0" private="1">
10492
+ <array zero-terminated="0" c:type="gpointer" fixed-size="4">
10493
+ <type name="gpointer" c:type="gpointer"/>
10494
+ </array>
10495
+ </field>
10091
10496
  <method name="copy_data"
10092
10497
  c:identifier="gst_gl_video_allocation_params_copy_data"
10093
10498
  version="1.8">
@@ -10156,8 +10561,8 @@ usage only to chain up at the end of a subclass free function.</doc>
10156
10561
  <parameter name="free"
10157
10562
  transfer-ownership="none"
10158
10563
  scope="notified"
10159
- closure="12"
10160
- destroy="13">
10564
+ closure="13"
10565
+ destroy="14">
10161
10566
  <doc xml:space="preserve">a free function</doc>
10162
10567
  <type name="GLAllocationParamsFreeFunc"
10163
10568
  c:type="GstGLAllocationParamsFreeFunc"/>
@@ -10192,6 +10597,10 @@ usage only to chain up at the end of a subclass free function.</doc>
10192
10597
  <doc xml:space="preserve">the #GstGLTextureTarget</doc>
10193
10598
  <type name="GLTextureTarget" c:type="GstGLTextureTarget"/>
10194
10599
  </parameter>
10600
+ <parameter name="tex_type" transfer-ownership="none">
10601
+ <doc xml:space="preserve">the #GstVideoGLTextureType</doc>
10602
+ <type c:type="GstVideoGLTextureType"/>
10603
+ </parameter>
10195
10604
  <parameter name="wrapped_data"
10196
10605
  transfer-ownership="none"
10197
10606
  nullable="1"
@@ -10199,9 +10608,12 @@ usage only to chain up at the end of a subclass free function.</doc>
10199
10608
  <doc xml:space="preserve">the optional data pointer to wrap</doc>
10200
10609
  <type name="gpointer" c:type="gpointer"/>
10201
10610
  </parameter>
10202
- <parameter name="gl_handle" transfer-ownership="none">
10611
+ <parameter name="gl_handle"
10612
+ transfer-ownership="none"
10613
+ nullable="1"
10614
+ allow-none="1">
10203
10615
  <doc xml:space="preserve">the optional OpenGL handle to wrap or 0</doc>
10204
- <type name="guint" c:type="guint"/>
10616
+ <type name="gpointer" c:type="gpointer"/>
10205
10617
  </parameter>
10206
10618
  <parameter name="user_data"
10207
10619
  transfer-ownership="none"
@@ -10238,28 +10650,31 @@ usage only to chain up at the end of a subclass free function.</doc>
10238
10650
  transfer-ownership="none"
10239
10651
  nullable="1"
10240
10652
  allow-none="1">
10241
- <doc xml:space="preserve">the #GstAllocationParams for @wrapped_data</doc>
10653
+ <doc xml:space="preserve">the #GstAllocationParams for sysmem mappings of the texture</doc>
10242
10654
  <type name="Gst.AllocationParams" c:type="GstAllocationParams*"/>
10243
10655
  </parameter>
10244
10656
  <parameter name="v_info" transfer-ownership="none">
10245
- <doc xml:space="preserve">the #GstVideoInfo for @wrapped_data</doc>
10657
+ <doc xml:space="preserve">the #GstVideoInfo for the texture</doc>
10246
10658
  <type c:type="GstVideoInfo*"/>
10247
10659
  </parameter>
10248
10660
  <parameter name="plane" transfer-ownership="none">
10249
- <doc xml:space="preserve">the video plane @wrapped_data represents</doc>
10661
+ <doc xml:space="preserve">the video plane of @v_info to allocate</doc>
10250
10662
  <type name="guint" c:type="guint"/>
10251
10663
  </parameter>
10252
10664
  <parameter name="valign"
10253
10665
  transfer-ownership="none"
10254
10666
  nullable="1"
10255
10667
  allow-none="1">
10256
- <doc xml:space="preserve">any #GstVideoAlignment applied to symem mappings of @wrapped_data</doc>
10668
+ <doc xml:space="preserve">any #GstVideoAlignment applied to symem mappings of the texture</doc>
10257
10669
  <type c:type="GstVideoAlignment*"/>
10258
10670
  </parameter>
10259
10671
  <parameter name="target" transfer-ownership="none">
10260
- <doc xml:space="preserve">the #GstGLTextureTarget for @wrapped_data</doc>
10672
+ <doc xml:space="preserve">the #GstVideoGLTextureType for the created textures</doc>
10261
10673
  <type name="GLTextureTarget" c:type="GstGLTextureTarget"/>
10262
10674
  </parameter>
10675
+ <parameter name="tex_type" transfer-ownership="none">
10676
+ <type c:type="GstVideoGLTextureType"/>
10677
+ </parameter>
10263
10678
  </parameters>
10264
10679
  </function>
10265
10680
  <function name="new_wrapped_data"
@@ -10302,6 +10717,10 @@ usage only to chain up at the end of a subclass free function.</doc>
10302
10717
  <doc xml:space="preserve">the #GstGLTextureTarget for @wrapped_data</doc>
10303
10718
  <type name="GLTextureTarget" c:type="GstGLTextureTarget"/>
10304
10719
  </parameter>
10720
+ <parameter name="tex_type" transfer-ownership="none">
10721
+ <doc xml:space="preserve">the #GstVideoGLTextureType for @wrapped_data</doc>
10722
+ <type c:type="GstVideoGLTextureType"/>
10723
+ </parameter>
10305
10724
  <parameter name="wrapped_data"
10306
10725
  transfer-ownership="none"
10307
10726
  nullable="1"
@@ -10326,6 +10745,77 @@ usage only to chain up at the end of a subclass free function.</doc>
10326
10745
  </parameter>
10327
10746
  </parameters>
10328
10747
  </function>
10748
+ <function name="new_wrapped_gl_handle"
10749
+ c:identifier="gst_gl_video_allocation_params_new_wrapped_gl_handle"
10750
+ version="1.8"
10751
+ introspectable="0">
10752
+ <doc xml:space="preserve">@gl_handle is defined by the specific OpenGL handle being wrapped
10753
+ For #GstGLMemory and #GstGLMemoryPBO it is an OpenGL texture id.
10754
+ Other memory types may define it to require a different type of parameter.</doc>
10755
+ <return-value>
10756
+ <doc xml:space="preserve">a new #GstGLVideoAllocationParams for wrapping @gl_handle</doc>
10757
+ <type name="GLVideoAllocationParams"
10758
+ c:type="GstGLVideoAllocationParams*"/>
10759
+ </return-value>
10760
+ <parameters>
10761
+ <parameter name="context" transfer-ownership="none">
10762
+ <doc xml:space="preserve">a #GstGLContext</doc>
10763
+ <type name="GLContext" c:type="GstGLContext*"/>
10764
+ </parameter>
10765
+ <parameter name="alloc_params"
10766
+ transfer-ownership="none"
10767
+ nullable="1"
10768
+ allow-none="1">
10769
+ <doc xml:space="preserve">the #GstAllocationParams for @tex_id</doc>
10770
+ <type name="Gst.AllocationParams" c:type="GstAllocationParams*"/>
10771
+ </parameter>
10772
+ <parameter name="v_info" transfer-ownership="none">
10773
+ <doc xml:space="preserve">the #GstVideoInfo for @tex_id</doc>
10774
+ <type c:type="GstVideoInfo*"/>
10775
+ </parameter>
10776
+ <parameter name="plane" transfer-ownership="none">
10777
+ <doc xml:space="preserve">the video plane @tex_id represents</doc>
10778
+ <type name="guint" c:type="guint"/>
10779
+ </parameter>
10780
+ <parameter name="valign"
10781
+ transfer-ownership="none"
10782
+ nullable="1"
10783
+ allow-none="1">
10784
+ <doc xml:space="preserve">any #GstVideoAlignment applied to symem mappings of @tex_id</doc>
10785
+ <type c:type="GstVideoAlignment*"/>
10786
+ </parameter>
10787
+ <parameter name="target" transfer-ownership="none">
10788
+ <doc xml:space="preserve">the #GstGLTextureTarget for @tex_id</doc>
10789
+ <type name="GLTextureTarget" c:type="GstGLTextureTarget"/>
10790
+ </parameter>
10791
+ <parameter name="tex_type" transfer-ownership="none">
10792
+ <doc xml:space="preserve">the #GstVideoGLTextureType for @tex_id</doc>
10793
+ <type c:type="GstVideoGLTextureType"/>
10794
+ </parameter>
10795
+ <parameter name="gl_handle"
10796
+ transfer-ownership="none"
10797
+ nullable="1"
10798
+ allow-none="1">
10799
+ <doc xml:space="preserve">the GL handle to wrap</doc>
10800
+ <type name="gpointer" c:type="gpointer"/>
10801
+ </parameter>
10802
+ <parameter name="user_data"
10803
+ transfer-ownership="none"
10804
+ nullable="1"
10805
+ allow-none="1">
10806
+ <doc xml:space="preserve">user data to call @notify with</doc>
10807
+ <type name="gpointer" c:type="gpointer"/>
10808
+ </parameter>
10809
+ <parameter name="notify"
10810
+ transfer-ownership="none"
10811
+ nullable="1"
10812
+ allow-none="1"
10813
+ scope="async">
10814
+ <doc xml:space="preserve">a #GDestroyNotify</doc>
10815
+ <type name="GLib.DestroyNotify" c:type="GDestroyNotify"/>
10816
+ </parameter>
10817
+ </parameters>
10818
+ </function>
10329
10819
  <function name="new_wrapped_texture"
10330
10820
  c:identifier="gst_gl_video_allocation_params_new_wrapped_texture"
10331
10821
  version="1.8"
@@ -10366,6 +10856,10 @@ usage only to chain up at the end of a subclass free function.</doc>
10366
10856
  <doc xml:space="preserve">the #GstGLTextureTarget for @tex_id</doc>
10367
10857
  <type name="GLTextureTarget" c:type="GstGLTextureTarget"/>
10368
10858
  </parameter>
10859
+ <parameter name="tex_type" transfer-ownership="none">
10860
+ <doc xml:space="preserve">the #GstGLTextureType for @tex_id</doc>
10861
+ <type c:type="GstVideoGLTextureType"/>
10862
+ </parameter>
10369
10863
  <parameter name="tex_id" transfer-ownership="none">
10370
10864
  <doc xml:space="preserve">the GL texture to wrap</doc>
10371
10865
  <type name="guint" c:type="guint"/>
@@ -10600,15 +11094,17 @@ usage only to chain up at the end of a subclass free function.</doc>
10600
11094
  <field name="reconfigure">
10601
11095
  <type name="gboolean" c:type="gboolean"/>
10602
11096
  </field>
10603
- <field name="fbo" introspectable="0">
10604
- <type c:type="GLuint"/>
10605
- </field>
10606
- <field name="depth_buffer" introspectable="0">
10607
- <type c:type="GLuint"/>
11097
+ <field name="fbo">
11098
+ <type name="GLFramebuffer" c:type="GstGLFramebuffer*"/>
10608
11099
  </field>
10609
- <field name="priv">
11100
+ <field name="priv" readable="0" private="1">
10610
11101
  <type name="GLViewConvertPrivate" c:type="GstGLViewConvertPrivate*"/>
10611
11102
  </field>
11103
+ <field name="_padding" readable="0" private="1">
11104
+ <array zero-terminated="0" c:type="gpointer" fixed-size="4">
11105
+ <type name="gpointer" c:type="gpointer"/>
11106
+ </array>
11107
+ </field>
10612
11108
  </class>
10613
11109
  <record name="GLViewConvertClass"
10614
11110
  c:type="GstGLViewConvertClass"
@@ -10616,6 +11112,11 @@ usage only to chain up at the end of a subclass free function.</doc>
10616
11112
  <field name="object_class">
10617
11113
  <type name="Gst.ObjectClass" c:type="GstObjectClass"/>
10618
11114
  </field>
11115
+ <field name="_padding" readable="0" private="1">
11116
+ <array zero-terminated="0" c:type="gpointer" fixed-size="4">
11117
+ <type name="gpointer" c:type="gpointer"/>
11118
+ </array>
11119
+ </field>
10619
11120
  </record>
10620
11121
  <record name="GLViewConvertPrivate"
10621
11122
  c:type="GstGLViewConvertPrivate"
@@ -11945,6 +12446,12 @@ require this to be called with a valid handle before drawing can commence.</doc>
11945
12446
  c:type="GST_GL_MEMORY_VIDEO_FORMATS_STR">
11946
12447
  <type name="utf8" c:type="gchar*"/>
11947
12448
  </constant>
12449
+ <constant name="GL_RENDERBUFFER_ALLOCATOR_NAME"
12450
+ value="GLRenderbuffer"
12451
+ c:type="GST_GL_RENDERBUFFER_ALLOCATOR_NAME">
12452
+ <doc xml:space="preserve">The name of the GL renderbuffer allocator</doc>
12453
+ <type name="utf8" c:type="gchar*"/>
12454
+ </constant>
11948
12455
  <constant name="GL_TEXTURE_TARGET_2D_STR"
11949
12456
  value="2D"
11950
12457
  c:type="GST_GL_TEXTURE_TARGET_2D_STR">
@@ -12203,33 +12710,18 @@ per pixel</doc>
12203
12710
  </parameter>
12204
12711
  </parameters>
12205
12712
  </function>
12206
- <function name="gl_generate_texture_full"
12207
- c:identifier="gst_gl_generate_texture_full"
12713
+ <function name="gl_get_affine_transformation_meta_as_ndc"
12714
+ c:identifier="gst_gl_get_affine_transformation_meta_as_ndc"
12208
12715
  introspectable="0">
12209
12716
  <return-value transfer-ownership="none">
12210
12717
  <type name="none" c:type="void"/>
12211
12718
  </return-value>
12212
12719
  <parameters>
12213
- <parameter name="context" transfer-ownership="none">
12214
- <type name="GLContext" c:type="GstGLContext*"/>
12215
- </parameter>
12216
- <parameter name="info" transfer-ownership="none">
12217
- <type c:type="const GstVideoInfo*"/>
12218
- </parameter>
12219
- <parameter name="comp" transfer-ownership="none">
12220
- <type name="guint" c:type="const guint"/>
12221
- </parameter>
12222
- <parameter name="stride" transfer-ownership="none">
12223
- <type name="gint" c:type="gint"/>
12720
+ <parameter name="meta" transfer-ownership="none">
12721
+ <type c:type="GstVideoAffineTransformationMeta*"/>
12224
12722
  </parameter>
12225
- <parameter name="offset" transfer-ownership="none">
12226
- <type name="gsize" c:type="gsize"/>
12227
- </parameter>
12228
- <parameter name="size" transfer-ownership="none">
12229
- <type name="gsize" c:type="gsize"/>
12230
- </parameter>
12231
- <parameter name="pTexture" transfer-ownership="none">
12232
- <type c:type="GLuint*"/>
12723
+ <parameter name="matrix" transfer-ownership="none">
12724
+ <type name="gfloat" c:type="gfloat*"/>
12233
12725
  </parameter>
12234
12726
  </parameters>
12235
12727
  </function>
@@ -12350,27 +12842,20 @@ multiple times. This must be called before any other GstGLMemory operation.</do
12350
12842
  <type name="none" c:type="void"/>
12351
12843
  </return-value>
12352
12844
  </function>
12353
- <function name="gl_memory_setup_buffer"
12354
- c:identifier="gst_gl_memory_setup_buffer"
12355
- moved-to="GLMemory.setup_buffer"
12356
- version="1.8">
12845
+ <function name="gl_multiply_matrix4"
12846
+ c:identifier="gst_gl_multiply_matrix4">
12357
12847
  <return-value transfer-ownership="none">
12358
- <doc xml:space="preserve">whether the buffer was correctly setup</doc>
12359
- <type name="gboolean" c:type="gboolean"/>
12848
+ <type name="none" c:type="void"/>
12360
12849
  </return-value>
12361
12850
  <parameters>
12362
- <parameter name="allocator" transfer-ownership="none">
12363
- <doc xml:space="preserve">the @GstGLMemoryAllocator to allocate from</doc>
12364
- <type name="GLMemoryAllocator" c:type="GstGLMemoryAllocator*"/>
12851
+ <parameter name="a" transfer-ownership="none">
12852
+ <type name="gfloat" c:type="const gfloat*"/>
12365
12853
  </parameter>
12366
- <parameter name="buffer" transfer-ownership="none">
12367
- <doc xml:space="preserve">a #GstBuffer to setup</doc>
12368
- <type name="Gst.Buffer" c:type="GstBuffer*"/>
12854
+ <parameter name="b" transfer-ownership="none">
12855
+ <type name="gfloat" c:type="const gfloat*"/>
12369
12856
  </parameter>
12370
- <parameter name="params" transfer-ownership="none">
12371
- <doc xml:space="preserve">the #GstGLVideoAllocationParams to allocate with</doc>
12372
- <type name="GLVideoAllocationParams"
12373
- c:type="GstGLVideoAllocationParams*"/>
12857
+ <parameter name="result" transfer-ownership="none">
12858
+ <type name="gfloat" c:type="gfloat*"/>
12374
12859
  </parameter>
12375
12860
  </parameters>
12376
12861
  </function>
@@ -12417,6 +12902,16 @@ multiple times. This must be called before any other GstGLMemory operation.</do
12417
12902
  </parameter>
12418
12903
  </parameters>
12419
12904
  </function>
12905
+ <function name="gl_renderbuffer_init_once"
12906
+ c:identifier="gst_gl_renderbuffer_init_once"
12907
+ moved-to="GLRenderbuffer.init_once"
12908
+ version="1.4">
12909
+ <doc xml:space="preserve">Initializes the GL Base Texture allocator. It is safe to call this function
12910
+ multiple times. This must be called before any other GstGLRenderbuffer operation.</doc>
12911
+ <return-value transfer-ownership="none">
12912
+ <type name="none" c:type="void"/>
12913
+ </return-value>
12914
+ </function>
12420
12915
  <function name="gl_run_query" c:identifier="gst_gl_run_query">
12421
12916
  <return-value transfer-ownership="none">
12422
12917
  <type name="gboolean" c:type="gboolean"/>
@@ -12790,5 +13285,19 @@ multiple times. This must be called before any other GstGLMemory operation.</do
12790
13285
  </parameter>
12791
13286
  </parameters>
12792
13287
  </function>
13288
+ <function name="is_gl_renderbuffer"
13289
+ c:identifier="gst_is_gl_renderbuffer"
13290
+ version="1.10">
13291
+ <return-value transfer-ownership="none">
13292
+ <doc xml:space="preserve">whether the memory at @mem is a #GstGLRenderbuffer</doc>
13293
+ <type name="gboolean" c:type="gboolean"/>
13294
+ </return-value>
13295
+ <parameters>
13296
+ <parameter name="mem" transfer-ownership="none">
13297
+ <doc xml:space="preserve">a #GstMemory</doc>
13298
+ <type name="Gst.Memory" c:type="GstMemory*"/>
13299
+ </parameter>
13300
+ </parameters>
13301
+ </function>
12793
13302
  </namespace>
12794
13303
  </repository>