gstreamer 3.0.9-x86-mingw32 → 3.1.0-x86-mingw32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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
@@ -6,7 +6,7 @@ includedir=${prefix}/include/gstreamer-1.0
6
6
  Name: GStreamer Insert Bin
7
7
  Description: Bin to automatically and insertally link elements
8
8
  Requires: gstreamer-1.0
9
- Version: 1.8.2
9
+ Version: 1.10.0
10
10
  Libs: -L${libdir} -lgstinsertbin-1.0
11
11
  Cflags: -I${includedir}
12
12
 
@@ -6,7 +6,7 @@ includedir=${prefix}/include/gstreamer-1.0
6
6
  Name: GStreamer MPEG-TS
7
7
  Description: GStreamer MPEG-TS support
8
8
  Requires: gstreamer-1.0 gstreamer-base-1.0
9
- Version: 1.8.2
9
+ Version: 1.10.0
10
10
  Libs: -L${libdir} -lgstmpegts-1.0
11
11
  Cflags: -I${includedir}
12
12
 
@@ -10,6 +10,6 @@ typelibdir=${libdir}/girepository-1.0
10
10
  Name: GStreamer networking library
11
11
  Description: Network-enabled GStreamer plug-ins and clocking
12
12
  Requires: gstreamer-1.0 gio-2.0
13
- Version: 1.8.2
13
+ Version: 1.10.0
14
14
  Libs: -L${libdir} -lgstnet-1.0
15
15
  Cflags: -I${includedir}
@@ -10,7 +10,7 @@ typelibdir=${libdir}/girepository-1.0
10
10
  Name: GStreamer Base Utils Library
11
11
  Description: General utility functions
12
12
  Requires: gstreamer-1.0
13
- Version: 1.8.2
13
+ Version: 1.10.0
14
14
  Libs: -L${libdir} -lgstpbutils-1.0
15
15
  Cflags: -I${includedir}
16
16
 
@@ -5,8 +5,8 @@ includedir=${prefix}/include/gstreamer-1.0
5
5
 
6
6
  Name: GStreamer Player
7
7
  Description: GStreamer Player convenience library
8
- Requires: gstreamer-1.0
9
- Version: 1.8.2
8
+ Requires: gstreamer-1.0 gstreamer-video-1.0
9
+ Version: 1.10.0
10
10
  Libs: -L${libdir} -lgstplayer-1.0
11
11
  Cflags: -I${includedir}
12
12
 
@@ -8,6 +8,6 @@ pluginsdir=${exec_prefix}/lib/gstreamer-1.0
8
8
  Name: GStreamer Bad Plugin libraries
9
9
  Description: Streaming media framework, bad plugins libraries
10
10
  Requires: gstreamer-1.0
11
- Version: 1.8.2
11
+ Version: 1.10.0
12
12
  Libs: -L${libdir}
13
13
  Cflags: -I${includedir}
@@ -7,7 +7,7 @@ pluginsdir=${exec_prefix}/lib/gstreamer-1.0
7
7
  Name: GStreamer Base Plugins Libraries
8
8
  Description: Streaming media framework, base plugins libraries
9
9
  Requires: gstreamer-1.0
10
- Version: 1.8.2
10
+ Version: 1.10.0
11
11
  Libs: -L${libdir}
12
12
  Cflags: -I${includedir}
13
13
 
@@ -10,7 +10,7 @@ typelibdir=${libdir}/girepository-1.0
10
10
  Name: GStreamer RIFF Library
11
11
  Description: RIFF helper functions
12
12
  Requires: gstreamer-1.0
13
- Version: 1.8.2
13
+ Version: 1.10.0
14
14
  Libs: -L${libdir} -lgstriff-1.0
15
15
  Cflags: -I${includedir}
16
16
 
@@ -10,7 +10,7 @@ typelibdir=${libdir}/girepository-1.0
10
10
  Name: GStreamer RTP Library
11
11
  Description: RTP base classes and helper functions
12
12
  Requires: gstreamer-1.0 gstreamer-base-1.0
13
- Version: 1.8.2
13
+ Version: 1.10.0
14
14
  Libs: -L${libdir} -lgstrtp-1.0
15
15
  Cflags: -I${includedir}
16
16
 
@@ -10,7 +10,7 @@ typelibdir=${libdir}/girepository-1.0
10
10
  Name: GStreamer RTSP Library
11
11
  Description: RTSP base classes and helper functions
12
12
  Requires: gstreamer-1.0 gstreamer-sdp-1.0 gio-2.0
13
- Version: 1.8.2
13
+ Version: 1.10.0
14
14
  Libs: -L${libdir} -lgstrtsp-1.0
15
15
  Cflags: -I${includedir}
16
16
 
@@ -11,7 +11,7 @@ Name: GStreamer SDP Library
11
11
  Description: SDP helper functions
12
12
  Requires: glib-2.0
13
13
  Requires.private: gio-2.0
14
- Version: 1.8.2
14
+ Version: 1.10.0
15
15
  Libs: -L${libdir} -lgstsdp-1.0
16
16
  Cflags: -I${includedir}
17
17
 
@@ -10,7 +10,7 @@ typelibdir=${libdir}/girepository-1.0
10
10
  Name: GStreamer Tag Library
11
11
  Description: Tag base classes and helper functions
12
12
  Requires: gstreamer-1.0
13
- Version: 1.8.2
13
+ Version: 1.10.0
14
14
  Libs: -L${libdir} -lgsttag-1.0
15
15
  Cflags: -I${includedir}
16
16
 
@@ -10,7 +10,7 @@ typelibdir=${libdir}/girepository-1.0
10
10
  Name: GStreamer Video Library
11
11
  Description: Video base classes and helper functions
12
12
  Requires: gstreamer-1.0 gstreamer-base-1.0
13
- Version: 1.8.2
13
+ Version: 1.10.0
14
14
  Libs: -L${libdir} -lgstvideo-1.0
15
15
  Cflags: -I${includedir}
16
16
 
@@ -5,7 +5,7 @@ includedir=${prefix}/include
5
5
 
6
6
  Name: libsoup
7
7
  Description: a glib-based HTTP library
8
- Version: 2.54.1
8
+ Version: 2.56.0
9
9
  Requires: glib-2.0 gobject-2.0 gio-2.0
10
10
  Requires.private: libxml-2.0
11
11
  Libs: -L${libdir} -lsoup-2.4
@@ -698,6 +698,38 @@ returned. If no sinks are in the bin, the event handler will return %TRUE.
698
698
  </parameter>
699
699
  </parameters>
700
700
  </virtual-method>
701
+ <virtual-method name="deep_element_added">
702
+ <return-value transfer-ownership="none">
703
+ <type name="none" c:type="void"/>
704
+ </return-value>
705
+ <parameters>
706
+ <instance-parameter name="bin" transfer-ownership="none">
707
+ <type name="Bin" c:type="GstBin*"/>
708
+ </instance-parameter>
709
+ <parameter name="sub_bin" transfer-ownership="none">
710
+ <type name="Bin" c:type="GstBin*"/>
711
+ </parameter>
712
+ <parameter name="child" transfer-ownership="none">
713
+ <type name="Element" c:type="GstElement*"/>
714
+ </parameter>
715
+ </parameters>
716
+ </virtual-method>
717
+ <virtual-method name="deep_element_removed">
718
+ <return-value transfer-ownership="none">
719
+ <type name="none" c:type="void"/>
720
+ </return-value>
721
+ <parameters>
722
+ <instance-parameter name="bin" transfer-ownership="none">
723
+ <type name="Bin" c:type="GstBin*"/>
724
+ </instance-parameter>
725
+ <parameter name="sub_bin" transfer-ownership="none">
726
+ <type name="Bin" c:type="GstBin*"/>
727
+ </parameter>
728
+ <parameter name="child" transfer-ownership="none">
729
+ <type name="Element" c:type="GstElement*"/>
730
+ </parameter>
731
+ </parameters>
732
+ </virtual-method>
701
733
  <virtual-method name="do_latency">
702
734
  <return-value transfer-ownership="none">
703
735
  <type name="gboolean" c:type="gboolean"/>
@@ -910,6 +942,23 @@ name, or %NULL</doc>
910
942
  </parameter>
911
943
  </parameters>
912
944
  </method>
945
+ <method name="get_suppressed_flags"
946
+ c:identifier="gst_bin_get_suppressed_flags"
947
+ version="1.10">
948
+ <doc xml:space="preserve">Return the suppressed flags of the bin.
949
+
950
+ MT safe.</doc>
951
+ <return-value transfer-ownership="none">
952
+ <doc xml:space="preserve">the bin's suppressed #GstElementFlags.</doc>
953
+ <type name="ElementFlags" c:type="GstElementFlags"/>
954
+ </return-value>
955
+ <parameters>
956
+ <instance-parameter name="bin" transfer-ownership="none">
957
+ <doc xml:space="preserve">a #GstBin</doc>
958
+ <type name="Bin" c:type="GstBin*"/>
959
+ </instance-parameter>
960
+ </parameters>
961
+ </method>
913
962
  <method name="iterate_all_by_interface"
914
963
  c:identifier="gst_bin_iterate_all_by_interface">
915
964
  <doc xml:space="preserve">Looks for all elements inside the bin that implements the given
@@ -1095,6 +1144,29 @@ to calling gst_bin_remove() with each member of the list.</doc>
1095
1144
  </parameter>
1096
1145
  </parameters>
1097
1146
  </method>
1147
+ <method name="set_suppressed_flags"
1148
+ c:identifier="gst_bin_set_suppressed_flags"
1149
+ version="1.10">
1150
+ <doc xml:space="preserve">Suppress the given flags on the bin. #GstElementFlags of a
1151
+ child element are propagated when it is added to the bin.
1152
+ When suppressed flags are set, those specified flags will
1153
+ not be propagated to the bin.
1154
+
1155
+ MT safe.</doc>
1156
+ <return-value transfer-ownership="none">
1157
+ <type name="none" c:type="void"/>
1158
+ </return-value>
1159
+ <parameters>
1160
+ <instance-parameter name="bin" transfer-ownership="none">
1161
+ <doc xml:space="preserve">a #GstBin</doc>
1162
+ <type name="Bin" c:type="GstBin*"/>
1163
+ </instance-parameter>
1164
+ <parameter name="flags" transfer-ownership="none">
1165
+ <doc xml:space="preserve">the #GstElementFlags to suppress</doc>
1166
+ <type name="ElementFlags" c:type="GstElementFlags"/>
1167
+ </parameter>
1168
+ </parameters>
1169
+ </method>
1098
1170
  <method name="sync_children_states"
1099
1171
  c:identifier="gst_bin_sync_children_states"
1100
1172
  version="1.6">
@@ -1184,6 +1256,38 @@ forwarded message.</doc>
1184
1256
  <type name="gpointer" c:type="gpointer"/>
1185
1257
  </array>
1186
1258
  </field>
1259
+ <glib:signal name="deep-element-added" when="first" version="1.10">
1260
+ <doc xml:space="preserve">Will be emitted after the element was added to sub_bin.</doc>
1261
+ <return-value transfer-ownership="none">
1262
+ <type name="none" c:type="void"/>
1263
+ </return-value>
1264
+ <parameters>
1265
+ <parameter name="sub_bin" transfer-ownership="none">
1266
+ <doc xml:space="preserve">the #GstBin the element was added to</doc>
1267
+ <type name="Bin"/>
1268
+ </parameter>
1269
+ <parameter name="element" transfer-ownership="none">
1270
+ <doc xml:space="preserve">the #GstElement that was added to @sub_bin</doc>
1271
+ <type name="Element"/>
1272
+ </parameter>
1273
+ </parameters>
1274
+ </glib:signal>
1275
+ <glib:signal name="deep-element-removed" when="first" version="1.10">
1276
+ <doc xml:space="preserve">Will be emitted after the element was removed from sub_bin.</doc>
1277
+ <return-value transfer-ownership="none">
1278
+ <type name="none" c:type="void"/>
1279
+ </return-value>
1280
+ <parameters>
1281
+ <parameter name="sub_bin" transfer-ownership="none">
1282
+ <doc xml:space="preserve">the #GstBin the element was removed from</doc>
1283
+ <type name="Bin"/>
1284
+ </parameter>
1285
+ <parameter name="element" transfer-ownership="none">
1286
+ <doc xml:space="preserve">the #GstElement that was removed from @sub_bin</doc>
1287
+ <type name="Element"/>
1288
+ </parameter>
1289
+ </parameters>
1290
+ </glib:signal>
1187
1291
  <glib:signal name="do-latency" when="last">
1188
1292
  <doc xml:space="preserve">Will be emitted when the bin needs to perform latency calculations. This
1189
1293
  signal is only emitted for toplevel bins or when async-handling is
@@ -1233,7 +1337,13 @@ update the list of children in the bin.
1233
1337
 
1234
1338
  The @handle_message method can be overridden to implement custom
1235
1339
  message handling. @handle_message takes ownership of the message, just like
1236
- #gst_element_post_message.</doc>
1340
+ #gst_element_post_message.
1341
+
1342
+ The @element_added_deep vfunc will be called when a new element has been
1343
+ added to any bin inside this bin, so it will also be called if a new child
1344
+ was added to a sub-bin of this bin. #GstBin implementations that override
1345
+ this message should chain up to the parent class implementation so the
1346
+ element-added-deep signal is emitted on all parents.</doc>
1237
1347
  <field name="parent_class">
1238
1348
  <doc xml:space="preserve">bin parent class</doc>
1239
1349
  <type name="ElementClass" c:type="GstElementClass"/>
@@ -1328,8 +1438,44 @@ message handling. @handle_message takes ownership of the message, just like
1328
1438
  </parameters>
1329
1439
  </callback>
1330
1440
  </field>
1441
+ <field name="deep_element_added">
1442
+ <callback name="deep_element_added">
1443
+ <return-value transfer-ownership="none">
1444
+ <type name="none" c:type="void"/>
1445
+ </return-value>
1446
+ <parameters>
1447
+ <parameter name="bin" transfer-ownership="none">
1448
+ <type name="Bin" c:type="GstBin*"/>
1449
+ </parameter>
1450
+ <parameter name="sub_bin" transfer-ownership="none">
1451
+ <type name="Bin" c:type="GstBin*"/>
1452
+ </parameter>
1453
+ <parameter name="child" transfer-ownership="none">
1454
+ <type name="Element" c:type="GstElement*"/>
1455
+ </parameter>
1456
+ </parameters>
1457
+ </callback>
1458
+ </field>
1459
+ <field name="deep_element_removed">
1460
+ <callback name="deep_element_removed">
1461
+ <return-value transfer-ownership="none">
1462
+ <type name="none" c:type="void"/>
1463
+ </return-value>
1464
+ <parameters>
1465
+ <parameter name="bin" transfer-ownership="none">
1466
+ <type name="Bin" c:type="GstBin*"/>
1467
+ </parameter>
1468
+ <parameter name="sub_bin" transfer-ownership="none">
1469
+ <type name="Bin" c:type="GstBin*"/>
1470
+ </parameter>
1471
+ <parameter name="child" transfer-ownership="none">
1472
+ <type name="Element" c:type="GstElement*"/>
1473
+ </parameter>
1474
+ </parameters>
1475
+ </callback>
1476
+ </field>
1331
1477
  <field name="_gst_reserved" readable="0" private="1">
1332
- <array zero-terminated="0" c:type="gpointer" fixed-size="4">
1478
+ <array zero-terminated="0" c:type="gpointer" fixed-size="2">
1333
1479
  <type name="gpointer" c:type="gpointer"/>
1334
1480
  </array>
1335
1481
  </field>
@@ -1348,6 +1494,14 @@ and (un)set using GST_OBJECT_FLAG_SET () and GST_OBJECT_FLAG_UNSET ().</doc>
1348
1494
  <doc xml:space="preserve">don't resync a state change when elements are
1349
1495
  added or linked in the bin (Since 1.0.5)</doc>
1350
1496
  </member>
1497
+ <member name="streams_aware"
1498
+ value="32768"
1499
+ c:identifier="GST_BIN_FLAG_STREAMS_AWARE"
1500
+ glib:nick="streams-aware">
1501
+ <doc xml:space="preserve">Indicates whether the bin can handle elements
1502
+ that add/remove source pads at any point in time without
1503
+ first posting a no-more-pads signal (Since 1.10)</doc>
1504
+ </member>
1351
1505
  <member name="last"
1352
1506
  value="524288"
1353
1507
  c:identifier="GST_BIN_FLAG_LAST"
@@ -2035,6 +2189,21 @@ Use gst_memory_unref () after usage.</doc>
2035
2189
  </instance-parameter>
2036
2190
  </parameters>
2037
2191
  </method>
2192
+ <method name="get_flags"
2193
+ c:identifier="gst_buffer_get_flags"
2194
+ version="1.10">
2195
+ <doc xml:space="preserve">Get the #GstBufferFlags flags set on this buffer.</doc>
2196
+ <return-value transfer-ownership="none">
2197
+ <doc xml:space="preserve">the flags set on this buffer.</doc>
2198
+ <type name="BufferFlags" c:type="GstBufferFlags"/>
2199
+ </return-value>
2200
+ <parameters>
2201
+ <instance-parameter name="buffer" transfer-ownership="none">
2202
+ <doc xml:space="preserve">a #GstBuffer</doc>
2203
+ <type name="Buffer" c:type="GstBuffer*"/>
2204
+ </instance-parameter>
2205
+ </parameters>
2206
+ </method>
2038
2207
  <method name="get_memory" c:identifier="gst_buffer_get_memory">
2039
2208
  <doc xml:space="preserve">Get the memory block at index @idx in @buffer.</doc>
2040
2209
  <return-value transfer-ownership="full">
@@ -2197,6 +2366,19 @@ gst_buffer_resize_range().</doc>
2197
2366
  </parameter>
2198
2367
  </parameters>
2199
2368
  </method>
