gstreamer 3.0.9-x86-mingw32 → 3.1.0-x86-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
@@ -387,6 +387,23 @@ The size of the structure is made public to allow stack allocations.</doc>
387
387
  <field name="entry_offset" readable="0" private="1">
388
388
  <type name="guint" c:type="guint"/>
389
389
  </field>
390
+ <method name="add_profile_specific_ext"
391
+ c:identifier="gst_rtcp_packet_add_profile_specific_ext">
392
+ <return-value transfer-ownership="none">
393
+ <type name="gboolean" c:type="gboolean"/>
394
+ </return-value>
395
+ <parameters>
396
+ <instance-parameter name="packet" transfer-ownership="none">
397
+ <type name="RTCPPacket" c:type="GstRTCPPacket*"/>
398
+ </instance-parameter>
399
+ <parameter name="data" transfer-ownership="none">
400
+ <type name="guint8" c:type="const guint8*"/>
401
+ </parameter>
402
+ <parameter name="len" transfer-ownership="none">
403
+ <type name="guint" c:type="guint"/>
404
+ </parameter>
405
+ </parameters>
406
+ </method>
390
407
  <method name="add_rb" c:identifier="gst_rtcp_packet_add_rb">
391
408
  <doc xml:space="preserve">Add a new report block to @packet with the given values.</doc>
392
409
  <return-value transfer-ownership="none">
@@ -430,6 +447,157 @@ the max MTU is exceeded or the number of report blocks is greater than
430
447
  </parameter>
431
448
  </parameters>
432
449
  </method>
450
+ <method name="app_get_data"
451
+ c:identifier="gst_rtcp_packet_app_get_data"
452
+ version="1.10">
453
+ <doc xml:space="preserve">Get the application-dependent data attached to a RTPFB or PSFB @packet.</doc>
454
+ <return-value transfer-ownership="none">
455
+ <doc xml:space="preserve">A pointer to the data</doc>
456
+ <type name="guint8" c:type="guint8*"/>
457
+ </return-value>
458
+ <parameters>
459
+ <instance-parameter name="packet" transfer-ownership="none">
460
+ <doc xml:space="preserve">a valid APP #GstRTCPPacket</doc>
461
+ <type name="RTCPPacket" c:type="GstRTCPPacket*"/>
462
+ </instance-parameter>
463
+ </parameters>
464
+ </method>
465
+ <method name="app_get_data_length"
466
+ c:identifier="gst_rtcp_packet_app_get_data_length"
467
+ version="1.10">
468
+ <doc xml:space="preserve">Get the length of the application-dependent data attached to an APP
469
+ @packet.</doc>
470
+ <return-value transfer-ownership="none">
471
+ <doc xml:space="preserve">The length of data in 32-bit words.</doc>
472
+ <type name="guint16" c:type="guint16"/>
473
+ </return-value>
474
+ <parameters>
475
+ <instance-parameter name="packet" transfer-ownership="none">
476
+ <doc xml:space="preserve">a valid APP #GstRTCPPacket</doc>
477
+ <type name="RTCPPacket" c:type="GstRTCPPacket*"/>
478
+ </instance-parameter>
479
+ </parameters>
480
+ </method>
481
+ <method name="app_get_name"
482
+ c:identifier="gst_rtcp_packet_app_get_name"
483
+ version="1.10">
484
+ <doc xml:space="preserve">Get the name field of the APP @packet.</doc>
485
+ <return-value transfer-ownership="none">
486
+ <doc xml:space="preserve">The 4-byte name field, not zero-terminated.</doc>
487
+ <type name="utf8" c:type="const gchar*"/>
488
+ </return-value>
489
+ <parameters>
490
+ <instance-parameter name="packet" transfer-ownership="none">
491
+ <doc xml:space="preserve">a valid APP #GstRTCPPacket</doc>
492
+ <type name="RTCPPacket" c:type="GstRTCPPacket*"/>
493
+ </instance-parameter>
494
+ </parameters>
495
+ </method>
496
+ <method name="app_get_ssrc"
497
+ c:identifier="gst_rtcp_packet_app_get_ssrc"
498
+ version="1.10">
499
+ <doc xml:space="preserve">Get the SSRC/CSRC field of the APP @packet.</doc>
500
+ <return-value transfer-ownership="none">
501
+ <doc xml:space="preserve">The SSRC/CSRC.</doc>
502
+ <type name="guint32" c:type="guint32"/>
503
+ </return-value>
504
+ <parameters>
505
+ <instance-parameter name="packet" transfer-ownership="none">
506
+ <doc xml:space="preserve">a valid APP #GstRTCPPacket</doc>
507
+ <type name="RTCPPacket" c:type="GstRTCPPacket*"/>
508
+ </instance-parameter>
509
+ </parameters>
510
+ </method>
511
+ <method name="app_get_subtype"
512
+ c:identifier="gst_rtcp_packet_app_get_subtype"
513
+ version="1.10">
514
+ <doc xml:space="preserve">Get the subtype field of the APP @packet.</doc>
515
+ <return-value transfer-ownership="none">
516
+ <doc xml:space="preserve">The subtype.</doc>
517
+ <type name="guint8" c:type="guint8"/>
518
+ </return-value>
519
+ <parameters>
520
+ <instance-parameter name="packet" transfer-ownership="none">
521
+ <doc xml:space="preserve">a valid APP #GstRTCPPacket</doc>
522
+ <type name="RTCPPacket" c:type="GstRTCPPacket*"/>
523
+ </instance-parameter>
524
+ </parameters>
525
+ </method>
526
+ <method name="app_set_data_length"
527
+ c:identifier="gst_rtcp_packet_app_set_data_length"
528
+ version="1.10">
529
+ <doc xml:space="preserve">Set the length of the application-dependent data attached to an APP
530
+ @packet.</doc>
531
+ <return-value transfer-ownership="none">
532
+ <doc xml:space="preserve">%TRUE if there was enough space in the packet to add this much
533
+ data.</doc>
534
+ <type name="gboolean" c:type="gboolean"/>
535
+ </return-value>
536
+ <parameters>
537
+ <instance-parameter name="packet" transfer-ownership="none">
538
+ <doc xml:space="preserve">a valid APP #GstRTCPPacket</doc>
539
+ <type name="RTCPPacket" c:type="GstRTCPPacket*"/>
540
+ </instance-parameter>
541
+ <parameter name="wordlen" transfer-ownership="none">
542
+ <doc xml:space="preserve">Length of the data in 32-bit words</doc>
543
+ <type name="guint16" c:type="guint16"/>
544
+ </parameter>
545
+ </parameters>
546
+ </method>
547
+ <method name="app_set_name"
548
+ c:identifier="gst_rtcp_packet_app_set_name"
549
+ version="1.10">
550
+ <doc xml:space="preserve">Set the name field of the APP @packet.</doc>
551
+ <return-value transfer-ownership="none">
552
+ <type name="none" c:type="void"/>
553
+ </return-value>
554
+ <parameters>
555
+ <instance-parameter name="packet" transfer-ownership="none">
556
+ <doc xml:space="preserve">a valid APP #GstRTCPPacket</doc>
557
+ <type name="RTCPPacket" c:type="GstRTCPPacket*"/>
558
+ </instance-parameter>
559
+ <parameter name="name" transfer-ownership="none">
560
+ <doc xml:space="preserve">4-byte ASCII name</doc>
561
+ <type name="utf8" c:type="const gchar*"/>
562
+ </parameter>
563
+ </parameters>
564
+ </method>
565
+ <method name="app_set_ssrc"
566
+ c:identifier="gst_rtcp_packet_app_set_ssrc"
567
+ version="1.10">
568
+ <doc xml:space="preserve">Set the SSRC/CSRC field of the APP @packet.</doc>
569
+ <return-value transfer-ownership="none">
570
+ <type name="none" c:type="void"/>
571
+ </return-value>
572
+ <parameters>
573
+ <instance-parameter name="packet" transfer-ownership="none">
574
+ <doc xml:space="preserve">a valid APP #GstRTCPPacket</doc>
575
+ <type name="RTCPPacket" c:type="GstRTCPPacket*"/>
576
+ </instance-parameter>
577
+ <parameter name="ssrc" transfer-ownership="none">
578
+ <doc xml:space="preserve">SSRC/CSRC of the packet</doc>
579
+ <type name="guint32" c:type="guint32"/>
580
+ </parameter>
581
+ </parameters>
582
+ </method>
583
+ <method name="app_set_subtype"
584
+ c:identifier="gst_rtcp_packet_app_set_subtype"
585
+ version="1.10">
586
+ <doc xml:space="preserve">Set the subtype field of the APP @packet.</doc>
587
+ <return-value transfer-ownership="none">
588
+ <type name="none" c:type="void"/>
589
+ </return-value>
590
+ <parameters>
591
+ <instance-parameter name="packet" transfer-ownership="none">
592
+ <doc xml:space="preserve">a valid APP #GstRTCPPacket</doc>
593
+ <type name="RTCPPacket" c:type="GstRTCPPacket*"/>
594
+ </instance-parameter>
595
+ <parameter name="subtype" transfer-ownership="none">
596
+ <doc xml:space="preserve">subtype of the packet</doc>
597
+ <type name="guint8" c:type="guint8"/>
598
+ </parameter>
599
+ </parameters>
600
+ </method>
433
601
  <method name="bye_add_ssrc" c:identifier="gst_rtcp_packet_bye_add_ssrc">
