gstreamer 3.0.7-x64-mingw32 → 3.0.8-x64-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2033) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +28 -24
  3. data/ext/gstreamer/extconf.rb +1 -0
  4. data/lib/2.2/gstreamer.so +0 -0
  5. data/lib/2.3/gstreamer.so +0 -0
  6. data/sample/stream-status.rb +2 -2
  7. data/vendor/local/bin/cjpeg.exe +0 -0
  8. data/vendor/local/bin/djpeg.exe +0 -0
  9. data/vendor/local/bin/flac.exe +0 -0
  10. data/vendor/local/bin/gst-device-monitor-1.0.exe +0 -0
  11. data/vendor/local/bin/gst-discoverer-1.0.exe +0 -0
  12. data/vendor/local/bin/gst-inspect-1.0.exe +0 -0
  13. data/vendor/local/bin/gst-launch-1.0.exe +0 -0
  14. data/vendor/local/bin/gst-play-1.0.exe +0 -0
  15. data/vendor/local/bin/gst-stats-1.0.exe +0 -0
  16. data/vendor/local/bin/gst-typefind-1.0.exe +0 -0
  17. data/vendor/local/bin/jpegtran.exe +0 -0
  18. data/vendor/local/bin/libFLAC-8.dll +0 -0
  19. data/vendor/local/bin/libgstadaptivedemux-1.0-0.dll +0 -0
  20. data/vendor/local/bin/libgstallocators-1.0-0.dll +0 -0
  21. data/vendor/local/bin/libgstapp-1.0-0.dll +0 -0
  22. data/vendor/local/bin/libgstaudio-1.0-0.dll +0 -0
  23. data/vendor/local/bin/libgstbadaudio-1.0-0.dll +0 -0
  24. data/vendor/local/bin/libgstbadbase-1.0-0.dll +0 -0
  25. data/vendor/local/bin/libgstbadvideo-1.0-0.dll +0 -0
  26. data/vendor/local/bin/libgstbase-1.0-0.dll +0 -0
  27. data/vendor/local/bin/libgstbasecamerabinsrc-1.0-0.dll +0 -0
  28. data/vendor/local/bin/libgstcodecparsers-1.0-0.dll +0 -0
  29. data/vendor/local/bin/libgstcontroller-1.0-0.dll +0 -0
  30. data/vendor/local/bin/libgstfft-1.0-0.dll +0 -0
  31. data/vendor/local/bin/libgstgl-1.0-0.dll +0 -0
  32. data/vendor/local/bin/libgstinsertbin-1.0-0.dll +0 -0
  33. data/vendor/local/bin/libgstmpegts-1.0-0.dll +0 -0
  34. data/vendor/local/bin/libgstnet-1.0-0.dll +0 -0
  35. data/vendor/local/bin/libgstpbutils-1.0-0.dll +0 -0
  36. data/vendor/local/bin/libgstphotography-1.0-0.dll +0 -0
  37. data/vendor/local/bin/libgstplayer-1.0-0.dll +0 -0
  38. data/vendor/local/bin/libgstreamer-1.0-0.dll +0 -0
  39. data/vendor/local/bin/libgstriff-1.0-0.dll +0 -0
  40. data/vendor/local/bin/libgstrtp-1.0-0.dll +0 -0
  41. data/vendor/local/bin/libgstrtsp-1.0-0.dll +0 -0
  42. data/vendor/local/bin/libgstsdp-1.0-0.dll +0 -0
  43. data/vendor/local/bin/libgsttag-1.0-0.dll +0 -0
  44. data/vendor/local/bin/libgsturidownloader-1.0-0.dll +0 -0
  45. data/vendor/local/bin/libgstvideo-1.0-0.dll +0 -0
  46. data/vendor/local/bin/libjpeg-9.dll +0 -0
  47. data/vendor/local/bin/libogg-0.dll +0 -0
  48. data/vendor/local/bin/libopus-0.dll +0 -0
  49. data/vendor/local/bin/libsoup-2.4-1.dll +0 -0
  50. data/vendor/local/bin/libsqlite3-0.dll +0 -0
  51. data/vendor/local/bin/libtheora-0.dll +0 -0
  52. data/vendor/local/bin/libtheoradec-1.dll +0 -0
  53. data/vendor/local/bin/libtheoraenc-1.dll +0 -0
  54. data/vendor/local/bin/libvorbis-0.dll +0 -0
  55. data/vendor/local/bin/libvorbisenc-2.dll +0 -0
  56. data/vendor/local/bin/libvorbisfile-3.dll +0 -0
  57. data/vendor/local/bin/metaflac.exe +0 -0
  58. data/vendor/local/bin/rdjpgcom.exe +0 -0
  59. data/vendor/local/bin/sqlite3.exe +0 -0
  60. data/vendor/local/bin/wrjpgcom.exe +0 -0
  61. data/vendor/local/include/gstreamer-1.0/gst/allocators/allocators.h +1 -0
  62. data/vendor/local/include/gstreamer-1.0/gst/allocators/gstfdmemory.h +4 -0
  63. data/vendor/local/include/gstreamer-1.0/gst/app/gstappsink.h +10 -3
  64. data/vendor/local/include/gstreamer-1.0/gst/app/gstappsrc.h +4 -0
  65. data/vendor/local/include/gstreamer-1.0/gst/audio/audio-channel-mixer.h +70 -0
  66. data/vendor/local/include/gstreamer-1.0/gst/audio/audio-channels.h +1 -0
  67. data/vendor/local/include/gstreamer-1.0/gst/audio/audio-converter.h +103 -0
  68. data/vendor/local/include/gstreamer-1.0/gst/audio/audio-enumtypes.h +16 -0
  69. data/vendor/local/include/gstreamer-1.0/gst/audio/audio-format.h +7 -1
  70. data/vendor/local/include/gstreamer-1.0/gst/audio/audio-info.h +6 -1
  71. data/vendor/local/include/gstreamer-1.0/gst/audio/audio-quantize.h +99 -0
  72. data/vendor/local/include/gstreamer-1.0/gst/audio/audio.h +12 -0
  73. data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudioaggregator.h +171 -0
  74. data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiobasesink.h +26 -20
  75. data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiobasesrc.h +4 -0
  76. data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiocdsrc.h +4 -0
  77. data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudioclock.h +4 -0
  78. data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiodecoder.h +16 -1
  79. data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudioencoder.h +30 -1
  80. data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiofilter.h +4 -0
  81. data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiometa.h +46 -1
  82. data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudioringbuffer.h +4 -0
  83. data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiosink.h +4 -0
  84. data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiosrc.h +4 -0
  85. data/vendor/local/include/gstreamer-1.0/gst/base/gstadapter.h +8 -0
  86. data/vendor/local/include/gstreamer-1.0/gst/base/gstaggregator.h +299 -0
  87. data/vendor/local/include/gstreamer-1.0/gst/base/gstbaseparse.h +12 -0
  88. data/vendor/local/include/gstreamer-1.0/gst/base/gstbasesink.h +16 -12
  89. data/vendor/local/include/gstreamer-1.0/gst/base/gstbasesrc.h +4 -0
  90. data/vendor/local/include/gstreamer-1.0/gst/base/gstbasetransform.h +7 -3
  91. data/vendor/local/include/gstreamer-1.0/gst/base/gstbytewriter.h +0 -6
  92. data/vendor/local/include/gstreamer-1.0/gst/base/gstcollectpads.h +4 -0
  93. data/vendor/local/include/gstreamer-1.0/gst/base/gstdataqueue.h +4 -0
  94. data/vendor/local/include/gstreamer-1.0/gst/base/gstflowcombiner.h +4 -0
  95. data/vendor/local/include/gstreamer-1.0/gst/base/gstpushsrc.h +6 -2
  96. data/vendor/local/include/gstreamer-1.0/gst/base/gstqueuearray.h +16 -0
  97. data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gsth264parser.h +6 -2
  98. data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gsth265parser.h +24 -0
  99. data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gstmpegvideoparser.h +4 -0
  100. data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gstvp9parser.h +493 -0
  101. data/vendor/local/include/gstreamer-1.0/gst/controller/gstargbcontrolbinding.h +4 -0
  102. data/vendor/local/include/gstreamer-1.0/gst/controller/gstdirectcontrolbinding.h +10 -2
  103. data/vendor/local/include/gstreamer-1.0/gst/controller/gstinterpolationcontrolsource.h +11 -2
  104. data/vendor/local/include/gstreamer-1.0/gst/controller/gstlfocontrolsource.h +4 -0
  105. data/vendor/local/include/gstreamer-1.0/gst/controller/gsttimedvaluecontrolsource.h +11 -4
  106. data/vendor/local/include/gstreamer-1.0/gst/controller/gsttriggercontrolsource.h +4 -0
  107. data/vendor/local/include/gstreamer-1.0/gst/gl/gl.h +10 -4
  108. data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/all_functions.h +1 -0
  109. data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/base.h +1 -1
  110. data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/debug.h +28 -1
  111. data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/gstgl_compat.h +3 -0
  112. data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/opengl.h +2 -0
  113. data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/query.h +63 -0
  114. data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/sync.h +4 -4
  115. data/vendor/local/include/gstreamer-1.0/gst/gl/gstgl_enums.h +41 -0
  116. data/vendor/local/include/gstreamer-1.0/gst/gl/gstgl_fwd.h +91 -12
  117. data/vendor/local/include/gstreamer-1.0/gst/gl/gstglapi.h +53 -23
  118. data/vendor/local/include/gstreamer-1.0/gst/gl/gstglbasefilter.h +11 -5
  119. data/vendor/local/include/gstreamer-1.0/gst/gl/gstglbasememory.h +361 -0
  120. data/vendor/local/include/gstreamer-1.0/gst/gl/gstglbuffer.h +125 -0
  121. data/vendor/local/include/gstreamer-1.0/gst/gl/gstglbufferpool.h +5 -6
  122. data/vendor/local/include/gstreamer-1.0/gst/gl/gstglcolorconvert.h +21 -3
  123. data/vendor/local/include/gstreamer-1.0/gst/gl/gstglcontext.h +9 -5
  124. data/vendor/local/include/gstreamer-1.0/gst/gl/gstglcontrolbindingproxy.h +58 -0
  125. data/vendor/local/include/gstreamer-1.0/gst/gl/gstgldebug.h +172 -0
  126. data/vendor/local/include/gstreamer-1.0/gst/gl/gstgldisplay.h +12 -1
  127. data/vendor/local/include/gstreamer-1.0/gst/gl/gstglfeature.h +2 -2
  128. data/vendor/local/include/gstreamer-1.0/gst/gl/gstglfilter.h +1 -2
  129. data/vendor/local/include/gstreamer-1.0/gst/gl/gstglformat.h +92 -0
  130. data/vendor/local/include/gstreamer-1.0/gst/gl/gstglframebuffer.h +4 -0
  131. data/vendor/local/include/gstreamer-1.0/gst/gl/gstglmemory.h +156 -112
  132. data/vendor/local/include/gstreamer-1.0/gst/gl/gstglmemorypbo.h +101 -0
  133. data/vendor/local/include/gstreamer-1.0/gst/gl/gstgloverlaycompositor.h +78 -0
  134. data/vendor/local/include/gstreamer-1.0/gst/gl/gstglquery.h +140 -0
  135. data/vendor/local/include/gstreamer-1.0/gst/gl/gstglshader.h +23 -37
  136. data/vendor/local/include/gstreamer-1.0/gst/gl/{gstglshadervariables.h → gstglshaderstrings.h} +12 -15
  137. data/vendor/local/include/gstreamer-1.0/gst/gl/gstglsl.h +96 -0
  138. data/vendor/local/include/gstreamer-1.0/gst/gl/gstglslstage.h +94 -0
  139. data/vendor/local/include/gstreamer-1.0/gst/gl/gstglsyncmeta.h +14 -2
  140. data/vendor/local/include/gstreamer-1.0/gst/gl/gstglupload.h +1 -2
  141. data/vendor/local/include/gstreamer-1.0/gst/gl/gstglutils.h +7 -0
  142. data/vendor/local/include/gstreamer-1.0/gst/gl/gstglviewconvert.h +4 -2
  143. data/vendor/local/include/gstreamer-1.0/gst/gl/gstglwindow.h +18 -32
  144. data/vendor/local/include/gstreamer-1.0/gst/glib-compat.h +2 -0
  145. data/vendor/local/include/gstreamer-1.0/gst/gst.h +3 -0
  146. data/vendor/local/include/gstreamer-1.0/gst/gstallocator.h +5 -0
  147. data/vendor/local/include/gstreamer-1.0/gst/gstatomicqueue.h +5 -0
  148. data/vendor/local/include/gstreamer-1.0/gst/gstbin.h +4 -0
  149. data/vendor/local/include/gstreamer-1.0/gst/gstbuffer.h +40 -20
  150. data/vendor/local/include/gstreamer-1.0/gst/gstbufferlist.h +4 -12
  151. data/vendor/local/include/gstreamer-1.0/gst/gstbus.h +4 -0
  152. data/vendor/local/include/gstreamer-1.0/gst/gstcaps.h +4 -20
  153. data/vendor/local/include/gstreamer-1.0/gst/gstcapsfeatures.h +6 -0
  154. data/vendor/local/include/gstreamer-1.0/gst/gstclock.h +24 -3
  155. data/vendor/local/include/gstreamer-1.0/gst/gstcompat.h +3 -0
  156. data/vendor/local/include/gstreamer-1.0/gst/gstcontext.h +6 -16
  157. data/vendor/local/include/gstreamer-1.0/gst/gstcontrolbinding.h +4 -0
  158. data/vendor/local/include/gstreamer-1.0/gst/gstcontrolsource.h +10 -2
  159. data/vendor/local/include/gstreamer-1.0/gst/gstdatetime.h +4 -0
  160. data/vendor/local/include/gstreamer-1.0/gst/gstdebugutils.h +3 -1
  161. data/vendor/local/include/gstreamer-1.0/gst/gstdevice.h +18 -13
  162. data/vendor/local/include/gstreamer-1.0/gst/gstdevicemonitor.h +9 -0
  163. data/vendor/local/include/gstreamer-1.0/gst/gstdeviceprovider.h +21 -10
  164. data/vendor/local/include/gstreamer-1.0/gst/gstdeviceproviderfactory.h +4 -0
  165. data/vendor/local/include/gstreamer-1.0/gst/gstelement.h +26 -8
  166. data/vendor/local/include/gstreamer-1.0/gst/gstelementfactory.h +4 -0
  167. data/vendor/local/include/gstreamer-1.0/gst/gstelementmetadata.h +2 -0
  168. data/vendor/local/include/gstreamer-1.0/gst/gstenumtypes.h +6 -0
  169. data/vendor/local/include/gstreamer-1.0/gst/gstevent.h +4 -24
  170. data/vendor/local/include/gstreamer-1.0/gst/gstghostpad.h +8 -0
  171. data/vendor/local/include/gstreamer-1.0/gst/gstinfo.h +13 -8
  172. data/vendor/local/include/gstreamer-1.0/gst/gstiterator.h +4 -0
  173. data/vendor/local/include/gstreamer-1.0/gst/gstmacros.h +2 -0
  174. data/vendor/local/include/gstreamer-1.0/gst/gstmemory.h +11 -10
  175. data/vendor/local/include/gstreamer-1.0/gst/gstmessage.h +4 -16
  176. data/vendor/local/include/gstreamer-1.0/gst/gstmeta.h +3 -0
  177. data/vendor/local/include/gstreamer-1.0/gst/gstobject.h +10 -2
  178. data/vendor/local/include/gstreamer-1.0/gst/gstpad.h +112 -9
  179. data/vendor/local/include/gstreamer-1.0/gst/gstpadtemplate.h +4 -0
  180. data/vendor/local/include/gstreamer-1.0/gst/gstparse.h +9 -1
  181. data/vendor/local/include/gstreamer-1.0/gst/gstpipeline.h +4 -0
  182. data/vendor/local/include/gstreamer-1.0/gst/gstplugin.h +9 -1
  183. data/vendor/local/include/gstreamer-1.0/gst/gstpluginfeature.h +4 -0
  184. data/vendor/local/include/gstreamer-1.0/gst/gstquery.h +4 -16
  185. data/vendor/local/include/gstreamer-1.0/gst/gstregistry.h +4 -0
  186. data/vendor/local/include/gstreamer-1.0/gst/gstsample.h +4 -12
  187. data/vendor/local/include/gstreamer-1.0/gst/gstsegment.h +37 -24
  188. data/vendor/local/include/gstreamer-1.0/gst/gststructure.h +4 -0
  189. data/vendor/local/include/gstreamer-1.0/gst/gstsystemclock.h +4 -0
  190. data/vendor/local/include/gstreamer-1.0/gst/gsttaglist.h +29 -12
  191. data/vendor/local/include/gstreamer-1.0/gst/gsttask.h +4 -0
  192. data/vendor/local/include/gstreamer-1.0/gst/gsttaskpool.h +4 -0
  193. data/vendor/local/include/gstreamer-1.0/gst/gsttoc.h +17 -0
  194. data/vendor/local/include/gstreamer-1.0/gst/gsttracer.h +76 -0
  195. data/vendor/local/include/gstreamer-1.0/gst/gsttracerfactory.h +61 -0
  196. data/vendor/local/include/gstreamer-1.0/gst/gsttracerrecord.h +102 -0
  197. data/vendor/local/include/gstreamer-1.0/gst/gsttypefindfactory.h +4 -0
  198. data/vendor/local/include/gstreamer-1.0/gst/gsturi.h +4 -12
  199. data/vendor/local/include/gstreamer-1.0/gst/gstutils.h +16 -56
  200. data/vendor/local/include/gstreamer-1.0/gst/gstversion.h +4 -2
  201. data/vendor/local/include/gstreamer-1.0/gst/insertbin/gstinsertbin.h +4 -0
  202. data/vendor/local/include/gstreamer-1.0/gst/interfaces/photography.h +0 -2
  203. data/vendor/local/include/gstreamer-1.0/gst/mpegts/gstmpegtsdescriptor.h +2 -0
  204. data/vendor/local/include/gstreamer-1.0/gst/net/gstnetaddressmeta.h +1 -3
  205. data/vendor/local/include/gstreamer-1.0/gst/net/gstnetclientclock.h +8 -0
  206. data/vendor/local/include/gstreamer-1.0/gst/net/gstnettimepacket.h +4 -0
  207. data/vendor/local/include/gstreamer-1.0/gst/net/gstnettimeprovider.h +4 -0
  208. data/vendor/local/include/gstreamer-1.0/gst/net/gstptpclock.h +4 -1
  209. data/vendor/local/include/gstreamer-1.0/gst/pbutils/codec-utils.h +37 -0
  210. data/vendor/local/include/gstreamer-1.0/gst/pbutils/encoding-profile.h +16 -0
  211. data/vendor/local/include/gstreamer-1.0/gst/pbutils/encoding-target.h +4 -0
  212. data/vendor/local/include/gstreamer-1.0/gst/pbutils/gstaudiovisualizer.h +106 -0
  213. data/vendor/local/include/gstreamer-1.0/gst/pbutils/gstdiscoverer.h +28 -0
  214. data/vendor/local/include/gstreamer-1.0/gst/pbutils/gstpluginsbaseversion.h +2 -2
  215. data/vendor/local/include/gstreamer-1.0/gst/pbutils/install-plugins.h +4 -0
  216. data/vendor/local/include/gstreamer-1.0/gst/pbutils/pbutils-enumtypes.h +4 -0
  217. data/vendor/local/include/gstreamer-1.0/gst/player/gstplayer-g-main-context-signal-dispatcher.h +48 -0
  218. data/vendor/local/include/gstreamer-1.0/gst/player/gstplayer-media-info.h +192 -0
  219. data/vendor/local/include/gstreamer-1.0/gst/player/gstplayer-signal-dispatcher.h +53 -0
  220. data/vendor/local/include/gstreamer-1.0/gst/{check/check.h → player/gstplayer-types.h} +14 -9
  221. data/vendor/local/include/gstreamer-1.0/gst/player/gstplayer-video-overlay-video-renderer.h +53 -0
  222. data/vendor/local/include/gstreamer-1.0/gst/player/gstplayer-video-renderer.h +47 -0
  223. data/vendor/local/include/gstreamer-1.0/gst/player/gstplayer-visualization.h +52 -0
  224. data/vendor/local/include/gstreamer-1.0/gst/player/gstplayer.h +183 -0
  225. data/vendor/local/include/gstreamer-1.0/gst/{check/gstbufferstraw.h → player/player.h} +9 -14
  226. data/vendor/local/include/gstreamer-1.0/gst/riff/riff-ids.h +5 -5
  227. data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtp-enumtypes.h +4 -0
  228. data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtpbaseaudiopayload.h +4 -0
  229. data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtpbasedepayload.h +20 -2
  230. data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtpbasepayload.h +4 -0
  231. data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtpbuffer.h +16 -0
  232. data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtspconnection.h +6 -4
  233. data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtspdefs.h +1 -1
  234. data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtsptransport.h +1 -0
  235. data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtspurl.h +4 -0
  236. data/vendor/local/include/gstreamer-1.0/gst/sdp/gstmikey.h +11 -24
  237. data/vendor/local/include/gstreamer-1.0/gst/sdp/gstsdpmessage.h +9 -0
  238. data/vendor/local/include/gstreamer-1.0/gst/tag/gsttagdemux.h +4 -0
  239. data/vendor/local/include/gstreamer-1.0/gst/tag/gsttagmux.h +4 -0
  240. data/vendor/local/include/gstreamer-1.0/gst/uridownloader/gstfragment.h +3 -0
  241. data/vendor/local/include/gstreamer-1.0/gst/video/colorbalancechannel.h +4 -0
  242. data/vendor/local/include/gstreamer-1.0/gst/video/gstvideoaffinetransformationmeta.h +70 -0
  243. data/vendor/local/include/gstreamer-1.0/gst/video/gstvideoaggregator.h +124 -0
  244. data/vendor/local/include/gstreamer-1.0/gst/video/gstvideoaggregatorpad.h +112 -0
  245. data/vendor/local/include/gstreamer-1.0/gst/video/gstvideodecoder.h +16 -1
  246. data/vendor/local/include/gstreamer-1.0/gst/video/gstvideoencoder.h +19 -1
  247. data/vendor/local/include/gstreamer-1.0/gst/video/gstvideofilter.h +4 -0
  248. data/vendor/local/include/gstreamer-1.0/gst/video/gstvideopool.h +4 -0
  249. data/vendor/local/include/gstreamer-1.0/gst/video/gstvideosink.h +4 -0
  250. data/vendor/local/include/gstreamer-1.0/gst/video/gstvideoutils.h +8 -0
  251. data/vendor/local/include/gstreamer-1.0/gst/video/video-color.h +6 -2
  252. data/vendor/local/include/gstreamer-1.0/gst/video/video-enumtypes.h +12 -0
  253. data/vendor/local/include/gstreamer-1.0/gst/video/video-format.h +19 -5
  254. data/vendor/local/include/gstreamer-1.0/gst/video/video-frame.h +1 -1
  255. data/vendor/local/include/gstreamer-1.0/gst/video/video-info.h +23 -13
  256. data/vendor/local/include/gstreamer-1.0/gst/video/video-overlay-composition.h +10 -22
  257. data/vendor/local/include/jpeglib.h +3 -3
  258. data/vendor/local/include/libsoup-2.4/libsoup/soup-address.h +11 -0
  259. data/vendor/local/include/libsoup-2.4/libsoup/soup-auth-domain-basic.h +3 -0
  260. data/vendor/local/include/libsoup-2.4/libsoup/soup-auth-domain-digest.h +4 -0
  261. data/vendor/local/include/libsoup-2.4/libsoup/soup-auth-domain.h +11 -0
  262. data/vendor/local/include/libsoup-2.4/libsoup/soup-auth-manager.h +2 -0
  263. data/vendor/local/include/libsoup-2.4/libsoup/soup-auth.h +26 -0
  264. data/vendor/local/include/libsoup-2.4/libsoup/soup-autocleanups.h +68 -0
  265. data/vendor/local/include/libsoup-2.4/libsoup/soup-enum-types.h +34 -29
  266. data/vendor/local/include/libsoup-2.4/libsoup/soup-form.h +8 -0
  267. data/vendor/local/include/libsoup-2.4/libsoup/soup-headers.h +9 -1
  268. data/vendor/local/include/libsoup-2.4/libsoup/soup-logger.h +7 -0
  269. data/vendor/local/include/libsoup-2.4/libsoup/soup-message-body.h +16 -0
  270. data/vendor/local/include/libsoup-2.4/libsoup/soup-message-headers.h +17 -0
  271. data/vendor/local/include/libsoup-2.4/libsoup/soup-message.h +29 -0
  272. data/vendor/local/include/libsoup-2.4/libsoup/soup-method.h +15 -15
  273. data/vendor/local/include/libsoup-2.4/libsoup/soup-misc.h +9 -3
  274. data/vendor/local/include/libsoup-2.4/libsoup/soup-multipart.h +1 -0
  275. data/vendor/local/include/libsoup-2.4/libsoup/soup-proxy-resolver-default.h +2 -1
  276. data/vendor/local/include/libsoup-2.4/libsoup/soup-proxy-resolver.h +3 -0
  277. data/vendor/local/include/libsoup-2.4/libsoup/soup-server.h +22 -1
  278. data/vendor/local/include/libsoup-2.4/libsoup/soup-session-async.h +15 -1
  279. data/vendor/local/include/libsoup-2.4/libsoup/soup-session-sync.h +15 -1
  280. data/vendor/local/include/libsoup-2.4/libsoup/soup-session.h +10 -1
  281. data/vendor/local/include/libsoup-2.4/libsoup/soup-socket.h +16 -0
  282. data/vendor/local/include/libsoup-2.4/libsoup/soup-status.h +2 -0
  283. data/vendor/local/include/libsoup-2.4/libsoup/soup-uri.h +26 -4
  284. data/vendor/local/include/libsoup-2.4/libsoup/soup-value-utils.h +38 -8
  285. data/vendor/local/include/libsoup-2.4/libsoup/soup-version.h +142 -85
  286. data/vendor/local/include/libsoup-2.4/libsoup/soup-websocket-connection.h +1 -0
  287. data/vendor/local/include/libsoup-2.4/libsoup/soup-websocket.h +1 -1
  288. data/vendor/local/include/libsoup-2.4/libsoup/soup-xmlrpc-old.h +68 -0
  289. data/vendor/local/include/libsoup-2.4/libsoup/soup-xmlrpc.h +53 -35
  290. data/vendor/local/include/libsoup-2.4/libsoup/soup.h +7 -0
  291. data/vendor/local/include/opus/opus.h +4 -1
  292. data/vendor/local/include/opus/opus_defines.h +62 -35
  293. data/vendor/local/include/opus/opus_multistream.h +3 -3
  294. data/vendor/local/include/sqlite3.h +923 -50
  295. data/vendor/local/include/sqlite3ext.h +22 -3
  296. data/vendor/local/lib/girepository-1.0/Gst-1.0.typelib +0 -0
  297. data/vendor/local/lib/girepository-1.0/GstAllocators-1.0.typelib +0 -0
  298. data/vendor/local/lib/girepository-1.0/GstApp-1.0.typelib +0 -0
  299. data/vendor/local/lib/girepository-1.0/GstAudio-1.0.typelib +0 -0
  300. data/vendor/local/lib/girepository-1.0/GstBase-1.0.typelib +0 -0
  301. data/vendor/local/lib/girepository-1.0/GstController-1.0.typelib +0 -0
  302. data/vendor/local/lib/girepository-1.0/GstGL-1.0.typelib +0 -0
  303. data/vendor/local/lib/girepository-1.0/GstInsertBin-1.0.typelib +0 -0
  304. data/vendor/local/lib/girepository-1.0/GstMpegts-1.0.typelib +0 -0
  305. data/vendor/local/lib/girepository-1.0/GstNet-1.0.typelib +0 -0
  306. data/vendor/local/lib/girepository-1.0/GstPbutils-1.0.typelib +0 -0
  307. data/vendor/local/lib/girepository-1.0/GstPlayer-1.0.typelib +0 -0
  308. data/vendor/local/lib/girepository-1.0/GstRtp-1.0.typelib +0 -0
  309. data/vendor/local/lib/girepository-1.0/GstRtsp-1.0.typelib +0 -0
  310. data/vendor/local/lib/girepository-1.0/GstSdp-1.0.typelib +0 -0
  311. data/vendor/local/lib/girepository-1.0/GstVideo-1.0.typelib +0 -0
  312. data/vendor/local/lib/girepository-1.0/Soup-2.4.typelib +0 -0
  313. data/vendor/local/lib/gstreamer-1.0/include/gst/gl/gstglconfig.h +3 -0
  314. data/vendor/local/lib/gstreamer-1.0/libgstaccurip.dll +0 -0
  315. data/vendor/local/lib/gstreamer-1.0/libgstaccurip.dll.a +0 -0
  316. data/vendor/local/lib/gstreamer-1.0/libgstaccurip.la +1 -1
  317. data/vendor/local/lib/gstreamer-1.0/libgstadder.dll +0 -0
  318. data/vendor/local/lib/gstreamer-1.0/libgstadder.dll.a +0 -0
  319. data/vendor/local/lib/gstreamer-1.0/libgstadder.la +1 -1
  320. data/vendor/local/lib/gstreamer-1.0/libgstadpcmdec.dll +0 -0
  321. data/vendor/local/lib/gstreamer-1.0/libgstadpcmdec.dll.a +0 -0
  322. data/vendor/local/lib/gstreamer-1.0/libgstadpcmdec.la +1 -1
  323. data/vendor/local/lib/gstreamer-1.0/libgstadpcmenc.dll +0 -0
  324. data/vendor/local/lib/gstreamer-1.0/libgstadpcmenc.dll.a +0 -0
  325. data/vendor/local/lib/gstreamer-1.0/libgstadpcmenc.la +1 -1
  326. data/vendor/local/lib/gstreamer-1.0/libgstaiff.dll +0 -0
  327. data/vendor/local/lib/gstreamer-1.0/libgstaiff.dll.a +0 -0
  328. data/vendor/local/lib/gstreamer-1.0/libgstaiff.la +1 -1
  329. data/vendor/local/lib/gstreamer-1.0/libgstalaw.dll +0 -0
  330. data/vendor/local/lib/gstreamer-1.0/libgstalaw.dll.a +0 -0
  331. data/vendor/local/lib/gstreamer-1.0/libgstalaw.la +3 -3
  332. data/vendor/local/lib/gstreamer-1.0/libgstalpha.dll +0 -0
  333. data/vendor/local/lib/gstreamer-1.0/libgstalpha.dll.a +0 -0
  334. data/vendor/local/lib/gstreamer-1.0/libgstalpha.la +3 -3
  335. data/vendor/local/lib/gstreamer-1.0/libgstalphacolor.dll +0 -0
  336. data/vendor/local/lib/gstreamer-1.0/libgstalphacolor.dll.a +0 -0
  337. data/vendor/local/lib/gstreamer-1.0/libgstalphacolor.la +3 -3
  338. data/vendor/local/lib/gstreamer-1.0/libgstapetag.dll +0 -0
  339. data/vendor/local/lib/gstreamer-1.0/libgstapetag.dll.a +0 -0
  340. data/vendor/local/lib/gstreamer-1.0/libgstapetag.la +3 -3
  341. data/vendor/local/lib/gstreamer-1.0/libgstapp.dll +0 -0
  342. data/vendor/local/lib/gstreamer-1.0/libgstapp.dll.a +0 -0
  343. data/vendor/local/lib/gstreamer-1.0/libgstapp.la +1 -1
  344. data/vendor/local/lib/gstreamer-1.0/libgstasfmux.dll +0 -0
  345. data/vendor/local/lib/gstreamer-1.0/libgstasfmux.dll.a +0 -0
  346. data/vendor/local/lib/gstreamer-1.0/libgstasfmux.la +1 -1
  347. data/vendor/local/lib/gstreamer-1.0/libgstaudioconvert.dll +0 -0
  348. data/vendor/local/lib/gstreamer-1.0/libgstaudioconvert.dll.a +0 -0
  349. data/vendor/local/lib/gstreamer-1.0/libgstaudioconvert.la +1 -1
  350. data/vendor/local/lib/gstreamer-1.0/libgstaudiofx.dll +0 -0
  351. data/vendor/local/lib/gstreamer-1.0/libgstaudiofx.dll.a +0 -0
  352. data/vendor/local/lib/gstreamer-1.0/libgstaudiofx.la +3 -3
  353. data/vendor/local/lib/gstreamer-1.0/libgstaudiofxbad.dll +0 -0
  354. data/vendor/local/lib/gstreamer-1.0/libgstaudiofxbad.dll.a +0 -0
  355. data/vendor/local/lib/gstreamer-1.0/libgstaudiofxbad.la +1 -1
  356. data/vendor/local/lib/gstreamer-1.0/libgstaudiomixer.dll +0 -0
  357. data/vendor/local/lib/gstreamer-1.0/libgstaudiomixer.dll.a +0 -0
  358. data/vendor/local/lib/gstreamer-1.0/libgstaudiomixer.la +1 -1
  359. data/vendor/local/lib/gstreamer-1.0/libgstaudioparsers.dll +0 -0
  360. data/vendor/local/lib/gstreamer-1.0/libgstaudioparsers.dll.a +0 -0
  361. data/vendor/local/lib/gstreamer-1.0/libgstaudioparsers.la +3 -3
  362. data/vendor/local/lib/gstreamer-1.0/libgstaudiorate.dll +0 -0
  363. data/vendor/local/lib/gstreamer-1.0/libgstaudiorate.dll.a +0 -0
  364. data/vendor/local/lib/gstreamer-1.0/libgstaudiorate.la +1 -1
  365. data/vendor/local/lib/gstreamer-1.0/libgstaudioresample.dll +0 -0
  366. data/vendor/local/lib/gstreamer-1.0/libgstaudioresample.dll.a +0 -0
  367. data/vendor/local/lib/gstreamer-1.0/libgstaudioresample.la +1 -1
  368. data/vendor/local/lib/gstreamer-1.0/libgstaudiotestsrc.dll +0 -0
  369. data/vendor/local/lib/gstreamer-1.0/libgstaudiotestsrc.dll.a +0 -0
  370. data/vendor/local/lib/gstreamer-1.0/libgstaudiotestsrc.la +1 -1
  371. data/vendor/local/lib/gstreamer-1.0/libgstaudiovisualizers.dll +0 -0
  372. data/vendor/local/lib/gstreamer-1.0/libgstaudiovisualizers.dll.a +0 -0
  373. data/vendor/local/lib/gstreamer-1.0/libgstaudiovisualizers.la +1 -1
  374. data/vendor/local/lib/gstreamer-1.0/libgstauparse.dll +0 -0
  375. data/vendor/local/lib/gstreamer-1.0/libgstauparse.dll.a +0 -0
  376. data/vendor/local/lib/gstreamer-1.0/libgstauparse.la +3 -3
  377. data/vendor/local/lib/gstreamer-1.0/libgstautoconvert.dll +0 -0
  378. data/vendor/local/lib/gstreamer-1.0/libgstautoconvert.dll.a +0 -0
  379. data/vendor/local/lib/gstreamer-1.0/libgstautoconvert.la +1 -1
  380. data/vendor/local/lib/gstreamer-1.0/libgstautodetect.dll +0 -0
  381. data/vendor/local/lib/gstreamer-1.0/libgstautodetect.dll.a +0 -0
  382. data/vendor/local/lib/gstreamer-1.0/libgstautodetect.la +3 -3
  383. data/vendor/local/lib/gstreamer-1.0/libgstavi.dll +0 -0
  384. data/vendor/local/lib/gstreamer-1.0/libgstavi.dll.a +0 -0
  385. data/vendor/local/lib/gstreamer-1.0/libgstavi.la +3 -3
  386. data/vendor/local/lib/gstreamer-1.0/libgstbayer.dll +0 -0
  387. data/vendor/local/lib/gstreamer-1.0/libgstbayer.dll.a +0 -0
  388. data/vendor/local/lib/gstreamer-1.0/libgstbayer.la +1 -1
  389. data/vendor/local/lib/gstreamer-1.0/libgstcairo.dll +0 -0
  390. data/vendor/local/lib/gstreamer-1.0/libgstcairo.dll.a +0 -0
  391. data/vendor/local/lib/gstreamer-1.0/libgstcairo.la +3 -3
  392. data/vendor/local/lib/gstreamer-1.0/libgstcamerabin2.dll +0 -0
  393. data/vendor/local/lib/gstreamer-1.0/libgstcamerabin2.dll.a +0 -0
  394. data/vendor/local/lib/gstreamer-1.0/libgstcamerabin2.la +1 -1
  395. data/vendor/local/lib/gstreamer-1.0/libgstcoloreffects.dll +0 -0
  396. data/vendor/local/lib/gstreamer-1.0/libgstcoloreffects.dll.a +0 -0
  397. data/vendor/local/lib/gstreamer-1.0/libgstcoloreffects.la +1 -1
  398. data/vendor/local/lib/gstreamer-1.0/libgstcompositor.dll +0 -0
  399. data/vendor/local/lib/gstreamer-1.0/libgstcompositor.dll.a +0 -0
  400. data/vendor/local/lib/gstreamer-1.0/libgstcompositor.la +1 -1
  401. data/vendor/local/lib/gstreamer-1.0/libgstcoreelements.dll +0 -0
  402. data/vendor/local/lib/gstreamer-1.0/libgstcoreelements.dll.a +0 -0
  403. data/vendor/local/lib/gstreamer-1.0/libgstcoreelements.la +1 -1
  404. data/vendor/local/lib/gstreamer-1.0/libgstcoretracers.dll +0 -0
  405. data/vendor/local/lib/gstreamer-1.0/{libgstfragmented.dll.a → libgstcoretracers.dll.a} +0 -0
  406. data/vendor/local/lib/{libgstcheck-1.0.la → gstreamer-1.0/libgstcoretracers.la} +9 -9
  407. data/vendor/local/lib/gstreamer-1.0/libgstcutter.dll +0 -0
  408. data/vendor/local/lib/gstreamer-1.0/libgstcutter.dll.a +0 -0
  409. data/vendor/local/lib/gstreamer-1.0/libgstcutter.la +3 -3
  410. data/vendor/local/lib/gstreamer-1.0/libgstd3dvideosink.dll +0 -0
  411. data/vendor/local/lib/gstreamer-1.0/libgstd3dvideosink.dll.a +0 -0
  412. data/vendor/local/lib/gstreamer-1.0/libgstd3dvideosink.la +1 -1
  413. data/vendor/local/lib/gstreamer-1.0/libgstdashdemux.dll +0 -0
  414. data/vendor/local/lib/gstreamer-1.0/libgstdashdemux.dll.a +0 -0
  415. data/vendor/local/lib/gstreamer-1.0/libgstdashdemux.la +1 -1
  416. data/vendor/local/lib/gstreamer-1.0/libgstdataurisrc.dll +0 -0
  417. data/vendor/local/lib/gstreamer-1.0/libgstdataurisrc.dll.a +0 -0
  418. data/vendor/local/lib/gstreamer-1.0/libgstdataurisrc.la +1 -1
  419. data/vendor/local/lib/gstreamer-1.0/libgstdebug.dll +0 -0
  420. data/vendor/local/lib/gstreamer-1.0/libgstdebug.dll.a +0 -0
  421. data/vendor/local/lib/gstreamer-1.0/libgstdebug.la +3 -3
  422. data/vendor/local/lib/gstreamer-1.0/libgstdebugutilsbad.dll +0 -0
  423. data/vendor/local/lib/gstreamer-1.0/libgstdebugutilsbad.dll.a +0 -0
  424. data/vendor/local/lib/gstreamer-1.0/libgstdebugutilsbad.la +1 -1
  425. data/vendor/local/lib/gstreamer-1.0/libgstdeinterlace.dll +0 -0
  426. data/vendor/local/lib/gstreamer-1.0/libgstdeinterlace.dll.a +0 -0
  427. data/vendor/local/lib/gstreamer-1.0/libgstdeinterlace.la +3 -3
  428. data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsink.dll +0 -0
  429. data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsink.dll.a +0 -0
  430. data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsink.la +3 -3
  431. data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsrc.dll +0 -0
  432. data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsrc.dll.a +0 -0
  433. data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsrc.la +1 -1
  434. data/vendor/local/lib/gstreamer-1.0/libgstdtmf.dll +0 -0
  435. data/vendor/local/lib/gstreamer-1.0/libgstdtmf.dll.a +0 -0
  436. data/vendor/local/lib/gstreamer-1.0/libgstdtmf.la +3 -3
  437. data/vendor/local/lib/gstreamer-1.0/libgstdvbsuboverlay.dll +0 -0
  438. data/vendor/local/lib/gstreamer-1.0/libgstdvbsuboverlay.dll.a +0 -0
  439. data/vendor/local/lib/gstreamer-1.0/libgstdvbsuboverlay.la +1 -1
  440. data/vendor/local/lib/gstreamer-1.0/libgstdvdspu.dll +0 -0
  441. data/vendor/local/lib/gstreamer-1.0/libgstdvdspu.dll.a +0 -0
  442. data/vendor/local/lib/gstreamer-1.0/libgstdvdspu.la +1 -1
  443. data/vendor/local/lib/gstreamer-1.0/libgsteffectv.dll +0 -0
  444. data/vendor/local/lib/gstreamer-1.0/libgsteffectv.dll.a +0 -0
  445. data/vendor/local/lib/gstreamer-1.0/libgsteffectv.la +3 -3
  446. data/vendor/local/lib/gstreamer-1.0/libgstencodebin.dll +0 -0
  447. data/vendor/local/lib/gstreamer-1.0/libgstencodebin.dll.a +0 -0
  448. data/vendor/local/lib/gstreamer-1.0/libgstencodebin.la +1 -1
  449. data/vendor/local/lib/gstreamer-1.0/libgstequalizer.dll +0 -0
  450. data/vendor/local/lib/gstreamer-1.0/libgstequalizer.dll.a +0 -0
  451. data/vendor/local/lib/gstreamer-1.0/libgstequalizer.la +3 -3
  452. data/vendor/local/lib/gstreamer-1.0/libgstfestival.dll +0 -0
  453. data/vendor/local/lib/gstreamer-1.0/libgstfestival.dll.a +0 -0
  454. data/vendor/local/lib/gstreamer-1.0/libgstfestival.la +1 -1
  455. data/vendor/local/lib/gstreamer-1.0/libgstfieldanalysis.dll +0 -0
  456. data/vendor/local/lib/gstreamer-1.0/libgstfieldanalysis.dll.a +0 -0
  457. data/vendor/local/lib/gstreamer-1.0/libgstfieldanalysis.la +1 -1
  458. data/vendor/local/lib/gstreamer-1.0/libgstflac.dll +0 -0
  459. data/vendor/local/lib/gstreamer-1.0/libgstflac.dll.a +0 -0
  460. data/vendor/local/lib/gstreamer-1.0/libgstflac.la +3 -3
  461. data/vendor/local/lib/gstreamer-1.0/libgstflv.dll +0 -0
  462. data/vendor/local/lib/gstreamer-1.0/libgstflv.dll.a +0 -0
  463. data/vendor/local/lib/gstreamer-1.0/libgstflv.la +3 -3
  464. data/vendor/local/lib/gstreamer-1.0/libgstflxdec.dll +0 -0
  465. data/vendor/local/lib/gstreamer-1.0/libgstflxdec.dll.a +0 -0
  466. data/vendor/local/lib/gstreamer-1.0/libgstflxdec.la +3 -3
  467. data/vendor/local/lib/gstreamer-1.0/libgstfreeverb.dll +0 -0
  468. data/vendor/local/lib/gstreamer-1.0/libgstfreeverb.dll.a +0 -0
  469. data/vendor/local/lib/gstreamer-1.0/libgstfreeverb.la +1 -1
  470. data/vendor/local/lib/gstreamer-1.0/libgstfrei0r.dll +0 -0
  471. data/vendor/local/lib/gstreamer-1.0/libgstfrei0r.dll.a +0 -0
  472. data/vendor/local/lib/gstreamer-1.0/libgstfrei0r.la +1 -1
  473. data/vendor/local/lib/gstreamer-1.0/libgstgaudieffects.dll +0 -0
  474. data/vendor/local/lib/gstreamer-1.0/libgstgaudieffects.dll.a +0 -0
  475. data/vendor/local/lib/gstreamer-1.0/libgstgaudieffects.la +1 -1
  476. data/vendor/local/lib/gstreamer-1.0/libgstgdkpixbuf.dll +0 -0
  477. data/vendor/local/lib/gstreamer-1.0/libgstgdkpixbuf.dll.a +0 -0
  478. data/vendor/local/lib/gstreamer-1.0/libgstgdkpixbuf.la +3 -3
  479. data/vendor/local/lib/gstreamer-1.0/libgstgdp.dll +0 -0
  480. data/vendor/local/lib/gstreamer-1.0/libgstgdp.dll.a +0 -0
  481. data/vendor/local/lib/gstreamer-1.0/libgstgdp.la +1 -1
  482. data/vendor/local/lib/gstreamer-1.0/libgstgeometrictransform.dll +0 -0
  483. data/vendor/local/lib/gstreamer-1.0/libgstgeometrictransform.dll.a +0 -0
  484. data/vendor/local/lib/gstreamer-1.0/libgstgeometrictransform.la +1 -1
  485. data/vendor/local/lib/gstreamer-1.0/libgstgio.dll +0 -0
  486. data/vendor/local/lib/gstreamer-1.0/libgstgio.dll.a +0 -0
  487. data/vendor/local/lib/gstreamer-1.0/libgstgio.la +1 -1
  488. data/vendor/local/lib/gstreamer-1.0/libgstgoom.dll +0 -0
  489. data/vendor/local/lib/gstreamer-1.0/libgstgoom.dll.a +0 -0
  490. data/vendor/local/lib/gstreamer-1.0/libgstgoom.la +3 -3
  491. data/vendor/local/lib/gstreamer-1.0/libgstgoom2k1.dll +0 -0
  492. data/vendor/local/lib/gstreamer-1.0/libgstgoom2k1.dll.a +0 -0
  493. data/vendor/local/lib/gstreamer-1.0/libgstgoom2k1.la +3 -3
  494. data/vendor/local/lib/gstreamer-1.0/libgsthls.dll +0 -0
  495. data/vendor/local/lib/gstreamer-1.0/libgsthls.dll.a +0 -0
  496. data/vendor/local/lib/gstreamer-1.0/{libgstfragmented.la → libgsthls.la} +5 -5
  497. data/vendor/local/lib/gstreamer-1.0/libgsticydemux.dll +0 -0
  498. data/vendor/local/lib/gstreamer-1.0/libgsticydemux.dll.a +0 -0
  499. data/vendor/local/lib/gstreamer-1.0/libgsticydemux.la +3 -3
  500. data/vendor/local/lib/gstreamer-1.0/libgstid3demux.dll +0 -0
  501. data/vendor/local/lib/gstreamer-1.0/libgstid3demux.dll.a +0 -0
  502. data/vendor/local/lib/gstreamer-1.0/libgstid3demux.la +3 -3
  503. data/vendor/local/lib/gstreamer-1.0/libgstid3tag.dll +0 -0
  504. data/vendor/local/lib/gstreamer-1.0/libgstid3tag.dll.a +0 -0
  505. data/vendor/local/lib/gstreamer-1.0/libgstid3tag.la +1 -1
  506. data/vendor/local/lib/gstreamer-1.0/libgstimagefreeze.dll +0 -0
  507. data/vendor/local/lib/gstreamer-1.0/libgstimagefreeze.dll.a +0 -0
  508. data/vendor/local/lib/gstreamer-1.0/libgstimagefreeze.la +3 -3
  509. data/vendor/local/lib/gstreamer-1.0/libgstinter.dll +0 -0
  510. data/vendor/local/lib/gstreamer-1.0/libgstinter.dll.a +0 -0
  511. data/vendor/local/lib/gstreamer-1.0/libgstinter.la +1 -1
  512. data/vendor/local/lib/gstreamer-1.0/libgstinterlace.dll +0 -0
  513. data/vendor/local/lib/gstreamer-1.0/libgstinterlace.dll.a +0 -0
  514. data/vendor/local/lib/gstreamer-1.0/libgstinterlace.la +1 -1
  515. data/vendor/local/lib/gstreamer-1.0/libgstinterleave.dll +0 -0
  516. data/vendor/local/lib/gstreamer-1.0/libgstinterleave.dll.a +0 -0
  517. data/vendor/local/lib/gstreamer-1.0/libgstinterleave.la +3 -3
  518. data/vendor/local/lib/gstreamer-1.0/libgstisomp4.dll +0 -0
  519. data/vendor/local/lib/gstreamer-1.0/libgstisomp4.dll.a +0 -0
  520. data/vendor/local/lib/gstreamer-1.0/libgstisomp4.la +3 -3
  521. data/vendor/local/lib/gstreamer-1.0/libgstivfparse.dll +0 -0
  522. data/vendor/local/lib/gstreamer-1.0/libgstivfparse.dll.a +0 -0
  523. data/vendor/local/lib/gstreamer-1.0/libgstivfparse.la +1 -1
  524. data/vendor/local/lib/gstreamer-1.0/libgstivtc.dll +0 -0
  525. data/vendor/local/lib/gstreamer-1.0/libgstivtc.dll.a +0 -0
  526. data/vendor/local/lib/gstreamer-1.0/libgstivtc.la +1 -1
  527. data/vendor/local/lib/gstreamer-1.0/libgstjp2kdecimator.dll +0 -0
  528. data/vendor/local/lib/gstreamer-1.0/libgstjp2kdecimator.dll.a +0 -0
  529. data/vendor/local/lib/gstreamer-1.0/libgstjp2kdecimator.la +1 -1
  530. data/vendor/local/lib/gstreamer-1.0/libgstjpeg.dll +0 -0
  531. data/vendor/local/lib/gstreamer-1.0/libgstjpeg.dll.a +0 -0
  532. data/vendor/local/lib/gstreamer-1.0/libgstjpeg.la +3 -3
  533. data/vendor/local/lib/gstreamer-1.0/libgstjpegformat.dll +0 -0
  534. data/vendor/local/lib/gstreamer-1.0/libgstjpegformat.dll.a +0 -0
  535. data/vendor/local/lib/gstreamer-1.0/libgstjpegformat.la +1 -1
  536. data/vendor/local/lib/gstreamer-1.0/libgstlevel.dll +0 -0
  537. data/vendor/local/lib/gstreamer-1.0/libgstlevel.dll.a +0 -0
  538. data/vendor/local/lib/gstreamer-1.0/libgstlevel.la +3 -3
  539. data/vendor/local/lib/gstreamer-1.0/libgstlibav.dll +0 -0
  540. data/vendor/local/lib/gstreamer-1.0/libgstlibav.dll.a +0 -0
  541. data/vendor/local/lib/gstreamer-1.0/libgstlibav.la +3 -3
  542. data/vendor/local/lib/gstreamer-1.0/libgstmatroska.dll +0 -0
  543. data/vendor/local/lib/gstreamer-1.0/libgstmatroska.dll.a +0 -0
  544. data/vendor/local/lib/gstreamer-1.0/libgstmatroska.la +3 -3
  545. data/vendor/local/lib/gstreamer-1.0/libgstmidi.dll +0 -0
  546. data/vendor/local/lib/gstreamer-1.0/libgstmidi.dll.a +0 -0
  547. data/vendor/local/lib/gstreamer-1.0/libgstmidi.la +1 -1
  548. data/vendor/local/lib/gstreamer-1.0/libgstmpegpsdemux.dll +0 -0
  549. data/vendor/local/lib/gstreamer-1.0/libgstmpegpsdemux.dll.a +0 -0
  550. data/vendor/local/lib/gstreamer-1.0/libgstmpegpsdemux.la +1 -1
  551. data/vendor/local/lib/gstreamer-1.0/libgstmpegpsmux.dll +0 -0
  552. data/vendor/local/lib/gstreamer-1.0/libgstmpegpsmux.dll.a +0 -0
  553. data/vendor/local/lib/gstreamer-1.0/libgstmpegpsmux.la +1 -1
  554. data/vendor/local/lib/gstreamer-1.0/libgstmpegtsdemux.dll +0 -0
  555. data/vendor/local/lib/gstreamer-1.0/libgstmpegtsdemux.dll.a +0 -0
  556. data/vendor/local/lib/gstreamer-1.0/libgstmpegtsdemux.la +1 -1
  557. data/vendor/local/lib/gstreamer-1.0/libgstmpegtsmux.dll +0 -0
  558. data/vendor/local/lib/gstreamer-1.0/libgstmpegtsmux.dll.a +0 -0
  559. data/vendor/local/lib/gstreamer-1.0/libgstmpegtsmux.la +1 -1
  560. data/vendor/local/lib/gstreamer-1.0/libgstmulaw.dll +0 -0
  561. data/vendor/local/lib/gstreamer-1.0/libgstmulaw.dll.a +0 -0
  562. data/vendor/local/lib/gstreamer-1.0/libgstmulaw.la +3 -3
  563. data/vendor/local/lib/gstreamer-1.0/libgstmultifile.dll +0 -0
  564. data/vendor/local/lib/gstreamer-1.0/libgstmultifile.dll.a +0 -0
  565. data/vendor/local/lib/gstreamer-1.0/libgstmultifile.la +3 -3
  566. data/vendor/local/lib/gstreamer-1.0/libgstmultipart.dll +0 -0
  567. data/vendor/local/lib/gstreamer-1.0/libgstmultipart.dll.a +0 -0
  568. data/vendor/local/lib/gstreamer-1.0/libgstmultipart.la +3 -3
  569. data/vendor/local/lib/gstreamer-1.0/libgstmxf.dll +0 -0
  570. data/vendor/local/lib/gstreamer-1.0/libgstmxf.dll.a +0 -0
  571. data/vendor/local/lib/gstreamer-1.0/libgstmxf.la +1 -1
  572. data/vendor/local/lib/gstreamer-1.0/libgstnavigationtest.dll +0 -0
  573. data/vendor/local/lib/gstreamer-1.0/libgstnavigationtest.dll.a +0 -0
  574. data/vendor/local/lib/gstreamer-1.0/libgstnavigationtest.la +3 -3
  575. data/vendor/local/lib/gstreamer-1.0/libgstnetsim.dll +0 -0
  576. data/vendor/local/lib/gstreamer-1.0/{libgstrtpbad.dll.a → libgstnetsim.dll.a} +0 -0
  577. data/vendor/local/lib/gstreamer-1.0/libgstnetsim.la +41 -0
  578. data/vendor/local/lib/gstreamer-1.0/libgstogg.dll +0 -0
  579. data/vendor/local/lib/gstreamer-1.0/libgstogg.dll.a +0 -0
  580. data/vendor/local/lib/gstreamer-1.0/libgstogg.la +1 -1
  581. data/vendor/local/lib/gstreamer-1.0/libgstopengl.dll +0 -0
  582. data/vendor/local/lib/gstreamer-1.0/libgstopengl.dll.a +0 -0
  583. data/vendor/local/lib/gstreamer-1.0/libgstopengl.la +1 -1
  584. data/vendor/local/lib/gstreamer-1.0/libgstopus.dll +0 -0
  585. data/vendor/local/lib/gstreamer-1.0/libgstopus.dll.a +0 -0
  586. data/vendor/local/lib/gstreamer-1.0/libgstopus.la +1 -1
  587. data/vendor/local/lib/gstreamer-1.0/libgstopusparse.dll +0 -0
  588. data/vendor/local/lib/gstreamer-1.0/{libgstliveadder.dll.a → libgstopusparse.dll.a} +0 -0
  589. data/vendor/local/lib/gstreamer-1.0/libgstopusparse.la +41 -0
  590. data/vendor/local/lib/gstreamer-1.0/libgstpango.dll +0 -0
  591. data/vendor/local/lib/gstreamer-1.0/libgstpango.dll.a +0 -0
  592. data/vendor/local/lib/gstreamer-1.0/libgstpango.la +1 -1
  593. data/vendor/local/lib/gstreamer-1.0/libgstpcapparse.dll +0 -0
  594. data/vendor/local/lib/gstreamer-1.0/libgstpcapparse.dll.a +0 -0
  595. data/vendor/local/lib/gstreamer-1.0/libgstpcapparse.la +1 -1
  596. data/vendor/local/lib/gstreamer-1.0/libgstplayback.dll +0 -0
  597. data/vendor/local/lib/gstreamer-1.0/libgstplayback.dll.a +0 -0
  598. data/vendor/local/lib/gstreamer-1.0/libgstplayback.la +1 -1
  599. data/vendor/local/lib/gstreamer-1.0/libgstpng.dll +0 -0
  600. data/vendor/local/lib/gstreamer-1.0/libgstpng.dll.a +0 -0
  601. data/vendor/local/lib/gstreamer-1.0/libgstpng.la +3 -3
  602. data/vendor/local/lib/gstreamer-1.0/libgstpnm.dll +0 -0
  603. data/vendor/local/lib/gstreamer-1.0/libgstpnm.dll.a +0 -0
  604. data/vendor/local/lib/gstreamer-1.0/libgstpnm.la +1 -1
  605. data/vendor/local/lib/gstreamer-1.0/libgstrawparse.dll +0 -0
  606. data/vendor/local/lib/gstreamer-1.0/libgstrawparse.dll.a +0 -0
  607. data/vendor/local/lib/gstreamer-1.0/libgstrawparse.la +1 -1
  608. data/vendor/local/lib/gstreamer-1.0/libgstremovesilence.dll +0 -0
  609. data/vendor/local/lib/gstreamer-1.0/libgstremovesilence.dll.a +0 -0
  610. data/vendor/local/lib/gstreamer-1.0/libgstremovesilence.la +1 -1
  611. data/vendor/local/lib/gstreamer-1.0/libgstreplaygain.dll +0 -0
  612. data/vendor/local/lib/gstreamer-1.0/libgstreplaygain.dll.a +0 -0
  613. data/vendor/local/lib/gstreamer-1.0/libgstreplaygain.la +3 -3
  614. data/vendor/local/lib/gstreamer-1.0/libgstrtp.dll +0 -0
  615. data/vendor/local/lib/gstreamer-1.0/libgstrtp.dll.a +0 -0
  616. data/vendor/local/lib/gstreamer-1.0/libgstrtp.la +3 -3
  617. data/vendor/local/lib/gstreamer-1.0/libgstrtpmanager.dll +0 -0
  618. data/vendor/local/lib/gstreamer-1.0/libgstrtpmanager.dll.a +0 -0
  619. data/vendor/local/lib/gstreamer-1.0/libgstrtpmanager.la +3 -3
  620. data/vendor/local/lib/gstreamer-1.0/libgstrtponvif.dll +0 -0
  621. data/vendor/local/lib/gstreamer-1.0/libgstrtponvif.dll.a +0 -0
  622. data/vendor/local/lib/gstreamer-1.0/libgstrtponvif.la +1 -1
  623. data/vendor/local/lib/gstreamer-1.0/libgstrtsp.dll +0 -0
  624. data/vendor/local/lib/gstreamer-1.0/libgstrtsp.dll.a +0 -0
  625. data/vendor/local/lib/gstreamer-1.0/libgstrtsp.la +3 -3
  626. data/vendor/local/lib/gstreamer-1.0/libgstsdpelem.dll +0 -0
  627. data/vendor/local/lib/gstreamer-1.0/libgstsdpelem.dll.a +0 -0
  628. data/vendor/local/lib/gstreamer-1.0/libgstsdpelem.la +1 -1
  629. data/vendor/local/lib/gstreamer-1.0/libgstsegmentclip.dll +0 -0
  630. data/vendor/local/lib/gstreamer-1.0/libgstsegmentclip.dll.a +0 -0
  631. data/vendor/local/lib/gstreamer-1.0/libgstsegmentclip.la +1 -1
  632. data/vendor/local/lib/gstreamer-1.0/libgstshapewipe.dll +0 -0
  633. data/vendor/local/lib/gstreamer-1.0/libgstshapewipe.dll.a +0 -0
  634. data/vendor/local/lib/gstreamer-1.0/libgstshapewipe.la +3 -3
  635. data/vendor/local/lib/gstreamer-1.0/libgstsiren.dll +0 -0
  636. data/vendor/local/lib/gstreamer-1.0/libgstsiren.dll.a +0 -0
  637. data/vendor/local/lib/gstreamer-1.0/libgstsiren.la +1 -1
  638. data/vendor/local/lib/gstreamer-1.0/libgstsmooth.dll +0 -0
  639. data/vendor/local/lib/gstreamer-1.0/libgstsmooth.dll.a +0 -0
  640. data/vendor/local/lib/gstreamer-1.0/libgstsmooth.la +1 -1
  641. data/vendor/local/lib/gstreamer-1.0/libgstsmoothstreaming.dll +0 -0
  642. data/vendor/local/lib/gstreamer-1.0/libgstsmoothstreaming.dll.a +0 -0
  643. data/vendor/local/lib/gstreamer-1.0/libgstsmoothstreaming.la +1 -1
  644. data/vendor/local/lib/gstreamer-1.0/libgstsmpte.dll +0 -0
  645. data/vendor/local/lib/gstreamer-1.0/libgstsmpte.dll.a +0 -0
  646. data/vendor/local/lib/gstreamer-1.0/libgstsmpte.la +3 -3
  647. data/vendor/local/lib/gstreamer-1.0/libgstsouphttpsrc.dll +0 -0
  648. data/vendor/local/lib/gstreamer-1.0/libgstsouphttpsrc.dll.a +0 -0
  649. data/vendor/local/lib/gstreamer-1.0/libgstsouphttpsrc.la +3 -3
  650. data/vendor/local/lib/gstreamer-1.0/libgstspectrum.dll +0 -0
  651. data/vendor/local/lib/gstreamer-1.0/libgstspectrum.dll.a +0 -0
  652. data/vendor/local/lib/gstreamer-1.0/libgstspectrum.la +3 -3
  653. data/vendor/local/lib/gstreamer-1.0/libgstspeed.dll +0 -0
  654. data/vendor/local/lib/gstreamer-1.0/libgstspeed.dll.a +0 -0
  655. data/vendor/local/lib/gstreamer-1.0/libgstspeed.la +1 -1
  656. data/vendor/local/lib/gstreamer-1.0/libgststereo.dll +0 -0
  657. data/vendor/local/lib/gstreamer-1.0/libgststereo.dll.a +0 -0
  658. data/vendor/local/lib/gstreamer-1.0/libgststereo.la +1 -1
  659. data/vendor/local/lib/gstreamer-1.0/libgstsubenc.dll +0 -0
  660. data/vendor/local/lib/gstreamer-1.0/libgstsubenc.dll.a +0 -0
  661. data/vendor/local/lib/gstreamer-1.0/libgstsubenc.la +1 -1
  662. data/vendor/local/lib/gstreamer-1.0/libgstsubparse.dll +0 -0
  663. data/vendor/local/lib/gstreamer-1.0/libgstsubparse.dll.a +0 -0
  664. data/vendor/local/lib/gstreamer-1.0/libgstsubparse.la +1 -1
  665. data/vendor/local/lib/gstreamer-1.0/libgsttcp.dll +0 -0
  666. data/vendor/local/lib/gstreamer-1.0/libgsttcp.dll.a +0 -0
  667. data/vendor/local/lib/gstreamer-1.0/libgsttcp.la +1 -1
  668. data/vendor/local/lib/gstreamer-1.0/libgsttheora.dll +0 -0
  669. data/vendor/local/lib/gstreamer-1.0/libgsttheora.dll.a +0 -0
  670. data/vendor/local/lib/gstreamer-1.0/libgsttheora.la +1 -1
  671. data/vendor/local/lib/gstreamer-1.0/libgsttypefindfunctions.dll +0 -0
  672. data/vendor/local/lib/gstreamer-1.0/libgsttypefindfunctions.dll.a +0 -0
  673. data/vendor/local/lib/gstreamer-1.0/libgsttypefindfunctions.la +1 -1
  674. data/vendor/local/lib/gstreamer-1.0/libgstudp.dll +0 -0
  675. data/vendor/local/lib/gstreamer-1.0/libgstudp.dll.a +0 -0
  676. data/vendor/local/lib/gstreamer-1.0/libgstudp.la +3 -3
  677. data/vendor/local/lib/gstreamer-1.0/libgstvideobox.dll +0 -0
  678. data/vendor/local/lib/gstreamer-1.0/libgstvideobox.dll.a +0 -0
  679. data/vendor/local/lib/gstreamer-1.0/libgstvideobox.la +3 -3
  680. data/vendor/local/lib/gstreamer-1.0/libgstvideoconvert.dll +0 -0
  681. data/vendor/local/lib/gstreamer-1.0/libgstvideoconvert.dll.a +0 -0
  682. data/vendor/local/lib/gstreamer-1.0/libgstvideoconvert.la +1 -1
  683. data/vendor/local/lib/gstreamer-1.0/libgstvideocrop.dll +0 -0
  684. data/vendor/local/lib/gstreamer-1.0/libgstvideocrop.dll.a +0 -0
  685. data/vendor/local/lib/gstreamer-1.0/libgstvideocrop.la +3 -3
  686. data/vendor/local/lib/gstreamer-1.0/libgstvideofilter.dll +0 -0
  687. data/vendor/local/lib/gstreamer-1.0/libgstvideofilter.dll.a +0 -0
  688. data/vendor/local/lib/gstreamer-1.0/libgstvideofilter.la +3 -3
  689. data/vendor/local/lib/gstreamer-1.0/libgstvideofiltersbad.dll +0 -0
  690. data/vendor/local/lib/gstreamer-1.0/libgstvideofiltersbad.dll.a +0 -0
  691. data/vendor/local/lib/gstreamer-1.0/libgstvideofiltersbad.la +1 -1
  692. data/vendor/local/lib/gstreamer-1.0/libgstvideoframe_audiolevel.dll +0 -0
  693. data/vendor/local/lib/gstreamer-1.0/libgstvideoframe_audiolevel.dll.a +0 -0
  694. data/vendor/local/lib/gstreamer-1.0/{libgstliveadder.la → libgstvideoframe_audiolevel.la} +5 -5
  695. data/vendor/local/lib/gstreamer-1.0/libgstvideomixer.dll +0 -0
  696. data/vendor/local/lib/gstreamer-1.0/libgstvideomixer.dll.a +0 -0
  697. data/vendor/local/lib/gstreamer-1.0/libgstvideomixer.la +3 -3
  698. data/vendor/local/lib/gstreamer-1.0/libgstvideoparsersbad.dll +0 -0
  699. data/vendor/local/lib/gstreamer-1.0/libgstvideoparsersbad.dll.a +0 -0
  700. data/vendor/local/lib/gstreamer-1.0/libgstvideoparsersbad.la +1 -1
  701. data/vendor/local/lib/gstreamer-1.0/libgstvideorate.dll +0 -0
  702. data/vendor/local/lib/gstreamer-1.0/libgstvideorate.dll.a +0 -0
  703. data/vendor/local/lib/gstreamer-1.0/libgstvideorate.la +1 -1
  704. data/vendor/local/lib/gstreamer-1.0/libgstvideoscale.dll +0 -0
  705. data/vendor/local/lib/gstreamer-1.0/libgstvideoscale.dll.a +0 -0
  706. data/vendor/local/lib/gstreamer-1.0/libgstvideoscale.la +1 -1
  707. data/vendor/local/lib/gstreamer-1.0/libgstvideosignal.dll +0 -0
  708. data/vendor/local/lib/gstreamer-1.0/libgstvideosignal.dll.a +0 -0
  709. data/vendor/local/lib/gstreamer-1.0/libgstvideosignal.la +1 -1
  710. data/vendor/local/lib/gstreamer-1.0/libgstvideotestsrc.dll +0 -0
  711. data/vendor/local/lib/gstreamer-1.0/libgstvideotestsrc.dll.a +0 -0
  712. data/vendor/local/lib/gstreamer-1.0/libgstvideotestsrc.la +1 -1
  713. data/vendor/local/lib/gstreamer-1.0/libgstvmnc.dll +0 -0
  714. data/vendor/local/lib/gstreamer-1.0/libgstvmnc.dll.a +0 -0
  715. data/vendor/local/lib/gstreamer-1.0/libgstvmnc.la +1 -1
  716. data/vendor/local/lib/gstreamer-1.0/libgstvolume.dll +0 -0
  717. data/vendor/local/lib/gstreamer-1.0/libgstvolume.dll.a +0 -0
  718. data/vendor/local/lib/gstreamer-1.0/libgstvolume.la +1 -1
  719. data/vendor/local/lib/gstreamer-1.0/libgstvorbis.dll +0 -0
  720. data/vendor/local/lib/gstreamer-1.0/libgstvorbis.dll.a +0 -0
  721. data/vendor/local/lib/gstreamer-1.0/libgstvorbis.la +1 -1
  722. data/vendor/local/lib/gstreamer-1.0/libgstwasapi.dll +0 -0
  723. data/vendor/local/lib/gstreamer-1.0/libgstwasapi.dll.a +0 -0
  724. data/vendor/local/lib/gstreamer-1.0/libgstwasapi.la +1 -1
  725. data/vendor/local/lib/gstreamer-1.0/libgstwaveformsink.dll +0 -0
  726. data/vendor/local/lib/gstreamer-1.0/libgstwaveformsink.dll.a +0 -0
  727. data/vendor/local/lib/gstreamer-1.0/libgstwaveformsink.la +3 -3
  728. data/vendor/local/lib/gstreamer-1.0/libgstwavenc.dll +0 -0
  729. data/vendor/local/lib/gstreamer-1.0/libgstwavenc.dll.a +0 -0
  730. data/vendor/local/lib/gstreamer-1.0/libgstwavenc.la +3 -3
  731. data/vendor/local/lib/gstreamer-1.0/libgstwavparse.dll +0 -0
  732. data/vendor/local/lib/gstreamer-1.0/libgstwavparse.dll.a +0 -0
  733. data/vendor/local/lib/gstreamer-1.0/libgstwavparse.la +3 -3
  734. data/vendor/local/lib/gstreamer-1.0/libgstwinks.dll +0 -0
  735. data/vendor/local/lib/gstreamer-1.0/libgstwinks.dll.a +0 -0
  736. data/vendor/local/lib/gstreamer-1.0/libgstwinks.la +1 -1
  737. data/vendor/local/lib/gstreamer-1.0/libgstwinscreencap.dll +0 -0
  738. data/vendor/local/lib/gstreamer-1.0/libgstwinscreencap.dll.a +0 -0
  739. data/vendor/local/lib/gstreamer-1.0/libgstwinscreencap.la +1 -1
  740. data/vendor/local/lib/gstreamer-1.0/libgsty4mdec.dll +0 -0
  741. data/vendor/local/lib/gstreamer-1.0/libgsty4mdec.dll.a +0 -0
  742. data/vendor/local/lib/gstreamer-1.0/libgsty4mdec.la +1 -1
  743. data/vendor/local/lib/gstreamer-1.0/libgsty4menc.dll +0 -0
  744. data/vendor/local/lib/gstreamer-1.0/libgsty4menc.dll.a +0 -0
  745. data/vendor/local/lib/gstreamer-1.0/libgsty4menc.la +3 -3
  746. data/vendor/local/lib/gstreamer-1.0/libgstyadif.dll +0 -0
  747. data/vendor/local/lib/gstreamer-1.0/libgstyadif.dll.a +0 -0
  748. data/vendor/local/lib/gstreamer-1.0/libgstyadif.la +1 -1
  749. data/vendor/local/lib/libFLAC.dll.a +0 -0
  750. data/vendor/local/lib/libgstadaptivedemux-1.0.dll.a +0 -0
  751. data/vendor/local/lib/libgstadaptivedemux-1.0.la +3 -3
  752. data/vendor/local/lib/libgstallocators-1.0.dll.a +0 -0
  753. data/vendor/local/lib/libgstallocators-1.0.la +3 -3
  754. data/vendor/local/lib/libgstapp-1.0.dll.a +0 -0
  755. data/vendor/local/lib/libgstapp-1.0.la +3 -3
  756. data/vendor/local/lib/libgstaudio-1.0.dll.a +0 -0
  757. data/vendor/local/lib/libgstaudio-1.0.la +3 -3
  758. data/vendor/local/lib/libgstbadaudio-1.0.dll.a +0 -0
  759. data/vendor/local/lib/libgstbadaudio-1.0.la +41 -0
  760. data/vendor/local/lib/libgstbadbase-1.0.dll.a +0 -0
  761. data/vendor/local/lib/libgstbadbase-1.0.la +3 -3
  762. data/vendor/local/lib/libgstbadvideo-1.0.dll.a +0 -0
  763. data/vendor/local/lib/libgstbadvideo-1.0.la +3 -3
  764. data/vendor/local/lib/libgstbase-1.0.dll.a +0 -0
  765. data/vendor/local/lib/libgstbase-1.0.la +3 -3
  766. data/vendor/local/lib/libgstbasecamerabinsrc-1.0.dll.a +0 -0
  767. data/vendor/local/lib/libgstbasecamerabinsrc-1.0.la +3 -3
  768. data/vendor/local/lib/libgstcodecparsers-1.0.dll.a +0 -0
  769. data/vendor/local/lib/libgstcodecparsers-1.0.la +3 -3
  770. data/vendor/local/lib/libgstcontroller-1.0.dll.a +0 -0
  771. data/vendor/local/lib/libgstcontroller-1.0.la +3 -3
  772. data/vendor/local/lib/libgstfft-1.0.dll.a +0 -0
  773. data/vendor/local/lib/libgstfft-1.0.la +3 -3
  774. data/vendor/local/lib/libgstgl-1.0.dll.a +0 -0
  775. data/vendor/local/lib/libgstgl-1.0.la +3 -3
  776. data/vendor/local/lib/libgstinsertbin-1.0.dll.a +0 -0
  777. data/vendor/local/lib/libgstinsertbin-1.0.la +3 -3
  778. data/vendor/local/lib/libgstmpegts-1.0.dll.a +0 -0
  779. data/vendor/local/lib/libgstmpegts-1.0.la +3 -3
  780. data/vendor/local/lib/libgstnet-1.0.dll.a +0 -0
  781. data/vendor/local/lib/libgstnet-1.0.la +3 -3
  782. data/vendor/local/lib/libgstpbutils-1.0.dll.a +0 -0
  783. data/vendor/local/lib/libgstpbutils-1.0.la +3 -3
  784. data/vendor/local/lib/libgstphotography-1.0.dll.a +0 -0
  785. data/vendor/local/lib/libgstphotography-1.0.la +3 -3
  786. data/vendor/local/lib/libgstplayer-1.0.dll.a +0 -0
  787. data/vendor/local/lib/libgstplayer-1.0.la +41 -0
  788. data/vendor/local/lib/libgstreamer-1.0.dll.a +0 -0
  789. data/vendor/local/lib/libgstreamer-1.0.la +3 -3
  790. data/vendor/local/lib/libgstriff-1.0.dll.a +0 -0
  791. data/vendor/local/lib/libgstriff-1.0.la +3 -3
  792. data/vendor/local/lib/libgstrtp-1.0.dll.a +0 -0
  793. data/vendor/local/lib/libgstrtp-1.0.la +3 -3
  794. data/vendor/local/lib/libgstrtsp-1.0.dll.a +0 -0
  795. data/vendor/local/lib/libgstrtsp-1.0.la +3 -3
  796. data/vendor/local/lib/libgstsdp-1.0.dll.a +0 -0
  797. data/vendor/local/lib/libgstsdp-1.0.la +3 -3
  798. data/vendor/local/lib/libgsttag-1.0.dll.a +0 -0
  799. data/vendor/local/lib/libgsttag-1.0.la +3 -3
  800. data/vendor/local/lib/libgsturidownloader-1.0.dll.a +0 -0
  801. data/vendor/local/lib/libgsturidownloader-1.0.la +3 -3
  802. data/vendor/local/lib/libgstvideo-1.0.dll.a +0 -0
  803. data/vendor/local/lib/libgstvideo-1.0.la +3 -3
  804. data/vendor/local/lib/libjpeg.a +0 -0
  805. data/vendor/local/lib/libjpeg.dll.a +0 -0
  806. data/vendor/local/lib/libjpeg.la +4 -4
  807. data/vendor/local/lib/libogg.a +0 -0
  808. data/vendor/local/lib/libogg.dll.a +0 -0
  809. data/vendor/local/lib/libopus.a +0 -0
  810. data/vendor/local/lib/libopus.dll.a +0 -0
  811. data/vendor/local/lib/libopus.la +1 -1
  812. data/vendor/local/lib/libsoup-2.4.a +0 -0
  813. data/vendor/local/lib/libsoup-2.4.dll.a +0 -0
  814. data/vendor/local/lib/libsoup-2.4.la +3 -3
  815. data/vendor/local/lib/libsqlite3.a +0 -0
  816. data/vendor/local/lib/libsqlite3.dll.a +0 -0
  817. data/vendor/local/lib/libsqlite3.la +2 -2
  818. data/vendor/local/lib/libtheora.a +0 -0
  819. data/vendor/local/lib/libtheora.dll.a +0 -0
  820. data/vendor/local/lib/libtheoradec.a +0 -0
  821. data/vendor/local/lib/libtheoradec.dll.a +0 -0
  822. data/vendor/local/lib/libtheoraenc.a +0 -0
  823. data/vendor/local/lib/libtheoraenc.dll.a +0 -0
  824. data/vendor/local/lib/libvorbis.a +0 -0
  825. data/vendor/local/lib/libvorbis.dll.a +0 -0
  826. data/vendor/local/lib/libvorbisenc.a +0 -0
  827. data/vendor/local/lib/libvorbisenc.dll.a +0 -0
  828. data/vendor/local/lib/libvorbisfile.a +0 -0
  829. data/vendor/local/lib/libvorbisfile.dll.a +0 -0
  830. data/vendor/local/lib/pkgconfig/gstreamer-1.0.pc +1 -1
  831. data/vendor/local/lib/pkgconfig/gstreamer-allocators-1.0.pc +1 -1
  832. data/vendor/local/lib/pkgconfig/gstreamer-app-1.0.pc +1 -1
  833. data/vendor/local/lib/pkgconfig/gstreamer-audio-1.0.pc +1 -1
  834. data/vendor/local/lib/pkgconfig/gstreamer-bad-audio-1.0.pc +13 -0
  835. data/vendor/local/lib/pkgconfig/{gstreamer-check-1.0.pc → gstreamer-bad-base-1.0.pc} +5 -4
  836. data/vendor/local/lib/pkgconfig/gstreamer-bad-video-1.0.pc +16 -0
  837. data/vendor/local/lib/pkgconfig/gstreamer-base-1.0.pc +1 -1
  838. data/vendor/local/lib/pkgconfig/gstreamer-codecparsers-1.0.pc +1 -1
  839. data/vendor/local/lib/pkgconfig/gstreamer-controller-1.0.pc +1 -1
  840. data/vendor/local/lib/pkgconfig/gstreamer-fft-1.0.pc +1 -1
  841. data/vendor/local/lib/pkgconfig/gstreamer-gl-1.0.pc +4 -4
  842. data/vendor/local/lib/pkgconfig/gstreamer-insertbin-1.0.pc +1 -1
  843. data/vendor/local/lib/pkgconfig/gstreamer-mpegts-1.0.pc +1 -1
  844. data/vendor/local/lib/pkgconfig/gstreamer-net-1.0.pc +1 -1
  845. data/vendor/local/lib/pkgconfig/gstreamer-pbutils-1.0.pc +1 -1
  846. data/vendor/local/lib/pkgconfig/gstreamer-player-1.0.pc +12 -0
  847. data/vendor/local/lib/pkgconfig/gstreamer-plugins-bad-1.0.pc +1 -1
  848. data/vendor/local/lib/pkgconfig/gstreamer-plugins-base-1.0.pc +1 -1
  849. data/vendor/local/lib/pkgconfig/gstreamer-riff-1.0.pc +1 -1
  850. data/vendor/local/lib/pkgconfig/gstreamer-rtp-1.0.pc +1 -1
  851. data/vendor/local/lib/pkgconfig/gstreamer-rtsp-1.0.pc +1 -1
  852. data/vendor/local/lib/pkgconfig/gstreamer-sdp-1.0.pc +1 -1
  853. data/vendor/local/lib/pkgconfig/gstreamer-tag-1.0.pc +1 -1
  854. data/vendor/local/lib/pkgconfig/gstreamer-video-1.0.pc +1 -1
  855. data/vendor/local/lib/pkgconfig/libsoup-2.4.pc +1 -1
  856. data/vendor/local/lib/pkgconfig/opus.pc +1 -1
  857. data/vendor/local/lib/pkgconfig/sqlite3.pc +1 -1
  858. data/vendor/local/libexec/gstreamer-1.0/gst-plugin-scanner.exe +0 -0
  859. data/vendor/local/share/bash-completion/helpers/gst-completion-helper-1.0.exe +0 -0
  860. data/vendor/local/share/gir-1.0/Gst-1.0.gir +1459 -219
  861. data/vendor/local/share/gir-1.0/GstAllocators-1.0.gir +2 -8
  862. data/vendor/local/share/gir-1.0/GstApp-1.0.gir +89 -23
  863. data/vendor/local/share/gir-1.0/GstAudio-1.0.gir +1124 -77
  864. data/vendor/local/share/gir-1.0/GstBase-1.0.gir +370 -28
  865. data/vendor/local/share/gir-1.0/GstController-1.0.gir +43 -11
  866. data/vendor/local/share/gir-1.0/GstGL-1.0.gir +3776 -1269
  867. data/vendor/local/share/gir-1.0/GstInsertBin-1.0.gir +65 -16
  868. data/vendor/local/share/gir-1.0/GstMpegts-1.0.gir +53 -0
  869. data/vendor/local/share/gir-1.0/GstNet-1.0.gir +50 -10
  870. data/vendor/local/share/gir-1.0/GstPbutils-1.0.gir +422 -5
  871. data/vendor/local/share/gir-1.0/GstPlayer-1.0.gir +1853 -0
  872. data/vendor/local/share/gir-1.0/GstRtp-1.0.gir +66 -5
  873. data/vendor/local/share/gir-1.0/GstRtsp-1.0.gir +91 -13
  874. data/vendor/local/share/gir-1.0/GstSdp-1.0.gir +166 -0
  875. data/vendor/local/share/gir-1.0/GstVideo-1.0.gir +483 -93
  876. data/vendor/local/share/gir-1.0/Soup-2.4.gir +715 -88
  877. data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/ch01.html +3 -3
  878. data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/ch02.html +3 -3
  879. data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/ch03.html +3 -3
  880. data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-1.0.devhelp2 +1 -1
  881. data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-GstFFMpegAudDec.html +3 -3
  882. data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-GstFFMpegAudEnc.html +3 -3
  883. data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-GstFFMpegVidDec.html +3 -3
  884. data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-GstFFMpegVidEnc.html +3 -3
  885. data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-gstav.html +32 -32
  886. data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-gstavcfg.html +15 -15
  887. data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-gstavcodecmap.html +40 -40
  888. data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-gstavprotocol.html +6 -6
  889. data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-gstavutils.html +5 -5
  890. data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-plugin-libav.html +444 -16
  891. data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/index.html +4 -4
  892. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstGLBaseFilter.html +34 -33
  893. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstGLBufferPool.html +111 -33
  894. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstGLColorConvert.html +67 -36
  895. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstGLContext.html +230 -131
  896. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstGLDisplay.html +143 -72
  897. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstGLFilter.html +41 -46
  898. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstGLFramebuffer.html +22 -22
  899. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstGLShader.html +1237 -0
  900. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstGLUpload.html +57 -75
  901. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstGLWindow.html +115 -158
  902. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/annotation-glossary.html +5 -3
  903. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/api-index-deprecated.html +3 -3
  904. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/api-index-full.html +1640 -632
  905. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/base.html +3 -3
  906. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/{ch07.html → ch08.html} +6 -6
  907. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/codecparsers.html +3 -3
  908. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/compiling.html +3 -3
  909. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gl.html +30 -15
  910. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-1.0.devhelp2 +956 -130
  911. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-descriptors.html +6 -6
  912. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-sections.html +107 -107
  913. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html +72 -72
  914. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html +126 -126
  915. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html +365 -365
  916. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.html +95 -95
  917. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstAggregator.html +47 -42
  918. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstAggregatorPad.html +38 -38
  919. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstEGLImageMemory.html +20 -20
  920. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLAPI.html +90 -73
  921. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLBuffer.html +362 -0
  922. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLContextCocoa.html +8 -8
  923. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLContextEGL.html +14 -12
  924. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLContextEagl.html +8 -8
  925. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLContextGLX.html +12 -12
  926. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLContextWGL.html +12 -12
  927. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLMemory.html +1289 -0
  928. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLSL.html +419 -0
  929. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLSyncMeta.html +58 -12
  930. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLWindowAndroid.html +6 -6
  931. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLWindowCocoa.html +8 -8
  932. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLWindowDispmanx.html +6 -6
  933. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLWindowWayland.html +6 -6
  934. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLWindowWin32.html +9 -9
  935. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLWindowX11.html +12 -12
  936. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstInsertbin.html +116 -116
  937. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstPhotography.html +274 -277
  938. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstVideoAggregator.html +32 -21
  939. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstVideoAggregatorPad.html +15 -15
  940. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ISDB-variants-of-MPEG-TS-descriptors.html +6 -6
  941. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Mpeg-ts-helper-library.html +4 -4
  942. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-OpenGL-Formats.html +549 -0
  943. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-OpenGL-Miscellaneous-Utilities.html +678 -0
  944. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-OpenGL-debugging.html +648 -0
  945. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstglbasememory.html +1286 -0
  946. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstglmemorypbo.html +325 -0
  947. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstmpegvideometa.html +43 -41
  948. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstplayer-gmaincontextsignaldispatcher.html +93 -0
  949. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstplayer-mediainfo.html +961 -0
  950. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstplayer-videooverlayvideorenderer.html +325 -0
  951. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstplayer-visualization.html +226 -0
  952. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstplayer.html +2252 -0
  953. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-h264parser.html +227 -213
  954. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-jpegparser.html +87 -87
  955. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html +80 -80
  956. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpegvideoparser.html +176 -165
  957. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-vc1parser.html +140 -140
  958. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gstreamer-libs-hierarchy.html +37 -20
  959. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gstreamer-plugins-bad.html +49 -16
  960. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/index.html +50 -17
  961. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/mpegts.html +3 -3
  962. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/player.html +46 -0
  963. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/tools.html +3 -3
  964. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/video.html +3 -3
  965. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/ch01.html +6 -21
  966. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/ch02.html +3 -9
  967. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-1.0.devhelp2 +20 -40
  968. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-accurip.html +15 -15
  969. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-aiffmux.html +8 -8
  970. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-aiffparse.html +10 -10
  971. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-assrender.html +17 -17
  972. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-audiointerleave.html +206 -0
  973. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-audiomixer.html +30 -29
  974. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-autoconvert.html +17 -17
  975. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-bs2b.html +6 -6
  976. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-bulge.html +35 -15
  977. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-burn.html +19 -19
  978. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-camerabin.html +5 -5
  979. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-chromium.html +20 -20
  980. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-circle.html +39 -19
  981. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-coloreffects.html +15 -15
  982. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-compositor.html +22 -22
  983. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-cvdilate.html +14 -25
  984. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-cvequalizehist.html +14 -24
  985. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-cverode.html +14 -25
  986. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-cvlaplace.html +74 -31
  987. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-cvsmooth.html +43 -46
  988. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-cvsobel.html +45 -33
  989. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dataurisrc.html +17 -17
  990. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-diffuse.html +35 -15
  991. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dilate.html +19 -19
  992. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dodge.html +17 -17
  993. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dtmfdetect.html +11 -11
  994. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dtsdec.html +14 -14
  995. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dvbsrc.html +94 -94
  996. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dvdspu.html +12 -12
  997. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-edgedetect.html +5 -5
  998. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-exclusion.html +19 -19
  999. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-faac.html +37 -17
  1000. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-faad.html +11 -11
  1001. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-faceblur.html +5 -5
  1002. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-facedetect.html +5 -5
  1003. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-festival.html +12 -12
  1004. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-fisheye.html +32 -12
  1005. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-fpsdisplaysink.html +49 -50
  1006. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gaussianblur.html +7 -7
  1007. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-jpegparse.html +16 -16
  1008. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-kaleidoscope.html +39 -19
  1009. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-liveadder.html +10 -72
  1010. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-marble.html +41 -21
  1011. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mimdec.html +10 -10
  1012. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mimenc.html +13 -13
  1013. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mirror.html +33 -13
  1014. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-modplug.html +35 -35
  1015. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mpeg2enc.html +66 -66
  1016. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mpegpsmux.html +12 -12
  1017. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mpegtsmux.html +39 -23
  1018. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mplex.html +25 -25
  1019. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-neonhttpsrc.html +36 -36
  1020. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-ofa.html +13 -13
  1021. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-openalsink.html +5 -5
  1022. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-openalsrc.html +17 -17
  1023. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-opencvtextoverlay.html +43 -40
  1024. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-pcapparse.html +27 -27
  1025. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-pinch.html +34 -15
  1026. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-aiff.html +4 -4
  1027. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-assrender.html +4 -4
  1028. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-audiomixer.html +9 -5
  1029. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-audiovisualizers.html +4 -4
  1030. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-autoconvert.html +4 -4
  1031. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-bayer.html +4 -4
  1032. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-bs2b.html +3 -3
  1033. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-bz2.html +4 -4
  1034. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-camerabin.html +4 -4
  1035. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-coloreffects.html +4 -4
  1036. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-curl.html +4 -4
  1037. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-dataurisrc.html +4 -4
  1038. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-debugutilsbad.html +4 -4
  1039. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-dtsdec.html +4 -4
  1040. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-dvb.html +4 -4
  1041. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-dvdspu.html +4 -4
  1042. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-faac.html +4 -4
  1043. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-faad.html +4 -4
  1044. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-festival.html +4 -4
  1045. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-gaudieffects.html +4 -4
  1046. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-geometrictransform.html +4 -4
  1047. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-gsm.html +4 -4
  1048. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-jpegformat.html +6 -6
  1049. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-mimic.html +8 -8
  1050. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-mms.html +6 -6
  1051. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-modplug.html +6 -6
  1052. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-mpeg2enc.html +6 -6
  1053. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-mpegpsmux.html +6 -6
  1054. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-mpegtsmux.html +6 -6
  1055. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-mplex.html +6 -6
  1056. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-neon.html +7 -7
  1057. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-ofa.html +6 -6
  1058. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-openal.html +6 -6
  1059. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-opencv.html +8 -8
  1060. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-pcapparse.html +8 -8
  1061. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-rawparse.html +6 -6
  1062. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-rfbsrc.html +6 -6
  1063. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-rtmp.html +6 -6
  1064. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-sdp.html +6 -6
  1065. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-shm.html +6 -6
  1066. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-soundtouch.html +6 -6
  1067. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-speed.html +6 -6
  1068. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-voaacenc.html +6 -6
  1069. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-voamrwbenc.html +6 -6
  1070. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-zbar.html +6 -6
  1071. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-pyramidsegment.html +5 -5
  1072. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rfbsrc.html +37 -37
  1073. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rtmpsink.html +15 -15
  1074. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rtmpsrc.html +16 -16
  1075. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-sdpdemux.html +23 -23
  1076. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-shmsink.html +31 -31
  1077. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-shmsrc.html +19 -19
  1078. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-solarize.html +23 -23
  1079. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-spacescope.html +14 -14
  1080. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-spectrascope.html +13 -13
  1081. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-speed.html +15 -15
  1082. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-sphere.html +34 -15
  1083. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-square.html +38 -19
  1084. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-stretch.html +34 -15
  1085. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-synaescope.html +13 -13
  1086. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-templatematch.html +28 -28
  1087. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-tunnel.html +32 -12
  1088. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-twirl.html +34 -15
  1089. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-videoparse.html +74 -33
  1090. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-voaacenc.html +20 -16
  1091. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-voamrwbenc.html +5 -5
  1092. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-waterripple.html +38 -19
  1093. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-wavescope.html +14 -14
  1094. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-zbar.html +19 -19
  1095. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/index.html +7 -28
  1096. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/annotation-glossary.html +3 -3
  1097. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/api-index-deprecated.html +11 -4
  1098. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/api-index-full.html +219 -3
  1099. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/compiling.html +3 -3
  1100. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-1.0.devhelp2 +575 -7
  1101. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstAudioConverter.html +527 -0
  1102. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstAudioQuantize.html +335 -0
  1103. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoChroma.html +35 -35
  1104. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoDecoder.html +217 -193
  1105. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoDither.html +22 -22
  1106. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoEncoder.html +121 -101
  1107. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoPool.html +22 -22
  1108. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoResampler.html +29 -29
  1109. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoScaler.html +49 -49
  1110. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-appsink.html +101 -101
  1111. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-appsrc.html +130 -130
  1112. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-dmabuf.html +34 -34
  1113. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-encoding-profile.html +452 -310
  1114. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-fdmemory.html +40 -40
  1115. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudio.html +152 -127
  1116. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiobasesink.html +323 -85
  1117. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiobasesrc.html +55 -62
  1118. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiocdsrc.html +41 -41
  1119. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiochannels.html +331 -73
  1120. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudioclock.html +54 -54
  1121. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiodecoder.html +176 -166
  1122. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudioencoder.html +212 -168
  1123. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiofilter.html +18 -18
  1124. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudioiec61937.html +20 -20
  1125. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiometa.html +163 -29
  1126. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudioringbuffer.html +183 -188
  1127. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiosink.html +11 -16
  1128. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiosrc.html +12 -17
  1129. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstcolorbalance.html +37 -37
  1130. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstcolorbalancechannel.html +21 -21
  1131. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstdiscoverer.html +319 -319
  1132. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstfft.html +13 -13
  1133. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstfftf32.html +26 -26
  1134. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstfftf64.html +26 -26
  1135. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstffts16.html +26 -26
  1136. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstffts32.html +26 -26
  1137. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html +427 -350
  1138. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstnavigation.html +192 -192
  1139. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutils.html +5 -5
  1140. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutilscodecutils.html +489 -138
  1141. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutilsdescriptions.html +62 -62
  1142. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutilsinstallplugins.html +49 -49
  1143. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutilsmissingplugins.html +109 -109
  1144. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpluginsbaseversion.html +72 -62
  1145. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstriff.html +94 -94
  1146. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtcpbuffer.html +367 -367
  1147. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtpbaseaudiopayload.html +54 -58
  1148. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtpbasedepayload.html +59 -45
  1149. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtpbasepayload.html +90 -95
  1150. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtpbuffer.html +297 -297
  1151. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtphdrext.html +40 -40
  1152. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtppayloads.html +26 -26
  1153. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspconnection.html +293 -233
  1154. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html +75 -75
  1155. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspextension.html +4 -4
  1156. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspmessage.html +137 -137
  1157. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtsprange.html +50 -50
  1158. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtsptransport.html +56 -56
  1159. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspurl.html +43 -43
  1160. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstsdpmessage.html +830 -608
  1161. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gststreamvolume.html +40 -40
  1162. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttag.html +41 -41
  1163. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagdemux.html +13 -18
  1164. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagexif.html +35 -35
  1165. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagid3.html +63 -63
  1166. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttaglanguagecodes.html +43 -43
  1167. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttaglicenses.html +46 -46
  1168. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagmux.html +9 -14
  1169. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagvorbis.html +66 -66
  1170. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagxmp.html +28 -28
  1171. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagxmpwriter.html +25 -25
  1172. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html +761 -517
  1173. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideoaffinetransformationmeta.html +175 -0
  1174. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideofilter.html +12 -17
  1175. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideometa.html +142 -142
  1176. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideoorientation.html +76 -76
  1177. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideooverlay.html +88 -88
  1178. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideooverlaycomposition.html +145 -145
  1179. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideosink.html +37 -44
  1180. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideoutils.html +67 -67
  1181. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-allocators.html +3 -3
  1182. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-app.html +3 -3
  1183. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-audio.html +9 -3
  1184. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-base-utils.html +3 -3
  1185. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-ffft.html +3 -3
  1186. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-libs-hierarchy.html +13 -13
  1187. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-mikey.html +3 -3
  1188. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-plugins-base.html +12 -3
  1189. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-riff.html +3 -3
  1190. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-rtp.html +3 -3
  1191. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-rtsp.html +3 -3
  1192. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-sdp.html +3 -3
  1193. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-tag.html +3 -3
  1194. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-video.html +6 -3
  1195. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/index.html +13 -4
  1196. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/ch01.html +45 -15
  1197. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/ch02.html +11 -5
  1198. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-1.0.devhelp2 +95 -58
  1199. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-adder.html +14 -14
  1200. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-alsamidisrc.html +160 -0
  1201. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-alsasink.html +22 -22
  1202. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-alsasrc.html +23 -23
  1203. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-appsink.html +65 -52
  1204. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-appsrc.html +73 -73
  1205. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-audioconvert.html +23 -130
  1206. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-audiorate.html +26 -26
  1207. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-audioresample.html +17 -17
  1208. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-audiotestsrc.html +32 -32
  1209. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-cdparanoiasrc.html +32 -32
  1210. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-clockoverlay.html +13 -13
  1211. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-decodebin.html +130 -135
  1212. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-encodebin.html +65 -65
  1213. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-giosink.html +22 -22
  1214. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-giosrc.html +22 -22
  1215. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-giostreamsink.html +17 -17
  1216. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-giostreamsrc.html +20 -20
  1217. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-multifdsink.html +74 -74
  1218. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-multisocketsink.html +129 -76
  1219. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-oggaviparse.html +128 -0
  1220. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-oggdemux.html +12 -12
  1221. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-oggmux.html +22 -22
  1222. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-oggparse.html +128 -0
  1223. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-ogmaudioparse.html +232 -0
  1224. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-ogmtextparse.html +128 -0
  1225. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-ogmvideoparse.html +448 -0
  1226. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-opusdec.html +201 -0
  1227. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-opusenc.html +348 -0
  1228. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-playbin.html +228 -228
  1229. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-playsink.html +65 -65
  1230. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-adder.html +4 -4
  1231. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-alsa.html +8 -4
  1232. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-app.html +4 -4
  1233. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-audioconvert.html +4 -4
  1234. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-audiorate.html +4 -4
  1235. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-audioresample.html +4 -4
  1236. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-audiotestsrc.html +4 -4
  1237. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-cdparanoia.html +4 -4
  1238. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-encoding.html +6 -6
  1239. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-gio.html +10 -10
  1240. data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-liveadder.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-ivorbisdec.html} +20 -20
  1241. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-libvisual.html +6 -6
  1242. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-ogg.html +11 -11
  1243. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-opus.html +85 -0
  1244. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-pango.html +8 -8
  1245. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-playback.html +6 -6
  1246. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-subparse.html +8 -8
  1247. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-tcp.html +6 -6
  1248. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-theora.html +6 -6
  1249. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-typefindfunctions.html +8 -8
  1250. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-videoconvert.html +10 -10
  1251. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-videorate.html +8 -8
  1252. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-videoscale.html +6 -6
  1253. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-videotestsrc.html +6 -6
  1254. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-volume.html +6 -6
  1255. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-vorbis.html +6 -6
  1256. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-ximagesink.html +6 -6
  1257. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-xvimagesink.html +6 -6
  1258. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-socketsrc.html +59 -26
  1259. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-ssaparse.html +159 -0
  1260. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-streamsynchronizer.html +14 -14
  1261. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-subparse.html +220 -0
  1262. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-subtitleoverlay.html +25 -25
  1263. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-tcpclientsink.html +21 -21
  1264. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-tcpclientsrc.html +22 -22
  1265. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-tcpserversink.html +23 -23
  1266. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-tcpserversrc.html +24 -24
  1267. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-textoverlay.html +12 -12
  1268. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-textrender.html +18 -18
  1269. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-theoradec.html +11 -11
  1270. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-theoraenc.html +78 -41
  1271. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-theoraparse.html +10 -10
  1272. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-timeoverlay.html +52 -15
  1273. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-uridecodebin.html +129 -129
  1274. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-videoconvert.html +27 -27
  1275. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-videorate.html +43 -35
  1276. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-videoscale.html +28 -28
  1277. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-videotestsrc.html +50 -50
  1278. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-volume.html +19 -19
  1279. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-vorbisdec.html +11 -11
  1280. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-vorbisenc.html +58 -26
  1281. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-vorbisparse.html +10 -10
  1282. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-vorbistag.html +11 -11
  1283. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-ximagesink.html +30 -30
  1284. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-xvimagesink.html +50 -50
  1285. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/index.html +54 -18
  1286. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/GstIirEqualizer.html +11 -11
  1287. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/ch01.html +675 -48
  1288. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/ch02.html +14 -11
  1289. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/ch03.html +3 -3
  1290. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-1.0.devhelp2 +277 -222
  1291. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-3gppmux.html +34 -34
  1292. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-GstVideoMixerPad.html +3 -3
  1293. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-aacparse.html +10 -10
  1294. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-aasink.html +32 -75
  1295. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-ac3parse.html +10 -10
  1296. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-agingtv.html +21 -21
  1297. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-alawdec.html +14 -13
  1298. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-alawenc.html +14 -13
  1299. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-alpha.html +45 -43
  1300. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-alphacolor.html +16 -16
  1301. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-amrparse.html +15 -15
  1302. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-apedemux.html +9 -9
  1303. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-apev2mux.html +10 -10
  1304. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-aspectratiocrop.html +11 -11
  1305. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audioamplify.html +13 -13
  1306. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiochebband.html +22 -22
  1307. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiocheblimit.html +21 -21
  1308. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiodynamic.html +22 -22
  1309. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audioecho.html +26 -26
  1310. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiofirfilter.html +68 -68
  1311. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audioiirfilter.html +70 -70
  1312. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audioinvert.html +23 -23
  1313. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiokaraoke.html +26 -26
  1314. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiopanorama.html +19 -19
  1315. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiowsincband.html +23 -23
  1316. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiowsinclimit.html +20 -34
  1317. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-auparse.html +10 -10
  1318. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-autoaudiosink.html +15 -28
  1319. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-autoaudiosrc.html +14 -40
  1320. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-autovideosink.html +15 -28
  1321. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-autovideosrc.html +14 -40
  1322. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-avidemux.html +8 -8
  1323. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-avimux.html +13 -13
  1324. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-avisubtitle.html +8 -8
  1325. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-cacasink.html +16 -16
  1326. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-cairooverlay.html +16 -16
  1327. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-capssetter.html +18 -18
  1328. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-cutter.html +21 -21
  1329. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-dcaparse.html +10 -10
  1330. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-deinterlace.html +17 -17
  1331. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-deinterleave.html +11 -11
  1332. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-dicetv.html +17 -43
  1333. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-directsoundsink.html +7 -4
  1334. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-dtmfsrc.html +18 -18
  1335. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-dv1394src.html +32 -32
  1336. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-dvdec.html +15 -15
  1337. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-dvdemux.html +8 -8
  1338. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-edgetv.html +10 -10
  1339. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-equalizer-10bands.html +32 -32
  1340. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-equalizer-3bands.html +18 -18
  1341. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-equalizer-nbands.html +20 -20
  1342. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-flacdec.html +11 -11
  1343. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-flacenc.html +70 -42
  1344. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-flacparse.html +16 -16
  1345. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-flactag.html +11 -11
  1346. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-flvdemux.html +11 -11
  1347. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-flvmux.html +17 -32
  1348. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-flxdec.html +10 -10
  1349. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-gamma.html +16 -16
  1350. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-gdkpixbufsink.html +19 -32
  1351. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-goom.html +16 -16
  1352. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-goom2k1.html +18 -18
  1353. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-hdv1394src.html +26 -26
  1354. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-icydemux.html +11 -11
  1355. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-id3demux.html +15 -15
  1356. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-id3v2mux.html +12 -12
  1357. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-imagefreeze.html +12 -12
  1358. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-interleave.html +25 -22
  1359. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-ismlmux.html +39 -39
  1360. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-jackaudiosink.html +23 -23
  1361. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-jackaudiosrc.html +24 -24
  1362. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-jpegdec.html +16 -16
  1363. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-jpegenc.html +16 -42
  1364. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-level.html +83 -83
  1365. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-matroskademux.html +19 -19
  1366. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-matroskamux.html +34 -26
  1367. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-mj2mux.html +40 -44
  1368. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-monoscope.html +9 -9
  1369. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-mp4mux.html +45 -41
  1370. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-mpegaudioparse.html +17 -17
  1371. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-mulawdec.html +13 -13
  1372. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-mulawenc.html +11 -11
  1373. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-multifilesink.html +39 -39
  1374. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-multifilesrc.html +27 -27
  1375. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-multipartdemux.html +16 -29
  1376. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-multipartmux.html +15 -15
  1377. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-multiudpsink.html +94 -135
  1378. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-optv.html +18 -18
  1379. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-oss4sink.html +23 -23
  1380. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-oss4src.html +19 -19
  1381. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-osssink.html +16 -16
  1382. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-osssrc.html +19 -19
  1383. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-osxaudiosink.html +9 -11
  1384. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-osxaudiosrc.html +9 -11
  1385. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-osxvideosink.html +11 -11
  1386. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-1394.html +4 -4
  1387. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-aasink.html +4 -4
  1388. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-alaw.html +6 -6
  1389. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-alpha.html +10 -10
  1390. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-alphacolor.html +10 -10
  1391. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-apetag.html +6 -6
  1392. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-audiofx.html +6 -6
  1393. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-audioparsers.html +109 -0
  1394. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-auparse.html +8 -8
  1395. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-autodetect.html +6 -6
  1396. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-avi.html +6 -6
  1397. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-cacasink.html +6 -6
  1398. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-cairo.html +6 -6
  1399. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-cutter.html +6 -6
  1400. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-debug.html +6 -6
  1401. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-deinterlace.html +6 -6
  1402. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-directsound.html +5 -5
  1403. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-dtmf.html +7 -7
  1404. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-dv.html +8 -8
  1405. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-effectv.html +8 -8
  1406. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-equalizer.html +10 -10
  1407. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-flac.html +8 -8
  1408. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-flv.html +6 -6
  1409. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-flxdec.html +6 -6
  1410. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-gdkpixbuf.html +8 -8
  1411. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-goom.html +10 -10
  1412. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-goom2k1.html +8 -8
  1413. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-icydemux.html +8 -8
  1414. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-id3demux.html +6 -6
  1415. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-imagefreeze.html +6 -6
  1416. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-interleave.html +6 -6
  1417. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-isomp4.html +6 -6
  1418. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-jack.html +6 -6
  1419. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-jpeg.html +6 -6
  1420. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-level.html +6 -6
  1421. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-matroska.html +6 -6
  1422. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-monoscope.html +5 -5
  1423. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-mulaw.html +6 -6
  1424. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-multifile.html +6 -6
  1425. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-multipart.html +6 -6
  1426. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-navigationtest.html +6 -6
  1427. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-oss4.html +6 -6
  1428. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-ossaudio.html +6 -6
  1429. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-osxaudio.html +5 -5
  1430. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-osxvideo.html +5 -5
  1431. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-png.html +6 -6
  1432. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-pulseaudio.html +6 -6
  1433. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-replaygain.html +8 -8
  1434. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-rtp.html +51 -11
  1435. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-rtpmanager.html +8 -8
  1436. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-rtsp.html +8 -8
  1437. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-shapewipe.html +6 -6
  1438. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-shout2send.html +6 -6
  1439. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-smpte.html +6 -6
  1440. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-soup.html +6 -6
  1441. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-spectrum.html +6 -6
  1442. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-speex.html +6 -6
  1443. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-taglib.html +6 -6
  1444. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-udp.html +6 -6
  1445. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-video4linux2.html +6 -6
  1446. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-videobox.html +6 -6
  1447. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-videocrop.html +6 -6
  1448. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-videofilter.html +6 -6
  1449. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-videomixer.html +6 -6
  1450. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-vpx.html +6 -6
  1451. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-waveform.html +5 -5
  1452. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-wavenc.html +6 -6
  1453. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-wavpack.html +6 -6
  1454. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-wavparse.html +6 -6
  1455. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-ximagesrc.html +6 -6
  1456. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-y4menc.html +6 -6
  1457. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-pngdec.html +11 -11
  1458. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-pngenc.html +17 -17
  1459. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-progressreport.html +22 -22
  1460. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-pulsesink.html +30 -44
  1461. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-pulsesrc.html +36 -50
  1462. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-qtdemux.html +16 -42
  1463. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-qtmoovrecover.html +33 -33
  1464. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-qtmux.html +46 -54
  1465. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-quarktv.html +20 -20
  1466. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-radioactv.html +21 -21
  1467. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-revtv.html +20 -20
  1468. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rganalysis.html +27 -27
  1469. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rglimiter.html +15 -15
  1470. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rgvolume.html +33 -33
  1471. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rippletv.html +18 -18
  1472. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpL16depay.html +14 -14
  1473. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpL16pay.html +15 -15
  1474. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpac3depay.html +14 -14
  1475. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpac3pay.html +12 -12
  1476. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpamrdepay.html +12 -12
  1477. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpamrpay.html +14 -14
  1478. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpbin.html +400 -206
  1479. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpbvdepay.html +7 -7
  1480. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpbvpay.html +7 -7
  1481. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpdec.html +71 -86
  1482. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpdtmfdepay.html +254 -0
  1483. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpdtmfmux.html +12 -12
  1484. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpdtmfsrc.html +36 -36
  1485. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtph261depay.html +184 -0
  1486. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtph261pay.html +190 -0
  1487. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpj2kpay.html +16 -42
  1488. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpjitterbuffer.html +129 -86
  1489. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpjpegpay.html +24 -33
  1490. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpklvdepay.html +177 -0
  1491. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpklvpay.html +177 -0
  1492. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmux.html +25 -25
  1493. data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rtpopusdepay.html → gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpopusdepay.html} +31 -31
  1494. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpopuspay.html +156 -0
  1495. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpptdemux.html +43 -43
  1496. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtprtxreceive.html +24 -37
  1497. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtprtxsend.html +27 -40
  1498. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpsbcpay.html +18 -18
  1499. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpsession.html +253 -115
  1500. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpssrcdemux.html +34 -34
  1501. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtspsrc.html +161 -120
  1502. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-sbcparse.html +14 -14
  1503. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-scaletempo.html +29 -21
  1504. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-shagadelictv.html +13 -13
  1505. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-shapewipe.html +16 -16
  1506. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-shout2send.html +38 -51
  1507. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-smokedec.html +87 -0
  1508. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-smokeenc.html +87 -0
  1509. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-smpte.html +24 -38
  1510. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-smptealpha.html +26 -26
  1511. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-souphttpsrc.html +83 -112
  1512. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-spectrum.html +77 -90
  1513. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-speexdec.html +18 -18
  1514. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-speexenc.html +35 -35
  1515. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-splitfilesrc.html +21 -21
  1516. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-splitmuxsink.html +95 -35
  1517. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-splitmuxsrc.html +20 -20
  1518. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-streaktv.html +18 -18
  1519. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-taginject.html +18 -18
  1520. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-udpsink.html +22 -22
  1521. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-udpsrc.html +60 -102
  1522. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-v4l2radio.html +20 -20
  1523. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-v4l2sink.html +64 -88
  1524. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-v4l2src.html +54 -91
  1525. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-vertigotv.html +21 -47
  1526. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-videobalance.html +23 -23
  1527. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-videobox.html +28 -28
  1528. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-videocrop.html +22 -22
  1529. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-videoflip.html +16 -16
  1530. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-videomixer.html +6 -6
  1531. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-vp8dec.html +22 -21
  1532. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-vp8enc.html +86 -289
  1533. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-warptv.html +15 -15
  1534. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-waveformsink.html +10 -10
  1535. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-wavenc.html +16 -16
  1536. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-wavpackdec.html +13 -13
  1537. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-wavpackenc.html +21 -21
  1538. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-wavpackparse.html +13 -13
  1539. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-wavparse.html +14 -14
  1540. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-webmmux.html +19 -15
  1541. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-ximagesrc.html +33 -47
  1542. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-y4menc.html +14 -14
  1543. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/index.html +105 -57
  1544. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstAllocator.html +54 -54
  1545. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstBin.html +137 -142
  1546. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstBuffer.html +414 -370
  1547. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstBufferList.html +64 -64
  1548. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstBufferPool.html +129 -129
  1549. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstBus.html +148 -146
  1550. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstCaps.html +297 -275
  1551. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstCapsFeatures.html +124 -124
  1552. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstChildProxy.html +94 -94
  1553. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstClock.html +473 -250
  1554. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstContext.html +61 -56
  1555. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstControlBinding.html +59 -64
  1556. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstControlSource.html +51 -53
  1557. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstDateTime.html +182 -174
  1558. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstDeviceProviderFactory.html +65 -65
  1559. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstElement.html +610 -428
  1560. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstElementFactory.html +335 -315
  1561. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstEvent.html +289 -292
  1562. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstGhostPad.html +88 -88
  1563. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstMemory.html +145 -145
  1564. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstMessage.html +391 -391
  1565. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstObject.html +243 -242
  1566. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPad.html +1086 -743
  1567. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPadTemplate.html +53 -53
  1568. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPipeline.html +60 -60
  1569. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPlugin.html +192 -183
  1570. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPluginFeature.html +77 -76
  1571. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPreset.html +99 -97
  1572. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstQuery.html +425 -425
  1573. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstRegistry.html +125 -125
  1574. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstSample.html +40 -40
  1575. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstSegment.html +435 -108
  1576. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstStructure.html +465 -465
  1577. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstSystemClock.html +13 -13
  1578. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTagList.html +440 -421
  1579. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTagSetter.html +48 -52
  1580. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTask.html +95 -95
  1581. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTaskPool.html +28 -33
  1582. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstToc.html +146 -146
  1583. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTracer.html +1612 -0
  1584. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTracerFactory.html +116 -0
  1585. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTracerRecord.html +300 -0
  1586. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTypeFindFactory.html +33 -33
  1587. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/annotation-glossary.html +8 -3
  1588. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gst-building.html +3 -3
  1589. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gst-running.html +6 -3
  1590. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-1.0.devhelp2 +390 -41
  1591. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-Gst.html +62 -62
  1592. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstAtomicQueue.html +33 -33
  1593. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstConfig.html +4 -4
  1594. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstDevice.html +91 -60
  1595. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstDeviceMonitor.html +321 -65
  1596. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstDeviceProvider.html +73 -78
  1597. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstFormat.html +43 -43
  1598. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstGError.html +44 -46
  1599. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstInfo.html +549 -292
  1600. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstIterator.html +121 -121
  1601. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstMeta.html +96 -96
  1602. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstMiniObject.html +143 -143
  1603. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstParamSpec.html +69 -76
  1604. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstParse.html +78 -71
  1605. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstPoll.html +106 -106
  1606. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstProtectionMeta.html +35 -20
  1607. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstTocSetter.html +16 -20
  1608. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstTypeFind.html +47 -47
  1609. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstUri.html +290 -290
  1610. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstUriHandler.html +114 -114
  1611. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstUtils.html +317 -317
  1612. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstValue.html +727 -694
  1613. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstVersion.html +49 -41
  1614. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-device-probing.html +3 -3
  1615. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-hierarchy.html +11 -8
  1616. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-support.html +16 -5
  1617. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer.html +3 -3
  1618. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/index.html +17 -6
  1619. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix01.html +319 -3
  1620. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix02.html +10 -3
  1621. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix03.html +73 -3
  1622. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix04.html +3 -3
  1623. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix05.html +3 -3
  1624. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix06.html +3 -3
  1625. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix07.html +3 -3
  1626. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix08.html +3 -3
  1627. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/libgstreamer.html +3 -3
  1628. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstARGBControlBinding.html +30 -30
  1629. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstAdapter.html +384 -163
  1630. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstBaseParse.html +197 -152
  1631. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstBaseSink.html +209 -214
  1632. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstBaseSrc.html +148 -153
  1633. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstBaseTransform.html +108 -113
  1634. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstCollectPads.html +220 -220
  1635. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstDirectControlBinding.html +79 -25
  1636. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstInterpolationControlSource.html +29 -19
  1637. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstLFOControlSource.html +26 -26
  1638. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstNetClientClock.html +61 -60
  1639. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstNetTimeProvider.html +44 -37
  1640. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstPtpClock.html +551 -0
  1641. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstPushSrc.html +12 -17
  1642. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstTestClock.html +197 -163
  1643. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstTimedValueControlSource.html +82 -82
  1644. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstTriggerControlSource.html +34 -34
  1645. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/annotation-glossary.html +3 -3
  1646. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-base.html +3 -3
  1647. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-check.html +8 -5
  1648. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-control.html +3 -3
  1649. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-hierarchy.html +14 -12
  1650. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-1.0.devhelp2 +253 -16
  1651. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstBitReader.html +185 -185
  1652. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstBufferStraw.html +22 -22
  1653. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstByteReader.html +776 -776
  1654. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstByteWriter.html +377 -377
  1655. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstCheck.html +223 -223
  1656. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstDataQueue.html +110 -110
  1657. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstFlowCombiner.html +130 -45
  1658. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstHarness.html +4117 -0
  1659. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstNetAddressMeta.html +51 -24
  1660. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstNetControlMessageMeta.html +19 -19
  1661. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstNetTimePacket.html +42 -42
  1662. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstQueueArray.html +248 -50
  1663. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstStreamConsistency.html +24 -24
  1664. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstTypeFindHelper.html +89 -89
  1665. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs.html +7 -4
  1666. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-net.html +4 -4
  1667. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/index.html +8 -5
  1668. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/ix01.html +470 -15
  1669. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/ix02.html +3 -3
  1670. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/ix03.html +379 -10
  1671. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/ix04.html +3 -3
  1672. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/ix05.html +3 -3
  1673. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/ix06.html +3 -3
  1674. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/ch01.html +14 -8
  1675. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/ch02.html +3 -3
  1676. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-1.0.devhelp2 +62 -41
  1677. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-capsfilter.html +55 -18
  1678. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-concat.html +226 -0
  1679. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-downloadbuffer.html +30 -30
  1680. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-fakesink.html +45 -45
  1681. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-fakesrc.html +61 -61
  1682. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-fdsink.html +18 -18
  1683. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-fdsrc.html +22 -22
  1684. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-filesink.html +76 -25
  1685. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-filesrc.html +20 -20
  1686. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-funnel.html +40 -14
  1687. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-identity.html +58 -45
  1688. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-input-selector.html +29 -55
  1689. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-multiqueue.html +70 -44
  1690. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-output-selector.html +19 -19
  1691. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-plugin-coreelements.html +6 -6
  1692. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-queue.html +60 -60
  1693. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-queue2.html +97 -44
  1694. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-streamiddemux.html +192 -0
  1695. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-tee.html +28 -28
  1696. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-typefind.html +26 -26
  1697. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-valve.html +16 -16
  1698. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/index.html +15 -9
  1699. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAddress.html +71 -82
  1700. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuth.html +136 -70
  1701. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuthDomain.html +47 -55
  1702. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuthDomainBasic.html +16 -21
  1703. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuthDomainDigest.html +13 -18
  1704. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuthManager.html +11 -14
  1705. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCache.html +19 -24
  1706. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupContentDecoder.html +5 -7
  1707. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupContentSniffer.html +12 -18
  1708. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCookie.html +87 -100
  1709. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCookieJar.html +43 -49
  1710. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCookieJarDB.html +12 -16
  1711. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCookieJarText.html +11 -15
  1712. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupLogger.html +21 -119
  1713. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMessage.html +128 -222
  1714. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMessageBody.html +59 -66
  1715. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMessageHeaders.html +111 -179
  1716. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMultipart.html +20 -24
  1717. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMultipartInputStream.html +38 -42
  1718. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupProxyResolverDefault.html +9 -11
  1719. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupRequest.html +40 -42
  1720. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupRequestData.html +6 -8
  1721. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupRequestFile.html +10 -13
  1722. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupRequestHTTP.html +6 -9
  1723. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupServer.html +160 -171
  1724. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSession.html +270 -324
  1725. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSessionAsync.html +4 -91
  1726. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSessionFeature.html +9 -9
  1727. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSessionSync.html +4 -91
  1728. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSocket.html +101 -115
  1729. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupURI.html +76 -96
  1730. data/vendor/local/share/gtk-doc/html/libsoup-2.4/annotation-glossary.html +10 -4
  1731. data/vendor/local/share/gtk-doc/html/libsoup-2.4/ch01.html +3 -4
  1732. data/vendor/local/share/gtk-doc/html/libsoup-2.4/ch02.html +3 -4
  1733. data/vendor/local/share/gtk-doc/html/libsoup-2.4/ch03.html +3 -4
  1734. data/vendor/local/share/gtk-doc/html/libsoup-2.4/ch04.html +3 -7
  1735. data/vendor/local/share/gtk-doc/html/libsoup-2.4/ch05.html +3 -4
  1736. data/vendor/local/share/gtk-doc/html/libsoup-2.4/index.html +2 -6
  1737. data/vendor/local/share/gtk-doc/html/libsoup-2.4/index.sgml +183 -44
  1738. data/vendor/local/share/gtk-doc/html/libsoup-2.4/ix01.html +31 -68
  1739. data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-HTML-Form-Support.html +29 -34
  1740. data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-Soup-Miscellaneous-Utilities.html +147 -168
  1741. data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-SoupServer-deprecated-API.html +21 -25
  1742. data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-Top-Level-Domain-utils.html +15 -18
  1743. data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-Version-Information.html +69 -61
  1744. data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-WebSockets.html +126 -136
  1745. data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-XMLRPC-Support.html +362 -227
  1746. data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-soup-method.html +4 -4
  1747. data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-soup-status.html +15 -24
  1748. data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4.devhelp2 +181 -64
  1749. data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-build-howto.html +3 -4
  1750. data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-client-howto.html +14 -15
  1751. data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-request-howto.html +7 -8
  1752. data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-server-howto.html +16 -17
  1753. data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-session-porting.html +7 -8
  1754. data/vendor/local/share/gtk-doc/html/libsoup-2.4/style.css +9 -6
  1755. data/vendor/local/share/license/libav/CREDITS +5 -54
  1756. data/vendor/local/share/license/libav/LICENSE.md +114 -0
  1757. data/vendor/local/share/locale/af/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1758. data/vendor/local/share/locale/af/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1759. data/vendor/local/share/locale/af/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1760. data/vendor/local/share/locale/af/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1761. data/vendor/local/share/locale/an/LC_MESSAGES/libsoup.mo +0 -0
  1762. data/vendor/local/{lib → share}/locale/as/LC_MESSAGES/libsoup.mo +0 -0
  1763. data/vendor/local/share/locale/az/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1764. data/vendor/local/share/locale/az/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1765. data/vendor/local/share/locale/az/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1766. data/vendor/local/share/locale/az/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1767. data/vendor/local/share/locale/be/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1768. data/vendor/local/{lib → share}/locale/be/LC_MESSAGES/libsoup.mo +0 -0
  1769. data/vendor/local/share/locale/bg/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1770. data/vendor/local/share/locale/bg/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1771. data/vendor/local/share/locale/bg/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1772. data/vendor/local/share/locale/bg/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1773. data/vendor/local/share/locale/bg/LC_MESSAGES/libsoup.mo +0 -0
  1774. data/vendor/local/{lib → share}/locale/bn_IN/LC_MESSAGES/libsoup.mo +0 -0
  1775. data/vendor/local/{lib → share}/locale/bs/LC_MESSAGES/libsoup.mo +0 -0
  1776. data/vendor/local/share/locale/ca/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1777. data/vendor/local/share/locale/ca/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1778. data/vendor/local/share/locale/ca/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1779. data/vendor/local/share/locale/ca/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1780. data/vendor/local/share/locale/ca/LC_MESSAGES/libsoup.mo +0 -0
  1781. data/vendor/local/{lib → share}/locale/ca@valencia/LC_MESSAGES/libsoup.mo +0 -0
  1782. data/vendor/local/share/locale/cs/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1783. data/vendor/local/share/locale/cs/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1784. data/vendor/local/share/locale/cs/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1785. data/vendor/local/share/locale/cs/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1786. data/vendor/local/{lib → share}/locale/cs/LC_MESSAGES/libsoup.mo +0 -0
  1787. data/vendor/local/share/locale/da/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1788. data/vendor/local/share/locale/da/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1789. data/vendor/local/share/locale/da/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1790. data/vendor/local/share/locale/da/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1791. data/vendor/local/{lib → share}/locale/da/LC_MESSAGES/libsoup.mo +0 -0
  1792. data/vendor/local/share/locale/de/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1793. data/vendor/local/share/locale/de/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1794. data/vendor/local/share/locale/de/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1795. data/vendor/local/share/locale/de/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1796. data/vendor/local/share/locale/de/LC_MESSAGES/libsoup.mo +0 -0
  1797. data/vendor/local/share/locale/el/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1798. data/vendor/local/share/locale/el/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1799. data/vendor/local/share/locale/el/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1800. data/vendor/local/share/locale/el/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1801. data/vendor/local/{lib → share}/locale/el/LC_MESSAGES/libsoup.mo +0 -0
  1802. data/vendor/local/share/locale/en_GB/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1803. data/vendor/local/share/locale/en_GB/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1804. data/vendor/local/share/locale/en_GB/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1805. data/vendor/local/share/locale/en_GB/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1806. data/vendor/local/{lib → share}/locale/en_GB/LC_MESSAGES/libsoup.mo +0 -0
  1807. data/vendor/local/share/locale/eo/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1808. data/vendor/local/share/locale/eo/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1809. data/vendor/local/share/locale/eo/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1810. data/vendor/local/share/locale/eo/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1811. data/vendor/local/{lib → share}/locale/eo/LC_MESSAGES/libsoup.mo +0 -0
  1812. data/vendor/local/share/locale/es/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1813. data/vendor/local/share/locale/es/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1814. data/vendor/local/share/locale/es/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1815. data/vendor/local/share/locale/es/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1816. data/vendor/local/{lib → share}/locale/es/LC_MESSAGES/libsoup.mo +0 -0
  1817. data/vendor/local/{lib → share}/locale/et/LC_MESSAGES/libsoup.mo +0 -0
  1818. data/vendor/local/share/locale/eu/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1819. data/vendor/local/share/locale/eu/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1820. data/vendor/local/share/locale/eu/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1821. data/vendor/local/share/locale/eu/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1822. data/vendor/local/{lib → share}/locale/eu/LC_MESSAGES/libsoup.mo +0 -0
  1823. data/vendor/local/{lib → share}/locale/fa/LC_MESSAGES/libsoup.mo +0 -0
  1824. data/vendor/local/share/locale/fi/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1825. data/vendor/local/share/locale/fi/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1826. data/vendor/local/share/locale/fi/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1827. data/vendor/local/share/locale/fi/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1828. data/vendor/local/share/locale/fr/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1829. data/vendor/local/share/locale/fr/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1830. data/vendor/local/share/locale/fr/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1831. data/vendor/local/share/locale/fr/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1832. data/vendor/local/{lib → share}/locale/fr/LC_MESSAGES/libsoup.mo +0 -0
  1833. data/vendor/local/share/locale/fur/LC_MESSAGES/libsoup.mo +0 -0
  1834. data/vendor/local/share/locale/gl/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1835. data/vendor/local/share/locale/gl/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1836. data/vendor/local/share/locale/gl/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1837. data/vendor/local/share/locale/gl/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1838. data/vendor/local/{lib → share}/locale/gl/LC_MESSAGES/libsoup.mo +0 -0
  1839. data/vendor/local/{lib → share}/locale/gu/LC_MESSAGES/libsoup.mo +0 -0
  1840. data/vendor/local/{lib → share}/locale/he/LC_MESSAGES/libsoup.mo +0 -0
  1841. data/vendor/local/{lib → share}/locale/hi/LC_MESSAGES/libsoup.mo +0 -0
  1842. data/vendor/local/share/locale/hr/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1843. data/vendor/local/share/locale/hr/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1844. data/vendor/local/share/locale/hr/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1845. data/vendor/local/share/locale/hr/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1846. data/vendor/local/share/locale/hu/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1847. data/vendor/local/share/locale/hu/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1848. data/vendor/local/share/locale/hu/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1849. data/vendor/local/share/locale/hu/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1850. data/vendor/local/{lib → share}/locale/hu/LC_MESSAGES/libsoup.mo +0 -0
  1851. data/vendor/local/share/locale/id/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1852. data/vendor/local/share/locale/id/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1853. data/vendor/local/share/locale/id/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1854. data/vendor/local/share/locale/id/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1855. data/vendor/local/{lib → share}/locale/id/LC_MESSAGES/libsoup.mo +0 -0
  1856. data/vendor/local/share/locale/it/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1857. data/vendor/local/share/locale/it/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1858. data/vendor/local/share/locale/it/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1859. data/vendor/local/share/locale/it/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1860. data/vendor/local/{lib → share}/locale/it/LC_MESSAGES/libsoup.mo +0 -0
  1861. data/vendor/local/share/locale/ja/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1862. data/vendor/local/share/locale/ja/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1863. data/vendor/local/share/locale/ja/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1864. data/vendor/local/share/locale/ja/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1865. data/vendor/local/{lib → share}/locale/ja/LC_MESSAGES/libsoup.mo +0 -0
  1866. data/vendor/local/{lib → share}/locale/kn/LC_MESSAGES/libsoup.mo +0 -0
  1867. data/vendor/local/{lib → share}/locale/ko/LC_MESSAGES/libsoup.mo +0 -0
  1868. data/vendor/local/share/locale/ky/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1869. data/vendor/local/share/locale/lt/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1870. data/vendor/local/share/locale/lt/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1871. data/vendor/local/share/locale/lt/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1872. data/vendor/local/share/locale/lt/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1873. data/vendor/local/{lib → share}/locale/lt/LC_MESSAGES/libsoup.mo +0 -0
  1874. data/vendor/local/share/locale/lv/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1875. data/vendor/local/share/locale/lv/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1876. data/vendor/local/share/locale/lv/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1877. data/vendor/local/share/locale/lv/LC_MESSAGES/libsoup.mo +0 -0
  1878. data/vendor/local/{lib → share}/locale/ml/LC_MESSAGES/libsoup.mo +0 -0
  1879. data/vendor/local/{lib → share}/locale/mr/LC_MESSAGES/libsoup.mo +0 -0
  1880. data/vendor/local/share/locale/mt/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1881. data/vendor/local/share/locale/mt/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1882. data/vendor/local/share/locale/nb/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1883. data/vendor/local/share/locale/nb/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1884. data/vendor/local/share/locale/nb/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1885. data/vendor/local/share/locale/nb/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1886. data/vendor/local/share/locale/nb/LC_MESSAGES/libsoup.mo +0 -0
  1887. data/vendor/local/share/locale/nl/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1888. data/vendor/local/share/locale/nl/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1889. data/vendor/local/share/locale/nl/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1890. data/vendor/local/share/locale/nl/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1891. data/vendor/local/{lib → share}/locale/nl/LC_MESSAGES/libsoup.mo +0 -0
  1892. data/vendor/local/share/locale/oc/LC_MESSAGES/libsoup.mo +0 -0
  1893. data/vendor/local/share/locale/or/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1894. data/vendor/local/share/locale/or/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1895. data/vendor/local/share/locale/or/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1896. data/vendor/local/{lib → share}/locale/or/LC_MESSAGES/libsoup.mo +0 -0
  1897. data/vendor/local/{lib → share}/locale/pa/LC_MESSAGES/libsoup.mo +0 -0
  1898. data/vendor/local/share/locale/pl/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1899. data/vendor/local/share/locale/pl/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1900. data/vendor/local/share/locale/pl/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1901. data/vendor/local/share/locale/pl/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1902. data/vendor/local/{lib → share}/locale/pl/LC_MESSAGES/libsoup.mo +0 -0
  1903. data/vendor/local/share/locale/pt/LC_MESSAGES/libsoup.mo +0 -0
  1904. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1905. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1906. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1907. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1908. data/vendor/local/{lib → share}/locale/pt_BR/LC_MESSAGES/libsoup.mo +0 -0
  1909. data/vendor/local/share/locale/ro/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1910. data/vendor/local/share/locale/ro/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1911. data/vendor/local/share/locale/ro/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1912. data/vendor/local/share/locale/ro/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1913. data/vendor/local/{lib → share}/locale/ro/LC_MESSAGES/libsoup.mo +0 -0
  1914. data/vendor/local/share/locale/ru/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1915. data/vendor/local/share/locale/ru/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1916. data/vendor/local/share/locale/ru/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1917. data/vendor/local/share/locale/ru/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1918. data/vendor/local/share/locale/ru/LC_MESSAGES/libsoup.mo +0 -0
  1919. data/vendor/local/share/locale/rw/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1920. data/vendor/local/share/locale/sk/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1921. data/vendor/local/share/locale/sk/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1922. data/vendor/local/share/locale/sk/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1923. data/vendor/local/share/locale/sk/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1924. data/vendor/local/{lib → share}/locale/sk/LC_MESSAGES/libsoup.mo +0 -0
  1925. data/vendor/local/share/locale/sl/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1926. data/vendor/local/share/locale/sl/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1927. data/vendor/local/share/locale/sl/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1928. data/vendor/local/share/locale/sl/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1929. data/vendor/local/{lib → share}/locale/sl/LC_MESSAGES/libsoup.mo +0 -0
  1930. data/vendor/local/share/locale/sq/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1931. data/vendor/local/share/locale/sq/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1932. data/vendor/local/share/locale/sq/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1933. data/vendor/local/share/locale/sq/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1934. data/vendor/local/share/locale/sr/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1935. data/vendor/local/share/locale/sr/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1936. data/vendor/local/share/locale/sr/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1937. data/vendor/local/share/locale/sr/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1938. data/vendor/local/{lib → share}/locale/sr/LC_MESSAGES/libsoup.mo +0 -0
  1939. data/vendor/local/{lib → share}/locale/sr@latin/LC_MESSAGES/libsoup.mo +0 -0
  1940. data/vendor/local/share/locale/sv/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1941. data/vendor/local/share/locale/sv/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1942. data/vendor/local/share/locale/sv/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1943. data/vendor/local/share/locale/sv/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1944. data/vendor/local/{lib → share}/locale/sv/LC_MESSAGES/libsoup.mo +0 -0
  1945. data/vendor/local/{lib → share}/locale/ta/LC_MESSAGES/libsoup.mo +0 -0
  1946. data/vendor/local/{lib → share}/locale/te/LC_MESSAGES/libsoup.mo +0 -0
  1947. data/vendor/local/{lib → share}/locale/tg/LC_MESSAGES/libsoup.mo +0 -0
  1948. data/vendor/local/share/locale/th/LC_MESSAGES/libsoup.mo +0 -0
  1949. data/vendor/local/share/locale/tr/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1950. data/vendor/local/share/locale/tr/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1951. data/vendor/local/share/locale/tr/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1952. data/vendor/local/share/locale/tr/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1953. data/vendor/local/share/locale/tr/LC_MESSAGES/libsoup.mo +0 -0
  1954. data/vendor/local/{lib → share}/locale/ug/LC_MESSAGES/libsoup.mo +0 -0
  1955. data/vendor/local/share/locale/uk/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1956. data/vendor/local/share/locale/uk/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1957. data/vendor/local/share/locale/uk/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1958. data/vendor/local/share/locale/uk/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1959. data/vendor/local/{lib → share}/locale/uk/LC_MESSAGES/libsoup.mo +0 -0
  1960. data/vendor/local/{lib → share}/locale/uz@cyrillic/LC_MESSAGES/libsoup.mo +0 -0
  1961. data/vendor/local/share/locale/vi/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1962. data/vendor/local/share/locale/vi/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1963. data/vendor/local/share/locale/vi/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1964. data/vendor/local/share/locale/vi/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1965. data/vendor/local/share/locale/vi/LC_MESSAGES/libsoup.mo +0 -0
  1966. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1967. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1968. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1969. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1970. data/vendor/local/{lib → share}/locale/zh_CN/LC_MESSAGES/libsoup.mo +0 -0
  1971. data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1972. data/vendor/local/{lib → share}/locale/zh_HK/LC_MESSAGES/libsoup.mo +0 -0
  1973. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1974. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1975. data/vendor/local/{lib → share}/locale/zh_TW/LC_MESSAGES/libsoup.mo +0 -0
  1976. data/vendor/local/share/man/man1/cjpeg.1 +2 -2
  1977. data/vendor/local/share/man/man1/djpeg.1 +14 -9
  1978. data/vendor/local/share/man/man1/gst-launch-1.0.1 +2 -1
  1979. data/vendor/local/share/man/man1/gst-play-1.0.1 +5 -2
  1980. data/vendor/local/share/man/man1/jpegtran.1 +17 -7
  1981. metadata +188 -124
  1982. data/lib/2.0/gstreamer.so +0 -0
  1983. data/lib/2.1/gstreamer.so +0 -0
  1984. data/vendor/local/bin/libgstcheck-1.0-0.dll +0 -0
  1985. data/vendor/local/include/gstreamer-1.0/gst/check/gstcheck.h +0 -626
  1986. data/vendor/local/include/gstreamer-1.0/gst/check/gstconsistencychecker.h +0 -48
  1987. data/vendor/local/include/gstreamer-1.0/gst/check/gsttestclock.h +0 -119
  1988. data/vendor/local/include/gstreamer-1.0/gst/check/internal-check.h +0 -1242
  1989. data/vendor/local/include/gstreamer-1.0/gst/gl/gstglbasebuffer.h +0 -164
  1990. data/vendor/local/include/gstreamer-1.0/gst/gl/gstgldownload.h +0 -89
  1991. data/vendor/local/include/gstreamer-1.0/gst/gl/gstgluploadmeta.h +0 -79
  1992. data/vendor/local/lib/girepository-1.0/GstCheck-1.0.typelib +0 -0
  1993. data/vendor/local/lib/gstreamer-1.0/libgstfragmented.dll +0 -0
  1994. data/vendor/local/lib/gstreamer-1.0/libgstliveadder.dll +0 -0
  1995. data/vendor/local/lib/gstreamer-1.0/libgstrtpbad.dll +0 -0
  1996. data/vendor/local/lib/gstreamer-1.0/libgstrtpbad.la +0 -41
  1997. data/vendor/local/lib/libgstcheck-1.0.dll.a +0 -0
  1998. data/vendor/local/lib/locale/an/LC_MESSAGES/libsoup.mo +0 -0
  1999. data/vendor/local/lib/locale/bg/LC_MESSAGES/libsoup.mo +0 -0
  2000. data/vendor/local/lib/locale/ca/LC_MESSAGES/libsoup.mo +0 -0
  2001. data/vendor/local/lib/locale/de/LC_MESSAGES/libsoup.mo +0 -0
  2002. data/vendor/local/lib/locale/fur/LC_MESSAGES/libsoup.mo +0 -0
  2003. data/vendor/local/lib/locale/lv/LC_MESSAGES/libsoup.mo +0 -0
  2004. data/vendor/local/lib/locale/nb/LC_MESSAGES/libsoup.mo +0 -0
  2005. data/vendor/local/lib/locale/pt/LC_MESSAGES/libsoup.mo +0 -0
  2006. data/vendor/local/lib/locale/ru/LC_MESSAGES/libsoup.mo +0 -0
  2007. data/vendor/local/lib/locale/th/LC_MESSAGES/libsoup.mo +0 -0
  2008. data/vendor/local/lib/locale/tr/LC_MESSAGES/libsoup.mo +0 -0
  2009. data/vendor/local/lib/locale/vi/LC_MESSAGES/libsoup.mo +0 -0
  2010. data/vendor/local/share/gir-1.0/GstCheck-1.0.gir +0 -1229
  2011. data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/index.sgml +0 -100
  2012. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstGLDownload.html +0 -238
  2013. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstGLUploadMeta.html +0 -241
  2014. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Utilities.html +0 -521
  2015. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstglmemory.html +0 -702
  2016. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstglshader.html +0 -1005
  2017. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/index.sgml +0 -1843
  2018. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mpg123audiodec.html +0 -156
  2019. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-opusdec.html +0 -197
  2020. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-opusenc.html +0 -344
  2021. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-opusparse.html +0 -156
  2022. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-opus.html +0 -97
  2023. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rtpopuspay.html +0 -156
  2024. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/index.sgml +0 -1220
  2025. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/index.sgml +0 -2969
  2026. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/index.sgml +0 -1001
  2027. data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/index.sgml +0 -2691
  2028. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/index.sgml +0 -3257
  2029. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstPtpClock.html +0 -448
  2030. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/index.sgml +0 -919
  2031. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/index.sgml +0 -374
  2032. data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-GValue-Support.html +0 -880
  2033. data/vendor/local/share/license/libav/LICENSE +0 -66