2369
+ <method name="has_flags" c:identifier="gst_buffer_has_flags">
2370
+ <return-value transfer-ownership="none">
2371
+ <type name="gboolean" c:type="gboolean"/>
2372
+ </return-value>
2373
+ <parameters>
2374
+ <instance-parameter name="buffer" transfer-ownership="none">
2375
+ <type name="Buffer" c:type="GstBuffer*"/>
2376
+ </instance-parameter>
2377
+ <parameter name="flags" transfer-ownership="none">
2378
+ <type name="BufferFlags" c:type="GstBufferFlags"/>
2379
+ </parameter>
2380
+ </parameters>
2381
+ </method>
2200
2382
  <method name="insert_memory" c:identifier="gst_buffer_insert_memory">
2201
2383
  <doc xml:space="preserve">Insert the memory block @mem to @buffer at @idx. This function takes ownership
2202
2384
  of @mem and thus doesn't increase its refcount.
@@ -2430,7 +2612,7 @@ data.</doc>
2430
2612
  <doc xml:space="preserve">Get the amount of memory blocks that this buffer has. This amount is never
2431
2613
  larger than what gst_buffer_get_max_memory() returns.</doc>
2432
2614
  <return-value transfer-ownership="none">
2433
- <doc xml:space="preserve">the amount of memory block in this buffer.</doc>
2615
+ <doc xml:space="preserve">the number of memory blocks this buffer is made of.</doc>
2434
2616
  <type name="guint" c:type="guint"/>
2435
2617
  </return-value>
2436
2618
  <parameters>
@@ -2666,6 +2848,25 @@ replaced with @mem.
2666
2848
  </parameter>
2667
2849
  </parameters>
2668
2850
  </method>
2851
+ <method name="set_flags"
2852
+ c:identifier="gst_buffer_set_flags"
2853
+ version="1.10">
2854
+ <doc xml:space="preserve">Sets one or more buffer flags on a buffer.</doc>
2855
+ <return-value transfer-ownership="none">
2856
+ <doc xml:space="preserve">%TRUE if @flags were successfully set on buffer.</doc>
2857
+ <type name="gboolean" c:type="gboolean"/>
2858
+ </return-value>
2859
+ <parameters>
2860
+ <instance-parameter name="buffer" transfer-ownership="none">
2861
+ <doc xml:space="preserve">a #GstBuffer</doc>
2862
+ <type name="Buffer" c:type="GstBuffer*"/>
2863
+ </instance-parameter>
2864
+ <parameter name="flags" transfer-ownership="none">
2865
+ <doc xml:space="preserve">the #GstBufferFlags to set.</doc>
2866
+ <type name="BufferFlags" c:type="GstBufferFlags"/>
2867
+ </parameter>
2868
+ </parameters>
2869
+ </method>
2669
2870
  <method name="set_size" c:identifier="gst_buffer_set_size">
2670
2871
  <doc xml:space="preserve">Set the total size of the memory blocks in @buffer.</doc>
2671
2872
  <return-value transfer-ownership="none">
@@ -2698,6 +2899,25 @@ replaced with @mem.
2698
2899
  </parameter>
2699
2900
  </parameters>
2700
2901
  </method>
2902
+ <method name="unset_flags"
2903
+ c:identifier="gst_buffer_unset_flags"
2904
+ version="1.10">
2905
+ <doc xml:space="preserve">Clears one or more buffer flags.</doc>
2906
+ <return-value transfer-ownership="none">
2907
+ <doc xml:space="preserve">true if @flags is successfully cleared from buffer.</doc>
2908
+ <type name="gboolean" c:type="gboolean"/>
2909
+ </return-value>
2910
+ <parameters>
2911
+ <instance-parameter name="buffer" transfer-ownership="none">
2912
+ <doc xml:space="preserve">a #GstBuffer</doc>
2913
+ <type name="Buffer" c:type="GstBuffer*"/>
2914
+ </instance-parameter>
2915
+ <parameter name="flags" transfer-ownership="none">
2916
+ <doc xml:space="preserve">the #GstBufferFlags to clear</doc>
2917
+ <type name="BufferFlags" c:type="GstBufferFlags"/>
2918
+ </parameter>
2919
+ </parameters>
2920
+ </method>
2701
2921
  <function name="get_max_memory"
2702
2922
  c:identifier="gst_buffer_get_max_memory"
2703
2923
  version="1.2">
@@ -8909,11 +9129,19 @@ property, %FALSE otherwise</doc>
8909
9129
  <field name="disabled" readable="0" private="1">
8910
9130
  <type name="gboolean" c:type="gboolean"/>
8911
9131
  </field>
8912
- <field name="_gst_reserved" readable="0" private="1">
8913
- <array zero-terminated="0" c:type="gpointer" fixed-size="4">
8914
- <type name="gpointer" c:type="gpointer"/>
8915
- </array>
8916
- </field>
9132
+ <union name="ABI" c:type="ABI">
9133
+ <record name="abi" c:type="abi">
9134
+ <field name="priv" writable="1">
9135
+ <type name="ControlBindingPrivate"
9136
+ c:type="GstControlBindingPrivate*"/>
9137
+ </field>
9138
+ </record>
9139
+ <field name="_gst_reserved" writable="1">
9140
+ <array zero-terminated="0" c:type="gpointer" fixed-size="4">
9141
+ <type name="gpointer" c:type="gpointer"/>
9142
+ </array>
9143
+ </field>
9144
+ </union>
8917
9145
  </class>
8918
9146
  <record name="ControlBindingClass"
8919
9147
  c:type="GstControlBindingClass"
@@ -9058,6 +9286,10 @@ or %NULL if the property isn't controlled.</doc>
9058
9286
  </parameter>
9059
9287
  </parameters>
9060
9288
  </callback>
9289
+ <record name="ControlBindingPrivate"
9290
+ c:type="GstControlBindingPrivate"
9291
+ disguised="1">
9292
+ </record>
9061
9293
  <class name="ControlSource"
9062
9294
  c:symbol-prefix="control_source"
9063
9295
  c:type="GstControlSource"
@@ -9068,7 +9300,7 @@ or %NULL if the property isn't controlled.</doc>
9068
9300
  glib:type-struct="ControlSourceClass">
9069
9301
  <doc xml:space="preserve">The #GstControlSource is a base class for control value sources that could
9070
9302
  be used to get timestamp-value pairs. A control source essentially is a
9071
- function over time, returning float values between 0.0 and 1.0.
9303
+ function over time.
9072
9304
 
9073
9305
  A #GstControlSource is used by first getting an instance of a specific
9074
9306
  control-source, creating a binding for the control-source to the target property
@@ -10327,7 +10559,7 @@ aggregated by #GstDeviceMonitor objects.</doc>
10327
10559
  <virtual-method name="create_element"
10328
10560
  invoker="create_element"
10329
10561
  version="1.4">
10330
- <doc xml:space="preserve">Creates the element with all of the required paramaters set to use
10562
+ <doc xml:space="preserve">Creates the element with all of the required parameters set to use
10331
10563
  this device.</doc>
10332
10564
  <return-value transfer-ownership="full">
10333
10565
  <doc xml:space="preserve">a new #GstElement configured to use this device</doc>
@@ -10376,7 +10608,7 @@ device in the PLAYING state.</doc>
10376
10608
  <method name="create_element"
10377
10609
  c:identifier="gst_device_create_element"
10378
10610
  version="1.4">
10379
- <doc xml:space="preserve">Creates the element with all of the required paramaters set to use
10611
+ <doc xml:space="preserve">Creates the element with all of the required parameters set to use
10380
10612
  this device.</doc>
10381
10613
  <return-value transfer-ownership="full">
10382
10614
  <doc xml:space="preserve">a new #GstElement configured to use this device</doc>
@@ -10657,12 +10889,14 @@ The basic use pattern of a device monitor is as follows:
10657
10889
  name = gst_device_get_display_name (device);
10658
10890
  g_print("Device added: %s\n", name);
10659
10891
  g_free (name);
10892
+ gst_object_unref (device);
10660
10893
  break;
10661
10894
  case GST_MESSAGE_DEVICE_REMOVED:
10662
10895
  gst_message_parse_device_removed (message, &amp;device);
10663
10896
  name = gst_device_get_display_name (device);
10664
10897
  g_print("Device removed: %s\n", name);
10665
10898
  g_free (name);
10899
+ gst_object_unref (device);
10666
10900
  break;
10667
10901
  default:
10668
10902
  break;
@@ -12526,6 +12760,105 @@ MT safe.</doc>
12526
12760
  </parameter>
12527
12761
  </parameters>
12528
12762
  </method>
12763
+ <method name="add_property_deep_notify_watch"
12764
+ c:identifier="gst_element_add_property_deep_notify_watch"
12765
+ version="1.10">
12766
+ <return-value transfer-ownership="none">
12767
+ <doc xml:space="preserve">a watch id, which can be used in connection with
12768
+ gst_element_remove_property_notify_watch() to remove the watch again.</doc>
12769
+ <type name="gulong" c:type="gulong"/>
12770
+ </return-value>
12771
+ <parameters>
12772
+ <instance-parameter name="element" transfer-ownership="none">
12773
+ <doc xml:space="preserve">a #GstElement to watch (recursively) for property changes</doc>
12774
+ <type name="Element" c:type="GstElement*"/>
12775
+ </instance-parameter>
12776
+ <parameter name="property_name"
12777
+ transfer-ownership="none"
12778
+ nullable="1"
12779
+ allow-none="1">
12780
+ <doc xml:space="preserve">name of property to watch for changes, or
12781
+ NULL to watch all properties</doc>
12782
+ <type name="utf8" c:type="const gchar*"/>
12783
+ </parameter>
12784
+ <parameter name="include_value" transfer-ownership="none">
12785
+ <doc xml:space="preserve">whether to include the new property value in the message</doc>
12786
+ <type name="gboolean" c:type="gboolean"/>
12787
+ </parameter>
12788
+ </parameters>
12789
+ </method>
12790
+ <method name="add_property_notify_watch"
12791
+ c:identifier="gst_element_add_property_notify_watch"
12792
+ version="1.10">
12793
+ <return-value transfer-ownership="none">
12794
+ <doc xml:space="preserve">a watch id, which can be used in connection with
12795
+ gst_element_remove_property_notify_watch() to remove the watch again.</doc>
12796
+ <type name="gulong" c:type="gulong"/>
12797
+ </return-value>
12798
+ <parameters>
12799
+ <instance-parameter name="element" transfer-ownership="none">
12800
+ <doc xml:space="preserve">a #GstElement to watch for property changes</doc>
12801
+ <type name="Element" c:type="GstElement*"/>
12802
+ </instance-parameter>
12803
+ <parameter name="property_name"
12804
+ transfer-ownership="none"
12805
+ nullable="1"
12806
+ allow-none="1">
12807
+ <doc xml:space="preserve">name of property to watch for changes, or
12808
+ NULL to watch all properties</doc>
12809
+ <type name="utf8" c:type="const gchar*"/>
12810
+ </parameter>
12811
+ <parameter name="include_value" transfer-ownership="none">
12812
+ <doc xml:space="preserve">whether to include the new property value in the message</doc>
12813
+ <type name="gboolean" c:type="gboolean"/>
12814
+ </parameter>
12815
+ </parameters>
12816
+ </method>
12817
+ <method name="call_async"
12818
+ c:identifier="gst_element_call_async"
12819
+ version="1.10">
12820
+ <doc xml:space="preserve">Calls @func from another thread and passes @user_data to it. This is to be
12821
+ used for cases when a state change has to be performed from a streaming
12822
+ thread, directly via gst_element_set_state() or indirectly e.g. via SEEK
12823
+ events.
12824
+
12825
+ Calling those functions directly from the streaming thread will cause
12826
+ deadlocks in many situations, as they might involve waiting for the
12827
+ streaming thread to shut down from this very streaming thread.
12828
+
12829
+ MT safe.</doc>
12830
+ <return-value transfer-ownership="none">
12831
+ <type name="none" c:type="void"/>
12832
+ </return-value>
12833
+ <parameters>
12834
+ <instance-parameter name="element" transfer-ownership="none">
12835
+ <doc xml:space="preserve">a #GstElement</doc>
12836
+ <type name="Element" c:type="GstElement*"/>
12837
+ </instance-parameter>
12838
+ <parameter name="func"
12839
+ transfer-ownership="none"
12840
+ scope="notified"
12841
+ closure="1"
12842
+ destroy="2">
12843
+ <doc xml:space="preserve">Function to call asynchronously from another thread</doc>
12844
+ <type name="ElementCallAsyncFunc"
12845
+ c:type="GstElementCallAsyncFunc"/>
12846
+ </parameter>
12847
+ <parameter name="user_data"
12848
+ transfer-ownership="none"
12849
+ nullable="1"
12850
+ allow-none="1">
12851
+ <doc xml:space="preserve">Data to pass to @func</doc>
12852
+ <type name="gpointer" c:type="gpointer"/>
12853
+ </parameter>
12854
+ <parameter name="destroy_notify"
12855
+ transfer-ownership="none"
12856
+ scope="async">
12857
+ <doc xml:space="preserve">GDestroyNotify for @user_data</doc>
12858
+ <type name="GLib.DestroyNotify" c:type="GDestroyNotify"/>
12859
+ </parameter>
12860
+ </parameters>
12861
+ </method>
12529
12862
  <method name="change_state" c:identifier="gst_element_change_state">
12530
12863
  <doc xml:space="preserve">Perform @transition on @element.
12531
12864
 
@@ -13269,6 +13602,69 @@ MT safe.</doc>
13269
13602
  </parameter>
13270
13603
  </parameters>
13271
13604
  </method>
13605
+ <method name="message_full_with_details"
13606
+ c:identifier="gst_element_message_full_with_details"
13607
+ version="1.10">
13608
+ <doc xml:space="preserve">Post an error, warning or info message on the bus from inside an element.
13609
+
13610
+ @type must be of #GST_MESSAGE_ERROR, #GST_MESSAGE_WARNING or
13611
+ #GST_MESSAGE_INFO.</doc>
13612
+ <return-value transfer-ownership="none">
13613
+ <type name="none" c:type="void"/>
13614
+ </return-value>
13615
+ <parameters>
13616
+ <instance-parameter name="element" transfer-ownership="none">
13617
+ <doc xml:space="preserve">a #GstElement to send message from</doc>
13618
+ <type name="Element" c:type="GstElement*"/>
13619
+ </instance-parameter>
13620
+ <parameter name="type" transfer-ownership="none">
13621
+ <doc xml:space="preserve">the #GstMessageType</doc>
13622
+ <type name="MessageType" c:type="GstMessageType"/>
13623
+ </parameter>
13624
+ <parameter name="domain" transfer-ownership="none">
13625
+ <doc xml:space="preserve">the GStreamer GError domain this message belongs to</doc>
13626
+ <type name="GLib.Quark" c:type="GQuark"/>
13627
+ </parameter>
13628
+ <parameter name="code" transfer-ownership="none">
13629
+ <doc xml:space="preserve">the GError code belonging to the domain</doc>
13630
+ <type name="gint" c:type="gint"/>
13631
+ </parameter>
13632
+ <parameter name="text"
13633
+ transfer-ownership="full"
13634
+ nullable="1"
13635
+ allow-none="1">
13636
+ <doc xml:space="preserve">an allocated text string to be used
13637
+ as a replacement for the default message connected to code,
13638
+ or %NULL</doc>
13639
+ <type name="utf8" c:type="gchar*"/>
13640
+ </parameter>
13641
+ <parameter name="debug"
13642
+ transfer-ownership="full"
13643
+ nullable="1"
13644
+ allow-none="1">
13645
+ <doc xml:space="preserve">an allocated debug message to be
13646
+ used as a replacement for the default debugging information,
13647
+ or %NULL</doc>
13648
+ <type name="utf8" c:type="gchar*"/>
13649
+ </parameter>
13650
+ <parameter name="file" transfer-ownership="none">
13651
+ <doc xml:space="preserve">the source code file where the error was generated</doc>
13652
+ <type name="utf8" c:type="const gchar*"/>
13653
+ </parameter>
13654
+ <parameter name="function" transfer-ownership="none">
13655
+ <doc xml:space="preserve">the source code function where the error was generated</doc>
13656
+ <type name="utf8" c:type="const gchar*"/>
13657
+ </parameter>
13658
+ <parameter name="line" transfer-ownership="none">
13659
+ <doc xml:space="preserve">the source code line where the error was generated</doc>
13660
+ <type name="gint" c:type="gint"/>
13661
+ </parameter>
13662
+ <parameter name="structure" transfer-ownership="full">
13663
+ <doc xml:space="preserve">optional details structure</doc>
13664
+ <type name="Structure" c:type="GstStructure*"/>
13665
+ </parameter>
13666
+ </parameters>
13667
+ </method>
13272
13668
  <method name="no_more_pads" c:identifier="gst_element_no_more_pads">
13273
13669
  <doc xml:space="preserve">Use this function to signal that the element does not expect any more pads
13274
13670
  to show up in the current pipeline. This function should be called whenever
@@ -13513,6 +13909,23 @@ MT safe.</doc>
13513
13909
  </parameter>
13514
13910
  </parameters>
13515
13911
  </method>
13912
+ <method name="remove_property_notify_watch"
13913
+ c:identifier="gst_element_remove_property_notify_watch"
13914
+ version="1.10">
13915
+ <return-value transfer-ownership="none">
13916
+ <type name="none" c:type="void"/>
13917
+ </return-value>
13918
+ <parameters>
13919
+ <instance-parameter name="element" transfer-ownership="none">
13920
+ <doc xml:space="preserve">a #GstElement being watched for property changes</doc>
13921
+ <type name="Element" c:type="GstElement*"/>
13922
+ </instance-parameter>
13923
+ <parameter name="watch_id" transfer-ownership="none">
13924
+ <doc xml:space="preserve">watch id to remove</doc>
13925
+ <type name="gulong" c:type="gulong"/>
13926
+ </parameter>
13927
+ </parameters>
13928
+ </method>
13516
13929
  <method name="request_pad" c:identifier="gst_element_request_pad">
13517
13930
  <doc xml:space="preserve">Retrieves a request pad from the element according to the provided template.
13518
13931
  Pad templates can be looked up using