434
602
  <doc xml:space="preserve">Add @ssrc to the BYE @packet.</doc>
435
603
  <return-value transfer-ownership="none">
@@ -553,6 +721,37 @@ present.</doc>
553
721
  </parameter>
554
722
  </parameters>
555
723
  </method>
724
+ <method name="copy_profile_specific_ext"
725
+ c:identifier="gst_rtcp_packet_copy_profile_specific_ext">
726
+ <doc xml:space="preserve">The profile-specific extension data is copied into a new allocated
727
+ memory area @data. This must be freed with g_free() after usage.</doc>
728
+ <return-value transfer-ownership="none">
729
+ <doc xml:space="preserve">%TRUE if there was valid data.</doc>
730
+ <type name="gboolean" c:type="gboolean"/>
731
+ </return-value>
732
+ <parameters>
733
+ <instance-parameter name="packet" transfer-ownership="none">
734
+ <doc xml:space="preserve">a valid SR or RR #GstRTCPPacket</doc>
735
+ <type name="RTCPPacket" c:type="GstRTCPPacket*"/>
736
+ </instance-parameter>
737
+ <parameter name="data"
738
+ direction="out"
739
+ caller-allocates="0"
740
+ transfer-ownership="full">
741
+ <doc xml:space="preserve">result profile-specific data</doc>
742
+ <array length="1" zero-terminated="0" c:type="guint8**">
743
+ <type name="guint8" c:type="guint8*"/>
744
+ </array>
745
+ </parameter>
746
+ <parameter name="len"
747
+ direction="out"
748
+ caller-allocates="0"
749
+ transfer-ownership="full">
750
+ <doc xml:space="preserve">length of the profile-specific extension data</doc>
751
+ <type name="guint" c:type="guint*"/>
752
+ </parameter>
753
+ </parameters>
754
+ </method>
556
755
  <method name="fb_get_fci" c:identifier="gst_rtcp_packet_fb_get_fci">
557
756
  <doc xml:space="preserve">Get the Feedback Control Information attached to a RTPFB or PSFB @packet.</doc>
558
757
  <return-value transfer-ownership="none">
@@ -732,6 +931,49 @@ valid packet.</doc>
732
931
  </instance-parameter>
733
932
  </parameters>
734
933
  </method>
934
+ <method name="get_profile_specific_ext"
935
+ c:identifier="gst_rtcp_packet_get_profile_specific_ext">
936
+ <return-value transfer-ownership="none">
937
+ <doc xml:space="preserve">%TRUE if there was valid data.</doc>
938
+ <type name="gboolean" c:type="gboolean"/>
939
+ </return-value>
940
+ <parameters>
941
+ <instance-parameter name="packet" transfer-ownership="none">
942
+ <doc xml:space="preserve">a valid SR or RR #GstRTCPPacket</doc>
943
+ <type name="RTCPPacket" c:type="GstRTCPPacket*"/>
944
+ </instance-parameter>
945
+ <parameter name="data"
946
+ direction="out"
947
+ caller-allocates="0"
948
+ transfer-ownership="none">
949
+ <doc xml:space="preserve">result profile-specific data</doc>
950
+ <array length="1" zero-terminated="0" c:type="guint8**">
951
+ <type name="guint8" c:type="guint8*"/>
952
+ </array>
953
+ </parameter>
954
+ <parameter name="len"
955
+ direction="out"
956
+ caller-allocates="0"
957
+ transfer-ownership="full">
958
+ <doc xml:space="preserve">result length of the profile-specific data</doc>
959
+ <type name="guint" c:type="guint*"/>
960
+ </parameter>
961
+ </parameters>
962
+ </method>
963
+ <method name="get_profile_specific_ext_length"
964
+ c:identifier="gst_rtcp_packet_get_profile_specific_ext_length">
965
+ <return-value transfer-ownership="none">
966
+ <doc xml:space="preserve">The number of 32-bit words containing profile-specific extension
967
+ data from @packet.</doc>
968
+ <type name="guint16" c:type="guint16"/>
969
+ </return-value>
970
+ <parameters>
971
+ <instance-parameter name="packet" transfer-ownership="none">
972
+ <doc xml:space="preserve">a valid SR or RR #GstRTCPPacket</doc>
973
+ <type name="RTCPPacket" c:type="GstRTCPPacket*"/>
974
+ </instance-parameter>
975
+ </parameters>
976
+ </method>
735
977
  <method name="get_rb" c:identifier="gst_rtcp_packet_get_rb">
736
978
  <doc xml:space="preserve">Parse the values of the @nth report block in @packet and store the result in
737
979
  the values.</doc>
@@ -2440,7 +2682,7 @@ gst_rtp_buffer_add_extension_twobytes_header()</doc>
2440
2682
  </parameter>
2441
2683
  <parameter name="data" transfer-ownership="none">
2442
2684
  <doc xml:space="preserve">location for data</doc>
2443
- <array length="2" zero-terminated="0" c:type="gpointer">
2685
+ <array length="2" zero-terminated="0" c:type="gconstpointer">
2444
2686
  <type name="guint8"/>
2445
2687
  </array>
2446
2688
  </parameter>
@@ -2478,7 +2720,7 @@ gst_rtp_buffer_add_extension_onebyte_header()</doc>
2478
2720
  </parameter>
2479
2721
  <parameter name="data" transfer-ownership="none">
2480
2722
  <doc xml:space="preserve">location for data</doc>
2481
- <array length="3" zero-terminated="0" c:type="gpointer">
2723
+ <array length="3" zero-terminated="0" c:type="gconstpointer">
2482
2724
  <type name="guint8"/>
2483
2725
  </array>
2484
2726
  </parameter>
@@ -3397,6 +3639,30 @@ function transfers ownership of @data to the new buffer.</doc>
3397
3639
  </parameters>
3398
3640
  </function>
3399
3641
  </record>