@@ -3,12 +3,12 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>GstVideoDecoder: GStreamer Base Plugins 1.0 Library Reference Manual</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
7
7
  <link rel="home" href="index.html" title="GStreamer Base Plugins 1.0 Library Reference Manual">
8
8
  <link rel="up" href="gstreamer-video.html" title="Video Library">
9
9
  <link rel="prev" href="gst-plugins-base-libs-gstvideooverlay.html" title="gstvideooverlay">
10
10
  <link rel="next" href="gst-plugins-base-libs-GstVideoEncoder.html" title="GstVideoEncoder">
11
- <meta name="generator" content="GTK-Doc V1.24 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.25 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -33,7 +33,7 @@
33
33
  </tr></table></div>
34
34
  <div class="refsect1">
35
35
  <a name="gst-plugins-base-libs-GstVideoDecoder.functions"></a><h2>Functions</h2>
36
- <div class="informaltable"><table width="100%" border="0">
36
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
37
37
  <colgroup>
38
38
  <col width="150px" class="functions_return">
39
39
  <col class="functions_name">
@@ -91,7 +91,7 @@
91
91
  </tr>
92
92
  <tr>
93
93
  <td class="function_type">
94
- <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstBuffer.html"><span class="returnvalue">GstBuffer</span></a> *
94
+ <a href="/usr/share/gtk-doc/html/gstreamer-1.0GstBuffer.html#GstBuffer-struct"><span class="returnvalue">GstBuffer</span></a> *
95
95
  </td>