@@ -14047,6 +14460,23 @@ gst_element_set_state() or gst_element_sync_state_with_parent().</doc>
14047
14460
  </parameters>
14048
14461
  </glib:signal>
14049
14462
  </class>
14463
+ <callback name="ElementCallAsyncFunc" c:type="GstElementCallAsyncFunc">
14464
+ <return-value transfer-ownership="none">
14465
+ <type name="none" c:type="void"/>
14466
+ </return-value>
14467
+ <parameters>
14468
+ <parameter name="element" transfer-ownership="none">
14469
+ <type name="Element" c:type="GstElement*"/>
14470
+ </parameter>
14471
+ <parameter name="user_data"
14472
+ transfer-ownership="none"
14473
+ nullable="1"
14474
+ allow-none="1"
14475
+ closure="1">
14476
+ <type name="gpointer" c:type="gpointer"/>
14477
+ </parameter>
14478
+ </parameters>
14479
+ </callback>
14050
14480
  <record name="ElementClass"
14051
14481
  c:type="GstElementClass"
14052
14482
  glib:is-gtype-struct-for="Element">
@@ -15590,6 +16020,31 @@ finish playback of a segment as a result of a segment seek.</doc>
15590
16020
  </parameter>
15591
16021
  </parameters>
15592
16022
  </constructor>
16023
+ <constructor name="new_select_streams"
16024
+ c:identifier="gst_event_new_select_streams"
16025
+ version="1.10">
16026
+ <doc xml:space="preserve">Allocate a new select-streams event.
16027
+
16028
+ The select-streams event requests the specified @streams to be activated.
16029
+
16030
+ The list of @streams corresponds to the "Stream ID" of each stream to be
16031
+ activated. Those ID can be obtained via the #GstStream objects present
16032
+ in #GST_EVENT_STREAM_START, #GST_EVENT_STREAM_COLLECTION or
16033
+ #GST_MESSSAGE_STREAM_COLLECTION.</doc>
16034
+ <return-value transfer-ownership="full">
16035
+ <doc xml:space="preserve">a new select-streams event.</doc>
16036
+ <type name="Event" c:type="GstEvent*"/>
16037
+ </return-value>
16038
+ <parameters>
16039
+ <parameter name="streams" transfer-ownership="none">
16040
+ <doc xml:space="preserve">the list of streams to
16041
+ activate</doc>
16042
+ <type name="GLib.List" c:type="GList*">
16043
+ <type name="gchar"/>
16044
+ </type>
16045
+ </parameter>
16046
+ </parameters>
16047
+ </constructor>
15593
16048
  <constructor name="new_sink_message"
15594
16049
  c:identifier="gst_event_new_sink_message">
15595
16050
  <doc xml:space="preserve">Create a new sink-message event. The purpose of the sink-message event is
@@ -15653,6 +16108,51 @@ part of a larger step operation.</doc>
15653
16108
  </parameter>
15654
16109
  </parameters>
15655
16110
  </constructor>
16111
+ <constructor name="new_stream_collection"
16112
+ c:identifier="gst_event_new_stream_collection"
16113
+ version="1.10">
16114
+ <doc xml:space="preserve">Create a new STREAM_COLLECTION event. The stream collection event can only
16115
+ travel downstream synchronized with the buffer flow.
16116
+
16117
+ Source elements, demuxers and other elements that manage collections
16118
+ of streams and post #GstStreamCollection messages on the bus also send
16119
+ this event downstream on each pad involved in the collection, so that
16120
+ activation of a new collection can be tracked through the downstream
16121
+ data flow.</doc>
16122
+ <return-value transfer-ownership="full">
16123
+ <doc xml:space="preserve">the new STREAM_COLLECTION event.</doc>
16124
+ <type name="Event" c:type="GstEvent*"/>
16125
+ </return-value>
16126
+ <parameters>
16127
+ <parameter name="collection" transfer-ownership="none">
16128
+ <doc xml:space="preserve">Active collection for this data flow</doc>
16129
+ <type name="StreamCollection" c:type="GstStreamCollection*"/>
16130
+ </parameter>
16131
+ </parameters>
16132
+ </constructor>
16133
+ <constructor name="new_stream_group_done"
16134
+ c:identifier="gst_event_new_stream_group_done"
16135
+ version="1.10">
16136
+ <doc xml:space="preserve">Create a new Stream Group Done event. The stream-group-done event can
16137
+ only travel downstream synchronized with the buffer flow. Elements
16138
+ that receive the event on a pad should handle it mostly like EOS,
16139
+ and emit any data or pending buffers that would depend on more data
16140
+ arriving and unblock, since there won't be any more data.
16141
+
16142
+ This event is followed by EOS at some point in the future, and is
16143
+ generally used when switching pads - to unblock downstream so that
16144
+ new pads can be exposed before sending EOS on the existing pads.</doc>
16145
+ <return-value transfer-ownership="full">
16146
+ <doc xml:space="preserve">the new stream-group-done event.</doc>
16147
+ <type name="Event" c:type="GstEvent*"/>
16148
+ </return-value>
16149
+ <parameters>
16150
+ <parameter name="group_id" transfer-ownership="none">
16151
+ <doc xml:space="preserve">the group id of the stream group which is ending</doc>
16152
+ <type name="guint" c:type="const guint"/>
16153
+ </parameter>
16154
+ </parameters>
16155
+ </constructor>
15656
16156
  <constructor name="new_stream_start"
15657
16157
  c:identifier="gst_event_new_stream_start">
15658
16158
  <doc xml:space="preserve">Create a new STREAM_START event. The stream start event can only
@@ -16199,6 +16699,29 @@ and make a copy if you want to modify it or store it for later use.</doc>
16199
16699
  </parameter>
16200
16700
  </parameters>
16201
16701
  </method>
16702
+ <method name="parse_select_streams"
16703
+ c:identifier="gst_event_parse_select_streams"
16704
+ version="1.10">
16705
+ <doc xml:space="preserve">Parse the SELECT_STREAMS event and retrieve the contained streams.</doc>
16706
+ <return-value transfer-ownership="none">
16707
+ <type name="none" c:type="void"/>
16708
+ </return-value>
16709
+ <parameters>
16710
+ <instance-parameter name="event" transfer-ownership="none">
16711
+ <doc xml:space="preserve">The event to parse</doc>
16712
+ <type name="Event" c:type="GstEvent*"/>
16713
+ </instance-parameter>
16714
+ <parameter name="streams"
16715
+ direction="out"
16716
+ caller-allocates="0"
16717
+ transfer-ownership="full">
16718
+ <doc xml:space="preserve">the streams</doc>
16719
+ <type name="GLib.List" c:type="GList**">
16720
+ <type name="gchar"/>
16721
+ </type>
16722
+ </parameter>
16723
+ </parameters>
16724
+ </method>
16202
16725
  <method name="parse_sink_message"
16203
16726
  c:identifier="gst_event_parse_sink_message">
16204
16727
  <doc xml:space="preserve">Parse the sink-message event. Unref @msg after usage.</doc>
@@ -16277,6 +16800,48 @@ and make a copy if you want to modify it or store it for later use.</doc>
16277
16800
  </parameter>
16278
16801
  </parameters>
16279
16802
  </method>
16803
+ <method name="parse_stream"
16804
+ c:identifier="gst_event_parse_stream"
16805
+ version="1.10">
16806
+ <doc xml:space="preserve">Parse a stream-start @event and extract the #GstStream from it.</doc>
16807
+ <return-value transfer-ownership="none">
16808
+ <type name="none" c:type="void"/>
16809
+ </return-value>
16810
+ <parameters>
16811
+ <instance-parameter name="event" transfer-ownership="none">
16812
+ <doc xml:space="preserve">a stream-start event</doc>
16813
+ <type name="Event" c:type="GstEvent*"/>
16814
+ </instance-parameter>
16815
+ <parameter name="stream"
16816
+ direction="out"
16817
+ caller-allocates="0"
16818
+ transfer-ownership="full">
16819
+ <doc xml:space="preserve">adress of variable to store the stream</doc>
16820
+ <type name="Stream" c:type="GstStream**"/>
16821
+ </parameter>
16822
+ </parameters>
16823
+ </method>
16824
+ <method name="parse_stream_collection"
16825
+ c:identifier="gst_event_parse_stream_collection"
16826
+ version="1.10">
16827
+ <doc xml:space="preserve">Retrieve new #GstStreamCollection from STREAM_COLLECTION event @event.</doc>
16828
+ <return-value transfer-ownership="none">
16829
+ <type name="none" c:type="void"/>
16830
+ </return-value>
16831
+ <parameters>
16832
+ <instance-parameter name="event" transfer-ownership="none">
16833
+ <doc xml:space="preserve">a stream-collection event</doc>
16834
+ <type name="Event" c:type="GstEvent*"/>
16835
+ </instance-parameter>
16836
+ <parameter name="collection"
16837
+ direction="out"
16838
+ caller-allocates="0"
16839
+ transfer-ownership="full">
16840
+ <doc xml:space="preserve">pointer to store the collection</doc>
16841
+ <type name="StreamCollection" c:type="GstStreamCollection**"/>
16842
+ </parameter>
16843
+ </parameters>
16844
+ </method>
16280
16845
  <method name="parse_stream_flags"
16281
16846
  c:identifier="gst_event_parse_stream_flags"
16282
16847
  version="1.2">
@@ -16297,6 +16862,28 @@ and make a copy if you want to modify it or store it for later use.</doc>
16297
16862
  </parameter>
16298
16863
  </parameters>
16299
16864
  </method>
16865
+ <method name="parse_stream_group_done"
16866
+ c:identifier="gst_event_parse_stream_group_done"
16867
+ version="1.10">
16868
+ <doc xml:space="preserve">Parse a stream-group-done @event and store the result in the given
16869
+ @group_id location.</doc>
16870
+ <return-value transfer-ownership="none">
16871
+ <type name="none" c:type="void"/>
16872
+ </return-value>
16873
+ <parameters>
16874
+ <instance-parameter name="event" transfer-ownership="none">
16875
+ <doc xml:space="preserve">a stream-group-done event.</doc>
16876
+ <type name="Event" c:type="GstEvent*"/>
16877
+ </instance-parameter>
16878
+ <parameter name="group_id"
16879
+ direction="out"
16880
+ caller-allocates="0"
16881
+ transfer-ownership="full">
16882
+ <doc xml:space="preserve">address of variable to store the group id into</doc>
16883
+ <type name="guint" c:type="guint*"/>
16884
+ </parameter>
16885
+ </parameters>
16886
+ </method>
16300
16887
  <method name="parse_stream_start"
16301
16888
  c:identifier="gst_event_parse_stream_start">
16302
16889
  <doc xml:space="preserve">Parse a stream-id @event and store the result in the given @stream_id
@@ -16457,6 +17044,24 @@ MT safe.</doc>
16457
17044
  </parameter>
16458
17045
  </parameters>
16459
17046
  </method>
17047
+ <method name="set_stream"
17048
+ c:identifier="gst_event_set_stream"
17049
+ version="1.10">
17050
+ <doc xml:space="preserve">Set the @stream on the stream-start @event</doc>
17051
+ <return-value transfer-ownership="none">
17052
+ <type name="none" c:type="void"/>
17053
+ </return-value>
17054
+ <parameters>
17055
+ <instance-parameter name="event" transfer-ownership="none">
17056
+ <doc xml:space="preserve">a stream-start event</doc>
17057
+ <type name="Event" c:type="GstEvent*"/>
17058
+ </instance-parameter>
17059
+ <parameter name="stream" transfer-ownership="none">
17060
+ <doc xml:space="preserve">the stream object to set</doc>
17061
+ <type name="Stream" c:type="GstStream*"/>
17062
+ </parameter>
17063
+ </parameters>
17064
+ </method>
16460
17065
  <method name="set_stream_flags"
16461
17066
  c:identifier="gst_event_set_stream_flags"
16462
17067
  version="1.2">
@@ -16549,6 +17154,12 @@ Specific custom events are distinguished by the name of the structure.</doc>
16549
17154
  converting buffer timestamps to running-time and
16550
17155
  stream-time.</doc>
16551
17156
  </member>
17157
+ <member name="stream_collection"
17158
+ value="19230"
17159
+ c:identifier="GST_EVENT_STREAM_COLLECTION"
17160
+ glib:nick="stream-collection">
17161
+ <doc xml:space="preserve">A new #GstStreamCollection is available (Since 1.10)</doc>
17162
+ </member>
16552
17163
  <member name="tag"
16553
17164
  value="20510"
16554
17165
  c:identifier="GST_EVENT_TAG"
@@ -16570,12 +17181,21 @@ Specific custom events are distinguished by the name of the structure.</doc>
16570
17181
  send messages that should be emitted in sync with
16571
17182
  rendering.</doc>
16572
17183
  </member>
17184
+ <member name="stream_group_done"
17185
+ value="26894"
17186
+ c:identifier="GST_EVENT_STREAM_GROUP_DONE"
17187
+ glib:nick="stream-group-done">
17188
+ <doc xml:space="preserve">Indicates that there is no more data for
17189
+ the stream group ID in the message. Sent before EOS
17190
+ in some instances and should be handled mostly the same. (Since 1.10)</doc>
17191
+ </member>
16573
17192
  <member name="eos"
16574
17193
  value="28174"
16575
17194
  c:identifier="GST_EVENT_EOS"
16576
17195
  glib:nick="eos">
16577
17196
  <doc xml:space="preserve">End-Of-Stream. No more data is to be expected to follow
16578
- without a SEGMENT event.</doc>
17197
+ without either a STREAM_START event, or a FLUSH_STOP and a SEGMENT
17198
+ event.</doc>
16579
17199
  </member>
16580
17200
  <member name="toc"
16581
17201
  value="30750"
@@ -16652,6 +17272,12 @@ Specific custom events are distinguished by the name of the structure.</doc>
16652
17272
  <doc xml:space="preserve">A request for a new playback position based on TOC
16653
17273
  entry's UID.</doc>
16654
17274
  </member>
17275
+ <member name="select_streams"
17276
+ value="66561"
17277
+ c:identifier="GST_EVENT_SELECT_STREAMS"
17278
+ glib:nick="select-streams">
17279
+ <doc xml:space="preserve">A request to select one or more streams (Since 1.10)</doc>
17280
+ </member>
16655
17281
  <member name="custom_upstream"
16656
17282
  value="69121"
16657
17283
  c:identifier="GST_EVENT_CUSTOM_UPSTREAM"
@@ -19117,10 +19743,7 @@ disappearance of monitored devices.</doc>
19117
19743
  <doc xml:space="preserve">Create a new duration changed message. This message is posted by elements
19118
19744
  that know the duration of a stream when the duration changes. This message
19119
19745
  is received by bins and is used to calculate the total duration of a
19120
- pipeline. Elements may post a duration message with a duration of
19121
- GST_CLOCK_TIME_NONE to indicate that the duration has changed and the
19122
- cached duration should be discarded. The new duration can then be
19123
- retrieved via a query.</doc>
19746
+ pipeline.</doc>
19124
19747
  <return-value transfer-ownership="full">
19125
19748
  <doc xml:space="preserve">The new duration-changed message.
19126
19749
 
@@ -19212,6 +19835,39 @@ MT safe.</doc>
19212
19835
  </parameter>
19213
19836
  </parameters>
19214
19837
  </constructor>
19838
+ <constructor name="new_error_with_details"
19839
+ c:identifier="gst_message_new_error_with_details"
19840
+ version="1.10">
19841
+ <doc xml:space="preserve">Create a new error message. The message will copy @error and
19842
+ @debug. This message is posted by element when a fatal event
19843
+ occurred. The pipeline will probably (partially) stop. The application
19844
+ receiving this message should stop the pipeline.</doc>
19845
+ <return-value transfer-ownership="full">
19846
+ <doc xml:space="preserve">the new error message.</doc>
19847
+ <type name="Message" c:type="GstMessage*"/>
19848
+ </return-value>
19849
+ <parameters>
19850
+ <parameter name="src"
19851
+ transfer-ownership="none"
19852
+ nullable="1"
19853
+ allow-none="1">
19854
+ <doc xml:space="preserve">The object originating the message.</doc>
19855
+ <type name="Object" c:type="GstObject*"/>
19856
+ </parameter>
19857
+ <parameter name="error" transfer-ownership="none">
19858
+ <doc xml:space="preserve">The GError for this message.</doc>
19859
+ <type name="GLib.Error" c:type="GError*"/>
19860
+ </parameter>
19861
+ <parameter name="debug" transfer-ownership="none">
19862
+ <doc xml:space="preserve">A debugging string.</doc>
19863
+ <type name="utf8" c:type="const gchar*"/>
19864
+ </parameter>
19865
+ <parameter name="details" transfer-ownership="full">
19866
+ <doc xml:space="preserve">(allow-none): A GstStructure with details</doc>
19867
+ <type name="Structure" c:type="GstStructure*"/>
19868
+ </parameter>
19869
+ </parameters>
19870
+ </constructor>
19215
19871
  <constructor name="new_have_context"
19216
19872
  c:identifier="gst_message_new_have_context"
19217
19873
  version="1.2">
@@ -19238,11 +19894,38 @@ MT safe.</doc>
19238
19894
  </constructor>
19239
19895
  <constructor name="new_info" c:identifier="gst_message_new_info">
19240
19896
  <doc xml:space="preserve">Create a new info message. The message will make copies of @error and
19241
- @debug.
19897
+ @debug.</doc>
19898
+ <return-value transfer-ownership="full">
19899
+ <doc xml:space="preserve">the new info message.
19242
19900
 
19243
19901
  MT safe.</doc>