3642
+ <bitfield name="RTPBufferFlags"
3643
+ version="1.10"
3644
+ glib:type-name="GstRTPBufferFlags"
3645
+ glib:get-type="gst_rtp_buffer_flags_get_type"
3646
+ c:type="GstRTPBufferFlags">
3647
+ <doc xml:space="preserve">Additional RTP buffer flags. These flags can potentially be used on any
3648
+ buffers carrying RTP packets.
3649
+
3650
+ Note that these are only valid for #GstCaps of type: application/x-rtp (x-rtcp).
3651
+ They can conflict with other extended buffer flags.</doc>
3652
+ <member name="retransmission"
3653
+ value="1048576"
3654
+ c:identifier="GST_RTP_BUFFER_FLAG_RETRANSMISSION"
3655
+ glib:nick="retransmission">
3656
+ <doc xml:space="preserve">The #GstBuffer was once wrapped
3657
+ in a retransmitted packet as specified by RFC 4588.</doc>
3658
+ </member>
3659
+ <member name="last"
3660
+ value="268435456"
3661
+ c:identifier="GST_RTP_BUFFER_FLAG_LAST"
3662
+ glib:nick="last">
3663
+ <doc xml:space="preserve">Offset to define more flags.</doc>
3664
+ </member>
3665
+ </bitfield>
3400
3666
  <bitfield name="RTPBufferMapFlags"
3401
3667
  version="1.6.1"
3402
3668
  glib:type-name="GstRTPBufferMapFlags"
@@ -92,6 +92,13 @@ The allowed values are:
92
92
  <doc xml:space="preserve">Focal length used when capturing an image, in mm. (double)</doc>
93
93
  <type name="utf8" c:type="gchar*"/>
94
94
  </constant>
95
+ <constant name="TAG_CAPTURING_FOCAL_LENGTH_35_MM"
96
+ value="capturing-focal-length-35mm"
97
+ c:type="GST_TAG_CAPTURING_FOCAL_LENGTH_35_MM"
98
+ version="1.10">
99
+ <doc xml:space="preserve">35 mm equivalent focal length used when capturing an image, in mm. (double)</doc>
100
+ <type name="utf8" c:type="gchar*"/>
101
+ </constant>
95
102
  <constant name="TAG_CAPTURING_FOCAL_RATIO"
96
103
  value="capturing-focal-ratio"
97
104
  c:type="GST_TAG_CAPTURING_FOCAL_RATIO">
@@ -1643,7 +1643,7 @@ Default is 0: let the resampler choose a good value.</doc>
1643
1643
  <type name="utf8" c:type="gchar*"/>
1644
1644
  </constant>
1645
1645
  <constant name="VIDEO_FORMATS_ALL"
1646
- value="{ I420, YV12, YUY2, UYVY, AYUV, RGBx, BGRx, xRGB, xBGR, RGBA, BGRA, ARGB, ABGR, RGB, BGR, Y41B, Y42B, YVYU, Y444, v210, v216, NV12, NV21, NV16, NV61, NV24, GRAY8, GRAY16_BE, GRAY16_LE, v308, RGB16, BGR16, RGB15, BGR15, UYVP, A420, RGB8P, YUV9, YVU9, IYU1, ARGB64, AYUV64, r210, I420_10LE, I420_10BE, I422_10LE, I422_10BE, Y444_10LE, Y444_10BE, GBR, GBR_10LE, GBR_10BE, NV12_64Z32, A420_10LE, A420_10BE, A422_10LE, A422_10BE, A444_10LE, A444_10BE }"
1646
+ value="{ I420, YV12, YUY2, UYVY, AYUV, RGBx, BGRx, xRGB, xBGR, RGBA, BGRA, ARGB, ABGR, RGB, BGR, Y41B, Y42B, YVYU, Y444, v210, v216, NV12, NV21, NV16, NV61, NV24, GRAY8, GRAY16_BE, GRAY16_LE, v308, IYU2, RGB16, BGR16, RGB15, BGR15, UYVP, A420, RGB8P, YUV9, YVU9, IYU1, ARGB64, AYUV64, r210, I420_10LE, I420_10BE, I422_10LE, I422_10BE, Y444_10LE, Y444_10BE, GBR, GBR_10LE, GBR_10BE, NV12_64Z32, A420_10LE, A420_10BE, A422_10LE, A422_10BE, A444_10LE, A444_10BE, P010_10LE, P010_10BE }"
1647
1647
  c:type="GST_VIDEO_FORMATS_ALL">
1648
1648
  <type name="utf8" c:type="gchar*"/>
1649
1649
  </constant>
@@ -1887,7 +1887,10 @@ structure is usually used to configure the bufferpool if it supports the
1887
1887
  glib:get-type="gst_video_buffer_flags_get_type"
1888
1888
  c:type="GstVideoBufferFlags">
1889
1889
  <doc xml:space="preserve">Additional video buffer flags. These flags can potentially be used on any
1890
- buffers carrying video data - even encoded data.</doc>
1890
+ buffers carrying video data - even encoded data.
1891
+
1892
+ Note that these are only valid for #GstCaps of type: video/...
1893
+ They can conflict with other extended buffer flags.</doc>
1891
1894
  <member name="interlaced"
1892
1895
  value="1048576"
1893
1896
  c:identifier="GST_VIDEO_BUFFER_FLAG_INTERLACED"
@@ -2415,7 +2418,7 @@ Decoders and encoders can set the downstream state, by using the
2415
2418
  <type name="VideoInfo" c:type="GstVideoInfo"/>
2416
2419
  </field>
2417
2420
  <field name="caps" writable="1">
2418
- <doc xml:space="preserve">The #GstCaps</doc>
2421
+ <doc xml:space="preserve">The #GstCaps used in the caps negotiation of the pad.</doc>
2419
2422
  <type name="Gst.Caps" c:type="GstCaps*"/>
2420
2423
  </field>
2421
2424
  <field name="codec_data" writable="1">
@@ -2423,8 +2426,13 @@ Decoders and encoders can set the downstream state, by using the
2423
2426
  'codec_data' field of a stream, or NULL.</doc>
2424
2427
  <type name="Gst.Buffer" c:type="GstBuffer*"/>
2425
2428
  </field>
2429
+ <field name="allocation_caps" writable="1">
2430
+ <doc xml:space="preserve">The #GstCaps for allocation query and pool
2431
+ negotiation. Since: 1.10</doc>
2432
+ <type name="Gst.Caps" c:type="GstCaps*"/>
2433
+ </field>
2426
2434
  <field name="padding" readable="0" private="1">
2427
- <array zero-terminated="0" c:type="void" fixed-size="20">
2435
+ <array zero-terminated="0" c:type="void" fixed-size="19">
2428
2436
  <type name="gpointer" c:type="void*"/>
2429
2437
  </array>
2430
2438
  </field>
@@ -2802,7 +2810,7 @@ information in @info.</doc>
2802
2810
  <parameters>
2803
2811
  <instance-parameter name="cinfo" transfer-ownership="none">
2804
2812
  <doc xml:space="preserve">a #GstVideoInfo</doc>
2805
- <type name="VideoColorimetry" c:type="GstVideoColorimetry*"/>
2813
+ <type name="VideoColorimetry" c:type="const GstVideoColorimetry*"/>
2806
2814
  </instance-parameter>
2807
2815
  <parameter name="color" transfer-ownership="none">
2808
2816
  <doc xml:space="preserve">a colorimetry string</doc>
@@ -2819,7 +2827,7 @@ information in @info.</doc>
2819
2827
  <parameters>
2820
2828
  <instance-parameter name="cinfo" transfer-ownership="none">
2821
2829
  <doc xml:space="preserve">a #GstVideoColorimetry</doc>
2822
- <type name="VideoColorimetry" c:type="GstVideoColorimetry*"/>
2830
+ <type name="VideoColorimetry" c:type="const GstVideoColorimetry*"/>
2823
2831
  </instance-parameter>
2824
2832
  </parameters>
2825
2833
  </method>
@@ -4337,6 +4345,32 @@ and likely as well. If non-packetized input is supported or expected,
4337
4345
  c:type="GstVideoDecoderPrivate"
4338
4346
  disguised="1">
4339
4347
  </record>