96
96
  <td class="function_name">
97
97
  <a class="link" href="gst-plugins-base-libs-GstVideoDecoder.html#gst-video-decoder-allocate-output-buffer" title="gst_video_decoder_allocate_output_buffer ()">gst_video_decoder_allocate_output_buffer</a> <span class="c_punctuation">()</span>
@@ -99,7 +99,7 @@
99
99
  </tr>
100
100
  <tr>
101
101
  <td class="function_type">
102
- <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstPad.html#GstFlowReturn"><span class="returnvalue">GstFlowReturn</span></a>
102
+ <a href="/usr/share/gtk-doc/html/gstreamer-1.0GstPad.html#GstFlowReturn"><span class="returnvalue">GstFlowReturn</span></a>
103
103
  </td>
104
104
  <td class="function_name">
105
105
  <a class="link" href="gst-plugins-base-libs-GstVideoDecoder.html#gst-video-decoder-allocate-output-frame" title="gst_video_decoder_allocate_output_frame ()">gst_video_decoder_allocate_output_frame</a> <span class="c_punctuation">()</span>
@@ -115,7 +115,7 @@
115
115
  </tr>
116
116
  <tr>
117
117
  <td class="function_type">
118
- <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstBufferPool.html"><span class="returnvalue">GstBufferPool</span></a> *
118
+ <a href="/usr/share/gtk-doc/html/gstreamer-1.0GstBufferPool.html#GstBufferPool-struct"><span class="returnvalue">GstBufferPool</span></a> *
119
119
  </td>