19902
+ <type name="Message" c:type="GstMessage*"/>
19903
+ </return-value>
19904
+ <parameters>
19905
+ <parameter name="src"
19906
+ transfer-ownership="none"
19907
+ nullable="1"
19908
+ allow-none="1">
19909
+ <doc xml:space="preserve">The object originating the message.</doc>
19910
+ <type name="Object" c:type="GstObject*"/>
19911
+ </parameter>
19912
+ <parameter name="error" transfer-ownership="none">
19913
+ <doc xml:space="preserve">The GError for this message.</doc>
19914
+ <type name="GLib.Error" c:type="GError*"/>
19915
+ </parameter>
19916
+ <parameter name="debug" transfer-ownership="none">
19917
+ <doc xml:space="preserve">A debugging string.</doc>
19918
+ <type name="utf8" c:type="const gchar*"/>
19919
+ </parameter>
19920
+ </parameters>
19921
+ </constructor>
19922
+ <constructor name="new_info_with_details"
19923
+ c:identifier="gst_message_new_info_with_details"
19924
+ version="1.10">
19925
+ <doc xml:space="preserve">Create a new info message. The message will make copies of @error and
19926
+ @debug.</doc>
19244
19927
  <return-value transfer-ownership="full">
19245
- <doc xml:space="preserve">the new info message.</doc>
19928
+ <doc xml:space="preserve">the new warning message.</doc>
19246
19929
  <type name="Message" c:type="GstMessage*"/>
19247
19930
  </return-value>
19248
19931
  <parameters>
@@ -19261,6 +19944,10 @@ MT safe.</doc>
19261
19944
  <doc xml:space="preserve">A debugging string.</doc>
19262
19945
  <type name="utf8" c:type="const gchar*"/>
19263
19946
  </parameter>
19947
+ <parameter name="details" transfer-ownership="full">
19948
+ <doc xml:space="preserve">(allow-none): A GstStructure with details</doc>
19949
+ <type name="Structure" c:type="GstStructure*"/>
19950
+ </parameter>
19264
19951
  </parameters>
19265
19952
  </constructor>
19266
19953
  <constructor name="new_latency" c:identifier="gst_message_new_latency">
@@ -19335,7 +20022,7 @@ MT safe.</doc>
19335
20022
  to perform actions triggered by a state change.
19336
20023
 
19337
20024
  @code contains a well defined string describing the action.
19338
- @test should contain a user visible string detailing the current action.</doc>
20025
+ @text should contain a user visible string detailing the current action.</doc>
19339
20026
  <return-value transfer-ownership="full">
19340
20027
  <doc xml:space="preserve">The new qos message.</doc>
19341
20028
  <type name="Message" c:type="GstMessage*"/>
@@ -19359,6 +20046,31 @@ to perform actions triggered by a state change.
19359
20046
  </parameter>
19360
20047
  </parameters>
19361
20048
  </constructor>
20049
+ <constructor name="new_property_notify"
20050
+ c:identifier="gst_message_new_property_notify"
20051
+ version="1.10">
20052
+ <return-value transfer-ownership="full">
20053
+ <doc xml:space="preserve">a newly allocated #GstMessage</doc>
20054
+ <type name="Message" c:type="GstMessage*"/>
20055
+ </return-value>
20056
+ <parameters>
20057
+ <parameter name="src" transfer-ownership="none">
20058
+ <doc xml:space="preserve">The #GstObject whose property changed (may or may not be a #GstElement)</doc>
20059
+ <type name="Object" c:type="GstObject*"/>
20060
+ </parameter>
20061
+ <parameter name="property_name" transfer-ownership="none">
20062
+ <doc xml:space="preserve">name of the property that changed</doc>
20063
+ <type name="utf8" c:type="const gchar*"/>
20064
+ </parameter>
20065
+ <parameter name="val"
20066
+ transfer-ownership="full"
20067
+ nullable="1"
20068
+ allow-none="1">
20069
+ <doc xml:space="preserve">new property value, or %NULL</doc>
20070
+ <type name="GObject.Value" c:type="GValue*"/>
20071
+ </parameter>
20072
+ </parameters>
20073
+ </constructor>
19362
20074
  <constructor name="new_qos" c:identifier="gst_message_new_qos">
19363
20075
  <doc xml:space="preserve">A QOS message is posted on the bus whenever an element decides to drop a
19364
20076
  buffer because of QoS reasons or whenever it changes its processing strategy
@@ -19406,6 +20118,63 @@ MT safe.</doc>
19406
20118
  </parameter>
19407
20119
  </parameters>
19408
20120
  </constructor>
20121
+ <constructor name="new_redirect"
20122
+ c:identifier="gst_message_new_redirect"
20123
+ version="1.10">
20124
+ <doc xml:space="preserve">Creates a new redirect message and adds a new entry to it. Redirect messages
20125
+ are posted when an element detects that the actual data has to be retrieved
20126
+ from a different location. This is useful if such a redirection cannot be
20127
+ handled inside a source element, for example when HTTP 302/303 redirects
20128
+ return a non-HTTP URL.
20129
+
20130
+ The redirect message can hold multiple entries. The first one is added
20131
+ when the redirect message is created, with the given location, tag_list,
20132
+ entry_struct arguments. Use gst_message_add_redirect_entry() to add more
20133
+ entries.
20134
+
20135
+ Each entry has a location, a tag list, and a structure. All of these are
20136
+ optional. The tag list and structure are useful for additional metadata,
20137
+ such as bitrate statistics for the given location.
20138
+
20139
+ By default, message recipients should treat entries in the order they are
20140
+ stored. The recipient should therefore try entry #0 first, and if this
20141
+ entry is not acceptable or working, try entry #1 etc. Senders must make
20142
+ sure that they add entries in this order. However, recipients are free to
20143
+ ignore the order and pick an entry that is "best" for them. One example
20144
+ would be a recipient that scans the entries for the one with the highest
20145
+ bitrate tag.
20146
+
20147
+ The specified location string is copied. However, ownership over the tag
20148
+ list and structure are transferred to the message.</doc>
20149
+ <return-value transfer-ownership="full">
20150
+ <doc xml:space="preserve">a newly allocated #GstMessage</doc>
20151
+ <type name="Message" c:type="GstMessage*"/>
20152
+ </return-value>
20153
+ <parameters>
20154
+ <parameter name="src" transfer-ownership="none">
20155
+ <doc xml:space="preserve">The #GstObject whose property changed (may or may not be a #GstElement)</doc>
20156
+ <type name="Object" c:type="GstObject*"/>
20157
+ </parameter>
20158
+ <parameter name="location" transfer-ownership="none">
20159
+ <doc xml:space="preserve">location string for the new entry</doc>
20160
+ <type name="utf8" c:type="const gchar*"/>
20161
+ </parameter>
20162
+ <parameter name="tag_list"
20163
+ transfer-ownership="full"
20164
+ nullable="1"
20165
+ allow-none="1">
20166
+ <doc xml:space="preserve">tag list for the new entry</doc>
20167
+ <type name="TagList" c:type="GstTagList*"/>
20168
+ </parameter>
20169
+ <parameter name="entry_struct"
20170
+ transfer-ownership="full"
20171
+ nullable="1"
20172
+ allow-none="1">
20173
+ <doc xml:space="preserve">structure for the new entry</doc>
20174
+ <type name="Structure" c:type="const GstStructure*"/>
20175
+ </parameter>
20176
+ </parameters>
20177
+ </constructor>
19409
20178
  <constructor name="new_request_state"
19410
20179
  c:identifier="gst_message_new_request_state">
19411
20180
  <doc xml:space="preserve">This message can be posted by elements when they want to have their state
@@ -19665,6 +20434,26 @@ MT safe.</doc>
19665
20434
  </parameter>
19666
20435
  </parameters>
19667
20436
  </constructor>
20437
+ <constructor name="new_stream_collection"
20438
+ c:identifier="gst_message_new_stream_collection"
20439
+ version="1.10">
20440
+ <doc xml:space="preserve">Creates a new stream-collection message. The message is used to announce new
20441
+ #GstStreamCollection</doc>
20442
+ <return-value transfer-ownership="full">
20443
+ <doc xml:space="preserve">a newly allocated #GstMessage</doc>
20444
+ <type name="Message" c:type="GstMessage*"/>
20445
+ </return-value>
20446
+ <parameters>
20447
+ <parameter name="src" transfer-ownership="none">
20448
+ <doc xml:space="preserve">The #GstObject that created the message</doc>
20449
+ <type name="Object" c:type="GstObject*"/>
20450
+ </parameter>
20451
+ <parameter name="collection" transfer-ownership="none">
20452
+ <doc xml:space="preserve">The #GstStreamCollection</doc>
20453
+ <type name="StreamCollection" c:type="GstStreamCollection*"/>
20454
+ </parameter>
20455
+ </parameters>
20456
+ </constructor>
19668
20457
  <constructor name="new_stream_start"
19669
20458
  c:identifier="gst_message_new_stream_start">
19670
20459
  <doc xml:space="preserve">Create a new stream_start message. This message is generated and posted in
@@ -19711,6 +20500,34 @@ MT safe.</doc>
19711
20500
  </parameter>
19712
20501
  </parameters>
19713
20502
  </constructor>
20503
+ <constructor name="new_streams_selected"
20504
+ c:identifier="gst_message_new_streams_selected"
20505
+ version="1.10">
20506
+ <doc xml:space="preserve">Creates a new steams-selected message. The message is used to announce
20507
+ that an array of streams has been selected. This is generally in response
20508
+ to a #GST_EVENT_SELECT_STREAMS event, or when an element (such as decodebin3)
20509
+ makes an initial selection of streams.
20510
+
20511
+ The message also contains the #GstStreamCollection to which the various streams
20512
+ belong to.
20513
+
20514
+ Users of gst_message_new_streams_selected() can add the selected streams with
20515
+ gst_message_streams_selected_add().</doc>
20516
+ <return-value transfer-ownership="full">
20517
+ <doc xml:space="preserve">a newly allocated #GstMessage</doc>
20518
+ <type name="Message" c:type="GstMessage*"/>
20519
+ </return-value>
20520
+ <parameters>
20521
+ <parameter name="src" transfer-ownership="none">
20522
+ <doc xml:space="preserve">The #GstObject that created the message</doc>
20523
+ <type name="Object" c:type="GstObject*"/>
20524
+ </parameter>
20525
+ <parameter name="collection" transfer-ownership="none">
20526
+ <doc xml:space="preserve">The #GstStreamCollection</doc>
20527
+ <type name="StreamCollection" c:type="GstStreamCollection*"/>
20528
+ </parameter>
20529
+ </parameters>
20530
+ </constructor>
19714
20531
  <constructor name="new_structure_change"
19715
20532
  c:identifier="gst_message_new_structure_change">
19716
20533
  <doc xml:space="preserve">Create a new structure change message. This message is posted when the
@@ -19797,7 +20614,7 @@ MT safe.</doc>
19797
20614
  <doc xml:space="preserve">Create a new warning message. The message will make copies of @error and
19798
20615
  @debug.</doc>
19799
20616
  <return-value transfer-ownership="full">
19800
- <doc xml:space="preserve">The new warning message.
20617
+ <doc xml:space="preserve">the new warning message.
19801
20618
 
19802
20619
  MT safe.</doc>
19803
20620
  <type name="Message" c:type="GstMessage*"/>
@@ -19820,6 +20637,86 @@ MT safe.</doc>
19820
20637
  </parameter>
19821
20638
  </parameters>
19822
20639
  </constructor>
20640
+ <constructor name="new_warning_with_details"
20641
+ c:identifier="gst_message_new_warning_with_details"
20642
+ version="1.10">
20643
+ <doc xml:space="preserve">Create a new warning message. The message will make copies of @error and
20644
+ @debug.</doc>
20645
+ <return-value transfer-ownership="full">
20646
+ <doc xml:space="preserve">the new warning message.</doc>
20647
+ <type name="Message" c:type="GstMessage*"/>
20648
+ </return-value>
20649
+ <parameters>
20650
+ <parameter name="src"
20651
+ transfer-ownership="none"
20652
+ nullable="1"
20653
+ allow-none="1">
20654
+ <doc xml:space="preserve">The object originating the message.</doc>
20655
+ <type name="Object" c:type="GstObject*"/>
20656
+ </parameter>
20657
+ <parameter name="error" transfer-ownership="none">
20658
+ <doc xml:space="preserve">The GError for this message.</doc>
20659
+ <type name="GLib.Error" c:type="GError*"/>
20660
+ </parameter>
20661
+ <parameter name="debug" transfer-ownership="none">
20662
+ <doc xml:space="preserve">A debugging string.</doc>
20663
+ <type name="utf8" c:type="const gchar*"/>
20664
+ </parameter>
20665
+ <parameter name="details" transfer-ownership="full">
20666
+ <doc xml:space="preserve">(allow-none): A GstStructure with details</doc>
20667
+ <type name="Structure" c:type="GstStructure*"/>
20668
+ </parameter>
20669
+ </parameters>
20670
+ </constructor>
20671
+ <method name="add_redirect_entry"
20672
+ c:identifier="gst_message_add_redirect_entry"
20673
+ version="1.10">
20674
+ <doc xml:space="preserve">Creates and appends a new entry.
20675
+
20676
+ The specified location string is copied. However, ownership over the tag
20677
+ list and structure are transferred to the message.</doc>
20678
+ <return-value transfer-ownership="none">
20679
+ <type name="none" c:type="void"/>
20680
+ </return-value>
20681
+ <parameters>
20682
+ <instance-parameter name="message" transfer-ownership="none">
20683
+ <doc xml:space="preserve">a #GstMessage of type %GST_MESSAGE_REDIRECT</doc>
20684
+ <type name="Message" c:type="GstMessage*"/>
20685
+ </instance-parameter>
20686
+ <parameter name="location" transfer-ownership="none">
20687
+ <doc xml:space="preserve">location string for the new entry</doc>
20688
+ <type name="utf8" c:type="const gchar*"/>
20689
+ </parameter>
20690
+ <parameter name="tag_list"
20691
+ transfer-ownership="full"
20692
+ nullable="1"
20693
+ allow-none="1">
20694
+ <doc xml:space="preserve">tag list for the new entry</doc>
20695
+ <type name="TagList" c:type="GstTagList*"/>
20696
+ </parameter>
20697
+ <parameter name="entry_struct"
20698
+ transfer-ownership="full"
20699
+ nullable="1"
20700
+ allow-none="1">
20701
+ <doc xml:space="preserve">structure for the new entry</doc>
20702
+ <type name="Structure" c:type="const GstStructure*"/>
20703
+ </parameter>
20704
+ </parameters>
20705
+ </method>
20706
+ <method name="get_num_redirect_entries"
20707
+ c:identifier="gst_message_get_num_redirect_entries"
20708
+ version="1.10">
20709
+ <return-value transfer-ownership="none">
20710
+ <doc xml:space="preserve">the number of entries stored in the message</doc>
20711
+ <type name="gsize" c:type="gsize"/>
20712
+ </return-value>
20713
+ <parameters>
20714
+ <instance-parameter name="message" transfer-ownership="none">
20715
+ <doc xml:space="preserve">a #GstMessage of type %GST_MESSAGE_REDIRECT</doc>
20716
+ <type name="Message" c:type="GstMessage*"/>
20717
+ </instance-parameter>
20718
+ </parameters>
20719
+ </method>
19823
20720
  <method name="get_seqnum" c:identifier="gst_message_get_seqnum">
19824
20721
  <doc xml:space="preserve">Retrieve the sequence number of a message.
19825
20722
 
@@ -20097,7 +20994,7 @@ of monitored devices.</doc>
20097
20994
  <parameter name="device"
20098
20995
  direction="out"
20099
20996
  caller-allocates="0"
20100
- transfer-ownership="none"
20997
+ transfer-ownership="full"
20101
20998
  optional="1"
20102
20999
  allow-none="1">
20103
21000
  <doc xml:space="preserve">A location where to store a
@@ -20123,7 +21020,7 @@ disappearance of monitored devices.</doc>
20123
21020
  <parameter name="device"
20124
21021
  direction="out"
20125
21022
  caller-allocates="0"
20126
- transfer-ownership="none"
21023
+ transfer-ownership="full"
20127
21024
  optional="1"
20128
21025
  allow-none="1">
20129
21026
  <doc xml:space="preserve">A location where to store a
@@ -20187,6 +21084,28 @@ MT safe.</doc>
20187
21084
  </parameter>
20188
21085
  </parameters>
20189
21086
  </method>
21087
+ <method name="parse_error_details"
21088
+ c:identifier="gst_message_parse_error_details"
21089
+ version="1.10">
21090
+ <doc xml:space="preserve">Returns the optional details structure, may be NULL if none.
21091
+ The returned structure must not be freed.</doc>
21092
+ <return-value transfer-ownership="none">
21093
+ <type name="none" c:type="void"/>
21094
+ </return-value>
21095
+ <parameters>
21096
+ <instance-parameter name="message" transfer-ownership="none">
21097
+ <doc xml:space="preserve">The message object</doc>
21098
+ <type name="Message" c:type="GstMessage*"/>
21099
+ </instance-parameter>
21100
+ <parameter name="structure"
21101
+ direction="out"
21102
+ caller-allocates="0"
21103
+ transfer-ownership="full">
21104
+ <doc xml:space="preserve">A pointer to the returned details</doc>
21105
+ <type name="Structure" c:type="const GstStructure**"/>
21106
+ </parameter>
21107
+ </parameters>
21108
+ </method>
20190
21109
  <method name="parse_group_id"
20191
21110
  c:identifier="gst_message_parse_group_id"
20192
21111
  version="1.2">
@@ -20274,6 +21193,28 @@ MT safe.</doc>
20274
21193
  </parameter>
20275
21194
  </parameters>
20276
21195
  </method>
21196
+ <method name="parse_info_details"
21197
+ c:identifier="gst_message_parse_info_details"
21198
+ version="1.10">
21199
+ <doc xml:space="preserve">Returns the optional details structure, may be NULL if none
21200
+ The returned structure must not be freed.</doc>
21201
+ <return-value transfer-ownership="none">
21202
+ <type name="none" c:type="void"/>
21203
+ </return-value>
21204
+ <parameters>
21205
+ <instance-parameter name="message" transfer-ownership="none">
21206
+ <doc xml:space="preserve">The message object</doc>
21207
+ <type name="Message" c:type="GstMessage*"/>
21208
+ </instance-parameter>
21209
+ <parameter name="structure"
21210
+ direction="out"
21211
+ caller-allocates="0"
21212
+ transfer-ownership="full">
21213
+ <doc xml:space="preserve">A pointer to the returned details structure</doc>
21214
+ <type name="Structure" c:type="const GstStructure**"/>
21215
+ </parameter>
21216
+ </parameters>
21217
+ </method>
20277
21218
  <method name="parse_new_clock"