4348
+ <interface name="VideoDirection"
4349
+ c:symbol-prefix="video_direction"
4350
+ c:type="GstVideoDirection"
4351
+ version="1.10"
4352
+ glib:type-name="GstVideoDirection"
4353
+ glib:get-type="gst_video_direction_get_type"
4354
+ glib:type-struct="VideoDirectionInterface">
4355
+ <doc xml:space="preserve">The interface allows unified access to control flipping and rotation
4356
+ operations of video-sources or operators.</doc>
4357
+ <property name="video-direction"
4358
+ writable="1"
4359
+ construct="1"
4360
+ transfer-ownership="none">
4361
+ <type name="VideoOrientationMethod"/>
4362
+ </property>
4363
+ </interface>
4364
+ <record name="VideoDirectionInterface"
4365
+ c:type="GstVideoDirectionInterface"
4366
+ glib:is-gtype-struct-for="VideoDirection"
4367
+ version="1.10">
4368
+ <doc xml:space="preserve">#GstVideoDirectionInterface interface.</doc>
4369
+ <field name="iface">
4370
+ <doc xml:space="preserve">parent interface type.</doc>
4371
+ <type name="GObject.TypeInterface" c:type="GTypeInterface"/>
4372
+ </field>
4373
+ </record>
4340
4374
  <record name="VideoDither" c:type="GstVideoDither" disguised="1">
4341
4375
  <doc xml:space="preserve">GstVideoDither provides implementations of several dithering algorithms
4342
4376
  that can be applied to lines of video pixels to quantize and dither them.</doc>
@@ -5857,7 +5891,7 @@ to implement frame dropping.
5857
5891
  value="28"
5858
5892
  c:identifier="GST_VIDEO_FORMAT_v308"
5859
5893
  glib:nick="v308">
5860
- <doc xml:space="preserve">packed 4:4:4 YUV</doc>
5894
+ <doc xml:space="preserve">packed 4:4:4 YUV (Y-U-V ...)</doc>
5861
5895
  </member>
5862
5896
  <member name="rgb16"
5863
5897
  value="29"
@@ -6051,6 +6085,24 @@ to implement frame dropping.
6051
6085
  glib:nick="nv61">
6052
6086
  <doc xml:space="preserve">planar 4:2:2 YUV with interleaved VU plane (Since 1.6)</doc>
6053
6087
  </member>
6088
+ <member name="p010_10be"
6089
+ value="61"
6090
+ c:identifier="GST_VIDEO_FORMAT_P010_10BE"
6091
+ glib:nick="p010-10be">
6092
+ <doc xml:space="preserve">planar 4:2:0 YUV with interleaved UV plane, 10 bits per channel</doc>
6093
+ </member>
6094
+ <member name="p010_10le"
6095
+ value="62"
6096
+ c:identifier="GST_VIDEO_FORMAT_P010_10LE"
6097
+ glib:nick="p010-10le">
6098
+ <doc xml:space="preserve">planar 4:2:0 YUV with interleaved UV plane, 10 bits per channel</doc>
6099
+ </member>
6100
+ <member name="iyu2"
6101
+ value="63"
6102
+ c:identifier="GST_VIDEO_FORMAT_IYU2"
6103
+ glib:nick="iyu2">
6104
+ <doc xml:space="preserve">packed 4:4:4 YUV (U-Y-V ...) (Since 1.10)</doc>
6105
+ </member>
6054
6106
  <function name="from_fourcc" c:identifier="gst_video_format_from_fourcc">
6055
6107
  <doc xml:space="preserve">Converts a FOURCC value into the corresponding #GstVideoFormat.
6056
6108
  If the FOURCC cannot be represented by #GstVideoFormat,
@@ -6588,10 +6640,10 @@ to get to the pixels.
6588
6640
  GstVideoFrame vframe;
6589
6641
  ...
6590
6642
  // set RGB pixels to black one at a time
6591
- if (gst_video_frame_map (&amp;amp;vframe, video_info, video_buffer)) {
6643
+ if (gst_video_frame_map (&amp;amp;vframe, video_info, video_buffer, GST_MAP_WRITE)) {
6592
6644
  guint8 *pixels = GST_VIDEO_FRAME_PLANE_DATA (vframe, 0);
6593
6645
  guint stride = GST_VIDEO_FRAME_PLANE_STRIDE (vframe, 0);
6594
- guint pixel_stride = GST_VIDEO_FRAME_PLANE_PSTRIDE (vframe, 0);
6646
+ guint pixel_stride = GST_VIDEO_FRAME_COMP_PSTRIDE (vframe, 0);
6595
6647
 
6596
6648
  for (h = 0; h &lt; height; ++h) {
6597
6649
  for (w = 0; w &lt; width; ++w) {
@@ -6600,6 +6652,8 @@ to get to the pixels.
6600
6652
  memset (pixel, 0, pixel_stride);
6601
6653
  }
6602
6654
  }
6655
+
6656
+ gst_video_frame_unmap (&amp;amp;vframe);
6603
6657
  }
6604
6658
  ...
6605
6659
  ]|
@@ -8224,6 +8278,73 @@ operation of video-sources or operators.</doc>
8224
8278
  </callback>
8225
8279
  </field>
8226
8280
  </record>
8281
+ <enumeration name="VideoOrientationMethod"
8282
+ version="1.10"
8283
+ glib:type-name="GstVideoOrientationMethod"
8284
+ glib:get-type="gst_video_orientation_method_get_type"
8285
+ c:type="GstVideoOrientationMethod">
8286
+ <doc xml:space="preserve">The different video orientation methods.</doc>
8287
+ <member name="identity"
8288
+ value="0"
8289
+ c:identifier="GST_VIDEO_ORIENTATION_IDENTITY"
8290
+ glib:nick="identity">
8291
+ <doc xml:space="preserve">Identity (no rotation)</doc>
8292
+ </member>
8293
+ <member name="90r"
8294
+ value="1"
8295
+ c:identifier="GST_VIDEO_ORIENTATION_90R"
8296
+ glib:nick="90r">
8297
+ <doc xml:space="preserve">Rotate clockwise 90 degrees</doc>
8298
+ </member>
8299
+ <member name="180"
8300
+ value="2"
8301
+ c:identifier="GST_VIDEO_ORIENTATION_180"
8302
+ glib:nick="180">
8303
+ <doc xml:space="preserve">Rotate 180 degrees</doc>
8304
+ </member>
8305
+ <member name="90l"
8306
+ value="3"
8307
+ c:identifier="GST_VIDEO_ORIENTATION_90L"
8308
+ glib:nick="90l">
8309
+ <doc xml:space="preserve">Rotate counter-clockwise 90 degrees</doc>
8310
+ </member>
8311
+ <member name="horiz"
8312
+ value="4"
8313
+ c:identifier="GST_VIDEO_ORIENTATION_HORIZ"
8314
+ glib:nick="horiz">
8315
+ <doc xml:space="preserve">Flip horizontally</doc>
8316
+ </member>
8317
+ <member name="vert"
8318
+ value="5"
8319
+ c:identifier="GST_VIDEO_ORIENTATION_VERT"
8320
+ glib:nick="vert">
8321
+ <doc xml:space="preserve">Flip vertically</doc>
8322
+ </member>
8323
+ <member name="ul_lr"
8324
+ value="6"
8325
+ c:identifier="GST_VIDEO_ORIENTATION_UL_LR"
8326
+ glib:nick="ul-lr">
8327
+ <doc xml:space="preserve">Flip across upper left/lower right diagonal</doc>
8328
+ </member>
8329
+ <member name="ur_ll"
8330
+ value="7"
8331
+ c:identifier="GST_VIDEO_ORIENTATION_UR_LL"
8332
+ glib:nick="ur-ll">
8333
+ <doc xml:space="preserve">Flip across upper right/lower left diagonal</doc>
8334
+ </member>
8335
+ <member name="auto"
8336
+ value="8"
8337
+ c:identifier="GST_VIDEO_ORIENTATION_AUTO"
8338
+ glib:nick="auto">
8339
+ <doc xml:space="preserve">Select flip method based on image-orientation tag</doc>
8340
+ </member>
8341
+ <member name="custom"
8342
+ value="9"
8343
+ c:identifier="GST_VIDEO_ORIENTATION_CUSTOM"
8344
+ glib:nick="custom">
8345
+ <doc xml:space="preserve">Current status depends on plugin internal setup</doc>
8346
+ </member>
8347
+ </enumeration>
8227
8348
  <interface name="VideoOverlay"