120
120
  <td class="function_name">
121
121
  <a class="link" href="gst-plugins-base-libs-GstVideoDecoder.html#gst-video-decoder-get-buffer-pool" title="gst_video_decoder_get_buffer_pool ()">gst_video_decoder_get_buffer_pool</a> <span class="c_punctuation">()</span>
@@ -123,7 +123,7 @@
123
123
  </tr>
124
124
  <tr>
125
125
  <td class="function_type">
126
- <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstPad.html#GstFlowReturn"><span class="returnvalue">GstFlowReturn</span></a>
126
+ <a href="/usr/share/gtk-doc/html/gstreamer-1.0GstPad.html#GstFlowReturn"><span class="returnvalue">GstFlowReturn</span></a>
127
127
  </td>
128
128
  <td class="function_name">
129
129
  <a class="link" href="gst-plugins-base-libs-GstVideoDecoder.html#gst-video-decoder-drop-frame" title="gst_video_decoder_drop_frame ()">gst_video_decoder_drop_frame</a> <span class="c_punctuation">()</span>
@@ -131,7 +131,7 @@
131
131
  </tr>
132
132
  <tr>
133
133
  <td class="function_type">
134
- <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstPad.html#GstFlowReturn"><span class="returnvalue">GstFlowReturn</span></a>
134
+ <a href="/usr/share/gtk-doc/html/gstreamer-1.0GstPad.html#GstFlowReturn"><span class="returnvalue">GstFlowReturn</span></a>
135
135
  </td>