20278
21219
  c:identifier="gst_message_parse_new_clock">
20279
21220
  <doc xml:space="preserve">Extracts the new clock from the GstMessage.
@@ -20339,6 +21280,53 @@ MT safe.</doc>
20339
21280
  </parameter>
20340
21281
  </parameters>
20341
21282
  </method>
21283
+ <method name="parse_property_notify"
21284
+ c:identifier="gst_message_parse_property_notify"
21285
+ version="1.10">
21286
+ <doc xml:space="preserve">Parses a property-notify message. These will be posted on the bus only
21287
+ when set up with gst_element_add_property_notify_watch() or
21288
+ gst_element_add_property_deep_notify_watch().</doc>
21289
+ <return-value transfer-ownership="none">
21290
+ <type name="none" c:type="void"/>
21291
+ </return-value>
21292
+ <parameters>
21293
+ <instance-parameter name="message" transfer-ownership="none">
21294
+ <doc xml:space="preserve">a #GstMessage of type %GST_MESSAGE_PROPERTY_NOTIFY</doc>
21295
+ <type name="Message" c:type="GstMessage*"/>
21296
+ </instance-parameter>
21297
+ <parameter name="object"
21298
+ direction="out"
21299
+ caller-allocates="0"
21300
+ transfer-ownership="none"
21301
+ optional="1"
21302
+ allow-none="1">
21303
+ <doc xml:space="preserve">location where to store a
21304
+ pointer to the object whose property got changed, or %NULL</doc>
21305
+ <type name="Object" c:type="GstObject**"/>
21306
+ </parameter>
21307
+ <parameter name="property_name"
21308
+ direction="out"
21309
+ caller-allocates="0"
21310
+ transfer-ownership="full"
21311
+ optional="1"
21312
+ allow-none="1">
21313
+ <doc xml:space="preserve">return location for the name of the
21314
+ property that got changed, or %NULL</doc>
21315
+ <type name="utf8" c:type="const gchar**"/>
21316
+ </parameter>
21317
+ <parameter name="property_value"
21318
+ direction="out"
21319
+ caller-allocates="0"
21320
+ transfer-ownership="full"
21321
+ optional="1"
21322
+ allow-none="1">
21323
+ <doc xml:space="preserve">return location for the new value of
21324
+ the property that got changed, or %NULL. This will only be set if the
21325
+ property notify watch was told to include the value when it was set up</doc>
21326
+ <type name="GObject.Value" c:type="const GValue**"/>
21327
+ </parameter>
21328
+ </parameters>
21329
+ </method>
20342
21330
  <method name="parse_qos" c:identifier="gst_message_parse_qos">
20343
21331
  <doc xml:space="preserve">Extract the timestamps and live status from the QoS message.
20344
21332
 
@@ -20503,6 +21491,56 @@ MT safe.</doc>
20503
21491
  </parameter>
20504
21492
  </parameters>
20505
21493
  </method>
21494
+ <method name="parse_redirect_entry"
21495
+ c:identifier="gst_message_parse_redirect_entry"
21496
+ version="1.10">
21497
+ <doc xml:space="preserve">Parses the location and/or structure from the entry with the given index.
21498
+ The index must be between 0 and gst_message_get_num_redirect_entries() - 1.
21499
+ Returned pointers are valid for as long as this message exists.</doc>
21500
+ <return-value transfer-ownership="none">
21501
+ <type name="none" c:type="void"/>
21502
+ </return-value>
21503
+ <parameters>
21504
+ <instance-parameter name="message" transfer-ownership="none">
21505
+ <doc xml:space="preserve">a #GstMessage of type %GST_MESSAGE_REDIRECT</doc>
21506
+ <type name="Message" c:type="GstMessage*"/>
21507
+ </instance-parameter>
21508
+ <parameter name="entry_index" transfer-ownership="none">
21509
+ <doc xml:space="preserve">index of the entry to parse</doc>
21510
+ <type name="gsize" c:type="gsize"/>
21511
+ </parameter>
21512
+ <parameter name="location"
21513
+ direction="out"
21514
+ caller-allocates="0"
21515
+ transfer-ownership="none"
21516
+ optional="1"
21517
+ allow-none="1">
21518
+ <doc xml:space="preserve">return location for
21519
+ the pointer to the entry's location string, or %NULL</doc>
21520
+ <type name="utf8" c:type="const gchar**"/>
21521
+ </parameter>
21522
+ <parameter name="tag_list"
21523
+ direction="out"
21524
+ caller-allocates="0"
21525
+ transfer-ownership="none"
21526
+ optional="1"
21527
+ allow-none="1">
21528
+ <doc xml:space="preserve">return location for
21529
+ the pointer to the entry's tag list, or %NULL</doc>
21530
+ <type name="TagList" c:type="GstTagList**"/>
21531
+ </parameter>
21532
+ <parameter name="entry_struct"
21533
+ direction="out"
21534
+ caller-allocates="0"
21535
+ transfer-ownership="none"
21536
+ optional="1"
21537
+ allow-none="1">
21538
+ <doc xml:space="preserve">return location
21539
+ for the pointer to the entry's structure, or %NULL</doc>
21540
+ <type name="Structure" c:type="const GstStructure**"/>
21541
+ </parameter>
21542
+ </parameters>
21543
+ </method>
20506
21544
  <method name="parse_request_state"
20507
21545
  c:identifier="gst_message_parse_request_state">
20508
21546
  <doc xml:space="preserve">Extract the requested state from the request_state message.
@@ -20826,6 +21864,30 @@ MT safe.</doc>
20826
21864
  </parameter>
20827
21865
  </parameters>
20828
21866
  </method>
21867
+ <method name="parse_stream_collection"
21868
+ c:identifier="gst_message_parse_stream_collection"
21869
+ version="1.10">
21870
+ <doc xml:space="preserve">Parses a stream-collection message.</doc>
21871
+ <return-value transfer-ownership="none">
21872
+ <type name="none" c:type="void"/>
21873
+ </return-value>
21874
+ <parameters>
21875
+ <instance-parameter name="message" transfer-ownership="none">
21876
+ <doc xml:space="preserve">a #GstMessage of type %GST_MESSAGE_STREAM_COLLECTION</doc>
21877
+ <type name="Message" c:type="GstMessage*"/>
21878
+ </instance-parameter>
21879
+ <parameter name="collection"
21880
+ direction="out"
21881
+ caller-allocates="0"
21882
+ transfer-ownership="full"
21883
+ optional="1"
21884
+ allow-none="1">
21885
+ <doc xml:space="preserve">A location where to store a
21886
+ pointer to the #GstStreamCollection, or %NULL</doc>
21887
+ <type name="StreamCollection" c:type="GstStreamCollection**"/>
21888
+ </parameter>
21889
+ </parameters>
21890
+ </method>
20829
21891
  <method name="parse_stream_status"
20830
21892
  c:identifier="gst_message_parse_stream_status">
20831
21893
  <doc xml:space="preserve">Extracts the stream status type and owner the GstMessage. The returned
@@ -20857,6 +21919,30 @@ MT safe.</doc>
20857
21919
  </parameter>
20858
21920
  </parameters>
20859
21921
  </method>
21922
+ <method name="parse_streams_selected"
21923
+ c:identifier="gst_message_parse_streams_selected"
21924
+ version="1.10">
21925
+ <doc xml:space="preserve">Parses a streams-selected message.</doc>
21926
+ <return-value transfer-ownership="none">
21927
+ <type name="none" c:type="void"/>
21928
+ </return-value>
21929
+ <parameters>
21930
+ <instance-parameter name="message" transfer-ownership="none">
21931
+ <doc xml:space="preserve">a #GstMessage of type %GST_MESSAGE_STREAMS_SELECTED</doc>
21932
+ <type name="Message" c:type="GstMessage*"/>
21933
+ </instance-parameter>
21934
+ <parameter name="collection"
21935
+ direction="out"
21936
+ caller-allocates="0"
21937
+ transfer-ownership="full"
21938
+ optional="1"
21939
+ allow-none="1">
21940
+ <doc xml:space="preserve">A location where to store a
21941
+ pointer to the #GstStreamCollection, or %NULL</doc>
21942
+ <type name="StreamCollection" c:type="GstStreamCollection**"/>
21943
+ </parameter>
21944
+ </parameters>
21945
+ </method>
20860
21946
  <method name="parse_structure_change"
20861
21947
  c:identifier="gst_message_parse_structure_change">
20862
21948
  <doc xml:space="preserve">Extracts the change type and completion status from the GstMessage.
@@ -21003,6 +22089,28 @@ MT safe.</doc>
21003
22089
  </parameter>
21004
22090
  </parameters>
21005
22091
  </method>
22092
+ <method name="parse_warning_details"
22093
+ c:identifier="gst_message_parse_warning_details"
22094
+ version="1.10">
22095
+ <doc xml:space="preserve">Returns the optional details structure, may be NULL if none
22096
+ The returned structure must not be freed.</doc>
22097
+ <return-value transfer-ownership="none">
22098
+ <type name="none" c:type="void"/>
22099
+ </return-value>
22100
+ <parameters>
22101
+ <instance-parameter name="message" transfer-ownership="none">
22102
+ <doc xml:space="preserve">The message object</doc>
22103
+ <type name="Message" c:type="GstMessage*"/>
22104
+ </instance-parameter>
22105
+ <parameter name="structure"
22106
+ direction="out"
22107
+ caller-allocates="0"
22108
+ transfer-ownership="full">
22109
+ <doc xml:space="preserve">A pointer to the returned details structure</doc>
22110
+ <type name="Structure" c:type="const GstStructure**"/>
22111
+ </parameter>
22112
+ </parameters>
22113
+ </method>
21006
22114
  <method name="set_buffering_stats"
21007
22115
  c:identifier="gst_message_set_buffering_stats">
21008
22116
  <doc xml:space="preserve">Configures the buffering stats values in @message.</doc>
@@ -21160,6 +22268,58 @@ GstTask object but other objects might be added in the future.</doc>
21160
22268
  </parameter>
21161
22269
  </parameters>
21162
22270
  </method>
22271
+ <method name="streams_selected_add"
22272
+ c:identifier="gst_message_streams_selected_add"
22273
+ version="1.10">
22274
+ <doc xml:space="preserve">Adds the @stream to the @message.</doc>
22275
+ <return-value transfer-ownership="none">
22276
+ <type name="none" c:type="void"/>
22277
+ </return-value>
22278
+ <parameters>
22279
+ <instance-parameter name="message" transfer-ownership="none">
22280
+ <doc xml:space="preserve">a #GstMessage of type %GST_MESSAGE_STREAMS_SELECTED</doc>
22281
+ <type name="Message" c:type="GstMessage*"/>
22282
+ </instance-parameter>
22283
+ <parameter name="stream" transfer-ownership="none">
22284
+ <doc xml:space="preserve">a #GstStream to add to @message</doc>
22285
+ <type name="Stream" c:type="GstStream*"/>
22286
+ </parameter>
22287
+ </parameters>
22288
+ </method>
22289
+ <method name="streams_selected_get_size"
22290
+ c:identifier="gst_message_streams_selected_get_size"
22291
+ version="1.10">
22292
+ <doc xml:space="preserve">Returns the number of streams contained in the @message.</doc>
22293
+ <return-value transfer-ownership="none">
22294
+ <doc xml:space="preserve">The number of streams contained within.</doc>
22295
+ <type name="guint" c:type="guint"/>
22296
+ </return-value>
22297
+ <parameters>
22298
+ <instance-parameter name="message" transfer-ownership="none">
22299
+ <doc xml:space="preserve">a #GstMessage of type %GST_MESSAGE_STREAMS_SELECTED</doc>
22300
+ <type name="Message" c:type="GstMessage*"/>
22301
+ </instance-parameter>
22302
+ </parameters>
22303
+ </method>
22304
+ <method name="streams_selected_get_stream"
22305
+ c:identifier="gst_message_streams_selected_get_stream"
22306
+ version="1.10">
22307
+ <doc xml:space="preserve">Retrieves the #GstStream with index @index from the @message.</doc>
22308
+ <return-value transfer-ownership="full">
22309
+ <doc xml:space="preserve">A #GstStream</doc>
22310
+ <type name="Stream" c:type="GstStream*"/>
22311
+ </return-value>
22312
+ <parameters>
22313
+ <instance-parameter name="message" transfer-ownership="none">
22314
+ <doc xml:space="preserve">a #GstMessage of type %GST_MESSAGE_STREAMS_SELECTED</doc>
22315
+ <type name="Message" c:type="GstMessage*"/>
22316
+ </instance-parameter>
22317
+ <parameter name="idx" transfer-ownership="none">
22318
+ <doc xml:space="preserve">Index of the stream to retrieve</doc>
22319
+ <type name="guint" c:type="guint"/>
22320
+ </parameter>
22321
+ </parameters>
22322
+ </method>
21163
22323
  </record>
21164
22324
  <bitfield name="MessageType"
21165
22325
  glib:type-name="GstMessageType"
@@ -21420,6 +22580,35 @@ was updated.</doc>
21420
22580
  glib:nick="device-removed">
21421
22581
  <doc xml:space="preserve">Message indicating a #GstDevice was removed
21422
22582
  from a #GstDeviceProvider (Since 1.4)</doc>
22583
+ </member>
22584
+ <member name="property_notify"
22585
+ value="2147483651"
22586
+ c:identifier="GST_MESSAGE_PROPERTY_NOTIFY"
22587
+ glib:nick="property-notify">
22588
+ <doc xml:space="preserve">Message indicating a #GObject property has
22589
+ changed (Since 1.10)</doc>
22590
+ </member>
22591
+ <member name="stream_collection"
22592
+ value="2147483652"
22593
+ c:identifier="GST_MESSAGE_STREAM_COLLECTION"
22594
+ glib:nick="stream-collection">
22595
+ <doc xml:space="preserve">Message indicating a new #GstStreamCollection
22596
+ is available (Since 1.10)</doc>
22597
+ </member>
22598
+ <member name="streams_selected"
22599
+ value="2147483653"
22600
+ c:identifier="GST_MESSAGE_STREAMS_SELECTED"
22601
+ glib:nick="streams-selected">
22602
+ <doc xml:space="preserve">Message indicating the active selection of
22603
+ #GstStreams has changed (Since 1.10)</doc>
22604
+ </member>
22605
+ <member name="redirect"
22606
+ value="2147483654"
22607
+ c:identifier="GST_MESSAGE_REDIRECT"
22608
+ glib:nick="redirect">
22609
+ <doc xml:space="preserve">Message indicating to request the application to
22610
+ try to play the given URL(s). Useful if for example a HTTP 302/303
22611
+ response is received with a non-HTTP URL inside. (Since 1.10)</doc>
21423
22612
  </member>
21424
22613
  <member name="any"
21425
22614
  value="4294967295"
@@ -22249,6 +23438,14 @@ gst_mini_object_lock() and gst_mini_object_unlock().</doc>
22249
23438
  glib:nick="lock-readonly">
22250
23439
  <doc xml:space="preserve">the object is permanently locked in
22251
23440
  READONLY mode. Only read locks can be performed on the object.</doc>
23441
+ </member>
23442
+ <member name="may_be_leaked"
23443
+ value="4"
23444
+ c:identifier="GST_MINI_OBJECT_FLAG_MAY_BE_LEAKED"
23445
+ glib:nick="may-be-leaked">
23446
+ <doc xml:space="preserve">the object is expected to stay alive
23447
+ even after gst_deinit() has been called and so should be ignored by leak
23448
+ detection tools. (Since 1.10)</doc>
22252
23449
  </member>
22253
23450
  <member name="last"
22254
23451
  value="16"
@@ -22760,7 +23957,7 @@ better suites for bindings.</doc>
22760
23957
  </method>
22761
23958
  <method name="has_active_control_bindings"
22762
23959
  c:identifier="gst_object_has_active_control_bindings">
22763
- <doc xml:space="preserve">Check if the @object has an active controlled properties.</doc>
23960
+ <doc xml:space="preserve">Check if the @object has active controlled properties.</doc>
22764
23961
  <return-value transfer-ownership="none">
22765
23962
  <doc xml:space="preserve">%TRUE if the object has active controlled properties</doc>
22766
23963
  <type name="gboolean" c:type="gboolean"/>
@@ -23172,6 +24369,14 @@ the elements contained in that bin.</doc>
23172
24369
  glib:get-type="gst_object_flags_get_type"
23173
24370
  c:type="GstObjectFlags">
23174
24371
  <doc xml:space="preserve">The standard flags that an gstobject may have.</doc>
24372
+ <member name="may_be_leaked"
24373
+ value="1"
24374
+ c:identifier="GST_OBJECT_FLAG_MAY_BE_LEAKED"
24375
+ glib:nick="may-be-leaked">
24376
+ <doc xml:space="preserve">the object is expected to stay alive even
24377
+ after gst_deinit() has been called and so should be ignored by leak
24378
+ detection tools. (Since 1.10)</doc>
24379
+ </member>
23175
24380
  <member name="last"
23176
24381
  value="16"
23177
24382
  c:identifier="GST_OBJECT_FLAG_LAST"
@@ -23224,7 +24429,15 @@ system.</doc>
23224
24429
  <type name="utf8" c:type="gchar*"/>
23225
24430
  </constant>
23226
24431
  <constant name="PTR_FORMAT" value="paA" c:type="GST_PTR_FORMAT">