8228
8349
  c:symbol-prefix="video_overlay"
8229
8350
  c:type="GstVideoOverlay"
@@ -8794,7 +8915,10 @@ must be done right after creating the overlay composition.</doc>
8794
8915
  <method name="blend" c:identifier="gst_video_overlay_composition_blend">
8795
8916
  <doc xml:space="preserve">Blends the overlay rectangles in @comp on top of the raw video data
8796
8917
  contained in @video_buf. The data in @video_buf must be writable and
8797
- mapped appropriately.</doc>
8918
+ mapped appropriately.
8919
+
8920
+ Since @video_buf data is read and will be modified, it ought be
8921
+ mapped with flag GST_MAP_READWRITE.</doc>
8798
8922
  <return-value transfer-ownership="none">
8799
8923
  <type name="gboolean" c:type="gboolean"/>
8800
8924
  </return-value>
@@ -8805,7 +8929,8 @@ mapped appropriately.</doc>
8805
8929
  c:type="GstVideoOverlayComposition*"/>
8806
8930
  </instance-parameter>
8807
8931
  <parameter name="video_buf" transfer-ownership="none">
8808
- <doc xml:space="preserve">a #GstVideoFrame containing raw video data in a supported format</doc>
8932
+ <doc xml:space="preserve">a #GstVideoFrame containing raw video data in a
8933
+ supported format. It should be mapped using GST_MAP_READWRITE</doc>
8809
8934
  <type name="VideoFrame" c:type="GstVideoFrame*"/>
8810
8935
  </parameter>
8811
8936
  </parameters>
@@ -9656,11 +9781,11 @@ required to perform various kinds of resampling filtering.</doc>
9656
9781
  </parameters>
9657
9782
  </method>
9658
9783
  </record>
9659
- <enumeration name="VideoResamplerFlags"
9660
- version="1.6"
9661
- glib:type-name="GstVideoResamplerFlags"
9662
- glib:get-type="gst_video_resampler_flags_get_type"
9663
- c:type="GstVideoResamplerFlags">
9784
+ <bitfield name="VideoResamplerFlags"
9785
+ version="1.6"
9786
+ glib:type-name="GstVideoResamplerFlags"
9787
+ glib:get-type="gst_video_resampler_flags_get_type"
9788
+ c:type="GstVideoResamplerFlags">
9664
9789
  <doc xml:space="preserve">Different resampler flags.</doc>
9665
9790
  <member name="none"
9666
9791
  value="0"
@@ -9668,7 +9793,15 @@ required to perform various kinds of resampling filtering.</doc>
9668
9793
  glib:nick="none">
9669
9794
  <doc xml:space="preserve">no flags</doc>
9670
9795
  </member>
9671
- </enumeration>
9796
+ <member name="half_taps"
9797
+ value="1"
9798
+ c:identifier="GST_VIDEO_RESAMPLER_FLAG_HALF_TAPS"
9799
+ glib:nick="half-taps">
9800
+ <doc xml:space="preserve">when no taps are given, half the
9801
+ number of calculated taps. This can be used when making scalers
9802
+ for the different fields of an interlaced picture. Since 1.10</doc>
9803
+ </member>
9804
+ </bitfield>
9672
9805
  <enumeration name="VideoResamplerMethod"
9673
9806
  version="1.6"
9674
9807
  glib:type-name="GstVideoResamplerMethod"
@@ -10152,6 +10285,397 @@ frames will only be rendered in PLAYING state.</doc>
10152
10285
  coordinates.</doc>
10153
10286
  </member>
10154
10287
  </enumeration>