136
136
  <td class="function_name">
137
137
  <a class="link" href="gst-plugins-base-libs-GstVideoDecoder.html#gst-video-decoder-finish-frame" title="gst_video_decoder_finish_frame ()">gst_video_decoder_finish_frame</a> <span class="c_punctuation">()</span>
@@ -147,7 +147,7 @@
147
147
  </tr>
148
148
  <tr>
149
149
  <td class="function_type">
150
- <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
150
+ <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
151
151
  </td>
152
152
  <td class="function_name">
153
153
  <a class="link" href="gst-plugins-base-libs-GstVideoDecoder.html#gst-video-decoder-negotiate" title="gst_video_decoder_negotiate ()">gst_video_decoder_negotiate</a> <span class="c_punctuation">()</span>
@@ -163,7 +163,7 @@
163
163
  </tr>
164
164
  <tr>
165
165
  <td class="function_type">
166
- <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *
166
+ <a href="/usr/share/gtk-doc/html/glibglib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *
167
167
  </td>
168
168
  <td class="function_name">
169
169
  <a class="link" href="gst-plugins-base-libs-GstVideoDecoder.html#gst-video-decoder-get-frames" title="gst_video_decoder_get_frames ()">gst_video_decoder_get_frames</a> <span class="c_punctuation">()</span>