23227
- <doc xml:space="preserve">printf format type used to debug GStreamer types.
24432
+ <doc xml:space="preserve">printf format type used to debug GStreamer types. You can use this in
24433
+ combination with GStreamer's debug logging system as well as the functions
24434
+ gst_info_vasprintf(), gst_info_strdup_vprintf() and gst_info_strdup_printf()
24435
+ to pretty-print the following types: #GstCaps, #GstStructure,
24436
+ #GstCapsFeatures, #GstTagList, #GstDateTime, #GstBuffer, #GstBufferList,
24437
+ #GstMessage, #GstEvent, #GstQuery, #GstContext, #GstPad, #GstObject. All
24438
+ #GObject types will be printed as typename plus pointer, and everything
24439
+ else will simply be printed as pointer address.
24440
+
23228
24441
  This can only be used on types whose size is &gt;= sizeof(gpointer).</doc>
23229
24442
  <type name="utf8" c:type="gchar*"/>
23230
24443
  </constant>
@@ -24013,6 +25226,26 @@ from the event.</doc>
24013
25226
  </parameter>
24014
25227
  </parameters>
24015
25228
  </method>
25229
+ <method name="get_stream"
25230
+ c:identifier="gst_pad_get_stream"
25231
+ version="1.10">
25232
+ <doc xml:space="preserve">Returns the current #GstStream for the @pad, or %NULL if none has been
25233
+ set yet, i.e. the pad has not received a stream-start event yet.
25234
+
25235
+ This is a convenience wrapper around gst_pad_get_sticky_event() and
25236
+ gst_event_parse_stream().</doc>
25237
+ <return-value transfer-ownership="full" nullable="1">
25238
+ <doc xml:space="preserve">the current #GstStream for @pad, or %NULL.
25239
+ unref the returned stream when no longer needed.</doc>
25240
+ <type name="Stream" c:type="GstStream*"/>
25241
+ </return-value>
25242
+ <parameters>
25243
+ <instance-parameter name="pad" transfer-ownership="none">
25244
+ <doc xml:space="preserve">A source #GstPad</doc>
25245
+ <type name="Pad" c:type="GstPad*"/>
25246
+ </instance-parameter>
25247
+ </parameters>
25248
+ </method>
24016
25249
  <method name="get_stream_id"
24017
25250
  c:identifier="gst_pad_get_stream_id"
24018
25251
  version="1.2">
@@ -24212,6 +25445,64 @@ MT Safe.</doc>
24212
25445
  </parameter>
24213
25446
  </parameters>
24214
25447
  </method>
25448
+ <method name="link_maybe_ghosting"
25449
+ c:identifier="gst_pad_link_maybe_ghosting"
25450
+ version="1.10">
25451
+ <doc xml:space="preserve">Links @src to @sink, creating any #GstGhostPad's in between as necessary.
25452
+
25453
+ This is a convenience function to save having to create and add intermediate
25454
+ #GstGhostPad's as required for linking across #GstBin boundaries.
25455
+
25456
+ If @src or @sink pads don't have parent elements or do not share a common
25457
+ ancestor, the link will fail.</doc>
25458
+ <return-value transfer-ownership="none">
25459
+ <doc xml:space="preserve">whether the link succeeded.</doc>
25460
+ <type name="gboolean" c:type="gboolean"/>
25461
+ </return-value>
25462
+ <parameters>
25463
+ <instance-parameter name="src" transfer-ownership="none">
25464
+ <doc xml:space="preserve">a #GstPad</doc>
25465
+ <type name="Pad" c:type="GstPad*"/>
25466
+ </instance-parameter>
25467
+ <parameter name="sink" transfer-ownership="none">
25468
+ <doc xml:space="preserve">a #GstPad</doc>
25469
+ <type name="Pad" c:type="GstPad*"/>
25470
+ </parameter>
25471
+ </parameters>
25472
+ </method>
25473
+ <method name="link_maybe_ghosting_full"
25474
+ c:identifier="gst_pad_link_maybe_ghosting_full"
25475
+ version="1.10">
25476
+ <doc xml:space="preserve">Links @src to @sink, creating any #GstGhostPad's in between as necessary.
25477
+
25478
+ This is a convenience function to save having to create and add intermediate
25479
+ #GstGhostPad's as required for linking across #GstBin boundaries.
25480
+
25481
+ If @src or @sink pads don't have parent elements or do not share a common
25482
+ ancestor, the link will fail.
25483
+
25484
+ Calling gst_pad_link_maybe_ghosting_full() with
25485
+ @flags == %GST_PAD_LINK_CHECK_DEFAULT is the recommended way of linking
25486
+ pads with safety checks applied.</doc>
25487
+ <return-value transfer-ownership="none">
25488
+ <doc xml:space="preserve">whether the link succeeded.</doc>
25489
+ <type name="gboolean" c:type="gboolean"/>
25490
+ </return-value>
25491
+ <parameters>
25492
+ <instance-parameter name="src" transfer-ownership="none">
25493
+ <doc xml:space="preserve">a #GstPad</doc>
25494
+ <type name="Pad" c:type="GstPad*"/>
25495
+ </instance-parameter>
25496
+ <parameter name="sink" transfer-ownership="none">
25497
+ <doc xml:space="preserve">a #GstPad</doc>
25498
+ <type name="Pad" c:type="GstPad*"/>
25499
+ </parameter>
25500
+ <parameter name="flags" transfer-ownership="none">
25501
+ <doc xml:space="preserve">some #GstPadLinkCheck flags</doc>
25502
+ <type name="PadLinkCheck" c:type="GstPadLinkCheck"/>
25503
+ </parameter>
25504
+ </parameters>
25505
+ </method>
24215
25506
  <method name="mark_reconfigure" c:identifier="gst_pad_mark_reconfigure">
24216
25507
  <doc xml:space="preserve">Mark a pad for needing reconfiguration. The next call to
24217
25508
  gst_pad_check_reconfigure() will return %TRUE after this call.</doc>
@@ -26688,7 +27979,7 @@ convenient GST_STATIC_PAD_TEMPLATE() macro.
26688
27979
 
26689
27980
  A padtemplate can be used to create a pad (see gst_pad_new_from_template()
26690
27981
  or gst_pad_new_from_static_template ()) or to add to an element class
26691
- (see gst_element_class_add_pad_template ()).
27982
+ (see gst_element_class_add_static_pad_template ()).
26692
27983
 
26693
27984
  The following code example shows the code to create a pad from a padtemplate.
26694
27985
  |[&lt;!-- language="C" --&gt;
@@ -26719,8 +28010,7 @@ element class, this is usually done in the class_init of the class:
26719
28010
  {
26720
28011
  GstElementClass *gstelement_class = GST_ELEMENT_CLASS (klass);
26721
28012
 
26722
- gst_element_class_add_pad_template (gstelement_class,
26723
- gst_static_pad_template_get (&amp;amp;my_template));
28013
+ gst_element_class_add_static_pad_template (gstelement_class, &amp;amp;my_template);
26724
28014
  }
26725
28015
  ]|</doc>
26726
28016
  <constructor name="new" c:identifier="gst_pad_template_new">
@@ -27122,6 +28412,14 @@ of %GST_PARSE_ERROR_NO_SUCH_ELEMENT was returned.</doc>
27122
28412
  <doc xml:space="preserve">If a bin only has a single element,
27123
28413
  just return the element.</doc>
27124
28414
  </member>
28415
+ <member name="place_in_bin"
28416
+ value="4"
28417
+ c:identifier="GST_PARSE_FLAG_PLACE_IN_BIN"
28418
+ glib:nick="place-in-bin">
28419
+ <doc xml:space="preserve">If more than one toplevel element is described
28420
+ by the pipeline description string, put them in a #GstBin instead of a
28421
+ #GstPipeline. (Since 1.10)</doc>
28422
+ </member>
27125
28423
  </bitfield>
27126
28424
  <class name="Pipeline"
27127
28425
  c:symbol-prefix="pipeline"
@@ -28692,11 +29990,14 @@ integrating with a GSource and GMainLoop.</doc>
28692
29990
  </method>
28693
29991
  <method name="read_control" c:identifier="gst_poll_read_control">
28694
29992
  <doc xml:space="preserve">Read a byte from the control socket of the controllable @set.
28695
- This function is mostly useful for timer #GstPoll objects created with
29993
+
29994
+ This function only works for timer #GstPoll objects created with
28696
29995
  gst_poll_new_timer().</doc>
28697
29996
  <return-value transfer-ownership="none">
28698
- <doc xml:space="preserve">%TRUE on success. %FALSE when @set is not controllable or when there
28699
- was no byte to read.</doc>
29997
+ <doc xml:space="preserve">%TRUE on success. %FALSE when when there was no byte to read or
29998
+ reading the byte failed. If there was no byte to read, and only then, errno
29999
+ will contain EWOULDBLOCK or EAGAIN. For all other values of errno this always signals a
30000
+ critical error.</doc>
28700
30001
  <type name="gboolean" c:type="gboolean"/>
28701
30002
  </return-value>
28702
30003
  <parameters>
@@ -28727,7 +30028,10 @@ was no byte to read.</doc>
28727
30028
  <doc xml:space="preserve">Restart any gst_poll_wait() that is in progress. This function is typically
28728
30029
  used after adding or removing descriptors to @set.
28729
30030
 
28730
- If @set is not controllable, then this call will have no effect.</doc>
30031
+ If @set is not controllable, then this call will have no effect.
30032
+
30033
+ This function only works for non-timer #GstPoll objects created with
30034
+ gst_poll_new().</doc>
28731
30035
  <return-value transfer-ownership="none">
28732
30036
  <type name="none" c:type="void"/>
28733
30037
  </return-value>
@@ -28741,7 +30045,10 @@ If @set is not controllable, then this call will have no effect.</doc>
28741
30045
  <method name="set_controllable" c:identifier="gst_poll_set_controllable">
28742
30046
  <doc xml:space="preserve">When @controllable is %TRUE, this function ensures that future calls to
28743
30047
  gst_poll_wait() will be affected by gst_poll_restart() and
28744
- gst_poll_set_flushing().</doc>
30048
+ gst_poll_set_flushing().
30049
+
30050
+ This function only works for non-timer #GstPoll objects created with
30051
+ gst_poll_new().</doc>
28745
30052
  <return-value transfer-ownership="none">
28746
30053
  <doc xml:space="preserve">%TRUE if the controllability of @set could be updated.</doc>
28747
30054
  <type name="gboolean" c:type="gboolean"/>
@@ -28761,7 +30068,10 @@ gst_poll_set_flushing().</doc>
28761
30068
  <doc xml:space="preserve">When @flushing is %TRUE, this function ensures that current and future calls
28762
30069
  to gst_poll_wait() will return -1, with errno set to EBUSY.
28763
30070
 
28764
- Unsetting the flushing state will restore normal operation of @set.</doc>
30071
+ Unsetting the flushing state will restore normal operation of @set.
30072
+
30073
+ This function only works for non-timer #GstPoll objects created with
30074
+ gst_poll_new().</doc>
28765
30075
  <return-value transfer-ownership="none">
28766
30076
  <type name="none" c:type="void"/>
28767
30077
  </return-value>
@@ -28812,10 +30122,14 @@ gst_poll_new_timer().
28812
30122
  It will make any current and future gst_poll_wait() function return with
28813
30123
  1, meaning the control socket is set. After an equal amount of calls to
28814
30124
  gst_poll_read_control() have been performed, calls to gst_poll_wait() will
28815
- block again until their timeout expired.</doc>
30125
+ block again until their timeout expired.
30126
+
30127
+ This function only works for timer #GstPoll objects created with
30128
+ gst_poll_new_timer().</doc>
28816
30129
  <return-value transfer-ownership="none">
28817
- <doc xml:space="preserve">%TRUE on success. %FALSE when @set is not controllable or when the
28818
- byte could not be written.</doc>
30130
+ <doc xml:space="preserve">%TRUE on success. %FALSE when when the byte could not be written.
30131
+ errno contains the detailed error code but will never be EAGAIN, EINTR or
30132
+ EWOULDBLOCK. %FALSE always signals a critical error.</doc>
28819
30133
  <type name="gboolean" c:type="gboolean"/>
28820
30134
  </return-value>
28821
30135
  <parameters>
@@ -29755,7 +31069,7 @@ The following example shows how to query the duration of a pipeline:
29755
31069
  c:identifier="gst_query_new_accept_caps">
29756
31070
  <doc xml:space="preserve">Constructs a new query object for querying if @caps are accepted.
29757
31071
 
29758
- Free-function: gst_query_unref</doc>
31072
+ Free-function: gst_query_unref()</doc>
29759
31073
  <return-value transfer-ownership="full">
29760
31074
  <doc xml:space="preserve">a new #GstQuery</doc>
29761
31075
  <type name="Query" c:type="GstQuery*"/>
@@ -29771,7 +31085,7 @@ Free-function: gst_query_unref</doc>
29771
31085
  c:identifier="gst_query_new_allocation">
29772
31086
  <doc xml:space="preserve">Constructs a new query object for querying the allocation properties.
29773
31087
 
29774
- Free-function: gst_query_unref</doc>
31088
+ Free-function: gst_query_unref()</doc>
29775
31089
  <return-value transfer-ownership="full">
29776
31090
  <doc xml:space="preserve">a new #GstQuery</doc>
29777
31091
  <type name="Query" c:type="GstQuery*"/>
@@ -29791,7 +31105,7 @@ Free-function: gst_query_unref</doc>
29791
31105
  <doc xml:space="preserve">Constructs a new query object for querying the buffering status of
29792
31106
  a stream.
29793
31107
 
29794
- Free-function: gst_query_unref</doc>
31108
+ Free-function: gst_query_unref()</doc>
29795
31109
  <return-value transfer-ownership="full">
29796
31110
  <doc xml:space="preserve">a new #GstQuery</doc>
29797
31111
  <type name="Query" c:type="GstQuery*"/>
@@ -29823,7 +31137,7 @@ The @filter is used to restrict the result caps, only the caps matching
29823
31137
  @filter should be returned from the CAPS query. Specifying a filter might
29824
31138
  greatly reduce the amount of processing an element needs to do.
29825
31139
 
29826
- Free-function: gst_query_unref</doc>
31140
+ Free-function: gst_query_unref()</doc>
29827
31141
  <return-value transfer-ownership="full">
29828
31142
  <doc xml:space="preserve">a new #GstQuery</doc>
29829
31143
  <type name="Query" c:type="GstQuery*"/>
@@ -29840,7 +31154,7 @@ Free-function: gst_query_unref</doc>
29840
31154
  version="1.2">
29841
31155
  <doc xml:space="preserve">Constructs a new query object for querying the pipeline-local context.
29842
31156
 
29843
- Free-function: gst_query_unref</doc>
31157
+ Free-function: gst_query_unref()</doc>
29844
31158
  <return-value transfer-ownership="full">
29845
31159
  <doc xml:space="preserve">a new #GstQuery</doc>
29846
31160
  <type name="Query" c:type="GstQuery*"/>
@@ -29857,7 +31171,7 @@ Free-function: gst_query_unref</doc>
29857
31171
  when done with it. A convert query is used to ask for a conversion between
29858
31172
  one format and another.
29859
31173
 
29860
- Free-function: gst_query_unref</doc>
31174
+ Free-function: gst_query_unref()</doc>
29861
31175
  <return-value transfer-ownership="full">
29862
31176
  <doc xml:space="preserve">a #GstQuery</doc>
29863
31177
  <type name="Query" c:type="GstQuery*"/>
@@ -29881,7 +31195,7 @@ Free-function: gst_query_unref</doc>
29881
31195
  <doc xml:space="preserve">Constructs a new custom query object. Use gst_query_unref()
29882
31196
  when done with it.
29883
31197
 
29884
- Free-function: gst_query_unref</doc>
31198
+ Free-function: gst_query_unref()</doc>
29885
31199
  <return-value transfer-ownership="full">
29886
31200
  <doc xml:space="preserve">a new #GstQuery</doc>
29887
31201
  <type name="Query" c:type="GstQuery*"/>
@@ -29903,7 +31217,7 @@ Free-function: gst_query_unref</doc>
29903
31217
  <constructor name="new_drain" c:identifier="gst_query_new_drain">
29904
31218
  <doc xml:space="preserve">Constructs a new query object for querying the drain state.
29905
31219
 
29906
- Free-function: gst_query_unref</doc>
31220
+ Free-function: gst_query_unref()</doc>
29907
31221
  <return-value transfer-ownership="full">
29908
31222
  <doc xml:space="preserve">a new #GstQuery</doc>
29909
31223
  <type name="Query" c:type="GstQuery*"/>
@@ -29914,7 +31228,7 @@ Free-function: gst_query_unref</doc>
29914
31228
  Use gst_query_unref() when done with it. A duration query will give the
29915
31229
  total length of the stream.
29916
31230
 
29917
- Free-function: gst_query_unref</doc>
31231
+ Free-function: gst_query_unref()</doc>
29918
31232
  <return-value transfer-ownership="full">
29919
31233
  <doc xml:space="preserve">a new #GstQuery</doc>
29920
31234
  <type name="Query" c:type="GstQuery*"/>
@@ -29930,7 +31244,7 @@ Free-function: gst_query_unref</doc>
29930
31244
  <doc xml:space="preserve">Constructs a new query object for querying formats of
29931
31245
  the stream.
29932
31246
 
29933
- Free-function: gst_query_unref</doc>
31247
+ Free-function: gst_query_unref()</doc>
29934
31248
  <return-value transfer-ownership="full">
29935
31249
  <doc xml:space="preserve">a new #GstQuery</doc>
29936
31250
  <type name="Query" c:type="GstQuery*"/>
@@ -29942,7 +31256,7 @@ Use gst_query_unref() when done with it. A latency query is usually performed
29942
31256
  by sinks to compensate for additional latency introduced by elements in the
29943
31257
  pipeline.
29944
31258
 
29945
- Free-function: gst_query_unref</doc>
31259
+ Free-function: gst_query_unref()</doc>
29946
31260
  <return-value transfer-ownership="full">
29947
31261
  <doc xml:space="preserve">a #GstQuery</doc>
29948
31262
  <type name="Query" c:type="GstQuery*"/>
@@ -29953,7 +31267,7 @@ Free-function: gst_query_unref</doc>
29953
31267
  when done with it. A position query is used to query the current position
29954
31268
  of playback in the streams, in some format.
29955
31269
 
29956
- Free-function: gst_query_unref</doc>
31270
+ Free-function: gst_query_unref()</doc>
29957
31271
  <return-value transfer-ownership="full">