10288
+ <record name="VideoTimeCode"
10289
+ c:type="GstVideoTimeCode"
10290
+ version="1.10"
10291
+ glib:type-name="GstVideoTimeCode"
10292
+ glib:get-type="gst_video_time_code_get_type"
10293
+ c:symbol-prefix="video_time_code">
10294
+ <doc xml:space="preserve">@field_count must be 0 for progressive video and 1 or 2 for interlaced.
10295
+
10296
+ A representation of a SMPTE time code.
10297
+
10298
+ @hours must be positive and less than 24. Will wrap around otherwise.
10299
+ @minutes and @seconds must be positive and less than 60.
10300
+ @frames must be less than or equal to @config.fps_n / @config.fps_d
10301
+ These values are *NOT* automatically normalized.</doc>
10302
+ <field name="config" writable="1">
10303
+ <doc xml:space="preserve">the corresponding #GstVideoTimeCodeConfig</doc>
10304
+ <type name="VideoTimeCodeConfig" c:type="GstVideoTimeCodeConfig"/>
10305
+ </field>
10306
+ <field name="hours" writable="1">
10307
+ <doc xml:space="preserve">the hours field of #GstVideoTimeCode</doc>
10308
+ <type name="guint" c:type="guint"/>
10309
+ </field>
10310
+ <field name="minutes" writable="1">
10311
+ <doc xml:space="preserve">the minutes field of #GstVideoTimeCode</doc>
10312
+ <type name="guint" c:type="guint"/>
10313
+ </field>
10314
+ <field name="seconds" writable="1">
10315
+ <doc xml:space="preserve">the seconds field of #GstVideoTimeCode</doc>
10316
+ <type name="guint" c:type="guint"/>
10317
+ </field>
10318
+ <field name="frames" writable="1">
10319
+ <doc xml:space="preserve">the frames field of #GstVideoTimeCode</doc>
10320
+ <type name="guint" c:type="guint"/>
10321
+ </field>
10322
+ <field name="field_count" writable="1">
10323
+ <doc xml:space="preserve">Interlaced video field count</doc>
10324
+ <type name="guint" c:type="guint"/>
10325
+ </field>
10326
+ <constructor name="new"
10327
+ c:identifier="gst_video_time_code_new"
10328
+ version="1.10">
10329
+ <doc xml:space="preserve">@field_count is 0 for progressive, 1 or 2 for interlaced.
10330
+ @latest_daiy_jam reference is stolen from caller.</doc>
10331
+ <return-value transfer-ownership="full">
10332
+ <doc xml:space="preserve">a new #GstVideoTimeCode with the given values.</doc>
10333
+ <type name="VideoTimeCode" c:type="GstVideoTimeCode*"/>
10334
+ </return-value>
10335
+ <parameters>
10336
+ <parameter name="fps_n" transfer-ownership="none">
10337
+ <doc xml:space="preserve">Numerator of the frame rate</doc>
10338
+ <type name="guint" c:type="guint"/>
10339
+ </parameter>
10340
+ <parameter name="fps_d" transfer-ownership="none">
10341
+ <doc xml:space="preserve">Denominator of the frame rate</doc>
10342
+ <type name="guint" c:type="guint"/>
10343
+ </parameter>
10344
+ <parameter name="latest_daily_jam" transfer-ownership="none">
10345
+ <doc xml:space="preserve">The latest daily jam of the #GstVideoTimeCode</doc>
10346
+ <type name="GLib.DateTime" c:type="GDateTime*"/>
10347
+ </parameter>
10348
+ <parameter name="flags" transfer-ownership="none">
10349
+ <doc xml:space="preserve">#GstVideoTimeCodeFlags</doc>
10350
+ <type name="VideoTimeCodeFlags" c:type="GstVideoTimeCodeFlags"/>
10351
+ </parameter>
10352
+ <parameter name="hours" transfer-ownership="none">
10353
+ <doc xml:space="preserve">the hours field of #GstVideoTimeCode</doc>
10354
+ <type name="guint" c:type="guint"/>
10355
+ </parameter>
10356
+ <parameter name="minutes" transfer-ownership="none">
10357
+ <doc xml:space="preserve">the minutes field of #GstVideoTimeCode</doc>
10358
+ <type name="guint" c:type="guint"/>
10359
+ </parameter>
10360
+ <parameter name="seconds" transfer-ownership="none">
10361
+ <doc xml:space="preserve">the seconds field of #GstVideoTimeCode</doc>
10362
+ <type name="guint" c:type="guint"/>
10363
+ </parameter>
10364
+ <parameter name="frames" transfer-ownership="none">
10365
+ <doc xml:space="preserve">the frames field of #GstVideoTimeCode</doc>
10366
+ <type name="guint" c:type="guint"/>
10367
+ </parameter>
10368
+ <parameter name="field_count" transfer-ownership="none">
10369
+ <doc xml:space="preserve">Interlaced video field count</doc>
10370
+ <type name="guint" c:type="guint"/>
10371
+ </parameter>
10372
+ </parameters>
10373
+ </constructor>
10374
+ <constructor name="new_empty"
10375
+ c:identifier="gst_video_time_code_new_empty"
10376
+ version="1.10">
10377
+ <return-value transfer-ownership="full">
10378
+ <doc xml:space="preserve">a new empty #GstVideoTimeCode</doc>
10379
+ <type name="VideoTimeCode" c:type="GstVideoTimeCode*"/>
10380
+ </return-value>
10381
+ </constructor>
10382
+ <method name="add_frames"
10383
+ c:identifier="gst_video_time_code_add_frames"
10384
+ version="1.10">
10385
+ <doc xml:space="preserve">Adds or subtracts @frames amount of frames to @tc .</doc>
10386
+ <return-value transfer-ownership="none">
10387
+ <type name="none" c:type="void"/>
10388
+ </return-value>
10389
+ <parameters>
10390
+ <instance-parameter name="tc" transfer-ownership="none">
10391
+ <doc xml:space="preserve">a #GstVideoTimeCode</doc>
10392
+ <type name="VideoTimeCode" c:type="GstVideoTimeCode*"/>
10393
+ </instance-parameter>
10394
+ <parameter name="frames" transfer-ownership="none">
10395
+ <doc xml:space="preserve">How many frames to add or subtract</doc>
10396
+ <type name="gint64" c:type="gint64"/>
10397
+ </parameter>
10398
+ </parameters>
10399
+ </method>
10400
+ <method name="clear"
10401
+ c:identifier="gst_video_time_code_clear"
10402
+ version="1.10">
10403
+ <doc xml:space="preserve">Initializes @tc with empty/zero/NULL values.</doc>
10404
+ <return-value transfer-ownership="none">
10405
+ <type name="none" c:type="void"/>
10406
+ </return-value>
10407
+ <parameters>
10408
+ <instance-parameter name="tc" transfer-ownership="none">
10409
+ <doc xml:space="preserve">a #GstVideoTimeCode</doc>
10410
+ <type name="VideoTimeCode" c:type="GstVideoTimeCode*"/>
10411
+ </instance-parameter>
10412
+ </parameters>
10413
+ </method>
10414
+ <method name="compare"
10415
+ c:identifier="gst_video_time_code_compare"
10416
+ version="1.10">
10417
+ <doc xml:space="preserve">Compares @tc1 and @tc2 . If both have latest daily jam information, it is
10418
+ taken into account. Otherwise, it is assumed that the daily jam of both
10419
+ @tc1 and @tc2 was at the same time.</doc>
10420
+ <return-value transfer-ownership="none">
10421
+ <doc xml:space="preserve">1 if @tc1 is after @tc2, -1 if @tc1 is before @tc2, 0 otherwise.</doc>
10422
+ <type name="gint" c:type="gint"/>
10423
+ </return-value>
10424
+ <parameters>
10425
+ <instance-parameter name="tc1" transfer-ownership="none">
10426
+ <doc xml:space="preserve">a #GstVideoTimeCode</doc>
10427
+ <type name="VideoTimeCode" c:type="const GstVideoTimeCode*"/>
10428
+ </instance-parameter>
10429
+ <parameter name="tc2" transfer-ownership="none">
10430
+ <doc xml:space="preserve">another #GstVideoTimeCode</doc>
10431
+ <type name="VideoTimeCode" c:type="const GstVideoTimeCode*"/>
10432
+ </parameter>
10433
+ </parameters>
10434
+ </method>
10435
+ <method name="copy"
10436
+ c:identifier="gst_video_time_code_copy"
10437
+ version="1.10">
10438
+ <return-value transfer-ownership="full">
10439
+ <doc xml:space="preserve">a new #GstVideoTimeCode with the same values as @tc .</doc>
10440
+ <type name="VideoTimeCode" c:type="GstVideoTimeCode*"/>
10441
+ </return-value>
10442
+ <parameters>
10443
+ <instance-parameter name="tc" transfer-ownership="none">
10444
+ <doc xml:space="preserve">a #GstVideoTimeCode</doc>
10445
+ <type name="VideoTimeCode" c:type="const GstVideoTimeCode*"/>
10446
+ </instance-parameter>
10447
+ </parameters>
10448
+ </method>
10449
+ <method name="frames_since_daily_jam"
10450
+ c:identifier="gst_video_time_code_frames_since_daily_jam"
10451
+ version="1.10">
10452
+ <return-value transfer-ownership="none">
10453
+ <doc xml:space="preserve">how many frames have passed since the daily jam of @tc .</doc>
10454
+ <type name="guint64" c:type="guint64"/>
10455
+ </return-value>
10456
+ <parameters>
10457
+ <instance-parameter name="tc" transfer-ownership="none">
10458
+ <doc xml:space="preserve">a #GstVideoTimeCode</doc>
10459
+ <type name="VideoTimeCode" c:type="const GstVideoTimeCode*"/>
10460
+ </instance-parameter>
10461
+ </parameters>
10462
+ </method>
10463
+ <method name="free"
10464
+ c:identifier="gst_video_time_code_free"
10465
+ version="1.10">
10466
+ <doc xml:space="preserve">Frees @tc .</doc>
10467
+ <return-value transfer-ownership="none">
10468
+ <type name="none" c:type="void"/>
10469
+ </return-value>
10470
+ <parameters>
10471
+ <instance-parameter name="tc" transfer-ownership="none">
10472
+ <doc xml:space="preserve">a #GstVideoTimeCode</doc>
10473
+ <type name="VideoTimeCode" c:type="GstVideoTimeCode*"/>
10474
+ </instance-parameter>
10475
+ </parameters>
10476
+ </method>
10477
+ <method name="increment_frame"
10478
+ c:identifier="gst_video_time_code_increment_frame"
10479
+ version="1.10">
10480
+ <doc xml:space="preserve">Adds one frame to @tc .</doc>
10481
+ <return-value transfer-ownership="none">
10482
+ <type name="none" c:type="void"/>
10483
+ </return-value>
10484
+ <parameters>
10485
+ <instance-parameter name="tc" transfer-ownership="none">
10486
+ <doc xml:space="preserve">a #GstVideoTimeCode</doc>
10487
+ <type name="VideoTimeCode" c:type="GstVideoTimeCode*"/>
10488
+ </instance-parameter>
10489
+ </parameters>
10490
+ </method>
10491
+ <method name="init"
10492
+ c:identifier="gst_video_time_code_init"
10493
+ version="1.10">
10494
+ <doc xml:space="preserve">@field_count is 0 for progressive, 1 or 2 for interlaced.
10495
+ @latest_daiy_jam reference is stolen from caller.
10496
+
10497
+ Initializes @tc with the given values.</doc>
10498
+ <return-value transfer-ownership="none">
10499
+ <type name="none" c:type="void"/>
10500
+ </return-value>
10501
+ <parameters>
10502
+ <instance-parameter name="tc" transfer-ownership="none">
10503
+ <doc xml:space="preserve">a #GstVideoTimeCode</doc>
10504
+ <type name="VideoTimeCode" c:type="GstVideoTimeCode*"/>
10505
+ </instance-parameter>
10506
+ <parameter name="fps_n" transfer-ownership="none">
10507
+ <doc xml:space="preserve">Numerator of the frame rate</doc>
10508
+ <type name="guint" c:type="guint"/>
10509
+ </parameter>
10510
+ <parameter name="fps_d" transfer-ownership="none">
10511
+ <doc xml:space="preserve">Denominator of the frame rate</doc>
10512
+ <type name="guint" c:type="guint"/>
10513
+ </parameter>
10514
+ <parameter name="latest_daily_jam" transfer-ownership="none">
10515
+ <doc xml:space="preserve">The latest daily jam of the #GstVideoTimeCode</doc>
10516
+ <type name="GLib.DateTime" c:type="GDateTime*"/>
10517
+ </parameter>
10518
+ <parameter name="flags" transfer-ownership="none">
10519
+ <doc xml:space="preserve">#GstVideoTimeCodeFlags</doc>
10520
+ <type name="VideoTimeCodeFlags" c:type="GstVideoTimeCodeFlags"/>
10521
+ </parameter>
10522
+ <parameter name="hours" transfer-ownership="none">
10523
+ <doc xml:space="preserve">the hours field of #GstVideoTimeCode</doc>
10524
+ <type name="guint" c:type="guint"/>
10525
+ </parameter>
10526
+ <parameter name="minutes" transfer-ownership="none">
10527
+ <doc xml:space="preserve">the minutes field of #GstVideoTimeCode</doc>
10528
+ <type name="guint" c:type="guint"/>
10529
+ </parameter>
10530
+ <parameter name="seconds" transfer-ownership="none">
10531
+ <doc xml:space="preserve">the seconds field of #GstVideoTimeCode</doc>
10532
+ <type name="guint" c:type="guint"/>
10533
+ </parameter>
10534
+ <parameter name="frames" transfer-ownership="none">
10535
+ <doc xml:space="preserve">the frames field of #GstVideoTimeCode</doc>
10536
+ <type name="guint" c:type="guint"/>
10537
+ </parameter>
10538
+ <parameter name="field_count" transfer-ownership="none">
10539
+ <doc xml:space="preserve">Interlaced video field count</doc>
10540
+ <type name="guint" c:type="guint"/>
10541
+ </parameter>
10542
+ </parameters>
10543
+ </method>
10544
+ <method name="is_valid"
10545
+ c:identifier="gst_video_time_code_is_valid"
10546
+ version="1.10">
10547
+ <return-value transfer-ownership="none">
10548
+ <doc xml:space="preserve">whether @tc is a valid timecode (supported frame rate,
10549
+ hours/minutes/seconds/frames not overflowing)</doc>
10550
+ <type name="gboolean" c:type="gboolean"/>
10551
+ </return-value>
10552
+ <parameters>
10553
+ <instance-parameter name="tc" transfer-ownership="none">
10554
+ <doc xml:space="preserve">#GstVideoTimeCode to check</doc>
10555
+ <type name="VideoTimeCode" c:type="const GstVideoTimeCode*"/>
10556
+ </instance-parameter>
10557
+ </parameters>
10558
+ </method>
10559
+ <method name="nsec_since_daily_jam"
10560
+ c:identifier="gst_video_time_code_nsec_since_daily_jam"
10561
+ version="1.10">
10562
+ <return-value transfer-ownership="none">
10563
+ <doc xml:space="preserve">how many nsec have passed since the daily jam of @tc .</doc>
10564
+ <type name="guint64" c:type="guint64"/>
10565
+ </return-value>
10566
+ <parameters>
10567
+ <instance-parameter name="tc" transfer-ownership="none">
10568
+ <doc xml:space="preserve">a #GstVideoTimeCode</doc>
10569
+ <type name="VideoTimeCode" c:type="const GstVideoTimeCode*"/>
10570
+ </instance-parameter>
10571
+ </parameters>
10572
+ </method>
10573
+ <method name="to_date_time"
10574
+ c:identifier="gst_video_time_code_to_date_time"
10575
+ version="1.10">
10576
+ <doc xml:space="preserve">The @tc.config-&gt;latest_daily_jam is required to be non-NULL.</doc>
10577
+ <return-value transfer-ownership="full">
10578
+ <doc xml:space="preserve">the #GDateTime representation of @tc.</doc>
10579
+ <type name="GLib.DateTime" c:type="GDateTime*"/>
10580
+ </return-value>
10581
+ <parameters>
10582
+ <instance-parameter name="tc" transfer-ownership="none">
10583
+ <doc xml:space="preserve">#GstVideoTimeCode to convert</doc>
10584
+ <type name="VideoTimeCode" c:type="const GstVideoTimeCode*"/>
10585
+ </instance-parameter>
10586
+ </parameters>
10587
+ </method>
10588
+ <method name="to_string"
10589
+ c:identifier="gst_video_time_code_to_string"
10590
+ version="1.10">
10591
+ <return-value transfer-ownership="full">
10592
+ <doc xml:space="preserve">the SMPTE ST 2059-1:2015 string representation of @tc. That will
10593
+ take the form hh:mm:ss:ff . The last separator (between seconds and frames)
10594
+ may vary:
10595
+
10596
+ ';' for drop-frame, non-interlaced content and for drop-frame interlaced
10597
+ field 2
10598
+ ',' for drop-frame interlaced field 1
10599
+ ':' for non-drop-frame, non-interlaced content and for non-drop-frame
10600
+ interlaced field 2
10601
+ '.' for non-drop-frame interlaced field 1</doc>
10602
+ <type name="utf8" c:type="gchar*"/>
10603
+ </return-value>
10604
+ <parameters>
10605
+ <instance-parameter name="tc" transfer-ownership="none">
10606
+ <doc xml:space="preserve">#GstVideoTimeCode to convert</doc>
10607
+ <type name="VideoTimeCode" c:type="const GstVideoTimeCode*"/>
10608
+ </instance-parameter>
10609
+ </parameters>
10610
+ </method>
10611
+ </record>
10612
+ <record name="VideoTimeCodeConfig"
10613
+ c:type="GstVideoTimeCodeConfig"
10614
+ version="1.10">
10615
+ <doc xml:space="preserve">Supported frame rates: 30000/1001, 60000/1001 (both with and without drop
10616
+ frame), and integer frame rates e.g. 25/1, 30/1, 50/1, 60/1.
10617
+
10618
+ The configuration of the time code.</doc>
10619
+ <field name="fps_n" writable="1">
10620
+ <doc xml:space="preserve">Numerator of the frame rate</doc>
10621
+ <type name="guint" c:type="guint"/>
10622
+ </field>
10623
+ <field name="fps_d" writable="1">
10624
+ <doc xml:space="preserve">Denominator of the frame rate</doc>
10625
+ <type name="guint" c:type="guint"/>
10626
+ </field>
10627
+ <field name="flags" writable="1">
10628
+ <doc xml:space="preserve">the corresponding #GstVideoTimeCodeFlags</doc>
10629
+ <type name="VideoTimeCodeFlags" c:type="GstVideoTimeCodeFlags"/>
10630
+ </field>
10631
+ <field name="latest_daily_jam" writable="1">
10632
+ <doc xml:space="preserve">The latest daily jam information, if present, or NULL</doc>
10633
+ <type name="GLib.DateTime" c:type="GDateTime*"/>
10634
+ </field>
10635
+ </record>
10636
+ <bitfield name="VideoTimeCodeFlags"
10637
+ version="1.10"
10638
+ c:type="GstVideoTimeCodeFlags">
10639
+ <doc xml:space="preserve">Flags related to the time code information.
10640
+ For drop frame, only 30000/1001 and 60000/1001 frame rates are supported.</doc>
10641
+ <member name="none"
10642
+ value="0"
10643
+ c:identifier="GST_VIDEO_TIME_CODE_FLAGS_NONE">
10644
+ <doc xml:space="preserve">No flags</doc>
10645
+ </member>
10646
+ <member name="drop_frame"
10647
+ value="1"
10648
+ c:identifier="GST_VIDEO_TIME_CODE_FLAGS_DROP_FRAME">
10649
+ <doc xml:space="preserve">Whether we have drop frame rate</doc>
10650
+ </member>
10651
+ <member name="interlaced"
10652
+ value="2"
10653
+ c:identifier="GST_VIDEO_TIME_CODE_FLAGS_INTERLACED">
10654
+ <doc xml:space="preserve">Whether we have interlaced video</doc>
10655
+ </member>
10656
+ </bitfield>
10657
+ <record name="VideoTimeCodeMeta"
10658
+ c:type="GstVideoTimeCodeMeta"
10659
+ version="1.10">
10660
+ <doc xml:space="preserve">Extra buffer metadata describing the GstVideoTimeCode of the frame.
10661
+
10662
+ Each frame is assumed to have its own timecode, i.e. they are not
10663
+ automatically incremented/interpolated.</doc>
10664
+ <field name="meta" writable="1">
10665
+ <doc xml:space="preserve">parent #GstMeta</doc>
10666
+ <type name="Gst.Meta" c:type="GstMeta"/>
10667
+ </field>
10668
+ <field name="tc" writable="1">
10669
+ <doc xml:space="preserve">the GstVideoTimeCode to attach</doc>
10670
+ <type name="VideoTimeCode" c:type="GstVideoTimeCode"/>
10671
+ </field>
10672
+ <function name="get_info"
10673
+ c:identifier="gst_video_time_code_meta_get_info">
10674
+ <return-value transfer-ownership="none">
10675
+ <type name="Gst.MetaInfo" c:type="const GstMetaInfo*"/>
10676
+ </return-value>
10677
+ </function>
10678
+ </record>
10155
10679
  <enumeration name="VideoTransferFunction"