@@ -171,7 +171,7 @@
171
171
  </tr>
172
172
  <tr>
173
173
  <td class="function_type">
174
- <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstClock.html#GstClockTimeDiff"><span class="returnvalue">GstClockTimeDiff</span></a>
174
+ <a href="/usr/share/gtk-doc/html/gstreamer-1.0GstClock.html#GstClockTimeDiff"><span class="returnvalue">GstClockTimeDiff</span></a>
175
175
  </td>
176
176
  <td class="function_name">
177
177
  <a class="link" href="gst-plugins-base-libs-GstVideoDecoder.html#gst-video-decoder-get-max-decode-time" title="gst_video_decoder_get_max_decode_time ()">gst_video_decoder_get_max_decode_time</a> <span class="c_punctuation">()</span>
@@ -179,7 +179,7 @@
179
179
  </tr>
180
180
  <tr>
181
181
  <td class="function_type">
182
- <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
182
+ <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
183
183
  </td>
184
184
  <td class="function_name">
185
185
  <a class="link" href="gst-plugins-base-libs-GstVideoDecoder.html#gst-video-decoder-get-max-errors" title="gst_video_decoder_get_max_errors ()">gst_video_decoder_get_max_errors</a> <span class="c_punctuation">()</span>
@@ -195,7 +195,7 @@
195
195
  </tr>
196
196
  <tr>
197
197
  <td class="function_type">
198
- <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
198
+ <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
199
199
  </td>
200
200
  <td class="function_name">
201
201
  <a class="link" href="gst-plugins-base-libs-GstVideoDecoder.html#gst-video-decoder-get-packetized" title="gst_video_decoder_get_packetized ()">gst_video_decoder_get_packetized</a> <span class="c_punctuation">()</span>
@@ -203,7 +203,7 @@
203
203
  </tr>
204
204
  <tr>
205
205
  <td class="function_type">
206
- <span class="returnvalue">gsize</span>
206
+ <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gsize"><span class="returnvalue">gsize</span></a>
207
207
  </td>
208
208
  <td class="function_name">
209
209
  <a class="link" href="gst-plugins-base-libs-GstVideoDecoder.html#gst-video-decoder-get-pending-frame-size" title="gst_video_decoder_get_pending_frame_size ()">gst_video_decoder_get_pending_frame_size</a> <span class="c_punctuation">()</span>
@@ -211,7 +211,7 @@
211
211
  </tr>
212
212
  <tr>
213
213
  <td class="function_type">
214
- <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>
214
+ <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>
215
215
  </td>
216
216
  <td class="function_name">
217
217
  <a class="link" href="gst-plugins-base-libs-GstVideoDecoder.html#gst-video-decoder-get-qos-proportion" title="gst_video_decoder_get_qos_proportion ()">gst_video_decoder_get_qos_proportion</a> <span class="c_punctuation">()</span>
@@ -219,7 +219,7 @@
219
219
  </tr>
220
220
  <tr>
221
221
  <td class="function_type">
222
- <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstPad.html#GstFlowReturn"><span class="returnvalue">GstFlowReturn</span></a>
222
+ <a href="/usr/share/gtk-doc/html/gstreamer-1.0GstPad.html#GstFlowReturn"><span class="returnvalue">GstFlowReturn</span></a>
223
223
  </td>
224
224
  <td class="function_name">
225
225
  <a class="link" href="gst-plugins-base-libs-GstVideoDecoder.html#gst-video-decoder-have-frame" title="gst_video_decoder_have_frame ()">gst_video_decoder_have_frame</a> <span class="c_punctuation">()</span>
@@ -243,7 +243,7 @@
243
243
  </tr>
244
244
  <tr>
245
245
  <td class="function_type">
246
- <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
246
+ <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
247
247
  </td>
248
248
  <td class="function_name">
249
249
  <a class="link" href="gst-plugins-base-libs-GstVideoDecoder.html#gst-video-decoder-get-estimate-rate" title="gst_video_decoder_get_estimate_rate ()">gst_video_decoder_get_estimate_rate</a> <span class="c_punctuation">()</span>
@@ -291,7 +291,7 @@
291
291
  </tr>
292
292
  <tr>
293
293
  <td class="function_type">
294
- <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
294
+ <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
295
295
  </td>
296
296
  <td class="function_name">
297
297
  <a class="link" href="gst-plugins-base-libs-GstVideoDecoder.html#gst-video-decoder-get-needs-format" title="gst_video_decoder_get_needs_format ()">gst_video_decoder_get_needs_format</a> <span class="c_punctuation">()</span>
@@ -315,7 +315,7 @@
315
315
  </tr>
316
316
  <tr>
317
317
  <td class="function_type">
318
- <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstCaps.html"><span class="returnvalue">GstCaps</span></a> *
318
+ <a href="/usr/share/gtk-doc/html/gstreamer-1.0GstCaps.html#GstCaps-struct"><span class="returnvalue">GstCaps</span></a> *
319
319
  </td>
320
320
  <td class="function_name">
321
321
  <a class="link" href="gst-plugins-base-libs-GstVideoDecoder.html#gst-video-decoder-proxy-getcaps" title="gst_video_decoder_proxy_getcaps ()">gst_video_decoder_proxy_getcaps</a> <span class="c_punctuation">()</span>
@@ -326,7 +326,7 @@
326
326
  </div>
327
327
  <div class="refsect1">
328
328
  <a name="gst-plugins-base-libs-GstVideoDecoder.other"></a><h2>Types and Values</h2>
329
- <div class="informaltable"><table width="100%" border="0">
329
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
330
330
  <colgroup>
331
331
  <col width="150px" class="name">
332
332
  <col class="description">
@@ -363,7 +363,8 @@
363
363
  <a name="gst-plugins-base-libs-GstVideoDecoder.description"></a><h2>Description</h2>
364
364
  <p>This base class is for video decoders turning encoded data into raw video
365
365
  frames.</p>
366
- <p>The GstVideoDecoder base class and derived subclasses should cooperate as follows:</p>
366
+ <p>The GstVideoDecoder base class and derived subclasses should cooperate as
367
+ follows:</p>
367
368
  <div class="orderedlist"><ol class="orderedlist" type="1">
368
369
  <li class="listitem"><div class="itemizedlist">
369
370
  <p class="title"><b>Configuration</b></p>
@@ -380,7 +381,8 @@ frames.</p>
380
381
  parameters require reconfiguration.
381
382
  </p></li>
382
383
  <li class="listitem"><p>
383
- Incoming data buffers are processed as needed, described in Data Processing below.
384
+ Incoming data buffers are processed as needed, described in Data
385
+ Processing below.
384
386
  </p></li>
385
387
  <li class="listitem"><p>
386
388
  GstVideoDecoder calls <em class="parameter"><code>stop</code></em> at end of all processing.
@@ -396,15 +398,17 @@ frames.</p>
396
398
  corresponding to and referred to as 'frames'.
397
399
  </p></li>
398
400
  <li class="listitem"><p>
399
- Each input frame is provided in turn to the subclass' <em class="parameter"><code>handle_frame</code></em> callback.
401
+ Each input frame is provided in turn to the subclass' <em class="parameter"><code>handle_frame</code></em>
402
+ callback.
400
403
  The ownership of the frame is given to the <em class="parameter"><code>handle_frame</code></em> callback.
401
404
  </p></li>
402
405
  <li class="listitem"><p>
403
406
  If codec processing results in decoded data, the subclass should call
404
407
  <em class="parameter"><code>gst_video_decoder_finish_frame</code></em> to have decoded data pushed.
405
- downstream. Otherwise, the subclass must call <em class="parameter"><code>gst_video_decoder_drop_frame</code></em>, to
406
- allow the base class to do timestamp and offset tracking, and possibly to
407
- requeue the frame for a later attempt in the case of reverse playback.
408
+ downstream. Otherwise, the subclass must call
409
+ <em class="parameter"><code>gst_video_decoder_drop_frame</code></em>, to allow the base class to do timestamp
410
+ and offset tracking, and possibly to requeue the frame for a later
411
+ attempt in the case of reverse playback.
408
412
  </p></li>
409
413
  </ul>
410
414
  </div></li>
@@ -421,19 +425,20 @@ frames.</p>
421
425
  <li class="listitem"><div class="itemizedlist">
422
426
  <p class="title"><b>Seeking/Flushing</b></p>
423
427
  <ul class="itemizedlist" style="list-style-type: circle; "><li class="listitem"><p>
424
- When the pipeline is seeked or otherwise flushed, the subclass is informed via a call
425
- to its <em class="parameter"><code>reset</code></em> callback, with the hard parameter set to true. This indicates the
426
- subclass should drop any internal data queues and timestamps and prepare for a fresh
427
- set of buffers to arrive for parsing and decoding.
428
+ When the pipeline is seeked or otherwise flushed, the subclass is
429
+ informed via a call to its <em class="parameter"><code>reset</code></em> callback, with the hard parameter
430
+ set to true. This indicates the subclass should drop any internal data
431
+ queues and timestamps and prepare for a fresh set of buffers to arrive
432
+ for parsing and decoding.
428
433
  </p></li></ul>
429
434
  </div></li>
430
435
  <li class="listitem"><div class="itemizedlist">
431
436
  <p class="title"><b>End Of Stream</b></p>
432
437
  <ul class="itemizedlist" style="list-style-type: circle; "><li class="listitem"><p>
433
- At end-of-stream, the subclass <em class="parameter"><code>parse</code></em> function may be called some final times with the
434
- at_eos parameter set to true, indicating that the element should not expect any more data
435
- to be arriving, and it should parse and remaining frames and call
436
- <a class="link" href="gst-plugins-base-libs-GstVideoDecoder.html#gst-video-decoder-have-frame" title="gst_video_decoder_have_frame ()"><code class="function">gst_video_decoder_have_frame()</code></a> if possible.
438
+ At end-of-stream, the subclass <em class="parameter"><code>parse</code></em> function may be called some final
439
+ times with the at_eos parameter set to true, indicating that the element
440
+ should not expect any more data to be arriving, and it should parse and
441
+ remaining frames and call <a class="link" href="gst-plugins-base-libs-GstVideoDecoder.html#gst-video-decoder-have-frame" title="gst_video_decoder_have_frame ()"><code class="function">gst_video_decoder_have_frame()</code></a> if possible.
437
442
  </p></li></ul>
438
443
  </div></li>
439
444
  </ul>
@@ -458,24 +463,28 @@ should rather be left to upstream demuxer, parser or alike. This simple
458
463
  approach caters for seeking and duration reporting using estimated input
459
464
  bitrates. To enable it, a subclass should call
460
465
  <em class="parameter"><code>gst_video_decoder_set_estimate_rate</code></em>
461
- to enable handling of incoming byte-streams.</p>
466
+ to enable handling of incoming
467
+ byte-streams.</p>
462
468
  <p>The base class provides some support for reverse playback, in particular
463
469
  in case incoming data is not packetized or upstream does not provide
464
- fragments on keyframe boundaries. However, the subclass should then be prepared
465
- for the parsing and frame processing stage to occur separately (in normal
466
- forward processing, the latter immediately follows the former),
467
- The subclass also needs to ensure the parsing stage properly marks keyframes,
468
- unless it knows the upstream elements will do so properly for incoming data.</p>
470
+ fragments on keyframe boundaries. However, the subclass should then be
471
+ prepared for the parsing and frame processing stage to occur separately
472
+ (in normal forward processing, the latter immediately follows the former),
473
+ The subclass also needs to ensure the parsing stage properly marks
474
+ keyframes, unless it knows the upstream elements will do so properly for
475
+ incoming data.</p>
469
476
  <p>The bare minimum that a functional subclass needs to implement is:</p>
470
477
  <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
471
478
  <li class="listitem"><p>Provide pad templates</p></li>
472
479
  <li class="listitem"><p>
473
- Inform the base class of output caps via <em class="parameter"><code>gst_video_decoder_set_output_state</code></em>
480
+ Inform the base class of output caps via
481
+ <em class="parameter"><code>gst_video_decoder_set_output_state</code></em>
474
482
  </p></li>
475
483
  <li class="listitem"><p>
476
484
  Parse input data, if it is not considered packetized from upstream
477
- Data will be provided to <em class="parameter"><code>parse</code></em> which should invoke <em class="parameter"><code>gst_video_decoder_add_to_frame</code></em> and
478
- <em class="parameter"><code>gst_video_decoder_have_frame</code></em> to separate the data belonging to each video frame.
485
+ Data will be provided to <em class="parameter"><code>parse</code></em> which should invoke
486
+ <em class="parameter"><code>gst_video_decoder_add_to_frame</code></em> and <em class="parameter"><code>gst_video_decoder_have_frame</code></em> to
487
+ separate the data belonging to each video frame.
479
488
  </p></li>
480
489
  <li class="listitem"><p>
481
490
  Accept data in <em class="parameter"><code>handle_frame</code></em> and provide decoded results to
@@ -498,8 +507,8 @@ is logged. In either case, <em class="parameter"><code>ret</code></em>
498
507
  is set to the proper value to
499
508
  return to upstream/caller (indicating either GST_FLOW_ERROR or GST_FLOW_OK).</p>
500
509
  <div class="refsect3">
501
- <a name="id-1.2.15.16.6.2.5"></a><h4>Parameters</h4>
502
- <div class="informaltable"><table width="100%" border="0">
510
+ <a name="GST-VIDEO-DECODER-ERROR.parameters"></a><h4>Parameters</h4>
511
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
503
512
  <colgroup>
504
513
  <col width="150px" class="parameters_name">
505
514
  <col class="parameters_description">
@@ -518,12 +527,12 @@ return to upstream/caller (indicating either GST_FLOW_ERROR or GST_FLOW_OK).</p>
518
527
  </tr>
519
528
  <tr>
520
529
  <td class="parameter_name"><p>domain</p></td>
521
- <td class="parameter_description"><p>like CORE, LIBRARY, RESOURCE or STREAM (see <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/gstreamer-GstGError.html"><span class="type">gstreamer-GstGError</span></a>)</p></td>
530
+ <td class="parameter_description"><p>like CORE, LIBRARY, RESOURCE or STREAM (see <span class="type">gstreamer-GstGError</span>)</p></td>
522
531
  <td class="parameter_annotations"> </td>
523
532
  </tr>
524
533
  <tr>
525
534
  <td class="parameter_name"><p>code</p></td>
526
- <td class="parameter_description"><p>error code defined for that domain (see <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/gstreamer-GstGError.html"><span class="type">gstreamer-GstGError</span></a>)</p></td>
535
+ <td class="parameter_description"><p>error code defined for that domain (see <span class="type">gstreamer-GstGError</span>)</p></td>
527
536
  <td class="parameter_annotations"> </td>
528
537
  </tr>
529
538
  <tr>
@@ -552,10 +561,10 @@ enclosed in parentheses)</p></td>
552
561
  <a name="GST-VIDEO-DECODER-SINK-PAD:CAPS"></a><h3>GST_VIDEO_DECODER_SINK_PAD()</h3>
553
562
  <pre class="programlisting">#define GST_VIDEO_DECODER_SINK_PAD(obj) (((GstVideoDecoder *) (obj))-&gt;sinkpad)
554
563
  </pre>
555
- <p>Gives the pointer to the sink <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstPad.html"><span class="type">GstPad</span></a> object of the element.</p>
564
+ <p>Gives the pointer to the sink <a href="/usr/share/gtk-doc/html/gstreamer-1.0GstPad.html#GstPad-struct"><span class="type">GstPad</span></a> object of the element.</p>
556
565
  <div class="refsect3">
557
- <a name="id-1.2.15.16.6.3.5"></a><h4>Parameters</h4>
558
- <div class="informaltable"><table width="100%" border="0">
566
+ <a name="GST-VIDEO-DECODER-SINK-PAD.parameters"></a><h4>Parameters</h4>
567
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
559
568
  <colgroup>
560
569
  <col width="150px" class="parameters_name">
561
570
  <col class="parameters_description">
@@ -574,10 +583,10 @@ enclosed in parentheses)</p></td>
574
583
  <a name="GST-VIDEO-DECODER-SRC-PAD:CAPS"></a><h3>GST_VIDEO_DECODER_SRC_PAD()</h3>
575
584
  <pre class="programlisting">#define GST_VIDEO_DECODER_SRC_PAD(obj) (((GstVideoDecoder *) (obj))-&gt;srcpad)
576
585
  </pre>
577
- <p>Gives the pointer to the source <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstPad.html"><span class="type">GstPad</span></a> object of the element.</p>
586
+ <p>Gives the pointer to the source <a href="/usr/share/gtk-doc/html/gstreamer-1.0GstPad.html#GstPad-struct"><span class="type">GstPad</span></a> object of the element.</p>
578
587
  <div class="refsect3">
579
- <a name="id-1.2.15.16.6.4.5"></a><h4>Parameters</h4>
580
- <div class="informaltable"><table width="100%" border="0">
588
+ <a name="GST-VIDEO-DECODER-SRC-PAD.parameters"></a><h4>Parameters</h4>
589
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
581
590
  <colgroup>
582
591
  <col width="150px" class="parameters_name">
583
592
  <col class="parameters_description">
@@ -598,8 +607,8 @@ enclosed in parentheses)</p></td>
598
607
  </pre>
599
608
  <p>Obtain a lock to protect the decoder function from concurrent access.</p>
600
609
  <div class="refsect3">
601
- <a name="id-1.2.15.16.6.5.5"></a><h4>Parameters</h4>
602
- <div class="informaltable"><table width="100%" border="0">
610
+ <a name="GST-VIDEO-DECODER-STREAM-LOCK.parameters"></a><h4>Parameters</h4>
611
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
603
612
  <colgroup>
604
613
  <col width="150px" class="parameters_name">
605
614
  <col class="parameters_description">
@@ -620,8 +629,8 @@ enclosed in parentheses)</p></td>
620
629
  </pre>
621
630
  <p>Release the lock that protects the decoder function from concurrent access.</p>
622
631
  <div class="refsect3">
623
- <a name="id-1.2.15.16.6.6.5"></a><h4>Parameters</h4>
624
- <div class="informaltable"><table width="100%" border="0">
632
+ <a name="GST-VIDEO-DECODER-STREAM-UNLOCK.parameters"></a><h4>Parameters</h4>
633
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
625
634
  <colgroup>
626
635
  <col width="150px" class="parameters_name">
627
636
  <col class="parameters_description">
@@ -642,8 +651,8 @@ enclosed in parentheses)</p></td>
642
651
  </pre>
643
652
  <p>Gives the segment of the element.</p>
644
653
  <div class="refsect3">
645
- <a name="id-1.2.15.16.6.7.5"></a><h4>Parameters</h4>
646
- <div class="informaltable"><table width="100%" border="0">
654
+ <a name="GST-VIDEO-DECODER-INPUT-SEGMENT.parameters"></a><h4>Parameters</h4>
655
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
647
656
  <colgroup>
648
657
  <col width="150px" class="parameters_name">
649
658
  <col class="parameters_description">
@@ -664,8 +673,8 @@ enclosed in parentheses)</p></td>
664
673
  </pre>
665
674
  <p>Gives the segment of the element.</p>
666
675
  <div class="refsect3">
667
- <a name="id-1.2.15.16.6.8.5"></a><h4>Parameters</h4>
668
- <div class="informaltable"><table width="100%" border="0">
676
+ <a name="GST-VIDEO-DECODER-OUTPUT-SEGMENT.parameters"></a><h4>Parameters</h4>
677
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
669
678
  <colgroup>
670
679
  <col width="150px" class="parameters_name">
671
680
  <col class="parameters_description">