29958
31272
  <doc xml:space="preserve">a new #GstQuery</doc>
29959
31273
  <type name="Query" c:type="GstQuery*"/>
@@ -29969,7 +31283,7 @@ Free-function: gst_query_unref</doc>
29969
31283
  c:identifier="gst_query_new_scheduling">
29970
31284
  <doc xml:space="preserve">Constructs a new query object for querying the scheduling properties.
29971
31285
 
29972
- Free-function: gst_query_unref</doc>
31286
+ Free-function: gst_query_unref()</doc>
29973
31287
  <return-value transfer-ownership="full">
29974
31288
  <doc xml:space="preserve">a new #GstQuery</doc>
29975
31289
  <type name="Query" c:type="GstQuery*"/>
@@ -29979,7 +31293,7 @@ Free-function: gst_query_unref</doc>
29979
31293
  <doc xml:space="preserve">Constructs a new query object for querying seeking properties of
29980
31294
  the stream.
29981
31295
 
29982
- Free-function: gst_query_unref</doc>
31296
+ Free-function: gst_query_unref()</doc>
29983
31297
  <return-value transfer-ownership="full">
29984
31298
  <doc xml:space="preserve">a new #GstQuery</doc>
29985
31299
  <type name="Query" c:type="GstQuery*"/>
@@ -29996,7 +31310,7 @@ Free-function: gst_query_unref</doc>
29996
31310
  when done with it. A segment query is used to discover information about the
29997
31311
  currently configured segment for playback.
29998
31312
 
29999
- Free-function: gst_query_unref</doc>
31313
+ Free-function: gst_query_unref()</doc>
30000
31314
  <return-value transfer-ownership="full">
30001
31315
  <doc xml:space="preserve">a new #GstQuery</doc>
30002
31316
  <type name="Query" c:type="GstQuery*"/>
@@ -30013,7 +31327,7 @@ Free-function: gst_query_unref</doc>
30013
31327
  when done with it. An URI query is used to query the current URI
30014
31328
  that is used by the source or sink.
30015
31329
 
30016
- Free-function: gst_query_unref</doc>
31330
+ Free-function: gst_query_unref()</doc>
30017
31331
  <return-value transfer-ownership="full">
30018
31332
  <doc xml:space="preserve">a new #GstQuery</doc>
30019
31333
  <type name="Query" c:type="GstQuery*"/>
@@ -30089,7 +31403,7 @@ Free-function: gst_query_unref</doc>
30089
31403
  <type name="BufferPool" c:type="GstBufferPool*"/>
30090
31404
  </parameter>
30091
31405
  <parameter name="size" transfer-ownership="none">
30092
- <doc xml:space="preserve">the size</doc>
31406
+ <doc xml:space="preserve">the buffer size</doc>
30093
31407
  <type name="guint" c:type="guint"/>
30094
31408
  </parameter>
30095
31409
  <parameter name="min_buffers" transfer-ownership="none">
@@ -30360,7 +31674,10 @@ valid.</doc>
30360
31674
  c:identifier="gst_query_parse_allocation">
30361
31675
  <doc xml:space="preserve">Parse an allocation query, writing the requested caps in @caps and
30362
31676
  whether a pool is needed in @need_pool, if the respective parameters
30363
- are non-%NULL.</doc>
31677
+ are non-%NULL.
31678
+
31679
+ Pool details can be retrieved using gst_query_get_n_allocation_pools() and
31680
+ gst_query_parse_nth_allocation_pool().</doc>
30364
31681
  <return-value transfer-ownership="none">
30365
31682
  <type name="none" c:type="void"/>
30366
31683
  </return-value>
@@ -30851,7 +32168,7 @@ Unref @pool with gst_object_unref() when it's not needed any more.</doc>
30851
32168
  transfer-ownership="full"
30852
32169
  optional="1"
30853
32170
  allow-none="1">
30854
- <doc xml:space="preserve">the size</doc>
32171
+ <doc xml:space="preserve">the buffer size</doc>
30855
32172
  <type name="guint" c:type="guint*"/>
30856
32173
  </parameter>
30857
32174
  <parameter name="min_buffers"
@@ -32658,7 +33975,10 @@ both reading and writing, or either (but unspecified which).</doc>
32658
33975
  <type name="gint" c:type="gint"/>
32659
33976
  </constant>
32660
33977
  <constant name="SEGMENT_FORMAT" value="paB" c:type="GST_SEGMENT_FORMAT">
32661
- <doc xml:space="preserve">printf format type used to debug GStreamer segments.
33978
+ <doc xml:space="preserve">printf format type used to debug GStreamer segments. You can use this in
33979
+ combination with GStreamer's debug logging system as well as the functions
33980
+ gst_info_vasprintf(), gst_info_strdup_vprintf() and gst_info_strdup_printf()
33981
+ to pretty-print #GstSegment structures.
32662
33982
  This can only be used on pointers to GstSegment structures.</doc>
32663
33983
  <type name="utf8" c:type="gchar*"/>
32664
33984
  </constant>
@@ -34082,6 +35402,474 @@ on the returned caps to modify it.</doc>
34082
35402
  </parameters>
34083
35403
  </method>
34084
35404
  </record>
35405
+ <class name="Stream"
35406
+ c:symbol-prefix="stream"
35407
+ c:type="GstStream"
35408
+ parent="Object"
35409
+ glib:type-name="GstStream"
35410
+ glib:get-type="gst_stream_get_type"
35411
+ glib:type-struct="StreamClass">
35412
+ <doc xml:space="preserve">A high-level object representing a single stream. It might be backed, or
35413
+ not, by an actual flow of data in a pipeline (#GstPad).
35414
+
35415
+ A #GstStream does not care about data changes (such as decoding, encoding,
35416
+ parsing,...) as long as the underlying data flow corresponds to the same
35417
+ high-level flow (ex: a certain audio track).
35418
+
35419
+ A #GstStream contains all the information pertinent to a stream, such as
35420
+ stream-id, tags, caps, type, ...
35421
+
35422
+ Elements can subclass a #GstStream for internal usage (to contain information
35423
+ pertinent to streams of data).</doc>
35424
+ <constructor name="new" c:identifier="gst_stream_new" version="1.10">
35425
+ <doc xml:space="preserve">Create a new #GstStream for the given @stream_id, @caps, @type
35426
+ and @flags</doc>
35427
+ <return-value transfer-ownership="none">
35428
+ <doc xml:space="preserve">The new #GstStream</doc>
35429
+ <type name="Stream" c:type="GstStream*"/>
35430
+ </return-value>
35431
+ <parameters>
35432
+ <parameter name="stream_id"
35433
+ transfer-ownership="none"
35434
+ nullable="1"
35435
+ allow-none="1">
35436
+ <doc xml:space="preserve">the id for the new stream. If %NULL,
35437
+ a new one will be automatically generated</doc>
35438
+ <type name="utf8" c:type="const gchar*"/>
35439
+ </parameter>
35440
+ <parameter name="caps"
35441
+ transfer-ownership="none"
35442
+ nullable="1"
35443
+ allow-none="1">
35444
+ <doc xml:space="preserve">the #GstCaps of the stream</doc>
35445
+ <type name="Caps" c:type="GstCaps*"/>
35446
+ </parameter>
35447
+ <parameter name="type" transfer-ownership="none">
35448
+ <doc xml:space="preserve">the #GstStreamType of the stream</doc>
35449
+ <type name="StreamType" c:type="GstStreamType"/>
35450
+ </parameter>
35451
+ <parameter name="flags" transfer-ownership="none">
35452
+ <doc xml:space="preserve">the #GstStreamFlags of the stream</doc>
35453
+ <type name="StreamFlags" c:type="GstStreamFlags"/>
35454
+ </parameter>
35455
+ </parameters>
35456
+ </constructor>
35457
+ <method name="get_caps"
35458
+ c:identifier="gst_stream_get_caps"
35459
+ version="1.10">
35460
+ <doc xml:space="preserve">Retrieve the caps for @stream, if any</doc>
35461
+ <return-value transfer-ownership="full" nullable="1">
35462
+ <doc xml:space="preserve">The #GstCaps for @stream</doc>
35463
+ <type name="Caps" c:type="GstCaps*"/>
35464
+ </return-value>
35465
+ <parameters>
35466
+ <instance-parameter name="stream" transfer-ownership="none">
35467
+ <doc xml:space="preserve">a #GstStream</doc>
35468
+ <type name="Stream" c:type="GstStream*"/>
35469
+ </instance-parameter>
35470
+ </parameters>
35471
+ </method>
35472
+ <method name="get_stream_flags"
35473
+ c:identifier="gst_stream_get_stream_flags"
35474
+ version="1.10">
35475
+ <doc xml:space="preserve">Retrieve the current stream flags for @stream</doc>
35476
+ <return-value transfer-ownership="none">
35477
+ <doc xml:space="preserve">The #GstStreamFlags for @stream</doc>
35478
+ <type name="StreamFlags" c:type="GstStreamFlags"/>
35479
+ </return-value>
35480
+ <parameters>
35481
+ <instance-parameter name="stream" transfer-ownership="none">
35482
+ <doc xml:space="preserve">a #GstStream</doc>
35483
+ <type name="Stream" c:type="GstStream*"/>
35484
+ </instance-parameter>
35485
+ </parameters>
35486
+ </method>
35487
+ <method name="get_stream_id"
35488
+ c:identifier="gst_stream_get_stream_id"
35489
+ version="1.10">
35490
+ <doc xml:space="preserve">Returns the stream ID of @stream.</doc>
35491
+ <return-value transfer-ownership="none" nullable="1">
35492
+ <doc xml:space="preserve">the stream ID of @stream. Only valid
35493
+ during the lifetime of @stream.</doc>
35494
+ <type name="utf8" c:type="const gchar*"/>
35495
+ </return-value>
35496
+ <parameters>
35497
+ <instance-parameter name="stream" transfer-ownership="none">
35498
+ <doc xml:space="preserve">a #GstStream</doc>
35499
+ <type name="Stream" c:type="GstStream*"/>
35500
+ </instance-parameter>
35501
+ </parameters>
35502
+ </method>
35503
+ <method name="get_stream_type"
35504
+ c:identifier="gst_stream_get_stream_type"
35505
+ version="1.10">
35506
+ <doc xml:space="preserve">Retrieve the stream type for @stream</doc>
35507
+ <return-value transfer-ownership="none">
35508
+ <doc xml:space="preserve">The #GstStreamType for @stream</doc>
35509
+ <type name="StreamType" c:type="GstStreamType"/>
35510
+ </return-value>
35511
+ <parameters>
35512
+ <instance-parameter name="stream" transfer-ownership="none">
35513
+ <doc xml:space="preserve">a #GstStream</doc>
35514
+ <type name="Stream" c:type="GstStream*"/>
35515
+ </instance-parameter>
35516
+ </parameters>
35517
+ </method>
35518
+ <method name="get_tags"
35519
+ c:identifier="gst_stream_get_tags"
35520
+ version="1.10">
35521
+ <doc xml:space="preserve">Retrieve the tags for @stream, if any</doc>
35522
+ <return-value transfer-ownership="full" nullable="1">
35523
+ <doc xml:space="preserve">The #GstTagList for @stream</doc>
35524
+ <type name="TagList" c:type="GstTagList*"/>
35525
+ </return-value>
35526
+ <parameters>
35527
+ <instance-parameter name="stream" transfer-ownership="none">
35528
+ <doc xml:space="preserve">a #GstStream</doc>
35529
+ <type name="Stream" c:type="GstStream*"/>
35530
+ </instance-parameter>
35531
+ </parameters>
35532
+ </method>
35533
+ <method name="set_caps"
35534
+ c:identifier="gst_stream_set_caps"
35535
+ version="1.10">
35536
+ <doc xml:space="preserve">Set the caps for the #GstStream</doc>
35537
+ <return-value transfer-ownership="none">
35538
+ <type name="none" c:type="void"/>
35539
+ </return-value>
35540
+ <parameters>
35541
+ <instance-parameter name="stream" transfer-ownership="none">
35542
+ <doc xml:space="preserve">a #GstStream</doc>
35543
+ <type name="Stream" c:type="GstStream*"/>
35544
+ </instance-parameter>
35545
+ <parameter name="caps"
35546
+ transfer-ownership="none"
35547
+ nullable="1"
35548
+ allow-none="1">
35549
+ <doc xml:space="preserve">a #GstCaps</doc>
35550
+ <type name="Caps" c:type="GstCaps*"/>
35551
+ </parameter>
35552
+ </parameters>
35553
+ </method>
35554
+ <method name="set_stream_flags"
35555
+ c:identifier="gst_stream_set_stream_flags"
35556
+ version="1.10">
35557
+ <doc xml:space="preserve">Set the @flags for the @stream.</doc>
35558
+ <return-value transfer-ownership="none">
35559
+ <type name="none" c:type="void"/>
35560
+ </return-value>
35561
+ <parameters>
35562
+ <instance-parameter name="stream" transfer-ownership="none">
35563
+ <doc xml:space="preserve">a #GstStream</doc>
35564
+ <type name="Stream" c:type="GstStream*"/>
35565
+ </instance-parameter>
35566
+ <parameter name="flags" transfer-ownership="none">
35567
+ <doc xml:space="preserve">the flags to set on @stream</doc>
35568
+ <type name="StreamFlags" c:type="GstStreamFlags"/>
35569
+ </parameter>
35570
+ </parameters>
35571
+ </method>
35572
+ <method name="set_stream_type"
35573
+ c:identifier="gst_stream_set_stream_type"
35574
+ version="1.10">
35575
+ <doc xml:space="preserve">Set the stream type of @stream</doc>
35576
+ <return-value transfer-ownership="none">
35577
+ <type name="none" c:type="void"/>
35578
+ </return-value>
35579
+ <parameters>
35580
+ <instance-parameter name="stream" transfer-ownership="none">
35581
+ <doc xml:space="preserve">a #GstStream</doc>
35582
+ <type name="Stream" c:type="GstStream*"/>
35583
+ </instance-parameter>
35584
+ <parameter name="stream_type" transfer-ownership="none">
35585
+ <doc xml:space="preserve">the type to set on @stream</doc>
35586
+ <type name="StreamType" c:type="GstStreamType"/>
35587
+ </parameter>
35588
+ </parameters>
35589
+ </method>
35590
+ <method name="set_tags"
35591
+ c:identifier="gst_stream_set_tags"
35592
+ version="1.10">
35593
+ <doc xml:space="preserve">Set the tags for the #GstStream</doc>
35594
+ <return-value transfer-ownership="none">
35595
+ <type name="none" c:type="void"/>
35596
+ </return-value>
35597
+ <parameters>
35598
+ <instance-parameter name="stream" transfer-ownership="none">
35599
+ <doc xml:space="preserve">a #GstStream</doc>
35600
+ <type name="Stream" c:type="GstStream*"/>
35601
+ </instance-parameter>
35602
+ <parameter name="tags"
35603
+ transfer-ownership="none"
35604
+ nullable="1"
35605
+ allow-none="1">
35606
+ <doc xml:space="preserve">a #GstTagList</doc>
35607
+ <type name="TagList" c:type="GstTagList*"/>
35608
+ </parameter>
35609
+ </parameters>
35610
+ </method>
35611
+ <property name="caps" writable="1" transfer-ownership="none">
35612
+ <doc xml:space="preserve">The #GstCaps of the #GstStream.</doc>
35613
+ <type name="Caps"/>
35614
+ </property>
35615
+ <property name="stream-flags"
35616
+ writable="1"
35617
+ construct="1"
35618
+ transfer-ownership="none">
35619
+ <type name="StreamFlags"/>
35620
+ </property>
35621
+ <property name="stream-id"
35622
+ writable="1"
35623
+ construct-only="1"
35624
+ transfer-ownership="none">
35625
+ <doc xml:space="preserve">The unique identifier of the #GstStream. Can only be set at construction
35626
+ time.</doc>
35627
+ <type name="utf8" c:type="gchar*"/>
35628
+ </property>
35629
+ <property name="stream-type"
35630
+ writable="1"
35631
+ construct="1"
35632
+ transfer-ownership="none">
35633
+ <doc xml:space="preserve">The #GstStreamType of the #GstStream. Can only be set at construction time.</doc>
35634
+ <type name="StreamType"/>
35635
+ </property>
35636
+ <property name="tags" writable="1" transfer-ownership="none">
35637
+ <doc xml:space="preserve">The #GstTagList of the #GstStream.</doc>
35638
+ <type name="TagList"/>
35639
+ </property>
35640
+ <field name="object">
35641
+ <type name="Object" c:type="GstObject"/>
35642
+ </field>
35643
+ <field name="stream_id">
35644
+ <doc xml:space="preserve">The Stream Identifier for this #GstStream</doc>
35645
+ <type name="utf8" c:type="const gchar*"/>
35646
+ </field>
35647
+ <field name="priv" readable="0" private="1">
35648
+ <type name="StreamPrivate" c:type="GstStreamPrivate*"/>
35649
+ </field>
35650
+ <field name="_gst_reserved" readable="0" private="1">
35651
+ <array zero-terminated="0" c:type="gpointer" fixed-size="4">
35652
+ <type name="gpointer" c:type="gpointer"/>
35653
+ </array>
35654
+ </field>
35655
+ </class>
35656
+ <record name="StreamClass"
35657
+ c:type="GstStreamClass"
35658
+ glib:is-gtype-struct-for="Stream">
35659
+ <doc xml:space="preserve">GstStream class structure</doc>
35660
+ <field name="parent_class">
35661
+ <doc xml:space="preserve">the parent class structure</doc>
35662
+ <type name="ObjectClass" c:type="GstObjectClass"/>
35663
+ </field>
35664
+ <field name="_gst_reserved" readable="0" private="1">
35665
+ <array zero-terminated="0" c:type="gpointer" fixed-size="4">
35666
+ <type name="gpointer" c:type="gpointer"/>
35667
+ </array>
35668
+ </field>
35669
+ </record>
35670
+ <class name="StreamCollection"
35671
+ c:symbol-prefix="stream_collection"
35672
+ c:type="GstStreamCollection"
35673
+ version="1.10"
35674
+ parent="Object"
35675
+ glib:type-name="GstStreamCollection"
35676
+ glib:get-type="gst_stream_collection_get_type"
35677
+ glib:type-struct="StreamCollectionClass">
35678
+ <doc xml:space="preserve">A collection of #GstStream that are available.
35679
+
35680
+ A #GstStreamCollection will be provided by elements that can make those
35681
+ streams available. Applications can use the collection to show the user
35682
+ what streams are available by using %gst_stream_collection_get_stream()
35683
+
35684
+ Once posted, a #GstStreamCollection is immutable. Updates are made by sending
35685
+ a new #GstStreamCollection message, which may or may not share some of
35686
+ the #GstStream objects from the collection it replaces. The receiver can check
35687
+ the sender of a stream collection message to know which collection is
35688
+ obsoleted.
35689
+
35690
+ Several elements in a pipeline can provide #GstStreamCollection.
35691
+
35692
+ Applications can activate streams from a collection by using the
35693
+ #GST_EVENT_SELECT_STREAMS event on a pipeline, bin or element.</doc>
35694
+ <constructor name="new"
35695
+ c:identifier="gst_stream_collection_new"
35696
+ version="1.10">
35697
+ <doc xml:space="preserve">Create a new #GstStreamCollection.</doc>
35698
+ <return-value transfer-ownership="none">
35699
+ <doc xml:space="preserve">The new #GstStreamCollection.</doc>
35700
+ <type name="StreamCollection" c:type="GstStreamCollection*"/>
35701
+ </return-value>
35702
+ <parameters>
35703
+ <parameter name="upstream_id"
35704
+ transfer-ownership="none"
35705
+ nullable="1"
35706
+ allow-none="1">
35707
+ <doc xml:space="preserve">The stream id of the parent stream</doc>
35708
+ <type name="utf8" c:type="const gchar*"/>
35709
+ </parameter>
35710
+ </parameters>
35711
+ </constructor>
35712
+ <virtual-method name="stream_notify">
35713
+ <return-value transfer-ownership="none">
35714
+ <type name="none" c:type="void"/>
35715
+ </return-value>
35716
+ <parameters>
35717
+ <instance-parameter name="collection" transfer-ownership="none">
35718
+ <type name="StreamCollection" c:type="GstStreamCollection*"/>
35719
+ </instance-parameter>
35720
+ <parameter name="stream" transfer-ownership="none">
35721
+ <type name="Stream" c:type="GstStream*"/>
35722
+ </parameter>
35723
+ <parameter name="pspec" transfer-ownership="none">
35724
+ <type name="GObject.ParamSpec" c:type="GParamSpec*"/>
35725
+ </parameter>
35726
+ </parameters>
35727
+ </virtual-method>
35728
+ <method name="add_stream"
35729
+ c:identifier="gst_stream_collection_add_stream"
35730
+ version="1.10">
35731
+ <doc xml:space="preserve">Add the given @stream to the @collection.</doc>
35732
+ <return-value transfer-ownership="none">
35733
+ <doc xml:space="preserve">%TRUE if the @stream was properly added, else %FALSE</doc>
35734
+ <type name="gboolean" c:type="gboolean"/>
35735
+ </return-value>
35736
+ <parameters>
35737
+ <instance-parameter name="collection" transfer-ownership="none">
35738
+ <doc xml:space="preserve">a #GstStreamCollection</doc>
35739
+ <type name="StreamCollection" c:type="GstStreamCollection*"/>
35740
+ </instance-parameter>
35741
+ <parameter name="stream" transfer-ownership="full">
35742
+ <doc xml:space="preserve">the #GstStream to add</doc>
35743
+ <type name="Stream" c:type="GstStream*"/>
35744
+ </parameter>
35745
+ </parameters>
35746
+ </method>
35747
+ <method name="get_size"
35748
+ c:identifier="gst_stream_collection_get_size"
35749
+ version="1.10">
35750
+ <doc xml:space="preserve">Get the number of streams this collection contains</doc>
35751
+ <return-value transfer-ownership="none">
35752
+ <doc xml:space="preserve">The number of streams that @collection contains</doc>
35753
+ <type name="guint" c:type="guint"/>
35754
+ </return-value>
35755
+ <parameters>
35756
+ <instance-parameter name="collection" transfer-ownership="none">
35757
+ <doc xml:space="preserve">a #GstStreamCollection</doc>
35758
+ <type name="StreamCollection" c:type="GstStreamCollection*"/>
35759
+ </instance-parameter>
35760
+ </parameters>
35761
+ </method>
35762
+ <method name="get_stream"
35763
+ c:identifier="gst_stream_collection_get_stream"
35764
+ version="1.10">
35765
+ <doc xml:space="preserve">Retrieve the #GstStream with index @index from the collection.
35766
+
35767
+ The caller should not modify the returned #GstStream</doc>
35768
+ <return-value transfer-ownership="none">
35769
+ <doc xml:space="preserve">A #GstStream</doc>
35770
+ <type name="Stream" c:type="GstStream*"/>
35771
+ </return-value>
35772
+ <parameters>
35773
+ <instance-parameter name="collection" transfer-ownership="none">
35774
+ <doc xml:space="preserve">a #GstStreamCollection</doc>
35775
+ <type name="StreamCollection" c:type="GstStreamCollection*"/>
35776
+ </instance-parameter>
35777
+ <parameter name="index" transfer-ownership="none">
35778
+ <doc xml:space="preserve">Index of the stream to retrieve</doc>
35779
+ <type name="guint" c:type="guint"/>
35780
+ </parameter>
35781
+ </parameters>
35782
+ </method>
35783
+ <method name="get_upstream_id"
35784
+ c:identifier="gst_stream_collection_get_upstream_id"
35785
+ version="1.10">
35786
+ <doc xml:space="preserve">Returns the upstream id of the @collection.</doc>
35787
+ <return-value transfer-ownership="none">
35788
+ <doc xml:space="preserve">The upstream id</doc>
35789
+ <type name="utf8" c:type="const gchar*"/>
35790
+ </return-value>
35791
+ <parameters>
35792
+ <instance-parameter name="collection" transfer-ownership="none">
35793
+ <doc xml:space="preserve">a #GstStreamCollection</doc>
35794
+ <type name="StreamCollection" c:type="GstStreamCollection*"/>
35795
+ </instance-parameter>
35796
+ </parameters>
35797
+ </method>
35798
+ <property name="upstream-id"
35799
+ writable="1"
35800
+ construct="1"
35801
+ transfer-ownership="none">
35802
+ <type name="utf8" c:type="gchar*"/>
35803
+ </property>
35804
+ <field name="object">
35805
+ <type name="Object" c:type="GstObject"/>
35806
+ </field>
35807
+ <field name="upstream_id" readable="0" private="1">
35808
+ <type name="utf8" c:type="gchar*"/>
35809
+ </field>
35810
+ <field name="priv" readable="0" private="1">
35811
+ <type name="StreamCollectionPrivate"
35812
+ c:type="GstStreamCollectionPrivate*"/>
35813
+ </field>
35814
+ <field name="_gst_reserved" readable="0" private="1">
35815
+ <array zero-terminated="0" c:type="gpointer" fixed-size="4">
35816
+ <type name="gpointer" c:type="gpointer"/>
35817
+ </array>
35818
+ </field>
35819
+ <glib:signal name="stream-notify"
35820
+ when="first"
35821
+ no-recurse="1"
35822
+ detailed="1"
35823
+ no-hooks="1">
35824
+ <return-value transfer-ownership="none">
35825
+ <type name="none" c:type="void"/>
35826
+ </return-value>
35827
+ <parameters>
35828
+ <parameter name="object" transfer-ownership="none">
35829
+ <type name="Stream"/>
35830
+ </parameter>
35831
+ <parameter name="p0" transfer-ownership="none">
35832
+ <type name="GObject.ParamSpec"/>
35833
+ </parameter>
35834
+ </parameters>
35835
+ </glib:signal>
35836
+ </class>
35837
+ <record name="StreamCollectionClass"
35838
+ c:type="GstStreamCollectionClass"
35839
+ glib:is-gtype-struct-for="StreamCollection">
35840
+ <doc xml:space="preserve">GstStreamCollection class structure</doc>
35841
+ <field name="parent_class">
35842
+ <doc xml:space="preserve">the parent class structure</doc>
35843
+ <type name="ObjectClass" c:type="GstObjectClass"/>
35844
+ </field>
35845
+ <field name="stream_notify">
35846
+ <callback name="stream_notify">
35847
+ <return-value transfer-ownership="none">
35848
+ <type name="none" c:type="void"/>
35849
+ </return-value>
35850
+ <parameters>
35851
+ <parameter name="collection" transfer-ownership="none">
35852
+ <type name="StreamCollection" c:type="GstStreamCollection*"/>
35853
+ </parameter>
35854
+ <parameter name="stream" transfer-ownership="none">
35855
+ <type name="Stream" c:type="GstStream*"/>
35856
+ </parameter>
35857
+ <parameter name="pspec" transfer-ownership="none">
35858
+ <type name="GObject.ParamSpec" c:type="GParamSpec*"/>
35859
+ </parameter>
35860
+ </parameters>
35861
+ </callback>
35862
+ </field>
35863
+ <field name="_gst_reserved" readable="0" private="1">
35864
+ <array zero-terminated="0" c:type="gpointer" fixed-size="4">
35865
+ <type name="gpointer" c:type="gpointer"/>
35866
+ </array>
35867
+ </field>
35868
+ </record>
35869
+ <record name="StreamCollectionPrivate"
35870
+ c:type="GstStreamCollectionPrivate"
35871
+ disguised="1">
35872
+ </record>
34085
35873
  <enumeration name="StreamError"