10156
10680
  glib:type-name="GstVideoTransferFunction"
10157
10681
  glib:get-type="gst_video_transfer_function_get_type"
@@ -10489,6 +11013,78 @@ parameters.</doc>
10489
11013
  </parameter>
10490
11014
  </parameters>
10491
11015
  </function>
11016
+ <function name="buffer_add_video_time_code_meta"
11017
+ c:identifier="gst_buffer_add_video_time_code_meta"
11018
+ version="1.10">
11019
+ <doc xml:space="preserve">Attaches #GstVideoTimeCodeMeta metadata to @buffer with the given
11020
+ parameters.</doc>
11021
+ <return-value transfer-ownership="none">
11022
+ <doc xml:space="preserve">the #GstVideoTimeCodeMeta on @buffer.</doc>
11023
+ <type name="VideoTimeCodeMeta" c:type="GstVideoTimeCodeMeta*"/>
11024
+ </return-value>
11025
+ <parameters>
11026
+ <parameter name="buffer" transfer-ownership="none">
11027
+ <doc xml:space="preserve">a #GstBuffer</doc>
11028
+ <type name="Gst.Buffer" c:type="GstBuffer*"/>
11029
+ </parameter>
11030
+ <parameter name="tc" transfer-ownership="none">
11031
+ <doc xml:space="preserve">a #GstVideoTimeCode</doc>
11032
+ <type name="VideoTimeCode" c:type="GstVideoTimeCode*"/>
11033
+ </parameter>
11034
+ </parameters>
11035
+ </function>
11036
+ <function name="buffer_add_video_time_code_meta_full"
11037
+ c:identifier="gst_buffer_add_video_time_code_meta_full"
11038
+ version="1.10">
11039
+ <doc xml:space="preserve">Attaches #GstVideoTimeCodeMeta metadata to @buffer with the given
11040
+ parameters.</doc>
11041
+ <return-value transfer-ownership="none">
11042
+ <doc xml:space="preserve">the #GstVideoTimeCodeMeta on @buffer.</doc>
11043
+ <type name="VideoTimeCodeMeta" c:type="GstVideoTimeCodeMeta*"/>
11044
+ </return-value>
11045
+ <parameters>
11046
+ <parameter name="buffer" transfer-ownership="none">
11047
+ <doc xml:space="preserve">a #GstBuffer</doc>
11048
+ <type name="Gst.Buffer" c:type="GstBuffer*"/>
11049
+ </parameter>
11050
+ <parameter name="fps_n" transfer-ownership="none">
11051
+ <doc xml:space="preserve">framerate numerator</doc>
11052
+ <type name="guint" c:type="guint"/>
11053
+ </parameter>
11054
+ <parameter name="fps_d" transfer-ownership="none">
11055
+ <doc xml:space="preserve">framerate denominator</doc>
11056
+ <type name="guint" c:type="guint"/>
11057
+ </parameter>
11058
+ <parameter name="latest_daily_jam" transfer-ownership="none">
11059
+ <doc xml:space="preserve">a #GDateTime for the latest daily jam</doc>
11060
+ <type name="GLib.DateTime" c:type="GDateTime*"/>
11061
+ </parameter>
11062
+ <parameter name="flags" transfer-ownership="none">
11063
+ <doc xml:space="preserve">a #GstVideoTimeCodeFlags</doc>
11064
+ <type name="VideoTimeCodeFlags" c:type="GstVideoTimeCodeFlags"/>
11065
+ </parameter>
11066
+ <parameter name="hours" transfer-ownership="none">
11067
+ <doc xml:space="preserve">hours since the daily jam</doc>
11068
+ <type name="guint" c:type="guint"/>
11069
+ </parameter>
11070
+ <parameter name="minutes" transfer-ownership="none">
11071
+ <doc xml:space="preserve">minutes since the daily jam</doc>
11072
+ <type name="guint" c:type="guint"/>
11073
+ </parameter>
11074
+ <parameter name="seconds" transfer-ownership="none">
11075
+ <doc xml:space="preserve">seconds since the daily jam</doc>
11076
+ <type name="guint" c:type="guint"/>
11077
+ </parameter>
11078
+ <parameter name="frames" transfer-ownership="none">
11079
+ <doc xml:space="preserve">frames since the daily jam</doc>
11080
+ <type name="guint" c:type="guint"/>
11081
+ </parameter>
11082
+ <parameter name="field_count" transfer-ownership="none">
11083
+ <doc xml:space="preserve">fields since the daily jam</doc>
11084
+ <type name="guint" c:type="guint"/>
11085
+ </parameter>
11086
+ </parameters>
11087
+ </function>
10492
11088
  <function name="buffer_get_video_meta"
10493
11089
  c:identifier="gst_buffer_get_video_meta">
10494
11090
  <doc xml:space="preserve">Find the #GstVideoMeta on @buffer with the lowest @id.
@@ -12345,5 +12941,18 @@ Use this method when @mode is of type %GST_VIDEO_TILE_MODE_INDEXED.</doc>
12345
12941
  </parameter>
12346
12942
  </parameters>
12347
12943
  </function>
12944
+ <function name="video_time_code_meta_api_get_type"
12945
+ c:identifier="gst_video_time_code_meta_api_get_type">
12946
+ <return-value transfer-ownership="none">
12947
+ <type name="GType" c:type="GType"/>
12948
+ </return-value>
12949
+ </function>
12950
+ <function name="video_time_code_meta_get_info"
12951
+ c:identifier="gst_video_time_code_meta_get_info"
12952
+ moved-to="VideoTimeCodeMeta.get_info">
12953
+ <return-value transfer-ownership="none">
12954
+ <type name="Gst.MetaInfo" c:type="const GstMetaInfo*"/>
12955
+ </return-value>
12956
+ </function>
12348
12957
  </namespace>
12349
12958
  </repository>