@@ -688,8 +697,8 @@ gst_video_decoder_add_to_frame (<em class="parameter"><code><a class="link" href
688
697
  <p>Removes next <em class="parameter"><code>n_bytes</code></em>
689
698
  of input data and adds it to currently parsed frame.</p>
690
699
  <div class="refsect3">
691
- <a name="id-1.2.15.16.6.9.5"></a><h4>Parameters</h4>
692
- <div class="informaltable"><table width="100%" border="0">
700
+ <a name="gst-video-decoder-add-to-frame.parameters"></a><h4>Parameters</h4>
701
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
693
702
  <colgroup>
694
703
  <col width="150px" class="parameters_name">
695
704
  <col class="parameters_description">
@@ -713,7 +722,7 @@ gst_video_decoder_add_to_frame (<em class="parameter"><code><a class="link" href
713
722
  <hr>
714
723
  <div class="refsect2">
715
724
  <a name="gst-video-decoder-allocate-output-buffer"></a><h3>gst_video_decoder_allocate_output_buffer ()</h3>
716
- <pre class="programlisting"><a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstBuffer.html"><span class="returnvalue">GstBuffer</span></a> *
725
+ <pre class="programlisting"><a href="/usr/share/gtk-doc/html/gstreamer-1.0GstBuffer.html#GstBuffer-struct"><span class="returnvalue">GstBuffer</span></a> *
717
726
  gst_video_decoder_allocate_output_buffer
718
727
  (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-GstVideoDecoder.html#GstVideoDecoder" title="struct GstVideoDecoder"><span class="type">GstVideoDecoder</span></a> *decoder</code></em>);</pre>
719
728
  <p>Helper function that allocates a buffer to hold a video frame for <em class="parameter"><code>decoder</code></em>
@@ -722,8 +731,8 @@ current <a class="link" href="gst-plugins-base-libs-gstvideoutils.html#GstVideoC
722
731
  <p>You should use <a class="link" href="gst-plugins-base-libs-GstVideoDecoder.html#gst-video-decoder-allocate-output-frame" title="gst_video_decoder_allocate_output_frame ()"><code class="function">gst_video_decoder_allocate_output_frame()</code></a> instead of this
723
732
  function, if possible at all.</p>
724
733
  <div class="refsect3">
725
- <a name="id-1.2.15.16.6.10.6"></a><h4>Parameters</h4>
726
- <div class="informaltable"><table width="100%" border="0">
734
+ <a name="gst-video-decoder-allocate-output-buffer.parameters"></a><h4>Parameters</h4>
735
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
727
736
  <colgroup>
728
737
  <col width="150px" class="parameters_name">
729
738
  <col class="parameters_description">
@@ -737,7 +746,7 @@ function, if possible at all.</p>
737
746
  </table></div>
738
747
  </div>
739
748
  <div class="refsect3">
740
- <a name="id-1.2.15.16.6.10.7"></a><h4>Returns</h4>
749
+ <a name="gst-video-decoder-allocate-output-buffer.returns"></a><h4>Returns</h4>
741
750
  <p> allocated buffer, or NULL if no buffer could be
742
751
  allocated (e.g. when downstream is flushing or shutting down). </p>
743
752
  <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
@@ -746,7 +755,7 @@ allocated (e.g. when downstream is flushing or shutting down). </p>
746
755
  <hr>
747
756
  <div class="refsect2">
748
757
  <a name="gst-video-decoder-allocate-output-frame"></a><h3>gst_video_decoder_allocate_output_frame ()</h3>
749
- <pre class="programlisting"><a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstPad.html#GstFlowReturn"><span class="returnvalue">GstFlowReturn</span></a>
758
+ <pre class="programlisting"><a href="/usr/share/gtk-doc/html/gstreamer-1.0GstPad.html#GstFlowReturn"><span class="returnvalue">GstFlowReturn</span></a>
750
759
  gst_video_decoder_allocate_output_frame
751
760
  (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-GstVideoDecoder.html#GstVideoDecoder" title="struct GstVideoDecoder"><span class="type">GstVideoDecoder</span></a> *decoder</code></em>,
752
761
  <em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstvideoutils.html#GstVideoCodecFrame" title="struct GstVideoCodecFrame"><span class="type">GstVideoCodecFrame</span></a> *frame</code></em>);</pre>
@@ -757,8 +766,8 @@ state and set src pad caps.</p>
757
766
  <p>The buffer allocated here is owned by the frame and you should only
758
767
  keep references to the frame, not the buffer.</p>
759
768
  <div class="refsect3">
760
- <a name="id-1.2.15.16.6.11.6"></a><h4>Parameters</h4>
761
- <div class="informaltable"><table width="100%" border="0">
769
+ <a name="gst-video-decoder-allocate-output-frame.parameters"></a><h4>Parameters</h4>
770
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
762
771
  <colgroup>
763
772
  <col width="150px" class="parameters_name">
764
773
  <col class="parameters_description">
@@ -779,8 +788,8 @@ keep references to the frame, not the buffer.</p>
779
788
  </table></div>
780
789
  </div>
781
790
  <div class="refsect3">
782
- <a name="id-1.2.15.16.6.11.7"></a><h4>Returns</h4>
783
- <p> <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstPad.html#GST-FLOW-OK:CAPS"><code class="literal">GST_FLOW_OK</code></a> if an output buffer could be allocated</p>
791
+ <a name="gst-video-decoder-allocate-output-frame.returns"></a><h4>Returns</h4>
792
+ <p> <a href="/usr/share/gtk-doc/html/gstreamer-1.0GstPad.html#GST-FLOW-OK:CAPS"><code class="literal">GST_FLOW_OK</code></a> if an output buffer could be allocated</p>
784
793
  </div>
785
794
  </div>
786
795
  <hr>
@@ -788,8 +797,8 @@ keep references to the frame, not the buffer.</p>
788
797
  <a name="gst-video-decoder-get-allocator"></a><h3>gst_video_decoder_get_allocator ()</h3>
789
798
  <pre class="programlisting"><span class="returnvalue">void</span>
790
799
  gst_video_decoder_get_allocator (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-GstVideoDecoder.html#GstVideoDecoder" title="struct GstVideoDecoder"><span class="type">GstVideoDecoder</span></a> *decoder</code></em>,
791
- <em class="parameter"><code><a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstAllocator.html"><span class="type">GstAllocator</span></a> **allocator</code></em>,
792
- <em class="parameter"><code><a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstAllocator.html#GstAllocationParams"><span class="type">GstAllocationParams</span></a> *params</code></em>);</pre>
800
+ <em class="parameter"><code><a href="/usr/share/gtk-doc/html/gstreamer-1.0GstAllocator.html#GstAllocator-struct"><span class="type">GstAllocator</span></a> **allocator</code></em>,
801
+ <em class="parameter"><code><a href="/usr/share/gtk-doc/html/gstreamer-1.0GstAllocator.html#GstAllocationParams-struct"><span class="type">GstAllocationParams</span></a> *params</code></em>);</pre>
793
802
  <p>Lets <a class="link" href="gst-plugins-base-libs-GstVideoDecoder.html#GstVideoDecoder" title="struct GstVideoDecoder"><span class="type">GstVideoDecoder</span></a> sub-classes to know the memory <em class="parameter"><code>allocator</code></em>
794
803
 
795
804
  used by the base class and its <em class="parameter"><code>params</code></em>
@@ -797,8 +806,8 @@ used by the base class and its <em class="parameter"><code>params</code></em>
797
806
  <p>Unref the <em class="parameter"><code>allocator</code></em>
798
807
  after use it.</p>
799
808
  <div class="refsect3">
800
- <a name="id-1.2.15.16.6.12.6"></a><h4>Parameters</h4>
801
- <div class="informaltable"><table width="100%" border="0">
809
+ <a name="gst-video-decoder-get-allocator.parameters"></a><h4>Parameters</h4>
810
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
802
811
  <colgroup>
803
812
  <col width="150px" class="parameters_name">
804
813
  <col class="parameters_description">
@@ -812,7 +821,7 @@ used by the base class and its <em class="parameter"><code>params</code></em>
812
821
  </tr>
813
822
  <tr>
814
823
  <td class="parameter_name"><p>allocator</p></td>
815
- <td class="parameter_description"><p> the <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstAllocator.html"><span class="type">GstAllocator</span></a>
824
+ <td class="parameter_description"><p> the <a href="/usr/share/gtk-doc/html/gstreamer-1.0GstAllocator.html#GstAllocator-struct"><span class="type">GstAllocator</span></a>
816
825
  used. </p></td>
817
826
  <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></td>
818
827
  </tr>
@@ -830,11 +839,11 @@ used. </p></td>
830
839
  <hr>
831
840
  <div class="refsect2">
832
841
  <a name="gst-video-decoder-get-buffer-pool"></a><h3>gst_video_decoder_get_buffer_pool ()</h3>
833
- <pre class="programlisting"><a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstBufferPool.html"><span class="returnvalue">GstBufferPool</span></a> *
842
+ <pre class="programlisting"><a href="/usr/share/gtk-doc/html/gstreamer-1.0GstBufferPool.html#GstBufferPool-struct"><span class="returnvalue">GstBufferPool</span></a> *
834
843
  gst_video_decoder_get_buffer_pool (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-GstVideoDecoder.html#GstVideoDecoder" title="struct GstVideoDecoder"><span class="type">GstVideoDecoder</span></a> *decoder</code></em>);</pre>
835
844
  <div class="refsect3">
836
- <a name="id-1.2.15.16.6.13.4"></a><h4>Parameters</h4>
837
- <div class="informaltable"><table width="100%" border="0">
845
+ <a name="gst-video-decoder-get-buffer-pool.parameters"></a><h4>Parameters</h4>
846
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
838
847
  <colgroup>
839
848
  <col width="150px" class="parameters_name">
840
849
  <col class="parameters_description">
@@ -848,8 +857,8 @@ gst_video_decoder_get_buffer_pool (<em class="parameter"><code><a class="link" h
848
857
  </table></div>
849
858
  </div>
850
859
  <div class="refsect3">
851
- <a name="id-1.2.15.16.6.13.5"></a><h4>Returns</h4>
852
- <p> the instance of the <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstBufferPool.html"><span class="type">GstBufferPool</span></a> used
860
+ <a name="gst-video-decoder-get-buffer-pool.returns"></a><h4>Returns</h4>
861
+ <p> the instance of the <a href="/usr/share/gtk-doc/html/gstreamer-1.0GstBufferPool.html#GstBufferPool-struct"><span class="type">GstBufferPool</span></a> used
853
862
  by the decoder; free it after use it. </p>
854
863
  <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
855
864
  </div>
@@ -857,7 +866,7 @@ by the decoder; free it after use it. </p>
857
866
  <hr>
858
867
  <div class="refsect2">
859
868
  <a name="gst-video-decoder-drop-frame"></a><h3>gst_video_decoder_drop_frame ()</h3>
860
- <pre class="programlisting"><a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstPad.html#GstFlowReturn"><span class="returnvalue">GstFlowReturn</span></a>
869
+ <pre class="programlisting"><a href="/usr/share/gtk-doc/html/gstreamer-1.0GstPad.html#GstFlowReturn"><span class="returnvalue">GstFlowReturn</span></a>
861
870
  gst_video_decoder_drop_frame (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-GstVideoDecoder.html#GstVideoDecoder" title="struct GstVideoDecoder"><span class="type">GstVideoDecoder</span></a> *dec</code></em>,
862
871
  <em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstvideoutils.html#GstVideoCodecFrame" title="struct GstVideoCodecFrame"><span class="type">GstVideoCodecFrame</span></a> *frame</code></em>);</pre>
863
872
  <p>Similar to <a class="link" href="gst-plugins-base-libs-GstVideoDecoder.html#gst-video-decoder-finish-frame" title="gst_video_decoder_finish_frame ()"><code class="function">gst_video_decoder_finish_frame()</code></a>, but drops <em class="parameter"><code>frame</code></em>
@@ -865,8 +874,8 @@ gst_video_decoder_drop_frame (<em class="parameter"><code><a class="link" href="
865
874
  case and posts a QoS message with the frame's details on the bus.
866
875
  In any case, the frame is considered finished and released.</p>
867
876
  <div class="refsect3">
868
- <a name="id-1.2.15.16.6.14.5"></a><h4>Parameters</h4>
869
- <div class="informaltable"><table width="100%" border="0">
877
+ <a name="gst-video-decoder-drop-frame.parameters"></a><h4>Parameters</h4>
878
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
870
879
  <colgroup>
871
880
  <col width="150px" class="parameters_name">
872
881
  <col class="parameters_description">
@@ -887,14 +896,14 @@ In any case, the frame is considered finished and released.</p>
887
896
  </table></div>
888
897
  </div>
889
898
  <div class="refsect3">
890
- <a name="id-1.2.15.16.6.14.6"></a><h4>Returns</h4>
891
- <p> a <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstPad.html#GstFlowReturn"><span class="type">GstFlowReturn</span></a>, usually GST_FLOW_OK.</p>
899
+ <a name="gst-video-decoder-drop-frame.returns"></a><h4>Returns</h4>
900
+ <p> a <a href="/usr/share/gtk-doc/html/gstreamer-1.0GstPad.html#GstFlowReturn"><span class="type">GstFlowReturn</span></a>, usually GST_FLOW_OK.</p>
892
901
  </div>
893
902
  </div>
894
903
  <hr>
895
904
  <div class="refsect2">
896
905
  <a name="gst-video-decoder-finish-frame"></a><h3>gst_video_decoder_finish_frame ()</h3>
897
- <pre class="programlisting"><a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstPad.html#GstFlowReturn"><span class="returnvalue">GstFlowReturn</span></a>
906
+ <pre class="programlisting"><a href="/usr/share/gtk-doc/html/gstreamer-1.0GstPad.html#GstFlowReturn"><span class="returnvalue">GstFlowReturn</span></a>
898
907
  gst_video_decoder_finish_frame (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-GstVideoDecoder.html#GstVideoDecoder" title="struct GstVideoDecoder"><span class="type">GstVideoDecoder</span></a> *decoder</code></em>,
899
908
  <em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstvideoutils.html#GstVideoCodecFrame" title="struct GstVideoCodecFrame"><span class="type">GstVideoCodecFrame</span></a> *frame</code></em>);</pre>
900
909
  <p><em class="parameter"><code>frame</code></em>
@@ -907,8 +916,8 @@ In any case, the frame is considered finished and released.</p>
907
916
  considered read-only. This function will also change the metadata
908
917
  of the buffer.</p>
909
918
  <div class="refsect3">
910
- <a name="id-1.2.15.16.6.15.6"></a><h4>Parameters</h4>
911
- <div class="informaltable"><table width="100%" border="0">
919
+ <a name="gst-video-decoder-finish-frame.parameters"></a><h4>Parameters</h4>
920
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
912
921
  <colgroup>
913
922
  <col width="150px" class="parameters_name">
914
923
  <col class="parameters_description">
@@ -929,8 +938,8 @@ of the buffer.</p>
929
938
  </table></div>
930
939
  </div>
931
940
  <div class="refsect3">
932
- <a name="id-1.2.15.16.6.15.7"></a><h4>Returns</h4>
933
- <p> a <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstPad.html#GstFlowReturn"><span class="type">GstFlowReturn</span></a> resulting from sending data downstream</p>
941
+ <a name="gst-video-decoder-finish-frame.returns"></a><h4>Returns</h4>
942
+ <p> a <a href="/usr/share/gtk-doc/html/gstreamer-1.0GstPad.html#GstFlowReturn"><span class="type">GstFlowReturn</span></a> resulting from sending data downstream</p>
934
943
  </div>
935
944
  </div>
936
945
  <hr>
@@ -944,8 +953,8 @@ gst_video_decoder_release_frame (<em class="parameter"><code><a class="link" hre
944
953
  without any processing other than removing it from list of pending frames,
945
954
  after which it is considered finished and released.</p>
946
955
  <div class="refsect3">
947
- <a name="id-1.2.15.16.6.16.5"></a><h4>Parameters</h4>
948
- <div class="informaltable"><table width="100%" border="0">
956
+ <a name="gst-video-decoder-release-frame.parameters"></a><h4>Parameters</h4>
957
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
949
958
  <colgroup>
950
959
  <col width="150px" class="parameters_name">
951
960
  <col class="parameters_description">
@@ -970,14 +979,14 @@ after which it is considered finished and released.</p>
970
979
  <hr>
971
980
  <div class="refsect2">
972
981
  <a name="gst-video-decoder-negotiate"></a><h3>gst_video_decoder_negotiate ()</h3>
973
- <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
982
+ <pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
974
983
  gst_video_decoder_negotiate (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-GstVideoDecoder.html#GstVideoDecoder" title="struct GstVideoDecoder"><span class="type">GstVideoDecoder</span></a> *decoder</code></em>);</pre>
975
984
  <p>Negotiate with downstream elements to currently configured <a class="link" href="gst-plugins-base-libs-gstvideoutils.html#GstVideoCodecState" title="struct GstVideoCodecState"><span class="type">GstVideoCodecState</span></a>.
976
985
  Unmark GST_PAD_FLAG_NEED_RECONFIGURE in any case. But mark it again if
977
986
  negotiate fails.</p>
978
987
  <div class="refsect3">
979
- <a name="id-1.2.15.16.6.17.5"></a><h4>Parameters</h4>
980
- <div class="informaltable"><table width="100%" border="0">
988
+ <a name="gst-video-decoder-negotiate.parameters"></a><h4>Parameters</h4>
989
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
981
990
  <colgroup>
982
991
  <col width="150px" class="parameters_name">
983
992
  <col class="parameters_description">
@@ -991,8 +1000,8 @@ negotiate fails.</p>
991
1000
  </table></div>
992
1001
  </div>
993
1002
  <div class="refsect3">
994
- <a name="id-1.2.15.16.6.17.6"></a><h4>Returns</h4>
995
- <p> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><span class="type">TRUE</span></a> if the negotiation succeeded, else <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><span class="type">FALSE</span></a>.</p>
1003
+ <a name="gst-video-decoder-negotiate.returns"></a><h4>Returns</h4>
1004
+ <p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><span class="type">TRUE</span></a> if the negotiation succeeded, else <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#FALSE:CAPS"><span class="type">FALSE</span></a>.</p>
996
1005
  </div>
997
1006
  </div>
998
1007
  <hr>
@@ -1003,8 +1012,8 @@ gst_video_decoder_get_frame (<em class="parameter"><code><a class="link" href="g
1003
1012
  <em class="parameter"><code><span class="type">int</span> frame_number</code></em>);</pre>
1004
1013
  <p>Get a pending unfinished <a class="link" href="gst-plugins-base-libs-gstvideoutils.html#GstVideoCodecFrame" title="struct GstVideoCodecFrame"><span class="type">GstVideoCodecFrame</span></a></p>
1005
1014
  <div class="refsect3">
1006
- <a name="id-1.2.15.16.6.18.5"></a><h4>Parameters</h4>
1007
- <div class="informaltable"><table width="100%" border="0">
1015
+ <a name="gst-video-decoder-get-frame.parameters"></a><h4>Parameters</h4>
1016
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1008
1017
  <colgroup>
1009
1018
  <col width="150px" class="parameters_name">
1010
1019
  <col class="parameters_description">
@@ -1025,7 +1034,7 @@ gst_video_decoder_get_frame (<em class="parameter"><code><a class="link" href="g
1025
1034
  </table></div>
1026
1035
  </div>
1027
1036
  <div class="refsect3">
1028
- <a name="id-1.2.15.16.6.18.6"></a><h4>Returns</h4>
1037
+ <a name="gst-video-decoder-get-frame.returns"></a><h4>Returns</h4>
1029
1038
  <p> pending unfinished <a class="link" href="gst-plugins-base-libs-gstvideoutils.html#GstVideoCodecFrame" title="struct GstVideoCodecFrame"><span class="type">GstVideoCodecFrame</span></a> identified by <em class="parameter"><code>frame_number</code></em>
1030
1039
  . </p>
1031
1040
  <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
@@ -1034,12 +1043,12 @@ gst_video_decoder_get_frame (<em class="parameter"><code><a class="link" href="g
1034
1043
  <hr>
1035
1044
  <div class="refsect2">
1036
1045
  <a name="gst-video-decoder-get-frames"></a><h3>gst_video_decoder_get_frames ()</h3>
1037
- <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *
1046
+ <pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *
1038
1047
  gst_video_decoder_get_frames (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-GstVideoDecoder.html#GstVideoDecoder" title="struct GstVideoDecoder"><span class="type">GstVideoDecoder</span></a> *decoder</code></em>);</pre>
1039
1048
  <p>Get all pending unfinished <a class="link" href="gst-plugins-base-libs-gstvideoutils.html#GstVideoCodecFrame" title="struct GstVideoCodecFrame"><span class="type">GstVideoCodecFrame</span></a></p>
1040
1049
  <div class="refsect3">
1041
- <a name="id-1.2.15.16.6.19.5"></a><h4>Parameters</h4>
1042
- <div class="informaltable"><table width="100%" border="0">
1050
+ <a name="gst-video-decoder-get-frames.parameters"></a><h4>Parameters</h4>
1051
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1043
1052
  <colgroup>
1044
1053
  <col width="150px" class="parameters_name">
1045
1054
  <col class="parameters_description">
@@ -1053,7 +1062,7 @@ gst_video_decoder_get_frames (<em class="parameter"><code><a class="link" href="
1053
1062
  </table></div>
1054
1063
  </div>
1055
1064
  <div class="refsect3">
1056
- <a name="id-1.2.15.16.6.19.6"></a><h4>Returns</h4>
1065
+ <a name="gst-video-decoder-get-frames.returns"></a><h4>Returns</h4>
1057
1066
  <p> pending unfinished <a class="link" href="gst-plugins-base-libs-gstvideoutils.html#GstVideoCodecFrame" title="struct GstVideoCodecFrame"><span class="type">GstVideoCodecFrame</span></a>. </p>
1058
1067
  <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GstVideoCodecFrame]</span></p>
1059
1068
  </div>
@@ -1061,7 +1070,7 @@ gst_video_decoder_get_frames (<em class="parameter"><code><a class="link" href="
1061
1070
  <hr>
1062
1071
  <div class="refsect2">
1063
1072
  <a name="gst-video-decoder-get-max-decode-time"></a><h3>gst_video_decoder_get_max_decode_time ()</h3>
1064
- <pre class="programlisting"><a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstClock.html#GstClockTimeDiff"><span class="returnvalue">GstClockTimeDiff</span></a>
1073
+ <pre class="programlisting"><a href="/usr/share/gtk-doc/html/gstreamer-1.0GstClock.html#GstClockTimeDiff"><span class="returnvalue">GstClockTimeDiff</span></a>
1065
1074
  gst_video_decoder_get_max_decode_time (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-GstVideoDecoder.html#GstVideoDecoder" title="struct GstVideoDecoder"><span class="type">GstVideoDecoder</span></a> *decoder</code></em>,
1066
1075
  <em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstvideoutils.html#GstVideoCodecFrame" title="struct GstVideoCodecFrame"><span class="type">GstVideoCodecFrame</span></a> *frame</code></em>);</pre>
1067
1076
  <p>Determines maximum possible decoding time for <em class="parameter"><code>frame</code></em>
@@ -1070,8 +1079,8 @@ allow it to decode and arrive in time (as determined by QoS events).
1070
1079
  In particular, a negative result means decoding in time is no longer possible
1071
1080
  and should therefore occur as soon/skippy as possible.</p>
1072
1081
  <div class="refsect3">
1073
- <a name="id-1.2.15.16.6.20.5"></a><h4>Parameters</h4>
1074
- <div class="informaltable"><table width="100%" border="0">
1082
+ <a name="gst-video-decoder-get-max-decode-time.parameters"></a><h4>Parameters</h4>
1083
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1075
1084
  <colgroup>
1076
1085
  <col width="150px" class="parameters_name">
1077
1086
  <col class="parameters_description">
@@ -1092,18 +1101,18 @@ and should therefore occur as soon/skippy as possible.</p>
1092
1101
  </table></div>
1093
1102
  </div>
1094
1103
  <div class="refsect3">
1095
- <a name="id-1.2.15.16.6.20.6"></a><h4>Returns</h4>
1104
+ <a name="gst-video-decoder-get-max-decode-time.returns"></a><h4>Returns</h4>
1096
1105
  <p> max decoding time.</p>
1097
1106
  </div>
1098
1107
  </div>
1099
1108
  <hr>
1100
1109
  <div class="refsect2">
1101
1110
  <a name="gst-video-decoder-get-max-errors"></a><h3>gst_video_decoder_get_max_errors ()</h3>
1102
- <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
1111
+ <pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
1103
1112
  gst_video_decoder_get_max_errors (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-GstVideoDecoder.html#GstVideoDecoder" title="struct GstVideoDecoder"><span class="type">GstVideoDecoder</span></a> *dec</code></em>);</pre>
1104
1113
  <div class="refsect3">
1105
- <a name="id-1.2.15.16.6.21.4"></a><h4>Parameters</h4>
1106
- <div class="informaltable"><table width="100%" border="0">
1114
+ <a name="gst-video-decoder-get-max-errors.parameters"></a><h4>Parameters</h4>
1115
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1107
1116
  <colgroup>
1108
1117
  <col width="150px" class="parameters_name">
1109
1118
  <col class="parameters_description">
@@ -1117,7 +1126,7 @@ gst_video_decoder_get_max_errors (<em class="parameter"><code><a class="link" hr
1117
1126
  </table></div>
1118
1127
  </div>
1119
1128
  <div class="refsect3">
1120
- <a name="id-1.2.15.16.6.21.5"></a><h4>Returns</h4>
1129
+ <a name="gst-video-decoder-get-max-errors.returns"></a><h4>Returns</h4>
1121
1130
  <p> currently configured decoder tolerated error count.</p>
1122
1131
  </div>
1123
1132
  </div>
@@ -1128,8 +1137,8 @@ gst_video_decoder_get_max_errors (<em class="parameter"><code><a class="link" hr
1128
1137
  gst_video_decoder_get_oldest_frame (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-GstVideoDecoder.html#GstVideoDecoder" title="struct GstVideoDecoder"><span class="type">GstVideoDecoder</span></a> *decoder</code></em>);</pre>
1129
1138
  <p>Get the oldest pending unfinished <a class="link" href="gst-plugins-base-libs-gstvideoutils.html#GstVideoCodecFrame" title="struct GstVideoCodecFrame"><span class="type">GstVideoCodecFrame</span></a></p>
1130
1139
  <div class="refsect3">
1131
- <a name="id-1.2.15.16.6.22.5"></a><h4>Parameters</h4>
1132
- <div class="informaltable"><table width="100%" border="0">
1140
+ <a name="gst-video-decoder-get-oldest-frame.parameters"></a><h4>Parameters</h4>
1141
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1133
1142
  <colgroup>
1134
1143
  <col width="150px" class="parameters_name">
1135
1144
  <col class="parameters_description">
@@ -1143,7 +1152,7 @@ gst_video_decoder_get_oldest_frame (<em class="parameter"><code><a class="link"
1143
1152
  </table></div>
1144
1153
  </div>
1145
1154
  <div class="refsect3">
1146
- <a name="id-1.2.15.16.6.22.6"></a><h4>Returns</h4>
1155
+ <a name="gst-video-decoder-get-oldest-frame.returns"></a><h4>Returns</h4>
1147
1156
  <p> oldest pending unfinished <a class="link" href="gst-plugins-base-libs-gstvideoutils.html#GstVideoCodecFrame" title="struct GstVideoCodecFrame"><span class="type">GstVideoCodecFrame</span></a>. </p>
1148
1157
  <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
1149
1158
  </div>
@@ -1151,13 +1160,13 @@ gst_video_decoder_get_oldest_frame (<em class="parameter"><code><a class="link"
1151
1160
  <hr>
1152
1161
  <div class="refsect2">
1153
1162
  <a name="gst-video-decoder-get-packetized"></a><h3>gst_video_decoder_get_packetized ()</h3>
1154
- <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
1163
+ <pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
1155
1164
  gst_video_decoder_get_packetized (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-GstVideoDecoder.html#GstVideoDecoder" title="struct GstVideoDecoder"><span class="type">GstVideoDecoder</span></a> *decoder</code></em>);</pre>
1156
1165
  <p>Queries whether input data is considered packetized or not by the
1157
1166
  base class.</p>
1158
1167
  <div class="refsect3">
1159
- <a name="id-1.2.15.16.6.23.5"></a><h4>Parameters</h4>
1160
- <div class="informaltable"><table width="100%" border="0">
1168
+ <a name="gst-video-decoder-get-packetized.parameters"></a><h4>Parameters</h4>
1169
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1161
1170
  <colgroup>
1162
1171
  <col width="150px" class="parameters_name">
1163
1172
  <col class="parameters_description">
@@ -1171,21 +1180,21 @@ base class.</p>
1171
1180
  </table></div>
1172
1181
  </div>
1173
1182
  <div class="refsect3">
1174
- <a name="id-1.2.15.16.6.23.6"></a><h4>Returns</h4>
1183
+ <a name="gst-video-decoder-get-packetized.returns"></a><h4>Returns</h4>
1175
1184
  <p> TRUE if input data is considered packetized.</p>
1176
1185
  </div>
1177
1186
  </div>
1178
1187
  <hr>
1179
1188
  <div class="refsect2">
1180
1189
  <a name="gst-video-decoder-get-pending-frame-size"></a><h3>gst_video_decoder_get_pending_frame_size ()</h3>
1181
- <pre class="programlisting"><span class="returnvalue">gsize</span>
1190
+ <pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gsize"><span class="returnvalue">gsize</span></a>
1182
1191
  gst_video_decoder_get_pending_frame_size
1183
1192
  (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-GstVideoDecoder.html#GstVideoDecoder" title="struct GstVideoDecoder"><span class="type">GstVideoDecoder</span></a> *decoder</code></em>);</pre>
1184
1193
  <p>Returns the number of bytes previously added to the current frame
1185
1194
  by calling <a class="link" href="gst-plugins-base-libs-GstVideoDecoder.html#gst-video-decoder-add-to-frame" title="gst_video_decoder_add_to_frame ()"><code class="function">gst_video_decoder_add_to_frame()</code></a>.</p>
1186
1195
  <div class="refsect3">
1187
- <a name="id-1.2.15.16.6.24.5"></a><h4>Parameters</h4>
1188
- <div class="informaltable"><table width="100%" border="0">
1196
+ <a name="gst-video-decoder-get-pending-frame-size.parameters"></a><h4>Parameters</h4>
1197
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1189
1198
  <colgroup>
1190
1199
  <col width="150px" class="parameters_name">
1191
1200
  <col class="parameters_description">
@@ -1199,7 +1208,7 @@ by calling <a class="link" href="gst-plugins-base-libs-GstVideoDecoder.html#gst-
1199
1208
  </table></div>
1200
1209
  </div>
1201
1210
  <div class="refsect3">
1202
- <a name="id-1.2.15.16.6.24.6"></a><h4>Returns</h4>
1211
+ <a name="gst-video-decoder-get-pending-frame-size.returns"></a><h4>Returns</h4>
1203
1212
  <p> The number of bytes pending for the current frame</p>
1204
1213
  </div>
1205
1214
  <p class="since">Since: 1.4</p>
@@ -1207,11 +1216,11 @@ by calling <a class="link" href="gst-plugins-base-libs-GstVideoDecoder.html#gst-
1207
1216
  <hr>
1208
1217
  <div class="refsect2">
1209
1218
  <a name="gst-video-decoder-get-qos-proportion"></a><h3>gst_video_decoder_get_qos_proportion ()</h3>
1210
- <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>
1219
+ <pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>
1211
1220
  gst_video_decoder_get_qos_proportion (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-GstVideoDecoder.html#GstVideoDecoder" title="struct GstVideoDecoder"><span class="type">GstVideoDecoder</span></a> *decoder</code></em>);</pre>
1212
1221
  <div class="refsect3">
1213
- <a name="id-1.2.15.16.6.25.4"></a><h4>Parameters</h4>
1214
- <div class="informaltable"><table width="100%" border="0">
1222
+ <a name="gst-video-decoder-get-qos-proportion.parameters"></a><h4>Parameters</h4>
1223
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1215
1224
  <colgroup>
1216
1225
  <col width="150px" class="parameters_name">
1217
1226
  <col class="parameters_description">
@@ -1220,13 +1229,13 @@ gst_video_decoder_get_qos_proportion (<em class="parameter"><code><a class="link
1220
1229
  <tbody><tr>
1221
1230
  <td class="parameter_name"><p>decoder</p></td>
1222
1231
  <td class="parameter_description"><p>a <a class="link" href="gst-plugins-base-libs-GstVideoDecoder.html#GstVideoDecoder" title="struct GstVideoDecoder"><span class="type">GstVideoDecoder</span></a>
1223
- current QoS proportion, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
1232
+ current QoS proportion, or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
1224
1233
  <td class="parameter_annotations"> </td>
1225
1234
  </tr></tbody>
1226
1235
  </table></div>
1227
1236
  </div>
1228
1237
  <div class="refsect3">
1229
- <a name="id-1.2.15.16.6.25.5"></a><h4>Returns</h4>
1238
+ <a name="gst-video-decoder-get-qos-proportion.returns"></a><h4>Returns</h4>
1230
1239
  <p> The current QoS proportion.</p>
1231
1240
  </div>
1232
1241
  <p class="since">Since: 1.0.3</p>
@@ -1234,14 +1243,14 @@ current QoS proportion, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor
1234
1243
  <hr>
1235
1244
  <div class="refsect2">
1236
1245
  <a name="gst-video-decoder-have-frame"></a><h3>gst_video_decoder_have_frame ()</h3>
1237
- <pre class="programlisting"><a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstPad.html#GstFlowReturn"><span class="returnvalue">GstFlowReturn</span></a>
1246
+ <pre class="programlisting"><a href="/usr/share/gtk-doc/html/gstreamer-1.0GstPad.html#GstFlowReturn"><span class="returnvalue">GstFlowReturn</span></a>
1238
1247
  gst_video_decoder_have_frame (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-GstVideoDecoder.html#GstVideoDecoder" title="struct GstVideoDecoder"><span class="type">GstVideoDecoder</span></a> *decoder</code></em>);</pre>
1239
1248
  <p>Gathers all data collected for currently parsed frame, gathers corresponding
1240
1249
  metadata and passes it along for further processing, i.e. <em class="parameter"><code>handle_frame</code></em>
1241
1250
  .</p>
1242
1251
  <div class="refsect3">
1243
- <a name="id-1.2.15.16.6.26.5"></a><h4>Parameters</h4>
1244
- <div class="informaltable"><table width="100%" border="0">
1252
+ <a name="gst-video-decoder-have-frame.parameters"></a><h4>Parameters</h4>
1253
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1245
1254
  <colgroup>
1246
1255
  <col width="150px" class="parameters_name">
1247
1256
  <col class="parameters_description">
@@ -1255,8 +1264,8 @@ metadata and passes it along for further processing, i.e. <em class="parameter">
1255
1264
  </table></div>
1256
1265
  </div>
1257
1266
  <div class="refsect3">
1258
- <a name="id-1.2.15.16.6.26.6"></a><h4>Returns</h4>
1259
- <p> a <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstPad.html#GstFlowReturn"><span class="type">GstFlowReturn</span></a></p>
1267
+ <a name="gst-video-decoder-have-frame.returns"></a><h4>Returns</h4>
1268
+ <p> a <a href="/usr/share/gtk-doc/html/gstreamer-1.0GstPad.html#GstFlowReturn"><span class="type">GstFlowReturn</span></a></p>
1260
1269
  </div>
1261
1270
  </div>
1262
1271
  <hr>
@@ -1264,15 +1273,15 @@ metadata and passes it along for further processing, i.e. <em class="parameter">
1264
1273
  <a name="gst-video-decoder-get-latency"></a><h3>gst_video_decoder_get_latency ()</h3>
1265
1274
  <pre class="programlisting"><span class="returnvalue">void</span>
1266
1275
  gst_video_decoder_get_latency (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-GstVideoDecoder.html#GstVideoDecoder" title="struct GstVideoDecoder"><span class="type">GstVideoDecoder</span></a> *decoder</code></em>,
1267
- <em class="parameter"><code><a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstClock.html#GstClockTime"><span class="type">GstClockTime</span></a> *min_latency</code></em>,
1268
- <em class="parameter"><code><a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstClock.html#GstClockTime"><span class="type">GstClockTime</span></a> *max_latency</code></em>);</pre>
1276
+ <em class="parameter"><code><a href="/usr/share/gtk-doc/html/gstreamer-1.0GstClock.html#GstClockTime"><span class="type">GstClockTime</span></a> *min_latency</code></em>,
1277
+ <em class="parameter"><code><a href="/usr/share/gtk-doc/html/gstreamer-1.0GstClock.html#GstClockTime"><span class="type">GstClockTime</span></a> *max_latency</code></em>);</pre>
1269
1278
  <p>Query the configured decoder latency. Results will be returned via
1270
1279
  <em class="parameter"><code>min_latency</code></em>
1271
1280
  and <em class="parameter"><code>max_latency</code></em>
1272
1281
  .</p>
1273
1282
  <div class="refsect3">
1274
- <a name="id-1.2.15.16.6.27.5"></a><h4>Parameters</h4>
1275
- <div class="informaltable"><table width="100%" border="0">
1283
+ <a name="gst-video-decoder-get-latency.parameters"></a><h4>Parameters</h4>
1284
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1276
1285
  <colgroup>
1277
1286
  <col width="150px" class="parameters_name">
1278
1287
  <col class="parameters_description">
@@ -1287,13 +1296,13 @@ gst_video_decoder_get_latency (<em class="parameter"><code><a class="link" href=
1287
1296
  <tr>
1288
1297
  <td class="parameter_name"><p>min_latency</p></td>
1289
1298
  <td class="parameter_description"><p> address of variable in which to store the
1290
- configured minimum latency, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
1299
+ configured minimum latency, or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
1291
1300
  <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
1292
1301
  </tr>
1293
1302
  <tr>
1294
1303
  <td class="parameter_name"><p>max_latency</p></td>
1295
1304
  <td class="parameter_description"><p> address of variable in which to store the
1296
- configured mximum latency, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
1305
+ configured mximum latency, or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
1297
1306
  <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
1298
1307
  </tr>
1299
1308
  </tbody>
@@ -1305,14 +1314,14 @@ configured mximum latency, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/ven
1305
1314
  <a name="gst-video-decoder-set-latency"></a><h3>gst_video_decoder_set_latency ()</h3>
1306
1315
  <pre class="programlisting"><span class="returnvalue">void</span>
1307
1316
  gst_video_decoder_set_latency (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-GstVideoDecoder.html#GstVideoDecoder" title="struct GstVideoDecoder"><span class="type">GstVideoDecoder</span></a> *decoder</code></em>,
1308
- <em class="parameter"><code><a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstClock.html#GstClockTime"><span class="type">GstClockTime</span></a> min_latency</code></em>,
1309
- <em class="parameter"><code><a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstClock.html#GstClockTime"><span class="type">GstClockTime</span></a> max_latency</code></em>);</pre>
1317
+ <em class="parameter"><code><a href="/usr/share/gtk-doc/html/gstreamer-1.0GstClock.html#GstClockTime"><span class="type">GstClockTime</span></a> min_latency</code></em>,
1318
+ <em class="parameter"><code><a href="/usr/share/gtk-doc/html/gstreamer-1.0GstClock.html#GstClockTime"><span class="type">GstClockTime</span></a> max_latency</code></em>);</pre>
1310
1319
  <p>Lets <a class="link" href="gst-plugins-base-libs-GstVideoDecoder.html#GstVideoDecoder" title="struct GstVideoDecoder"><span class="type">GstVideoDecoder</span></a> sub-classes tell the baseclass what the decoder
1311
1320
  latency is. Will also post a LATENCY message on the bus so the pipeline
1312
1321
  can reconfigure its global latency.</p>
1313
1322
  <div class="refsect3">
1314
- <a name="id-1.2.15.16.6.28.5"></a><h4>Parameters</h4>
1315
- <div class="informaltable"><table width="100%" border="0">
1323
+ <a name="gst-video-decoder-set-latency.parameters"></a><h4>Parameters</h4>
1324
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1316
1325
  <colgroup>
1317
1326
  <col width="150px" class="parameters_name">
1318
1327
  <col class="parameters_description">
@@ -1341,11 +1350,11 @@ can reconfigure its global latency.</p>
1341
1350
  <hr>
1342
1351
  <div class="refsect2">
1343
1352
  <a name="gst-video-decoder-get-estimate-rate"></a><h3>gst_video_decoder_get_estimate_rate ()</h3>
1344
- <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
1353
+ <pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
1345
1354
  gst_video_decoder_get_estimate_rate (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-GstVideoDecoder.html#GstVideoDecoder" title="struct GstVideoDecoder"><span class="type">GstVideoDecoder</span></a> *dec</code></em>);</pre>
1346
1355
  <div class="refsect3">
1347
- <a name="id-1.2.15.16.6.29.4"></a><h4>Parameters</h4>
1348
- <div class="informaltable"><table width="100%" border="0">
1356
+ <a name="gst-video-decoder-get-estimate-rate.parameters"></a><h4>Parameters</h4>
1357
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1349
1358
  <colgroup>
1350
1359
  <col width="150px" class="parameters_name">
1351
1360
  <col class="parameters_description">
@@ -1359,7 +1368,7 @@ gst_video_decoder_get_estimate_rate (<em class="parameter"><code><a class="link"
1359
1368
  </table></div>
1360
1369
  </div>
1361
1370
  <div class="refsect3">
1362
- <a name="id-1.2.15.16.6.29.5"></a><h4>Returns</h4>
1371
+ <a name="gst-video-decoder-get-estimate-rate.returns"></a><h4>Returns</h4>
1363
1372
  <p> currently configured byte to time conversion setting</p>
1364
1373
  </div>
1365
1374
  </div>
@@ -1370,8 +1379,8 @@ gst_video_decoder_get_estimate_rate (<em class="parameter"><code><a class="link"
1370
1379
  gst_video_decoder_get_output_state (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-GstVideoDecoder.html#GstVideoDecoder" title="struct GstVideoDecoder"><span class="type">GstVideoDecoder</span></a> *decoder</code></em>);</pre>
1371
1380
  <p>Get the <a class="link" href="gst-plugins-base-libs-gstvideoutils.html#GstVideoCodecState" title="struct GstVideoCodecState"><span class="type">GstVideoCodecState</span></a> currently describing the output stream.</p>
1372
1381
  <div class="refsect3">
1373
- <a name="id-1.2.15.16.6.30.5"></a><h4>Parameters</h4>
1374
- <div class="informaltable"><table width="100%" border="0">
1382
+ <a name="gst-video-decoder-get-output-state.parameters"></a><h4>Parameters</h4>
1383
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1375
1384
  <colgroup>
1376
1385
  <col width="150px" class="parameters_name">
1377
1386
  <col class="parameters_description">
@@ -1385,7 +1394,7 @@ gst_video_decoder_get_output_state (<em class="parameter"><code><a class="link"
1385
1394
  </table></div>
1386
1395
  </div>
1387
1396
  <div class="refsect3">
1388
- <a name="id-1.2.15.16.6.30.6"></a><h4>Returns</h4>
1397
+ <a name="gst-video-decoder-get-output-state.returns"></a><h4>Returns</h4>
1389
1398
  <p> <a class="link" href="gst-plugins-base-libs-gstvideoutils.html#GstVideoCodecState" title="struct GstVideoCodecState"><span class="type">GstVideoCodecState</span></a> describing format of video data. </p>
1390
1399
  <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
1391
1400
  </div>
@@ -1395,11 +1404,11 @@ gst_video_decoder_get_output_state (<em class="parameter"><code><a class="link"
1395
1404
  <a name="gst-video-decoder-set-estimate-rate"></a><h3>gst_video_decoder_set_estimate_rate ()</h3>
1396
1405
  <pre class="programlisting"><span class="returnvalue">void</span>
1397
1406
  gst_video_decoder_set_estimate_rate (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-GstVideoDecoder.html#GstVideoDecoder" title="struct GstVideoDecoder"><span class="type">GstVideoDecoder</span></a> *dec</code></em>,
1398
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> enabled</code></em>);</pre>
1407
+ <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> enabled</code></em>);</pre>
1399
1408
  <p>Allows baseclass to perform byte to time estimated conversion.</p>
1400
1409
  <div class="refsect3">
1401
- <a name="id-1.2.15.16.6.31.5"></a><h4>Parameters</h4>
1402
- <div class="informaltable"><table width="100%" border="0">
1410
+ <a name="gst-video-decoder-set-estimate-rate.parameters"></a><h4>Parameters</h4>
1411
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1403
1412
  <colgroup>
1404
1413
  <col width="150px" class="parameters_name">
1405
1414
  <col class="parameters_description">
@@ -1426,8 +1435,8 @@ gst_video_decoder_set_estimate_rate (<em class="parameter"><code><a class="link"
1426
1435
  <pre class="programlisting"><a class="link" href="gst-plugins-base-libs-gstvideoutils.html#GstVideoCodecState" title="struct GstVideoCodecState"><span class="returnvalue">GstVideoCodecState</span></a> *
1427
1436
  gst_video_decoder_set_output_state (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-GstVideoDecoder.html#GstVideoDecoder" title="struct GstVideoDecoder"><span class="type">GstVideoDecoder</span></a> *decoder</code></em>,
1428
1437
  <em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoFormat" title="enum GstVideoFormat"><span class="type">GstVideoFormat</span></a> fmt</code></em>,
1429
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> width</code></em>,
1430
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> height</code></em>,
1438
+ <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="type">guint</span></a> width</code></em>,
1439
+ <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="type">guint</span></a> height</code></em>,
1431
1440
  <em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstvideoutils.html#GstVideoCodecState" title="struct GstVideoCodecState"><span class="type">GstVideoCodecState</span></a> *reference</code></em>);</pre>
1432
1441
  <p>Creates a new <a class="link" href="gst-plugins-base-libs-gstvideoutils.html#GstVideoCodecState" title="struct GstVideoCodecState"><span class="type">GstVideoCodecState</span></a> with the specified <em class="parameter"><code>fmt</code></em>
1433
1442
  , <em class="parameter"><code>width</code></em>
@@ -1446,8 +1455,8 @@ pixel-aspect-ratio or framerate) it can do so on the returned <a class="link" hr
1446
1455
  <p>The new output state will only take effect (set on pads and buffers) starting
1447
1456
  from the next call to <a class="link" href="gst-plugins-base-libs-GstVideoDecoder.html#gst-video-decoder-finish-frame" title="gst_video_decoder_finish_frame ()"><code class="function">gst_video_decoder_finish_frame()</code></a>.</p>
1448
1457
  <div class="refsect3">
1449
- <a name="id-1.2.15.16.6.32.8"></a><h4>Parameters</h4>
1450
- <div class="informaltable"><table width="100%" border="0">
1458
+ <a name="gst-video-decoder-set-output-state.parameters"></a><h4>Parameters</h4>
1459
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1451
1460
  <colgroup>
1452
1461
  <col width="150px" class="parameters_name">
1453
1462
  <col class="parameters_description">
@@ -1483,7 +1492,7 @@ from the next call to <a class="link" href="gst-plugins-base-libs-GstVideoDecode
1483
1492
  </table></div>
1484
1493
  </div>
1485
1494
  <div class="refsect3">
1486
- <a name="id-1.2.15.16.6.32.9"></a><h4>Returns</h4>
1495
+ <a name="gst-video-decoder-set-output-state.returns"></a><h4>Returns</h4>
1487
1496
  <p> the newly configured output state. </p>
1488
1497
  <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
1489
1498
  </div>
@@ -1493,15 +1502,15 @@ from the next call to <a class="link" href="gst-plugins-base-libs-GstVideoDecode
1493
1502
  <a name="gst-video-decoder-set-max-errors"></a><h3>gst_video_decoder_set_max_errors ()</h3>
1494
1503
  <pre class="programlisting"><span class="returnvalue">void</span>
1495
1504
  gst_video_decoder_set_max_errors (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-GstVideoDecoder.html#GstVideoDecoder" title="struct GstVideoDecoder"><span class="type">GstVideoDecoder</span></a> *dec</code></em>,
1496
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> num</code></em>);</pre>
1505
+ <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> num</code></em>);</pre>
1497
1506
  <p>Sets numbers of tolerated decoder errors, where a tolerated one is then only
1498
1507
  warned about, but more than tolerated will lead to fatal error. You can set
1499
1508
  -1 for never returning fatal errors. Default is set to
1500
1509
  GST_VIDEO_DECODER_MAX_ERRORS.</p>
1501
1510
  <p>The '-1' option was added in 1.4</p>
1502
1511
  <div class="refsect3">
1503
- <a name="id-1.2.15.16.6.33.6"></a><h4>Parameters</h4>
1504
- <div class="informaltable"><table width="100%" border="0">
1512
+ <a name="gst-video-decoder-set-max-errors.parameters"></a><h4>Parameters</h4>
1513
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1505
1514
  <colgroup>
1506
1515
  <col width="150px" class="parameters_name">
1507
1516
  <col class="parameters_description">
@@ -1527,13 +1536,13 @@ GST_VIDEO_DECODER_MAX_ERRORS.</p>
1527
1536
  <a name="gst-video-decoder-set-packetized"></a><h3>gst_video_decoder_set_packetized ()</h3>
1528
1537
  <pre class="programlisting"><span class="returnvalue">void</span>
1529
1538
  gst_video_decoder_set_packetized (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-GstVideoDecoder.html#GstVideoDecoder" title="struct GstVideoDecoder"><span class="type">GstVideoDecoder</span></a> *decoder</code></em>,
1530
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> packetized</code></em>);</pre>
1539
+ <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> packetized</code></em>);</pre>
1531
1540
  <p>Allows baseclass to consider input data as packetized or not. If the
1532
1541
  input is packetized, then the <em class="parameter"><code>parse</code></em>
1533
1542
  method will not be called.</p>
1534
1543
  <div class="refsect3">
1535
- <a name="id-1.2.15.16.6.34.5"></a><h4>Parameters</h4>
1536
- <div class="informaltable"><table width="100%" border="0">
1544
+ <a name="gst-video-decoder-set-packetized.parameters"></a><h4>Parameters</h4>
1545
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1537
1546
  <colgroup>
1538
1547
  <col width="150px" class="parameters_name">
1539
1548
  <col class="parameters_description">
@@ -1557,12 +1566,12 @@ input is packetized, then the <em class="parameter"><code>parse</code></em>
1557
1566
  <hr>
1558
1567
  <div class="refsect2">
1559
1568
  <a name="gst-video-decoder-get-needs-format"></a><h3>gst_video_decoder_get_needs_format ()</h3>
1560
- <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
1569
+ <pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
1561
1570
  gst_video_decoder_get_needs_format (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-GstVideoDecoder.html#GstVideoDecoder" title="struct GstVideoDecoder"><span class="type">GstVideoDecoder</span></a> *dec</code></em>);</pre>
1562
1571
  <p>Queries decoder required format handling.</p>
1563
1572
  <div class="refsect3">
1564
- <a name="id-1.2.15.16.6.35.5"></a><h4>Parameters</h4>
1565
- <div class="informaltable"><table width="100%" border="0">
1573
+ <a name="gst-video-decoder-get-needs-format.parameters"></a><h4>Parameters</h4>
1574
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1566
1575
  <colgroup>
1567
1576
  <col width="150px" class="parameters_name">
1568
1577
  <col class="parameters_description">
@@ -1576,8 +1585,8 @@ gst_video_decoder_get_needs_format (<em class="parameter"><code><a class="link"
1576
1585
  </table></div>
1577
1586
  </div>
1578
1587
  <div class="refsect3">
1579
- <a name="id-1.2.15.16.6.35.6"></a><h4>Returns</h4>
1580
- <p> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if required format handling is enabled.</p>
1588
+ <a name="gst-video-decoder-get-needs-format.returns"></a><h4>Returns</h4>
1589
+ <p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if required format handling is enabled.</p>
1581
1590
  </div>
1582
1591
  <p class="since">Since: 1.4</p>
1583
1592
  </div>
@@ -1586,7 +1595,7 @@ gst_video_decoder_get_needs_format (<em class="parameter"><code><a class="link"
1586
1595
  <a name="gst-video-decoder-set-needs-format"></a><h3>gst_video_decoder_set_needs_format ()</h3>
1587
1596
  <pre class="programlisting"><span class="returnvalue">void</span>
1588
1597
  gst_video_decoder_set_needs_format (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-GstVideoDecoder.html#GstVideoDecoder" title="struct GstVideoDecoder"><span class="type">GstVideoDecoder</span></a> *dec</code></em>,
1589
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> enabled</code></em>);</pre>
1598
+ <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> enabled</code></em>);</pre>
1590
1599
  <p>Configures decoder format needs. If enabled, subclass needs to be
1591
1600
  negotiated with format caps before it can process any data. It will then
1592
1601
  never be handed any data before it has been configured.
@@ -1594,8 +1603,8 @@ Otherwise, it might be handed data without having been configured and
1594
1603
  is then expected being able to do so either by default
1595
1604
  or based on the input data.</p>
1596
1605
  <div class="refsect3">
1597
- <a name="id-1.2.15.16.6.36.5"></a><h4>Parameters</h4>
1598
- <div class="informaltable"><table width="100%" border="0">
1606
+ <a name="gst-video-decoder-set-needs-format.parameters"></a><h4>Parameters</h4>
1607
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1599
1608
  <colgroup>
1600
1609
  <col width="150px" class="parameters_name">
1601
1610
  <col class="parameters_description">
@@ -1622,16 +1631,17 @@ or based on the input data.</p>
1622
1631
  <a name="gst-video-decoder-merge-tags"></a><h3>gst_video_decoder_merge_tags ()</h3>
1623
1632
  <pre class="programlisting"><span class="returnvalue">void</span>
1624
1633
  gst_video_decoder_merge_tags (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-GstVideoDecoder.html#GstVideoDecoder" title="struct GstVideoDecoder"><span class="type">GstVideoDecoder</span></a> *decoder</code></em>,
1625
- <em class="parameter"><code>const <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstTagList.html"><span class="type">GstTagList</span></a> *tags</code></em>,
1626
- <em class="parameter"><code><a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstTagList.html#GstTagMergeMode"><span class="type">GstTagMergeMode</span></a> mode</code></em>);</pre>
1627
- <p>Adds tags to so-called pending tags, which will be processed
1628
- before pushing out data downstream.</p>
1634
+ <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/gstreamer-1.0GstTagList.html#GstTagList-struct"><span class="type">GstTagList</span></a> *tags</code></em>,
1635
+ <em class="parameter"><code><a href="/usr/share/gtk-doc/html/gstreamer-1.0GstTagList.html#GstTagMergeMode"><span class="type">GstTagMergeMode</span></a> mode</code></em>);</pre>
1636
+ <p>Sets the audio decoder tags and how they should be merged with any
1637
+ upstream stream tags. This will override any tags previously-set
1638
+ with <a class="link" href="gst-plugins-base-libs-gstaudiodecoder.html#gst-audio-decoder-merge-tags" title="gst_audio_decoder_merge_tags ()"><code class="function">gst_audio_decoder_merge_tags()</code></a>.</p>
1629
1639
  <p>Note that this is provided for convenience, and the subclass is
1630
1640
  not required to use this and can still do tag handling on its own.</p>
1631
1641
  <p>MT safe.</p>
1632
1642
  <div class="refsect3">
1633
- <a name="id-1.2.15.16.6.37.7"></a><h4>Parameters</h4>
1634
- <div class="informaltable"><table width="100%" border="0">
1643
+ <a name="gst-video-decoder-merge-tags.parameters"></a><h4>Parameters</h4>
1644
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1635
1645
  <colgroup>
1636
1646
  <col width="150px" class="parameters_name">
1637
1647
  <col class="parameters_description">
@@ -1645,12 +1655,13 @@ not required to use this and can still do tag handling on its own.</p>
1645
1655
  </tr>
1646
1656
  <tr>
1647
1657
  <td class="parameter_name"><p>tags</p></td>
1648
- <td class="parameter_description"><p>a <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstTagList.html"><span class="type">GstTagList</span></a> to merge</p></td>
1649
- <td class="parameter_annotations"> </td>
1658
+ <td class="parameter_description"><p> a <a href="/usr/share/gtk-doc/html/gstreamer-1.0GstTagList.html#GstTagList-struct"><span class="type">GstTagList</span></a> to merge, or NULL to unset
1659
+ previously-set tags. </p></td>
1660
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
1650
1661
  </tr>
1651
1662
  <tr>
1652
1663
  <td class="parameter_name"><p>mode</p></td>
1653
- <td class="parameter_description"><p>the <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstTagList.html#GstTagMergeMode"><span class="type">GstTagMergeMode</span></a> to use</p></td>
1664
+ <td class="parameter_description"><p>the <a href="/usr/share/gtk-doc/html/gstreamer-1.0GstTagList.html#GstTagMergeMode"><span class="type">GstTagMergeMode</span></a> to use, usually <a href="/usr/share/gtk-doc/html/gstreamer-1.0GstTagList.html#GST-TAG-MERGE-REPLACE:CAPS"><span class="type">GST_TAG_MERGE_REPLACE</span></a></p></td>
1654
1665
  <td class="parameter_annotations"> </td>
1655
1666
  </tr>
1656
1667
  </tbody>
@@ -1660,18 +1671,18 @@ not required to use this and can still do tag handling on its own.</p>
1660
1671
  <hr>
1661
1672
  <div class="refsect2">
1662
1673
  <a name="gst-video-decoder-proxy-getcaps"></a><h3>gst_video_decoder_proxy_getcaps ()</h3>
1663
- <pre class="programlisting"><a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstCaps.html"><span class="returnvalue">GstCaps</span></a> *
1674
+ <pre class="programlisting"><a href="/usr/share/gtk-doc/html/gstreamer-1.0GstCaps.html#GstCaps-struct"><span class="returnvalue">GstCaps</span></a> *
1664
1675
  gst_video_decoder_proxy_getcaps (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-GstVideoDecoder.html#GstVideoDecoder" title="struct GstVideoDecoder"><span class="type">GstVideoDecoder</span></a> *decoder</code></em>,
1665
- <em class="parameter"><code><a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstCaps.html"><span class="type">GstCaps</span></a> *caps</code></em>,
1666
- <em class="parameter"><code><a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstCaps.html"><span class="type">GstCaps</span></a> *filter</code></em>);</pre>
1676
+ <em class="parameter"><code><a href="/usr/share/gtk-doc/html/gstreamer-1.0GstCaps.html#GstCaps-struct"><span class="type">GstCaps</span></a> *caps</code></em>,
1677
+ <em class="parameter"><code><a href="/usr/share/gtk-doc/html/gstreamer-1.0GstCaps.html#GstCaps-struct"><span class="type">GstCaps</span></a> *filter</code></em>);</pre>
1667
1678
  <p>Returns caps that express <em class="parameter"><code>caps</code></em>
1668
1679
  (or sink template caps if <em class="parameter"><code>caps</code></em>
1669
1680
  == NULL)
1670
1681
  restricted to resolution/format/... combinations supported by downstream
1671
1682
  elements.</p>
1672
1683
  <div class="refsect3">
1673
- <a name="id-1.2.15.16.6.38.5"></a><h4>Parameters</h4>
1674
- <div class="informaltable"><table width="100%" border="0">
1684
+ <a name="gst-video-decoder-proxy-getcaps.parameters"></a><h4>Parameters</h4>
1685
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1675
1686
  <colgroup>
1676
1687
  <col width="150px" class="parameters_name">
1677
1688
  <col class="parameters_description">
@@ -1697,8 +1708,8 @@ elements.</p>
1697
1708
  </table></div>
1698
1709
  </div>
1699
1710
  <div class="refsect3">
1700
- <a name="id-1.2.15.16.6.38.6"></a><h4>Returns</h4>
1701
- <p> a <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstCaps.html"><span class="type">GstCaps</span></a> owned by caller. </p>
1711
+ <a name="gst-video-decoder-proxy-getcaps.returns"></a><h4>Returns</h4>
1712
+ <p> a <a href="/usr/share/gtk-doc/html/gstreamer-1.0GstCaps.html#GstCaps-struct"><span class="type">GstCaps</span></a> owned by caller. </p>
1702
1713
  <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
1703
1714
  </div>
1704
1715
  <p class="since">Since: 1.6</p>
@@ -1793,6 +1804,10 @@ elements.</p>
1793
1804
  GstCaps *filter);
1794
1805
 
1795
1806
  GstFlowReturn (*drain) (GstVideoDecoder *decoder);
1807
+
1808
+ gboolean (*transform_meta) (GstVideoDecoder *decoder,
1809
+ GstVideoCodecFrame *frame,
1810
+ GstMeta * meta);
1796
1811
  };
1797
1812
  </pre>
1798
1813
  <p>Subclasses can override any of the available virtual methods or not, as
@@ -1803,8 +1818,8 @@ and likely as well. If non-packetized input is supported or expected,
1803
1818
  <em class="parameter"><code>parse</code></em>
1804
1819
  needs to be overridden as well.</p>
1805
1820
  <div class="refsect3">
1806
- <a name="id-1.2.15.16.7.7.5"></a><h4>Members</h4>
1807
- <div class="informaltable"><table width="100%" border="0">
1821
+ <a name="GstVideoDecoderClass.members"></a><h4>Members</h4>
1822
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1808
1823
  <colgroup>
1809
1824
  <col width="300px" class="struct_members_name">
1810
1825
  <col class="struct_members_description">
@@ -1959,6 +1974,15 @@ Sub-classes should be prepared to handle new data afterward,
1959
1974
  or seamless segment processing will break. Since: 1.6</p></td>
1960
1975
  <td class="struct_member_annotations"> </td>
1961
1976
  </tr>
1977
+ <tr>
1978
+ <td class="struct_member_name"><p><em class="structfield"><code><a name="GstVideoDecoderClass.transform-meta"></a>transform_meta</code></em> ()</p></td>
1979
+ <td class="struct_member_description"><p>Optional. Transform the metadata on the input buffer to the
1980
+ output buffer. By default this method is copies all meta without
1981
+ tags and meta with only the "video" tag. subclasses can
1982
+ implement this method and return <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the metadata is to be
1983
+ copied. Since 1.6</p></td>
1984
+ <td class="struct_member_annotations"> </td>
1985
+ </tr>
1962
1986
  </tbody>
1963
1987
  </table></div>
1964
1988
  </div>
@@ -1966,6 +1990,6 @@ or seamless segment processing will break. Since: 1.6</p></td>
1966
1990
  </div>
1967
1991
  </div>
1968
1992
  <div class="footer">
1969
- <hr>Generated by GTK-Doc V1.24</div>
1993
+ <hr>Generated by GTK-Doc V1.25</div>
1970
1994
  </body>
1971
1995
  </html>