34086
35874
  glib:type-name="GstStreamError"
34087
35875
  glib:get-type="gst_stream_error_get_type"
@@ -34227,6 +36015,8 @@ can't be decrypted because no suitable key is available.</doc>
34227
36015
  a director's commentary track).</doc>
34228
36016
  </member>
34229
36017
  </bitfield>
36018
+ <record name="StreamPrivate" c:type="GstStreamPrivate" disguised="1">
36019
+ </record>
34230
36020
  <enumeration name="StreamStatusType"
34231
36021
  glib:type-name="GstStreamStatusType"
34232
36022
  glib:get-type="gst_stream_status_type_get_type"
@@ -34276,6 +36066,62 @@ application of new streaming threads and their status.</doc>
34276
36066
  <doc xml:space="preserve">a thread is stopped</doc>
34277
36067
  </member>
34278
36068
  </enumeration>
36069
+ <bitfield name="StreamType"
36070
+ glib:type-name="GstStreamType"
36071
+ glib:get-type="gst_stream_type_get_type"
36072
+ c:type="GstStreamType">
36073
+ <doc xml:space="preserve">#GstStreamType describes a high level classification set for
36074
+ flows of data in #GstStream objects.
36075
+
36076
+ Note that this is a flag, and therefore users should not assume it
36077
+ will be a single value. Do not use the equality operator for checking
36078
+ whether a stream is of a certain type.</doc>
36079
+ <member name="unknown"
36080
+ value="1"
36081
+ c:identifier="GST_STREAM_TYPE_UNKNOWN"
36082
+ glib:nick="unknown">
36083
+ <doc xml:space="preserve">The stream is of unknown (unclassified) type.</doc>
36084
+ </member>
36085
+ <member name="audio"
36086
+ value="2"
36087
+ c:identifier="GST_STREAM_TYPE_AUDIO"
36088
+ glib:nick="audio">
36089
+ <doc xml:space="preserve">The stream is of audio data</doc>
36090
+ </member>
36091
+ <member name="video"
36092
+ value="4"
36093
+ c:identifier="GST_STREAM_TYPE_VIDEO"
36094
+ glib:nick="video">
36095
+ <doc xml:space="preserve">The stream carries video data</doc>
36096
+ </member>
36097
+ <member name="container"
36098
+ value="8"
36099
+ c:identifier="GST_STREAM_TYPE_CONTAINER"
36100
+ glib:nick="container">
36101
+ <doc xml:space="preserve">The stream is a muxed container type</doc>
36102
+ </member>
36103
+ <member name="text"
36104
+ value="16"
36105
+ c:identifier="GST_STREAM_TYPE_TEXT"
36106
+ glib:nick="text">
36107
+ <doc xml:space="preserve">The stream contains subtitle / subpicture data.</doc>
36108
+ </member>
36109
+ <function name="get_name"
36110
+ c:identifier="gst_stream_type_get_name"
36111
+ version="1.10">
36112
+ <doc xml:space="preserve">Get a descriptive string for a given #GstStreamType</doc>
36113
+ <return-value transfer-ownership="none">
36114
+ <doc xml:space="preserve">A string describing the stream type</doc>
36115
+ <type name="utf8" c:type="const gchar*"/>
36116
+ </return-value>
36117
+ <parameters>
36118
+ <parameter name="stype" transfer-ownership="none">
36119
+ <doc xml:space="preserve">a #GstStreamType</doc>
36120
+ <type name="StreamType" c:type="GstStreamType"/>
36121
+ </parameter>
36122
+ </parameters>
36123
+ </function>
36124
+ </bitfield>
34279
36125
  <record name="Structure"
34280
36126
  c:type="GstStructure"
34281
36127
  glib:type-name="GstStructure"
@@ -41753,11 +43599,11 @@ determine a order for the two provided values.</doc>
41753
43599
  <doc xml:space="preserve">The major version of GStreamer at compile time:</doc>
41754
43600
  <type name="gint" c:type="gint"/>
41755
43601
  </constant>
41756
- <constant name="VERSION_MICRO" value="2" c:type="GST_VERSION_MICRO">
43602
+ <constant name="VERSION_MICRO" value="0" c:type="GST_VERSION_MICRO">
41757
43603
  <doc xml:space="preserve">The micro version of GStreamer at compile time:</doc>
41758
43604
  <type name="gint" c:type="gint"/>
41759
43605
  </constant>
41760
- <constant name="VERSION_MINOR" value="8" c:type="GST_VERSION_MINOR">
43606
+ <constant name="VERSION_MINOR" value="10" c:type="GST_VERSION_MINOR">
41761
43607
  <doc xml:space="preserve">The minor version of GStreamer at compile time:</doc>
41762
43608
  <type name="gint" c:type="gint"/>
41763
43609
  </constant>
@@ -42462,8 +44308,13 @@ gstreamer code, which can be printed with this function.</doc>
42462
44308
  <type name="guint" c:type="guint"/>
42463
44309
  </return-value>
42464
44310
  <parameters>
42465
- <parameter name="func" transfer-ownership="none" scope="call">
42466
- <doc xml:space="preserve">the log function to remove</doc>
44311
+ <parameter name="func"
44312
+ transfer-ownership="none"
44313
+ nullable="1"
44314
+ allow-none="1"
44315
+ scope="call">
44316
+ <doc xml:space="preserve">the log function to remove, or %NULL to
44317
+ remove the default log function</doc>
42467
44318
  <type name="LogFunction" c:type="GstLogFunction"/>
42468
44319
  </parameter>
42469
44320
  </parameters>
@@ -43076,6 +44927,21 @@ or gst_init_check().</doc>
43076
44927
  <type name="GLib.Quark" c:type="GQuark"/>
43077
44928
  </return-value>
43078
44929
  </function>
44930
+ <function name="make_element_message_details"
44931
+ c:identifier="gst_make_element_message_details"
44932
+ introspectable="0">
44933
+ <return-value transfer-ownership="full">
44934
+ <type name="Structure" c:type="GstStructure*"/>
44935
+ </return-value>
44936
+ <parameters>
44937
+ <parameter name="name" transfer-ownership="none">
44938
+ <type name="utf8" c:type="const char*"/>
44939
+ </parameter>
44940
+ <parameter name="..." transfer-ownership="none">
44941
+ <varargs/>
44942
+ </parameter>
44943
+ </parameters>
44944
+ </function>
43079
44945
  <function name="message_type_get_name"
43080
44946
  c:identifier="gst_message_type_get_name"
43081
44947
  moved-to="MessageType.get_name">
@@ -43494,7 +45360,9 @@ can try to play the pipeline.</doc>
43494
45360
  <return-value transfer-ownership="none">
43495
45361
  <doc xml:space="preserve">a new element on success, %NULL on failure. If
43496
45362
  more than one toplevel element is specified by the @pipeline_description,
43497
- all elements are put into a #GstPipeline, which then is returned.</doc>
45363
+ all elements are put into a #GstPipeline, which then is returned (unless
45364
+ the GST_PARSE_FLAG_PLACE_IN_BIN flag is set, in which case they are put
45365
+ in a #GstBin instead).</doc>
43498
45366
  <type name="Element" c:type="GstElement*"/>
43499
45367
  </return-value>
43500
45368
  <parameters>
@@ -43774,6 +45642,22 @@ the GStreamer core. See gst_segtrap_is_enabled() for more information.</doc>
43774
45642
  <type name="GLib.Quark" c:type="GQuark"/>
43775
45643
  </return-value>
43776
45644
  </function>
45645
+ <function name="stream_type_get_name"
45646
+ c:identifier="gst_stream_type_get_name"
45647
+ moved-to="StreamType.get_name"
45648
+ version="1.10">
45649
+ <doc xml:space="preserve">Get a descriptive string for a given #GstStreamType</doc>
45650
+ <return-value transfer-ownership="none">
45651
+ <doc xml:space="preserve">A string describing the stream type</doc>
45652
+ <type name="utf8" c:type="const gchar*"/>
45653
+ </return-value>
45654
+ <parameters>
45655
+ <parameter name="stype" transfer-ownership="none">
45656
+ <doc xml:space="preserve">a #GstStreamType</doc>
45657
+ <type name="StreamType" c:type="GstStreamType"/>
45658
+ </parameter>
45659
+ </parameters>
45660
+ </function>
43777
45661
  <function name="structure_from_string"
43778
45662
  c:identifier="gst_structure_from_string"
43779
45663
  moved-to="Structure.from_string">