gstreamer 2.0.2-x86-mingw32 → 2.0.3-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2721) hide show
  1. checksums.yaml +7 -0
  2. data/Rakefile +81 -25
  3. data/ext/gstreamer/rbgst-element-factory.c +61 -0
  4. data/ext/gstreamer/rbgst.c +50 -5
  5. data/ext/gstreamer/rbgst.h +26 -0
  6. data/lib/1.9/gstreamer.so +0 -0
  7. data/lib/2.0/gstreamer.so +0 -0
  8. data/lib/gst.rb +51 -5
  9. data/lib/gst/{base_loader.rb → base-loader.rb} +0 -0
  10. data/lib/gst/caps.rb +25 -0
  11. data/lib/gst/{controller_loader.rb → controller-loader.rb} +0 -0
  12. data/lib/gst/element-factory.rb +35 -0
  13. data/lib/gst/element.rb +5 -0
  14. data/lib/gst/plugin-feature.rb +24 -0
  15. data/lib/gst/registry.rb +30 -0
  16. data/lib/gst/structure.rb +28 -0
  17. data/sample/gst-inspect.rb +478 -0
  18. data/vendor/local/bin/cjpeg.exe +0 -0
  19. data/vendor/local/bin/djpeg.exe +0 -0
  20. data/vendor/local/bin/flac.exe +0 -0
  21. data/vendor/local/bin/gst-discoverer-1.0.exe +0 -0
  22. data/vendor/local/bin/gst-inspect-1.0.exe +0 -0
  23. data/vendor/local/bin/gst-launch-1.0.exe +0 -0
  24. data/vendor/local/bin/gst-play-1.0.exe +0 -0
  25. data/vendor/local/bin/gst-typefind-1.0.exe +0 -0
  26. data/vendor/local/bin/jpegtran.exe +0 -0
  27. data/vendor/local/bin/libFLAC-8.dll +0 -0
  28. data/vendor/local/bin/libgstallocators-1.0-0.dll +0 -0
  29. data/vendor/local/bin/libgstapp-1.0-0.dll +0 -0
  30. data/vendor/local/bin/libgstaudio-1.0-0.dll +0 -0
  31. data/vendor/local/bin/libgstbase-1.0-0.dll +0 -0
  32. data/vendor/local/bin/libgstbasecamerabinsrc-1.0-0.dll +0 -0
  33. data/vendor/local/bin/libgstcheck-1.0-0.dll +0 -0
  34. data/vendor/local/bin/libgstcodecparsers-1.0-0.dll +0 -0
  35. data/vendor/local/bin/libgstcontroller-1.0-0.dll +0 -0
  36. data/vendor/local/bin/libgstfft-1.0-0.dll +0 -0
  37. data/vendor/local/bin/libgstinsertbin-1.0-0.dll +0 -0
  38. data/vendor/local/bin/libgstmpegts-1.0-0.dll +0 -0
  39. data/vendor/local/bin/libgstnet-1.0-0.dll +0 -0
  40. data/vendor/local/bin/libgstpbutils-1.0-0.dll +0 -0
  41. data/vendor/local/bin/libgstphotography-1.0-0.dll +0 -0
  42. data/vendor/local/bin/libgstreamer-1.0-0.dll +0 -0
  43. data/vendor/local/bin/libgstriff-1.0-0.dll +0 -0
  44. data/vendor/local/bin/libgstrtp-1.0-0.dll +0 -0
  45. data/vendor/local/bin/libgstrtsp-1.0-0.dll +0 -0
  46. data/vendor/local/bin/libgstsdp-1.0-0.dll +0 -0
  47. data/vendor/local/bin/libgsttag-1.0-0.dll +0 -0
  48. data/vendor/local/bin/libgsturidownloader-1.0-0.dll +0 -0
  49. data/vendor/local/bin/libgstvideo-1.0-0.dll +0 -0
  50. data/vendor/local/bin/libjpeg-9.dll +0 -0
  51. data/vendor/local/bin/libogg-0.dll +0 -0
  52. data/vendor/local/bin/libsoup-2.4-1.dll +0 -0
  53. data/vendor/local/bin/libspeex-1.dll +0 -0
  54. data/vendor/local/bin/libspeexdsp-1.dll +0 -0
  55. data/vendor/local/bin/libsqlite3-0.dll +0 -0
  56. data/vendor/local/bin/libtheora-0.dll +0 -0
  57. data/vendor/local/bin/libtheoradec-1.dll +0 -0
  58. data/vendor/local/bin/libtheoraenc-1.dll +0 -0
  59. data/vendor/local/bin/libvorbis-0.dll +0 -0
  60. data/vendor/local/bin/libvorbisenc-2.dll +0 -0
  61. data/vendor/local/bin/libvorbisfile-3.dll +0 -0
  62. data/vendor/local/bin/metaflac.exe +0 -0
  63. data/vendor/local/bin/rdjpgcom.exe +0 -0
  64. data/vendor/local/bin/speexdec.exe +0 -0
  65. data/vendor/local/bin/speexenc.exe +0 -0
  66. data/vendor/local/bin/sqlite3.exe +0 -0
  67. data/vendor/local/bin/wrjpgcom.exe +0 -0
  68. data/vendor/local/include/FLAC/all.h +3 -2
  69. data/vendor/local/include/FLAC/assert.h +2 -1
  70. data/vendor/local/include/FLAC/callback.h +2 -1
  71. data/vendor/local/include/FLAC/export.h +14 -8
  72. data/vendor/local/include/FLAC/format.h +14 -1
  73. data/vendor/local/include/FLAC/metadata.h +3 -2
  74. data/vendor/local/include/FLAC/ordinals.h +20 -14
  75. data/vendor/local/include/FLAC/stream_decoder.h +2 -1
  76. data/vendor/local/include/FLAC/stream_encoder.h +3 -2
  77. data/vendor/local/include/gstreamer-1.0/gst/allocators/allocators.h +28 -0
  78. data/vendor/local/include/gstreamer-1.0/gst/allocators/gstdmabuf.h +39 -0
  79. data/vendor/local/include/gstreamer-1.0/gst/app/app.h +28 -0
  80. data/vendor/local/include/gstreamer-1.0/gst/app/gstappsink.h +2 -2
  81. data/vendor/local/include/gstreamer-1.0/gst/app/gstappsrc.h +22 -20
  82. data/vendor/local/include/gstreamer-1.0/gst/audio/audio-channels.h +6 -6
  83. data/vendor/local/include/gstreamer-1.0/gst/audio/audio-format.h +32 -5
  84. data/vendor/local/include/gstreamer-1.0/gst/audio/audio-info.h +10 -8
  85. data/vendor/local/include/gstreamer-1.0/gst/audio/audio.h +35 -2
  86. data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiobasesink.h +6 -5
  87. data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiobasesrc.h +6 -4
  88. data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiocdsrc.h +6 -2
  89. data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudioclock.h +6 -2
  90. data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiodecoder.h +9 -5
  91. data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudioencoder.h +6 -3
  92. data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiofilter.h +5 -3
  93. data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudioiec61937.h +2 -2
  94. data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiometa.h +2 -4
  95. data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudioringbuffer.h +11 -6
  96. data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiosink.h +6 -2
  97. data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiosrc.h +6 -2
  98. data/vendor/local/include/gstreamer-1.0/gst/audio/streamvolume.h +2 -2
  99. data/vendor/local/include/gstreamer-1.0/gst/base/base.h +39 -0
  100. data/vendor/local/include/gstreamer-1.0/gst/base/gstadapter.h +7 -4
  101. data/vendor/local/include/gstreamer-1.0/gst/base/gstbaseparse.h +22 -3
  102. data/vendor/local/include/gstreamer-1.0/gst/base/gstbasesink.h +6 -2
  103. data/vendor/local/include/gstreamer-1.0/gst/base/gstbasesrc.h +2 -2
  104. data/vendor/local/include/gstreamer-1.0/gst/base/gstbasetransform.h +2 -2
  105. data/vendor/local/include/gstreamer-1.0/gst/base/gstbitreader.h +2 -2
  106. data/vendor/local/include/gstreamer-1.0/gst/base/gstbytereader.h +2 -2
  107. data/vendor/local/include/gstreamer-1.0/gst/base/gstbytewriter.h +2 -2
  108. data/vendor/local/include/gstreamer-1.0/gst/base/gstcollectpads.h +2 -2
  109. data/vendor/local/include/gstreamer-1.0/gst/base/gstdataqueue.h +163 -0
  110. data/vendor/local/include/gstreamer-1.0/gst/base/gstpushsrc.h +2 -2
  111. data/vendor/local/include/gstreamer-1.0/gst/base/gstqueuearray.h +50 -0
  112. data/vendor/local/include/gstreamer-1.0/gst/base/gsttypefindhelper.h +3 -3
  113. data/vendor/local/include/gstreamer-1.0/gst/basecamerabinsrc/gstbasecamerasrc.h +3 -2
  114. data/vendor/local/include/gstreamer-1.0/gst/basecamerabinsrc/gstcamerabin-enum.h +2 -2
  115. data/vendor/local/include/gstreamer-1.0/gst/basecamerabinsrc/gstcamerabinpreview.h +2 -2
  116. data/vendor/local/include/gstreamer-1.0/gst/check/check.h +30 -0
  117. data/vendor/local/include/gstreamer-1.0/gst/check/gstbufferstraw.h +2 -2
  118. data/vendor/local/include/gstreamer-1.0/gst/check/gstcheck.h +140 -4
  119. data/vendor/local/include/gstreamer-1.0/gst/check/gstconsistencychecker.h +2 -2
  120. data/vendor/local/include/gstreamer-1.0/gst/check/gsttestclock.h +106 -0
  121. data/vendor/local/include/gstreamer-1.0/gst/check/internal-check.h +2 -2
  122. data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gsth264parser.h +43 -3
  123. data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gstmpeg4parser.h +5 -3
  124. data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gstmpegvideometa.h +89 -0
  125. data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gstmpegvideoparser.h +127 -12
  126. data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gstvc1parser.h +29 -9
  127. data/vendor/local/include/gstreamer-1.0/gst/controller/controller.h +32 -0
  128. data/vendor/local/include/gstreamer-1.0/gst/controller/gstargbcontrolbinding.h +2 -2
  129. data/vendor/local/include/gstreamer-1.0/gst/controller/gstdirectcontrolbinding.h +2 -2
  130. data/vendor/local/include/gstreamer-1.0/gst/controller/gstinterpolationcontrolsource.h +2 -2
  131. data/vendor/local/include/gstreamer-1.0/gst/controller/gstlfocontrolsource.h +2 -2
  132. data/vendor/local/include/gstreamer-1.0/gst/controller/gsttimedvaluecontrolsource.h +2 -2
  133. data/vendor/local/include/gstreamer-1.0/gst/controller/gsttriggercontrolsource.h +2 -2
  134. data/vendor/local/include/gstreamer-1.0/gst/fft/fft.h +31 -0
  135. data/vendor/local/include/gstreamer-1.0/gst/fft/gstfft.h +2 -2
  136. data/vendor/local/include/gstreamer-1.0/gst/fft/gstfftf32.h +2 -2
  137. data/vendor/local/include/gstreamer-1.0/gst/fft/gstfftf64.h +2 -2
  138. data/vendor/local/include/gstreamer-1.0/gst/fft/gstffts16.h +2 -2
  139. data/vendor/local/include/gstreamer-1.0/gst/fft/gstffts32.h +2 -2
  140. data/vendor/local/include/gstreamer-1.0/gst/glib-compat.h +2 -2
  141. data/vendor/local/include/gstreamer-1.0/gst/gst.h +3 -2
  142. data/vendor/local/include/gstreamer-1.0/gst/gstallocator.h +2 -2
  143. data/vendor/local/include/gstreamer-1.0/gst/gstatomicqueue.h +2 -2
  144. data/vendor/local/include/gstreamer-1.0/gst/gstbin.h +4 -4
  145. data/vendor/local/include/gstreamer-1.0/gst/gstbuffer.h +20 -11
  146. data/vendor/local/include/gstreamer-1.0/gst/gstbufferlist.h +2 -2
  147. data/vendor/local/include/gstreamer-1.0/gst/gstbufferpool.h +2 -2
  148. data/vendor/local/include/gstreamer-1.0/gst/gstbus.h +2 -2
  149. data/vendor/local/include/gstreamer-1.0/gst/gstcaps.h +17 -2
  150. data/vendor/local/include/gstreamer-1.0/gst/gstcapsfeatures.h +80 -0
  151. data/vendor/local/include/gstreamer-1.0/gst/gstchildproxy.h +2 -2
  152. data/vendor/local/include/gstreamer-1.0/gst/gstclock.h +2 -2
  153. data/vendor/local/include/gstreamer-1.0/gst/gstcompat.h +23 -22
  154. data/vendor/local/include/gstreamer-1.0/gst/gstconfig.h +2 -51
  155. data/vendor/local/include/gstreamer-1.0/gst/gstcontext.h +159 -0
  156. data/vendor/local/include/gstreamer-1.0/gst/gstcontrolbinding.h +2 -2
  157. data/vendor/local/include/gstreamer-1.0/gst/gstcontrolsource.h +2 -2
  158. data/vendor/local/include/gstreamer-1.0/gst/gstdatetime.h +2 -2
  159. data/vendor/local/include/gstreamer-1.0/gst/gstdebugutils.h +2 -2
  160. data/vendor/local/include/gstreamer-1.0/gst/gstelement.h +10 -4
  161. data/vendor/local/include/gstreamer-1.0/gst/gstelementfactory.h +2 -2
  162. data/vendor/local/include/gstreamer-1.0/gst/gstelementmetadata.h +2 -2
  163. data/vendor/local/include/gstreamer-1.0/gst/gstenumtypes.h +4 -0
  164. data/vendor/local/include/gstreamer-1.0/gst/gsterror.h +2 -2
  165. data/vendor/local/include/gstreamer-1.0/gst/gstevent.h +33 -2
  166. data/vendor/local/include/gstreamer-1.0/gst/gstformat.h +2 -2
  167. data/vendor/local/include/gstreamer-1.0/gst/gstghostpad.h +2 -2
  168. data/vendor/local/include/gstreamer-1.0/gst/gstinfo.h +39 -19
  169. data/vendor/local/include/gstreamer-1.0/gst/gstiterator.h +2 -2
  170. data/vendor/local/include/gstreamer-1.0/gst/gstmacros.h +2 -2
  171. data/vendor/local/include/gstreamer-1.0/gst/gstmemory.h +28 -2
  172. data/vendor/local/include/gstreamer-1.0/gst/gstmessage.h +17 -2
  173. data/vendor/local/include/gstreamer-1.0/gst/gstmeta.h +14 -2
  174. data/vendor/local/include/gstreamer-1.0/gst/gstminiobject.h +2 -2
  175. data/vendor/local/include/gstreamer-1.0/gst/gstobject.h +2 -2
  176. data/vendor/local/include/gstreamer-1.0/gst/gstpad.h +5 -4
  177. data/vendor/local/include/gstreamer-1.0/gst/gstpadtemplate.h +2 -2
  178. data/vendor/local/include/gstreamer-1.0/gst/gstparamspecs.h +2 -2
  179. data/vendor/local/include/gstreamer-1.0/gst/gstparse.h +6 -3
  180. data/vendor/local/include/gstreamer-1.0/gst/gstpipeline.h +2 -2
  181. data/vendor/local/include/gstreamer-1.0/gst/gstplugin.h +3 -3
  182. data/vendor/local/include/gstreamer-1.0/gst/gstpluginfeature.h +3 -2
  183. data/vendor/local/include/gstreamer-1.0/gst/gstpoll.h +2 -2
  184. data/vendor/local/include/gstreamer-1.0/gst/gstpreset.h +2 -2
  185. data/vendor/local/include/gstreamer-1.0/gst/gstquery.h +21 -5
  186. data/vendor/local/include/gstreamer-1.0/gst/gstregistry.h +2 -2
  187. data/vendor/local/include/gstreamer-1.0/gst/gstsample.h +24 -2
  188. data/vendor/local/include/gstreamer-1.0/gst/gstsegment.h +2 -2
  189. data/vendor/local/include/gstreamer-1.0/gst/gststructure.h +222 -174
  190. data/vendor/local/include/gstreamer-1.0/gst/gstsystemclock.h +2 -2
  191. data/vendor/local/include/gstreamer-1.0/gst/gsttaglist.h +19 -2
  192. data/vendor/local/include/gstreamer-1.0/gst/gsttagsetter.h +2 -2
  193. data/vendor/local/include/gstreamer-1.0/gst/gsttask.h +2 -2
  194. data/vendor/local/include/gstreamer-1.0/gst/gsttaskpool.h +2 -2
  195. data/vendor/local/include/gstreamer-1.0/gst/gsttoc.h +2 -2
  196. data/vendor/local/include/gstreamer-1.0/gst/gsttocsetter.h +2 -2
  197. data/vendor/local/include/gstreamer-1.0/gst/gsttypefind.h +2 -2
  198. data/vendor/local/include/gstreamer-1.0/gst/gsttypefindfactory.h +2 -2
  199. data/vendor/local/include/gstreamer-1.0/gst/gsturi.h +2 -2
  200. data/vendor/local/include/gstreamer-1.0/gst/gstutils.h +92 -44
  201. data/vendor/local/include/gstreamer-1.0/gst/gstvalue.h +36 -2
  202. data/vendor/local/include/gstreamer-1.0/gst/gstversion.h +4 -4
  203. data/vendor/local/include/gstreamer-1.0/gst/insertbin/gstinsertbin.h +106 -0
  204. data/vendor/local/include/gstreamer-1.0/gst/interfaces/photography.h +45 -5
  205. data/vendor/local/include/gstreamer-1.0/gst/math-compat.h +2 -2
  206. data/vendor/local/include/gstreamer-1.0/gst/mpegts/gst-atsc-section.h +67 -0
  207. data/vendor/local/include/gstreamer-1.0/gst/mpegts/gst-dvb-descriptor.h +353 -0
  208. data/vendor/local/include/gstreamer-1.0/gst/mpegts/gst-dvb-section.h +329 -0
  209. data/vendor/local/include/gstreamer-1.0/gst/mpegts/gstmpegtsdescriptor.h +317 -0
  210. data/vendor/local/include/gstreamer-1.0/gst/mpegts/gstmpegtssection.h +363 -0
  211. data/vendor/local/include/gstreamer-1.0/gst/mpegts/mpegts.h +41 -0
  212. data/vendor/local/include/gstreamer-1.0/gst/net/gstnet.h +3 -4
  213. data/vendor/local/include/gstreamer-1.0/gst/net/gstnetaddressmeta.h +2 -2
  214. data/vendor/local/include/gstreamer-1.0/gst/net/gstnetclientclock.h +2 -2
  215. data/vendor/local/include/gstreamer-1.0/gst/net/gstnettimepacket.h +2 -2
  216. data/vendor/local/include/gstreamer-1.0/gst/net/gstnettimeprovider.h +2 -2
  217. data/vendor/local/include/gstreamer-1.0/gst/net/net.h +31 -0
  218. data/vendor/local/include/gstreamer-1.0/gst/pbutils/codec-utils.h +3 -2
  219. data/vendor/local/include/gstreamer-1.0/gst/pbutils/descriptions.h +2 -2
  220. data/vendor/local/include/gstreamer-1.0/gst/pbutils/encoding-profile.h +7 -2
  221. data/vendor/local/include/gstreamer-1.0/gst/pbutils/encoding-target.h +2 -2
  222. data/vendor/local/include/gstreamer-1.0/gst/pbutils/gstdiscoverer.h +3 -2
  223. data/vendor/local/include/gstreamer-1.0/gst/pbutils/gstpluginsbaseversion.h +4 -4
  224. data/vendor/local/include/gstreamer-1.0/gst/pbutils/install-plugins.h +2 -2
  225. data/vendor/local/include/gstreamer-1.0/gst/pbutils/missing-plugins.h +3 -4
  226. data/vendor/local/include/gstreamer-1.0/gst/pbutils/pbutils.h +2 -2
  227. data/vendor/local/include/gstreamer-1.0/gst/riff/riff-ids.h +3 -2
  228. data/vendor/local/include/gstreamer-1.0/gst/riff/riff-media.h +2 -2
  229. data/vendor/local/include/gstreamer-1.0/gst/riff/riff-read.h +2 -2
  230. data/vendor/local/include/gstreamer-1.0/gst/riff/riff.h +29 -0
  231. data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtcpbuffer.h +18 -14
  232. data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtpbaseaudiopayload.h +2 -2
  233. data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtpbasedepayload.h +2 -2
  234. data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtpbasepayload.h +2 -2
  235. data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtpbuffer.h +4 -2
  236. data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtphdrext.h +50 -0
  237. data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtppayloads.h +2 -2
  238. data/vendor/local/include/gstreamer-1.0/gst/rtp/rtp.h +33 -0
  239. data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtsp.h +33 -0
  240. data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtspconnection.h +15 -2
  241. data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtspdefs.h +3 -2
  242. data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtspextension.h +2 -2
  243. data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtspmessage.h +3 -4
  244. data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtsprange.h +42 -6
  245. data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtsptransport.h +5 -3
  246. data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtspurl.h +2 -2
  247. data/vendor/local/include/gstreamer-1.0/gst/rtsp/rtsp.h +35 -0
  248. data/vendor/local/include/gstreamer-1.0/gst/sdp/gstsdp.h +2 -2
  249. data/vendor/local/include/gstreamer-1.0/gst/sdp/gstsdpmessage.h +98 -8
  250. data/vendor/local/include/gstreamer-1.0/gst/sdp/sdp.h +28 -0
  251. data/vendor/local/include/gstreamer-1.0/gst/tag/gsttagdemux.h +2 -2
  252. data/vendor/local/include/gstreamer-1.0/gst/tag/gsttagmux.h +2 -2
  253. data/vendor/local/include/gstreamer-1.0/gst/tag/tag.h +20 -2
  254. data/vendor/local/include/gstreamer-1.0/gst/tag/xmpwriter.h +2 -2
  255. data/vendor/local/include/gstreamer-1.0/gst/uridownloader/gstfragment.h +70 -0
  256. data/vendor/local/include/gstreamer-1.0/gst/uridownloader/gsturidownloader.h +66 -0
  257. data/vendor/local/include/gstreamer-1.0/gst/uridownloader/gsturidownloader_debug.h +12 -0
  258. data/vendor/local/include/gstreamer-1.0/gst/video/colorbalance.h +2 -2
  259. data/vendor/local/include/gstreamer-1.0/gst/video/colorbalancechannel.h +2 -2
  260. data/vendor/local/include/gstreamer-1.0/gst/video/gstvideodecoder.h +11 -6
  261. data/vendor/local/include/gstreamer-1.0/gst/video/gstvideoencoder.h +8 -3
  262. data/vendor/local/include/gstreamer-1.0/gst/video/gstvideofilter.h +2 -2
  263. data/vendor/local/include/gstreamer-1.0/gst/video/gstvideometa.h +148 -4
  264. data/vendor/local/include/gstreamer-1.0/gst/video/gstvideopool.h +2 -2
  265. data/vendor/local/include/gstreamer-1.0/gst/video/gstvideosink.h +2 -2
  266. data/vendor/local/include/gstreamer-1.0/gst/video/gstvideoutils.h +6 -3
  267. data/vendor/local/include/gstreamer-1.0/gst/video/navigation.h +2 -2
  268. data/vendor/local/include/gstreamer-1.0/gst/video/video-blend.h +2 -2
  269. data/vendor/local/include/gstreamer-1.0/gst/video/video-chroma.h +103 -0
  270. data/vendor/local/include/gstreamer-1.0/gst/video/video-color.h +2 -2
  271. data/vendor/local/include/gstreamer-1.0/gst/video/video-enumtypes.h +8 -2
  272. data/vendor/local/include/gstreamer-1.0/gst/video/video-event.h +2 -2
  273. data/vendor/local/include/gstreamer-1.0/gst/video/video-format.h +56 -38
  274. data/vendor/local/include/gstreamer-1.0/gst/video/video-frame.h +7 -6
  275. data/vendor/local/include/gstreamer-1.0/gst/video/video-info.h +2 -2
  276. data/vendor/local/include/gstreamer-1.0/gst/video/video-overlay-composition.h +15 -2
  277. data/vendor/local/include/gstreamer-1.0/gst/video/video.h +53 -3
  278. data/vendor/local/include/gstreamer-1.0/gst/video/videoorientation.h +2 -2
  279. data/vendor/local/include/gstreamer-1.0/gst/video/videooverlay.h +2 -2
  280. data/vendor/local/include/jconfig.h +8 -0
  281. data/vendor/local/include/jerror.h +2 -2
  282. data/vendor/local/include/jmorecfg.h +26 -7
  283. data/vendor/local/include/jpeglib.h +22 -7
  284. data/vendor/local/include/libsoup-2.4/libsoup/soup-address.h +12 -15
  285. data/vendor/local/include/libsoup-2.4/libsoup/soup-auth-manager.h +44 -0
  286. data/vendor/local/include/libsoup-2.4/libsoup/soup-auth.h +36 -2
  287. data/vendor/local/include/libsoup-2.4/libsoup/soup-cache.h +102 -0
  288. data/vendor/local/include/libsoup-2.4/libsoup/soup-content-decoder.h +45 -0
  289. data/vendor/local/include/libsoup-2.4/libsoup/soup-content-sniffer.h +62 -0
  290. data/vendor/local/include/libsoup-2.4/libsoup/soup-cookie-jar-db.h +46 -0
  291. data/vendor/local/include/libsoup-2.4/libsoup/soup-cookie-jar-text.h +2 -0
  292. data/vendor/local/include/libsoup-2.4/libsoup/soup-cookie-jar.h +57 -26
  293. data/vendor/local/include/libsoup-2.4/libsoup/soup-cookie.h +41 -0
  294. data/vendor/local/include/libsoup-2.4/libsoup/soup-date.h +28 -0
  295. data/vendor/local/include/libsoup-2.4/libsoup/soup-enum-types.h +24 -24
  296. data/vendor/local/include/libsoup-2.4/libsoup/soup-form.h +3 -1
  297. data/vendor/local/include/libsoup-2.4/libsoup/soup-headers.h +7 -0
  298. data/vendor/local/include/libsoup-2.4/libsoup/soup-logger.h +4 -2
  299. data/vendor/local/include/libsoup-2.4/libsoup/soup-message-body.h +17 -0
  300. data/vendor/local/include/libsoup-2.4/libsoup/soup-message-headers.h +21 -1
  301. data/vendor/local/include/libsoup-2.4/libsoup/soup-message.h +76 -15
  302. data/vendor/local/include/libsoup-2.4/libsoup/soup-method.h +33 -30
  303. data/vendor/local/include/libsoup-2.4/libsoup/soup-misc.h +27 -8
  304. data/vendor/local/include/libsoup-2.4/libsoup/soup-multipart-input-stream.h +66 -0
  305. data/vendor/local/include/libsoup-2.4/libsoup/soup-multipart.h +9 -0
  306. data/vendor/local/include/libsoup-2.4/libsoup/soup-password-manager.h +64 -0
  307. data/vendor/local/include/libsoup-2.4/libsoup/soup-portability.h +1 -3
  308. data/vendor/local/include/libsoup-2.4/libsoup/soup-proxy-resolver-default.h +30 -0
  309. data/vendor/local/include/libsoup-2.4/libsoup/soup-proxy-resolver.h +12 -7
  310. data/vendor/local/include/libsoup-2.4/libsoup/soup-proxy-uri-resolver.h +17 -7
  311. data/vendor/local/include/libsoup-2.4/libsoup/soup-request-data.h +53 -0
  312. data/vendor/local/include/libsoup-2.4/libsoup/soup-request-file.h +56 -0
  313. data/vendor/local/include/libsoup-2.4/libsoup/soup-request-http.h +56 -0
  314. data/vendor/local/include/libsoup-2.4/libsoup/soup-request.h +103 -0
  315. data/vendor/local/include/libsoup-2.4/libsoup/soup-requester.h +84 -0
  316. data/vendor/local/include/libsoup-2.4/libsoup/soup-server.h +11 -7
  317. data/vendor/local/include/libsoup-2.4/libsoup/soup-session-async.h +2 -0
  318. data/vendor/local/include/libsoup-2.4/libsoup/soup-session-feature.h +40 -20
  319. data/vendor/local/include/libsoup-2.4/libsoup/soup-session-sync.h +2 -0
  320. data/vendor/local/include/libsoup-2.4/libsoup/soup-session.h +114 -13
  321. data/vendor/local/include/libsoup-2.4/libsoup/soup-socket.h +18 -13
  322. data/vendor/local/include/libsoup-2.4/libsoup/soup-status.h +83 -2
  323. data/vendor/local/include/libsoup-2.4/libsoup/soup-tld.h +34 -0
  324. data/vendor/local/include/libsoup-2.4/libsoup/soup-types.h +10 -2
  325. data/vendor/local/include/libsoup-2.4/libsoup/soup-uri.h +82 -55
  326. data/vendor/local/include/libsoup-2.4/libsoup/soup-version.h +261 -0
  327. data/vendor/local/include/libsoup-2.4/libsoup/soup-xmlrpc.h +0 -4
  328. data/vendor/local/include/libsoup-2.4/libsoup/soup.h +14 -0
  329. data/vendor/local/include/ogg/config_types.h +5 -5
  330. data/vendor/local/include/sqlite3.h +7338 -0
  331. data/vendor/local/include/sqlite3ext.h +487 -0
  332. data/vendor/local/lib/girepository-1.0/Gst-1.0.typelib +0 -0
  333. data/vendor/local/lib/girepository-1.0/GstAllocators-1.0.typelib +0 -0
  334. data/vendor/local/lib/girepository-1.0/GstApp-1.0.typelib +0 -0
  335. data/vendor/local/lib/girepository-1.0/GstAudio-1.0.typelib +0 -0
  336. data/vendor/local/lib/girepository-1.0/GstBase-1.0.typelib +0 -0
  337. data/vendor/local/lib/girepository-1.0/GstCheck-1.0.typelib +0 -0
  338. data/vendor/local/lib/girepository-1.0/GstController-1.0.typelib +0 -0
  339. data/vendor/local/lib/girepository-1.0/GstFft-1.0.typelib +0 -0
  340. data/vendor/local/lib/girepository-1.0/GstInsertBin-1.0.typelib +0 -0
  341. data/vendor/local/lib/girepository-1.0/GstMpegts-1.0.typelib +0 -0
  342. data/vendor/local/lib/girepository-1.0/GstNet-1.0.typelib +0 -0
  343. data/vendor/local/lib/girepository-1.0/GstPbutils-1.0.typelib +0 -0
  344. data/vendor/local/lib/girepository-1.0/GstRiff-1.0.typelib +0 -0
  345. data/vendor/local/lib/girepository-1.0/GstRtp-1.0.typelib +0 -0
  346. data/vendor/local/lib/girepository-1.0/GstRtsp-1.0.typelib +0 -0
  347. data/vendor/local/lib/girepository-1.0/GstSdp-1.0.typelib +0 -0
  348. data/vendor/local/lib/girepository-1.0/GstTag-1.0.typelib +0 -0
  349. data/vendor/local/lib/girepository-1.0/GstVideo-1.0.typelib +0 -0
  350. data/vendor/local/lib/girepository-1.0/Soup-2.4.typelib +0 -0
  351. data/vendor/local/lib/gstreamer-1.0/libgstaccurip.dll +0 -0
  352. data/vendor/local/lib/gstreamer-1.0/libgstaccurip.dll.a +0 -0
  353. data/vendor/local/lib/gstreamer-1.0/libgstaccurip.la +41 -0
  354. data/vendor/local/lib/gstreamer-1.0/libgstadder.dll +0 -0
  355. data/vendor/local/lib/gstreamer-1.0/libgstadder.dll.a +0 -0
  356. data/vendor/local/lib/gstreamer-1.0/libgstadder.la +2 -2
  357. data/vendor/local/lib/gstreamer-1.0/libgstadpcmdec.dll +0 -0
  358. data/vendor/local/lib/gstreamer-1.0/libgstadpcmdec.dll.a +0 -0
  359. data/vendor/local/lib/gstreamer-1.0/libgstadpcmdec.la +2 -2
  360. data/vendor/local/lib/gstreamer-1.0/libgstadpcmenc.dll +0 -0
  361. data/vendor/local/lib/gstreamer-1.0/libgstadpcmenc.dll.a +0 -0
  362. data/vendor/local/lib/gstreamer-1.0/libgstadpcmenc.la +2 -2
  363. data/vendor/local/lib/gstreamer-1.0/libgstaiff.dll +0 -0
  364. data/vendor/local/lib/gstreamer-1.0/libgstaiff.dll.a +0 -0
  365. data/vendor/local/lib/gstreamer-1.0/libgstaiff.la +41 -0
  366. data/vendor/local/lib/gstreamer-1.0/libgstalaw.dll +0 -0
  367. data/vendor/local/lib/gstreamer-1.0/libgstalaw.dll.a +0 -0
  368. data/vendor/local/lib/gstreamer-1.0/libgstalaw.la +2 -2
  369. data/vendor/local/lib/gstreamer-1.0/libgstalpha.dll +0 -0
  370. data/vendor/local/lib/gstreamer-1.0/libgstalpha.dll.a +0 -0
  371. data/vendor/local/lib/gstreamer-1.0/libgstalpha.la +2 -2
  372. data/vendor/local/lib/gstreamer-1.0/libgstalphacolor.dll +0 -0
  373. data/vendor/local/lib/gstreamer-1.0/libgstalphacolor.dll.a +0 -0
  374. data/vendor/local/lib/gstreamer-1.0/libgstalphacolor.la +2 -2
  375. data/vendor/local/lib/gstreamer-1.0/libgstapetag.dll +0 -0
  376. data/vendor/local/lib/gstreamer-1.0/libgstapetag.dll.a +0 -0
  377. data/vendor/local/lib/gstreamer-1.0/libgstapetag.la +2 -2
  378. data/vendor/local/lib/gstreamer-1.0/libgstapp.dll +0 -0
  379. data/vendor/local/lib/gstreamer-1.0/libgstapp.dll.a +0 -0
  380. data/vendor/local/lib/gstreamer-1.0/libgstapp.la +2 -2
  381. data/vendor/local/lib/gstreamer-1.0/libgstasfmux.dll +0 -0
  382. data/vendor/local/lib/gstreamer-1.0/libgstasfmux.dll.a +0 -0
  383. data/vendor/local/lib/gstreamer-1.0/libgstasfmux.la +2 -2
  384. data/vendor/local/lib/gstreamer-1.0/libgstaudioconvert.dll +0 -0
  385. data/vendor/local/lib/gstreamer-1.0/libgstaudioconvert.dll.a +0 -0
  386. data/vendor/local/lib/gstreamer-1.0/libgstaudioconvert.la +2 -2
  387. data/vendor/local/lib/gstreamer-1.0/libgstaudiofx.dll +0 -0
  388. data/vendor/local/lib/gstreamer-1.0/libgstaudiofx.dll.a +0 -0
  389. data/vendor/local/lib/gstreamer-1.0/libgstaudiofx.la +2 -2
  390. data/vendor/local/lib/gstreamer-1.0/libgstaudiofxbad.dll +0 -0
  391. data/vendor/local/lib/gstreamer-1.0/libgstaudiofxbad.dll.a +0 -0
  392. data/vendor/local/lib/gstreamer-1.0/libgstaudiofxbad.la +41 -0
  393. data/vendor/local/lib/gstreamer-1.0/libgstaudioparsers.dll +0 -0
  394. data/vendor/local/lib/gstreamer-1.0/libgstaudioparsers.dll.a +0 -0
  395. data/vendor/local/lib/gstreamer-1.0/libgstaudioparsers.la +2 -2
  396. data/vendor/local/lib/gstreamer-1.0/libgstaudiorate.dll +0 -0
  397. data/vendor/local/lib/gstreamer-1.0/libgstaudiorate.dll.a +0 -0
  398. data/vendor/local/lib/gstreamer-1.0/libgstaudiorate.la +2 -2
  399. data/vendor/local/lib/gstreamer-1.0/libgstaudioresample.dll +0 -0
  400. data/vendor/local/lib/gstreamer-1.0/libgstaudioresample.dll.a +0 -0
  401. data/vendor/local/lib/gstreamer-1.0/libgstaudioresample.la +2 -2
  402. data/vendor/local/lib/gstreamer-1.0/libgstaudiotestsrc.dll +0 -0
  403. data/vendor/local/lib/gstreamer-1.0/libgstaudiotestsrc.dll.a +0 -0
  404. data/vendor/local/lib/gstreamer-1.0/libgstaudiotestsrc.la +2 -2
  405. data/vendor/local/lib/gstreamer-1.0/libgstaudiovisualizers.dll +0 -0
  406. data/vendor/local/lib/gstreamer-1.0/libgstaudiovisualizers.dll.a +0 -0
  407. data/vendor/local/lib/gstreamer-1.0/libgstaudiovisualizers.la +2 -2
  408. data/vendor/local/lib/gstreamer-1.0/libgstauparse.dll +0 -0
  409. data/vendor/local/lib/gstreamer-1.0/libgstauparse.dll.a +0 -0
  410. data/vendor/local/lib/gstreamer-1.0/libgstauparse.la +2 -2
  411. data/vendor/local/lib/gstreamer-1.0/libgstautoconvert.dll +0 -0
  412. data/vendor/local/lib/gstreamer-1.0/libgstautoconvert.dll.a +0 -0
  413. data/vendor/local/lib/gstreamer-1.0/libgstautoconvert.la +2 -2
  414. data/vendor/local/lib/gstreamer-1.0/libgstautodetect.dll +0 -0
  415. data/vendor/local/lib/gstreamer-1.0/libgstautodetect.dll.a +0 -0
  416. data/vendor/local/lib/gstreamer-1.0/libgstautodetect.la +2 -2
  417. data/vendor/local/lib/gstreamer-1.0/libgstavi.dll +0 -0
  418. data/vendor/local/lib/gstreamer-1.0/libgstavi.dll.a +0 -0
  419. data/vendor/local/lib/gstreamer-1.0/libgstavi.la +2 -2
  420. data/vendor/local/lib/gstreamer-1.0/libgstbayer.dll +0 -0
  421. data/vendor/local/lib/gstreamer-1.0/libgstbayer.dll.a +0 -0
  422. data/vendor/local/lib/gstreamer-1.0/libgstbayer.la +2 -2
  423. data/vendor/local/lib/gstreamer-1.0/libgstcairo.dll +0 -0
  424. data/vendor/local/lib/gstreamer-1.0/libgstcairo.dll.a +0 -0
  425. data/vendor/local/lib/gstreamer-1.0/libgstcairo.la +3 -3
  426. data/vendor/local/lib/gstreamer-1.0/libgstcamerabin2.dll +0 -0
  427. data/vendor/local/lib/gstreamer-1.0/libgstcamerabin2.dll.a +0 -0
  428. data/vendor/local/lib/gstreamer-1.0/libgstcamerabin2.la +2 -2
  429. data/vendor/local/lib/gstreamer-1.0/libgstcoloreffects.dll +0 -0
  430. data/vendor/local/lib/gstreamer-1.0/libgstcoloreffects.dll.a +0 -0
  431. data/vendor/local/lib/gstreamer-1.0/libgstcoloreffects.la +2 -2
  432. data/vendor/local/lib/gstreamer-1.0/libgstcoreelements.dll +0 -0
  433. data/vendor/local/lib/gstreamer-1.0/libgstcoreelements.dll.a +0 -0
  434. data/vendor/local/lib/gstreamer-1.0/libgstcoreelements.la +2 -2
  435. data/vendor/local/lib/gstreamer-1.0/libgstcutter.dll +0 -0
  436. data/vendor/local/lib/gstreamer-1.0/libgstcutter.dll.a +0 -0
  437. data/vendor/local/lib/gstreamer-1.0/libgstcutter.la +2 -2
  438. data/vendor/local/lib/gstreamer-1.0/libgstd3dvideosink.dll +0 -0
  439. data/vendor/local/lib/gstreamer-1.0/libgstd3dvideosink.dll.a +0 -0
  440. data/vendor/local/lib/gstreamer-1.0/libgstd3dvideosink.la +2 -2
  441. data/vendor/local/lib/gstreamer-1.0/libgstdashdemux.dll +0 -0
  442. data/vendor/local/lib/gstreamer-1.0/libgstdashdemux.dll.a +0 -0
  443. data/vendor/local/lib/gstreamer-1.0/libgstdashdemux.la +41 -0
  444. data/vendor/local/lib/gstreamer-1.0/libgstdataurisrc.dll +0 -0
  445. data/vendor/local/lib/gstreamer-1.0/libgstdataurisrc.dll.a +0 -0
  446. data/vendor/local/lib/gstreamer-1.0/libgstdataurisrc.la +2 -2
  447. data/vendor/local/lib/gstreamer-1.0/libgstdebug.dll +0 -0
  448. data/vendor/local/lib/gstreamer-1.0/libgstdebug.dll.a +0 -0
  449. data/vendor/local/lib/gstreamer-1.0/libgstdebug.la +2 -2
  450. data/vendor/local/lib/gstreamer-1.0/libgstdebugutilsbad.dll +0 -0
  451. data/vendor/local/lib/gstreamer-1.0/libgstdebugutilsbad.dll.a +0 -0
  452. data/vendor/local/lib/gstreamer-1.0/libgstdebugutilsbad.la +2 -2
  453. data/vendor/local/lib/gstreamer-1.0/libgstdeinterlace.dll +0 -0
  454. data/vendor/local/lib/gstreamer-1.0/libgstdeinterlace.dll.a +0 -0
  455. data/vendor/local/lib/gstreamer-1.0/libgstdeinterlace.la +2 -2
  456. data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsink.dll +0 -0
  457. data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsink.dll.a +0 -0
  458. data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsink.la +2 -2
  459. data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsrc.dll +0 -0
  460. data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsrc.dll.a +0 -0
  461. data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsrc.la +2 -2
  462. data/vendor/local/lib/gstreamer-1.0/libgstdtmf.dll +0 -0
  463. data/vendor/local/lib/gstreamer-1.0/libgstdtmf.dll.a +0 -0
  464. data/vendor/local/lib/gstreamer-1.0/libgstdtmf.la +2 -2
  465. data/vendor/local/lib/gstreamer-1.0/libgstdvbsuboverlay.dll +0 -0
  466. data/vendor/local/lib/gstreamer-1.0/libgstdvbsuboverlay.dll.a +0 -0
  467. data/vendor/local/lib/gstreamer-1.0/libgstdvbsuboverlay.la +2 -2
  468. data/vendor/local/lib/gstreamer-1.0/libgstdvdspu.dll +0 -0
  469. data/vendor/local/lib/gstreamer-1.0/libgstdvdspu.dll.a +0 -0
  470. data/vendor/local/lib/gstreamer-1.0/libgstdvdspu.la +2 -2
  471. data/vendor/local/lib/gstreamer-1.0/libgsteffectv.dll +0 -0
  472. data/vendor/local/lib/gstreamer-1.0/libgsteffectv.dll.a +0 -0
  473. data/vendor/local/lib/gstreamer-1.0/libgsteffectv.la +2 -2
  474. data/vendor/local/lib/gstreamer-1.0/libgstencodebin.dll +0 -0
  475. data/vendor/local/lib/gstreamer-1.0/libgstencodebin.dll.a +0 -0
  476. data/vendor/local/lib/gstreamer-1.0/libgstencodebin.la +2 -2
  477. data/vendor/local/lib/gstreamer-1.0/libgstequalizer.dll +0 -0
  478. data/vendor/local/lib/gstreamer-1.0/libgstequalizer.dll.a +0 -0
  479. data/vendor/local/lib/gstreamer-1.0/libgstequalizer.la +2 -2
  480. data/vendor/local/lib/gstreamer-1.0/libgstfestival.dll +0 -0
  481. data/vendor/local/lib/gstreamer-1.0/libgstfestival.dll.a +0 -0
  482. data/vendor/local/lib/gstreamer-1.0/libgstfestival.la +2 -2
  483. data/vendor/local/lib/gstreamer-1.0/libgstfieldanalysis.dll +0 -0
  484. data/vendor/local/lib/gstreamer-1.0/libgstfieldanalysis.dll.a +0 -0
  485. data/vendor/local/lib/gstreamer-1.0/libgstfieldanalysis.la +2 -2
  486. data/vendor/local/lib/gstreamer-1.0/libgstflac.dll +0 -0
  487. data/vendor/local/lib/gstreamer-1.0/libgstflac.dll.a +0 -0
  488. data/vendor/local/lib/gstreamer-1.0/libgstflac.la +2 -2
  489. data/vendor/local/lib/gstreamer-1.0/libgstflv.dll +0 -0
  490. data/vendor/local/lib/gstreamer-1.0/libgstflv.dll.a +0 -0
  491. data/vendor/local/lib/gstreamer-1.0/libgstflv.la +2 -2
  492. data/vendor/local/lib/gstreamer-1.0/libgstflxdec.dll +0 -0
  493. data/vendor/local/lib/gstreamer-1.0/libgstflxdec.dll.a +0 -0
  494. data/vendor/local/lib/gstreamer-1.0/libgstflxdec.la +2 -2
  495. data/vendor/local/lib/gstreamer-1.0/libgstfragmented.dll +0 -0
  496. data/vendor/local/lib/gstreamer-1.0/libgstfragmented.dll.a +0 -0
  497. data/vendor/local/lib/gstreamer-1.0/libgstfragmented.la +2 -2
  498. data/vendor/local/lib/gstreamer-1.0/libgstfreeverb.dll +0 -0
  499. data/vendor/local/lib/gstreamer-1.0/libgstfreeverb.dll.a +0 -0
  500. data/vendor/local/lib/gstreamer-1.0/libgstfreeverb.la +41 -0
  501. data/vendor/local/lib/gstreamer-1.0/libgstfrei0r.dll +0 -0
  502. data/vendor/local/lib/gstreamer-1.0/libgstfrei0r.dll.a +0 -0
  503. data/vendor/local/lib/gstreamer-1.0/libgstfrei0r.la +2 -2
  504. data/vendor/local/lib/gstreamer-1.0/libgstgaudieffects.dll +0 -0
  505. data/vendor/local/lib/gstreamer-1.0/libgstgaudieffects.dll.a +0 -0
  506. data/vendor/local/lib/gstreamer-1.0/libgstgaudieffects.la +2 -2
  507. data/vendor/local/lib/gstreamer-1.0/libgstgdkpixbuf.dll +0 -0
  508. data/vendor/local/lib/gstreamer-1.0/libgstgdkpixbuf.dll.a +0 -0
  509. data/vendor/local/lib/gstreamer-1.0/libgstgdkpixbuf.la +2 -2
  510. data/vendor/local/lib/gstreamer-1.0/libgstgdp.dll +0 -0
  511. data/vendor/local/lib/gstreamer-1.0/libgstgdp.dll.a +0 -0
  512. data/vendor/local/lib/gstreamer-1.0/libgstgdp.la +2 -2
  513. data/vendor/local/lib/gstreamer-1.0/libgstgeometrictransform.dll +0 -0
  514. data/vendor/local/lib/gstreamer-1.0/libgstgeometrictransform.dll.a +0 -0
  515. data/vendor/local/lib/gstreamer-1.0/libgstgeometrictransform.la +2 -2
  516. data/vendor/local/lib/gstreamer-1.0/libgstgio.dll +0 -0
  517. data/vendor/local/lib/gstreamer-1.0/libgstgio.dll.a +0 -0
  518. data/vendor/local/lib/gstreamer-1.0/libgstgio.la +2 -2
  519. data/vendor/local/lib/gstreamer-1.0/libgstgoom.dll +0 -0
  520. data/vendor/local/lib/gstreamer-1.0/libgstgoom.dll.a +0 -0
  521. data/vendor/local/lib/gstreamer-1.0/libgstgoom.la +2 -2
  522. data/vendor/local/lib/gstreamer-1.0/libgstgoom2k1.dll +0 -0
  523. data/vendor/local/lib/gstreamer-1.0/libgstgoom2k1.dll.a +0 -0
  524. data/vendor/local/lib/gstreamer-1.0/libgstgoom2k1.la +2 -2
  525. data/vendor/local/lib/gstreamer-1.0/libgsticydemux.dll +0 -0
  526. data/vendor/local/lib/gstreamer-1.0/libgsticydemux.dll.a +0 -0
  527. data/vendor/local/lib/gstreamer-1.0/libgsticydemux.la +2 -2
  528. data/vendor/local/lib/gstreamer-1.0/libgstid3demux.dll +0 -0
  529. data/vendor/local/lib/gstreamer-1.0/libgstid3demux.dll.a +0 -0
  530. data/vendor/local/lib/gstreamer-1.0/libgstid3demux.la +2 -2
  531. data/vendor/local/lib/gstreamer-1.0/libgstid3tag.dll +0 -0
  532. data/vendor/local/lib/gstreamer-1.0/libgstid3tag.dll.a +0 -0
  533. data/vendor/local/lib/gstreamer-1.0/libgstid3tag.la +2 -2
  534. data/vendor/local/lib/gstreamer-1.0/libgstimagefreeze.dll +0 -0
  535. data/vendor/local/lib/gstreamer-1.0/libgstimagefreeze.dll.a +0 -0
  536. data/vendor/local/lib/gstreamer-1.0/libgstimagefreeze.la +2 -2
  537. data/vendor/local/lib/gstreamer-1.0/libgstinter.dll +0 -0
  538. data/vendor/local/lib/gstreamer-1.0/libgstinter.dll.a +0 -0
  539. data/vendor/local/lib/gstreamer-1.0/libgstinter.la +2 -2
  540. data/vendor/local/lib/gstreamer-1.0/libgstinterlace.dll +0 -0
  541. data/vendor/local/lib/gstreamer-1.0/libgstinterlace.dll.a +0 -0
  542. data/vendor/local/lib/gstreamer-1.0/libgstinterlace.la +2 -2
  543. data/vendor/local/lib/gstreamer-1.0/libgstinterleave.dll +0 -0
  544. data/vendor/local/lib/gstreamer-1.0/libgstinterleave.dll.a +0 -0
  545. data/vendor/local/lib/gstreamer-1.0/libgstinterleave.la +2 -2
  546. data/vendor/local/lib/gstreamer-1.0/libgstisomp4.dll +0 -0
  547. data/vendor/local/lib/gstreamer-1.0/libgstisomp4.dll.a +0 -0
  548. data/vendor/local/lib/gstreamer-1.0/libgstisomp4.la +2 -2
  549. data/vendor/local/lib/gstreamer-1.0/libgstivtc.dll +0 -0
  550. data/vendor/local/lib/gstreamer-1.0/libgstivtc.dll.a +0 -0
  551. data/vendor/local/lib/gstreamer-1.0/libgstivtc.la +41 -0
  552. data/vendor/local/lib/gstreamer-1.0/libgstjpeg.dll +0 -0
  553. data/vendor/local/lib/gstreamer-1.0/libgstjpeg.dll.a +0 -0
  554. data/vendor/local/lib/gstreamer-1.0/libgstjpeg.la +2 -2
  555. data/vendor/local/lib/gstreamer-1.0/libgstjpegformat.dll +0 -0
  556. data/vendor/local/lib/gstreamer-1.0/libgstjpegformat.dll.a +0 -0
  557. data/vendor/local/lib/gstreamer-1.0/libgstjpegformat.la +2 -2
  558. data/vendor/local/lib/gstreamer-1.0/libgstlevel.dll +0 -0
  559. data/vendor/local/lib/gstreamer-1.0/libgstlevel.dll.a +0 -0
  560. data/vendor/local/lib/gstreamer-1.0/libgstlevel.la +2 -2
  561. data/vendor/local/lib/gstreamer-1.0/libgstlibav.dll +0 -0
  562. data/vendor/local/lib/gstreamer-1.0/libgstlibav.dll.a +0 -0
  563. data/vendor/local/lib/gstreamer-1.0/libgstlibav.la +2 -2
  564. data/vendor/local/lib/gstreamer-1.0/libgstliveadder.dll +0 -0
  565. data/vendor/local/lib/gstreamer-1.0/libgstliveadder.dll.a +0 -0
  566. data/vendor/local/lib/gstreamer-1.0/libgstliveadder.la +2 -2
  567. data/vendor/local/lib/gstreamer-1.0/libgstmatroska.dll +0 -0
  568. data/vendor/local/lib/gstreamer-1.0/libgstmatroska.dll.a +0 -0
  569. data/vendor/local/lib/gstreamer-1.0/libgstmatroska.la +2 -2
  570. data/vendor/local/lib/gstreamer-1.0/libgstmidi.dll +0 -0
  571. data/vendor/local/lib/gstreamer-1.0/libgstmidi.dll.a +0 -0
  572. data/vendor/local/lib/gstreamer-1.0/libgstmidi.la +41 -0
  573. data/vendor/local/lib/gstreamer-1.0/libgstmpegpsdemux.dll +0 -0
  574. data/vendor/local/lib/gstreamer-1.0/libgstmpegpsdemux.dll.a +0 -0
  575. data/vendor/local/lib/gstreamer-1.0/libgstmpegpsdemux.la +2 -2
  576. data/vendor/local/lib/gstreamer-1.0/libgstmpegpsmux.dll +0 -0
  577. data/vendor/local/lib/gstreamer-1.0/libgstmpegpsmux.dll.a +0 -0
  578. data/vendor/local/lib/gstreamer-1.0/libgstmpegpsmux.la +2 -2
  579. data/vendor/local/lib/gstreamer-1.0/libgstmpegtsdemux.dll +0 -0
  580. data/vendor/local/lib/gstreamer-1.0/libgstmpegtsdemux.dll.a +0 -0
  581. data/vendor/local/lib/gstreamer-1.0/libgstmpegtsdemux.la +2 -2
  582. data/vendor/local/lib/gstreamer-1.0/libgstmpegtsmux.dll +0 -0
  583. data/vendor/local/lib/gstreamer-1.0/libgstmpegtsmux.dll.a +0 -0
  584. data/vendor/local/lib/gstreamer-1.0/libgstmpegtsmux.la +2 -2
  585. data/vendor/local/lib/gstreamer-1.0/libgstmulaw.dll +0 -0
  586. data/vendor/local/lib/gstreamer-1.0/libgstmulaw.dll.a +0 -0
  587. data/vendor/local/lib/gstreamer-1.0/libgstmulaw.la +2 -2
  588. data/vendor/local/lib/gstreamer-1.0/libgstmultifile.dll +0 -0
  589. data/vendor/local/lib/gstreamer-1.0/libgstmultifile.dll.a +0 -0
  590. data/vendor/local/lib/gstreamer-1.0/libgstmultifile.la +2 -2
  591. data/vendor/local/lib/gstreamer-1.0/libgstmultipart.dll +0 -0
  592. data/vendor/local/lib/gstreamer-1.0/libgstmultipart.dll.a +0 -0
  593. data/vendor/local/lib/gstreamer-1.0/libgstmultipart.la +2 -2
  594. data/vendor/local/lib/gstreamer-1.0/libgstmxf.dll +0 -0
  595. data/vendor/local/lib/gstreamer-1.0/libgstmxf.dll.a +0 -0
  596. data/vendor/local/lib/gstreamer-1.0/libgstmxf.la +41 -0
  597. data/vendor/local/lib/gstreamer-1.0/libgstnavigationtest.dll +0 -0
  598. data/vendor/local/lib/gstreamer-1.0/libgstnavigationtest.dll.a +0 -0
  599. data/vendor/local/lib/gstreamer-1.0/libgstnavigationtest.la +2 -2
  600. data/vendor/local/lib/gstreamer-1.0/libgstogg.dll +0 -0
  601. data/vendor/local/lib/gstreamer-1.0/libgstogg.dll.a +0 -0
  602. data/vendor/local/lib/gstreamer-1.0/libgstogg.la +2 -2
  603. data/vendor/local/lib/gstreamer-1.0/libgstpango.dll +0 -0
  604. data/vendor/local/lib/gstreamer-1.0/libgstpango.dll.a +0 -0
  605. data/vendor/local/lib/gstreamer-1.0/libgstpango.la +3 -3
  606. data/vendor/local/lib/gstreamer-1.0/libgstpcapparse.dll +0 -0
  607. data/vendor/local/lib/gstreamer-1.0/libgstpcapparse.dll.a +0 -0
  608. data/vendor/local/lib/gstreamer-1.0/libgstpcapparse.la +2 -2
  609. data/vendor/local/lib/gstreamer-1.0/libgstplayback.dll +0 -0
  610. data/vendor/local/lib/gstreamer-1.0/libgstplayback.dll.a +0 -0
  611. data/vendor/local/lib/gstreamer-1.0/libgstplayback.la +2 -2
  612. data/vendor/local/lib/gstreamer-1.0/libgstpng.dll +0 -0
  613. data/vendor/local/lib/gstreamer-1.0/libgstpng.dll.a +0 -0
  614. data/vendor/local/lib/gstreamer-1.0/libgstpng.la +2 -2
  615. data/vendor/local/lib/gstreamer-1.0/libgstpnm.dll +0 -0
  616. data/vendor/local/lib/gstreamer-1.0/libgstpnm.dll.a +0 -0
  617. data/vendor/local/lib/gstreamer-1.0/libgstpnm.la +2 -2
  618. data/vendor/local/lib/gstreamer-1.0/libgstrawparse.dll +0 -0
  619. data/vendor/local/lib/gstreamer-1.0/libgstrawparse.dll.a +0 -0
  620. data/vendor/local/lib/gstreamer-1.0/libgstrawparse.la +2 -2
  621. data/vendor/local/lib/gstreamer-1.0/libgstremovesilence.dll +0 -0
  622. data/vendor/local/lib/gstreamer-1.0/libgstremovesilence.dll.a +0 -0
  623. data/vendor/local/lib/gstreamer-1.0/libgstremovesilence.la +2 -2
  624. data/vendor/local/lib/gstreamer-1.0/libgstreplaygain.dll +0 -0
  625. data/vendor/local/lib/gstreamer-1.0/libgstreplaygain.dll.a +0 -0
  626. data/vendor/local/lib/gstreamer-1.0/libgstreplaygain.la +2 -2
  627. data/vendor/local/lib/gstreamer-1.0/libgstrtp.dll +0 -0
  628. data/vendor/local/lib/gstreamer-1.0/libgstrtp.dll.a +0 -0
  629. data/vendor/local/lib/gstreamer-1.0/libgstrtp.la +2 -2
  630. data/vendor/local/lib/gstreamer-1.0/libgstrtpmanager.dll +0 -0
  631. data/vendor/local/lib/gstreamer-1.0/libgstrtpmanager.dll.a +0 -0
  632. data/vendor/local/lib/gstreamer-1.0/libgstrtpmanager.la +2 -2
  633. data/vendor/local/lib/gstreamer-1.0/libgstrtsp.dll +0 -0
  634. data/vendor/local/lib/gstreamer-1.0/libgstrtsp.dll.a +0 -0
  635. data/vendor/local/lib/gstreamer-1.0/libgstrtsp.la +2 -2
  636. data/vendor/local/lib/gstreamer-1.0/libgstsdpelem.dll +0 -0
  637. data/vendor/local/lib/gstreamer-1.0/libgstsdpelem.dll.a +0 -0
  638. data/vendor/local/lib/gstreamer-1.0/libgstsdpelem.la +2 -2
  639. data/vendor/local/lib/gstreamer-1.0/libgstsegmentclip.dll +0 -0
  640. data/vendor/local/lib/gstreamer-1.0/libgstsegmentclip.dll.a +0 -0
  641. data/vendor/local/lib/gstreamer-1.0/libgstsegmentclip.la +2 -2
  642. data/vendor/local/lib/gstreamer-1.0/libgstshapewipe.dll +0 -0
  643. data/vendor/local/lib/gstreamer-1.0/libgstshapewipe.dll.a +0 -0
  644. data/vendor/local/lib/gstreamer-1.0/libgstshapewipe.la +2 -2
  645. data/vendor/local/lib/gstreamer-1.0/libgstsiren.dll +0 -0
  646. data/vendor/local/lib/gstreamer-1.0/libgstsiren.dll.a +0 -0
  647. data/vendor/local/lib/gstreamer-1.0/libgstsiren.la +2 -2
  648. data/vendor/local/lib/gstreamer-1.0/libgstsmooth.dll +0 -0
  649. data/vendor/local/lib/gstreamer-1.0/libgstsmooth.dll.a +0 -0
  650. data/vendor/local/lib/gstreamer-1.0/libgstsmooth.la +2 -2
  651. data/vendor/local/lib/gstreamer-1.0/libgstsmoothstreaming.dll +0 -0
  652. data/vendor/local/lib/gstreamer-1.0/libgstsmoothstreaming.dll.a +0 -0
  653. data/vendor/local/lib/gstreamer-1.0/libgstsmoothstreaming.la +41 -0
  654. data/vendor/local/lib/gstreamer-1.0/libgstsmpte.dll +0 -0
  655. data/vendor/local/lib/gstreamer-1.0/libgstsmpte.dll.a +0 -0
  656. data/vendor/local/lib/gstreamer-1.0/libgstsmpte.la +2 -2
  657. data/vendor/local/lib/gstreamer-1.0/libgstsouphttpsrc.dll +0 -0
  658. data/vendor/local/lib/gstreamer-1.0/libgstsouphttpsrc.dll.a +0 -0
  659. data/vendor/local/lib/gstreamer-1.0/libgstsouphttpsrc.la +2 -2
  660. data/vendor/local/lib/gstreamer-1.0/libgstspectrum.dll +0 -0
  661. data/vendor/local/lib/gstreamer-1.0/libgstspectrum.dll.a +0 -0
  662. data/vendor/local/lib/gstreamer-1.0/libgstspectrum.la +2 -2
  663. data/vendor/local/lib/gstreamer-1.0/libgstspeed.dll +0 -0
  664. data/vendor/local/lib/gstreamer-1.0/libgstspeed.dll.a +0 -0
  665. data/vendor/local/lib/gstreamer-1.0/libgstspeed.la +2 -2
  666. data/vendor/local/lib/gstreamer-1.0/libgstspeex.dll +0 -0
  667. data/vendor/local/lib/gstreamer-1.0/libgstspeex.dll.a +0 -0
  668. data/vendor/local/lib/gstreamer-1.0/libgstspeex.la +2 -2
  669. data/vendor/local/lib/gstreamer-1.0/libgstsubenc.dll +0 -0
  670. data/vendor/local/lib/gstreamer-1.0/libgstsubenc.dll.a +0 -0
  671. data/vendor/local/lib/gstreamer-1.0/libgstsubenc.la +2 -2
  672. data/vendor/local/lib/gstreamer-1.0/libgstsubparse.dll +0 -0
  673. data/vendor/local/lib/gstreamer-1.0/libgstsubparse.dll.a +0 -0
  674. data/vendor/local/lib/gstreamer-1.0/libgstsubparse.la +2 -2
  675. data/vendor/local/lib/gstreamer-1.0/libgsttcp.dll +0 -0
  676. data/vendor/local/lib/gstreamer-1.0/libgsttcp.dll.a +0 -0
  677. data/vendor/local/lib/gstreamer-1.0/libgsttcp.la +2 -2
  678. data/vendor/local/lib/gstreamer-1.0/libgsttheora.dll +0 -0
  679. data/vendor/local/lib/gstreamer-1.0/libgsttheora.dll.a +0 -0
  680. data/vendor/local/lib/gstreamer-1.0/libgsttheora.la +2 -2
  681. data/vendor/local/lib/gstreamer-1.0/libgsttypefindfunctions.dll +0 -0
  682. data/vendor/local/lib/gstreamer-1.0/libgsttypefindfunctions.dll.a +0 -0
  683. data/vendor/local/lib/gstreamer-1.0/libgsttypefindfunctions.la +2 -2
  684. data/vendor/local/lib/gstreamer-1.0/libgstudp.dll +0 -0
  685. data/vendor/local/lib/gstreamer-1.0/libgstudp.dll.a +0 -0
  686. data/vendor/local/lib/gstreamer-1.0/libgstudp.la +2 -2
  687. data/vendor/local/lib/gstreamer-1.0/libgstvideobox.dll +0 -0
  688. data/vendor/local/lib/gstreamer-1.0/libgstvideobox.dll.a +0 -0
  689. data/vendor/local/lib/gstreamer-1.0/libgstvideobox.la +2 -2
  690. data/vendor/local/lib/gstreamer-1.0/libgstvideoconvert.dll +0 -0
  691. data/vendor/local/lib/gstreamer-1.0/libgstvideoconvert.dll.a +0 -0
  692. data/vendor/local/lib/gstreamer-1.0/libgstvideoconvert.la +2 -2
  693. data/vendor/local/lib/gstreamer-1.0/libgstvideocrop.dll +0 -0
  694. data/vendor/local/lib/gstreamer-1.0/libgstvideocrop.dll.a +0 -0
  695. data/vendor/local/lib/gstreamer-1.0/libgstvideocrop.la +2 -2
  696. data/vendor/local/lib/gstreamer-1.0/libgstvideofilter.dll +0 -0
  697. data/vendor/local/lib/gstreamer-1.0/libgstvideofilter.dll.a +0 -0
  698. data/vendor/local/lib/gstreamer-1.0/libgstvideofilter.la +2 -2
  699. data/vendor/local/lib/gstreamer-1.0/libgstvideofiltersbad.dll +0 -0
  700. data/vendor/local/lib/gstreamer-1.0/libgstvideofiltersbad.dll.a +0 -0
  701. data/vendor/local/lib/gstreamer-1.0/libgstvideofiltersbad.la +41 -0
  702. data/vendor/local/lib/gstreamer-1.0/libgstvideomixer.dll +0 -0
  703. data/vendor/local/lib/gstreamer-1.0/libgstvideomixer.dll.a +0 -0
  704. data/vendor/local/lib/gstreamer-1.0/libgstvideomixer.la +2 -2
  705. data/vendor/local/lib/gstreamer-1.0/libgstvideoparsersbad.dll +0 -0
  706. data/vendor/local/lib/gstreamer-1.0/libgstvideoparsersbad.dll.a +0 -0
  707. data/vendor/local/lib/gstreamer-1.0/libgstvideoparsersbad.la +2 -2
  708. data/vendor/local/lib/gstreamer-1.0/libgstvideorate.dll +0 -0
  709. data/vendor/local/lib/gstreamer-1.0/libgstvideorate.dll.a +0 -0
  710. data/vendor/local/lib/gstreamer-1.0/libgstvideorate.la +2 -2
  711. data/vendor/local/lib/gstreamer-1.0/libgstvideoscale.dll +0 -0
  712. data/vendor/local/lib/gstreamer-1.0/libgstvideoscale.dll.a +0 -0
  713. data/vendor/local/lib/gstreamer-1.0/libgstvideoscale.la +2 -2
  714. data/vendor/local/lib/gstreamer-1.0/libgstvideotestsrc.dll +0 -0
  715. data/vendor/local/lib/gstreamer-1.0/libgstvideotestsrc.dll.a +0 -0
  716. data/vendor/local/lib/gstreamer-1.0/libgstvideotestsrc.la +2 -2
  717. data/vendor/local/lib/gstreamer-1.0/libgstvolume.dll +0 -0
  718. data/vendor/local/lib/gstreamer-1.0/libgstvolume.dll.a +0 -0
  719. data/vendor/local/lib/gstreamer-1.0/libgstvolume.la +2 -2
  720. data/vendor/local/lib/gstreamer-1.0/libgstvorbis.dll +0 -0
  721. data/vendor/local/lib/gstreamer-1.0/libgstvorbis.dll.a +0 -0
  722. data/vendor/local/lib/gstreamer-1.0/libgstvorbis.la +2 -2
  723. data/vendor/local/lib/gstreamer-1.0/libgstwasapi.dll +0 -0
  724. data/vendor/local/lib/gstreamer-1.0/libgstwasapi.dll.a +0 -0
  725. data/vendor/local/lib/gstreamer-1.0/libgstwasapi.la +41 -0
  726. data/vendor/local/lib/gstreamer-1.0/libgstwaveformsink.dll +0 -0
  727. data/vendor/local/lib/gstreamer-1.0/libgstwaveformsink.dll.a +0 -0
  728. data/vendor/local/lib/gstreamer-1.0/libgstwaveformsink.la +2 -2
  729. data/vendor/local/lib/gstreamer-1.0/libgstwavenc.dll +0 -0
  730. data/vendor/local/lib/gstreamer-1.0/libgstwavenc.dll.a +0 -0
  731. data/vendor/local/lib/gstreamer-1.0/libgstwavenc.la +2 -2
  732. data/vendor/local/lib/gstreamer-1.0/libgstwavparse.dll +0 -0
  733. data/vendor/local/lib/gstreamer-1.0/libgstwavparse.dll.a +0 -0
  734. data/vendor/local/lib/gstreamer-1.0/libgstwavparse.la +2 -2
  735. data/vendor/local/lib/gstreamer-1.0/libgstwinscreencap.dll +0 -0
  736. data/vendor/local/lib/gstreamer-1.0/libgstwinscreencap.dll.a +0 -0
  737. data/vendor/local/lib/gstreamer-1.0/libgstwinscreencap.la +41 -0
  738. data/vendor/local/lib/gstreamer-1.0/libgsty4mdec.dll +0 -0
  739. data/vendor/local/lib/gstreamer-1.0/libgsty4mdec.dll.a +0 -0
  740. data/vendor/local/lib/gstreamer-1.0/libgsty4mdec.la +2 -2
  741. data/vendor/local/lib/gstreamer-1.0/libgsty4menc.dll +0 -0
  742. data/vendor/local/lib/gstreamer-1.0/libgsty4menc.dll.a +0 -0
  743. data/vendor/local/lib/gstreamer-1.0/libgsty4menc.la +2 -2
  744. data/vendor/local/lib/gstreamer-1.0/libgstyadif.dll +0 -0
  745. data/vendor/local/lib/gstreamer-1.0/libgstyadif.dll.a +0 -0
  746. data/vendor/local/lib/gstreamer-1.0/libgstyadif.la +41 -0
  747. data/vendor/local/lib/libFLAC.dll.a +0 -0
  748. data/vendor/local/lib/libFLAC.la +4 -4
  749. data/vendor/local/lib/libgstallocators-1.0.dll.a +0 -0
  750. data/vendor/local/lib/libgstallocators-1.0.la +41 -0
  751. data/vendor/local/lib/libgstapp-1.0.dll.a +0 -0
  752. data/vendor/local/lib/libgstapp-1.0.la +4 -4
  753. data/vendor/local/lib/libgstaudio-1.0.dll.a +0 -0
  754. data/vendor/local/lib/libgstaudio-1.0.la +4 -4
  755. data/vendor/local/lib/libgstbase-1.0.dll.a +0 -0
  756. data/vendor/local/lib/libgstbase-1.0.la +4 -4
  757. data/vendor/local/lib/libgstbasecamerabinsrc-1.0.dll.a +0 -0
  758. data/vendor/local/lib/libgstbasecamerabinsrc-1.0.la +4 -4
  759. data/vendor/local/lib/libgstcheck-1.0.dll.a +0 -0
  760. data/vendor/local/lib/libgstcheck-1.0.la +4 -4
  761. data/vendor/local/lib/libgstcodecparsers-1.0.dll.a +0 -0
  762. data/vendor/local/lib/libgstcodecparsers-1.0.la +4 -4
  763. data/vendor/local/lib/libgstcontroller-1.0.dll.a +0 -0
  764. data/vendor/local/lib/libgstcontroller-1.0.la +4 -4
  765. data/vendor/local/lib/libgstfft-1.0.dll.a +0 -0
  766. data/vendor/local/lib/libgstfft-1.0.la +4 -4
  767. data/vendor/local/lib/libgstinsertbin-1.0.dll.a +0 -0
  768. data/vendor/local/lib/libgstinsertbin-1.0.la +41 -0
  769. data/vendor/local/lib/libgstmpegts-1.0.dll.a +0 -0
  770. data/vendor/local/lib/libgstmpegts-1.0.la +41 -0
  771. data/vendor/local/lib/libgstnet-1.0.dll.a +0 -0
  772. data/vendor/local/lib/libgstnet-1.0.la +4 -4
  773. data/vendor/local/lib/libgstpbutils-1.0.dll.a +0 -0
  774. data/vendor/local/lib/libgstpbutils-1.0.la +4 -4
  775. data/vendor/local/lib/libgstphotography-1.0.dll.a +0 -0
  776. data/vendor/local/lib/libgstphotography-1.0.la +4 -4
  777. data/vendor/local/lib/libgstreamer-1.0.dll.a +0 -0
  778. data/vendor/local/lib/libgstreamer-1.0.la +4 -4
  779. data/vendor/local/lib/libgstriff-1.0.dll.a +0 -0
  780. data/vendor/local/lib/libgstriff-1.0.la +4 -4
  781. data/vendor/local/lib/libgstrtp-1.0.dll.a +0 -0
  782. data/vendor/local/lib/libgstrtp-1.0.la +4 -4
  783. data/vendor/local/lib/libgstrtsp-1.0.dll.a +0 -0
  784. data/vendor/local/lib/libgstrtsp-1.0.la +4 -4
  785. data/vendor/local/lib/libgstsdp-1.0.dll.a +0 -0
  786. data/vendor/local/lib/libgstsdp-1.0.la +4 -4
  787. data/vendor/local/lib/libgsttag-1.0.dll.a +0 -0
  788. data/vendor/local/lib/libgsttag-1.0.la +4 -4
  789. data/vendor/local/lib/libgsturidownloader-1.0.dll.a +0 -0
  790. data/vendor/local/lib/libgsturidownloader-1.0.la +41 -0
  791. data/vendor/local/lib/libgstvideo-1.0.dll.a +0 -0
  792. data/vendor/local/lib/libgstvideo-1.0.la +4 -4
  793. data/vendor/local/lib/libjpeg.a +0 -0
  794. data/vendor/local/lib/libjpeg.dll.a +0 -0
  795. data/vendor/local/lib/libjpeg.la +41 -0
  796. data/vendor/local/lib/libogg.a +0 -0
  797. data/vendor/local/lib/libogg.dll.a +0 -0
  798. data/vendor/local/lib/libogg.la +2 -2
  799. data/vendor/local/lib/libsoup-2.4.a +0 -0
  800. data/vendor/local/lib/libsoup-2.4.dll.a +0 -0
  801. data/vendor/local/lib/libsoup-2.4.la +41 -0
  802. data/vendor/local/lib/libspeex.a +0 -0
  803. data/vendor/local/lib/libspeex.dll.a +0 -0
  804. data/vendor/local/lib/libspeexdsp.a +0 -0
  805. data/vendor/local/lib/libspeexdsp.dll.a +0 -0
  806. data/vendor/local/lib/libsqlite3.a +0 -0
  807. data/vendor/local/lib/libsqlite3.dll.a +0 -0
  808. data/vendor/local/lib/libsqlite3.la +41 -0
  809. data/vendor/local/lib/libtheora.a +0 -0
  810. data/vendor/local/lib/libtheora.dll.a +0 -0
  811. data/vendor/local/lib/libtheoradec.a +0 -0
  812. data/vendor/local/lib/libtheoradec.dll.a +0 -0
  813. data/vendor/local/lib/libtheoraenc.a +0 -0
  814. data/vendor/local/lib/libtheoraenc.dll.a +0 -0
  815. data/vendor/local/lib/libvorbis.a +0 -0
  816. data/vendor/local/lib/libvorbis.dll.a +0 -0
  817. data/vendor/local/lib/libvorbis.la +2 -2
  818. data/vendor/local/lib/libvorbisenc.a +0 -0
  819. data/vendor/local/lib/libvorbisenc.dll.a +0 -0
  820. data/vendor/local/lib/libvorbisenc.la +2 -2
  821. data/vendor/local/lib/libvorbisfile.a +0 -0
  822. data/vendor/local/lib/libvorbisfile.dll.a +0 -0
  823. data/vendor/local/lib/libvorbisfile.la +2 -2
  824. data/vendor/local/lib/pkgconfig/flac.pc +5 -3
  825. data/vendor/local/lib/pkgconfig/gstreamer-1.0.pc +3 -2
  826. data/vendor/local/lib/pkgconfig/gstreamer-allocators-1.0.pc +16 -0
  827. data/vendor/local/lib/pkgconfig/gstreamer-app-1.0.pc +1 -1
  828. data/vendor/local/lib/pkgconfig/gstreamer-audio-1.0.pc +1 -1
  829. data/vendor/local/lib/pkgconfig/gstreamer-base-1.0.pc +1 -1
  830. data/vendor/local/lib/pkgconfig/gstreamer-check-1.0.pc +1 -1
  831. data/vendor/local/lib/pkgconfig/gstreamer-codecparsers-1.0.pc +1 -1
  832. data/vendor/local/lib/pkgconfig/gstreamer-controller-1.0.pc +1 -1
  833. data/vendor/local/lib/pkgconfig/gstreamer-fft-1.0.pc +1 -1
  834. data/vendor/local/lib/pkgconfig/gstreamer-insertbin-1.0.pc +12 -0
  835. data/vendor/local/lib/pkgconfig/gstreamer-mpegts-1.0.pc +12 -0
  836. data/vendor/local/lib/pkgconfig/gstreamer-net-1.0.pc +1 -1
  837. data/vendor/local/lib/pkgconfig/gstreamer-pbutils-1.0.pc +1 -1
  838. data/vendor/local/lib/pkgconfig/gstreamer-plugins-bad-1.0.pc +6 -4
  839. data/vendor/local/lib/pkgconfig/gstreamer-plugins-base-1.0.pc +2 -2
  840. data/vendor/local/lib/pkgconfig/gstreamer-riff-1.0.pc +1 -1
  841. data/vendor/local/lib/pkgconfig/gstreamer-rtp-1.0.pc +1 -1
  842. data/vendor/local/lib/pkgconfig/gstreamer-rtsp-1.0.pc +1 -1
  843. data/vendor/local/lib/pkgconfig/gstreamer-sdp-1.0.pc +1 -1
  844. data/vendor/local/lib/pkgconfig/gstreamer-tag-1.0.pc +1 -1
  845. data/vendor/local/lib/pkgconfig/gstreamer-video-1.0.pc +1 -1
  846. data/vendor/local/lib/pkgconfig/libsoup-2.4.pc +2 -2
  847. data/vendor/local/lib/pkgconfig/ogg.pc +1 -1
  848. data/vendor/local/lib/pkgconfig/sqlite3.pc +13 -0
  849. data/vendor/local/lib/pkgconfig/vorbis.pc +1 -1
  850. data/vendor/local/lib/pkgconfig/vorbisenc.pc +1 -1
  851. data/vendor/local/lib/pkgconfig/vorbisfile.pc +1 -1
  852. data/vendor/local/libexec/gstreamer-1.0/gst-plugin-scanner.exe +0 -0
  853. data/vendor/local/share/aclocal/libFLAC.m4 +9 -5
  854. data/vendor/local/share/aclocal/ogg.m4 +1 -1
  855. data/vendor/local/share/doc/flac-1.3.0/FLAC.tag +10355 -0
  856. data/vendor/local/share/doc/flac-1.3.0/html/api/_09_2all_8h_source.html +125 -0
  857. data/vendor/local/share/doc/flac-1.3.0/html/api/_09_2export_8h.html +102 -0
  858. data/vendor/local/share/doc/flac-1.3.0/html/api/_09_2export_8h_source.html +142 -0
  859. data/vendor/local/share/doc/flac-1.3.0/html/api/_09_2metadata_8h.html +144 -0
  860. data/vendor/local/share/doc/flac-1.3.0/html/api/_09_2metadata_8h_source.html +992 -0
  861. data/vendor/local/share/doc/flac-1.3.0/html/api/all_8h_source.html +131 -0
  862. data/vendor/local/share/doc/flac-1.3.0/html/api/annotated.html +134 -0
  863. data/vendor/local/share/doc/flac-1.3.0/html/api/assert_8h_source.html +125 -0
  864. data/vendor/local/share/doc/flac-1.3.0/html/api/bc_s.png +0 -0
  865. data/vendor/local/share/doc/flac-1.3.0/html/api/bdwn.png +0 -0
  866. data/vendor/local/share/doc/flac-1.3.0/html/api/callback_8h.html +112 -0
  867. data/vendor/local/share/doc/flac-1.3.0/html/api/callback_8h_source.html +159 -0
  868. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Decoder_1_1File-members.html +140 -0
  869. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Decoder_1_1File.html +1315 -0
  870. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Decoder_1_1File.png +0 -0
  871. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Decoder_1_1Stream-members.html +132 -0
  872. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Decoder_1_1Stream.html +1163 -0
  873. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Decoder_1_1Stream.png +0 -0
  874. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Decoder_1_1Stream_1_1State-members.html +89 -0
  875. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Decoder_1_1Stream_1_1State.html +114 -0
  876. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Encoder_1_1File-members.html +155 -0
  877. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Encoder_1_1File.html +1915 -0
  878. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Encoder_1_1File.png +0 -0
  879. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Encoder_1_1Stream-members.html +146 -0
  880. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Encoder_1_1Stream.html +1721 -0
  881. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Encoder_1_1Stream.png +0 -0
  882. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Encoder_1_1Stream_1_1State-members.html +89 -0
  883. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Encoder_1_1Stream_1_1State.html +114 -0
  884. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Application-members.html +122 -0
  885. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Application.html +770 -0
  886. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Application.png +0 -0
  887. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Chain-members.html +99 -0
  888. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Chain.html +399 -0
  889. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Chain_1_1Status-members.html +88 -0
  890. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Chain_1_1Status.html +111 -0
  891. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1CueSheet-members.html +137 -0
  892. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1CueSheet.html +1056 -0
  893. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1CueSheet.png +0 -0
  894. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1CueSheet_1_1Track-members.html +105 -0
  895. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1CueSheet_1_1Track.html +183 -0
  896. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Iterator-members.html +98 -0
  897. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Iterator.html +305 -0
  898. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Padding-members.html +119 -0
  899. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Padding.html +766 -0
  900. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Padding.png +0 -0
  901. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Picture-members.html +134 -0
  902. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Picture.html +865 -0
  903. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Picture.png +0 -0
  904. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Prototype-members.html +109 -0
  905. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Prototype.html +456 -0
  906. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Prototype.png +0 -0
  907. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1SeekTable-members.html +130 -0
  908. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1SeekTable.html +1003 -0
  909. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1SeekTable.png +0 -0
  910. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1SimpleIterator-members.html +103 -0
  911. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1SimpleIterator.html +442 -0
  912. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1SimpleIterator_1_1Status-members.html +88 -0
  913. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1SimpleIterator_1_1Status.html +111 -0
  914. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1StreamInfo-members.html +135 -0
  915. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1StreamInfo.html +1062 -0
  916. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1StreamInfo.png +0 -0
  917. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Unknown-members.html +120 -0
  918. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Unknown.html +764 -0
  919. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Unknown.png +0 -0
  920. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1VorbisComment-members.html +130 -0
  921. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1VorbisComment.html +983 -0
  922. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1VorbisComment.png +0 -0
  923. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1VorbisComment_1_1Entry-members.html +111 -0
  924. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1VorbisComment_1_1Entry.html +203 -0
  925. data/vendor/local/share/doc/flac-1.3.0/html/api/classes.html +108 -0
  926. data/vendor/local/share/doc/flac-1.3.0/html/api/closed.png +0 -0
  927. data/vendor/local/share/doc/flac-1.3.0/html/api/decoder_8h.html +99 -0
  928. data/vendor/local/share/doc/flac-1.3.0/html/api/decoder_8h_source.html +256 -0
  929. data/vendor/local/share/doc/flac-1.3.0/html/api/dir_1982b5890de532b4beef7221dae776e2.html +95 -0
  930. data/vendor/local/share/doc/flac-1.3.0/html/api/dir_527642952c2881b3e5b36abb4a29ebef.html +87 -0
  931. data/vendor/local/share/doc/flac-1.3.0/html/api/dir_d44c64559bbebec7f509842c48db8b23.html +81 -0
  932. data/vendor/local/share/doc/flac-1.3.0/html/api/doxygen.css +1357 -0
  933. data/vendor/local/share/doc/flac-1.3.0/html/api/doxygen.png +0 -0
  934. data/vendor/local/share/doc/flac-1.3.0/html/api/dynsections.js +97 -0
  935. data/vendor/local/share/doc/flac-1.3.0/html/api/encoder_8h.html +100 -0
  936. data/vendor/local/share/doc/flac-1.3.0/html/api/encoder_8h_source.html +270 -0
  937. data/vendor/local/share/doc/flac-1.3.0/html/api/export_8h.html +105 -0
  938. data/vendor/local/share/doc/flac-1.3.0/html/api/export_8h_source.html +149 -0
  939. data/vendor/local/share/doc/flac-1.3.0/html/api/files.html +96 -0
  940. data/vendor/local/share/doc/flac-1.3.0/html/api/format_8h.html +440 -0
  941. data/vendor/local/share/doc/flac-1.3.0/html/api/format_8h_source.html +785 -0
  942. data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2blank.png +0 -0
  943. data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2cl.png +0 -0
  944. data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2doc.png +0 -0
  945. data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2folderclosed.png +0 -0
  946. data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2folderopen.png +0 -0
  947. data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2lastnode.png +0 -0
  948. data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2link.png +0 -0
  949. data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2mlastnode.png +0 -0
  950. data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2mnode.png +0 -0
  951. data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2mo.png +0 -0
  952. data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2node.png +0 -0
  953. data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2ns.png +0 -0
  954. data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2plastnode.png +0 -0
  955. data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2pnode.png +0 -0
  956. data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2splitbar.png +0 -0
  957. data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2vertline.png +0 -0
  958. data/vendor/local/share/doc/flac-1.3.0/html/api/functions.html +129 -0
  959. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x62.html +116 -0
  960. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x63.html +141 -0
  961. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x64.html +143 -0
  962. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x65.html +120 -0
  963. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x66.html +123 -0
  964. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x67.html +235 -0
  965. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x68.html +113 -0
  966. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x69.html +183 -0
  967. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x6c.html +119 -0
  968. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x6d.html +123 -0
  969. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x6e.html +128 -0
  970. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x6f.html +193 -0
  971. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x70.html +147 -0
  972. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x71.html +119 -0
  973. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x72.html +149 -0
  974. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x73.html +284 -0
  975. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x74.html +140 -0
  976. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x75.html +113 -0
  977. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x76.html +116 -0
  978. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x77.html +125 -0
  979. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x7e.html +113 -0
  980. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func.html +126 -0
  981. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x63.html +119 -0
  982. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x64.html +123 -0
  983. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x65.html +113 -0
  984. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x66.html +117 -0
  985. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x67.html +232 -0
  986. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x69.html +169 -0
  987. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x6c.html +110 -0
  988. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x6d.html +114 -0
  989. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x6e.html +111 -0
  990. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x6f.html +175 -0
  991. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x70.html +138 -0
  992. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x72.html +139 -0
  993. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x73.html +272 -0
  994. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x74.html +129 -0
  995. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x75.html +110 -0
  996. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x76.html +110 -0
  997. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x77.html +115 -0
  998. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x7e.html +110 -0
  999. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_vars.html +322 -0
  1000. data/vendor/local/share/doc/flac-1.3.0/html/api/globals.html +1570 -0
  1001. data/vendor/local/share/doc/flac-1.3.0/html/api/globals_defs.html +153 -0
  1002. data/vendor/local/share/doc/flac-1.3.0/html/api/globals_enum.html +150 -0
  1003. data/vendor/local/share/doc/flac-1.3.0/html/api/globals_eval.html +508 -0
  1004. data/vendor/local/share/doc/flac-1.3.0/html/api/globals_func.html +655 -0
  1005. data/vendor/local/share/doc/flac-1.3.0/html/api/globals_type.html +156 -0
  1006. data/vendor/local/share/doc/flac-1.3.0/html/api/globals_vars.html +382 -0
  1007. data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac.html +90 -0
  1008. data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__callbacks.html +274 -0
  1009. data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__decoder.html +80 -0
  1010. data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__encoder.html +80 -0
  1011. data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__export.html +147 -0
  1012. data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__format.html +2323 -0
  1013. data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__metadata.html +96 -0
  1014. data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__metadata__level0.html +309 -0
  1015. data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__metadata__level1.html +828 -0
  1016. data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__metadata__level2.html +1222 -0
  1017. data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__metadata__object.html +2407 -0
  1018. data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__stream__decoder.html +2378 -0
  1019. data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__stream__encoder.html +3088 -0
  1020. data/vendor/local/share/doc/flac-1.3.0/html/api/group__flacpp.html +85 -0
  1021. data/vendor/local/share/doc/flac-1.3.0/html/api/group__flacpp__decoder.html +84 -0
  1022. data/vendor/local/share/doc/flac-1.3.0/html/api/group__flacpp__encoder.html +84 -0
  1023. data/vendor/local/share/doc/flac-1.3.0/html/api/group__flacpp__export.html +90 -0
  1024. data/vendor/local/share/doc/flac-1.3.0/html/api/group__flacpp__metadata.html +86 -0
  1025. data/vendor/local/share/doc/flac-1.3.0/html/api/group__flacpp__metadata__level0.html +373 -0
  1026. data/vendor/local/share/doc/flac-1.3.0/html/api/group__flacpp__metadata__level1.html +92 -0
  1027. data/vendor/local/share/doc/flac-1.3.0/html/api/group__flacpp__metadata__level2.html +134 -0
  1028. data/vendor/local/share/doc/flac-1.3.0/html/api/group__flacpp__metadata__object.html +354 -0
  1029. data/vendor/local/share/doc/flac-1.3.0/html/api/group__porting.html +92 -0
  1030. data/vendor/local/share/doc/flac-1.3.0/html/api/group__porting__1__1__2__to__1__1__3.html +134 -0
  1031. data/vendor/local/share/doc/flac-1.3.0/html/api/group__porting__1__1__3__to__1__1__4.html +71 -0
  1032. data/vendor/local/share/doc/flac-1.3.0/html/api/group__porting__1__1__4__to__1__2__0.html +72 -0
  1033. data/vendor/local/share/doc/flac-1.3.0/html/api/hierarchy.html +130 -0
  1034. data/vendor/local/share/doc/flac-1.3.0/html/api/index.html +104 -0
  1035. data/vendor/local/share/doc/flac-1.3.0/html/api/metadata_8h.html +343 -0
  1036. data/vendor/local/share/doc/flac-1.3.0/html/api/metadata_8h_source.html +522 -0
  1037. data/vendor/local/share/doc/flac-1.3.0/html/api/modules.html +99 -0
  1038. data/vendor/local/share/doc/flac-1.3.0/html/api/nav_f.png +0 -0
  1039. data/vendor/local/share/doc/flac-1.3.0/html/api/nav_g.png +0 -0
  1040. data/vendor/local/share/doc/flac-1.3.0/html/api/nav_h.png +0 -0
  1041. data/vendor/local/share/doc/flac-1.3.0/html/api/open.png +0 -0
  1042. data/vendor/local/share/doc/flac-1.3.0/html/api/ordinals_8h_source.html +165 -0
  1043. data/vendor/local/share/doc/flac-1.3.0/html/api/stream__decoder_8h.html +273 -0
  1044. data/vendor/local/share/doc/flac-1.3.0/html/api/stream__decoder_8h_source.html +480 -0
  1045. data/vendor/local/share/doc/flac-1.3.0/html/api/stream__encoder_8h.html +302 -0
  1046. data/vendor/local/share/doc/flac-1.3.0/html/api/stream__encoder_8h_source.html +465 -0
  1047. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____EntropyCodingMethod-members.html +83 -0
  1048. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____EntropyCodingMethod.html +100 -0
  1049. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____EntropyCodingMethod__PartitionedRice-members.html +82 -0
  1050. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____EntropyCodingMethod__PartitionedRice.html +123 -0
  1051. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____EntropyCodingMethod__PartitionedRiceContents-members.html +83 -0
  1052. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____EntropyCodingMethod__PartitionedRiceContents.html +137 -0
  1053. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Frame-members.html +83 -0
  1054. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Frame.html +100 -0
  1055. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____FrameFooter-members.html +81 -0
  1056. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____FrameFooter.html +107 -0
  1057. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____FrameHeader-members.html +90 -0
  1058. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____FrameHeader.html +217 -0
  1059. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____IOCallbacks-members.html +86 -0
  1060. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____IOCallbacks.html +110 -0
  1061. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamDecoder-members.html +82 -0
  1062. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamDecoder.html +98 -0
  1063. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamEncoder-members.html +82 -0
  1064. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamEncoder.html +98 -0
  1065. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata-members.html +92 -0
  1066. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata.html +169 -0
  1067. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__Application-members.html +82 -0
  1068. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__Application.html +97 -0
  1069. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__CueSheet-members.html +85 -0
  1070. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__CueSheet.html +167 -0
  1071. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__CueSheet__Index-members.html +82 -0
  1072. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__CueSheet__Index.html +122 -0
  1073. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__CueSheet__Track-members.html +87 -0
  1074. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__CueSheet__Track.html +197 -0
  1075. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__Padding-members.html +81 -0
  1076. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__Padding.html +107 -0
  1077. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__Picture-members.html +89 -0
  1078. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__Picture.html +227 -0
  1079. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__SeekPoint-members.html +83 -0
  1080. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__SeekPoint.html +137 -0
  1081. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__SeekTable-members.html +82 -0
  1082. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__SeekTable.html +105 -0
  1083. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__StreamInfo-members.html +89 -0
  1084. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__StreamInfo.html +118 -0
  1085. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__Unknown-members.html +81 -0
  1086. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__Unknown.html +94 -0
  1087. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__VorbisComment-members.html +83 -0
  1088. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__VorbisComment.html +100 -0
  1089. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__VorbisComment__Entry-members.html +82 -0
  1090. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__VorbisComment__Entry.html +99 -0
  1091. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Subframe-members.html +87 -0
  1092. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Subframe.html +109 -0
  1093. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Subframe__Constant-members.html +81 -0
  1094. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Subframe__Constant.html +107 -0
  1095. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Subframe__Fixed-members.html +84 -0
  1096. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Subframe__Fixed.html +152 -0
  1097. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Subframe__LPC-members.html +87 -0
  1098. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Subframe__LPC.html +197 -0
  1099. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Subframe__Verbatim-members.html +81 -0
  1100. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Subframe__Verbatim.html +107 -0
  1101. data/vendor/local/share/doc/flac-1.3.0/html/api/sync_off.png +0 -0
  1102. data/vendor/local/share/doc/flac-1.3.0/html/api/sync_on.png +0 -0
  1103. data/vendor/local/share/doc/flac-1.3.0/html/api/tab_a.png +0 -0
  1104. data/vendor/local/share/doc/flac-1.3.0/html/api/tab_b.png +0 -0
  1105. data/vendor/local/share/doc/flac-1.3.0/html/api/tab_h.png +0 -0
  1106. data/vendor/local/share/doc/flac-1.3.0/html/api/tab_s.png +0 -0
  1107. data/vendor/local/share/doc/flac-1.3.0/html/api/tabs.css +60 -0
  1108. data/vendor/local/share/doc/flac-1.3.0/html/changelog.html +946 -0
  1109. data/vendor/local/share/doc/flac-1.3.0/html/comparison.html +433 -0
  1110. data/vendor/local/share/doc/flac-1.3.0/html/comparison__chopin_prelude_24.html +171 -0
  1111. data/vendor/local/share/doc/flac-1.3.0/html/comparison__dream_theater_600.html +171 -0
  1112. data/vendor/local/share/doc/flac-1.3.0/html/comparison__eddie_warner_titus.html +171 -0
  1113. data/vendor/local/share/doc/flac-1.3.0/html/comparison__fanfare_de_l_eventail_de_jeanne.html +171 -0
  1114. data/vendor/local/share/doc/flac-1.3.0/html/comparison__gloria_estefan_conga.html +171 -0
  1115. data/vendor/local/share/doc/flac-1.3.0/html/comparison__hand_in_my_pocket.html +171 -0
  1116. data/vendor/local/share/doc/flac-1.3.0/html/comparison__l_sub_raga_sivapriya.html +171 -0
  1117. data/vendor/local/share/doc/flac-1.3.0/html/comparison__laetatus_sum.html +171 -0
  1118. data/vendor/local/share/doc/flac-1.3.0/html/comparison__mummified_in_barbed_wire.html +171 -0
  1119. data/vendor/local/share/doc/flac-1.3.0/html/comparison__prokofiev_pcon3_3.html +171 -0
  1120. data/vendor/local/share/doc/flac-1.3.0/html/comparison__ravel_sq4_4.html +171 -0
  1121. data/vendor/local/share/doc/flac-1.3.0/html/comparison__scarlatti_k42.html +171 -0
  1122. data/vendor/local/share/doc/flac-1.3.0/html/comparison__tool_forty_six_and_2.html +171 -0
  1123. data/vendor/local/share/doc/flac-1.3.0/html/comparison__white_room.html +171 -0
  1124. data/vendor/local/share/doc/flac-1.3.0/html/comparison_all_cpudectime.html +168 -0
  1125. data/vendor/local/share/doc/flac-1.3.0/html/comparison_all_cpuenctime.html +168 -0
  1126. data/vendor/local/share/doc/flac-1.3.0/html/comparison_all_procdectime.html +168 -0
  1127. data/vendor/local/share/doc/flac-1.3.0/html/comparison_all_procenctime.html +168 -0
  1128. data/vendor/local/share/doc/flac-1.3.0/html/comparison_all_ratio.html +168 -0
  1129. data/vendor/local/share/doc/flac-1.3.0/html/developers.html +144 -0
  1130. data/vendor/local/share/doc/flac-1.3.0/html/documentation.html +108 -0
  1131. data/vendor/local/share/doc/flac-1.3.0/html/documentation_bugs.html +104 -0
  1132. data/vendor/local/share/doc/flac-1.3.0/html/documentation_example_code.html +84 -0
  1133. data/vendor/local/share/doc/flac-1.3.0/html/documentation_format_overview.html +133 -0
  1134. data/vendor/local/share/doc/flac-1.3.0/html/documentation_tasks.html +229 -0
  1135. data/vendor/local/share/doc/flac-1.3.0/html/documentation_tools.html +95 -0
  1136. data/vendor/local/share/doc/flac-1.3.0/html/documentation_tools_flac.html +1197 -0
  1137. data/vendor/local/share/doc/flac-1.3.0/html/documentation_tools_metaflac.html +573 -0
  1138. data/vendor/local/share/doc/flac-1.3.0/html/documentation_tools_plugins.html +97 -0
  1139. data/vendor/local/share/doc/flac-1.3.0/html/download.html +287 -0
  1140. data/vendor/local/share/doc/flac-1.3.0/html/faq.html +405 -0
  1141. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/favicon.ico +0 -0
  1142. data/vendor/local/share/doc/flac-1.3.0/html/features.html +130 -0
  1143. data/vendor/local/share/doc/flac-1.3.0/html/flac.css +192 -0
  1144. data/vendor/local/share/doc/flac-1.3.0/html/format.html +1858 -0
  1145. data/vendor/local/share/doc/flac-1.3.0/html/id.html +300 -0
  1146. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/1x1.gif +0 -0
  1147. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/cafebug.gif +0 -0
  1148. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/Blackbird_Front_low3_325x87.jpg +0 -0
  1149. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/MS300frontsmall_270x108.jpg +0 -0
  1150. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/MediaBox_Frt_170x325.jpg +0 -0
  1151. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/SB_Hero_Black_325x182.jpg +0 -0
  1152. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/Sooloos-ControlOne_325x328.jpg +0 -0
  1153. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/Z500_front_325x94.jpg +0 -0
  1154. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/a2_01_325x252.jpg +0 -0
  1155. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/arcus_325x135.jpg +0 -0
  1156. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/bmp-1430_325x241.jpg +0 -0
  1157. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/cs505_front_lrg_325x113.jpg +0 -0
  1158. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/enus_3-4lft-hires_product_eva8000_325x127.jpg +0 -0
  1159. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/escient_ProductLine_325x163.jpg +0 -0
  1160. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/hifidelio_bl_front_Z_RGB_325x163.jpg +0 -0
  1161. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/i-station-mini-dx_325x237.jpg +0 -0
  1162. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/iwod-g10_325x257.jpg +0 -0
  1163. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/knc_hr-2800_325x209.jpg +0 -0
  1164. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/mediaready_prodmain_MRMCa_325x232.jpg +0 -0
  1165. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/meizu_m6_325x206.jpg +0 -0
  1166. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/musica_artwork_325x90.jpg +0 -0
  1167. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/neodigits_x5000_325x124.jpg +0 -0
  1168. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/onda-vx737_325x240.jpg +0 -0
  1169. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/request_n_front_325x103.jpg +0 -0
  1170. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/rio_karma_279x254.jpg +0 -0
  1171. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/sonos_family_RGB_325x200.jpg +0 -0
  1172. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/teclast-tl29_325x244.jpg +0 -0
  1173. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/transporter_hero_grey_325x208.jpg +0 -0
  1174. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/tvix-4000_325x204.jpg +0 -0
  1175. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/vibez_nofm_combi_black_b_325x220.jpg +0 -0
  1176. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/logo100.gif +0 -0
  1177. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/logo130.gif +0 -0
  1178. data/vendor/local/share/doc/flac-1.3.0/html/index.html +140 -0
  1179. data/vendor/local/share/doc/flac-1.3.0/html/itunes.html +94 -0
  1180. data/vendor/local/share/doc/flac-1.3.0/html/license.html +96 -0
  1181. data/vendor/local/share/doc/flac-1.3.0/html/links.html +490 -0
  1182. data/vendor/local/share/doc/flac-1.3.0/html/news.html +700 -0
  1183. data/vendor/local/share/doc/flac-1.3.0/html/ogg_mapping.html +141 -0
  1184. data/vendor/local/share/doc/flac-1.3.0/html/ru/authors.html +114 -0
  1185. data/vendor/local/share/doc/flac-1.3.0/html/ru/comparison.html +866 -0
  1186. data/vendor/local/share/doc/flac-1.3.0/html/ru/developers.html +111 -0
  1187. data/vendor/local/share/doc/flac-1.3.0/html/ru/documentation.html +518 -0
  1188. data/vendor/local/share/doc/flac-1.3.0/html/ru/download.html +111 -0
  1189. data/vendor/local/share/doc/flac-1.3.0/html/ru/features.html +126 -0
  1190. data/vendor/local/share/doc/flac-1.3.0/html/ru/format.html +1008 -0
  1191. data/vendor/local/share/doc/flac-1.3.0/html/ru/goals.html +106 -0
  1192. data/vendor/local/share/doc/flac-1.3.0/html/ru/id.html +130 -0
  1193. data/vendor/local/share/doc/flac-1.3.0/html/ru/index.html +123 -0
  1194. data/vendor/local/share/doc/flac-1.3.0/html/ru/links.html +126 -0
  1195. data/vendor/local/share/doc/flac-1.3.0/html/ru/news.html +306 -0
  1196. data/vendor/local/share/doc/libogg/fish_xiph_org.png +0 -0
  1197. data/vendor/local/share/doc/libogg/framing.html +429 -0
  1198. data/vendor/local/share/doc/libogg/index.html +105 -0
  1199. data/vendor/local/share/doc/libogg/libogg/bitpacking.html +103 -0
  1200. data/vendor/local/share/doc/libogg/libogg/datastructures.html +59 -0
  1201. data/vendor/local/share/doc/libogg/libogg/decoding.html +104 -0
  1202. data/vendor/local/share/doc/libogg/libogg/encoding.html +76 -0
  1203. data/vendor/local/share/doc/libogg/libogg/general.html +109 -0
  1204. data/vendor/local/share/doc/libogg/libogg/index.html +39 -0
  1205. data/vendor/local/share/doc/libogg/libogg/ogg_iovec_t.html +62 -0
  1206. data/vendor/local/share/doc/libogg/libogg/ogg_packet.html +75 -0
  1207. data/vendor/local/share/doc/libogg/libogg/ogg_packet_clear.html +64 -0
  1208. data/vendor/local/share/doc/libogg/libogg/ogg_page.html +75 -0
  1209. data/vendor/local/share/doc/libogg/libogg/ogg_page_bos.html +65 -0
  1210. data/vendor/local/share/doc/libogg/libogg/ogg_page_checksum_set.html +62 -0
  1211. data/vendor/local/share/doc/libogg/libogg/ogg_page_continued.html +64 -0
  1212. data/vendor/local/share/doc/libogg/libogg/ogg_page_eos.html +65 -0
  1213. data/vendor/local/share/doc/libogg/libogg/ogg_page_granulepos.html +65 -0
  1214. data/vendor/local/share/doc/libogg/libogg/ogg_page_packets.html +75 -0
  1215. data/vendor/local/share/doc/libogg/libogg/ogg_page_pageno.html +63 -0
  1216. data/vendor/local/share/doc/libogg/libogg/ogg_page_serialno.html +63 -0
  1217. data/vendor/local/share/doc/libogg/libogg/ogg_page_version.html +63 -0
  1218. data/vendor/local/share/doc/libogg/libogg/ogg_stream_check.html +71 -0
  1219. data/vendor/local/share/doc/libogg/libogg/ogg_stream_clear.html +61 -0
  1220. data/vendor/local/share/doc/libogg/libogg/ogg_stream_destroy.html +71 -0
  1221. data/vendor/local/share/doc/libogg/libogg/ogg_stream_eos.html +62 -0
  1222. data/vendor/local/share/doc/libogg/libogg/ogg_stream_flush.html +67 -0
  1223. data/vendor/local/share/doc/libogg/libogg/ogg_stream_flush_fill.html +74 -0
  1224. data/vendor/local/share/doc/libogg/libogg/ogg_stream_init.html +66 -0
  1225. data/vendor/local/share/doc/libogg/libogg/ogg_stream_iovecin.html +80 -0
  1226. data/vendor/local/share/doc/libogg/libogg/ogg_stream_packetin.html +72 -0
  1227. data/vendor/local/share/doc/libogg/libogg/ogg_stream_packetout.html +85 -0
  1228. data/vendor/local/share/doc/libogg/libogg/ogg_stream_packetpeek.html +85 -0
  1229. data/vendor/local/share/doc/libogg/libogg/ogg_stream_pagein.html +67 -0
  1230. data/vendor/local/share/doc/libogg/libogg/ogg_stream_pageout.html +84 -0
  1231. data/vendor/local/share/doc/libogg/libogg/ogg_stream_pageout_fill.html +89 -0
  1232. data/vendor/local/share/doc/libogg/libogg/ogg_stream_reset.html +61 -0
  1233. data/vendor/local/share/doc/libogg/libogg/ogg_stream_reset_serialno.html +67 -0
  1234. data/vendor/local/share/doc/libogg/libogg/ogg_stream_state.html +121 -0
  1235. data/vendor/local/share/doc/libogg/libogg/ogg_sync_buffer.html +67 -0
  1236. data/vendor/local/share/doc/libogg/libogg/ogg_sync_check.html +71 -0
  1237. data/vendor/local/share/doc/libogg/libogg/ogg_sync_clear.html +62 -0
  1238. data/vendor/local/share/doc/libogg/libogg/ogg_sync_destroy.html +68 -0
  1239. data/vendor/local/share/doc/libogg/libogg/ogg_sync_init.html +63 -0
  1240. data/vendor/local/share/doc/libogg/libogg/ogg_sync_pageout.html +77 -0
  1241. data/vendor/local/share/doc/libogg/libogg/ogg_sync_pageseek.html +68 -0
  1242. data/vendor/local/share/doc/libogg/libogg/ogg_sync_reset.html +63 -0
  1243. data/vendor/local/share/doc/libogg/libogg/ogg_sync_state.html +77 -0
  1244. data/vendor/local/share/doc/libogg/libogg/ogg_sync_wrote.html +73 -0
  1245. data/vendor/local/share/doc/libogg/libogg/oggpack_adv.html +64 -0
  1246. data/vendor/local/share/doc/libogg/libogg/oggpack_adv1.html +62 -0
  1247. data/vendor/local/share/doc/libogg/libogg/oggpack_bits.html +62 -0
  1248. data/vendor/local/share/doc/libogg/libogg/oggpack_buffer.html +66 -0
  1249. data/vendor/local/share/doc/libogg/libogg/oggpack_bytes.html +67 -0
  1250. data/vendor/local/share/doc/libogg/libogg/oggpack_get_buffer.html +62 -0
  1251. data/vendor/local/share/doc/libogg/libogg/oggpack_look.html +66 -0
  1252. data/vendor/local/share/doc/libogg/libogg/oggpack_look1.html +63 -0
  1253. data/vendor/local/share/doc/libogg/libogg/oggpack_read.html +65 -0
  1254. data/vendor/local/share/doc/libogg/libogg/oggpack_read1.html +63 -0
  1255. data/vendor/local/share/doc/libogg/libogg/oggpack_readinit.html +64 -0
  1256. data/vendor/local/share/doc/libogg/libogg/oggpack_reset.html +62 -0
  1257. data/vendor/local/share/doc/libogg/libogg/oggpack_write.html +68 -0
  1258. data/vendor/local/share/doc/libogg/libogg/oggpack_writealign.html +65 -0
  1259. data/vendor/local/share/doc/libogg/libogg/oggpack_writecheck.html +81 -0
  1260. data/vendor/local/share/doc/libogg/libogg/oggpack_writeclear.html +62 -0
  1261. data/vendor/local/share/doc/libogg/libogg/oggpack_writecopy.html +69 -0
  1262. data/vendor/local/share/doc/libogg/libogg/oggpack_writeinit.html +62 -0
  1263. data/vendor/local/share/doc/libogg/libogg/oggpack_writetrunc.html +65 -0
  1264. data/vendor/local/share/doc/libogg/libogg/overview.html +44 -0
  1265. data/vendor/local/share/doc/libogg/libogg/reference.html +98 -0
  1266. data/vendor/local/share/doc/{libogg-1.3.0/ogg → libogg/libogg}/style.css +0 -0
  1267. data/vendor/local/share/doc/libogg/multiplex1.png +0 -0
  1268. data/vendor/local/share/doc/{libogg-1.3.0 → libogg}/ogg-multiplex.html +0 -0
  1269. data/vendor/local/share/doc/{libogg-1.3.0 → libogg}/oggstream.html +0 -0
  1270. data/vendor/local/share/doc/libogg/packets.png +0 -0
  1271. data/vendor/local/share/doc/libogg/pages.png +0 -0
  1272. data/vendor/local/share/doc/{libogg-1.3.0 → libogg}/rfc3533.txt +0 -0
  1273. data/vendor/local/share/doc/{libogg-1.3.0 → libogg}/rfc5334.txt +0 -0
  1274. data/vendor/local/share/doc/{libogg-1.3.0 → libogg}/skeleton.html +0 -0
  1275. data/vendor/local/share/doc/{libogg-1.3.0 → libogg}/stream.png +0 -0
  1276. data/vendor/local/share/doc/{libogg-1.3.0 → libogg}/vorbisword2.png +0 -0
  1277. data/vendor/local/share/doc/{libogg-1.3.0 → libogg}/white-ogg.png +0 -0
  1278. data/vendor/local/share/doc/{libogg-1.3.0 → libogg}/white-xifish.png +0 -0
  1279. data/vendor/local/share/doc/libtheora-1.1.1/Theora.pdf +0 -0
  1280. data/vendor/local/share/doc/libtheora-1.1.1/html/annotated.html +15 -14
  1281. data/vendor/local/share/doc/libtheora-1.1.1/html/bc_s.png +0 -0
  1282. data/vendor/local/share/doc/libtheora-1.1.1/html/classes.html +4 -3
  1283. data/vendor/local/share/doc/libtheora-1.1.1/html/codec_8h.html +89 -56
  1284. data/vendor/local/share/doc/libtheora-1.1.1/html/codec_8h_source.html +156 -90
  1285. data/vendor/local/share/doc/libtheora-1.1.1/html/dir_0f91760d62c578de767c41a0aaae5482.html +10 -5
  1286. data/vendor/local/share/doc/libtheora-1.1.1/html/dir_d44c64559bbebec7f509842c48db8b23.html +7 -5
  1287. data/vendor/local/share/doc/libtheora-1.1.1/html/doxygen.css +212 -18
  1288. data/vendor/local/share/doc/libtheora-1.1.1/html/dynsections.js +32 -13
  1289. data/vendor/local/share/doc/libtheora-1.1.1/html/files.html +8 -7
  1290. data/vendor/local/share/doc/libtheora-1.1.1/html/functions.html +4 -3
  1291. data/vendor/local/share/doc/libtheora-1.1.1/html/functions_vars.html +4 -3
  1292. data/vendor/local/share/doc/libtheora-1.1.1/html/globals.html +4 -3
  1293. data/vendor/local/share/doc/libtheora-1.1.1/html/globals_defs.html +4 -3
  1294. data/vendor/local/share/doc/libtheora-1.1.1/html/globals_enum.html +4 -3
  1295. data/vendor/local/share/doc/libtheora-1.1.1/html/globals_eval.html +4 -3
  1296. data/vendor/local/share/doc/libtheora-1.1.1/html/globals_func.html +4 -3
  1297. data/vendor/local/share/doc/libtheora-1.1.1/html/globals_type.html +4 -3
  1298. data/vendor/local/share/doc/libtheora-1.1.1/html/globals_vars.html +4 -3
  1299. data/vendor/local/share/doc/libtheora-1.1.1/html/group__basefuncs.html +67 -51
  1300. data/vendor/local/share/doc/libtheora-1.1.1/html/group__decfuncs.html +43 -35
  1301. data/vendor/local/share/doc/libtheora-1.1.1/html/group__encfuncs.html +33 -26
  1302. data/vendor/local/share/doc/libtheora-1.1.1/html/group__oldfuncs.html +179 -129
  1303. data/vendor/local/share/doc/libtheora-1.1.1/html/index.html +4 -3
  1304. data/vendor/local/share/doc/libtheora-1.1.1/html/modules.html +4 -3
  1305. data/vendor/local/share/doc/libtheora-1.1.1/html/structth__comment.html +16 -11
  1306. data/vendor/local/share/doc/libtheora-1.1.1/html/structth__huff__code.html +11 -8
  1307. data/vendor/local/share/doc/libtheora-1.1.1/html/structth__img__plane.html +15 -10
  1308. data/vendor/local/share/doc/libtheora-1.1.1/html/structth__info.html +44 -24
  1309. data/vendor/local/share/doc/libtheora-1.1.1/html/structth__quant__info.html +16 -13
  1310. data/vendor/local/share/doc/libtheora-1.1.1/html/structth__quant__ranges.html +15 -11
  1311. data/vendor/local/share/doc/libtheora-1.1.1/html/structth__stripe__callback.html +13 -10
  1312. data/vendor/local/share/doc/libtheora-1.1.1/html/structtheora__comment.html +16 -11
  1313. data/vendor/local/share/doc/libtheora-1.1.1/html/structtheora__info.html +50 -21
  1314. data/vendor/local/share/doc/libtheora-1.1.1/html/structtheora__state.html +11 -6
  1315. data/vendor/local/share/doc/libtheora-1.1.1/html/structyuv__buffer.html +27 -17
  1316. data/vendor/local/share/doc/libtheora-1.1.1/html/tab_b.png +0 -0
  1317. data/vendor/local/share/doc/libtheora-1.1.1/html/tab_h.png +0 -0
  1318. data/vendor/local/share/doc/libtheora-1.1.1/html/theora_8h.html +114 -61
  1319. data/vendor/local/share/doc/libtheora-1.1.1/html/theora_8h_source.html +199 -112
  1320. data/vendor/local/share/doc/libtheora-1.1.1/html/theoradec_8h.html +63 -42
  1321. data/vendor/local/share/doc/libtheora-1.1.1/html/theoradec_8h_source.html +48 -30
  1322. data/vendor/local/share/doc/libtheora-1.1.1/html/theoraenc_8h.html +92 -64
  1323. data/vendor/local/share/doc/libtheora-1.1.1/html/theoraenc_8h_source.html +51 -33
  1324. data/vendor/local/share/doc/libtheora-1.1.1/latex/Makefile +2 -0
  1325. data/vendor/local/share/doc/libtheora-1.1.1/latex/codec_8h.tex +2 -4
  1326. data/vendor/local/share/doc/libtheora-1.1.1/latex/dir_0f91760d62c578de767c41a0aaae5482.tex +2 -2
  1327. data/vendor/local/share/doc/libtheora-1.1.1/latex/dir_d44c64559bbebec7f509842c48db8b23.tex +2 -2
  1328. data/vendor/local/share/doc/libtheora-1.1.1/latex/doxygen.sty +194 -214
  1329. data/vendor/local/share/doc/libtheora-1.1.1/latex/group__basefuncs.tex +2 -1
  1330. data/vendor/local/share/doc/libtheora-1.1.1/latex/group__oldfuncs.tex +2 -4
  1331. data/vendor/local/share/doc/libtheora-1.1.1/latex/refman.tex +101 -24
  1332. data/vendor/local/share/doc/libtheora-1.1.1/latex/structth__info.tex +2 -1
  1333. data/vendor/local/share/doc/libtheora-1.1.1/latex/structth__quant__info.tex +0 -4
  1334. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/doxygen-build.stamp +0 -0
  1335. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/eightphase.png +0 -0
  1336. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/evenlsp.png +0 -0
  1337. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/fish_xiph_org.png +0 -0
  1338. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/floor1_inverse_dB_table.html +0 -0
  1339. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/floorval.png +0 -0
  1340. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/fourphase.png +0 -0
  1341. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/framing.html +0 -0
  1342. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/helper.html +0 -0
  1343. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/index.html +0 -0
  1344. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/index.html +0 -0
  1345. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/overview.html +0 -0
  1346. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/reference.html +0 -0
  1347. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/return.html +0 -0
  1348. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/style.css +0 -0
  1349. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_analysis.html +0 -0
  1350. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_analysis_blockout.html +0 -0
  1351. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_analysis_buffer.html +0 -0
  1352. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_analysis_headerout.html +0 -0
  1353. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_analysis_init.html +0 -0
  1354. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_analysis_wrote.html +0 -0
  1355. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_bitrate_addblock.html +0 -0
  1356. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_bitrate_flushpacket.html +0 -0
  1357. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_block.html +0 -0
  1358. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_block_clear.html +0 -0
  1359. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_block_init.html +0 -0
  1360. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_comment.html +0 -0
  1361. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_comment_add.html +0 -0
  1362. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_comment_add_tag.html +0 -0
  1363. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_comment_clear.html +0 -0
  1364. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_comment_init.html +0 -0
  1365. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_comment_query.html +0 -0
  1366. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_comment_query_count.html +0 -0
  1367. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_commentheader_out.html +0 -0
  1368. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_dsp_clear.html +0 -0
  1369. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_dsp_state.html +0 -0
  1370. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_granule_time.html +0 -0
  1371. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_info.html +0 -0
  1372. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_info_blocksize.html +0 -0
  1373. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_info_clear.html +0 -0
  1374. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_info_init.html +0 -0
  1375. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_packet_blocksize.html +0 -0
  1376. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis.html +0 -0
  1377. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis_blockin.html +0 -0
  1378. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis_halfrate.html +0 -0
  1379. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis_halfrate_p.html +0 -0
  1380. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis_headerin.html +0 -0
  1381. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis_idheader.html +0 -0
  1382. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis_init.html +0 -0
  1383. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis_lapout.html +0 -0
  1384. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis_pcmout.html +0 -0
  1385. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis_read.html +0 -0
  1386. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis_restart.html +0 -0
  1387. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis_trackonly.html +0 -0
  1388. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_version_string.html +0 -0
  1389. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/lspmap.png +0 -0
  1390. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/oddlsp.png +0 -0
  1391. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/oggstream.html +0 -0
  1392. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/programming.html +0 -0
  1393. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/rfc5215.txt +0 -0
  1394. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/rfc5215.xml +0 -0
  1395. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/squarepolar.png +0 -0
  1396. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/stereo.html +0 -0
  1397. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/stream.png +0 -0
  1398. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/v-comment.html +0 -0
  1399. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbis-clip.txt +0 -0
  1400. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbis-errors.txt +0 -0
  1401. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbis-fidelity.html +0 -0
  1402. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbis.html +0 -0
  1403. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/changes.html +0 -0
  1404. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/examples.html +0 -0
  1405. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/index.html +0 -0
  1406. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/ovectl_ratemanage2_arg.html +0 -0
  1407. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/ovectl_ratemanage_arg.html +0 -0
  1408. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/overview.html +0 -0
  1409. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/reference.html +0 -0
  1410. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/style.css +0 -0
  1411. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/vorbis_encode_ctl.html +0 -0
  1412. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/vorbis_encode_init.html +0 -0
  1413. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/vorbis_encode_init_vbr.html +0 -0
  1414. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/vorbis_encode_setup_init.html +0 -0
  1415. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/vorbis_encode_setup_managed.html +0 -0
  1416. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/vorbis_encode_setup_vbr.html +0 -0
  1417. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/OggVorbis_File.html +0 -0
  1418. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/callbacks.html +0 -0
  1419. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/chaining_example_c.html +0 -0
  1420. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/chainingexample.html +0 -0
  1421. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/crosslap.html +0 -0
  1422. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/datastructures.html +0 -0
  1423. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/decoding.html +0 -0
  1424. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/example.html +0 -0
  1425. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/exampleindex.html +0 -0
  1426. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/fileinfo.html +0 -0
  1427. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/index.html +0 -0
  1428. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/initialization.html +0 -0
  1429. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_bitrate.html +0 -0
  1430. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_bitrate_instant.html +0 -0
  1431. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_callbacks.html +0 -0
  1432. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_clear.html +0 -0
  1433. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_comment.html +0 -0
  1434. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_crosslap.html +0 -0
  1435. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_fopen.html +0 -0
  1436. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_info.html +0 -0
  1437. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_open.html +0 -0
  1438. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_open_callbacks.html +0 -0
  1439. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_pcm_seek.html +0 -0
  1440. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_pcm_seek_lap.html +0 -0
  1441. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_pcm_seek_page.html +0 -0
  1442. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_pcm_seek_page_lap.html +0 -0
  1443. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_pcm_tell.html +0 -0
  1444. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_pcm_total.html +0 -0
  1445. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_raw_seek.html +0 -0
  1446. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_raw_seek_lap.html +0 -0
  1447. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_raw_tell.html +0 -0
  1448. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_raw_total.html +0 -0
  1449. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_read.html +0 -0
  1450. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_read_filter.html +0 -0
  1451. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_read_float.html +0 -0
  1452. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_seekable.html +0 -0
  1453. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_serialnumber.html +0 -0
  1454. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_streams.html +0 -0
  1455. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_test.html +0 -0
  1456. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_test_callbacks.html +0 -0
  1457. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_test_open.html +0 -0
  1458. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_time_seek.html +0 -0
  1459. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_time_seek_lap.html +0 -0
  1460. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_time_seek_page.html +0 -0
  1461. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_time_seek_page_lap.html +0 -0
  1462. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_time_tell.html +0 -0
  1463. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_time_total.html +0 -0
  1464. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/overview.html +0 -0
  1465. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/reference.html +0 -0
  1466. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/seekexample.html +0 -0
  1467. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/seeking.html +0 -0
  1468. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/seeking_example_c.html +0 -0
  1469. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/seeking_test_c.html +0 -0
  1470. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/seekingexample.html +0 -0
  1471. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/style.css +0 -0
  1472. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/threads.html +0 -0
  1473. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/vorbisfile_example_c.html +0 -0
  1474. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisword2.png +0 -0
  1475. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/wait.png +0 -0
  1476. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/white-xifish.png +0 -0
  1477. data/vendor/local/share/gir-1.0/Gst-1.0.gir +7379 -5728
  1478. data/vendor/local/share/gir-1.0/GstAllocators-1.0.gir +85 -0
  1479. data/vendor/local/share/gir-1.0/GstApp-1.0.gir +145 -128
  1480. data/vendor/local/share/gir-1.0/GstAudio-1.0.gir +786 -759
  1481. data/vendor/local/share/gir-1.0/GstBase-1.0.gir +1899 -1033
  1482. data/vendor/local/share/gir-1.0/GstCheck-1.0.gir +516 -61
  1483. data/vendor/local/share/gir-1.0/GstController-1.0.gir +91 -95
  1484. data/vendor/local/share/gir-1.0/GstFft-1.0.gir +90 -94
  1485. data/vendor/local/share/gir-1.0/GstInsertBin-1.0.gir +358 -0
  1486. data/vendor/local/share/gir-1.0/GstMpegts-1.0.gir +2469 -0
  1487. data/vendor/local/share/gir-1.0/GstNet-1.0.gir +43 -43
  1488. data/vendor/local/share/gir-1.0/GstPbutils-1.0.gir +510 -443
  1489. data/vendor/local/share/gir-1.0/GstRiff-1.0.gir +54 -56
  1490. data/vendor/local/share/gir-1.0/GstRtp-1.0.gir +793 -624
  1491. data/vendor/local/share/gir-1.0/GstRtsp-1.0.gir +810 -512
  1492. data/vendor/local/share/gir-1.0/GstSdp-1.0.gir +1247 -345
  1493. data/vendor/local/share/gir-1.0/GstTag-1.0.gir +249 -239
  1494. data/vendor/local/share/gir-1.0/GstVideo-1.0.gir +1677 -1049
  1495. data/vendor/local/share/gir-1.0/Soup-2.4.gir +16867 -0
  1496. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/annotation-glossary.html +29 -12
  1497. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/api-index-deprecated.html +39 -8
  1498. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/api-index-full.html +370 -130
  1499. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/codecparsers.html +8 -5
  1500. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/compiling.html +4 -4
  1501. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-1.0.devhelp2 +608 -42
  1502. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-descriptors.html +188 -0
  1503. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-sections.html +170 -0
  1504. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html +692 -0
  1505. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html +985 -0
  1506. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html +1263 -0
  1507. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.html +696 -0
  1508. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstInsertbin.html +634 -0
  1509. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ISDB-variants-of-MPEG-TS-descriptors.html +240 -0
  1510. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Mpeg-ts-helper-library.html +65 -0
  1511. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstmpegvideometa.html +202 -0
  1512. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-h264parser.html +149 -26
  1513. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html +369 -15
  1514. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpegvideoparser.html +223 -31
  1515. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-vc1parser.html +335 -34
  1516. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gstreamer-libs-hierarchy.html +27 -5
  1517. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gstreamer-plugins-bad.html +22 -12
  1518. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/index.html +23 -13
  1519. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/index.sgml +655 -50
  1520. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/mpegts.html +61 -0
  1521. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/tools.html +33 -0
  1522. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/annotation-glossary.html +34 -43
  1523. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/api-index-deprecated.html +5 -5
  1524. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/api-index-full.html +422 -6
  1525. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/compiling.html +6 -6
  1526. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-1.0.devhelp2 +318 -71
  1527. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoDecoder.html +152 -44
  1528. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoEncoder.html +104 -30
  1529. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-appsink.html +55 -16
  1530. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-appsrc.html +98 -20
  1531. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-dmabuf.html +155 -0
  1532. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-encoding-profile.html +271 -55
  1533. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudio.html +271 -33
  1534. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiobasesink.html +63 -18
  1535. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiobasesrc.html +41 -14
  1536. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiocdsrc.html +24 -12
  1537. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiochannels.html +652 -0
  1538. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudioclock.html +27 -9
  1539. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiodecoder.html +131 -38
  1540. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudioencoder.html +136 -42
  1541. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiofilter.html +11 -5
  1542. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudioiec61937.html +11 -5
  1543. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiometa.html +229 -0
  1544. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiomixerutils.html +3 -3
  1545. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudioringbuffer.html +149 -42
  1546. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiosink.html +11 -5
  1547. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiosrc.html +11 -5
  1548. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstcolorbalance.html +36 -12
  1549. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstcolorbalancechannel.html +16 -7
  1550. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstdiscoverer.html +254 -62
  1551. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstfft.html +11 -5
  1552. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstfftf32.html +27 -9
  1553. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstfftf64.html +27 -9
  1554. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstffts16.html +27 -9
  1555. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstffts32.html +27 -9
  1556. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutils.html +5 -5
  1557. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutilscodecutils.html +78 -17
  1558. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutilsdescriptions.html +34 -12
  1559. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutilsinstallplugins.html +52 -22
  1560. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutilsmissingplugins.html +57 -18
  1561. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpluginsbaseversion.html +13 -7
  1562. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstriff.html +39 -12
  1563. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtcpbuffer.html +254 -74
  1564. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtpbaseaudiopayload.html +40 -13
  1565. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtpbasedepayload.html +15 -6
  1566. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtpbasepayload.html +44 -14
  1567. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtpbuffer.html +192 -51
  1568. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtphdrext.html +162 -3
  1569. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtppayloads.html +24 -9
  1570. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspconnection.html +341 -40
  1571. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html +628 -21
  1572. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspextension.html +4 -4
  1573. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspmessage.html +109 -30
  1574. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtsprange.html +185 -15
  1575. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtsptransport.html +58 -16
  1576. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspurl.html +35 -11
  1577. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstsdpmessage.html +1928 -162
  1578. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gststreamvolume.html +28 -10
  1579. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttag.html +16 -7
  1580. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagdemux.html +17 -8
  1581. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagexif.html +19 -7
  1582. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagid3.html +40 -13
  1583. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttaglanguagecodes.html +32 -11
  1584. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttaglicenses.html +35 -11
  1585. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagmux.html +13 -7
  1586. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagvorbis.html +32 -11
  1587. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagxmp.html +15 -6
  1588. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagxmpwriter.html +24 -9
  1589. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html +336 -70
  1590. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideofilter.html +8 -5
  1591. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideometa.html +445 -11
  1592. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideoorientation.html +39 -12
  1593. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideooverlay.html +51 -27
  1594. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideooverlaycomposition.html +162 -35
  1595. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideosink.html +24 -9
  1596. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideoutils.html +79 -22
  1597. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-allocators.html +38 -0
  1598. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-app.html +6 -6
  1599. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-audio.html +8 -5
  1600. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-base-utils.html +4 -4
  1601. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-ffft.html +4 -4
  1602. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-libs-hierarchy.html +3 -3
  1603. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-plugins-base.html +13 -6
  1604. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-riff.html +4 -4
  1605. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-rtp.html +4 -4
  1606. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-rtsp.html +4 -4
  1607. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-sdp.html +4 -4
  1608. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-tag.html +4 -4
  1609. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-video.html +5 -5
  1610. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/index.html +14 -7
  1611. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/index.sgml +294 -42
  1612. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/ch01.html +6 -6
  1613. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/ch02.html +32 -32
  1614. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-1.0.devhelp2 +147 -119
  1615. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-adder.html +26 -9
  1616. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-alsasink.html +13 -15
  1617. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-alsasrc.html +13 -15
  1618. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-appsink.html +50 -17
  1619. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-appsrc.html +41 -12
  1620. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-audioconvert.html +26 -11
  1621. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-audiorate.html +18 -9
  1622. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-audioresample.html +43 -9
  1623. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-audiotestsrc.html +19 -14
  1624. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-cdparanoiasrc.html +21 -9
  1625. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-clockoverlay.html +17 -8
  1626. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-decodebin.html +124 -43
  1627. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-encodebin.html +70 -13
  1628. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-giosink.html +14 -8
  1629. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-giosrc.html +14 -8
  1630. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-giostreamsink.html +14 -8
  1631. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-giostreamsrc.html +14 -8
  1632. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-multifdsink.html +69 -20
  1633. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-multisocketsink.html +162 -17
  1634. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-oggdemux.html +17 -8
  1635. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-oggmux.html +29 -10
  1636. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-playbin.html +117 -77
  1637. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-adder.html +14 -8
  1638. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-alsa.html +14 -8
  1639. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-app.html +14 -8
  1640. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-audioconvert.html +14 -8
  1641. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-audiorate.html +14 -8
  1642. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-audioresample.html +14 -8
  1643. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-audiotestsrc.html +14 -8
  1644. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-cdparanoia.html +14 -8
  1645. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-encoding.html +14 -8
  1646. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-gio.html +14 -8
  1647. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-libvisual.html +14 -8
  1648. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-ogg.html +14 -8
  1649. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-pango.html +14 -8
  1650. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-playback.html +18 -8
  1651. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-subparse.html +14 -8
  1652. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-tcp.html +14 -8
  1653. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-theora.html +14 -8
  1654. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-typefindfunctions.html +14 -8
  1655. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-videoconvert.html +14 -8
  1656. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-videorate.html +14 -8
  1657. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-videoscale.html +14 -8
  1658. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-videotestsrc.html +14 -8
  1659. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-volume.html +14 -8
  1660. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-vorbis.html +14 -8
  1661. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-ximagesink.html +14 -8
  1662. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-xvimagesink.html +14 -8
  1663. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-subtitleoverlay.html +22 -10
  1664. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-tcpclientsink.html +14 -8
  1665. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-tcpclientsrc.html +14 -8
  1666. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-tcpserversink.html +14 -8
  1667. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-tcpserversrc.html +14 -8
  1668. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-textoverlay.html +21 -9
  1669. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-textrender.html +17 -8
  1670. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-theoradec.html +17 -8
  1671. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-theoraenc.html +17 -8
  1672. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-theoraparse.html +17 -8
  1673. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-timeoverlay.html +17 -8
  1674. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-uridecodebin.html +73 -15
  1675. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-videoconvert.html +28 -11
  1676. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-videorate.html +18 -9
  1677. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-videoscale.html +33 -13
  1678. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-videotestsrc.html +32 -13
  1679. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-volume.html +18 -9
  1680. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-vorbisdec.html +17 -8
  1681. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-vorbisenc.html +18 -9
  1682. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-vorbisparse.html +17 -8
  1683. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-vorbistag.html +17 -8
  1684. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-ximagesink.html +13 -7
  1685. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-xvimagesink.html +13 -7
  1686. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/index.html +31 -31
  1687. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/index.sgml +29 -2
  1688. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstAllocator.html +62 -20
  1689. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstBin.html +138 -34
  1690. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstBus.html +113 -38
  1691. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstChildProxy.html +65 -20
  1692. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstClock.html +191 -50
  1693. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstControlBinding.html +37 -13
  1694. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstControlSource.html +31 -10
  1695. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstElement.html +447 -114
  1696. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstElementFactory.html +82 -25
  1697. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstGhostPad.html +74 -25
  1698. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstObject.html +186 -55
  1699. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPad.html +568 -167
  1700. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPadTemplate.html +61 -19
  1701. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPipeline.html +53 -17
  1702. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPlugin.html +131 -38
  1703. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPluginFeature.html +83 -17
  1704. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPreset.html +48 -15
  1705. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstRegistry.html +81 -24
  1706. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstSystemClock.html +11 -5
  1707. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTagSetter.html +47 -14
  1708. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTask.html +93 -27
  1709. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTaskPool.html +31 -10
  1710. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTypeFindFactory.html +24 -9
  1711. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/annotation-glossary.html +52 -57
  1712. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/api-index-deprecated.html +24 -8
  1713. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/api-index-full.html +315 -11
  1714. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gst-building.html +6 -6
  1715. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gst-running.html +128 -16
  1716. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-1.0.devhelp2 +92 -6
  1717. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-Gst.html +50 -17
  1718. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstAtomicQueue.html +31 -10
  1719. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstBuffer.html +373 -87
  1720. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstBufferList.html +59 -17
  1721. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstBufferPool.html +91 -25
  1722. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstCaps.html +447 -74
  1723. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstCapsFeatures.html +783 -0
  1724. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstContext.html +432 -0
  1725. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstDateTime.html +119 -32
  1726. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstEvent.html +392 -73
  1727. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstFormat.html +39 -12
  1728. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstGError.html +26 -11
  1729. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstInfo.html +417 -82
  1730. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstIterator.html +109 -31
  1731. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstMemory.html +207 -31
  1732. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstMessage.html +565 -95
  1733. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstMeta.html +80 -19
  1734. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstMiniObject.html +137 -38
  1735. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstParamSpec.html +11 -5
  1736. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstParse.html +67 -23
  1737. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstPoll.html +87 -24
  1738. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstQuery.html +581 -108
  1739. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstSample.html +39 -14
  1740. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstSegment.html +56 -17
  1741. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstStructure.html +301 -72
  1742. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstTagList.html +295 -85
  1743. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstToc.html +121 -30
  1744. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstTocSetter.html +19 -7
  1745. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstTypeFind.html +39 -17
  1746. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstUriHandler.html +72 -21
  1747. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstUtils.html +324 -79
  1748. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstValue.html +436 -100
  1749. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstVersion.html +9 -6
  1750. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-gstconfig.html +5 -5
  1751. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-hierarchy.html +5 -5
  1752. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-support.html +6 -6
  1753. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer.html +6 -6
  1754. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/index.html +12 -6
  1755. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/index.sgml +107 -9
  1756. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/libgstreamer.html +13 -7
  1757. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstAdapter.html +81 -30
  1758. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstBaseSink.html +112 -27
  1759. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstBaseSrc.html +76 -25
  1760. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstBaseTransform.html +78 -37
  1761. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstCollectPads.html +141 -39
  1762. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstInterpolationControlSource.html +11 -5
  1763. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstLFOControlSource.html +17 -11
  1764. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstNetClientClock.html +7 -4
  1765. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstNetTimeProvider.html +10 -6
  1766. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstPushSrc.html +3 -3
  1767. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstTestClock.html +754 -0
  1768. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstTimedValueControlSource.html +35 -11
  1769. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstTriggerControlSource.html +7 -4
  1770. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/annotation-glossary.html +47 -48
  1771. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/api-index-deprecated.html +5 -5
  1772. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/api-index-full.html +220 -9
  1773. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-base.html +10 -4
  1774. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-check.html +7 -4
  1775. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-control.html +6 -6
  1776. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-hierarchy.html +8 -7
  1777. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-1.0.devhelp2 +59 -4
  1778. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstARGBControlBinding.html +8 -5
  1779. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstBaseParse.html +115 -30
  1780. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstBitReader.html +140 -32
  1781. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstBufferStraw.html +15 -6
  1782. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstByteReader.html +467 -119
  1783. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstByteWriter.html +280 -73
  1784. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstCheck.html +414 -23
  1785. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstDataQueue.html +598 -0
  1786. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstDirectControlBinding.html +10 -6
  1787. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstNetTimePacket.html +23 -8
  1788. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstQueueArray.html +306 -0
  1789. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstStreamConsistency.html +17 -8
  1790. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstTypeFindHelper.html +37 -15
  1791. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs.html +13 -4
  1792. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-net.html +4 -4
  1793. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/index.html +14 -5
  1794. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/index.sgml +78 -8
  1795. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/ch01.html +6 -6
  1796. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/ch02.html +7 -7
  1797. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-1.0.devhelp2 +63 -72
  1798. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-capsfilter.html +18 -9
  1799. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-fakesink.html +35 -20
  1800. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-fakesrc.html +44 -23
  1801. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-fdsink.html +13 -7
  1802. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-fdsrc.html +15 -9
  1803. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-filesink.html +26 -20
  1804. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-filesrc.html +14 -48
  1805. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-funnel.html +17 -8
  1806. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-identity.html +44 -40
  1807. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-input-selector.html +46 -67
  1808. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-multiqueue.html +60 -45
  1809. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-output-selector.html +25 -16
  1810. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-plugin-coreelements.html +15 -9
  1811. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-queue.html +70 -26
  1812. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-queue2.html +38 -29
  1813. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-tee.html +34 -30
  1814. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-typefind.html +25 -22
  1815. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-valve.html +17 -8
  1816. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/index.html +6 -6
  1817. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/index.sgml +20 -29
  1818. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAddress.html +875 -0
  1819. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuth.html +662 -0
  1820. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuthDomain.html +758 -0
  1821. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuthDomainBasic.html +277 -0
  1822. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuthDomainDigest.html +313 -0
  1823. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuthManager.html +216 -0
  1824. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCache.html +326 -0
  1825. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupContentDecoder.html +114 -0
  1826. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupContentSniffer.html +189 -0
  1827. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCookie.html +1135 -0
  1828. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCookieJar.html +695 -0
  1829. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCookieJarDB.html +162 -0
  1830. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCookieJarText.html +156 -0
  1831. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupLogger.html +564 -0
  1832. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMessage.html +2205 -0
  1833. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMessageBody.html +1015 -0
  1834. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMessageHeaders.html +1473 -0
  1835. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMultipart.html +413 -0
  1836. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMultipartInputStream.html +339 -0
  1837. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupProxyResolverDefault.html +108 -0
  1838. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupRequest.html +404 -0
  1839. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupRequestData.html +84 -0
  1840. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupRequestFile.html +113 -0
  1841. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupRequestHTTP.html +117 -0
  1842. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupServer.html +1346 -0
  1843. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSession.html +2416 -0
  1844. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSessionAsync.html +144 -0
  1845. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSessionFeature.html +182 -0
  1846. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSessionSync.html +144 -0
  1847. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSocket.html +1239 -0
  1848. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupURI.html +1279 -0
  1849. data/vendor/local/share/gtk-doc/html/libsoup-2.4/annotation-glossary.html +72 -0
  1850. data/vendor/local/share/gtk-doc/html/libsoup-2.4/ch01.html +49 -0
  1851. data/vendor/local/share/gtk-doc/html/libsoup-2.4/ch02.html +109 -0
  1852. data/vendor/local/share/gtk-doc/html/libsoup-2.4/ch03.html +59 -0
  1853. data/vendor/local/share/gtk-doc/html/libsoup-2.4/ch04.html +41 -0
  1854. data/vendor/local/share/gtk-doc/html/libsoup-2.4/ch05.html +38 -0
  1855. data/vendor/local/share/{doc/libxml2-2.9.0/html/html → gtk-doc/html/libsoup-2.4}/home.png +0 -0
  1856. data/vendor/local/share/gtk-doc/html/libsoup-2.4/index.html +178 -0
  1857. data/vendor/local/share/gtk-doc/html/libsoup-2.4/index.sgml +1144 -0
  1858. data/vendor/local/share/gtk-doc/html/libsoup-2.4/ix01.html +1489 -0
  1859. data/vendor/local/share/{doc/libxml2-2.9.0/html/html → gtk-doc/html/libsoup-2.4}/left.png +0 -0
  1860. data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-GValue-Support.html +710 -0
  1861. data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-HTML-Form-Support.html +510 -0
  1862. data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-Soup-Miscellaneous-Utilities.html +1527 -0
  1863. data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-Top-Level-Domain-utils.html +202 -0
  1864. data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-Version-Information.html +464 -0
  1865. data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-XMLRPC-Support.html +633 -0
  1866. data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-soup-method.html +240 -0
  1867. data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-soup-status.html +734 -0
  1868. data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4.devhelp2 +948 -0
  1869. data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-build-howto.html +136 -0
  1870. data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-client-howto.html +604 -0
  1871. data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-request-howto.html +172 -0
  1872. data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-server-howto.html +444 -0
  1873. data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-session-porting.html +218 -0
  1874. data/vendor/local/share/{doc/libxml2-2.9.0/html/html → gtk-doc/html/libsoup-2.4}/right.png +0 -0
  1875. data/vendor/local/share/gtk-doc/html/libsoup-2.4/style.css +266 -0
  1876. data/vendor/local/share/{doc/libxml2-2.9.0/html/html → gtk-doc/html/libsoup-2.4}/up.png +0 -0
  1877. data/vendor/local/share/license/flac/AUTHORS +3 -2
  1878. data/vendor/local/share/license/gst-libav/COPYING.LIB +2 -2
  1879. data/vendor/local/share/license/gst-plugins-base/COPYING +2 -2
  1880. data/vendor/local/share/license/gst-plugins-base/COPYING.LIB +2 -2
  1881. data/vendor/local/share/license/gstreamer/COPYING +2 -2
  1882. data/vendor/local/share/license/libav/COPYING.LGPLv2.1 +0 -2
  1883. data/vendor/local/share/license/libav/LICENSE +38 -18
  1884. data/vendor/local/share/license/libsoup/AUTHORS +13 -0
  1885. data/vendor/local/share/license/libsoup/COPYING +481 -0
  1886. data/vendor/local/share/locale/af/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1887. data/vendor/local/share/locale/af/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1888. data/vendor/local/share/locale/af/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1889. data/vendor/local/share/locale/af/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1890. data/vendor/local/share/locale/an/LC_MESSAGES/libsoup.mo +0 -0
  1891. data/vendor/local/share/locale/as/LC_MESSAGES/libsoup.mo +0 -0
  1892. data/vendor/local/share/locale/az/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1893. data/vendor/local/share/locale/az/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1894. data/vendor/local/share/locale/az/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1895. data/vendor/local/share/locale/az/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1896. data/vendor/local/share/locale/be/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1897. data/vendor/local/share/locale/be/LC_MESSAGES/libsoup.mo +0 -0
  1898. data/vendor/local/share/locale/bg/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1899. data/vendor/local/share/locale/bg/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1900. data/vendor/local/share/locale/bg/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1901. data/vendor/local/share/locale/bg/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1902. data/vendor/local/share/locale/bg/LC_MESSAGES/libsoup.mo +0 -0
  1903. data/vendor/local/share/locale/bn_IN/LC_MESSAGES/libsoup.mo +0 -0
  1904. data/vendor/local/share/locale/ca/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1905. data/vendor/local/share/locale/ca/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1906. data/vendor/local/share/locale/ca/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1907. data/vendor/local/share/locale/ca/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1908. data/vendor/local/share/locale/ca/LC_MESSAGES/libsoup.mo +0 -0
  1909. data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/libsoup.mo +0 -0
  1910. data/vendor/local/share/locale/cs/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1911. data/vendor/local/share/locale/cs/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1912. data/vendor/local/share/locale/cs/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1913. data/vendor/local/share/locale/cs/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1914. data/vendor/local/share/locale/cs/LC_MESSAGES/libsoup.mo +0 -0
  1915. data/vendor/local/share/locale/da/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1916. data/vendor/local/share/locale/da/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1917. data/vendor/local/share/locale/da/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1918. data/vendor/local/share/locale/da/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1919. data/vendor/local/share/locale/da/LC_MESSAGES/libsoup.mo +0 -0
  1920. data/vendor/local/share/locale/de/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1921. data/vendor/local/share/locale/de/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1922. data/vendor/local/share/locale/de/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1923. data/vendor/local/share/locale/de/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1924. data/vendor/local/share/locale/de/LC_MESSAGES/libsoup.mo +0 -0
  1925. data/vendor/local/share/locale/el/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1926. data/vendor/local/share/locale/el/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1927. data/vendor/local/share/locale/el/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1928. data/vendor/local/share/locale/el/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1929. data/vendor/local/share/locale/el/LC_MESSAGES/libsoup.mo +0 -0
  1930. data/vendor/local/share/locale/en_GB/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1931. data/vendor/local/share/locale/en_GB/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1932. data/vendor/local/share/locale/en_GB/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1933. data/vendor/local/share/locale/en_GB/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1934. data/vendor/local/share/locale/en_GB/LC_MESSAGES/libsoup.mo +0 -0
  1935. data/vendor/local/share/locale/eo/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1936. data/vendor/local/share/locale/eo/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1937. data/vendor/local/share/locale/eo/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1938. data/vendor/local/share/locale/eo/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1939. data/vendor/local/share/locale/eo/LC_MESSAGES/libsoup.mo +0 -0
  1940. data/vendor/local/share/locale/es/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1941. data/vendor/local/share/locale/es/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1942. data/vendor/local/share/locale/es/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1943. data/vendor/local/share/locale/es/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1944. data/vendor/local/share/locale/es/LC_MESSAGES/libsoup.mo +0 -0
  1945. data/vendor/local/share/locale/et/LC_MESSAGES/libsoup.mo +0 -0
  1946. data/vendor/local/share/locale/eu/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1947. data/vendor/local/share/locale/eu/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1948. data/vendor/local/share/locale/eu/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1949. data/vendor/local/share/locale/eu/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1950. data/vendor/local/share/locale/eu/LC_MESSAGES/libsoup.mo +0 -0
  1951. data/vendor/local/share/locale/fa/LC_MESSAGES/libsoup.mo +0 -0
  1952. data/vendor/local/share/locale/fi/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1953. data/vendor/local/share/locale/fi/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1954. data/vendor/local/share/locale/fi/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1955. data/vendor/local/share/locale/fi/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1956. data/vendor/local/share/locale/fr/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1957. data/vendor/local/share/locale/fr/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1958. data/vendor/local/share/locale/fr/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1959. data/vendor/local/share/locale/fr/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1960. data/vendor/local/share/locale/fr/LC_MESSAGES/libsoup.mo +0 -0
  1961. data/vendor/local/share/locale/fur/LC_MESSAGES/libsoup.mo +0 -0
  1962. data/vendor/local/share/locale/gl/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1963. data/vendor/local/share/locale/gl/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1964. data/vendor/local/share/locale/gl/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1965. data/vendor/local/share/locale/gl/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1966. data/vendor/local/share/locale/gl/LC_MESSAGES/libsoup.mo +0 -0
  1967. data/vendor/local/share/locale/gu/LC_MESSAGES/libsoup.mo +0 -0
  1968. data/vendor/local/share/locale/he/LC_MESSAGES/libsoup.mo +0 -0
  1969. data/vendor/local/share/locale/hi/LC_MESSAGES/libsoup.mo +0 -0
  1970. data/vendor/local/share/locale/hr/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1971. data/vendor/local/share/locale/hr/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1972. data/vendor/local/share/locale/hr/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1973. data/vendor/local/share/locale/hr/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1974. data/vendor/local/share/locale/hu/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1975. data/vendor/local/share/locale/hu/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1976. data/vendor/local/share/locale/hu/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1977. data/vendor/local/share/locale/hu/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1978. data/vendor/local/share/locale/hu/LC_MESSAGES/libsoup.mo +0 -0
  1979. data/vendor/local/share/locale/id/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1980. data/vendor/local/share/locale/id/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1981. data/vendor/local/share/locale/id/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1982. data/vendor/local/share/locale/id/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1983. data/vendor/local/share/locale/id/LC_MESSAGES/libsoup.mo +0 -0
  1984. data/vendor/local/share/locale/it/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1985. data/vendor/local/share/locale/it/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1986. data/vendor/local/share/locale/it/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1987. data/vendor/local/share/locale/it/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1988. data/vendor/local/share/locale/it/LC_MESSAGES/libsoup.mo +0 -0
  1989. data/vendor/local/share/locale/ja/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1990. data/vendor/local/share/locale/ja/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1991. data/vendor/local/share/locale/ja/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1992. data/vendor/local/share/locale/ja/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1993. data/vendor/local/share/locale/ja/LC_MESSAGES/libsoup.mo +0 -0
  1994. data/vendor/local/share/locale/kn/LC_MESSAGES/libsoup.mo +0 -0
  1995. data/vendor/local/share/locale/ko/LC_MESSAGES/libsoup.mo +0 -0
  1996. data/vendor/local/share/locale/ky/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1997. data/vendor/local/share/locale/lt/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1998. data/vendor/local/share/locale/lt/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1999. data/vendor/local/share/locale/lt/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2000. data/vendor/local/share/locale/lt/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  2001. data/vendor/local/share/locale/lt/LC_MESSAGES/libsoup.mo +0 -0
  2002. data/vendor/local/share/locale/lv/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  2003. data/vendor/local/share/locale/lv/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  2004. data/vendor/local/share/locale/lv/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2005. data/vendor/local/share/locale/lv/LC_MESSAGES/libsoup.mo +0 -0
  2006. data/vendor/local/share/locale/ml/LC_MESSAGES/libsoup.mo +0 -0
  2007. data/vendor/local/share/locale/mr/LC_MESSAGES/libsoup.mo +0 -0
  2008. data/vendor/local/share/locale/mt/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  2009. data/vendor/local/share/locale/mt/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2010. data/vendor/local/share/locale/nb/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  2011. data/vendor/local/share/locale/nb/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  2012. data/vendor/local/share/locale/nb/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2013. data/vendor/local/share/locale/nb/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  2014. data/vendor/local/share/locale/nb/LC_MESSAGES/libsoup.mo +0 -0
  2015. data/vendor/local/share/locale/nl/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  2016. data/vendor/local/share/locale/nl/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  2017. data/vendor/local/share/locale/nl/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2018. data/vendor/local/share/locale/nl/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  2019. data/vendor/local/share/locale/nl/LC_MESSAGES/libsoup.mo +0 -0
  2020. data/vendor/local/share/locale/or/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  2021. data/vendor/local/share/locale/or/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  2022. data/vendor/local/share/locale/or/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2023. data/vendor/local/share/locale/or/LC_MESSAGES/libsoup.mo +0 -0
  2024. data/vendor/local/share/locale/pa/LC_MESSAGES/libsoup.mo +0 -0
  2025. data/vendor/local/share/locale/pl/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  2026. data/vendor/local/share/locale/pl/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  2027. data/vendor/local/share/locale/pl/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2028. data/vendor/local/share/locale/pl/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  2029. data/vendor/local/share/locale/pl/LC_MESSAGES/libsoup.mo +0 -0
  2030. data/vendor/local/share/locale/pt/LC_MESSAGES/libsoup.mo +0 -0
  2031. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  2032. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  2033. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2034. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  2035. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/libsoup.mo +0 -0
  2036. data/vendor/local/share/locale/ro/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  2037. data/vendor/local/share/locale/ro/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  2038. data/vendor/local/share/locale/ro/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2039. data/vendor/local/share/locale/ro/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  2040. data/vendor/local/share/locale/ro/LC_MESSAGES/libsoup.mo +0 -0
  2041. data/vendor/local/share/locale/ru/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  2042. data/vendor/local/share/locale/ru/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  2043. data/vendor/local/share/locale/ru/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2044. data/vendor/local/share/locale/ru/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  2045. data/vendor/local/share/locale/ru/LC_MESSAGES/libsoup.mo +0 -0
  2046. data/vendor/local/share/locale/rw/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  2047. data/vendor/local/share/locale/sk/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  2048. data/vendor/local/share/locale/sk/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  2049. data/vendor/local/share/locale/sk/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2050. data/vendor/local/share/locale/sk/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  2051. data/vendor/local/share/locale/sk/LC_MESSAGES/libsoup.mo +0 -0
  2052. data/vendor/local/share/locale/sl/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  2053. data/vendor/local/share/locale/sl/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  2054. data/vendor/local/share/locale/sl/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2055. data/vendor/local/share/locale/sl/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  2056. data/vendor/local/share/locale/sl/LC_MESSAGES/libsoup.mo +0 -0
  2057. data/vendor/local/share/locale/sq/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  2058. data/vendor/local/share/locale/sq/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  2059. data/vendor/local/share/locale/sq/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2060. data/vendor/local/share/locale/sq/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  2061. data/vendor/local/share/locale/sr/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  2062. data/vendor/local/share/locale/sr/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  2063. data/vendor/local/share/locale/sr/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2064. data/vendor/local/share/locale/sr/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  2065. data/vendor/local/share/locale/sr/LC_MESSAGES/libsoup.mo +0 -0
  2066. data/vendor/local/share/locale/sr@latin/LC_MESSAGES/libsoup.mo +0 -0
  2067. data/vendor/local/share/locale/sv/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  2068. data/vendor/local/share/locale/sv/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  2069. data/vendor/local/share/locale/sv/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2070. data/vendor/local/share/locale/sv/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  2071. data/vendor/local/share/locale/sv/LC_MESSAGES/libsoup.mo +0 -0
  2072. data/vendor/local/share/locale/ta/LC_MESSAGES/libsoup.mo +0 -0
  2073. data/vendor/local/share/locale/te/LC_MESSAGES/libsoup.mo +0 -0
  2074. data/vendor/local/share/locale/tg/LC_MESSAGES/libsoup.mo +0 -0
  2075. data/vendor/local/share/locale/th/LC_MESSAGES/libsoup.mo +0 -0
  2076. data/vendor/local/share/locale/tr/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  2077. data/vendor/local/share/locale/tr/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  2078. data/vendor/local/share/locale/tr/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2079. data/vendor/local/share/locale/tr/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  2080. data/vendor/local/share/locale/tr/LC_MESSAGES/libsoup.mo +0 -0
  2081. data/vendor/local/share/locale/ug/LC_MESSAGES/libsoup.mo +0 -0
  2082. data/vendor/local/share/locale/uk/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  2083. data/vendor/local/share/locale/uk/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  2084. data/vendor/local/share/locale/uk/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2085. data/vendor/local/share/locale/uk/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  2086. data/vendor/local/share/locale/uk/LC_MESSAGES/libsoup.mo +0 -0
  2087. data/vendor/local/share/locale/uz@cyrillic/LC_MESSAGES/libsoup.mo +0 -0
  2088. data/vendor/local/share/locale/vi/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  2089. data/vendor/local/share/locale/vi/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  2090. data/vendor/local/share/locale/vi/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2091. data/vendor/local/share/locale/vi/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  2092. data/vendor/local/share/locale/vi/LC_MESSAGES/libsoup.mo +0 -0
  2093. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  2094. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  2095. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2096. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  2097. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/libsoup.mo +0 -0
  2098. data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2099. data/vendor/local/share/locale/zh_HK/LC_MESSAGES/libsoup.mo +0 -0
  2100. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2101. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  2102. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/libsoup.mo +0 -0
  2103. data/vendor/local/share/man/man1/cjpeg.1 +49 -8
  2104. data/vendor/local/share/man/man1/flac.1 +65 -10
  2105. data/vendor/local/share/man/man1/gst-launch-1.0.1 +27 -6
  2106. data/vendor/local/share/man/man1/gst-play-1.0.1 +34 -0
  2107. data/vendor/local/share/man/man1/metaflac.1 +5 -4
  2108. data/vendor/local/share/man/man1/sqlite3.1 +229 -0
  2109. metadata +865 -838
  2110. data/vendor/local/bin/libgstbasevideo-1.0-0.dll +0 -0
  2111. data/vendor/local/bin/libgstsignalprocessor-1.0-0.dll +0 -0
  2112. data/vendor/local/bin/libjpeg-8.dll +0 -0
  2113. data/vendor/local/bin/libxml2-2.dll +0 -0
  2114. data/vendor/local/bin/xmlcatalog.exe +0 -0
  2115. data/vendor/local/bin/xmllint.exe +0 -0
  2116. data/vendor/local/include/gstreamer-1.0/gst/signalprocessor/gstsignalprocessor.h +0 -136
  2117. data/vendor/local/include/gstreamer-1.0/gst/video/gstsurfaceconverter.h +0 -65
  2118. data/vendor/local/include/gstreamer-1.0/gst/video/gstsurfacemeta.h +0 -68
  2119. data/vendor/local/include/gstreamer-1.0/gst/video/videocontext.h +0 -117
  2120. data/vendor/local/include/libxml2/libxml/DOCBparser.h +0 -96
  2121. data/vendor/local/include/libxml2/libxml/HTMLparser.h +0 -306
  2122. data/vendor/local/include/libxml2/libxml/HTMLtree.h +0 -147
  2123. data/vendor/local/include/libxml2/libxml/SAX.h +0 -173
  2124. data/vendor/local/include/libxml2/libxml/SAX2.h +0 -176
  2125. data/vendor/local/include/libxml2/libxml/c14n.h +0 -126
  2126. data/vendor/local/include/libxml2/libxml/catalog.h +0 -182
  2127. data/vendor/local/include/libxml2/libxml/chvalid.h +0 -230
  2128. data/vendor/local/include/libxml2/libxml/debugXML.h +0 -217
  2129. data/vendor/local/include/libxml2/libxml/dict.h +0 -80
  2130. data/vendor/local/include/libxml2/libxml/encoding.h +0 -240
  2131. data/vendor/local/include/libxml2/libxml/entities.h +0 -150
  2132. data/vendor/local/include/libxml2/libxml/globals.h +0 -502
  2133. data/vendor/local/include/libxml2/libxml/hash.h +0 -233
  2134. data/vendor/local/include/libxml2/libxml/list.h +0 -137
  2135. data/vendor/local/include/libxml2/libxml/nanoftp.h +0 -163
  2136. data/vendor/local/include/libxml2/libxml/nanohttp.h +0 -81
  2137. data/vendor/local/include/libxml2/libxml/parser.h +0 -1240
  2138. data/vendor/local/include/libxml2/libxml/parserInternals.h +0 -644
  2139. data/vendor/local/include/libxml2/libxml/pattern.h +0 -100
  2140. data/vendor/local/include/libxml2/libxml/relaxng.h +0 -213
  2141. data/vendor/local/include/libxml2/libxml/schemasInternals.h +0 -958
  2142. data/vendor/local/include/libxml2/libxml/schematron.h +0 -142
  2143. data/vendor/local/include/libxml2/libxml/threads.h +0 -84
  2144. data/vendor/local/include/libxml2/libxml/tree.h +0 -1303
  2145. data/vendor/local/include/libxml2/libxml/uri.h +0 -94
  2146. data/vendor/local/include/libxml2/libxml/valid.h +0 -458
  2147. data/vendor/local/include/libxml2/libxml/xinclude.h +0 -129
  2148. data/vendor/local/include/libxml2/libxml/xlink.h +0 -189
  2149. data/vendor/local/include/libxml2/libxml/xmlIO.h +0 -366
  2150. data/vendor/local/include/libxml2/libxml/xmlautomata.h +0 -146
  2151. data/vendor/local/include/libxml2/libxml/xmlerror.h +0 -944
  2152. data/vendor/local/include/libxml2/libxml/xmlexports.h +0 -162
  2153. data/vendor/local/include/libxml2/libxml/xmlmemory.h +0 -224
  2154. data/vendor/local/include/libxml2/libxml/xmlmodule.h +0 -57
  2155. data/vendor/local/include/libxml2/libxml/xmlreader.h +0 -428
  2156. data/vendor/local/include/libxml2/libxml/xmlregexp.h +0 -222
  2157. data/vendor/local/include/libxml2/libxml/xmlsave.h +0 -88
  2158. data/vendor/local/include/libxml2/libxml/xmlschemas.h +0 -246
  2159. data/vendor/local/include/libxml2/libxml/xmlschemastypes.h +0 -151
  2160. data/vendor/local/include/libxml2/libxml/xmlstring.h +0 -140
  2161. data/vendor/local/include/libxml2/libxml/xmlunicode.h +0 -202
  2162. data/vendor/local/include/libxml2/libxml/xmlversion.h +0 -480
  2163. data/vendor/local/include/libxml2/libxml/xmlwriter.h +0 -488
  2164. data/vendor/local/include/libxml2/libxml/xpath.h +0 -550
  2165. data/vendor/local/include/libxml2/libxml/xpathInternals.h +0 -632
  2166. data/vendor/local/include/libxml2/libxml/xpointer.h +0 -114
  2167. data/vendor/local/lib/gstreamer-1.0/libgstavscale.dll +0 -0
  2168. data/vendor/local/lib/gstreamer-1.0/libgstavscale.dll.a +0 -0
  2169. data/vendor/local/lib/gstreamer-1.0/libgstavscale.la +0 -41
  2170. data/vendor/local/lib/gstreamer-1.0/libgstrtpmux.dll +0 -0
  2171. data/vendor/local/lib/gstreamer-1.0/libgstrtpmux.dll.a +0 -0
  2172. data/vendor/local/lib/gstreamer-1.0/libgstrtpmux.la +0 -41
  2173. data/vendor/local/lib/gstreamer-1.0/libgstrtpvp8.dll +0 -0
  2174. data/vendor/local/lib/gstreamer-1.0/libgstrtpvp8.dll.a +0 -0
  2175. data/vendor/local/lib/gstreamer-1.0/libgstrtpvp8.la +0 -41
  2176. data/vendor/local/lib/gstreamer-1.0/libgstscaletempoplugin.dll +0 -0
  2177. data/vendor/local/lib/gstreamer-1.0/libgstscaletempoplugin.dll.a +0 -0
  2178. data/vendor/local/lib/gstreamer-1.0/libgstscaletempoplugin.la +0 -41
  2179. data/vendor/local/lib/libFLAC.a +0 -0
  2180. data/vendor/local/lib/libgstbasevideo-1.0.dll.a +0 -0
  2181. data/vendor/local/lib/libgstbasevideo-1.0.la +0 -41
  2182. data/vendor/local/lib/libgstsignalprocessor-1.0.dll.a +0 -0
  2183. data/vendor/local/lib/libgstsignalprocessor-1.0.la +0 -41
  2184. data/vendor/local/lib/libxml2.def +0 -1659
  2185. data/vendor/local/lib/libxml2.dll.a +0 -0
  2186. data/vendor/local/lib/libxml2.lib +0 -0
  2187. data/vendor/local/lib/pkgconfig/gstreamer-basevideo-1.0.pc +0 -12
  2188. data/vendor/local/lib/pkgconfig/libxml-2.0.pc +0 -13
  2189. data/vendor/local/manifest/jpeg-dev_8-1_win32.mft +0 -18
  2190. data/vendor/local/manifest/jpeg_8-1_win32.mft +0 -2
  2191. data/vendor/local/manifest/libsoup-dev_2.26.3-1_win32.mft +0 -41
  2192. data/vendor/local/manifest/libsoup_2.26.3-1_win32.mft +0 -2
  2193. data/vendor/local/manifest/libxml2-dev_2.9.0-1_win32.mft +0 -268
  2194. data/vendor/local/manifest/libxml2_2.9.0-1_win32.mft +0 -2
  2195. data/vendor/local/share/aclocal/libxml.m4 +0 -188
  2196. data/vendor/local/share/doc/flac-1.2.1/FLAC.tag +0 -12259
  2197. data/vendor/local/share/doc/flac-1.2.1/html/api/+_2all_8h-source.html +0 -73
  2198. data/vendor/local/share/doc/flac-1.2.1/html/api/+_2export_8h-source.html +0 -89
  2199. data/vendor/local/share/doc/flac-1.2.1/html/api/+_2export_8h.html +0 -55
  2200. data/vendor/local/share/doc/flac-1.2.1/html/api/+_2metadata_8h-source.html +0 -751
  2201. data/vendor/local/share/doc/flac-1.2.1/html/api/+_2metadata_8h.html +0 -66
  2202. data/vendor/local/share/doc/flac-1.2.1/html/api/all_8h-source.html +0 -77
  2203. data/vendor/local/share/doc/flac-1.2.1/html/api/annotated.html +0 -81
  2204. data/vendor/local/share/doc/flac-1.2.1/html/api/assert_8h-source.html +0 -77
  2205. data/vendor/local/share/doc/flac-1.2.1/html/api/callback_8h-source.html +0 -103
  2206. data/vendor/local/share/doc/flac-1.2.1/html/api/callback_8h.html +0 -59
  2207. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Decoder_1_1File-members.html +0 -87
  2208. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Decoder_1_1File.html +0 -1457
  2209. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Decoder_1_1File.png +0 -0
  2210. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Decoder_1_1Stream-members.html +0 -79
  2211. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Decoder_1_1Stream.html +0 -1268
  2212. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Decoder_1_1Stream.png +0 -0
  2213. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Decoder_1_1Stream_1_1State-members.html +0 -36
  2214. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Decoder_1_1Stream_1_1State.html +0 -59
  2215. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Encoder_1_1File-members.html +0 -102
  2216. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Encoder_1_1File.html +0 -2124
  2217. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Encoder_1_1File.png +0 -0
  2218. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Encoder_1_1Stream-members.html +0 -93
  2219. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Encoder_1_1Stream.html +0 -1882
  2220. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Encoder_1_1Stream.png +0 -0
  2221. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Encoder_1_1Stream_1_1State-members.html +0 -36
  2222. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Encoder_1_1Stream_1_1State.html +0 -59
  2223. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Application-members.html +0 -71
  2224. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Application.html +0 -548
  2225. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Application.png +0 -0
  2226. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Chain-members.html +0 -46
  2227. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Chain.html +0 -453
  2228. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Chain_1_1Status-members.html +0 -35
  2229. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Chain_1_1Status.html +0 -56
  2230. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1CueSheet-members.html +0 -82
  2231. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1CueSheet.html +0 -799
  2232. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1CueSheet.png +0 -0
  2233. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1CueSheet_1_1Track-members.html +0 -52
  2234. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1CueSheet_1_1Track.html +0 -131
  2235. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Iterator-members.html +0 -45
  2236. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Iterator.html +0 -370
  2237. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Padding-members.html +0 -67
  2238. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Padding.html +0 -498
  2239. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Padding.png +0 -0
  2240. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Picture-members.html +0 -82
  2241. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Picture.html +0 -696
  2242. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Picture.png +0 -0
  2243. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Prototype-members.html +0 -56
  2244. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Prototype.html +0 -435
  2245. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Prototype.png +0 -0
  2246. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1SeekTable-members.html +0 -72
  2247. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1SeekTable.html +0 -646
  2248. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1SeekTable.png +0 -0
  2249. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1SimpleIterator-members.html +0 -50
  2250. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1SimpleIterator.html +0 -561
  2251. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1SimpleIterator_1_1Status-members.html +0 -35
  2252. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1SimpleIterator_1_1Status.html +0 -56
  2253. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1StreamInfo-members.html +0 -84
  2254. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1StreamInfo.html +0 -575
  2255. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1StreamInfo.png +0 -0
  2256. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Unknown-members.html +0 -69
  2257. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Unknown.html +0 -542
  2258. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Unknown.png +0 -0
  2259. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1VorbisComment-members.html +0 -74
  2260. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1VorbisComment.html +0 -685
  2261. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1VorbisComment.png +0 -0
  2262. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1VorbisComment_1_1Entry-members.html +0 -58
  2263. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1VorbisComment_1_1Entry.html +0 -152
  2264. data/vendor/local/share/doc/flac-1.2.1/html/api/classes.html +0 -41
  2265. data/vendor/local/share/doc/flac-1.2.1/html/api/decoder_8h-source.html +0 -190
  2266. data/vendor/local/share/doc/flac-1.2.1/html/api/decoder_8h.html +0 -50
  2267. data/vendor/local/share/doc/flac-1.2.1/html/api/dir_000000.html +0 -42
  2268. data/vendor/local/share/doc/flac-1.2.1/html/api/dir_000001.html +0 -48
  2269. data/vendor/local/share/doc/flac-1.2.1/html/api/dir_000002.html +0 -56
  2270. data/vendor/local/share/doc/flac-1.2.1/html/api/dirs.html +0 -37
  2271. data/vendor/local/share/doc/flac-1.2.1/html/api/doxygen.css +0 -309
  2272. data/vendor/local/share/doc/flac-1.2.1/html/api/doxygen.png +0 -0
  2273. data/vendor/local/share/doc/flac-1.2.1/html/api/encoder_8h-source.html +0 -203
  2274. data/vendor/local/share/doc/flac-1.2.1/html/api/encoder_8h.html +0 -51
  2275. data/vendor/local/share/doc/flac-1.2.1/html/api/export_8h-source.html +0 -95
  2276. data/vendor/local/share/doc/flac-1.2.1/html/api/export_8h.html +0 -55
  2277. data/vendor/local/share/doc/flac-1.2.1/html/api/files.html +0 -46
  2278. data/vendor/local/share/doc/flac-1.2.1/html/api/format_8h-source.html +0 -521
  2279. data/vendor/local/share/doc/flac-1.2.1/html/api/format_8h.html +0 -330
  2280. data/vendor/local/share/doc/flac-1.2.1/html/api/functions.html +0 -260
  2281. data/vendor/local/share/doc/flac-1.2.1/html/api/functions_func.html +0 -210
  2282. data/vendor/local/share/doc/flac-1.2.1/html/api/functions_vars.html +0 -117
  2283. data/vendor/local/share/doc/flac-1.2.1/html/api/globals.html +0 -39
  2284. data/vendor/local/share/doc/flac-1.2.1/html/api/globals_0x66.html +0 -529
  2285. data/vendor/local/share/doc/flac-1.2.1/html/api/globals_0x67.html +0 -42
  2286. data/vendor/local/share/doc/flac-1.2.1/html/api/globals_defs.html +0 -58
  2287. data/vendor/local/share/doc/flac-1.2.1/html/api/globals_enum.html +0 -57
  2288. data/vendor/local/share/doc/flac-1.2.1/html/api/globals_eval.html +0 -177
  2289. data/vendor/local/share/doc/flac-1.2.1/html/api/globals_func.html +0 -233
  2290. data/vendor/local/share/doc/flac-1.2.1/html/api/globals_type.html +0 -59
  2291. data/vendor/local/share/doc/flac-1.2.1/html/api/globals_vars.html +0 -135
  2292. data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac.html +0 -50
  2293. data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__callbacks.html +0 -299
  2294. data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__decoder.html +0 -44
  2295. data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__encoder.html +0 -44
  2296. data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__export.html +0 -148
  2297. data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__format.html +0 -3353
  2298. data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__metadata.html +0 -60
  2299. data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__metadata__level0.html +0 -308
  2300. data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__metadata__level1.html +0 -950
  2301. data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__metadata__level2.html +0 -1428
  2302. data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__metadata__object.html +0 -2741
  2303. data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__stream__decoder.html +0 -2854
  2304. data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__stream__encoder.html +0 -3644
  2305. data/vendor/local/share/doc/flac-1.2.1/html/api/group__flacpp.html +0 -45
  2306. data/vendor/local/share/doc/flac-1.2.1/html/api/group__flacpp__decoder.html +0 -50
  2307. data/vendor/local/share/doc/flac-1.2.1/html/api/group__flacpp__encoder.html +0 -50
  2308. data/vendor/local/share/doc/flac-1.2.1/html/api/group__flacpp__export.html +0 -54
  2309. data/vendor/local/share/doc/flac-1.2.1/html/api/group__flacpp__metadata.html +0 -50
  2310. data/vendor/local/share/doc/flac-1.2.1/html/api/group__flacpp__metadata__level0.html +0 -414
  2311. data/vendor/local/share/doc/flac-1.2.1/html/api/group__flacpp__metadata__level1.html +0 -50
  2312. data/vendor/local/share/doc/flac-1.2.1/html/api/group__flacpp__metadata__level2.html +0 -52
  2313. data/vendor/local/share/doc/flac-1.2.1/html/api/group__flacpp__metadata__object.html +0 -227
  2314. data/vendor/local/share/doc/flac-1.2.1/html/api/group__porting.html +0 -52
  2315. data/vendor/local/share/doc/flac-1.2.1/html/api/group__porting__1__1__2__to__1__1__3.html +0 -101
  2316. data/vendor/local/share/doc/flac-1.2.1/html/api/group__porting__1__1__3__to__1__1__4.html +0 -38
  2317. data/vendor/local/share/doc/flac-1.2.1/html/api/group__porting__1__1__4__to__1__2__0.html +0 -39
  2318. data/vendor/local/share/doc/flac-1.2.1/html/api/hierarchy.html +0 -87
  2319. data/vendor/local/share/doc/flac-1.2.1/html/api/index.html +0 -57
  2320. data/vendor/local/share/doc/flac-1.2.1/html/api/metadata_8h-source.html +0 -335
  2321. data/vendor/local/share/doc/flac-1.2.1/html/api/metadata_8h.html +0 -283
  2322. data/vendor/local/share/doc/flac-1.2.1/html/api/modules.html +0 -72
  2323. data/vendor/local/share/doc/flac-1.2.1/html/api/ordinals_8h-source.html +0 -112
  2324. data/vendor/local/share/doc/flac-1.2.1/html/api/stream__decoder_8h-source.html +0 -333
  2325. data/vendor/local/share/doc/flac-1.2.1/html/api/stream__decoder_8h.html +0 -206
  2326. data/vendor/local/share/doc/flac-1.2.1/html/api/stream__encoder_8h-source.html +0 -305
  2327. data/vendor/local/share/doc/flac-1.2.1/html/api/stream__encoder_8h.html +0 -236
  2328. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____EntropyCodingMethod-members.html +0 -34
  2329. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____EntropyCodingMethod.html +0 -54
  2330. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____EntropyCodingMethod__PartitionedRice-members.html +0 -33
  2331. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____EntropyCodingMethod__PartitionedRice.html +0 -95
  2332. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____EntropyCodingMethod__PartitionedRiceContents-members.html +0 -34
  2333. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____EntropyCodingMethod__PartitionedRiceContents.html +0 -120
  2334. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Frame-members.html +0 -34
  2335. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Frame.html +0 -53
  2336. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____FrameFooter-members.html +0 -32
  2337. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____FrameFooter.html +0 -70
  2338. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____FrameHeader-members.html +0 -41
  2339. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____FrameHeader.html +0 -251
  2340. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____IOCallbacks-members.html +0 -37
  2341. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____IOCallbacks.html +0 -63
  2342. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamDecoder-members.html +0 -33
  2343. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamDecoder.html +0 -50
  2344. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamEncoder-members.html +0 -33
  2345. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamEncoder.html +0 -50
  2346. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata-members.html +0 -43
  2347. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata.html +0 -163
  2348. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__Application-members.html +0 -33
  2349. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__Application.html +0 -50
  2350. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__CueSheet-members.html +0 -36
  2351. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__CueSheet.html +0 -170
  2352. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__CueSheet__Index-members.html +0 -33
  2353. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__CueSheet__Index.html +0 -95
  2354. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__CueSheet__Track-members.html +0 -38
  2355. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__CueSheet__Track.html +0 -220
  2356. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__Padding-members.html +0 -32
  2357. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__Padding.html +0 -70
  2358. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__Picture-members.html +0 -40
  2359. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__Picture.html +0 -270
  2360. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__SeekPoint-members.html +0 -34
  2361. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__SeekPoint.html +0 -120
  2362. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__SeekTable-members.html +0 -33
  2363. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__SeekTable.html +0 -54
  2364. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__StreamInfo-members.html +0 -40
  2365. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__StreamInfo.html +0 -71
  2366. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__Unknown-members.html +0 -32
  2367. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__Unknown.html +0 -47
  2368. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__VorbisComment-members.html +0 -34
  2369. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__VorbisComment.html +0 -53
  2370. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__VorbisComment__Entry-members.html +0 -33
  2371. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__VorbisComment__Entry.html +0 -52
  2372. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Subframe-members.html +0 -38
  2373. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Subframe.html +0 -63
  2374. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Subframe__Constant-members.html +0 -32
  2375. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Subframe__Constant.html +0 -70
  2376. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Subframe__Fixed-members.html +0 -35
  2377. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Subframe__Fixed.html +0 -145
  2378. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Subframe__LPC-members.html +0 -38
  2379. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Subframe__LPC.html +0 -220
  2380. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Subframe__Verbatim-members.html +0 -32
  2381. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Subframe__Verbatim.html +0 -70
  2382. data/vendor/local/share/doc/flac-1.2.1/html/changelog.html +0 -832
  2383. data/vendor/local/share/doc/flac-1.2.1/html/comparison.html +0 -431
  2384. data/vendor/local/share/doc/flac-1.2.1/html/comparison__chopin_prelude_24.html +0 -168
  2385. data/vendor/local/share/doc/flac-1.2.1/html/comparison__dream_theater_600.html +0 -168
  2386. data/vendor/local/share/doc/flac-1.2.1/html/comparison__eddie_warner_titus.html +0 -168
  2387. data/vendor/local/share/doc/flac-1.2.1/html/comparison__fanfare_de_l_eventail_de_jeanne.html +0 -168
  2388. data/vendor/local/share/doc/flac-1.2.1/html/comparison__gloria_estefan_conga.html +0 -168
  2389. data/vendor/local/share/doc/flac-1.2.1/html/comparison__hand_in_my_pocket.html +0 -168
  2390. data/vendor/local/share/doc/flac-1.2.1/html/comparison__l_sub_raga_sivapriya.html +0 -168
  2391. data/vendor/local/share/doc/flac-1.2.1/html/comparison__laetatus_sum.html +0 -168
  2392. data/vendor/local/share/doc/flac-1.2.1/html/comparison__mummified_in_barbed_wire.html +0 -168
  2393. data/vendor/local/share/doc/flac-1.2.1/html/comparison__prokofiev_pcon3_3.html +0 -168
  2394. data/vendor/local/share/doc/flac-1.2.1/html/comparison__ravel_sq4_4.html +0 -168
  2395. data/vendor/local/share/doc/flac-1.2.1/html/comparison__scarlatti_k42.html +0 -168
  2396. data/vendor/local/share/doc/flac-1.2.1/html/comparison__tool_forty_six_and_2.html +0 -168
  2397. data/vendor/local/share/doc/flac-1.2.1/html/comparison__white_room.html +0 -168
  2398. data/vendor/local/share/doc/flac-1.2.1/html/comparison_all_cpudectime.html +0 -165
  2399. data/vendor/local/share/doc/flac-1.2.1/html/comparison_all_cpuenctime.html +0 -165
  2400. data/vendor/local/share/doc/flac-1.2.1/html/comparison_all_procdectime.html +0 -165
  2401. data/vendor/local/share/doc/flac-1.2.1/html/comparison_all_procenctime.html +0 -165
  2402. data/vendor/local/share/doc/flac-1.2.1/html/comparison_all_ratio.html +0 -165
  2403. data/vendor/local/share/doc/flac-1.2.1/html/developers.html +0 -141
  2404. data/vendor/local/share/doc/flac-1.2.1/html/documentation.html +0 -105
  2405. data/vendor/local/share/doc/flac-1.2.1/html/documentation_bugs.html +0 -101
  2406. data/vendor/local/share/doc/flac-1.2.1/html/documentation_example_code.html +0 -81
  2407. data/vendor/local/share/doc/flac-1.2.1/html/documentation_format_overview.html +0 -130
  2408. data/vendor/local/share/doc/flac-1.2.1/html/documentation_tasks.html +0 -226
  2409. data/vendor/local/share/doc/flac-1.2.1/html/documentation_tools.html +0 -92
  2410. data/vendor/local/share/doc/flac-1.2.1/html/documentation_tools_flac.html +0 -1135
  2411. data/vendor/local/share/doc/flac-1.2.1/html/documentation_tools_metaflac.html +0 -570
  2412. data/vendor/local/share/doc/flac-1.2.1/html/documentation_tools_plugins.html +0 -94
  2413. data/vendor/local/share/doc/flac-1.2.1/html/download.html +0 -284
  2414. data/vendor/local/share/doc/flac-1.2.1/html/faq.html +0 -402
  2415. data/vendor/local/share/doc/flac-1.2.1/html/features.html +0 -127
  2416. data/vendor/local/share/doc/flac-1.2.1/html/flac.css +0 -191
  2417. data/vendor/local/share/doc/flac-1.2.1/html/format.html +0 -1852
  2418. data/vendor/local/share/doc/flac-1.2.1/html/id.html +0 -289
  2419. data/vendor/local/share/doc/flac-1.2.1/html/index.html +0 -148
  2420. data/vendor/local/share/doc/flac-1.2.1/html/itunes.html +0 -91
  2421. data/vendor/local/share/doc/flac-1.2.1/html/license.html +0 -93
  2422. data/vendor/local/share/doc/flac-1.2.1/html/links.html +0 -485
  2423. data/vendor/local/share/doc/flac-1.2.1/html/news.html +0 -697
  2424. data/vendor/local/share/doc/flac-1.2.1/html/ogg_mapping.html +0 -138
  2425. data/vendor/local/share/doc/flac-1.2.1/html/ru/authors.html +0 -112
  2426. data/vendor/local/share/doc/flac-1.2.1/html/ru/comparison.html +0 -864
  2427. data/vendor/local/share/doc/flac-1.2.1/html/ru/developers.html +0 -109
  2428. data/vendor/local/share/doc/flac-1.2.1/html/ru/documentation.html +0 -516
  2429. data/vendor/local/share/doc/flac-1.2.1/html/ru/download.html +0 -109
  2430. data/vendor/local/share/doc/flac-1.2.1/html/ru/features.html +0 -124
  2431. data/vendor/local/share/doc/flac-1.2.1/html/ru/format.html +0 -1006
  2432. data/vendor/local/share/doc/flac-1.2.1/html/ru/goals.html +0 -104
  2433. data/vendor/local/share/doc/flac-1.2.1/html/ru/id.html +0 -128
  2434. data/vendor/local/share/doc/flac-1.2.1/html/ru/index.html +0 -121
  2435. data/vendor/local/share/doc/flac-1.2.1/html/ru/links.html +0 -124
  2436. data/vendor/local/share/doc/flac-1.2.1/html/ru/news.html +0 -304
  2437. data/vendor/local/share/doc/libogg-1.3.0/framing.html +0 -429
  2438. data/vendor/local/share/doc/libogg-1.3.0/index.html +0 -105
  2439. data/vendor/local/share/doc/libogg-1.3.0/ogg/bitpacking.html +0 -103
  2440. data/vendor/local/share/doc/libogg-1.3.0/ogg/datastructures.html +0 -59
  2441. data/vendor/local/share/doc/libogg-1.3.0/ogg/decoding.html +0 -104
  2442. data/vendor/local/share/doc/libogg-1.3.0/ogg/encoding.html +0 -76
  2443. data/vendor/local/share/doc/libogg-1.3.0/ogg/general.html +0 -109
  2444. data/vendor/local/share/doc/libogg-1.3.0/ogg/index.html +0 -39
  2445. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_packet.html +0 -75
  2446. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_packet_clear.html +0 -64
  2447. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_page.html +0 -75
  2448. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_page_bos.html +0 -65
  2449. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_page_checksum_set.html +0 -62
  2450. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_page_continued.html +0 -64
  2451. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_page_eos.html +0 -65
  2452. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_page_granulepos.html +0 -65
  2453. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_page_packets.html +0 -75
  2454. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_page_pageno.html +0 -63
  2455. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_page_serialno.html +0 -63
  2456. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_page_version.html +0 -63
  2457. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_clear.html +0 -61
  2458. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_destroy.html +0 -71
  2459. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_eos.html +0 -62
  2460. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_flush.html +0 -67
  2461. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_init.html +0 -66
  2462. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_packetin.html +0 -72
  2463. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_packetout.html +0 -85
  2464. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_packetpeek.html +0 -85
  2465. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_pagein.html +0 -67
  2466. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_pageout.html +0 -84
  2467. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_pageout_fill.html +0 -89
  2468. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_reset.html +0 -61
  2469. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_reset_serialno.html +0 -67
  2470. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_state.html +0 -121
  2471. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_sync_buffer.html +0 -67
  2472. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_sync_clear.html +0 -62
  2473. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_sync_destroy.html +0 -68
  2474. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_sync_init.html +0 -63
  2475. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_sync_pageout.html +0 -77
  2476. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_sync_pageseek.html +0 -68
  2477. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_sync_reset.html +0 -63
  2478. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_sync_state.html +0 -77
  2479. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_sync_wrote.html +0 -73
  2480. data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_adv.html +0 -64
  2481. data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_adv1.html +0 -62
  2482. data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_bits.html +0 -62
  2483. data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_buffer.html +0 -66
  2484. data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_bytes.html +0 -67
  2485. data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_get_buffer.html +0 -62
  2486. data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_look.html +0 -66
  2487. data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_look1.html +0 -63
  2488. data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_read.html +0 -65
  2489. data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_read1.html +0 -63
  2490. data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_readinit.html +0 -64
  2491. data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_reset.html +0 -62
  2492. data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_write.html +0 -68
  2493. data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_writealign.html +0 -65
  2494. data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_writeclear.html +0 -62
  2495. data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_writecopy.html +0 -69
  2496. data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_writeinit.html +0 -62
  2497. data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_writetrunc.html +0 -65
  2498. data/vendor/local/share/doc/libogg-1.3.0/ogg/overview.html +0 -44
  2499. data/vendor/local/share/doc/libogg-1.3.0/ogg/reference.html +0 -98
  2500. data/vendor/local/share/doc/libxml2-2.9.0/Copyright +0 -27
  2501. data/vendor/local/share/doc/libxml2-2.9.0/examples/testHTML.c +0 -880
  2502. data/vendor/local/share/doc/libxml2-2.9.0/examples/testSAX.c +0 -1198
  2503. data/vendor/local/share/doc/libxml2-2.9.0/examples/testXPath.c +0 -229
  2504. data/vendor/local/share/doc/libxml2-2.9.0/examples/xmllint.c +0 -3770
  2505. data/vendor/local/share/doc/libxml2-2.9.0/html/DOM.gif +0 -0
  2506. data/vendor/local/share/doc/libxml2-2.9.0/html/FAQ.html +0 -282
  2507. data/vendor/local/share/doc/libxml2-2.9.0/html/Libxml2-Logo-180x168.gif +0 -0
  2508. data/vendor/local/share/doc/libxml2-2.9.0/html/Libxml2-Logo-90x34.gif +0 -0
  2509. data/vendor/local/share/doc/libxml2-2.9.0/html/encoding.html +0 -207
  2510. data/vendor/local/share/doc/libxml2-2.9.0/html/examples.xml +0 -751
  2511. data/vendor/local/share/doc/libxml2-2.9.0/html/examples.xsl +0 -174
  2512. data/vendor/local/share/doc/libxml2-2.9.0/html/html/book1.html +0 -13
  2513. data/vendor/local/share/doc/libxml2-2.9.0/html/html/index.html +0 -13
  2514. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-DOCBparser.html +0 -51
  2515. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-HTMLparser.html +0 -184
  2516. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-HTMLtree.html +0 -73
  2517. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-SAX.html +0 -125
  2518. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-SAX2.html +0 -128
  2519. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-c14n.html +0 -38
  2520. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-catalog.html +0 -142
  2521. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-chvalid.html +0 -72
  2522. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-debugXML.html +0 -120
  2523. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-dict.html +0 -58
  2524. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-encoding.html +0 -124
  2525. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-entities.html +0 -79
  2526. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-globals.html +0 -152
  2527. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-hash.html +0 -116
  2528. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-lib.html +0 -13
  2529. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-list.html +0 -120
  2530. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-nanoftp.html +0 -94
  2531. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-nanohttp.html +0 -65
  2532. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-parser.html +0 -559
  2533. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-parserInternals.html +0 -322
  2534. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-pattern.html +0 -76
  2535. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-relaxng.html +0 -162
  2536. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-schemasInternals.html +0 -373
  2537. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-schematron.html +0 -81
  2538. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-threads.html +0 -72
  2539. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-tree.html +0 -989
  2540. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-uri.html +0 -73
  2541. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-valid.html +0 -289
  2542. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xinclude.html +0 -59
  2543. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xlink.html +0 -82
  2544. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlIO.html +0 -212
  2545. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlautomata.html +0 -85
  2546. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlerror.html +0 -864
  2547. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlexports.html +0 -20
  2548. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlmemory.html +0 -107
  2549. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlmodule.html +0 -38
  2550. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlreader.html +0 -330
  2551. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlregexp.html +0 -143
  2552. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlsave.html +0 -60
  2553. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlschemas.html +0 -185
  2554. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlschemastypes.html +0 -123
  2555. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlstring.html +0 -108
  2556. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlunicode.html +0 -512
  2557. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlversion.html +0 -62
  2558. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlwriter.html +0 -261
  2559. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xpath.html +0 -310
  2560. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xpathInternals.html +0 -394
  2561. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xpointer.html +0 -83
  2562. data/vendor/local/share/doc/libxml2-2.9.0/html/index.html +0 -14
  2563. data/vendor/local/share/doc/libxml2-2.9.0/html/io1.c +0 -166
  2564. data/vendor/local/share/doc/libxml2-2.9.0/html/io1.res +0 -5
  2565. data/vendor/local/share/doc/libxml2-2.9.0/html/io2.c +0 -58
  2566. data/vendor/local/share/doc/libxml2-2.9.0/html/io2.res +0 -2
  2567. data/vendor/local/share/doc/libxml2-2.9.0/html/libxml.gif +0 -0
  2568. data/vendor/local/share/doc/libxml2-2.9.0/html/parse1.c +0 -56
  2569. data/vendor/local/share/doc/libxml2-2.9.0/html/parse2.c +0 -72
  2570. data/vendor/local/share/doc/libxml2-2.9.0/html/parse3.c +0 -60
  2571. data/vendor/local/share/doc/libxml2-2.9.0/html/parse4.c +0 -143
  2572. data/vendor/local/share/doc/libxml2-2.9.0/html/reader1.c +0 -107
  2573. data/vendor/local/share/doc/libxml2-2.9.0/html/reader1.res +0 -14
  2574. data/vendor/local/share/doc/libxml2-2.9.0/html/reader2.c +0 -122
  2575. data/vendor/local/share/doc/libxml2-2.9.0/html/reader3.c +0 -120
  2576. data/vendor/local/share/doc/libxml2-2.9.0/html/reader3.res +0 -13
  2577. data/vendor/local/share/doc/libxml2-2.9.0/html/reader4.c +0 -122
  2578. data/vendor/local/share/doc/libxml2-2.9.0/html/reader4.res +0 -3
  2579. data/vendor/local/share/doc/libxml2-2.9.0/html/redhat.gif +0 -0
  2580. data/vendor/local/share/doc/libxml2-2.9.0/html/smallfootonly.gif +0 -0
  2581. data/vendor/local/share/doc/libxml2-2.9.0/html/structure.gif +0 -0
  2582. data/vendor/local/share/doc/libxml2-2.9.0/html/test1.xml +0 -1
  2583. data/vendor/local/share/doc/libxml2-2.9.0/html/test2.xml +0 -13
  2584. data/vendor/local/share/doc/libxml2-2.9.0/html/test3.xml +0 -39
  2585. data/vendor/local/share/doc/libxml2-2.9.0/html/testWriter.c +0 -1198
  2586. data/vendor/local/share/doc/libxml2-2.9.0/html/tree1.c +0 -94
  2587. data/vendor/local/share/doc/libxml2-2.9.0/html/tree1.res +0 -4
  2588. data/vendor/local/share/doc/libxml2-2.9.0/html/tree2.c +0 -118
  2589. data/vendor/local/share/doc/libxml2-2.9.0/html/tree2.res +0 -18
  2590. data/vendor/local/share/doc/libxml2-2.9.0/html/tst.xml +0 -7
  2591. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apa.html +0 -8
  2592. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apb.html +0 -14
  2593. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apc.html +0 -82
  2594. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apd.html +0 -76
  2595. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ape.html +0 -78
  2596. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apf.html +0 -67
  2597. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apg.html +0 -75
  2598. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/aph.html +0 -76
  2599. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/api.html +0 -4
  2600. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s02.html +0 -14
  2601. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s03.html +0 -47
  2602. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s04.html +0 -54
  2603. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s05.html +0 -55
  2604. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s06.html +0 -35
  2605. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s07.html +0 -30
  2606. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s08.html +0 -38
  2607. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s09.html +0 -63
  2608. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/blank.png +0 -0
  2609. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/1.png +0 -0
  2610. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/10.png +0 -0
  2611. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/2.png +0 -0
  2612. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/3.png +0 -0
  2613. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/4.png +0 -0
  2614. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/5.png +0 -0
  2615. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/6.png +0 -0
  2616. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/7.png +0 -0
  2617. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/8.png +0 -0
  2618. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/9.png +0 -0
  2619. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/caution.png +0 -0
  2620. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/draft.png +0 -0
  2621. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/home.png +0 -0
  2622. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/important.png +0 -0
  2623. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/next.png +0 -0
  2624. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/note.png +0 -0
  2625. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/prev.png +0 -0
  2626. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/tip.png +0 -0
  2627. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/toc-blank.png +0 -0
  2628. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/toc-minus.png +0 -0
  2629. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/toc-plus.png +0 -0
  2630. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/up.png +0 -0
  2631. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/warning.png +0 -0
  2632. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includeaddattribute.c +0 -64
  2633. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includeaddkeyword.c +0 -75
  2634. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includeconvert.c +0 -73
  2635. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includegetattribute.c +0 -72
  2636. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includekeyword.c +0 -79
  2637. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includexpath.c +0 -74
  2638. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/index.html +0 -14
  2639. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ix01.html +0 -1
  2640. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/xmltutorial.pdf +0 -1336
  2641. data/vendor/local/share/doc/libxml2-2.9.0/html/w3c.png +0 -0
  2642. data/vendor/local/share/doc/libxml2-2.9.0/html/writer.xml +0 -2
  2643. data/vendor/local/share/doc/libxml2-2.9.0/html/xml.html +0 -5715
  2644. data/vendor/local/share/doc/libxml2-2.9.0/html/xpath1.c +0 -250
  2645. data/vendor/local/share/doc/libxml2-2.9.0/html/xpath1.res +0 -5
  2646. data/vendor/local/share/doc/libxml2-2.9.0/html/xpath2.c +0 -190
  2647. data/vendor/local/share/doc/libxml2-2.9.0/html/xpath2.res +0 -30
  2648. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstBaseVideoCodec.html +0 -53
  2649. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstBaseVideoDecoder.html +0 -53
  2650. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstBaseVideoEncoder.html +0 -53
  2651. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstSurfaceBuffer.html +0 -53
  2652. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstSurfaceConverter.html +0 -159
  2653. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstVideoContextInterface.html +0 -752
  2654. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstbasevideoutils.html +0 -53
  2655. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/video.html +0 -53
  2656. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmultichannel.html +0 -292
  2657. data/vendor/local/share/gtk-doc/html/libxml2/general.html +0 -38
  2658. data/vendor/local/share/gtk-doc/html/libxml2/home.png +0 -0
  2659. data/vendor/local/share/gtk-doc/html/libxml2/index.html +0 -67
  2660. data/vendor/local/share/gtk-doc/html/libxml2/left.png +0 -0
  2661. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-DOCBparser.html +0 -138
  2662. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-HTMLparser.html +0 -373
  2663. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-HTMLtree.html +0 -172
  2664. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-SAX.html +0 -243
  2665. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-SAX2.html +0 -247
  2666. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-c14n.html +0 -91
  2667. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-catalog.html +0 -278
  2668. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-chvalid.html +0 -241
  2669. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-debugXML.html +0 -225
  2670. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-dict.html +0 -134
  2671. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-encoding.html +0 -218
  2672. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-entities.html +0 -166
  2673. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-globals.html +0 -383
  2674. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-hash.html +0 -214
  2675. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-list.html +0 -226
  2676. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-nanoftp.html +0 -187
  2677. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-nanohttp.html +0 -142
  2678. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-parser.html +0 -766
  2679. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-parserInternals.html +0 -688
  2680. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-pattern.html +0 -166
  2681. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-relaxng.html +0 -278
  2682. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-schemasInternals.html +0 -860
  2683. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-schematron.html +0 -166
  2684. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-threads.html +0 -161
  2685. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-tree.html +0 -1596
  2686. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-uri.html +0 -154
  2687. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-valid.html +0 -528
  2688. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xinclude.html +0 -169
  2689. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xlink.html +0 -160
  2690. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlIO.html +0 -347
  2691. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlautomata.html +0 -176
  2692. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlerror.html +0 -952
  2693. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlexports.html +0 -87
  2694. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlmemory.html +0 -186
  2695. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlmodule.html +0 -97
  2696. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlreader.html +0 -565
  2697. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlregexp.html +0 -280
  2698. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlsave.html +0 -133
  2699. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlschemas.html +0 -314
  2700. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlschemastypes.html +0 -237
  2701. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlstring.html +0 -217
  2702. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlunicode.html +0 -887
  2703. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlversion.html +0 -287
  2704. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlwriter.html +0 -479
  2705. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xpath.html +0 -532
  2706. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xpathInternals.html +0 -787
  2707. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xpointer.html +0 -171
  2708. data/vendor/local/share/gtk-doc/html/libxml2/libxml2.devhelp +0 -3569
  2709. data/vendor/local/share/gtk-doc/html/libxml2/right.png +0 -0
  2710. data/vendor/local/share/gtk-doc/html/libxml2/style.css +0 -66
  2711. data/vendor/local/share/gtk-doc/html/libxml2/up.png +0 -0
  2712. data/vendor/local/share/man/man1/xml2-config.1 +0 -30
  2713. data/vendor/local/share/man/man1/xmlcatalog.1 +0 -340
  2714. data/vendor/local/share/man/man1/xmllint.1 +0 -427
  2715. data/vendor/local/share/man/man3/libxml.3 +0 -71
  2716. data/vendor/local/src/dieterv/packaging/libxml2_2.9.0-1_win32.log +0 -867
  2717. data/vendor/local/src/dieterv/packaging/libxml2_2.9.0-1_win32.sh +0 -68
  2718. data/vendor/local/src/tml/packaging/jpeg_8-1_win32.log +0 -248
  2719. data/vendor/local/src/tml/packaging/jpeg_8-1_win32.sh +0 -44
  2720. data/vendor/local/src/tml/packaging/libsoup_2.26.3-1_win32.log +0 -1518
  2721. data/vendor/local/src/tml/packaging/libsoup_2.26.3-1_win32.sh +0 -60
@@ -10,14 +10,7 @@ and/or use gtk-doc annotations. -->
10
10
  <include name="Gst" version="1.0"/>
11
11
  <include name="GstSdp" version="1.0"/>
12
12
  <package name="gstreamer-rtsp-1.0"/>
13
- <c:include name="gst/rtsp/gstrtsp-enumtypes.h"/>
14
- <c:include name="gst/rtsp/gstrtspconnection.h"/>
15
- <c:include name="gst/rtsp/gstrtspdefs.h"/>
16
- <c:include name="gst/rtsp/gstrtspextension.h"/>
17
- <c:include name="gst/rtsp/gstrtspmessage.h"/>
18
- <c:include name="gst/rtsp/gstrtsprange.h"/>
19
- <c:include name="gst/rtsp/gstrtsptransport.h"/>
20
- <c:include name="gst/rtsp/gstrtspurl.h"/>
13
+ <c:include name="gst/rtsp/rtsp.h"/>
21
14
  <namespace name="GstRtsp"
22
15
  version="1.0"
23
16
  shared-library="libgstrtsp-1.0-0.dll"
@@ -27,82 +20,82 @@ and/or use gtk-doc annotations. -->
27
20
  glib:type-name="GstRTSPAuthMethod"
28
21
  glib:get-type="gst_rtsp_auth_method_get_type"
29
22
  c:type="GstRTSPAuthMethod">
30
- <doc xml:whitespace="preserve">Authentication methods, ordered by strength</doc>
23
+ <doc xml:space="preserve">Authentication methods, ordered by strength</doc>
31
24
  <member name="none"
32
25
  value="0"
33
26
  c:identifier="GST_RTSP_AUTH_NONE"
34
27
  glib:nick="none">
35
- <doc xml:whitespace="preserve">no authentication</doc>
28
+ <doc xml:space="preserve">no authentication</doc>
36
29
  </member>
37
30
  <member name="basic"
38
31
  value="1"
39
32
  c:identifier="GST_RTSP_AUTH_BASIC"
40
33
  glib:nick="basic">
41
- <doc xml:whitespace="preserve">basic authentication</doc>
34
+ <doc xml:space="preserve">basic authentication</doc>
42
35
  </member>
43
36
  <member name="digest"
44
37
  value="2"
45
38
  c:identifier="GST_RTSP_AUTH_DIGEST"
46
39
  glib:nick="digest">
47
- <doc xml:whitespace="preserve">digest authentication</doc>
40
+ <doc xml:space="preserve">digest authentication</doc>
48
41
  </member>
49
42
  </enumeration>
50
43
  <record name="RTSPConnection" c:type="GstRTSPConnection" disguised="1">
51
- <doc xml:whitespace="preserve">This object manages the RTSP connection to the server. It provides function
44
+ <doc xml:space="preserve">This object manages the RTSP connection to the server. It provides function
52
45
  to receive and send bytes and messages.
53
46
 
54
47
  Last reviewed on 2007-07-24 (0.10.14)</doc>
55
48
  <method name="clear_auth_params"
56
49
  c:identifier="gst_rtsp_connection_clear_auth_params">
57
- <doc xml:whitespace="preserve">Clear the list of authentication directives stored in @conn.</doc>
50
+ <doc xml:space="preserve">Clear the list of authentication directives stored in @conn.</doc>
58
51
  <return-value transfer-ownership="none">
59
52
  <type name="none" c:type="void"/>
60
53
  </return-value>
61
54
  <parameters>
62
55
  <instance-parameter name="conn" transfer-ownership="none">
63
- <doc xml:whitespace="preserve">a #GstRTSPConnection</doc>
56
+ <doc xml:space="preserve">a #GstRTSPConnection</doc>
64
57
  <type name="RTSPConnection" c:type="GstRTSPConnection*"/>
65
58
  </instance-parameter>
66
59
  </parameters>
67
60
  </method>
68
61
  <method name="close" c:identifier="gst_rtsp_connection_close">
69
- <doc xml:whitespace="preserve">Close the connected @conn. After this call, the connection is in the same
62
+ <doc xml:space="preserve">Close the connected @conn. After this call, the connection is in the same
70
63
  state as when it was first created.</doc>
71
64
  <return-value transfer-ownership="none">
72
- <doc xml:whitespace="preserve">#GST_RTSP_OK on success.</doc>
65
+ <doc xml:space="preserve">#GST_RTSP_OK on success.</doc>
73
66
  <type name="RTSPResult" c:type="GstRTSPResult"/>
74
67
  </return-value>
75
68
  <parameters>
76
69
  <instance-parameter name="conn" transfer-ownership="none">
77
- <doc xml:whitespace="preserve">a #GstRTSPConnection</doc>
70
+ <doc xml:space="preserve">a #GstRTSPConnection</doc>
78
71
  <type name="RTSPConnection" c:type="GstRTSPConnection*"/>
79
72
  </instance-parameter>
80
73
  </parameters>
81
74
  </method>
82
75
  <method name="connect" c:identifier="gst_rtsp_connection_connect">
83
- <doc xml:whitespace="preserve">Attempt to connect to the url of @conn made with
76
+ <doc xml:space="preserve">Attempt to connect to the url of @conn made with
84
77
  gst_rtsp_connection_create(). If @timeout is #NULL this function can block
85
78
  forever. If @timeout contains a valid timeout, this function will return
86
79
  #GST_RTSP_ETIMEOUT after the timeout expired.
87
80
 
88
81
  This function can be cancelled with gst_rtsp_connection_flush().</doc>
89
82
  <return-value transfer-ownership="none">
90
- <doc xml:whitespace="preserve">#GST_RTSP_OK when a connection could be made.</doc>
83
+ <doc xml:space="preserve">#GST_RTSP_OK when a connection could be made.</doc>
91
84
  <type name="RTSPResult" c:type="GstRTSPResult"/>
92
85
  </return-value>
93
86
  <parameters>
94
87
  <instance-parameter name="conn" transfer-ownership="none">
95
- <doc xml:whitespace="preserve">a #GstRTSPConnection</doc>
88
+ <doc xml:space="preserve">a #GstRTSPConnection</doc>
96
89
  <type name="RTSPConnection" c:type="GstRTSPConnection*"/>
97
90
  </instance-parameter>
98
91
  <parameter name="timeout" transfer-ownership="none">
99
- <doc xml:whitespace="preserve">a #GTimeVal timeout</doc>
92
+ <doc xml:space="preserve">a #GTimeVal timeout</doc>
100
93
  <type name="GLib.TimeVal" c:type="GTimeVal*"/>
101
94
  </parameter>
102
95
  </parameters>
103
96
  </method>
104
97
  <method name="do_tunnel" c:identifier="gst_rtsp_connection_do_tunnel">
105
- <doc xml:whitespace="preserve">If @conn received the first tunnel connection and @conn2 received
98
+ <doc xml:space="preserve">If @conn received the first tunnel connection and @conn2 received
106
99
  the second tunnel connection, link the two connections together so that
107
100
  @conn manages the tunneled connection.
108
101
 
@@ -112,61 +105,61 @@ gst_rtsp_connection_free().
112
105
  If @conn2 is %NULL then only the base64 decoding context will be setup for
113
106
  @conn.</doc>
114
107
  <return-value transfer-ownership="none">
115
- <doc xml:whitespace="preserve">return GST_RTSP_OK on success.</doc>
108
+ <doc xml:space="preserve">return GST_RTSP_OK on success.</doc>
116
109
  <type name="RTSPResult" c:type="GstRTSPResult"/>
117
110
  </return-value>
118
111
  <parameters>
119
112
  <instance-parameter name="conn" transfer-ownership="none">
120
- <doc xml:whitespace="preserve">a #GstRTSPConnection</doc>
113
+ <doc xml:space="preserve">a #GstRTSPConnection</doc>
121
114
  <type name="RTSPConnection" c:type="GstRTSPConnection*"/>
122
115
  </instance-parameter>
123
116
  <parameter name="conn2" transfer-ownership="none">
124
- <doc xml:whitespace="preserve">a #GstRTSPConnection or %NULL</doc>
117
+ <doc xml:space="preserve">a #GstRTSPConnection or %NULL</doc>
125
118
  <type name="RTSPConnection" c:type="GstRTSPConnection*"/>
126
119
  </parameter>
127
120
  </parameters>
128
121
  </method>
129
122
  <method name="flush" c:identifier="gst_rtsp_connection_flush">
130
- <doc xml:whitespace="preserve">Start or stop the flushing action on @conn. When flushing, all current
123
+ <doc xml:space="preserve">Start or stop the flushing action on @conn. When flushing, all current
131
124
  and future actions on @conn will return #GST_RTSP_EINTR until the connection
132
125
  is set to non-flushing mode again.</doc>
133
126
  <return-value transfer-ownership="none">
134
- <doc xml:whitespace="preserve">#GST_RTSP_OK.</doc>
127
+ <doc xml:space="preserve">#GST_RTSP_OK.</doc>
135
128
  <type name="RTSPResult" c:type="GstRTSPResult"/>
136
129
  </return-value>
137
130
  <parameters>
138
131
  <instance-parameter name="conn" transfer-ownership="none">
139
- <doc xml:whitespace="preserve">a #GstRTSPConnection</doc>
132
+ <doc xml:space="preserve">a #GstRTSPConnection</doc>
140
133
  <type name="RTSPConnection" c:type="GstRTSPConnection*"/>
141
134
  </instance-parameter>
142
135
  <parameter name="flush" transfer-ownership="none">
143
- <doc xml:whitespace="preserve">start or stop the flush</doc>
136
+ <doc xml:space="preserve">start or stop the flush</doc>
144
137
  <type name="gboolean" c:type="gboolean"/>
145
138
  </parameter>
146
139
  </parameters>
147
140
  </method>
148
141
  <method name="free" c:identifier="gst_rtsp_connection_free">
149
- <doc xml:whitespace="preserve">Close and free @conn.</doc>
142
+ <doc xml:space="preserve">Close and free @conn.</doc>
150
143
  <return-value transfer-ownership="none">
151
- <doc xml:whitespace="preserve">#GST_RTSP_OK on success.</doc>
144
+ <doc xml:space="preserve">#GST_RTSP_OK on success.</doc>
152
145
  <type name="RTSPResult" c:type="GstRTSPResult"/>
153
146
  </return-value>
154
147
  <parameters>
155
148
  <instance-parameter name="conn" transfer-ownership="none">
156
- <doc xml:whitespace="preserve">a #GstRTSPConnection</doc>
149
+ <doc xml:space="preserve">a #GstRTSPConnection</doc>
157
150
  <type name="RTSPConnection" c:type="GstRTSPConnection*"/>
158
151
  </instance-parameter>
159
152
  </parameters>
160
153
  </method>
161
154
  <method name="get_ip" c:identifier="gst_rtsp_connection_get_ip">
162
- <doc xml:whitespace="preserve">Retrieve the IP address of the other end of @conn.</doc>
155
+ <doc xml:space="preserve">Retrieve the IP address of the other end of @conn.</doc>
163
156
  <return-value transfer-ownership="none">
164
- <doc xml:whitespace="preserve">The IP address as a string. this value remains valid until the connection is closed.</doc>
157
+ <doc xml:space="preserve">The IP address as a string. this value remains valid until the connection is closed.</doc>
165
158
  <type name="utf8" c:type="const gchar*"/>
166
159
  </return-value>
167
160
  <parameters>
168
161
  <instance-parameter name="conn" transfer-ownership="none">
169
- <doc xml:whitespace="preserve">a #GstRTSPConnection</doc>
162
+ <doc xml:space="preserve">a #GstRTSPConnection</doc>
170
163
  <type name="RTSPConnection" c:type="const GstRTSPConnection*"/>
171
164
  </instance-parameter>
172
165
  </parameters>
@@ -183,29 +176,81 @@ is set to non-flushing mode again.</doc>
183
176
  </instance-parameter>
184
177
  </parameters>
185
178
  </method>
179
+ <method name="get_remember_session_id"
180
+ c:identifier="gst_rtsp_connection_get_remember_session_id">
181
+ <return-value transfer-ownership="none">
182
+ <doc xml:space="preserve">%TRUE if the #GstRTSPConnection remembers the session id in the last response to set it on any further request.</doc>
183
+ <type name="gboolean" c:type="gboolean"/>
184
+ </return-value>
185
+ <parameters>
186
+ <instance-parameter name="conn" transfer-ownership="none">
187
+ <doc xml:space="preserve">a #GstRTSPConnection</doc>
188
+ <type name="RTSPConnection" c:type="GstRTSPConnection*"/>
189
+ </instance-parameter>
190
+ </parameters>
191
+ </method>
192
+ <method name="get_tls"
193
+ c:identifier="gst_rtsp_connection_get_tls"
194
+ version="1.2"
195
+ throws="1">
196
+ <doc xml:space="preserve">Get the TLS connection of @conn.
197
+
198
+ For client side this will return the #GTlsClientConnection when connected
199
+ over TLS.
200
+
201
+ For server side connections, this function will create a GTlsServerConnection
202
+ when called the first time and will return that same connection on subsequent
203
+ calls. The server is then responsible for configuring the TLS connection.</doc>
204
+ <return-value transfer-ownership="none">
205
+ <doc xml:space="preserve">the TLS connection for @conn.</doc>
206
+ <type name="Gio.TlsConnection" c:type="GTlsConnection*"/>
207
+ </return-value>
208
+ <parameters>
209
+ <instance-parameter name="conn" transfer-ownership="none">
210
+ <doc xml:space="preserve">a #GstRTSPConnection</doc>
211
+ <type name="RTSPConnection" c:type="GstRTSPConnection*"/>
212
+ </instance-parameter>
213
+ </parameters>
214
+ </method>
215
+ <method name="get_tls_validation_flags"
216
+ c:identifier="gst_rtsp_connection_get_tls_validation_flags"
217
+ version="1.2.1">
218
+ <doc xml:space="preserve">Gets the TLS validation flags used to verify the peer certificate
219
+ when a TLS connection is established.</doc>
220
+ <return-value transfer-ownership="none">
221
+ <doc xml:space="preserve">the validationg flags.</doc>
222
+ <type name="Gio.TlsCertificateFlags" c:type="GTlsCertificateFlags"/>
223
+ </return-value>
224
+ <parameters>
225
+ <instance-parameter name="conn" transfer-ownership="none">
226
+ <doc xml:space="preserve">a #GstRTSPConnection</doc>
227
+ <type name="RTSPConnection" c:type="GstRTSPConnection*"/>
228
+ </instance-parameter>
229
+ </parameters>
230
+ </method>
186
231
  <method name="get_tunnelid"
187
232
  c:identifier="gst_rtsp_connection_get_tunnelid">
188
- <doc xml:whitespace="preserve">Get the tunnel session id the connection.</doc>
233
+ <doc xml:space="preserve">Get the tunnel session id the connection.</doc>
189
234
  <return-value transfer-ownership="none">
190
- <doc xml:whitespace="preserve">returns a non-empty string if @conn is being tunneled over HTTP.</doc>
235
+ <doc xml:space="preserve">returns a non-empty string if @conn is being tunneled over HTTP.</doc>
191
236
  <type name="utf8" c:type="const gchar*"/>
192
237
  </return-value>
193
238
  <parameters>
194
239
  <instance-parameter name="conn" transfer-ownership="none">
195
- <doc xml:whitespace="preserve">a #GstRTSPConnection</doc>
240
+ <doc xml:space="preserve">a #GstRTSPConnection</doc>
196
241
  <type name="RTSPConnection" c:type="const GstRTSPConnection*"/>
197
242
  </instance-parameter>
198
243
  </parameters>
199
244
  </method>
200
245
  <method name="get_url" c:identifier="gst_rtsp_connection_get_url">
201
- <doc xml:whitespace="preserve">Retrieve the URL of the other end of @conn.</doc>
246
+ <doc xml:space="preserve">Retrieve the URL of the other end of @conn.</doc>
202
247
  <return-value transfer-ownership="full">
203
- <doc xml:whitespace="preserve">The URL. This value remains valid until the connection is freed.</doc>
248
+ <doc xml:space="preserve">The URL. This value remains valid until the connection is freed.</doc>
204
249
  <type name="RTSPUrl" c:type="GstRTSPUrl*"/>
205
250
  </return-value>
206
251
  <parameters>
207
252
  <instance-parameter name="conn" transfer-ownership="none">
208
- <doc xml:whitespace="preserve">a #GstRTSPConnection</doc>
253
+ <doc xml:space="preserve">a #GstRTSPConnection</doc>
209
254
  <type name="RTSPConnection" c:type="const GstRTSPConnection*"/>
210
255
  </instance-parameter>
211
256
  </parameters>
@@ -213,52 +258,52 @@ is set to non-flushing mode again.</doc>
213
258
  <method name="get_write_socket"
214
259
  c:identifier="gst_rtsp_connection_get_write_socket"
215
260
  introspectable="0">
216
- <doc xml:whitespace="preserve">Get the file descriptor for writing.</doc>
261
+ <doc xml:space="preserve">Get the file descriptor for writing.</doc>
217
262
  <return-value>
218
- <doc xml:whitespace="preserve">the file descriptor used for writing or NULL on error. The file descriptor remains valid until the connection is closed.</doc>
263
+ <doc xml:space="preserve">the file descriptor used for writing or NULL on error. The file descriptor remains valid until the connection is closed.</doc>
219
264
  <type name="Gio.Socket" c:type="GSocket*"/>
220
265
  </return-value>
221
266
  <parameters>
222
267
  <instance-parameter name="conn" transfer-ownership="none">
223
- <doc xml:whitespace="preserve">a #GstRTSPConnection</doc>
268
+ <doc xml:space="preserve">a #GstRTSPConnection</doc>
224
269
  <type name="RTSPConnection" c:type="const GstRTSPConnection*"/>
225
270
  </instance-parameter>
226
271
  </parameters>
227
272
  </method>
228
273
  <method name="is_tunneled"
229
274
  c:identifier="gst_rtsp_connection_is_tunneled">
230
- <doc xml:whitespace="preserve">Get the tunneling state of the connection.</doc>
275
+ <doc xml:space="preserve">Get the tunneling state of the connection.</doc>
231
276
  <return-value transfer-ownership="none">
232
- <doc xml:whitespace="preserve">if @conn is using HTTP tunneling.</doc>
277
+ <doc xml:space="preserve">if @conn is using HTTP tunneling.</doc>
233
278
  <type name="gboolean" c:type="gboolean"/>
234
279
  </return-value>
235
280
  <parameters>
236
281
  <instance-parameter name="conn" transfer-ownership="none">
237
- <doc xml:whitespace="preserve">a #GstRTSPConnection</doc>
282
+ <doc xml:space="preserve">a #GstRTSPConnection</doc>
238
283
  <type name="RTSPConnection" c:type="const GstRTSPConnection*"/>
239
284
  </instance-parameter>
240
285
  </parameters>
241
286
  </method>
242
287
  <method name="next_timeout"
243
288
  c:identifier="gst_rtsp_connection_next_timeout">
244
- <doc xml:whitespace="preserve">Calculate the next timeout for @conn, storing the result in @timeout.</doc>
289
+ <doc xml:space="preserve">Calculate the next timeout for @conn, storing the result in @timeout.</doc>
245
290
  <return-value transfer-ownership="none">
246
- <doc xml:whitespace="preserve">#GST_RTSP_OK.</doc>
291
+ <doc xml:space="preserve">#GST_RTSP_OK.</doc>
247
292
  <type name="RTSPResult" c:type="GstRTSPResult"/>
248
293
  </return-value>
249
294
  <parameters>
250
295
  <instance-parameter name="conn" transfer-ownership="none">
251
- <doc xml:whitespace="preserve">a #GstRTSPConnection</doc>
296
+ <doc xml:space="preserve">a #GstRTSPConnection</doc>
252
297
  <type name="RTSPConnection" c:type="GstRTSPConnection*"/>
253
298
  </instance-parameter>
254
299
  <parameter name="timeout" transfer-ownership="none">
255
- <doc xml:whitespace="preserve">a timeout</doc>
300
+ <doc xml:space="preserve">a timeout</doc>
256
301
  <type name="GLib.TimeVal" c:type="GTimeVal*"/>
257
302
  </parameter>
258
303
  </parameters>
259
304
  </method>
260
305
  <method name="poll" c:identifier="gst_rtsp_connection_poll">
261
- <doc xml:whitespace="preserve">Wait up to the specified @timeout for the connection to become available for
306
+ <doc xml:space="preserve">Wait up to the specified @timeout for the connection to become available for
262
307
  at least one of the operations specified in @events. When the function returns
263
308
  with #GST_RTSP_OK, @revents will contain a bitmask of available operations on
264
309
  @conn.
@@ -267,150 +312,150 @@ with #GST_RTSP_OK, @revents will contain a bitmask of available operations on
267
312
 
268
313
  This function can be cancelled with gst_rtsp_connection_flush().</doc>
269
314
  <return-value transfer-ownership="none">
270
- <doc xml:whitespace="preserve">#GST_RTSP_OK on success.</doc>
315
+ <doc xml:space="preserve">#GST_RTSP_OK on success.</doc>
271
316
  <type name="RTSPResult" c:type="GstRTSPResult"/>
272
317
  </return-value>
273
318
  <parameters>
274
319
  <instance-parameter name="conn" transfer-ownership="none">
275
- <doc xml:whitespace="preserve">a #GstRTSPConnection</doc>
320
+ <doc xml:space="preserve">a #GstRTSPConnection</doc>
276
321
  <type name="RTSPConnection" c:type="GstRTSPConnection*"/>
277
322
  </instance-parameter>
278
323
  <parameter name="events" transfer-ownership="none">
279
- <doc xml:whitespace="preserve">a bitmask of #GstRTSPEvent flags to check</doc>
324
+ <doc xml:space="preserve">a bitmask of #GstRTSPEvent flags to check</doc>
280
325
  <type name="RTSPEvent" c:type="GstRTSPEvent"/>
281
326
  </parameter>
282
327
  <parameter name="revents" transfer-ownership="none">
283
- <doc xml:whitespace="preserve">location for result flags</doc>
328
+ <doc xml:space="preserve">location for result flags</doc>
284
329
  <type name="RTSPEvent" c:type="GstRTSPEvent*"/>
285
330
  </parameter>
286
331
  <parameter name="timeout" transfer-ownership="none">
287
- <doc xml:whitespace="preserve">a timeout</doc>
332
+ <doc xml:space="preserve">a timeout</doc>
288
333
  <type name="GLib.TimeVal" c:type="GTimeVal*"/>
289
334
  </parameter>
290
335
  </parameters>
291
336
  </method>
292
337
  <method name="read" c:identifier="gst_rtsp_connection_read">
293
- <doc xml:whitespace="preserve">Attempt to read @size bytes into @data from the connected @conn, blocking up to
338
+ <doc xml:space="preserve">Attempt to read @size bytes into @data from the connected @conn, blocking up to
294
339
  the specified @timeout. @timeout can be #NULL, in which case this function
295
340
  might block forever.
296
341
 
297
342
  This function can be cancelled with gst_rtsp_connection_flush().</doc>
298
343
  <return-value transfer-ownership="none">
299
- <doc xml:whitespace="preserve">#GST_RTSP_OK on success.</doc>
344
+ <doc xml:space="preserve">#GST_RTSP_OK on success.</doc>
300
345
  <type name="RTSPResult" c:type="GstRTSPResult"/>
301
346
  </return-value>
302
347
  <parameters>
303
348
  <instance-parameter name="conn" transfer-ownership="none">
304
- <doc xml:whitespace="preserve">a #GstRTSPConnection</doc>
349
+ <doc xml:space="preserve">a #GstRTSPConnection</doc>
305
350
  <type name="RTSPConnection" c:type="GstRTSPConnection*"/>
306
351
  </instance-parameter>
307
352
  <parameter name="data" transfer-ownership="none">
308
- <doc xml:whitespace="preserve">the data to read</doc>
353
+ <doc xml:space="preserve">the data to read</doc>
309
354
  <type name="guint8" c:type="guint8*"/>
310
355
  </parameter>
311
356
  <parameter name="size" transfer-ownership="none">
312
- <doc xml:whitespace="preserve">the size of @data</doc>
357
+ <doc xml:space="preserve">the size of @data</doc>
313
358
  <type name="guint" c:type="guint"/>
314
359
  </parameter>
315
360
  <parameter name="timeout" transfer-ownership="none">
316
- <doc xml:whitespace="preserve">a timeout value or #NULL</doc>
361
+ <doc xml:space="preserve">a timeout value or #NULL</doc>
317
362
  <type name="GLib.TimeVal" c:type="GTimeVal*"/>
318
363
  </parameter>
319
364
  </parameters>
320
365
  </method>
321
366
  <method name="receive" c:identifier="gst_rtsp_connection_receive">
322
- <doc xml:whitespace="preserve">Attempt to read into @message from the connected @conn, blocking up to
367
+ <doc xml:space="preserve">Attempt to read into @message from the connected @conn, blocking up to
323
368
  the specified @timeout. @timeout can be #NULL, in which case this function
324
369
  might block forever.
325
370
 
326
371
  This function can be cancelled with gst_rtsp_connection_flush().</doc>
327
372
  <return-value transfer-ownership="none">
328
- <doc xml:whitespace="preserve">#GST_RTSP_OK on success.</doc>
373
+ <doc xml:space="preserve">#GST_RTSP_OK on success.</doc>
329
374
  <type name="RTSPResult" c:type="GstRTSPResult"/>
330
375
  </return-value>
331
376
  <parameters>
332
377
  <instance-parameter name="conn" transfer-ownership="none">
333
- <doc xml:whitespace="preserve">a #GstRTSPConnection</doc>
378
+ <doc xml:space="preserve">a #GstRTSPConnection</doc>
334
379
  <type name="RTSPConnection" c:type="GstRTSPConnection*"/>
335
380
  </instance-parameter>
336
381
  <parameter name="message" transfer-ownership="none">
337
- <doc xml:whitespace="preserve">the message to read</doc>
382
+ <doc xml:space="preserve">the message to read</doc>
338
383
  <type name="RTSPMessage" c:type="GstRTSPMessage*"/>
339
384
  </parameter>
340
385
  <parameter name="timeout" transfer-ownership="none">
341
- <doc xml:whitespace="preserve">a timeout value or #NULL</doc>
386
+ <doc xml:space="preserve">a timeout value or #NULL</doc>
342
387
  <type name="GLib.TimeVal" c:type="GTimeVal*"/>
343
388
  </parameter>
344
389
  </parameters>
345
390
  </method>
346
391
  <method name="reset_timeout"
347
392
  c:identifier="gst_rtsp_connection_reset_timeout">
348
- <doc xml:whitespace="preserve">Reset the timeout of @conn.</doc>
393
+ <doc xml:space="preserve">Reset the timeout of @conn.</doc>
349
394
  <return-value transfer-ownership="none">
350
- <doc xml:whitespace="preserve">#GST_RTSP_OK.</doc>
395
+ <doc xml:space="preserve">#GST_RTSP_OK.</doc>
351
396
  <type name="RTSPResult" c:type="GstRTSPResult"/>
352
397
  </return-value>
353
398
  <parameters>
354
399
  <instance-parameter name="conn" transfer-ownership="none">
355
- <doc xml:whitespace="preserve">a #GstRTSPConnection</doc>
400
+ <doc xml:space="preserve">a #GstRTSPConnection</doc>
356
401
  <type name="RTSPConnection" c:type="GstRTSPConnection*"/>
357
402
  </instance-parameter>
358
403
  </parameters>
359
404
  </method>
360
405
  <method name="send" c:identifier="gst_rtsp_connection_send">
361
- <doc xml:whitespace="preserve">Attempt to send @message to the connected @conn, blocking up to
406
+ <doc xml:space="preserve">Attempt to send @message to the connected @conn, blocking up to
362
407
  the specified @timeout. @timeout can be #NULL, in which case this function
363
408
  might block forever.
364
409
 
365
410
  This function can be cancelled with gst_rtsp_connection_flush().</doc>
366
411
  <return-value transfer-ownership="none">
367
- <doc xml:whitespace="preserve">#GST_RTSP_OK on success.</doc>
412
+ <doc xml:space="preserve">#GST_RTSP_OK on success.</doc>
368
413
  <type name="RTSPResult" c:type="GstRTSPResult"/>
369
414
  </return-value>
370
415
  <parameters>
371
416
  <instance-parameter name="conn" transfer-ownership="none">
372
- <doc xml:whitespace="preserve">a #GstRTSPConnection</doc>
417
+ <doc xml:space="preserve">a #GstRTSPConnection</doc>
373
418
  <type name="RTSPConnection" c:type="GstRTSPConnection*"/>
374
419
  </instance-parameter>
375
420
  <parameter name="message" transfer-ownership="none">
376
- <doc xml:whitespace="preserve">the message to send</doc>
421
+ <doc xml:space="preserve">the message to send</doc>
377
422
  <type name="RTSPMessage" c:type="GstRTSPMessage*"/>
378
423
  </parameter>
379
424
  <parameter name="timeout" transfer-ownership="none">
380
- <doc xml:whitespace="preserve">a timeout value or #NULL</doc>
425
+ <doc xml:space="preserve">a timeout value or #NULL</doc>
381
426
  <type name="GLib.TimeVal" c:type="GTimeVal*"/>
382
427
  </parameter>
383
428
  </parameters>
384
429
  </method>
385
430
  <method name="set_auth" c:identifier="gst_rtsp_connection_set_auth">
386
- <doc xml:whitespace="preserve">Configure @conn for authentication mode @method with @user and @pass as the
431
+ <doc xml:space="preserve">Configure @conn for authentication mode @method with @user and @pass as the
387
432
  user and password respectively.</doc>
388
433
  <return-value transfer-ownership="none">
389
- <doc xml:whitespace="preserve">#GST_RTSP_OK.</doc>
434
+ <doc xml:space="preserve">#GST_RTSP_OK.</doc>
390
435
  <type name="RTSPResult" c:type="GstRTSPResult"/>
391
436
  </return-value>
392
437
  <parameters>
393
438
  <instance-parameter name="conn" transfer-ownership="none">
394
- <doc xml:whitespace="preserve">a #GstRTSPConnection</doc>
439
+ <doc xml:space="preserve">a #GstRTSPConnection</doc>
395
440
  <type name="RTSPConnection" c:type="GstRTSPConnection*"/>
396
441
  </instance-parameter>
397
442
  <parameter name="method" transfer-ownership="none">
398
- <doc xml:whitespace="preserve">authentication method</doc>
443
+ <doc xml:space="preserve">authentication method</doc>
399
444
  <type name="RTSPAuthMethod" c:type="GstRTSPAuthMethod"/>
400
445
  </parameter>
401
446
  <parameter name="user" transfer-ownership="none">
402
- <doc xml:whitespace="preserve">the user</doc>
447
+ <doc xml:space="preserve">the user</doc>
403
448
  <type name="utf8" c:type="const gchar*"/>
404
449
  </parameter>
405
450
  <parameter name="pass" transfer-ownership="none">
406
- <doc xml:whitespace="preserve">the password</doc>
451
+ <doc xml:space="preserve">the password</doc>
407
452
  <type name="utf8" c:type="const gchar*"/>
408
453
  </parameter>
409
454
  </parameters>
410
455
  </method>
411
456
  <method name="set_auth_param"
412
457
  c:identifier="gst_rtsp_connection_set_auth_param">
413
- <doc xml:whitespace="preserve">Setup @conn with authentication directives. This is not necesary for
458
+ <doc xml:space="preserve">Setup @conn with authentication directives. This is not necesary for
414
459
  methods #GST_RTSP_AUTH_NONE and #GST_RTSP_AUTH_BASIC. For
415
460
  #GST_RTSP_AUTH_DIGEST, directives should be taken from the digest challenge
416
461
  in the WWW-Authenticate response header and can include realm, domain,
@@ -420,22 +465,22 @@ nonce, opaque, stale, algorithm, qop as per RFC2617.</doc>
420
465
  </return-value>
421
466
  <parameters>
422
467
  <instance-parameter name="conn" transfer-ownership="none">
423
- <doc xml:whitespace="preserve">a #GstRTSPConnection</doc>
468
+ <doc xml:space="preserve">a #GstRTSPConnection</doc>
424
469
  <type name="RTSPConnection" c:type="GstRTSPConnection*"/>
425
470
  </instance-parameter>
426
471
  <parameter name="param" transfer-ownership="none">
427
- <doc xml:whitespace="preserve">authentication directive</doc>
472
+ <doc xml:space="preserve">authentication directive</doc>
428
473
  <type name="utf8" c:type="const gchar*"/>
429
474
  </parameter>
430
475
  <parameter name="value" transfer-ownership="none">
431
- <doc xml:whitespace="preserve">value</doc>
476
+ <doc xml:space="preserve">value</doc>
432
477
  <type name="utf8" c:type="const gchar*"/>
433
478
  </parameter>
434
479
  </parameters>
435
480
  </method>
436
481
  <method name="set_http_mode"
437
482
  c:identifier="gst_rtsp_connection_set_http_mode">
438
- <doc xml:whitespace="preserve">By setting the HTTP mode to %TRUE the message parsing will support HTTP
483
+ <doc xml:space="preserve">By setting the HTTP mode to %TRUE the message parsing will support HTTP
439
484
  messages in addition to the RTSP messages. It will also disable the
440
485
  automatic handling of setting up an HTTP tunnel.</doc>
441
486
  <return-value transfer-ownership="none">
@@ -443,199 +488,240 @@ automatic handling of setting up an HTTP tunnel.</doc>
443
488
  </return-value>
444
489
  <parameters>
445
490
  <instance-parameter name="conn" transfer-ownership="none">
446
- <doc xml:whitespace="preserve">a #GstRTSPConnection</doc>
491
+ <doc xml:space="preserve">a #GstRTSPConnection</doc>
447
492
  <type name="RTSPConnection" c:type="GstRTSPConnection*"/>
448
493
  </instance-parameter>
449
494
  <parameter name="enable" transfer-ownership="none">
450
- <doc xml:whitespace="preserve">%TRUE to enable manual HTTP mode</doc>
495
+ <doc xml:space="preserve">%TRUE to enable manual HTTP mode</doc>
451
496
  <type name="gboolean" c:type="gboolean"/>
452
497
  </parameter>
453
498
  </parameters>
454
499
  </method>
455
500
  <method name="set_ip" c:identifier="gst_rtsp_connection_set_ip">
456
- <doc xml:whitespace="preserve">Set the IP address of the server.</doc>
501
+ <doc xml:space="preserve">Set the IP address of the server.</doc>
457
502
  <return-value transfer-ownership="none">
458
503
  <type name="none" c:type="void"/>
459
504
  </return-value>
460
505
  <parameters>
461
506
  <instance-parameter name="conn" transfer-ownership="none">
462
- <doc xml:whitespace="preserve">a #GstRTSPConnection</doc>
507
+ <doc xml:space="preserve">a #GstRTSPConnection</doc>
463
508
  <type name="RTSPConnection" c:type="GstRTSPConnection*"/>
464
509
  </instance-parameter>
465
510
  <parameter name="ip" transfer-ownership="none">
466
- <doc xml:whitespace="preserve">an ip address</doc>
511
+ <doc xml:space="preserve">an ip address</doc>
467
512
  <type name="utf8" c:type="const gchar*"/>
468
513
  </parameter>
469
514
  </parameters>
470
515
  </method>
471
516
  <method name="set_proxy" c:identifier="gst_rtsp_connection_set_proxy">
472
- <doc xml:whitespace="preserve">Set the proxy host and port.</doc>
517
+ <doc xml:space="preserve">Set the proxy host and port.</doc>
473
518
  <return-value transfer-ownership="none">
474
- <doc xml:whitespace="preserve">#GST_RTSP_OK.</doc>
519
+ <doc xml:space="preserve">#GST_RTSP_OK.</doc>
475
520
  <type name="RTSPResult" c:type="GstRTSPResult"/>
476
521
  </return-value>
477
522
  <parameters>
478
523
  <instance-parameter name="conn" transfer-ownership="none">
479
- <doc xml:whitespace="preserve">a #GstRTSPConnection</doc>
524
+ <doc xml:space="preserve">a #GstRTSPConnection</doc>
480
525
  <type name="RTSPConnection" c:type="GstRTSPConnection*"/>
481
526
  </instance-parameter>
482
527
  <parameter name="host" transfer-ownership="none">
483
- <doc xml:whitespace="preserve">the proxy host</doc>
528
+ <doc xml:space="preserve">the proxy host</doc>
484
529
  <type name="utf8" c:type="const gchar*"/>
485
530
  </parameter>
486
531
  <parameter name="port" transfer-ownership="none">
487
- <doc xml:whitespace="preserve">the proxy port</doc>
532
+ <doc xml:space="preserve">the proxy port</doc>
488
533
  <type name="guint" c:type="guint"/>
489
534
  </parameter>
490
535
  </parameters>
491
536
  </method>
492
537
  <method name="set_qos_dscp"
493
538
  c:identifier="gst_rtsp_connection_set_qos_dscp">
494
- <doc xml:whitespace="preserve">Configure @conn to use the specified DSCP value.</doc>
539
+ <doc xml:space="preserve">Configure @conn to use the specified DSCP value.</doc>
495
540
  <return-value transfer-ownership="none">
496
- <doc xml:whitespace="preserve">#GST_RTSP_OK on success.</doc>
541
+ <doc xml:space="preserve">#GST_RTSP_OK on success.</doc>
497
542
  <type name="RTSPResult" c:type="GstRTSPResult"/>
498
543
  </return-value>
499
544
  <parameters>
500
545
  <instance-parameter name="conn" transfer-ownership="none">
501
- <doc xml:whitespace="preserve">a #GstRTSPConnection</doc>
546
+ <doc xml:space="preserve">a #GstRTSPConnection</doc>
502
547
  <type name="RTSPConnection" c:type="GstRTSPConnection*"/>
503
548
  </instance-parameter>
504
549
  <parameter name="qos_dscp" transfer-ownership="none">
505
- <doc xml:whitespace="preserve">DSCP value</doc>
550
+ <doc xml:space="preserve">DSCP value</doc>
506
551
  <type name="guint" c:type="guint"/>
507
552
  </parameter>
508
553
  </parameters>
509
554
  </method>
555
+ <method name="set_remember_session_id"
556
+ c:identifier="gst_rtsp_connection_set_remember_session_id">
557
+ <doc xml:space="preserve">Sets if the #GstRTSPConnection should remember the session id from the last
558
+ response received and force it onto any further requests.
559
+
560
+ The default value is %TRUE</doc>
561
+ <return-value transfer-ownership="none">
562
+ <type name="none" c:type="void"/>
563
+ </return-value>
564
+ <parameters>
565
+ <instance-parameter name="conn" transfer-ownership="none">
566
+ <doc xml:space="preserve">a #GstRTSPConnection</doc>
567
+ <type name="RTSPConnection" c:type="GstRTSPConnection*"/>
568
+ </instance-parameter>
569
+ <parameter name="remember" transfer-ownership="none">
570
+ <doc xml:space="preserve">%TRUE if the connection should remember the session id</doc>
571
+ <type name="gboolean" c:type="gboolean"/>
572
+ </parameter>
573
+ </parameters>
574
+ </method>
575
+ <method name="set_tls_validation_flags"
576
+ c:identifier="gst_rtsp_connection_set_tls_validation_flags"
577
+ version="1.2.1">
578
+ <doc xml:space="preserve">Sets the TLS validation flags to be used to verify the peer
579
+ certificate when a TLS connection is established.</doc>
580
+ <return-value transfer-ownership="none">
581
+ <doc xml:space="preserve">TRUE if the validation flags are set correctly, or FALSE if @conn is NULL or is not a TLS connection.</doc>
582
+ <type name="gboolean" c:type="gboolean"/>
583
+ </return-value>
584
+ <parameters>
585
+ <instance-parameter name="conn" transfer-ownership="none">
586
+ <doc xml:space="preserve">a #GstRTSPConnection</doc>
587
+ <type name="RTSPConnection" c:type="GstRTSPConnection*"/>
588
+ </instance-parameter>
589
+ <parameter name="flags" transfer-ownership="none">
590
+ <doc xml:space="preserve">the validation flags.</doc>
591
+ <type name="Gio.TlsCertificateFlags"
592
+ c:type="GTlsCertificateFlags"/>
593
+ </parameter>
594
+ </parameters>
595
+ </method>
510
596
  <method name="set_tunneled"
511
597
  c:identifier="gst_rtsp_connection_set_tunneled">
512
- <doc xml:whitespace="preserve">Set the HTTP tunneling state of the connection. This must be configured before
598
+ <doc xml:space="preserve">Set the HTTP tunneling state of the connection. This must be configured before
513
599
  the @conn is connected.</doc>
514
600
  <return-value transfer-ownership="none">
515
601
  <type name="none" c:type="void"/>
516
602
  </return-value>
517
603
  <parameters>
518
604
  <instance-parameter name="conn" transfer-ownership="none">
519
- <doc xml:whitespace="preserve">a #GstRTSPConnection</doc>
605
+ <doc xml:space="preserve">a #GstRTSPConnection</doc>
520
606
  <type name="RTSPConnection" c:type="GstRTSPConnection*"/>
521
607
  </instance-parameter>
522
608
  <parameter name="tunneled" transfer-ownership="none">
523
- <doc xml:whitespace="preserve">the new state</doc>
609
+ <doc xml:space="preserve">the new state</doc>
524
610
  <type name="gboolean" c:type="gboolean"/>
525
611
  </parameter>
526
612
  </parameters>
527
613
  </method>
528
614
  <method name="write" c:identifier="gst_rtsp_connection_write">
529
- <doc xml:whitespace="preserve">Attempt to write @size bytes of @data to the connected @conn, blocking up to
615
+ <doc xml:space="preserve">Attempt to write @size bytes of @data to the connected @conn, blocking up to
530
616
  the specified @timeout. @timeout can be #NULL, in which case this function
531
617
  might block forever.
532
618
 
533
619
  This function can be cancelled with gst_rtsp_connection_flush().</doc>
534
620
  <return-value transfer-ownership="none">
535
- <doc xml:whitespace="preserve">#GST_RTSP_OK on success.</doc>
621
+ <doc xml:space="preserve">#GST_RTSP_OK on success.</doc>
536
622
  <type name="RTSPResult" c:type="GstRTSPResult"/>
537
623
  </return-value>
538
624
  <parameters>
539
625
  <instance-parameter name="conn" transfer-ownership="none">
540
- <doc xml:whitespace="preserve">a #GstRTSPConnection</doc>
626
+ <doc xml:space="preserve">a #GstRTSPConnection</doc>
541
627
  <type name="RTSPConnection" c:type="GstRTSPConnection*"/>
542
628
  </instance-parameter>
543
629
  <parameter name="data" transfer-ownership="none">
544
- <doc xml:whitespace="preserve">the data to write</doc>
630
+ <doc xml:space="preserve">the data to write</doc>
545
631
  <type name="guint8" c:type="const guint8*"/>
546
632
  </parameter>
547
633
  <parameter name="size" transfer-ownership="none">
548
- <doc xml:whitespace="preserve">the size of @data</doc>
634
+ <doc xml:space="preserve">the size of @data</doc>
549
635
  <type name="guint" c:type="guint"/>
550
636
  </parameter>
551
637
  <parameter name="timeout" transfer-ownership="none">
552
- <doc xml:whitespace="preserve">a timeout value or #NULL</doc>
638
+ <doc xml:space="preserve">a timeout value or #NULL</doc>
553
639
  <type name="GLib.TimeVal" c:type="GTimeVal*"/>
554
640
  </parameter>
555
641
  </parameters>
556
642
  </method>
557
643
  <function name="accept" c:identifier="gst_rtsp_connection_accept">
558
- <doc xml:whitespace="preserve">Accept a new connection on @socket and create a new #GstRTSPConnection for
644
+ <doc xml:space="preserve">Accept a new connection on @socket and create a new #GstRTSPConnection for
559
645
  handling communication on new socket.</doc>
560
646
  <return-value transfer-ownership="none">
561
- <doc xml:whitespace="preserve">#GST_RTSP_OK when @conn contains a valid connection.</doc>
647
+ <doc xml:space="preserve">#GST_RTSP_OK when @conn contains a valid connection.</doc>
562
648
  <type name="RTSPResult" c:type="GstRTSPResult"/>
563
649
  </return-value>
564
650
  <parameters>
565
651
  <parameter name="socket" transfer-ownership="none">
566
- <doc xml:whitespace="preserve">a socket</doc>
652
+ <doc xml:space="preserve">a socket</doc>
567
653
  <type name="Gio.Socket" c:type="GSocket*"/>
568
654
  </parameter>
569
655
  <parameter name="conn"
570
656
  direction="out"
571
657
  caller-allocates="0"
572
658
  transfer-ownership="full">
573
- <doc xml:whitespace="preserve">storage for a #GstRTSPConnection</doc>
659
+ <doc xml:space="preserve">storage for a #GstRTSPConnection</doc>
574
660
  <type name="RTSPConnection" c:type="GstRTSPConnection**"/>
575
661
  </parameter>
576
662
  <parameter name="cancellable"
577
663
  transfer-ownership="none"
578
664
  allow-none="1">
579
- <doc xml:whitespace="preserve">a #GCancellable to cancel the operation</doc>
665
+ <doc xml:space="preserve">a #GCancellable to cancel the operation</doc>
580
666
  <type name="Gio.Cancellable" c:type="GCancellable*"/>
581
667
  </parameter>
582
668
  </parameters>
583
669
  </function>
584
670
  <function name="create" c:identifier="gst_rtsp_connection_create">
585
- <doc xml:whitespace="preserve">Create a newly allocated #GstRTSPConnection from @url and store it in @conn.
671
+ <doc xml:space="preserve">Create a newly allocated #GstRTSPConnection from @url and store it in @conn.
586
672
  The connection will not yet attempt to connect to @url, use
587
673
  gst_rtsp_connection_connect().
588
674
 
589
675
  A copy of @url will be made.</doc>
590
676
  <return-value transfer-ownership="none">
591
- <doc xml:whitespace="preserve">#GST_RTSP_OK when @conn contains a valid connection.</doc>
677
+ <doc xml:space="preserve">#GST_RTSP_OK when @conn contains a valid connection.</doc>
592
678
  <type name="RTSPResult" c:type="GstRTSPResult"/>
593
679
  </return-value>
594
680
  <parameters>
595
681
  <parameter name="url" transfer-ownership="none">
596
- <doc xml:whitespace="preserve">a #GstRTSPUrl</doc>
682
+ <doc xml:space="preserve">a #GstRTSPUrl</doc>
597
683
  <type name="RTSPUrl" c:type="const GstRTSPUrl*"/>
598
684
  </parameter>
599
685
  <parameter name="conn"
600
686
  direction="out"
601
687
  caller-allocates="0"
602
688
  transfer-ownership="full">
603
- <doc xml:whitespace="preserve">storage for a #GstRTSPConnection</doc>
689
+ <doc xml:space="preserve">storage for a #GstRTSPConnection</doc>
604
690
  <type name="RTSPConnection" c:type="GstRTSPConnection**"/>
605
691
  </parameter>
606
692
  </parameters>
607
693
  </function>
608
694
  <function name="create_from_socket"
609
695
  c:identifier="gst_rtsp_connection_create_from_socket">
610
- <doc xml:whitespace="preserve">Create a new #GstRTSPConnection for handling communication on the existing
696
+ <doc xml:space="preserve">Create a new #GstRTSPConnection for handling communication on the existing
611
697
  socket @socket. The @initial_buffer contains zero terminated data already
612
698
  read from @socket which should be used before starting to read new data.</doc>
613
699
  <return-value transfer-ownership="none">
614
- <doc xml:whitespace="preserve">#GST_RTSP_OK when @conn contains a valid connection.</doc>
700
+ <doc xml:space="preserve">#GST_RTSP_OK when @conn contains a valid connection.</doc>
615
701
  <type name="RTSPResult" c:type="GstRTSPResult"/>
616
702
  </return-value>
617
703
  <parameters>
618
704
  <parameter name="socket" transfer-ownership="none">
619
- <doc xml:whitespace="preserve">a #GSocket</doc>
705
+ <doc xml:space="preserve">a #GSocket</doc>
620
706
  <type name="Gio.Socket" c:type="GSocket*"/>
621
707
  </parameter>
622
708
  <parameter name="ip" transfer-ownership="none">
623
- <doc xml:whitespace="preserve">the IP address of the other end</doc>
709
+ <doc xml:space="preserve">the IP address of the other end</doc>
624
710
  <type name="utf8" c:type="const gchar*"/>
625
711
  </parameter>
626
712
  <parameter name="port" transfer-ownership="none">
627
- <doc xml:whitespace="preserve">the port used by the other end</doc>
713
+ <doc xml:space="preserve">the port used by the other end</doc>
628
714
  <type name="guint16" c:type="guint16"/>
629
715
  </parameter>
630
716
  <parameter name="initial_buffer" transfer-ownership="none">
631
- <doc xml:whitespace="preserve">data already read from @fd</doc>
717
+ <doc xml:space="preserve">data already read from @fd</doc>
632
718
  <type name="utf8" c:type="const gchar*"/>
633
719
  </parameter>
634
720
  <parameter name="conn"
635
721
  direction="out"
636
722
  caller-allocates="0"
637
723
  transfer-ownership="full">
638
- <doc xml:whitespace="preserve">storage for a #GstRTSPConnection</doc>
724
+ <doc xml:space="preserve">storage for a #GstRTSPConnection</doc>
639
725
  <type name="RTSPConnection" c:type="GstRTSPConnection**"/>
640
726
  </parameter>
641
727
  </parameters>
@@ -645,18 +731,18 @@ read from @socket which should be used before starting to read new data.</doc>
645
731
  glib:type-name="GstRTSPEvent"
646
732
  glib:get-type="gst_rtsp_event_get_type"
647
733
  c:type="GstRTSPEvent">
648
- <doc xml:whitespace="preserve">The possible events for the connection.</doc>
734
+ <doc xml:space="preserve">The possible events for the connection.</doc>
649
735
  <member name="read"
650
736
  value="1"
651
737
  c:identifier="GST_RTSP_EV_READ"
652
738
  glib:nick="read">
653
- <doc xml:whitespace="preserve">connection is readable</doc>
739
+ <doc xml:space="preserve">connection is readable</doc>
654
740
  </member>
655
741
  <member name="write"
656
742
  value="2"
657
743
  c:identifier="GST_RTSP_EV_WRITE"
658
744
  glib:nick="write">
659
- <doc xml:whitespace="preserve">connection is writable</doc>
745
+ <doc xml:space="preserve">connection is writable</doc>
660
746
  </member>
661
747
  </bitfield>
662
748
  <interface name="RTSPExtension"
@@ -665,7 +751,7 @@ read from @socket which should be used before starting to read new data.</doc>
665
751
  glib:type-name="GstRTSPExtension"
666
752
  glib:get-type="gst_rtsp_extension_get_type"
667
753
  glib:type-struct="RTSPExtensionInterface">
668
- <doc xml:whitespace="preserve">&lt;refsect2&gt;
754
+ <doc xml:space="preserve">&lt;refsect2&gt;
669
755
  &lt;para&gt;
670
756
  This interface is implemented e.g. by the Windows Media Streaming RTSP
671
757
  exentension (rtspwms) and the RealMedia RTSP extension (rtspreal).
@@ -1154,31 +1240,31 @@ Last reviewed on 2007-07-25 (0.10.14)</doc>
1154
1240
  glib:type-name="GstRTSPFamily"
1155
1241
  glib:get-type="gst_rtsp_family_get_type"
1156
1242
  c:type="GstRTSPFamily">
1157
- <doc xml:whitespace="preserve">The possible network families.</doc>
1243
+ <doc xml:space="preserve">The possible network families.</doc>
1158
1244
  <member name="none"
1159
1245
  value="0"
1160
1246
  c:identifier="GST_RTSP_FAM_NONE"
1161
1247
  glib:nick="none">
1162
- <doc xml:whitespace="preserve">unknown network family</doc>
1248
+ <doc xml:space="preserve">unknown network family</doc>
1163
1249
  </member>
1164
1250
  <member name="inet"
1165
1251
  value="1"
1166
1252
  c:identifier="GST_RTSP_FAM_INET"
1167
1253
  glib:nick="inet">
1168
- <doc xml:whitespace="preserve">internet</doc>
1254
+ <doc xml:space="preserve">internet</doc>
1169
1255
  </member>
1170
1256
  <member name="inet6"
1171
1257
  value="2"
1172
1258
  c:identifier="GST_RTSP_FAM_INET6"
1173
1259
  glib:nick="inet6">
1174
- <doc xml:whitespace="preserve">internet V6</doc>
1260
+ <doc xml:space="preserve">internet V6</doc>
1175
1261
  </member>
1176
1262
  </enumeration>
1177
1263
  <enumeration name="RTSPHeaderField"
1178
1264
  glib:type-name="GstRTSPHeaderField"
1179
1265
  glib:get-type="gst_rtsp_header_field_get_type"
1180
1266
  c:type="GstRTSPHeaderField">
1181
- <doc xml:whitespace="preserve">Enumeration of rtsp header fields</doc>
1267
+ <doc xml:space="preserve">Enumeration of rtsp header fields</doc>
1182
1268
  <member name="invalid"
1183
1269
  value="0"
1184
1270
  c:identifier="GST_RTSP_HDR_INVALID"
@@ -1599,34 +1685,40 @@ Last reviewed on 2007-07-25 (0.10.14)</doc>
1599
1685
  glib:type-name="GstRTSPLowerTrans"
1600
1686
  glib:get-type="gst_rtsp_lower_trans_get_type"
1601
1687
  c:type="GstRTSPLowerTrans">
1602
- <doc xml:whitespace="preserve">The different transport methods.</doc>
1688
+ <doc xml:space="preserve">The different transport methods.</doc>
1603
1689
  <member name="udp_unicast"
1604
1690
  value="1"
1605
1691
  c:identifier="GST_RTSP_LOWER_TRANS_UDP"
1606
1692
  glib:nick="udp-unicast">
1607
- <doc xml:whitespace="preserve">stream data over UDP</doc>
1693
+ <doc xml:space="preserve">stream data over UDP</doc>
1608
1694
  </member>
1609
1695
  <member name="udp_multicast"
1610
1696
  value="2"
1611
1697
  c:identifier="GST_RTSP_LOWER_TRANS_UDP_MCAST"
1612
1698
  glib:nick="udp-multicast">
1613
- <doc xml:whitespace="preserve">stream data over UDP multicast</doc>
1699
+ <doc xml:space="preserve">stream data over UDP multicast</doc>
1614
1700
  </member>
1615
1701
  <member name="tcp"
1616
1702
  value="4"
1617
1703
  c:identifier="GST_RTSP_LOWER_TRANS_TCP"
1618
1704
  glib:nick="tcp">
1619
- <doc xml:whitespace="preserve">stream data over TCP</doc>
1705
+ <doc xml:space="preserve">stream data over TCP</doc>
1620
1706
  </member>
1621
1707
  <member name="http"
1622
1708
  value="16"
1623
1709
  c:identifier="GST_RTSP_LOWER_TRANS_HTTP"
1624
1710
  glib:nick="http">
1625
- <doc xml:whitespace="preserve">stream data tunneled over HTTP.</doc>
1711
+ <doc xml:space="preserve">stream data tunneled over HTTP.</doc>
1712
+ </member>
1713
+ <member name="tls"
1714
+ value="32"
1715
+ c:identifier="GST_RTSP_LOWER_TRANS_TLS"
1716
+ glib:nick="tls">
1717
+ <doc xml:space="preserve">encrypt TCP and HTTP with TLS</doc>
1626
1718
  </member>
1627
1719
  </bitfield>
1628
1720
  <record name="RTSPMessage" c:type="GstRTSPMessage">
1629
- <doc xml:whitespace="preserve">Provides methods for creating and parsing request, response and data messages.
1721
+ <doc xml:space="preserve">Provides methods for creating and parsing request, response and data messages.
1630
1722
 
1631
1723
  Last reviewed on 2007-07-25 (0.10.14)</doc>
1632
1724
  <field name="type" writable="1">
@@ -1678,89 +1770,89 @@ Last reviewed on 2007-07-25 (0.10.14)</doc>
1678
1770
  </array>
1679
1771
  </field>
1680
1772
  <method name="add_header" c:identifier="gst_rtsp_message_add_header">
1681
- <doc xml:whitespace="preserve">Add a header with key @field and @value to @msg. This function takes a copy
1773
+ <doc xml:space="preserve">Add a header with key @field and @value to @msg. This function takes a copy
1682
1774
  of @value.</doc>
1683
1775
  <return-value transfer-ownership="none">
1684
- <doc xml:whitespace="preserve">a #GstRTSPResult.</doc>
1776
+ <doc xml:space="preserve">a #GstRTSPResult.</doc>
1685
1777
  <type name="RTSPResult" c:type="GstRTSPResult"/>
1686
1778
  </return-value>
1687
1779
  <parameters>
1688
1780
  <instance-parameter name="msg" transfer-ownership="none">
1689
- <doc xml:whitespace="preserve">a #GstRTSPMessage</doc>
1781
+ <doc xml:space="preserve">a #GstRTSPMessage</doc>
1690
1782
  <type name="RTSPMessage" c:type="GstRTSPMessage*"/>
1691
1783
  </instance-parameter>
1692
1784
  <parameter name="field" transfer-ownership="none">
1693
- <doc xml:whitespace="preserve">a #GstRTSPHeaderField</doc>
1785
+ <doc xml:space="preserve">a #GstRTSPHeaderField</doc>
1694
1786
  <type name="RTSPHeaderField" c:type="GstRTSPHeaderField"/>
1695
1787
  </parameter>
1696
1788
  <parameter name="value" transfer-ownership="none">
1697
- <doc xml:whitespace="preserve">the value of the header</doc>
1789
+ <doc xml:space="preserve">the value of the header</doc>
1698
1790
  <type name="utf8" c:type="const gchar*"/>
1699
1791
  </parameter>
1700
1792
  </parameters>
1701
1793
  </method>
1702
1794
  <method name="append_headers"
1703
1795
  c:identifier="gst_rtsp_message_append_headers">
1704
- <doc xml:whitespace="preserve">Append the currently configured headers in @msg to the #GString @str suitable
1796
+ <doc xml:space="preserve">Append the currently configured headers in @msg to the #GString @str suitable
1705
1797
  for transmission.</doc>
1706
1798
  <return-value transfer-ownership="none">
1707
- <doc xml:whitespace="preserve">#GST_RTSP_OK.</doc>
1799
+ <doc xml:space="preserve">#GST_RTSP_OK.</doc>
1708
1800
  <type name="RTSPResult" c:type="GstRTSPResult"/>
1709
1801
  </return-value>
1710
1802
  <parameters>
1711
1803
  <instance-parameter name="msg" transfer-ownership="none">
1712
- <doc xml:whitespace="preserve">a #GstRTSPMessage</doc>
1804
+ <doc xml:space="preserve">a #GstRTSPMessage</doc>
1713
1805
  <type name="RTSPMessage" c:type="const GstRTSPMessage*"/>
1714
1806
  </instance-parameter>
1715
1807
  <parameter name="str" transfer-ownership="none">
1716
- <doc xml:whitespace="preserve">a string</doc>
1808
+ <doc xml:space="preserve">a string</doc>
1717
1809
  <type name="GLib.String" c:type="GString*"/>
1718
1810
  </parameter>
1719
1811
  </parameters>
1720
1812
  </method>
1721
1813
  <method name="dump" c:identifier="gst_rtsp_message_dump">
1722
- <doc xml:whitespace="preserve">Dump the contents of @msg to stdout.</doc>
1814
+ <doc xml:space="preserve">Dump the contents of @msg to stdout.</doc>
1723
1815
  <return-value transfer-ownership="none">
1724
- <doc xml:whitespace="preserve">#GST_RTSP_OK.</doc>
1816
+ <doc xml:space="preserve">#GST_RTSP_OK.</doc>
1725
1817
  <type name="RTSPResult" c:type="GstRTSPResult"/>
1726
1818
  </return-value>
1727
1819
  <parameters>
1728
1820
  <instance-parameter name="msg" transfer-ownership="none">
1729
- <doc xml:whitespace="preserve">a #GstRTSPMessage</doc>
1821
+ <doc xml:space="preserve">a #GstRTSPMessage</doc>
1730
1822
  <type name="RTSPMessage" c:type="GstRTSPMessage*"/>
1731
1823
  </instance-parameter>
1732
1824
  </parameters>
1733
1825
  </method>
1734
1826
  <method name="free" c:identifier="gst_rtsp_message_free">
1735
- <doc xml:whitespace="preserve">Free the memory used by @msg.</doc>
1827
+ <doc xml:space="preserve">Free the memory used by @msg.</doc>
1736
1828
  <return-value transfer-ownership="none">
1737
- <doc xml:whitespace="preserve">a #GstRTSPResult.</doc>
1829
+ <doc xml:space="preserve">a #GstRTSPResult.</doc>
1738
1830
  <type name="RTSPResult" c:type="GstRTSPResult"/>
1739
1831
  </return-value>
1740
1832
  <parameters>
1741
1833
  <instance-parameter name="msg" transfer-ownership="none">
1742
- <doc xml:whitespace="preserve">a #GstRTSPMessage</doc>
1834
+ <doc xml:space="preserve">a #GstRTSPMessage</doc>
1743
1835
  <type name="RTSPMessage" c:type="GstRTSPMessage*"/>
1744
1836
  </instance-parameter>
1745
1837
  </parameters>
1746
1838
  </method>
1747
1839
  <method name="get_body" c:identifier="gst_rtsp_message_get_body">
1748
- <doc xml:whitespace="preserve">Get the body of @msg. @data remains valid for as long as @msg is valid and
1840
+ <doc xml:space="preserve">Get the body of @msg. @data remains valid for as long as @msg is valid and
1749
1841
  unchanged.</doc>
1750
1842
  <return-value transfer-ownership="none">
1751
- <doc xml:whitespace="preserve">#GST_RTSP_OK.</doc>
1843
+ <doc xml:space="preserve">#GST_RTSP_OK.</doc>
1752
1844
  <type name="RTSPResult" c:type="GstRTSPResult"/>
1753
1845
  </return-value>
1754
1846
  <parameters>
1755
1847
  <instance-parameter name="msg" transfer-ownership="none">
1756
- <doc xml:whitespace="preserve">a #GstRTSPMessage</doc>
1848
+ <doc xml:space="preserve">a #GstRTSPMessage</doc>
1757
1849
  <type name="RTSPMessage" c:type="const GstRTSPMessage*"/>
1758
1850
  </instance-parameter>
1759
1851
  <parameter name="data"
1760
1852
  direction="out"
1761
1853
  caller-allocates="0"
1762
1854
  transfer-ownership="none">
1763
- <doc xml:whitespace="preserve">location for the data</doc>
1855
+ <doc xml:space="preserve">location for the data</doc>
1764
1856
  <array length="1" zero-terminated="0" c:type="guint8**">
1765
1857
  <type name="guint8" c:type="guint8*"/>
1766
1858
  </array>
@@ -1769,171 +1861,171 @@ unchanged.</doc>
1769
1861
  direction="out"
1770
1862
  caller-allocates="0"
1771
1863
  transfer-ownership="full">
1772
- <doc xml:whitespace="preserve">location for the size of @data</doc>
1864
+ <doc xml:space="preserve">location for the size of @data</doc>
1773
1865
  <type name="guint" c:type="guint*"/>
1774
1866
  </parameter>
1775
1867
  </parameters>
1776
1868
  </method>
1777
1869
  <method name="get_header" c:identifier="gst_rtsp_message_get_header">
1778
- <doc xml:whitespace="preserve">Get the @indx header value with key @field from @msg. The result in @value
1870
+ <doc xml:space="preserve">Get the @indx header value with key @field from @msg. The result in @value
1779
1871
  stays valid as long as it remains present in @msg.</doc>
1780
1872
  <return-value transfer-ownership="none">
1781
- <doc xml:whitespace="preserve">#GST_RTSP_OK when @field was found, #GST_RTSP_ENOTIMPL if the key was not found.</doc>
1873
+ <doc xml:space="preserve">#GST_RTSP_OK when @field was found, #GST_RTSP_ENOTIMPL if the key was not found.</doc>
1782
1874
  <type name="RTSPResult" c:type="GstRTSPResult"/>
1783
1875
  </return-value>
1784
1876
  <parameters>
1785
1877
  <instance-parameter name="msg" transfer-ownership="none">
1786
- <doc xml:whitespace="preserve">a #GstRTSPMessage</doc>
1878
+ <doc xml:space="preserve">a #GstRTSPMessage</doc>
1787
1879
  <type name="RTSPMessage" c:type="const GstRTSPMessage*"/>
1788
1880
  </instance-parameter>
1789
1881
  <parameter name="field" transfer-ownership="none">
1790
- <doc xml:whitespace="preserve">a #GstRTSPHeaderField</doc>
1882
+ <doc xml:space="preserve">a #GstRTSPHeaderField</doc>
1791
1883
  <type name="RTSPHeaderField" c:type="GstRTSPHeaderField"/>
1792
1884
  </parameter>
1793
1885
  <parameter name="value"
1794
1886
  direction="out"
1795
1887
  caller-allocates="0"
1796
1888
  transfer-ownership="none">
1797
- <doc xml:whitespace="preserve">pointer to hold the result</doc>
1889
+ <doc xml:space="preserve">pointer to hold the result</doc>
1798
1890
  <type name="utf8" c:type="gchar**"/>
1799
1891
  </parameter>
1800
1892
  <parameter name="indx" transfer-ownership="none">
1801
- <doc xml:whitespace="preserve">the index of the header</doc>
1893
+ <doc xml:space="preserve">the index of the header</doc>
1802
1894
  <type name="gint" c:type="gint"/>
1803
1895
  </parameter>
1804
1896
  </parameters>
1805
1897
  </method>
1806
1898
  <method name="get_type" c:identifier="gst_rtsp_message_get_type">
1807
- <doc xml:whitespace="preserve">Get the message type of @msg.</doc>
1899
+ <doc xml:space="preserve">Get the message type of @msg.</doc>
1808
1900
  <return-value transfer-ownership="none">
1809
- <doc xml:whitespace="preserve">the message type.</doc>
1901
+ <doc xml:space="preserve">the message type.</doc>
1810
1902
  <type name="RTSPMsgType" c:type="GstRTSPMsgType"/>
1811
1903
  </return-value>
1812
1904
  <parameters>
1813
1905
  <instance-parameter name="msg" transfer-ownership="none">
1814
- <doc xml:whitespace="preserve">a #GstRTSPMessage</doc>
1906
+ <doc xml:space="preserve">a #GstRTSPMessage</doc>
1815
1907
  <type name="RTSPMessage" c:type="GstRTSPMessage*"/>
1816
1908
  </instance-parameter>
1817
1909
  </parameters>
1818
1910
  </method>
1819
1911
  <method name="init" c:identifier="gst_rtsp_message_init">
1820
- <doc xml:whitespace="preserve">Initialize @msg. This function is mostly used when @msg is allocated on the
1912
+ <doc xml:space="preserve">Initialize @msg. This function is mostly used when @msg is allocated on the
1821
1913
  stack. The reverse operation of this is gst_rtsp_message_unset().</doc>
1822
1914
  <return-value transfer-ownership="none">
1823
- <doc xml:whitespace="preserve">a #GstRTSPResult.</doc>
1915
+ <doc xml:space="preserve">a #GstRTSPResult.</doc>
1824
1916
  <type name="RTSPResult" c:type="GstRTSPResult"/>
1825
1917
  </return-value>
1826
1918
  <parameters>
1827
1919
  <instance-parameter name="msg" transfer-ownership="none">
1828
- <doc xml:whitespace="preserve">a #GstRTSPMessage</doc>
1920
+ <doc xml:space="preserve">a #GstRTSPMessage</doc>
1829
1921
  <type name="RTSPMessage" c:type="GstRTSPMessage*"/>
1830
1922
  </instance-parameter>
1831
1923
  </parameters>
1832
1924
  </method>
1833
1925
  <method name="init_data" c:identifier="gst_rtsp_message_init_data">
1834
- <doc xml:whitespace="preserve">Initialize a new data #GstRTSPMessage for @channel.</doc>
1926
+ <doc xml:space="preserve">Initialize a new data #GstRTSPMessage for @channel.</doc>
1835
1927
  <return-value transfer-ownership="none">
1836
- <doc xml:whitespace="preserve">a #GstRTSPResult.</doc>
1928
+ <doc xml:space="preserve">a #GstRTSPResult.</doc>
1837
1929
  <type name="RTSPResult" c:type="GstRTSPResult"/>
1838
1930
  </return-value>
1839
1931
  <parameters>
1840
1932
  <instance-parameter name="msg" transfer-ownership="none">
1841
- <doc xml:whitespace="preserve">a #GstRTSPMessage</doc>
1933
+ <doc xml:space="preserve">a #GstRTSPMessage</doc>
1842
1934
  <type name="RTSPMessage" c:type="GstRTSPMessage*"/>
1843
1935
  </instance-parameter>
1844
1936
  <parameter name="channel" transfer-ownership="none">
1845
- <doc xml:whitespace="preserve">a channel</doc>
1937
+ <doc xml:space="preserve">a channel</doc>
1846
1938
  <type name="guint8" c:type="guint8"/>
1847
1939
  </parameter>
1848
1940
  </parameters>
1849
1941
  </method>
1850
1942
  <method name="init_request" c:identifier="gst_rtsp_message_init_request">
1851
- <doc xml:whitespace="preserve">Initialize @msg as a request message with @method and @uri. To clear @msg
1943
+ <doc xml:space="preserve">Initialize @msg as a request message with @method and @uri. To clear @msg
1852
1944
  again, use gst_rtsp_message_unset().</doc>
1853
1945
  <return-value transfer-ownership="none">
1854
- <doc xml:whitespace="preserve">a #GstRTSPResult.</doc>
1946
+ <doc xml:space="preserve">a #GstRTSPResult.</doc>
1855
1947
  <type name="RTSPResult" c:type="GstRTSPResult"/>
1856
1948
  </return-value>
1857
1949
  <parameters>
1858
1950
  <instance-parameter name="msg" transfer-ownership="none">
1859
- <doc xml:whitespace="preserve">a #GstRTSPMessage</doc>
1951
+ <doc xml:space="preserve">a #GstRTSPMessage</doc>
1860
1952
  <type name="RTSPMessage" c:type="GstRTSPMessage*"/>
1861
1953
  </instance-parameter>
1862
1954
  <parameter name="method" transfer-ownership="none">
1863
- <doc xml:whitespace="preserve">the request method to use</doc>
1955
+ <doc xml:space="preserve">the request method to use</doc>
1864
1956
  <type name="RTSPMethod" c:type="GstRTSPMethod"/>
1865
1957
  </parameter>
1866
1958
  <parameter name="uri" transfer-ownership="none">
1867
- <doc xml:whitespace="preserve">the uri of the request</doc>
1959
+ <doc xml:space="preserve">the uri of the request</doc>
1868
1960
  <type name="utf8" c:type="const gchar*"/>
1869
1961
  </parameter>
1870
1962
  </parameters>
1871
1963
  </method>
1872
1964
  <method name="init_response"
1873
1965
  c:identifier="gst_rtsp_message_init_response">
1874
- <doc xml:whitespace="preserve">Initialize @msg with @code and @reason.
1966
+ <doc xml:space="preserve">Initialize @msg with @code and @reason.
1875
1967
 
1876
1968
  When @reason is #NULL, the default reason for @code will be used.
1877
1969
 
1878
1970
  When @request is not #NULL, the relevant headers will be copied to the new
1879
1971
  response message.</doc>
1880
1972
  <return-value transfer-ownership="none">
1881
- <doc xml:whitespace="preserve">a #GstRTSPResult.</doc>
1973
+ <doc xml:space="preserve">a #GstRTSPResult.</doc>
1882
1974
  <type name="RTSPResult" c:type="GstRTSPResult"/>
1883
1975
  </return-value>
1884
1976
  <parameters>
1885
1977
  <instance-parameter name="msg" transfer-ownership="none">
1886
- <doc xml:whitespace="preserve">a #GstRTSPMessage</doc>
1978
+ <doc xml:space="preserve">a #GstRTSPMessage</doc>
1887
1979
  <type name="RTSPMessage" c:type="GstRTSPMessage*"/>
1888
1980
  </instance-parameter>
1889
1981
  <parameter name="code" transfer-ownership="none">
1890
- <doc xml:whitespace="preserve">the status code</doc>
1982
+ <doc xml:space="preserve">the status code</doc>
1891
1983
  <type name="RTSPStatusCode" c:type="GstRTSPStatusCode"/>
1892
1984
  </parameter>
1893
1985
  <parameter name="reason" transfer-ownership="none" allow-none="1">
1894
- <doc xml:whitespace="preserve">the status reason or %NULL</doc>
1986
+ <doc xml:space="preserve">the status reason or %NULL</doc>
1895
1987
  <type name="utf8" c:type="const gchar*"/>
1896
1988
  </parameter>
1897
1989
  <parameter name="request" transfer-ownership="none" allow-none="1">
1898
- <doc xml:whitespace="preserve">the request that triggered the response or %NULL</doc>
1990
+ <doc xml:space="preserve">the request that triggered the response or %NULL</doc>
1899
1991
  <type name="RTSPMessage" c:type="const GstRTSPMessage*"/>
1900
1992
  </parameter>
1901
1993
  </parameters>
1902
1994
  </method>
1903
1995
  <method name="parse_data" c:identifier="gst_rtsp_message_parse_data">
1904
- <doc xml:whitespace="preserve">Parse the data message @msg and store the channel in @channel.</doc>
1996
+ <doc xml:space="preserve">Parse the data message @msg and store the channel in @channel.</doc>
1905
1997
  <return-value transfer-ownership="none">
1906
- <doc xml:whitespace="preserve">a #GstRTSPResult.</doc>
1998
+ <doc xml:space="preserve">a #GstRTSPResult.</doc>
1907
1999
  <type name="RTSPResult" c:type="GstRTSPResult"/>
1908
2000
  </return-value>
1909
2001
  <parameters>
1910
2002
  <instance-parameter name="msg" transfer-ownership="none">
1911
- <doc xml:whitespace="preserve">a #GstRTSPMessage</doc>
2003
+ <doc xml:space="preserve">a #GstRTSPMessage</doc>
1912
2004
  <type name="RTSPMessage" c:type="GstRTSPMessage*"/>
1913
2005
  </instance-parameter>
1914
2006
  <parameter name="channel"
1915
2007
  direction="out"
1916
2008
  caller-allocates="0"
1917
2009
  transfer-ownership="full">
1918
- <doc xml:whitespace="preserve">location to hold the channel</doc>
2010
+ <doc xml:space="preserve">location to hold the channel</doc>
1919
2011
  <type name="guint8" c:type="guint8*"/>
1920
2012
  </parameter>
1921
2013
  </parameters>
1922
2014
  </method>
1923
2015
  <method name="parse_request"
1924
2016
  c:identifier="gst_rtsp_message_parse_request">
1925
- <doc xml:whitespace="preserve">Parse the request message @msg and store the values @method, @uri and
2017
+ <doc xml:space="preserve">Parse the request message @msg and store the values @method, @uri and
1926
2018
  @version. The result locations can be #NULL if one is not interested in its
1927
2019
  value.
1928
2020
 
1929
2021
  @uri remains valid for as long as @msg is valid and unchanged.</doc>
1930
2022
  <return-value transfer-ownership="none">
1931
- <doc xml:whitespace="preserve">a #GstRTSPResult.</doc>
2023
+ <doc xml:space="preserve">a #GstRTSPResult.</doc>
1932
2024
  <type name="RTSPResult" c:type="GstRTSPResult"/>
1933
2025
  </return-value>
1934
2026
  <parameters>
1935
2027
  <instance-parameter name="msg" transfer-ownership="none">
1936
- <doc xml:whitespace="preserve">a #GstRTSPMessage</doc>
2028
+ <doc xml:space="preserve">a #GstRTSPMessage</doc>
1937
2029
  <type name="RTSPMessage" c:type="GstRTSPMessage*"/>
1938
2030
  </instance-parameter>
1939
2031
  <parameter name="method"
@@ -1941,7 +2033,7 @@ value.
1941
2033
  caller-allocates="0"
1942
2034
  transfer-ownership="full"
1943
2035
  allow-none="1">
1944
- <doc xml:whitespace="preserve">location to hold the method</doc>
2036
+ <doc xml:space="preserve">location to hold the method</doc>
1945
2037
  <type name="RTSPMethod" c:type="GstRTSPMethod*"/>
1946
2038
  </parameter>
1947
2039
  <parameter name="uri"
@@ -1949,7 +2041,7 @@ value.
1949
2041
  caller-allocates="0"
1950
2042
  transfer-ownership="full"
1951
2043
  allow-none="1">
1952
- <doc xml:whitespace="preserve">location to hold the uri</doc>
2044
+ <doc xml:space="preserve">location to hold the uri</doc>
1953
2045
  <type name="utf8" c:type="const gchar**"/>
1954
2046
  </parameter>
1955
2047
  <parameter name="version"
@@ -1957,25 +2049,25 @@ value.
1957
2049
  caller-allocates="0"
1958
2050
  transfer-ownership="full"
1959
2051
  allow-none="1">
1960
- <doc xml:whitespace="preserve">location to hold the version</doc>
2052
+ <doc xml:space="preserve">location to hold the version</doc>
1961
2053
  <type name="RTSPVersion" c:type="GstRTSPVersion*"/>
1962
2054
  </parameter>
1963
2055
  </parameters>
1964
2056
  </method>
1965
2057
  <method name="parse_response"
1966
2058
  c:identifier="gst_rtsp_message_parse_response">
1967
- <doc xml:whitespace="preserve">Parse the response message @msg and store the values @code, @reason and
2059
+ <doc xml:space="preserve">Parse the response message @msg and store the values @code, @reason and
1968
2060
  @version. The result locations can be #NULL if one is not interested in its
1969
2061
  value.
1970
2062
 
1971
2063
  @reason remains valid for as long as @msg is valid and unchanged.</doc>
1972
2064
  <return-value transfer-ownership="none">
1973
- <doc xml:whitespace="preserve">a #GstRTSPResult.</doc>
2065
+ <doc xml:space="preserve">a #GstRTSPResult.</doc>
1974
2066
  <type name="RTSPResult" c:type="GstRTSPResult"/>
1975
2067
  </return-value>
1976
2068
  <parameters>
1977
2069
  <instance-parameter name="msg" transfer-ownership="none">
1978
- <doc xml:whitespace="preserve">a #GstRTSPMessage</doc>
2070
+ <doc xml:space="preserve">a #GstRTSPMessage</doc>
1979
2071
  <type name="RTSPMessage" c:type="GstRTSPMessage*"/>
1980
2072
  </instance-parameter>
1981
2073
  <parameter name="code"
@@ -1983,7 +2075,7 @@ value.
1983
2075
  caller-allocates="0"
1984
2076
  transfer-ownership="full"
1985
2077
  allow-none="1">
1986
- <doc xml:whitespace="preserve">location to hold the status code</doc>
2078
+ <doc xml:space="preserve">location to hold the status code</doc>
1987
2079
  <type name="RTSPStatusCode" c:type="GstRTSPStatusCode*"/>
1988
2080
  </parameter>
1989
2081
  <parameter name="reason"
@@ -1991,7 +2083,7 @@ value.
1991
2083
  caller-allocates="0"
1992
2084
  transfer-ownership="full"
1993
2085
  allow-none="1">
1994
- <doc xml:whitespace="preserve">location to hold the status reason</doc>
2086
+ <doc xml:space="preserve">location to hold the status reason</doc>
1995
2087
  <type name="utf8" c:type="const gchar**"/>
1996
2088
  </parameter>
1997
2089
  <parameter name="version"
@@ -1999,74 +2091,74 @@ value.
1999
2091
  caller-allocates="0"
2000
2092
  transfer-ownership="full"
2001
2093
  allow-none="1">
2002
- <doc xml:whitespace="preserve">location to hold the version</doc>
2094
+ <doc xml:space="preserve">location to hold the version</doc>
2003
2095
  <type name="RTSPVersion" c:type="GstRTSPVersion*"/>
2004
2096
  </parameter>
2005
2097
  </parameters>
2006
2098
  </method>
2007
2099
  <method name="remove_header"
2008
2100
  c:identifier="gst_rtsp_message_remove_header">
2009
- <doc xml:whitespace="preserve">Remove the @indx header with key @field from @msg. If @indx equals -1, all
2101
+ <doc xml:space="preserve">Remove the @indx header with key @field from @msg. If @indx equals -1, all
2010
2102
  headers will be removed.</doc>
2011
2103
  <return-value transfer-ownership="none">
2012
- <doc xml:whitespace="preserve">a #GstRTSPResult.</doc>
2104
+ <doc xml:space="preserve">a #GstRTSPResult.</doc>
2013
2105
  <type name="RTSPResult" c:type="GstRTSPResult"/>
2014
2106
  </return-value>
2015
2107
  <parameters>
2016
2108
  <instance-parameter name="msg" transfer-ownership="none">
2017
- <doc xml:whitespace="preserve">a #GstRTSPMessage</doc>
2109
+ <doc xml:space="preserve">a #GstRTSPMessage</doc>
2018
2110
  <type name="RTSPMessage" c:type="GstRTSPMessage*"/>
2019
2111
  </instance-parameter>
2020
2112
  <parameter name="field" transfer-ownership="none">
2021
- <doc xml:whitespace="preserve">a #GstRTSPHeaderField</doc>
2113
+ <doc xml:space="preserve">a #GstRTSPHeaderField</doc>
2022
2114
  <type name="RTSPHeaderField" c:type="GstRTSPHeaderField"/>
2023
2115
  </parameter>
2024
2116
  <parameter name="indx" transfer-ownership="none">
2025
- <doc xml:whitespace="preserve">the index of the header</doc>
2117
+ <doc xml:space="preserve">the index of the header</doc>
2026
2118
  <type name="gint" c:type="gint"/>
2027
2119
  </parameter>
2028
2120
  </parameters>
2029
2121
  </method>
2030
2122
  <method name="set_body" c:identifier="gst_rtsp_message_set_body">
2031
- <doc xml:whitespace="preserve">Set the body of @msg to a copy of @data.</doc>
2123
+ <doc xml:space="preserve">Set the body of @msg to a copy of @data.</doc>
2032
2124
  <return-value transfer-ownership="none">
2033
- <doc xml:whitespace="preserve">#GST_RTSP_OK.</doc>
2125
+ <doc xml:space="preserve">#GST_RTSP_OK.</doc>
2034
2126
  <type name="RTSPResult" c:type="GstRTSPResult"/>
2035
2127
  </return-value>
2036
2128
  <parameters>
2037
2129
  <instance-parameter name="msg" transfer-ownership="none">
2038
- <doc xml:whitespace="preserve">a #GstRTSPMessage</doc>
2130
+ <doc xml:space="preserve">a #GstRTSPMessage</doc>
2039
2131
  <type name="RTSPMessage" c:type="GstRTSPMessage*"/>
2040
2132
  </instance-parameter>
2041
2133
  <parameter name="data" transfer-ownership="none">
2042
- <doc xml:whitespace="preserve">the data</doc>
2134
+ <doc xml:space="preserve">the data</doc>
2043
2135
  <array length="1" zero-terminated="0" c:type="guint8*">
2044
2136
  <type name="guint8" c:type="guint8"/>
2045
2137
  </array>
2046
2138
  </parameter>
2047
2139
  <parameter name="size" transfer-ownership="none">
2048
- <doc xml:whitespace="preserve">the size of @data</doc>
2140
+ <doc xml:space="preserve">the size of @data</doc>
2049
2141
  <type name="guint" c:type="guint"/>
2050
2142
  </parameter>
2051
2143
  </parameters>
2052
2144
  </method>
2053
2145
  <method name="steal_body" c:identifier="gst_rtsp_message_steal_body">
2054
- <doc xml:whitespace="preserve">Take the body of @msg and store it in @data and @size. After this method,
2146
+ <doc xml:space="preserve">Take the body of @msg and store it in @data and @size. After this method,
2055
2147
  the body and size of @msg will be set to #NULL and 0 respectively.</doc>
2056
2148
  <return-value transfer-ownership="none">
2057
- <doc xml:whitespace="preserve">#GST_RTSP_OK.</doc>
2149
+ <doc xml:space="preserve">#GST_RTSP_OK.</doc>
2058
2150
  <type name="RTSPResult" c:type="GstRTSPResult"/>
2059
2151
  </return-value>
2060
2152
  <parameters>
2061
2153
  <instance-parameter name="msg" transfer-ownership="none">
2062
- <doc xml:whitespace="preserve">a #GstRTSPMessage</doc>
2154
+ <doc xml:space="preserve">a #GstRTSPMessage</doc>
2063
2155
  <type name="RTSPMessage" c:type="GstRTSPMessage*"/>
2064
2156
  </instance-parameter>
2065
2157
  <parameter name="data"
2066
2158
  direction="out"
2067
2159
  caller-allocates="0"
2068
2160
  transfer-ownership="full">
2069
- <doc xml:whitespace="preserve">location for the data</doc>
2161
+ <doc xml:space="preserve">location for the data</doc>
2070
2162
  <array length="1" zero-terminated="0" c:type="guint8**">
2071
2163
  <type name="guint8" c:type="guint8*"/>
2072
2164
  </array>
@@ -2075,77 +2167,77 @@ the body and size of @msg will be set to #NULL and 0 respectively.</doc>
2075
2167
  direction="out"
2076
2168
  caller-allocates="0"
2077
2169
  transfer-ownership="full">
2078
- <doc xml:whitespace="preserve">location for the size of @data</doc>
2170
+ <doc xml:space="preserve">location for the size of @data</doc>
2079
2171
  <type name="guint" c:type="guint*"/>
2080
2172
  </parameter>
2081
2173
  </parameters>
2082
2174
  </method>
2083
2175
  <method name="take_body" c:identifier="gst_rtsp_message_take_body">
2084
- <doc xml:whitespace="preserve">Set the body of @msg to @data and @size. This method takes ownership of
2176
+ <doc xml:space="preserve">Set the body of @msg to @data and @size. This method takes ownership of
2085
2177
  @data.</doc>
2086
2178
  <return-value transfer-ownership="none">
2087
- <doc xml:whitespace="preserve">#GST_RTSP_OK.</doc>
2179
+ <doc xml:space="preserve">#GST_RTSP_OK.</doc>
2088
2180
  <type name="RTSPResult" c:type="GstRTSPResult"/>
2089
2181
  </return-value>
2090
2182
  <parameters>
2091
2183
  <instance-parameter name="msg" transfer-ownership="none">
2092
- <doc xml:whitespace="preserve">a #GstRTSPMessage</doc>
2184
+ <doc xml:space="preserve">a #GstRTSPMessage</doc>
2093
2185
  <type name="RTSPMessage" c:type="GstRTSPMessage*"/>
2094
2186
  </instance-parameter>
2095
2187
  <parameter name="data" transfer-ownership="full">
2096
- <doc xml:whitespace="preserve">the data</doc>
2188
+ <doc xml:space="preserve">the data</doc>
2097
2189
  <array length="1" zero-terminated="0" c:type="guint8*">
2098
2190
  <type name="guint8" c:type="guint8"/>
2099
2191
  </array>
2100
2192
  </parameter>
2101
2193
  <parameter name="size" transfer-ownership="none">
2102
- <doc xml:whitespace="preserve">the size of @data</doc>
2194
+ <doc xml:space="preserve">the size of @data</doc>
2103
2195
  <type name="guint" c:type="guint"/>
2104
2196
  </parameter>
2105
2197
  </parameters>
2106
2198
  </method>
2107
2199
  <method name="take_header" c:identifier="gst_rtsp_message_take_header">
2108
- <doc xml:whitespace="preserve">Add a header with key @field and @value to @msg. This function takes
2200
+ <doc xml:space="preserve">Add a header with key @field and @value to @msg. This function takes
2109
2201
  ownership of @value.</doc>
2110
2202
  <return-value transfer-ownership="none">
2111
- <doc xml:whitespace="preserve">a #GstRTSPResult.</doc>
2203
+ <doc xml:space="preserve">a #GstRTSPResult.</doc>
2112
2204
  <type name="RTSPResult" c:type="GstRTSPResult"/>
2113
2205
  </return-value>
2114
2206
  <parameters>
2115
2207
  <instance-parameter name="msg" transfer-ownership="none">
2116
- <doc xml:whitespace="preserve">a #GstRTSPMessage</doc>
2208
+ <doc xml:space="preserve">a #GstRTSPMessage</doc>
2117
2209
  <type name="RTSPMessage" c:type="GstRTSPMessage*"/>
2118
2210
  </instance-parameter>
2119
2211
  <parameter name="field" transfer-ownership="none">
2120
- <doc xml:whitespace="preserve">a #GstRTSPHeaderField</doc>
2212
+ <doc xml:space="preserve">a #GstRTSPHeaderField</doc>
2121
2213
  <type name="RTSPHeaderField" c:type="GstRTSPHeaderField"/>
2122
2214
  </parameter>
2123
- <parameter name="value" transfer-ownership="none">
2124
- <doc xml:whitespace="preserve">the value of the header</doc>
2215
+ <parameter name="value" transfer-ownership="full">
2216
+ <doc xml:space="preserve">the value of the header</doc>
2125
2217
  <type name="utf8" c:type="gchar*"/>
2126
2218
  </parameter>
2127
2219
  </parameters>
2128
2220
  </method>
2129
2221
  <method name="unset" c:identifier="gst_rtsp_message_unset">
2130
- <doc xml:whitespace="preserve">Unset the contents of @msg so that it becomes an uninitialized
2222
+ <doc xml:space="preserve">Unset the contents of @msg so that it becomes an uninitialized
2131
2223
  #GstRTSPMessage again. This function is mostly used in combination with
2132
2224
  gst_rtsp_message_init_request(), gst_rtsp_message_init_response() and
2133
2225
  gst_rtsp_message_init_data() on stack allocated #GstRTSPMessage structures.</doc>
2134
2226
  <return-value transfer-ownership="none">
2135
- <doc xml:whitespace="preserve">#GST_RTSP_OK.</doc>
2227
+ <doc xml:space="preserve">#GST_RTSP_OK.</doc>
2136
2228
  <type name="RTSPResult" c:type="GstRTSPResult"/>
2137
2229
  </return-value>
2138
2230
  <parameters>
2139
2231
  <instance-parameter name="msg" transfer-ownership="none">
2140
- <doc xml:whitespace="preserve">a #GstRTSPMessage</doc>
2232
+ <doc xml:space="preserve">a #GstRTSPMessage</doc>
2141
2233
  <type name="RTSPMessage" c:type="GstRTSPMessage*"/>
2142
2234
  </instance-parameter>
2143
2235
  </parameters>
2144
2236
  </method>
2145
2237
  <function name="new" c:identifier="gst_rtsp_message_new">
2146
- <doc xml:whitespace="preserve">Create a new initialized #GstRTSPMessage. Free with gst_rtsp_message_free().</doc>
2238
+ <doc xml:space="preserve">Create a new initialized #GstRTSPMessage. Free with gst_rtsp_message_free().</doc>
2147
2239
  <return-value transfer-ownership="none">
2148
- <doc xml:whitespace="preserve">a #GstRTSPResult.</doc>
2240
+ <doc xml:space="preserve">a #GstRTSPResult.</doc>
2149
2241
  <type name="RTSPResult" c:type="GstRTSPResult"/>
2150
2242
  </return-value>
2151
2243
  <parameters>
@@ -2153,16 +2245,16 @@ gst_rtsp_message_init_data() on stack allocated #GstRTSPMessage structures.</doc
2153
2245
  direction="out"
2154
2246
  caller-allocates="0"
2155
2247
  transfer-ownership="full">
2156
- <doc xml:whitespace="preserve">a location for the new #GstRTSPMessage</doc>
2248
+ <doc xml:space="preserve">a location for the new #GstRTSPMessage</doc>
2157
2249
  <type name="RTSPMessage" c:type="GstRTSPMessage**"/>
2158
2250
  </parameter>
2159
2251
  </parameters>
2160
2252
  </function>
2161
2253
  <function name="new_data" c:identifier="gst_rtsp_message_new_data">
2162
- <doc xml:whitespace="preserve">Create a new data #GstRTSPMessage with @channel and store the
2254
+ <doc xml:space="preserve">Create a new data #GstRTSPMessage with @channel and store the
2163
2255
  result message in @msg. Free with gst_rtsp_message_free().</doc>
2164
2256
  <return-value transfer-ownership="none">
2165
- <doc xml:whitespace="preserve">a #GstRTSPResult.</doc>
2257
+ <doc xml:space="preserve">a #GstRTSPResult.</doc>
2166
2258
  <type name="RTSPResult" c:type="GstRTSPResult"/>
2167
2259
  </return-value>
2168
2260
  <parameters>
@@ -2170,20 +2262,20 @@ result message in @msg. Free with gst_rtsp_message_free().</doc>
2170
2262
  direction="out"
2171
2263
  caller-allocates="0"
2172
2264
  transfer-ownership="full">
2173
- <doc xml:whitespace="preserve">a location for the new #GstRTSPMessage</doc>
2265
+ <doc xml:space="preserve">a location for the new #GstRTSPMessage</doc>
2174
2266
  <type name="RTSPMessage" c:type="GstRTSPMessage**"/>
2175
2267
  </parameter>
2176
2268
  <parameter name="channel" transfer-ownership="none">
2177
- <doc xml:whitespace="preserve">the channel</doc>
2269
+ <doc xml:space="preserve">the channel</doc>
2178
2270
  <type name="guint8" c:type="guint8"/>
2179
2271
  </parameter>
2180
2272
  </parameters>
2181
2273
  </function>
2182
2274
  <function name="new_request" c:identifier="gst_rtsp_message_new_request">
2183
- <doc xml:whitespace="preserve">Create a new #GstRTSPMessage with @method and @uri and store the result
2275
+ <doc xml:space="preserve">Create a new #GstRTSPMessage with @method and @uri and store the result
2184
2276
  request message in @msg. Free with gst_rtsp_message_free().</doc>
2185
2277
  <return-value transfer-ownership="none">
2186
- <doc xml:whitespace="preserve">a #GstRTSPResult.</doc>
2278
+ <doc xml:space="preserve">a #GstRTSPResult.</doc>
2187
2279
  <type name="RTSPResult" c:type="GstRTSPResult"/>
2188
2280
  </return-value>
2189
2281
  <parameters>
@@ -2191,22 +2283,22 @@ request message in @msg. Free with gst_rtsp_message_free().</doc>
2191
2283
  direction="out"
2192
2284
  caller-allocates="0"
2193
2285
  transfer-ownership="full">
2194
- <doc xml:whitespace="preserve">a location for the new #GstRTSPMessage</doc>
2286
+ <doc xml:space="preserve">a location for the new #GstRTSPMessage</doc>
2195
2287
  <type name="RTSPMessage" c:type="GstRTSPMessage**"/>
2196
2288
  </parameter>
2197
2289
  <parameter name="method" transfer-ownership="none">
2198
- <doc xml:whitespace="preserve">the request method to use</doc>
2290
+ <doc xml:space="preserve">the request method to use</doc>
2199
2291
  <type name="RTSPMethod" c:type="GstRTSPMethod"/>
2200
2292
  </parameter>
2201
2293
  <parameter name="uri" transfer-ownership="none">
2202
- <doc xml:whitespace="preserve">the uri of the request</doc>
2294
+ <doc xml:space="preserve">the uri of the request</doc>
2203
2295
  <type name="utf8" c:type="const gchar*"/>
2204
2296
  </parameter>
2205
2297
  </parameters>
2206
2298
  </function>
2207
2299
  <function name="new_response"
2208
2300
  c:identifier="gst_rtsp_message_new_response">
2209
- <doc xml:whitespace="preserve">Create a new response #GstRTSPMessage with @code and @reason and store the
2301
+ <doc xml:space="preserve">Create a new response #GstRTSPMessage with @code and @reason and store the
2210
2302
  result message in @msg. Free with gst_rtsp_message_free().
2211
2303
 
2212
2304
  When @reason is #NULL, the default reason for @code will be used.
@@ -2214,7 +2306,7 @@ When @reason is #NULL, the default reason for @code will be used.
2214
2306
  When @request is not #NULL, the relevant headers will be copied to the new
2215
2307
  response message.</doc>
2216
2308
  <return-value transfer-ownership="none">
2217
- <doc xml:whitespace="preserve">a #GstRTSPResult.</doc>
2309
+ <doc xml:space="preserve">a #GstRTSPResult.</doc>
2218
2310
  <type name="RTSPResult" c:type="GstRTSPResult"/>
2219
2311
  </return-value>
2220
2312
  <parameters>
@@ -2222,19 +2314,19 @@ response message.</doc>
2222
2314
  direction="out"
2223
2315
  caller-allocates="0"
2224
2316
  transfer-ownership="full">
2225
- <doc xml:whitespace="preserve">a location for the new #GstRTSPMessage</doc>
2317
+ <doc xml:space="preserve">a location for the new #GstRTSPMessage</doc>
2226
2318
  <type name="RTSPMessage" c:type="GstRTSPMessage**"/>
2227
2319
  </parameter>
2228
2320
  <parameter name="code" transfer-ownership="none">
2229
- <doc xml:whitespace="preserve">the status code</doc>
2321
+ <doc xml:space="preserve">the status code</doc>
2230
2322
  <type name="RTSPStatusCode" c:type="GstRTSPStatusCode"/>
2231
2323
  </parameter>
2232
2324
  <parameter name="reason" transfer-ownership="none" allow-none="1">
2233
- <doc xml:whitespace="preserve">the status reason or %NULL</doc>
2325
+ <doc xml:space="preserve">the status reason or %NULL</doc>
2234
2326
  <type name="utf8" c:type="const gchar*"/>
2235
2327
  </parameter>
2236
2328
  <parameter name="request" transfer-ownership="none" allow-none="1">
2237
- <doc xml:whitespace="preserve">the request that triggered the response or %NULL</doc>
2329
+ <doc xml:space="preserve">the request that triggered the response or %NULL</doc>
2238
2330
  <type name="RTSPMessage" c:type="const GstRTSPMessage*"/>
2239
2331
  </parameter>
2240
2332
  </parameters>
@@ -2244,146 +2336,146 @@ response message.</doc>
2244
2336
  glib:type-name="GstRTSPMethod"
2245
2337
  glib:get-type="gst_rtsp_method_get_type"
2246
2338
  c:type="GstRTSPMethod">
2247
- <doc xml:whitespace="preserve">The different supported RTSP methods.</doc>
2339
+ <doc xml:space="preserve">The different supported RTSP methods.</doc>
2248
2340
  <member name="invalid"
2249
2341
  value="0"
2250
2342
  c:identifier="GST_RTSP_INVALID"
2251
2343
  glib:nick="invalid">
2252
- <doc xml:whitespace="preserve">invalid method</doc>
2344
+ <doc xml:space="preserve">invalid method</doc>
2253
2345
  </member>
2254
2346
  <member name="describe"
2255
2347
  value="1"
2256
2348
  c:identifier="GST_RTSP_DESCRIBE"
2257
2349
  glib:nick="describe">
2258
- <doc xml:whitespace="preserve">the DESCRIBE method</doc>
2350
+ <doc xml:space="preserve">the DESCRIBE method</doc>
2259
2351
  </member>
2260
2352
  <member name="announce"
2261
2353
  value="2"
2262
2354
  c:identifier="GST_RTSP_ANNOUNCE"
2263
2355
  glib:nick="announce">
2264
- <doc xml:whitespace="preserve">the ANNOUNCE method</doc>
2356
+ <doc xml:space="preserve">the ANNOUNCE method</doc>
2265
2357
  </member>
2266
2358
  <member name="get_parameter"
2267
2359
  value="4"
2268
2360
  c:identifier="GST_RTSP_GET_PARAMETER"
2269
2361
  glib:nick="get-parameter">
2270
- <doc xml:whitespace="preserve">the GET_PARAMETER method</doc>
2362
+ <doc xml:space="preserve">the GET_PARAMETER method</doc>
2271
2363
  </member>
2272
2364
  <member name="options"
2273
2365
  value="8"
2274
2366
  c:identifier="GST_RTSP_OPTIONS"
2275
2367
  glib:nick="options">
2276
- <doc xml:whitespace="preserve">the OPTIONS method</doc>
2368
+ <doc xml:space="preserve">the OPTIONS method</doc>
2277
2369
  </member>
2278
2370
  <member name="pause"
2279
2371
  value="16"
2280
2372
  c:identifier="GST_RTSP_PAUSE"
2281
2373
  glib:nick="pause">
2282
- <doc xml:whitespace="preserve">the PAUSE method</doc>
2374
+ <doc xml:space="preserve">the PAUSE method</doc>
2283
2375
  </member>
2284
2376
  <member name="play"
2285
2377
  value="32"
2286
2378
  c:identifier="GST_RTSP_PLAY"
2287
2379
  glib:nick="play">
2288
- <doc xml:whitespace="preserve">the PLAY method</doc>
2380
+ <doc xml:space="preserve">the PLAY method</doc>
2289
2381
  </member>
2290
2382
  <member name="record"
2291
2383
  value="64"
2292
2384
  c:identifier="GST_RTSP_RECORD"
2293
2385
  glib:nick="record">
2294
- <doc xml:whitespace="preserve">the RECORD method</doc>
2386
+ <doc xml:space="preserve">the RECORD method</doc>
2295
2387
  </member>
2296
2388
  <member name="redirect"
2297
2389
  value="128"
2298
2390
  c:identifier="GST_RTSP_REDIRECT"
2299
2391
  glib:nick="redirect">
2300
- <doc xml:whitespace="preserve">the REDIRECT method</doc>
2392
+ <doc xml:space="preserve">the REDIRECT method</doc>
2301
2393
  </member>
2302
2394
  <member name="setup"
2303
2395
  value="256"
2304
2396
  c:identifier="GST_RTSP_SETUP"
2305
2397
  glib:nick="setup">
2306
- <doc xml:whitespace="preserve">the SETUP method</doc>
2398
+ <doc xml:space="preserve">the SETUP method</doc>
2307
2399
  </member>
2308
2400
  <member name="set_parameter"
2309
2401
  value="512"
2310
2402
  c:identifier="GST_RTSP_SET_PARAMETER"
2311
2403
  glib:nick="set-parameter">
2312
- <doc xml:whitespace="preserve">the SET_PARAMETER method</doc>
2404
+ <doc xml:space="preserve">the SET_PARAMETER method</doc>
2313
2405
  </member>
2314
2406
  <member name="teardown"
2315
2407
  value="1024"
2316
2408
  c:identifier="GST_RTSP_TEARDOWN"
2317
2409
  glib:nick="teardown">
2318
- <doc xml:whitespace="preserve">the TEARDOWN method</doc>
2410
+ <doc xml:space="preserve">the TEARDOWN method</doc>
2319
2411
  </member>
2320
2412
  <member name="get"
2321
2413
  value="2048"
2322
2414
  c:identifier="GST_RTSP_GET"
2323
2415
  glib:nick="get">
2324
- <doc xml:whitespace="preserve">the GET method (HTTP).</doc>
2416
+ <doc xml:space="preserve">the GET method (HTTP).</doc>
2325
2417
  </member>
2326
2418
  <member name="post"
2327
2419
  value="4096"
2328
2420
  c:identifier="GST_RTSP_POST"
2329
2421
  glib:nick="post">
2330
- <doc xml:whitespace="preserve">the POST method (HTTP).</doc>
2422
+ <doc xml:space="preserve">the POST method (HTTP).</doc>
2331
2423
  </member>
2332
2424
  <function name="as_text" c:identifier="gst_rtsp_method_as_text">
2333
- <doc xml:whitespace="preserve">Convert @method to a string.</doc>
2425
+ <doc xml:space="preserve">Convert @method to a string.</doc>
2334
2426
  <return-value transfer-ownership="none">
2335
- <doc xml:whitespace="preserve">a string representation of @method.</doc>
2427
+ <doc xml:space="preserve">a string representation of @method.</doc>
2336
2428
  <type name="utf8" c:type="const gchar*"/>
2337
2429
  </return-value>
2338
2430
  <parameters>
2339
2431
  <parameter name="method" transfer-ownership="none">
2340
- <doc xml:whitespace="preserve">a #GstRTSPMethod</doc>
2432
+ <doc xml:space="preserve">a #GstRTSPMethod</doc>
2341
2433
  <type name="RTSPMethod" c:type="GstRTSPMethod"/>
2342
2434
  </parameter>
2343
2435
  </parameters>
2344
2436
  </function>
2345
2437
  </bitfield>
2346
2438
  <enumeration name="RTSPMsgType" c:type="GstRTSPMsgType">
2347
- <doc xml:whitespace="preserve">The type of a message.</doc>
2439
+ <doc xml:space="preserve">The type of a message.</doc>
2348
2440
  <member name="invalid" value="0" c:identifier="GST_RTSP_MESSAGE_INVALID">
2349
- <doc xml:whitespace="preserve">invalid message type</doc>
2441
+ <doc xml:space="preserve">invalid message type</doc>
2350
2442
  </member>
2351
2443
  <member name="request" value="1" c:identifier="GST_RTSP_MESSAGE_REQUEST">
2352
- <doc xml:whitespace="preserve">RTSP request message</doc>
2444
+ <doc xml:space="preserve">RTSP request message</doc>
2353
2445
  </member>
2354
2446
  <member name="response"
2355
2447
  value="2"
2356
2448
  c:identifier="GST_RTSP_MESSAGE_RESPONSE">
2357
- <doc xml:whitespace="preserve">RTSP response message</doc>
2449
+ <doc xml:space="preserve">RTSP response message</doc>
2358
2450
  </member>
2359
2451
  <member name="http_request"
2360
2452
  value="3"
2361
2453
  c:identifier="GST_RTSP_MESSAGE_HTTP_REQUEST">
2362
- <doc xml:whitespace="preserve">HTTP request message.</doc>
2454
+ <doc xml:space="preserve">HTTP request message.</doc>
2363
2455
  </member>
2364
2456
  <member name="http_response"
2365
2457
  value="4"
2366
2458
  c:identifier="GST_RTSP_MESSAGE_HTTP_RESPONSE">
2367
- <doc xml:whitespace="preserve">HTTP response message.</doc>
2459
+ <doc xml:space="preserve">HTTP response message.</doc>
2368
2460
  </member>
2369
2461
  <member name="data" value="5" c:identifier="GST_RTSP_MESSAGE_DATA">
2370
- <doc xml:whitespace="preserve">data message</doc>
2462
+ <doc xml:space="preserve">data message</doc>
2371
2463
  </member>
2372
2464
  </enumeration>
2373
2465
  <bitfield name="RTSPProfile" c:type="GstRTSPProfile">
2374
- <doc xml:whitespace="preserve">The transfer profile to use.</doc>
2466
+ <doc xml:space="preserve">The transfer profile to use.</doc>
2375
2467
  <member name="unknown" value="0" c:identifier="GST_RTSP_PROFILE_UNKNOWN">
2376
- <doc xml:whitespace="preserve">invalid profile</doc>
2468
+ <doc xml:space="preserve">invalid profile</doc>
2377
2469
  </member>
2378
2470
  <member name="avp" value="1" c:identifier="GST_RTSP_PROFILE_AVP">
2379
- <doc xml:whitespace="preserve">the Audio/Visual profile</doc>
2471
+ <doc xml:space="preserve">the Audio/Visual profile</doc>
2380
2472
  </member>
2381
2473
  <member name="savp" value="2" c:identifier="GST_RTSP_PROFILE_SAVP">
2382
- <doc xml:whitespace="preserve">the secure Audio/Visual profile</doc>
2474
+ <doc xml:space="preserve">the secure Audio/Visual profile</doc>
2383
2475
  </member>
2384
2476
  </bitfield>
2385
2477
  <record name="RTSPRange" c:type="GstRTSPRange">
2386
- <doc xml:whitespace="preserve">Provides helper functions to deal with time ranges.
2478
+ <doc xml:space="preserve">Provides helper functions to deal with time ranges.
2387
2479
 
2388
2480
  Last reviewed on 2007-07-25 (0.10.14)</doc>
2389
2481
  <field name="min" writable="1">
@@ -2392,227 +2484,276 @@ Last reviewed on 2007-07-25 (0.10.14)</doc>
2392
2484
  <field name="max" writable="1">
2393
2485
  <type name="gint" c:type="gint"/>
2394
2486
  </field>
2487
+ <function name="convert_units"
2488
+ c:identifier="gst_rtsp_range_convert_units">
2489
+ <doc xml:space="preserve">Converts the range in-place between different types of units.
2490
+ Ranges containing the special value #GST_RTSP_TIME_NOW can not be
2491
+ converted as these are only valid for #GST_RTSP_RANGE_NPT.</doc>
2492
+ <return-value transfer-ownership="none">
2493
+ <doc xml:space="preserve">%TRUE if the range could be converted</doc>
2494
+ <type name="gboolean" c:type="gboolean"/>
2495
+ </return-value>
2496
+ <parameters>
2497
+ <parameter name="range" transfer-ownership="none">
2498
+ <doc xml:space="preserve">a #GstRTSPTimeRange</doc>
2499
+ <type name="RTSPTimeRange" c:type="GstRTSPTimeRange*"/>
2500
+ </parameter>
2501
+ <parameter name="unit" transfer-ownership="none">
2502
+ <doc xml:space="preserve">the unit to convert the range into</doc>
2503
+ <type name="RTSPRangeUnit" c:type="GstRTSPRangeUnit"/>
2504
+ </parameter>
2505
+ </parameters>
2506
+ </function>
2395
2507
  <function name="free" c:identifier="gst_rtsp_range_free">
2396
- <doc xml:whitespace="preserve">Free the memory allocated by @range.</doc>
2508
+ <doc xml:space="preserve">Free the memory allocated by @range.</doc>
2397
2509
  <return-value transfer-ownership="none">
2398
2510
  <type name="none" c:type="void"/>
2399
2511
  </return-value>
2400
2512
  <parameters>
2401
2513
  <parameter name="range" transfer-ownership="none">
2402
- <doc xml:whitespace="preserve">a #GstRTSPTimeRange</doc>
2514
+ <doc xml:space="preserve">a #GstRTSPTimeRange</doc>
2403
2515
  <type name="RTSPTimeRange" c:type="GstRTSPTimeRange*"/>
2404
2516
  </parameter>
2405
2517
  </parameters>
2406
2518
  </function>
2519
+ <function name="get_times"
2520
+ c:identifier="gst_rtsp_range_get_times"
2521
+ version="1.1.1">
2522
+ <doc xml:space="preserve">Retrieve the minimum and maximum values from @range converted to
2523
+ #GstClockTime in @min and @max.
2524
+
2525
+ A value of %GST_CLOCK_TIME_NONE will be used to signal #GST_RTSP_TIME_NOW
2526
+ and #GST_RTSP_TIME_END for @min and @max respectively.
2527
+
2528
+ UTC times will be converted to nanoseconds since 1900.</doc>
2529
+ <return-value transfer-ownership="none">
2530
+ <doc xml:space="preserve">%TRUE on success.</doc>
2531
+ <type name="gboolean" c:type="gboolean"/>
2532
+ </return-value>
2533
+ <parameters>
2534
+ <parameter name="range" transfer-ownership="none">
2535
+ <doc xml:space="preserve">a #GstRTSPTimeRange</doc>
2536
+ <type name="RTSPTimeRange" c:type="const GstRTSPTimeRange*"/>
2537
+ </parameter>
2538
+ <parameter name="min" transfer-ownership="none">
2539
+ <doc xml:space="preserve">result minimum #GstClockTime</doc>
2540
+ <type name="Gst.ClockTime" c:type="GstClockTime*"/>
2541
+ </parameter>
2542
+ <parameter name="max" transfer-ownership="none">
2543
+ <doc xml:space="preserve">result maximum #GstClockTime</doc>
2544
+ <type name="Gst.ClockTime" c:type="GstClockTime*"/>
2545
+ </parameter>
2546
+ </parameters>
2547
+ </function>
2407
2548
  <function name="parse" c:identifier="gst_rtsp_range_parse">
2408
- <doc xml:whitespace="preserve">Parse @rangestr to a #GstRTSPTimeRange.</doc>
2549
+ <doc xml:space="preserve">Parse @rangestr to a #GstRTSPTimeRange.</doc>
2409
2550
  <return-value transfer-ownership="none">
2410
- <doc xml:whitespace="preserve">#GST_RTSP_OK on success.</doc>
2551
+ <doc xml:space="preserve">#GST_RTSP_OK on success.</doc>
2411
2552
  <type name="RTSPResult" c:type="GstRTSPResult"/>
2412
2553
  </return-value>
2413
2554
  <parameters>
2414
2555
  <parameter name="rangestr" transfer-ownership="none">
2415
- <doc xml:whitespace="preserve">a range string to parse</doc>
2556
+ <doc xml:space="preserve">a range string to parse</doc>
2416
2557
  <type name="utf8" c:type="const gchar*"/>
2417
2558
  </parameter>
2418
2559
  <parameter name="range" transfer-ownership="none">
2419
- <doc xml:whitespace="preserve">location to hold the #GstRTSPTimeRange result</doc>
2560
+ <doc xml:space="preserve">location to hold the #GstRTSPTimeRange result</doc>
2420
2561
  <type name="RTSPTimeRange" c:type="GstRTSPTimeRange**"/>
2421
2562
  </parameter>
2422
2563
  </parameters>
2423
2564
  </function>
2424
2565
  <function name="to_string" c:identifier="gst_rtsp_range_to_string">
2425
- <doc xml:whitespace="preserve">Convert @range into a string representation.</doc>
2566
+ <doc xml:space="preserve">Convert @range into a string representation.</doc>
2426
2567
  <return-value transfer-ownership="full">
2427
- <doc xml:whitespace="preserve">The string representation of @range. g_free() after usage.</doc>
2568
+ <doc xml:space="preserve">The string representation of @range. g_free() after usage.</doc>
2428
2569
  <type name="utf8" c:type="gchar*"/>
2429
2570
  </return-value>
2430
2571
  <parameters>
2431
2572
  <parameter name="range" transfer-ownership="none">
2432
- <doc xml:whitespace="preserve">a #GstRTSPTimeRange</doc>
2573
+ <doc xml:space="preserve">a #GstRTSPTimeRange</doc>
2433
2574
  <type name="RTSPTimeRange" c:type="const GstRTSPTimeRange*"/>
2434
2575
  </parameter>
2435
2576
  </parameters>
2436
2577
  </function>
2437
2578
  </record>
2438
2579
  <enumeration name="RTSPRangeUnit" c:type="GstRTSPRangeUnit">
2439
- <doc xml:whitespace="preserve">Different possible time range units.</doc>
2580
+ <doc xml:space="preserve">Different possible time range units.</doc>
2440
2581
  <member name="smpte" value="0" c:identifier="GST_RTSP_RANGE_SMPTE">
2441
- <doc xml:whitespace="preserve">SMPTE timecode</doc>
2582
+ <doc xml:space="preserve">SMPTE timecode</doc>
2442
2583
  </member>
2443
2584
  <member name="smpte_30_drop"
2444
2585
  value="1"
2445
2586
  c:identifier="GST_RTSP_RANGE_SMPTE_30_DROP">
2446
- <doc xml:whitespace="preserve">29.97 frames per second</doc>
2587
+ <doc xml:space="preserve">29.97 frames per second</doc>
2447
2588
  </member>
2448
2589
  <member name="smpte_25" value="2" c:identifier="GST_RTSP_RANGE_SMPTE_25">
2449
- <doc xml:whitespace="preserve">25 frames per second</doc>
2590
+ <doc xml:space="preserve">25 frames per second</doc>
2450
2591
  </member>
2451
2592
  <member name="npt" value="3" c:identifier="GST_RTSP_RANGE_NPT">
2452
- <doc xml:whitespace="preserve">Normal play time</doc>
2593
+ <doc xml:space="preserve">Normal play time</doc>
2453
2594
  </member>
2454
2595
  <member name="clock" value="4" c:identifier="GST_RTSP_RANGE_CLOCK">
2455
- <doc xml:whitespace="preserve">Absolute time expressed as ISO 8601 timestamps</doc>
2596
+ <doc xml:space="preserve">Absolute time expressed as ISO 8601 timestamps</doc>
2456
2597
  </member>
2457
2598
  </enumeration>
2458
2599
  <enumeration name="RTSPResult"
2459
2600
  glib:type-name="GstRTSPResult"
2460
2601
  glib:get-type="gst_rtsp_result_get_type"
2461
2602
  c:type="GstRTSPResult">
2462
- <doc xml:whitespace="preserve">Result codes from the RTSP functions.</doc>
2603
+ <doc xml:space="preserve">Result codes from the RTSP functions.</doc>
2463
2604
  <member name="ok" value="0" c:identifier="GST_RTSP_OK" glib:nick="ok">
2464
- <doc xml:whitespace="preserve">no error</doc>
2605
+ <doc xml:space="preserve">no error</doc>
2465
2606
  </member>
2466
2607
  <member name="error"
2467
2608
  value="-1"
2468
2609
  c:identifier="GST_RTSP_ERROR"
2469
2610
  glib:nick="error">
2470
- <doc xml:whitespace="preserve">some unspecified error occured</doc>
2611
+ <doc xml:space="preserve">some unspecified error occured</doc>
2471
2612
  </member>
2472
2613
  <member name="einval"
2473
2614
  value="-2"
2474
2615
  c:identifier="GST_RTSP_EINVAL"
2475
2616
  glib:nick="einval">
2476
- <doc xml:whitespace="preserve">invalid arguments were provided to a function</doc>
2617
+ <doc xml:space="preserve">invalid arguments were provided to a function</doc>
2477
2618
  </member>
2478
2619
  <member name="eintr"
2479
2620
  value="-3"
2480
2621
  c:identifier="GST_RTSP_EINTR"
2481
2622
  glib:nick="eintr">
2482
- <doc xml:whitespace="preserve">an operation was canceled</doc>
2623
+ <doc xml:space="preserve">an operation was canceled</doc>
2483
2624
  </member>
2484
2625
  <member name="enomem"
2485
2626
  value="-4"
2486
2627
  c:identifier="GST_RTSP_ENOMEM"
2487
2628
  glib:nick="enomem">
2488
- <doc xml:whitespace="preserve">no memory was available for the operation</doc>
2629
+ <doc xml:space="preserve">no memory was available for the operation</doc>
2489
2630
  </member>
2490
2631
  <member name="eresolv"
2491
2632
  value="-5"
2492
2633
  c:identifier="GST_RTSP_ERESOLV"
2493
2634
  glib:nick="eresolv">
2494
- <doc xml:whitespace="preserve">a host resolve error occured</doc>
2635
+ <doc xml:space="preserve">a host resolve error occured</doc>
2495
2636
  </member>
2496
2637
  <member name="enotimpl"
2497
2638
  value="-6"
2498
2639
  c:identifier="GST_RTSP_ENOTIMPL"
2499
2640
  glib:nick="enotimpl">
2500
- <doc xml:whitespace="preserve">function not implemented</doc>
2641
+ <doc xml:space="preserve">function not implemented</doc>
2501
2642
  </member>
2502
2643
  <member name="esys"
2503
2644
  value="-7"
2504
2645
  c:identifier="GST_RTSP_ESYS"
2505
2646
  glib:nick="esys">
2506
- <doc xml:whitespace="preserve">a system error occured, errno contains more details</doc>
2647
+ <doc xml:space="preserve">a system error occured, errno contains more details</doc>
2507
2648
  </member>
2508
2649
  <member name="eparse"
2509
2650
  value="-8"
2510
2651
  c:identifier="GST_RTSP_EPARSE"
2511
2652
  glib:nick="eparse">
2512
- <doc xml:whitespace="preserve">a persing error occured</doc>
2653
+ <doc xml:space="preserve">a persing error occured</doc>
2513
2654
  </member>
2514
2655
  <member name="ewsastart"
2515
2656
  value="-9"
2516
2657
  c:identifier="GST_RTSP_EWSASTART"
2517
2658
  glib:nick="ewsastart">
2518
- <doc xml:whitespace="preserve">windows networking could not start</doc>
2659
+ <doc xml:space="preserve">windows networking could not start</doc>
2519
2660
  </member>
2520
2661
  <member name="ewsaversion"
2521
2662
  value="-10"
2522
2663
  c:identifier="GST_RTSP_EWSAVERSION"
2523
2664
  glib:nick="ewsaversion">
2524
- <doc xml:whitespace="preserve">windows networking stack has wrong version</doc>
2665
+ <doc xml:space="preserve">windows networking stack has wrong version</doc>
2525
2666
  </member>
2526
2667
  <member name="eeof"
2527
2668
  value="-11"
2528
2669
  c:identifier="GST_RTSP_EEOF"
2529
2670
  glib:nick="eeof">
2530
- <doc xml:whitespace="preserve">end-of-file was reached</doc>
2671
+ <doc xml:space="preserve">end-of-file was reached</doc>
2531
2672
  </member>
2532
2673
  <member name="enet"
2533
2674
  value="-12"
2534
2675
  c:identifier="GST_RTSP_ENET"
2535
2676
  glib:nick="enet">
2536
- <doc xml:whitespace="preserve">a network problem occured, h_errno contains more details</doc>
2677
+ <doc xml:space="preserve">a network problem occured, h_errno contains more details</doc>
2537
2678
  </member>
2538
2679
  <member name="enotip"
2539
2680
  value="-13"
2540
2681
  c:identifier="GST_RTSP_ENOTIP"
2541
2682
  glib:nick="enotip">
2542
- <doc xml:whitespace="preserve">the host is not an IP host</doc>
2683
+ <doc xml:space="preserve">the host is not an IP host</doc>
2543
2684
  </member>
2544
2685
  <member name="etimeout"
2545
2686
  value="-14"
2546
2687
  c:identifier="GST_RTSP_ETIMEOUT"
2547
2688
  glib:nick="etimeout">
2548
- <doc xml:whitespace="preserve">a timeout occured</doc>
2689
+ <doc xml:space="preserve">a timeout occured</doc>
2549
2690
  </member>
2550
2691
  <member name="etget"
2551
2692
  value="-15"
2552
2693
  c:identifier="GST_RTSP_ETGET"
2553
2694
  glib:nick="etget">
2554
- <doc xml:whitespace="preserve">the tunnel GET request has been performed</doc>
2695
+ <doc xml:space="preserve">the tunnel GET request has been performed</doc>
2555
2696
  </member>
2556
2697
  <member name="etpost"
2557
2698
  value="-16"
2558
2699
  c:identifier="GST_RTSP_ETPOST"
2559
2700
  glib:nick="etpost">
2560
- <doc xml:whitespace="preserve">the tunnel POST request has been performed</doc>
2701
+ <doc xml:space="preserve">the tunnel POST request has been performed</doc>
2561
2702
  </member>
2562
2703
  <member name="elast"
2563
2704
  value="-17"
2564
2705
  c:identifier="GST_RTSP_ELAST"
2565
2706
  glib:nick="elast">
2566
- <doc xml:whitespace="preserve">last error</doc>
2707
+ <doc xml:space="preserve">last error</doc>
2567
2708
  </member>
2568
2709
  </enumeration>
2569
2710
  <enumeration name="RTSPState"
2570
2711
  glib:type-name="GstRTSPState"
2571
2712
  glib:get-type="gst_rtsp_state_get_type"
2572
2713
  c:type="GstRTSPState">
2573
- <doc xml:whitespace="preserve">The different RTSP states.</doc>
2714
+ <doc xml:space="preserve">The different RTSP states.</doc>
2574
2715
  <member name="invalid"
2575
2716
  value="0"
2576
2717
  c:identifier="GST_RTSP_STATE_INVALID"
2577
2718
  glib:nick="invalid">
2578
- <doc xml:whitespace="preserve">invalid state</doc>
2719
+ <doc xml:space="preserve">invalid state</doc>
2579
2720
  </member>
2580
2721
  <member name="init"
2581
2722
  value="1"
2582
2723
  c:identifier="GST_RTSP_STATE_INIT"
2583
2724
  glib:nick="init">
2584
- <doc xml:whitespace="preserve">initializing</doc>
2725
+ <doc xml:space="preserve">initializing</doc>
2585
2726
  </member>
2586
2727
  <member name="ready"
2587
2728
  value="2"
2588
2729
  c:identifier="GST_RTSP_STATE_READY"
2589
2730
  glib:nick="ready">
2590
- <doc xml:whitespace="preserve">ready for operation</doc>
2731
+ <doc xml:space="preserve">ready for operation</doc>
2591
2732
  </member>
2592
2733
  <member name="seeking"
2593
2734
  value="3"
2594
2735
  c:identifier="GST_RTSP_STATE_SEEKING"
2595
2736
  glib:nick="seeking">
2596
- <doc xml:whitespace="preserve">seeking in progress</doc>
2737
+ <doc xml:space="preserve">seeking in progress</doc>
2597
2738
  </member>
2598
2739
  <member name="playing"
2599
2740
  value="4"
2600
2741
  c:identifier="GST_RTSP_STATE_PLAYING"
2601
2742
  glib:nick="playing">
2602
- <doc xml:whitespace="preserve">playing</doc>
2743
+ <doc xml:space="preserve">playing</doc>
2603
2744
  </member>
2604
2745
  <member name="recording"
2605
2746
  value="5"
2606
2747
  c:identifier="GST_RTSP_STATE_RECORDING"
2607
2748
  glib:nick="recording">
2608
- <doc xml:whitespace="preserve">recording</doc>
2749
+ <doc xml:space="preserve">recording</doc>
2609
2750
  </member>
2610
2751
  </enumeration>
2611
2752
  <enumeration name="RTSPStatusCode"
2612
2753
  glib:type-name="GstRTSPStatusCode"
2613
2754
  glib:get-type="gst_rtsp_status_code_get_type"
2614
2755
  c:type="GstRTSPStatusCode">
2615
- <doc xml:whitespace="preserve">Enumeration of rtsp status codes</doc>
2756
+ <doc xml:space="preserve">Enumeration of rtsp status codes</doc>
2616
2757
  <member name="invalid"
2617
2758
  value="0"
2618
2759
  c:identifier="GST_RTSP_STS_INVALID"
@@ -2840,7 +2981,7 @@ Last reviewed on 2007-07-25 (0.10.14)</doc>
2840
2981
  </member>
2841
2982
  </enumeration>
2842
2983
  <record name="RTSPTime" c:type="GstRTSPTime">
2843
- <doc xml:whitespace="preserve">A time indication.</doc>
2984
+ <doc xml:space="preserve">A time indication.</doc>
2844
2985
  <field name="type" writable="1">
2845
2986
  <type name="RTSPTimeType" c:type="GstRTSPTimeType"/>
2846
2987
  </field>
@@ -2848,8 +2989,23 @@ Last reviewed on 2007-07-25 (0.10.14)</doc>
2848
2989
  <type name="gdouble" c:type="gdouble"/>
2849
2990
  </field>
2850
2991
  </record>
2992
+ <record name="RTSPTime2" c:type="GstRTSPTime2" version="1.1.1">
2993
+ <doc xml:space="preserve">Extra fields for a time indication.</doc>
2994
+ <field name="frames" writable="1">
2995
+ <type name="gdouble" c:type="gdouble"/>
2996
+ </field>
2997
+ <field name="year" writable="1">
2998
+ <type name="guint" c:type="guint"/>
2999
+ </field>
3000
+ <field name="month" writable="1">
3001
+ <type name="guint" c:type="guint"/>
3002
+ </field>
3003
+ <field name="day" writable="1">
3004
+ <type name="guint" c:type="guint"/>
3005
+ </field>
3006
+ </record>
2851
3007
  <record name="RTSPTimeRange" c:type="GstRTSPTimeRange">
2852
- <doc xml:whitespace="preserve">A time range.</doc>
3008
+ <doc xml:space="preserve">A time range.</doc>
2853
3009
  <field name="unit" writable="1">
2854
3010
  <type name="RTSPRangeUnit" c:type="GstRTSPRangeUnit"/>
2855
3011
  </field>
@@ -2859,33 +3015,45 @@ Last reviewed on 2007-07-25 (0.10.14)</doc>
2859
3015
  <field name="max" writable="1">
2860
3016
  <type name="RTSPTime" c:type="GstRTSPTime"/>
2861
3017
  </field>
3018
+ <field name="min2" writable="1">
3019
+ <type name="RTSPTime2" c:type="GstRTSPTime2"/>
3020
+ </field>
3021
+ <field name="max2" writable="1">
3022
+ <type name="RTSPTime2" c:type="GstRTSPTime2"/>
3023
+ </field>
2862
3024
  </record>
2863
3025
  <enumeration name="RTSPTimeType" c:type="GstRTSPTimeType">
2864
- <doc xml:whitespace="preserve">Possible time types.</doc>
3026
+ <doc xml:space="preserve">Possible time types.</doc>
2865
3027
  <member name="seconds" value="0" c:identifier="GST_RTSP_TIME_SECONDS">
2866
- <doc xml:whitespace="preserve">seconds</doc>
3028
+ <doc xml:space="preserve">seconds</doc>
2867
3029
  </member>
2868
3030
  <member name="now" value="1" c:identifier="GST_RTSP_TIME_NOW">
2869
- <doc xml:whitespace="preserve">now</doc>
3031
+ <doc xml:space="preserve">now</doc>
2870
3032
  </member>
2871
3033
  <member name="end" value="2" c:identifier="GST_RTSP_TIME_END">
2872
- <doc xml:whitespace="preserve">end</doc>
3034
+ <doc xml:space="preserve">end</doc>
3035
+ </member>
3036
+ <member name="frames" value="3" c:identifier="GST_RTSP_TIME_FRAMES">
3037
+ <doc xml:space="preserve">frames and subframes</doc>
3038
+ </member>
3039
+ <member name="utc" value="4" c:identifier="GST_RTSP_TIME_UTC">
3040
+ <doc xml:space="preserve">UTC time</doc>
2873
3041
  </member>
2874
3042
  </enumeration>
2875
3043
  <bitfield name="RTSPTransMode" c:type="GstRTSPTransMode">
2876
- <doc xml:whitespace="preserve">The transfer mode to use.</doc>
3044
+ <doc xml:space="preserve">The transfer mode to use.</doc>
2877
3045
  <member name="unknown" value="0" c:identifier="GST_RTSP_TRANS_UNKNOWN">
2878
- <doc xml:whitespace="preserve">invalid tansport mode</doc>
3046
+ <doc xml:space="preserve">invalid tansport mode</doc>
2879
3047
  </member>
2880
3048
  <member name="rtp" value="1" c:identifier="GST_RTSP_TRANS_RTP">
2881
- <doc xml:whitespace="preserve">transfer RTP data</doc>
3049
+ <doc xml:space="preserve">transfer RTP data</doc>
2882
3050
  </member>
2883
3051
  <member name="rdt" value="2" c:identifier="GST_RTSP_TRANS_RDT">
2884
- <doc xml:whitespace="preserve">transfer RDT (RealMedia) data</doc>
3052
+ <doc xml:space="preserve">transfer RDT (RealMedia) data</doc>
2885
3053
  </member>
2886
3054
  </bitfield>
2887
3055
  <record name="RTSPTransport" c:type="GstRTSPTransport">
2888
- <doc xml:whitespace="preserve">Provides helper functions to deal with RTSP transport strings.
3056
+ <doc xml:space="preserve">Provides helper functions to deal with RTSP transport strings.
2889
3057
 
2890
3058
  Last reviewed on 2007-07-25 (0.10.14)</doc>
2891
3059
  <field name="trans" writable="1">
@@ -2939,48 +3107,48 @@ Last reviewed on 2007-07-25 (0.10.14)</doc>
2939
3107
  </array>
2940
3108
  </field>
2941
3109
  <method name="as_text" c:identifier="gst_rtsp_transport_as_text">
2942
- <doc xml:whitespace="preserve">Convert @transport into a string that can be used to signal the transport in
3110
+ <doc xml:space="preserve">Convert @transport into a string that can be used to signal the transport in
2943
3111
  an RTSP SETUP response.</doc>
2944
3112
  <return-value transfer-ownership="full">
2945
- <doc xml:whitespace="preserve">a string describing the RTSP transport or #NULL when the transport is invalid.</doc>
3113
+ <doc xml:space="preserve">a string describing the RTSP transport or #NULL when the transport is invalid.</doc>
2946
3114
  <type name="utf8" c:type="gchar*"/>
2947
3115
  </return-value>
2948
3116
  <parameters>
2949
3117
  <instance-parameter name="transport" transfer-ownership="none">
2950
- <doc xml:whitespace="preserve">a #GstRTSPTransport</doc>
3118
+ <doc xml:space="preserve">a #GstRTSPTransport</doc>
2951
3119
  <type name="RTSPTransport" c:type="GstRTSPTransport*"/>
2952
3120
  </instance-parameter>
2953
3121
  </parameters>
2954
3122
  </method>
2955
3123
  <method name="free" c:identifier="gst_rtsp_transport_free">
2956
- <doc xml:whitespace="preserve">Free the memory used by @transport.</doc>
3124
+ <doc xml:space="preserve">Free the memory used by @transport.</doc>
2957
3125
  <return-value transfer-ownership="none">
2958
- <doc xml:whitespace="preserve">#GST_RTSP_OK.</doc>
3126
+ <doc xml:space="preserve">#GST_RTSP_OK.</doc>
2959
3127
  <type name="RTSPResult" c:type="GstRTSPResult"/>
2960
3128
  </return-value>
2961
3129
  <parameters>
2962
3130
  <instance-parameter name="transport" transfer-ownership="none">
2963
- <doc xml:whitespace="preserve">a #GstRTSPTransport</doc>
3131
+ <doc xml:space="preserve">a #GstRTSPTransport</doc>
2964
3132
  <type name="RTSPTransport" c:type="GstRTSPTransport*"/>
2965
3133
  </instance-parameter>
2966
3134
  </parameters>
2967
3135
  </method>
2968
3136
  <method name="init" c:identifier="gst_rtsp_transport_init">
2969
- <doc xml:whitespace="preserve">Initialize @transport so that it can be used.</doc>
3137
+ <doc xml:space="preserve">Initialize @transport so that it can be used.</doc>
2970
3138
  <return-value transfer-ownership="none">
2971
- <doc xml:whitespace="preserve">#GST_RTSP_OK.</doc>
3139
+ <doc xml:space="preserve">#GST_RTSP_OK.</doc>
2972
3140
  <type name="RTSPResult" c:type="GstRTSPResult"/>
2973
3141
  </return-value>
2974
3142
  <parameters>
2975
3143
  <instance-parameter name="transport" transfer-ownership="none">
2976
- <doc xml:whitespace="preserve">a #GstRTSPTransport</doc>
3144
+ <doc xml:space="preserve">a #GstRTSPTransport</doc>
2977
3145
  <type name="RTSPTransport" c:type="GstRTSPTransport*"/>
2978
3146
  </instance-parameter>
2979
3147
  </parameters>
2980
3148
  </method>
2981
3149
  <function name="get_manager"
2982
3150
  c:identifier="gst_rtsp_transport_get_manager">
2983
- <doc xml:whitespace="preserve">Get the #GstElement that can handle the buffers transported over @trans.
3151
+ <doc xml:space="preserve">Get the #GstElement that can handle the buffers transported over @trans.
2984
3152
 
2985
3153
  It is possible that there are several managers available, use @option to
2986
3154
  selected one.
@@ -2988,69 +3156,69 @@ selected one.
2988
3156
  @manager will contain an element name or #NULL when no manager is
2989
3157
  needed/available for @trans.</doc>
2990
3158
  <return-value transfer-ownership="none">
2991
- <doc xml:whitespace="preserve">#GST_RTSP_OK.</doc>
3159
+ <doc xml:space="preserve">#GST_RTSP_OK.</doc>
2992
3160
  <type name="RTSPResult" c:type="GstRTSPResult"/>
2993
3161
  </return-value>
2994
3162
  <parameters>
2995
3163
  <parameter name="trans" transfer-ownership="none">
2996
- <doc xml:whitespace="preserve">a #GstRTSPTransMode</doc>
3164
+ <doc xml:space="preserve">a #GstRTSPTransMode</doc>
2997
3165
  <type name="RTSPTransMode" c:type="GstRTSPTransMode"/>
2998
3166
  </parameter>
2999
3167
  <parameter name="manager" transfer-ownership="none">
3000
- <doc xml:whitespace="preserve">location to hold the result</doc>
3168
+ <doc xml:space="preserve">location to hold the result</doc>
3001
3169
  <type name="utf8" c:type="const gchar**"/>
3002
3170
  </parameter>
3003
3171
  <parameter name="option" transfer-ownership="none">
3004
- <doc xml:whitespace="preserve">option index.</doc>
3172
+ <doc xml:space="preserve">option index.</doc>
3005
3173
  <type name="guint" c:type="guint"/>
3006
3174
  </parameter>
3007
3175
  </parameters>
3008
3176
  </function>
3009
3177
  <function name="get_mime" c:identifier="gst_rtsp_transport_get_mime">
3010
- <doc xml:whitespace="preserve">Get the mime type of the transport mode @trans. This mime type is typically
3178
+ <doc xml:space="preserve">Get the mime type of the transport mode @trans. This mime type is typically
3011
3179
  used to generate #GstCaps on buffers.</doc>
3012
3180
  <return-value transfer-ownership="none">
3013
- <doc xml:whitespace="preserve">#GST_RTSP_OK.</doc>
3181
+ <doc xml:space="preserve">#GST_RTSP_OK.</doc>
3014
3182
  <type name="RTSPResult" c:type="GstRTSPResult"/>
3015
3183
  </return-value>
3016
3184
  <parameters>
3017
3185
  <parameter name="trans" transfer-ownership="none">
3018
- <doc xml:whitespace="preserve">a #GstRTSPTransMode</doc>
3186
+ <doc xml:space="preserve">a #GstRTSPTransMode</doc>
3019
3187
  <type name="RTSPTransMode" c:type="GstRTSPTransMode"/>
3020
3188
  </parameter>
3021
3189
  <parameter name="mime" transfer-ownership="none">
3022
- <doc xml:whitespace="preserve">location to hold the result</doc>
3190
+ <doc xml:space="preserve">location to hold the result</doc>
3023
3191
  <type name="utf8" c:type="const gchar**"/>
3024
3192
  </parameter>
3025
3193
  </parameters>
3026
3194
  </function>
3027
3195
  <function name="new" c:identifier="gst_rtsp_transport_new">
3028
- <doc xml:whitespace="preserve">Allocate a new initialized #GstRTSPTransport. Use gst_rtsp_transport_free()
3196
+ <doc xml:space="preserve">Allocate a new initialized #GstRTSPTransport. Use gst_rtsp_transport_free()
3029
3197
  after usage.</doc>
3030
3198
  <return-value transfer-ownership="none">
3031
- <doc xml:whitespace="preserve">a #GstRTSPResult.</doc>
3199
+ <doc xml:space="preserve">a #GstRTSPResult.</doc>
3032
3200
  <type name="RTSPResult" c:type="GstRTSPResult"/>
3033
3201
  </return-value>
3034
3202
  <parameters>
3035
3203
  <parameter name="transport" transfer-ownership="none">
3036
- <doc xml:whitespace="preserve">location to hold the new #GstRTSPTransport</doc>
3204
+ <doc xml:space="preserve">location to hold the new #GstRTSPTransport</doc>
3037
3205
  <type name="RTSPTransport" c:type="GstRTSPTransport**"/>
3038
3206
  </parameter>
3039
3207
  </parameters>
3040
3208
  </function>
3041
3209
  <function name="parse" c:identifier="gst_rtsp_transport_parse">
3042
- <doc xml:whitespace="preserve">Parse the RTSP transport string @str into @transport.</doc>
3210
+ <doc xml:space="preserve">Parse the RTSP transport string @str into @transport.</doc>
3043
3211
  <return-value transfer-ownership="none">
3044
- <doc xml:whitespace="preserve">a #GstRTSPResult.</doc>
3212
+ <doc xml:space="preserve">a #GstRTSPResult.</doc>
3045
3213
  <type name="RTSPResult" c:type="GstRTSPResult"/>
3046
3214
  </return-value>
3047
3215
  <parameters>
3048
3216
  <parameter name="str" transfer-ownership="none">
3049
- <doc xml:whitespace="preserve">a transport string</doc>
3217
+ <doc xml:space="preserve">a transport string</doc>
3050
3218
  <type name="utf8" c:type="const gchar*"/>
3051
3219
  </parameter>
3052
3220
  <parameter name="transport" transfer-ownership="none">
3053
- <doc xml:whitespace="preserve">a #GstRTSPTransport</doc>
3221
+ <doc xml:space="preserve">a #GstRTSPTransport</doc>
3054
3222
  <type name="RTSPTransport" c:type="GstRTSPTransport*"/>
3055
3223
  </parameter>
3056
3224
  </parameters>
@@ -3061,7 +3229,7 @@ after usage.</doc>
3061
3229
  glib:type-name="GstRTSPUrl"
3062
3230
  glib:get-type="gst_rtsp_url_get_type"
3063
3231
  c:symbol-prefix="rtsp_url">
3064
- <doc xml:whitespace="preserve">Provides helper functions to handle RTSP urls.
3232
+ <doc xml:space="preserve">Provides helper functions to handle RTSP urls.
3065
3233
 
3066
3234
  Last reviewed on 2007-07-25 (0.10.14)</doc>
3067
3235
  <field name="transports" writable="1">
@@ -3089,14 +3257,14 @@ Last reviewed on 2007-07-25 (0.10.14)</doc>
3089
3257
  <type name="utf8" c:type="gchar*"/>
3090
3258
  </field>
3091
3259
  <method name="copy" c:identifier="gst_rtsp_url_copy">
3092
- <doc xml:whitespace="preserve">Make a copy of @url.</doc>
3260
+ <doc xml:space="preserve">Make a copy of @url.</doc>
3093
3261
  <return-value transfer-ownership="full">
3094
- <doc xml:whitespace="preserve">a copy of @url. Free with gst_rtsp_url_free () after usage.</doc>
3262
+ <doc xml:space="preserve">a copy of @url. Free with gst_rtsp_url_free () after usage.</doc>
3095
3263
  <type name="RTSPUrl" c:type="GstRTSPUrl*"/>
3096
3264
  </return-value>
3097
3265
  <parameters>
3098
3266
  <instance-parameter name="url" transfer-ownership="none">
3099
- <doc xml:whitespace="preserve">a #GstRTSPUrl</doc>
3267
+ <doc xml:space="preserve">a #GstRTSPUrl</doc>
3100
3268
  <type name="RTSPUrl" c:type="const GstRTSPUrl*"/>
3101
3269
  </instance-parameter>
3102
3270
  </parameters>
@@ -3104,7 +3272,7 @@ Last reviewed on 2007-07-25 (0.10.14)</doc>
3104
3272
  <method name="decode_path_components"
3105
3273
  c:identifier="gst_rtsp_url_decode_path_components"
3106
3274
  introspectable="0">
3107
- <doc xml:whitespace="preserve">Splits the path of @url on '/' boundaries, decoding the resulting components,
3275
+ <doc xml:space="preserve">Splits the path of @url on '/' boundaries, decoding the resulting components,
3108
3276
 
3109
3277
  The decoding performed by this routine is "URI decoding", as defined in RFC
3110
3278
  3986, commonly known as percent-decoding. For example, a string "foo\%2fbar"
@@ -3116,95 +3284,95 @@ unescaped to NUL, as that would prematurely terminate the string.
3116
3284
  Also note that since paths usually start with a slash, the first component
3117
3285
  will usually be the empty string.</doc>
3118
3286
  <return-value>
3119
- <doc xml:whitespace="preserve">a string vector. g_strfreev() after usage.</doc>
3287
+ <doc xml:space="preserve">a string vector. g_strfreev() after usage.</doc>
3120
3288
  <array c:type="gchar**">
3121
3289
  <type name="utf8"/>
3122
3290
  </array>
3123
3291
  </return-value>
3124
3292
  <parameters>
3125
3293
  <instance-parameter name="url" transfer-ownership="none">
3126
- <doc xml:whitespace="preserve">a #GstRTSPUrl</doc>
3294
+ <doc xml:space="preserve">a #GstRTSPUrl</doc>
3127
3295
  <type name="RTSPUrl" c:type="const GstRTSPUrl*"/>
3128
3296
  </instance-parameter>
3129
3297
  </parameters>
3130
3298
  </method>
3131
3299
  <method name="free" c:identifier="gst_rtsp_url_free">
3132
- <doc xml:whitespace="preserve">Free the memory used by @url.</doc>
3300
+ <doc xml:space="preserve">Free the memory used by @url.</doc>
3133
3301
  <return-value transfer-ownership="none">
3134
3302
  <type name="none" c:type="void"/>
3135
3303
  </return-value>
3136
3304
  <parameters>
3137
3305
  <instance-parameter name="url" transfer-ownership="none">
3138
- <doc xml:whitespace="preserve">a #GstRTSPUrl</doc>
3306
+ <doc xml:space="preserve">a #GstRTSPUrl</doc>
3139
3307
  <type name="RTSPUrl" c:type="GstRTSPUrl*"/>
3140
3308
  </instance-parameter>
3141
3309
  </parameters>
3142
3310
  </method>
3143
3311
  <method name="get_port" c:identifier="gst_rtsp_url_get_port">
3144
- <doc xml:whitespace="preserve">Get the port number of @url.</doc>
3312
+ <doc xml:space="preserve">Get the port number of @url.</doc>
3145
3313
  <return-value transfer-ownership="none">
3146
- <doc xml:whitespace="preserve">#GST_RTSP_OK.</doc>
3314
+ <doc xml:space="preserve">#GST_RTSP_OK.</doc>
3147
3315
  <type name="RTSPResult" c:type="GstRTSPResult"/>
3148
3316
  </return-value>
3149
3317
  <parameters>
3150
3318
  <instance-parameter name="url" transfer-ownership="none">
3151
- <doc xml:whitespace="preserve">a #GstRTSPUrl</doc>
3319
+ <doc xml:space="preserve">a #GstRTSPUrl</doc>
3152
3320
  <type name="RTSPUrl" c:type="const GstRTSPUrl*"/>
3153
3321
  </instance-parameter>
3154
3322
  <parameter name="port" transfer-ownership="none">
3155
- <doc xml:whitespace="preserve">location to hold the port</doc>
3323
+ <doc xml:space="preserve">location to hold the port</doc>
3156
3324
  <type name="guint16" c:type="guint16*"/>
3157
3325
  </parameter>
3158
3326
  </parameters>
3159
3327
  </method>
3160
3328
  <method name="get_request_uri"
3161
3329
  c:identifier="gst_rtsp_url_get_request_uri">
3162
- <doc xml:whitespace="preserve">Get a newly allocated string describing the request URI for @url.</doc>
3330
+ <doc xml:space="preserve">Get a newly allocated string describing the request URI for @url.</doc>
3163
3331
  <return-value transfer-ownership="full">
3164
- <doc xml:whitespace="preserve">a string with the request URI. g_free() after usage.</doc>
3332
+ <doc xml:space="preserve">a string with the request URI. g_free() after usage.</doc>
3165
3333
  <type name="utf8" c:type="gchar*"/>
3166
3334
  </return-value>
3167
3335
  <parameters>
3168
3336
  <instance-parameter name="url" transfer-ownership="none">
3169
- <doc xml:whitespace="preserve">a #GstRTSPUrl</doc>
3337
+ <doc xml:space="preserve">a #GstRTSPUrl</doc>
3170
3338
  <type name="RTSPUrl" c:type="const GstRTSPUrl*"/>
3171
3339
  </instance-parameter>
3172
3340
  </parameters>
3173
3341
  </method>
3174
3342
  <method name="set_port" c:identifier="gst_rtsp_url_set_port">
3175
- <doc xml:whitespace="preserve">Set the port number in @url to @port.</doc>
3343
+ <doc xml:space="preserve">Set the port number in @url to @port.</doc>
3176
3344
  <return-value transfer-ownership="none">
3177
- <doc xml:whitespace="preserve">#GST_RTSP_OK.</doc>
3345
+ <doc xml:space="preserve">#GST_RTSP_OK.</doc>
3178
3346
  <type name="RTSPResult" c:type="GstRTSPResult"/>
3179
3347
  </return-value>
3180
3348
  <parameters>
3181
3349
  <instance-parameter name="url" transfer-ownership="none">
3182
- <doc xml:whitespace="preserve">a #GstRTSPUrl</doc>
3350
+ <doc xml:space="preserve">a #GstRTSPUrl</doc>
3183
3351
  <type name="RTSPUrl" c:type="GstRTSPUrl*"/>
3184
3352
  </instance-parameter>
3185
3353
  <parameter name="port" transfer-ownership="none">
3186
- <doc xml:whitespace="preserve">the port</doc>
3354
+ <doc xml:space="preserve">the port</doc>
3187
3355
  <type name="guint16" c:type="guint16"/>
3188
3356
  </parameter>
3189
3357
  </parameters>
3190
3358
  </method>
3191
3359
  <function name="parse" c:identifier="gst_rtsp_url_parse">
3192
- <doc xml:whitespace="preserve">Parse the RTSP @urlstr into a newly allocated #GstRTSPUrl. Free after usage
3360
+ <doc xml:space="preserve">Parse the RTSP @urlstr into a newly allocated #GstRTSPUrl. Free after usage
3193
3361
  with gst_rtsp_url_free().</doc>
3194
3362
  <return-value transfer-ownership="none">
3195
- <doc xml:whitespace="preserve">a #GstRTSPResult.</doc>
3363
+ <doc xml:space="preserve">a #GstRTSPResult.</doc>
3196
3364
  <type name="RTSPResult" c:type="GstRTSPResult"/>
3197
3365
  </return-value>
3198
3366
  <parameters>
3199
3367
  <parameter name="urlstr" transfer-ownership="none">
3200
- <doc xml:whitespace="preserve">the url string to parse</doc>
3368
+ <doc xml:space="preserve">the url string to parse</doc>
3201
3369
  <type name="utf8" c:type="const gchar*"/>
3202
3370
  </parameter>
3203
3371
  <parameter name="url"
3204
3372
  direction="out"
3205
3373
  caller-allocates="0"
3206
3374
  transfer-ownership="full">
3207
- <doc xml:whitespace="preserve">location to hold the result.</doc>
3375
+ <doc xml:space="preserve">location to hold the result.</doc>
3208
3376
  <type name="RTSPUrl" c:type="GstRTSPUrl**"/>
3209
3377
  </parameter>
3210
3378
  </parameters>
@@ -3214,90 +3382,121 @@ with gst_rtsp_url_free().</doc>
3214
3382
  glib:type-name="GstRTSPVersion"
3215
3383
  glib:get-type="gst_rtsp_version_get_type"
3216
3384
  c:type="GstRTSPVersion">
3217
- <doc xml:whitespace="preserve">The supported RTSP versions.</doc>
3385
+ <doc xml:space="preserve">The supported RTSP versions.</doc>
3218
3386
  <member name="invalid"
3219
3387
  value="0"
3220
3388
  c:identifier="GST_RTSP_VERSION_INVALID"
3221
3389
  glib:nick="invalid">
3222
- <doc xml:whitespace="preserve">unknown/invalid version</doc>
3390
+ <doc xml:space="preserve">unknown/invalid version</doc>
3223
3391
  </member>
3224
3392
  <member name="1_0"
3225
3393
  value="16"
3226
3394
  c:identifier="GST_RTSP_VERSION_1_0"
3227
3395
  glib:nick="1-0">
3228
- <doc xml:whitespace="preserve">version 1.0</doc>
3396
+ <doc xml:space="preserve">version 1.0</doc>
3229
3397
  </member>
3230
3398
  <member name="1_1"
3231
3399
  value="17"
3232
3400
  c:identifier="GST_RTSP_VERSION_1_1"
3233
3401
  glib:nick="1-1">
3234
- <doc xml:whitespace="preserve">version 1.1.</doc>
3402
+ <doc xml:space="preserve">version 1.1.</doc>
3235
3403
  </member>
3236
3404
  <function name="as_text" c:identifier="gst_rtsp_version_as_text">
3237
- <doc xml:whitespace="preserve">Convert @version to a string.</doc>
3405
+ <doc xml:space="preserve">Convert @version to a string.</doc>
3238
3406
  <return-value transfer-ownership="none">
3239
- <doc xml:whitespace="preserve">a string representation of @version.</doc>
3407
+ <doc xml:space="preserve">a string representation of @version.</doc>
3240
3408
  <type name="utf8" c:type="const gchar*"/>
3241
3409
  </return-value>
3242
3410
  <parameters>
3243
3411
  <parameter name="version" transfer-ownership="none">
3244
- <doc xml:whitespace="preserve">a #GstRTSPVersion</doc>
3412
+ <doc xml:space="preserve">a #GstRTSPVersion</doc>
3245
3413
  <type name="RTSPVersion" c:type="GstRTSPVersion"/>
3246
3414
  </parameter>
3247
3415
  </parameters>
3248
3416
  </function>
3249
3417
  </enumeration>
3250
3418
  <record name="RTSPWatch" c:type="GstRTSPWatch" disguised="1">
3251
- <doc xml:whitespace="preserve">Opaque RTSP watch object that can be used for asynchronous RTSP
3419
+ <doc xml:space="preserve">Opaque RTSP watch object that can be used for asynchronous RTSP
3252
3420
  operations.</doc>
3253
3421
  <method name="attach" c:identifier="gst_rtsp_watch_attach">
3254
- <doc xml:whitespace="preserve">Adds a #GstRTSPWatch to a context so that it will be executed within that context.</doc>
3422
+ <doc xml:space="preserve">Adds a #GstRTSPWatch to a context so that it will be executed within that context.</doc>
3255
3423
  <return-value transfer-ownership="none">
3256
- <doc xml:whitespace="preserve">the ID (greater than 0) for the watch within the GMainContext.</doc>
3424
+ <doc xml:space="preserve">the ID (greater than 0) for the watch within the GMainContext.</doc>
3257
3425
  <type name="guint" c:type="guint"/>
3258
3426
  </return-value>
3259
3427
  <parameters>
3260
3428
  <instance-parameter name="watch" transfer-ownership="none">
3261
- <doc xml:whitespace="preserve">a #GstRTSPWatch</doc>
3429
+ <doc xml:space="preserve">a #GstRTSPWatch</doc>
3262
3430
  <type name="RTSPWatch" c:type="GstRTSPWatch*"/>
3263
3431
  </instance-parameter>
3264
3432
  <parameter name="context" transfer-ownership="none">
3265
- <doc xml:whitespace="preserve">a GMainContext (if NULL, the default context will be used)</doc>
3433
+ <doc xml:space="preserve">a GMainContext (if NULL, the default context will be used)</doc>
3266
3434
  <type name="GLib.MainContext" c:type="GMainContext*"/>
3267
3435
  </parameter>
3268
3436
  </parameters>
3269
3437
  </method>
3438
+ <method name="get_send_backlog"
3439
+ c:identifier="gst_rtsp_watch_get_send_backlog"
3440
+ version="1.1.1">
3441
+ <doc xml:space="preserve">Get the maximum amount of bytes and messages that will be queued in @watch.
3442
+ See gst_rtsp_watch_set_send_backlog().</doc>
3443
+ <return-value transfer-ownership="none">
3444
+ <type name="none" c:type="void"/>
3445
+ </return-value>
3446
+ <parameters>
3447
+ <instance-parameter name="watch" transfer-ownership="none">
3448
+ <doc xml:space="preserve">a #GstRTSPWatch</doc>
3449
+ <type name="RTSPWatch" c:type="GstRTSPWatch*"/>
3450
+ </instance-parameter>
3451
+ <parameter name="bytes"
3452
+ direction="out"
3453
+ caller-allocates="0"
3454
+ transfer-ownership="full"
3455
+ allow-none="1">
3456
+ <doc xml:space="preserve">maximum bytes</doc>
3457
+ <type name="gsize" c:type="gsize*"/>
3458
+ </parameter>
3459
+ <parameter name="messages"
3460
+ direction="out"
3461
+ caller-allocates="0"
3462
+ transfer-ownership="full"
3463
+ allow-none="1">
3464
+ <doc xml:space="preserve">maximum messages</doc>
3465
+ <type name="guint" c:type="guint*"/>
3466
+ </parameter>
3467
+ </parameters>
3468
+ </method>
3270
3469
  <method name="reset" c:identifier="gst_rtsp_watch_reset">
3271
- <doc xml:whitespace="preserve">Reset @watch, this is usually called after gst_rtsp_connection_do_tunnel()
3470
+ <doc xml:space="preserve">Reset @watch, this is usually called after gst_rtsp_connection_do_tunnel()
3272
3471
  when the file descriptors of the connection might have changed.</doc>
3273
3472
  <return-value transfer-ownership="none">
3274
3473
  <type name="none" c:type="void"/>
3275
3474
  </return-value>
3276
3475
  <parameters>
3277
3476
  <instance-parameter name="watch" transfer-ownership="none">
3278
- <doc xml:whitespace="preserve">a #GstRTSPWatch</doc>
3477
+ <doc xml:space="preserve">a #GstRTSPWatch</doc>
3279
3478
  <type name="RTSPWatch" c:type="GstRTSPWatch*"/>
3280
3479
  </instance-parameter>
3281
3480
  </parameters>
3282
3481
  </method>
3283
3482
  <method name="send_message" c:identifier="gst_rtsp_watch_send_message">
3284
- <doc xml:whitespace="preserve">Send a @message using the connection of the @watch. If it cannot be sent
3483
+ <doc xml:space="preserve">Send a @message using the connection of the @watch. If it cannot be sent
3285
3484
  immediately, it will be queued for transmission in @watch. The contents of
3286
3485
  @message will then be serialized and transmitted when the connection of the
3287
3486
  @watch becomes writable. In case the @message is queued, the ID returned in
3288
3487
  @id will be non-zero and used as the ID argument in the message_sent
3289
3488
  callback.</doc>
3290
3489
  <return-value transfer-ownership="none">
3291
- <doc xml:whitespace="preserve">#GST_RTSP_OK on success.</doc>
3490
+ <doc xml:space="preserve">#GST_RTSP_OK on success.</doc>
3292
3491
  <type name="RTSPResult" c:type="GstRTSPResult"/>
3293
3492
  </return-value>
3294
3493
  <parameters>
3295
3494
  <instance-parameter name="watch" transfer-ownership="none">
3296
- <doc xml:whitespace="preserve">a #GstRTSPWatch</doc>
3495
+ <doc xml:space="preserve">a #GstRTSPWatch</doc>
3297
3496
  <type name="RTSPWatch" c:type="GstRTSPWatch*"/>
3298
3497
  </instance-parameter>
3299
3498
  <parameter name="message" transfer-ownership="none">
3300
- <doc xml:whitespace="preserve">a #GstRTSPMessage</doc>
3499
+ <doc xml:space="preserve">a #GstRTSPMessage</doc>
3301
3500
  <type name="RTSPMessage" c:type="GstRTSPMessage*"/>
3302
3501
  </parameter>
3303
3502
  <parameter name="id"
@@ -3305,48 +3504,80 @@ callback.</doc>
3305
3504
  caller-allocates="0"
3306
3505
  transfer-ownership="full"
3307
3506
  allow-none="1">
3308
- <doc xml:whitespace="preserve">location for a message ID or %NULL</doc>
3507
+ <doc xml:space="preserve">location for a message ID or %NULL</doc>
3309
3508
  <type name="guint" c:type="guint*"/>
3310
3509
  </parameter>
3311
3510
  </parameters>
3312
3511
  </method>
3512
+ <method name="set_send_backlog"
3513
+ c:identifier="gst_rtsp_watch_set_send_backlog"
3514
+ version="1.1.1">
3515
+ <doc xml:space="preserve">Set the maximum amount of bytes and messages that will be queued in @watch.
3516
+ When the maximum amounts are exceeded, gst_rtsp_watch_write_data() and
3517
+ gst_rtsp_watch_send_message() will return #GST_RTSP_ENOMEM.
3518
+
3519
+ A value of 0 for @bytes or @messages means no limits.</doc>
3520
+ <return-value transfer-ownership="none">
3521
+ <type name="none" c:type="void"/>
3522
+ </return-value>
3523
+ <parameters>
3524
+ <instance-parameter name="watch" transfer-ownership="none">
3525
+ <doc xml:space="preserve">a #GstRTSPWatch</doc>
3526
+ <type name="RTSPWatch" c:type="GstRTSPWatch*"/>
3527
+ </instance-parameter>
3528
+ <parameter name="bytes" transfer-ownership="none">
3529
+ <doc xml:space="preserve">maximum bytes</doc>
3530
+ <type name="gsize" c:type="gsize"/>
3531
+ </parameter>
3532
+ <parameter name="messages" transfer-ownership="none">
3533
+ <doc xml:space="preserve">maximum messages</doc>
3534
+ <type name="guint" c:type="guint"/>
3535
+ </parameter>
3536
+ </parameters>
3537
+ </method>
3313
3538
  <method name="unref" c:identifier="gst_rtsp_watch_unref">
3314
- <doc xml:whitespace="preserve">Decreases the reference count of @watch by one. If the resulting reference
3539
+ <doc xml:space="preserve">Decreases the reference count of @watch by one. If the resulting reference
3315
3540
  count is zero the watch and associated memory will be destroyed.</doc>
3316
3541
  <return-value transfer-ownership="none">
3317
3542
  <type name="none" c:type="void"/>
3318
3543
  </return-value>
3319
3544
  <parameters>
3320
3545
  <instance-parameter name="watch" transfer-ownership="none">
3321
- <doc xml:whitespace="preserve">a #GstRTSPWatch</doc>
3546
+ <doc xml:space="preserve">a #GstRTSPWatch</doc>
3322
3547
  <type name="RTSPWatch" c:type="GstRTSPWatch*"/>
3323
3548
  </instance-parameter>
3324
3549
  </parameters>
3325
3550
  </method>
3326
3551
  <method name="write_data" c:identifier="gst_rtsp_watch_write_data">
3327
- <doc xml:whitespace="preserve">Write @data using the connection of the @watch. If it cannot be sent
3552
+ <doc xml:space="preserve">Write @data using the connection of the @watch. If it cannot be sent
3328
3553
  immediately, it will be queued for transmission in @watch. The contents of
3329
3554
  @message will then be serialized and transmitted when the connection of the
3330
3555
  @watch becomes writable. In case the @message is queued, the ID returned in
3331
3556
  @id will be non-zero and used as the ID argument in the message_sent
3332
3557
  callback.
3333
3558
 
3334
- This function will take ownership of @data and g_free() it after use.</doc>
3559
+ This function will take ownership of @data and g_free() it after use.
3560
+
3561
+ If the amount of queued data exceeds the limits set with
3562
+ gst_rtsp_watch_set_send_backlog(), this function will return
3563
+ #GST_RTSP_ENOMEM.</doc>
3335
3564
  <return-value transfer-ownership="none">
3336
- <doc xml:whitespace="preserve">#GST_RTSP_OK on success.</doc>
3565
+ <doc xml:space="preserve">#GST_RTSP_OK on success. #GST_RTSP_ENOMEM when the backlog limits are reached.</doc>
3337
3566
  <type name="RTSPResult" c:type="GstRTSPResult"/>
3338
3567
  </return-value>
3339
3568
  <parameters>
3340
3569
  <instance-parameter name="watch" transfer-ownership="none">
3341
- <doc xml:whitespace="preserve">a #GstRTSPWatch</doc>
3570
+ <doc xml:space="preserve">a #GstRTSPWatch</doc>
3342
3571
  <type name="RTSPWatch" c:type="GstRTSPWatch*"/>
3343
3572
  </instance-parameter>
3344
- <parameter name="data" transfer-ownership="none">
3345
- <doc xml:whitespace="preserve">the data to queue</doc>
3346
- <type name="guint8" c:type="const guint8*"/>
3573
+ <parameter name="data" transfer-ownership="full">
3574
+ <doc xml:space="preserve">the data to queue</doc>
3575
+ <array length="1" zero-terminated="0" c:type="guint8*">
3576
+ <type name="guint8" c:type="guint8"/>
3577
+ </array>
3347
3578
  </parameter>
3348
3579
  <parameter name="size" transfer-ownership="none">
3349
- <doc xml:whitespace="preserve">the size of @data</doc>
3580
+ <doc xml:space="preserve">the size of @data</doc>
3350
3581
  <type name="guint" c:type="guint"/>
3351
3582
  </parameter>
3352
3583
  <parameter name="id"
@@ -3354,7 +3585,7 @@ This function will take ownership of @data and g_free() it after use.</doc>
3354
3585
  caller-allocates="0"
3355
3586
  transfer-ownership="full"
3356
3587
  allow-none="1">
3357
- <doc xml:whitespace="preserve">location for a message ID or %NULL</doc>
3588
+ <doc xml:space="preserve">location for a message ID or %NULL</doc>
3358
3589
  <type name="guint" c:type="guint*"/>
3359
3590
  </parameter>
3360
3591
  </parameters>
@@ -3362,7 +3593,7 @@ This function will take ownership of @data and g_free() it after use.</doc>
3362
3593
  <function name="new"
3363
3594
  c:identifier="gst_rtsp_watch_new"
3364
3595
  introspectable="0">
3365
- <doc xml:whitespace="preserve">Create a watch object for @conn. The functions provided in @funcs will be
3596
+ <doc xml:space="preserve">Create a watch object for @conn. The functions provided in @funcs will be
3366
3597
  called with @user_data when activity happened on the watch.
3367
3598
 
3368
3599
  The new watch is usually created so that it can be attached to a
@@ -3370,31 +3601,31 @@ maincontext with gst_rtsp_watch_attach().
3370
3601
 
3371
3602
  @conn must exist for the entire lifetime of the watch.</doc>
3372
3603
  <return-value>
3373
- <doc xml:whitespace="preserve">a #GstRTSPWatch that can be used for asynchronous RTSP communication. Free with gst_rtsp_watch_unref () after usage.</doc>
3604
+ <doc xml:space="preserve">a #GstRTSPWatch that can be used for asynchronous RTSP communication. Free with gst_rtsp_watch_unref () after usage.</doc>
3374
3605
  <type name="RTSPWatch" c:type="GstRTSPWatch*"/>
3375
3606
  </return-value>
3376
3607
  <parameters>
3377
3608
  <parameter name="conn" transfer-ownership="none">
3378
- <doc xml:whitespace="preserve">a #GstRTSPConnection</doc>
3609
+ <doc xml:space="preserve">a #GstRTSPConnection</doc>
3379
3610
  <type name="RTSPConnection" c:type="GstRTSPConnection*"/>
3380
3611
  </parameter>
3381
3612
  <parameter name="funcs" transfer-ownership="none">
3382
- <doc xml:whitespace="preserve">watch functions</doc>
3613
+ <doc xml:space="preserve">watch functions</doc>
3383
3614
  <type name="RTSPWatchFuncs" c:type="GstRTSPWatchFuncs*"/>
3384
3615
  </parameter>
3385
3616
  <parameter name="user_data" transfer-ownership="none">
3386
- <doc xml:whitespace="preserve">user data to pass to @funcs</doc>
3617
+ <doc xml:space="preserve">user data to pass to @funcs</doc>
3387
3618
  <type name="gpointer" c:type="gpointer"/>
3388
3619
  </parameter>
3389
3620
  <parameter name="notify" transfer-ownership="none" scope="async">
3390
- <doc xml:whitespace="preserve">notify when @user_data is not referenced anymore</doc>
3621
+ <doc xml:space="preserve">notify when @user_data is not referenced anymore</doc>
3391
3622
  <type name="GLib.DestroyNotify" c:type="GDestroyNotify"/>
3392
3623
  </parameter>
3393
3624
  </parameters>
3394
3625
  </function>
3395
3626
  </record>
3396
3627
  <record name="RTSPWatchFuncs" c:type="GstRTSPWatchFuncs">
3397
- <doc xml:whitespace="preserve">Callback functions from a #GstRTSPWatch.</doc>
3628
+ <doc xml:space="preserve">Callback functions from a #GstRTSPWatch.</doc>
3398
3629
  <field name="message_received">
3399
3630
  <callback name="message_received">
3400
3631
  <return-value transfer-ownership="none">
@@ -3542,32 +3773,32 @@ maincontext with gst_rtsp_watch_attach().
3542
3773
  <constant name="RTSP_DEFAULT_PORT"
3543
3774
  value="554"
3544
3775
  c:type="GST_RTSP_DEFAULT_PORT">
3545
- <doc xml:whitespace="preserve">The default RTSP port to connect to.</doc>
3776
+ <doc xml:space="preserve">The default RTSP port to connect to.</doc>
3546
3777
  <type name="gint" c:type="gint"/>
3547
3778
  </constant>
3548
3779
  <function name="rtsp_connection_accept"
3549
3780
  c:identifier="gst_rtsp_connection_accept"
3550
3781
  moved-to="RTSPConnection.accept">
3551
- <doc xml:whitespace="preserve">Accept a new connection on @socket and create a new #GstRTSPConnection for
3782
+ <doc xml:space="preserve">Accept a new connection on @socket and create a new #GstRTSPConnection for
3552
3783
  handling communication on new socket.</doc>
3553
3784
  <return-value transfer-ownership="none">
3554
- <doc xml:whitespace="preserve">#GST_RTSP_OK when @conn contains a valid connection.</doc>
3785
+ <doc xml:space="preserve">#GST_RTSP_OK when @conn contains a valid connection.</doc>
3555
3786
  <type name="RTSPResult" c:type="GstRTSPResult"/>
3556
3787
  </return-value>
3557
3788
  <parameters>
3558
3789
  <parameter name="socket" transfer-ownership="none">
3559
- <doc xml:whitespace="preserve">a socket</doc>
3790
+ <doc xml:space="preserve">a socket</doc>
3560
3791
  <type name="Gio.Socket" c:type="GSocket*"/>
3561
3792
  </parameter>
3562
3793
  <parameter name="conn"
3563
3794
  direction="out"
3564
3795
  caller-allocates="0"
3565
3796
  transfer-ownership="full">
3566
- <doc xml:whitespace="preserve">storage for a #GstRTSPConnection</doc>
3797
+ <doc xml:space="preserve">storage for a #GstRTSPConnection</doc>
3567
3798
  <type name="RTSPConnection" c:type="GstRTSPConnection**"/>
3568
3799
  </parameter>
3569
3800
  <parameter name="cancellable" transfer-ownership="none" allow-none="1">
3570
- <doc xml:whitespace="preserve">a #GCancellable to cancel the operation</doc>
3801
+ <doc xml:space="preserve">a #GCancellable to cancel the operation</doc>
3571
3802
  <type name="Gio.Cancellable" c:type="GCancellable*"/>
3572
3803
  </parameter>
3573
3804
  </parameters>
@@ -3575,25 +3806,25 @@ handling communication on new socket.</doc>
3575
3806
  <function name="rtsp_connection_create"
3576
3807
  c:identifier="gst_rtsp_connection_create"
3577
3808
  moved-to="RTSPConnection.create">
3578
- <doc xml:whitespace="preserve">Create a newly allocated #GstRTSPConnection from @url and store it in @conn.
3809
+ <doc xml:space="preserve">Create a newly allocated #GstRTSPConnection from @url and store it in @conn.
3579
3810
  The connection will not yet attempt to connect to @url, use
3580
3811
  gst_rtsp_connection_connect().
3581
3812
 
3582
3813
  A copy of @url will be made.</doc>
3583
3814
  <return-value transfer-ownership="none">
3584
- <doc xml:whitespace="preserve">#GST_RTSP_OK when @conn contains a valid connection.</doc>
3815
+ <doc xml:space="preserve">#GST_RTSP_OK when @conn contains a valid connection.</doc>
3585
3816
  <type name="RTSPResult" c:type="GstRTSPResult"/>
3586
3817
  </return-value>
3587
3818
  <parameters>
3588
3819
  <parameter name="url" transfer-ownership="none">
3589
- <doc xml:whitespace="preserve">a #GstRTSPUrl</doc>
3820
+ <doc xml:space="preserve">a #GstRTSPUrl</doc>
3590
3821
  <type name="RTSPUrl" c:type="const GstRTSPUrl*"/>
3591
3822
  </parameter>
3592
3823
  <parameter name="conn"
3593
3824
  direction="out"
3594
3825
  caller-allocates="0"
3595
3826
  transfer-ownership="full">
3596
- <doc xml:whitespace="preserve">storage for a #GstRTSPConnection</doc>
3827
+ <doc xml:space="preserve">storage for a #GstRTSPConnection</doc>
3597
3828
  <type name="RTSPConnection" c:type="GstRTSPConnection**"/>
3598
3829
  </parameter>
3599
3830
  </parameters>
@@ -3601,90 +3832,90 @@ A copy of @url will be made.</doc>
3601
3832
  <function name="rtsp_connection_create_from_socket"
3602
3833
  c:identifier="gst_rtsp_connection_create_from_socket"
3603
3834
  moved-to="RTSPConnection.create_from_socket">
3604
- <doc xml:whitespace="preserve">Create a new #GstRTSPConnection for handling communication on the existing
3835
+ <doc xml:space="preserve">Create a new #GstRTSPConnection for handling communication on the existing
3605
3836
  socket @socket. The @initial_buffer contains zero terminated data already
3606
3837
  read from @socket which should be used before starting to read new data.</doc>
3607
3838
  <return-value transfer-ownership="none">
3608
- <doc xml:whitespace="preserve">#GST_RTSP_OK when @conn contains a valid connection.</doc>
3839
+ <doc xml:space="preserve">#GST_RTSP_OK when @conn contains a valid connection.</doc>
3609
3840
  <type name="RTSPResult" c:type="GstRTSPResult"/>
3610
3841
  </return-value>
3611
3842
  <parameters>
3612
3843
  <parameter name="socket" transfer-ownership="none">
3613
- <doc xml:whitespace="preserve">a #GSocket</doc>
3844
+ <doc xml:space="preserve">a #GSocket</doc>
3614
3845
  <type name="Gio.Socket" c:type="GSocket*"/>
3615
3846
  </parameter>
3616
3847
  <parameter name="ip" transfer-ownership="none">
3617
- <doc xml:whitespace="preserve">the IP address of the other end</doc>
3848
+ <doc xml:space="preserve">the IP address of the other end</doc>
3618
3849
  <type name="utf8" c:type="const gchar*"/>
3619
3850
  </parameter>
3620
3851
  <parameter name="port" transfer-ownership="none">
3621
- <doc xml:whitespace="preserve">the port used by the other end</doc>
3852
+ <doc xml:space="preserve">the port used by the other end</doc>
3622
3853
  <type name="guint16" c:type="guint16"/>
3623
3854
  </parameter>
3624
3855
  <parameter name="initial_buffer" transfer-ownership="none">
3625
- <doc xml:whitespace="preserve">data already read from @fd</doc>
3856
+ <doc xml:space="preserve">data already read from @fd</doc>
3626
3857
  <type name="utf8" c:type="const gchar*"/>
3627
3858
  </parameter>
3628
3859
  <parameter name="conn"
3629
3860
  direction="out"
3630
3861
  caller-allocates="0"
3631
3862
  transfer-ownership="full">
3632
- <doc xml:whitespace="preserve">storage for a #GstRTSPConnection</doc>
3863
+ <doc xml:space="preserve">storage for a #GstRTSPConnection</doc>
3633
3864
  <type name="RTSPConnection" c:type="GstRTSPConnection**"/>
3634
3865
  </parameter>
3635
3866
  </parameters>
3636
3867
  </function>
3637
3868
  <function name="rtsp_find_header_field"
3638
3869
  c:identifier="gst_rtsp_find_header_field">
3639
- <doc xml:whitespace="preserve">Convert @header to a #GstRTSPHeaderField.</doc>
3870
+ <doc xml:space="preserve">Convert @header to a #GstRTSPHeaderField.</doc>
3640
3871
  <return-value transfer-ownership="none">
3641
- <doc xml:whitespace="preserve">a #GstRTSPHeaderField for @header or #GST_RTSP_HDR_INVALID if the header field is unknown.</doc>
3872
+ <doc xml:space="preserve">a #GstRTSPHeaderField for @header or #GST_RTSP_HDR_INVALID if the header field is unknown.</doc>
3642
3873
  <type name="RTSPHeaderField" c:type="GstRTSPHeaderField"/>
3643
3874
  </return-value>
3644
3875
  <parameters>
3645
3876
  <parameter name="header" transfer-ownership="none">
3646
- <doc xml:whitespace="preserve">a header string</doc>
3877
+ <doc xml:space="preserve">a header string</doc>
3647
3878
  <type name="utf8" c:type="const gchar*"/>
3648
3879
  </parameter>
3649
3880
  </parameters>
3650
3881
  </function>
3651
3882
  <function name="rtsp_find_method" c:identifier="gst_rtsp_find_method">
3652
- <doc xml:whitespace="preserve">Convert @method to a #GstRTSPMethod.</doc>
3883
+ <doc xml:space="preserve">Convert @method to a #GstRTSPMethod.</doc>
3653
3884
  <return-value transfer-ownership="none">
3654
- <doc xml:whitespace="preserve">a #GstRTSPMethod for @method or #GST_RTSP_INVALID if the method is unknown.</doc>
3885
+ <doc xml:space="preserve">a #GstRTSPMethod for @method or #GST_RTSP_INVALID if the method is unknown.</doc>
3655
3886
  <type name="RTSPMethod" c:type="GstRTSPMethod"/>
3656
3887
  </return-value>
3657
3888
  <parameters>
3658
3889
  <parameter name="method" transfer-ownership="none">
3659
- <doc xml:whitespace="preserve">a method</doc>
3890
+ <doc xml:space="preserve">a method</doc>
3660
3891
  <type name="utf8" c:type="const gchar*"/>
3661
3892
  </parameter>
3662
3893
  </parameters>
3663
3894
  </function>
3664
3895
  <function name="rtsp_header_allow_multiple"
3665
3896
  c:identifier="gst_rtsp_header_allow_multiple">
3666
- <doc xml:whitespace="preserve">Check whether @field may appear multiple times in a message.</doc>
3897
+ <doc xml:space="preserve">Check whether @field may appear multiple times in a message.</doc>
3667
3898
  <return-value transfer-ownership="none">
3668
- <doc xml:whitespace="preserve">%TRUE if multiple headers are allowed.</doc>
3899
+ <doc xml:space="preserve">%TRUE if multiple headers are allowed.</doc>
3669
3900
  <type name="gboolean" c:type="gboolean"/>
3670
3901
  </return-value>
3671
3902
  <parameters>
3672
3903
  <parameter name="field" transfer-ownership="none">
3673
- <doc xml:whitespace="preserve">a #GstRTSPHeaderField</doc>
3904
+ <doc xml:space="preserve">a #GstRTSPHeaderField</doc>
3674
3905
  <type name="RTSPHeaderField" c:type="GstRTSPHeaderField"/>
3675
3906
  </parameter>
3676
3907
  </parameters>
3677
3908
  </function>
3678
3909
  <function name="rtsp_header_as_text"
3679
3910
  c:identifier="gst_rtsp_header_as_text">
3680
- <doc xml:whitespace="preserve">Convert @field to a string.</doc>
3911
+ <doc xml:space="preserve">Convert @field to a string.</doc>
3681
3912
  <return-value transfer-ownership="none">
3682
- <doc xml:whitespace="preserve">a string representation of @field.</doc>
3913
+ <doc xml:space="preserve">a string representation of @field.</doc>
3683
3914
  <type name="utf8" c:type="const gchar*"/>
3684
3915
  </return-value>
3685
3916
  <parameters>
3686
3917
  <parameter name="field" transfer-ownership="none">
3687
- <doc xml:whitespace="preserve">a #GstRTSPHeaderField</doc>
3918
+ <doc xml:space="preserve">a #GstRTSPHeaderField</doc>
3688
3919
  <type name="RTSPHeaderField" c:type="GstRTSPHeaderField"/>
3689
3920
  </parameter>
3690
3921
  </parameters>
@@ -3692,9 +3923,9 @@ read from @socket which should be used before starting to read new data.</doc>
3692
3923
  <function name="rtsp_message_new"
3693
3924
  c:identifier="gst_rtsp_message_new"
3694
3925
  moved-to="RTSPMessage.new">
3695
- <doc xml:whitespace="preserve">Create a new initialized #GstRTSPMessage. Free with gst_rtsp_message_free().</doc>
3926
+ <doc xml:space="preserve">Create a new initialized #GstRTSPMessage. Free with gst_rtsp_message_free().</doc>
3696
3927
  <return-value transfer-ownership="none">
3697
- <doc xml:whitespace="preserve">a #GstRTSPResult.</doc>
3928
+ <doc xml:space="preserve">a #GstRTSPResult.</doc>
3698
3929
  <type name="RTSPResult" c:type="GstRTSPResult"/>
3699
3930
  </return-value>
3700
3931
  <parameters>
@@ -3702,7 +3933,7 @@ read from @socket which should be used before starting to read new data.</doc>
3702
3933
  direction="out"
3703
3934
  caller-allocates="0"
3704
3935
  transfer-ownership="full">
3705
- <doc xml:whitespace="preserve">a location for the new #GstRTSPMessage</doc>
3936
+ <doc xml:space="preserve">a location for the new #GstRTSPMessage</doc>
3706
3937
  <type name="RTSPMessage" c:type="GstRTSPMessage**"/>
3707
3938
  </parameter>
3708
3939
  </parameters>
@@ -3710,10 +3941,10 @@ read from @socket which should be used before starting to read new data.</doc>
3710
3941
  <function name="rtsp_message_new_data"
3711
3942
  c:identifier="gst_rtsp_message_new_data"
3712
3943
  moved-to="RTSPMessage.new_data">
3713
- <doc xml:whitespace="preserve">Create a new data #GstRTSPMessage with @channel and store the
3944
+ <doc xml:space="preserve">Create a new data #GstRTSPMessage with @channel and store the
3714
3945
  result message in @msg. Free with gst_rtsp_message_free().</doc>
3715
3946
  <return-value transfer-ownership="none">
3716
- <doc xml:whitespace="preserve">a #GstRTSPResult.</doc>
3947
+ <doc xml:space="preserve">a #GstRTSPResult.</doc>
3717
3948
  <type name="RTSPResult" c:type="GstRTSPResult"/>
3718
3949
  </return-value>
3719
3950
  <parameters>
@@ -3721,11 +3952,11 @@ result message in @msg. Free with gst_rtsp_message_free().</doc>
3721
3952
  direction="out"
3722
3953
  caller-allocates="0"
3723
3954
  transfer-ownership="full">
3724
- <doc xml:whitespace="preserve">a location for the new #GstRTSPMessage</doc>
3955
+ <doc xml:space="preserve">a location for the new #GstRTSPMessage</doc>
3725
3956
  <type name="RTSPMessage" c:type="GstRTSPMessage**"/>
3726
3957
  </parameter>
3727
3958
  <parameter name="channel" transfer-ownership="none">
3728
- <doc xml:whitespace="preserve">the channel</doc>
3959
+ <doc xml:space="preserve">the channel</doc>
3729
3960
  <type name="guint8" c:type="guint8"/>
3730
3961
  </parameter>
3731
3962
  </parameters>
@@ -3733,10 +3964,10 @@ result message in @msg. Free with gst_rtsp_message_free().</doc>
3733
3964
  <function name="rtsp_message_new_request"
3734
3965
  c:identifier="gst_rtsp_message_new_request"
3735
3966
  moved-to="RTSPMessage.new_request">
3736
- <doc xml:whitespace="preserve">Create a new #GstRTSPMessage with @method and @uri and store the result
3967
+ <doc xml:space="preserve">Create a new #GstRTSPMessage with @method and @uri and store the result
3737
3968
  request message in @msg. Free with gst_rtsp_message_free().</doc>
3738
3969
  <return-value transfer-ownership="none">
3739
- <doc xml:whitespace="preserve">a #GstRTSPResult.</doc>
3970
+ <doc xml:space="preserve">a #GstRTSPResult.</doc>
3740
3971
  <type name="RTSPResult" c:type="GstRTSPResult"/>
3741
3972
  </return-value>
3742
3973
  <parameters>
@@ -3744,15 +3975,15 @@ request message in @msg. Free with gst_rtsp_message_free().</doc>
3744
3975
  direction="out"
3745
3976
  caller-allocates="0"
3746
3977
  transfer-ownership="full">
3747
- <doc xml:whitespace="preserve">a location for the new #GstRTSPMessage</doc>
3978
+ <doc xml:space="preserve">a location for the new #GstRTSPMessage</doc>
3748
3979
  <type name="RTSPMessage" c:type="GstRTSPMessage**"/>
3749
3980
  </parameter>
3750
3981
  <parameter name="method" transfer-ownership="none">
3751
- <doc xml:whitespace="preserve">the request method to use</doc>
3982
+ <doc xml:space="preserve">the request method to use</doc>
3752
3983
  <type name="RTSPMethod" c:type="GstRTSPMethod"/>
3753
3984
  </parameter>
3754
3985
  <parameter name="uri" transfer-ownership="none">
3755
- <doc xml:whitespace="preserve">the uri of the request</doc>
3986
+ <doc xml:space="preserve">the uri of the request</doc>
3756
3987
  <type name="utf8" c:type="const gchar*"/>
3757
3988
  </parameter>
3758
3989
  </parameters>
@@ -3760,7 +3991,7 @@ request message in @msg. Free with gst_rtsp_message_free().</doc>
3760
3991
  <function name="rtsp_message_new_response"
3761
3992
  c:identifier="gst_rtsp_message_new_response"
3762
3993
  moved-to="RTSPMessage.new_response">
3763
- <doc xml:whitespace="preserve">Create a new response #GstRTSPMessage with @code and @reason and store the
3994
+ <doc xml:space="preserve">Create a new response #GstRTSPMessage with @code and @reason and store the
3764
3995
  result message in @msg. Free with gst_rtsp_message_free().
3765
3996
 
3766
3997
  When @reason is #NULL, the default reason for @code will be used.
@@ -3768,7 +3999,7 @@ When @reason is #NULL, the default reason for @code will be used.
3768
3999
  When @request is not #NULL, the relevant headers will be copied to the new
3769
4000
  response message.</doc>
3770
4001
  <return-value transfer-ownership="none">
3771
- <doc xml:whitespace="preserve">a #GstRTSPResult.</doc>
4002
+ <doc xml:space="preserve">a #GstRTSPResult.</doc>
3772
4003
  <type name="RTSPResult" c:type="GstRTSPResult"/>
3773
4004
  </return-value>
3774
4005
  <parameters>
@@ -3776,19 +4007,19 @@ response message.</doc>
3776
4007
  direction="out"
3777
4008
  caller-allocates="0"
3778
4009
  transfer-ownership="full">
3779
- <doc xml:whitespace="preserve">a location for the new #GstRTSPMessage</doc>
4010
+ <doc xml:space="preserve">a location for the new #GstRTSPMessage</doc>
3780
4011
  <type name="RTSPMessage" c:type="GstRTSPMessage**"/>
3781
4012
  </parameter>
3782
4013
  <parameter name="code" transfer-ownership="none">
3783
- <doc xml:whitespace="preserve">the status code</doc>
4014
+ <doc xml:space="preserve">the status code</doc>
3784
4015
  <type name="RTSPStatusCode" c:type="GstRTSPStatusCode"/>
3785
4016
  </parameter>
3786
4017
  <parameter name="reason" transfer-ownership="none" allow-none="1">
3787
- <doc xml:whitespace="preserve">the status reason or %NULL</doc>
4018
+ <doc xml:space="preserve">the status reason or %NULL</doc>
3788
4019
  <type name="utf8" c:type="const gchar*"/>
3789
4020
  </parameter>
3790
4021
  <parameter name="request" transfer-ownership="none" allow-none="1">
3791
- <doc xml:whitespace="preserve">the request that triggered the response or %NULL</doc>
4022
+ <doc xml:space="preserve">the request that triggered the response or %NULL</doc>
3792
4023
  <type name="RTSPMessage" c:type="const GstRTSPMessage*"/>
3793
4024
  </parameter>
3794
4025
  </parameters>
@@ -3796,61 +4027,128 @@ response message.</doc>
3796
4027
  <function name="rtsp_method_as_text"
3797
4028
  c:identifier="gst_rtsp_method_as_text"
3798
4029
  moved-to="RTSPMethod.as_text">
3799
- <doc xml:whitespace="preserve">Convert @method to a string.</doc>
4030
+ <doc xml:space="preserve">Convert @method to a string.</doc>
3800
4031
  <return-value transfer-ownership="none">
3801
- <doc xml:whitespace="preserve">a string representation of @method.</doc>
4032
+ <doc xml:space="preserve">a string representation of @method.</doc>
3802
4033
  <type name="utf8" c:type="const gchar*"/>
3803
4034
  </return-value>
3804
4035
  <parameters>
3805
4036
  <parameter name="method" transfer-ownership="none">
3806
- <doc xml:whitespace="preserve">a #GstRTSPMethod</doc>
4037
+ <doc xml:space="preserve">a #GstRTSPMethod</doc>
3807
4038
  <type name="RTSPMethod" c:type="GstRTSPMethod"/>
3808
4039
  </parameter>
3809
4040
  </parameters>
3810
4041
  </function>
3811
4042
  <function name="rtsp_options_as_text"
3812
4043
  c:identifier="gst_rtsp_options_as_text">
3813
- <doc xml:whitespace="preserve">Convert @options to a string.</doc>
4044
+ <doc xml:space="preserve">Convert @options to a string.</doc>
3814
4045
  <return-value transfer-ownership="full">
3815
- <doc xml:whitespace="preserve">a new string of @options. g_free() after usage.</doc>
4046
+ <doc xml:space="preserve">a new string of @options. g_free() after usage.</doc>
3816
4047
  <type name="utf8" c:type="gchar*"/>
3817
4048
  </return-value>
3818
4049
  <parameters>
3819
4050
  <parameter name="options" transfer-ownership="none">
3820
- <doc xml:whitespace="preserve">one or more #GstRTSPMethod</doc>
4051
+ <doc xml:space="preserve">one or more #GstRTSPMethod</doc>
3821
4052
  <type name="RTSPMethod" c:type="GstRTSPMethod"/>
3822
4053
  </parameter>
3823
4054
  </parameters>
3824
4055
  </function>
4056
+ <function name="rtsp_options_from_text"
4057
+ c:identifier="gst_rtsp_options_from_text"
4058
+ version="1.1.1">
4059
+ <doc xml:space="preserve">Convert the comma separated list @options to a #GstRTSPMethod bitwise or
4060
+ of methods. This functions is the reverse of gst_rtsp_options_as_text().</doc>
4061
+ <return-value transfer-ownership="none">
4062
+ <doc xml:space="preserve">a #GstRTSPMethod</doc>
4063
+ <type name="RTSPMethod" c:type="GstRTSPMethod"/>
4064
+ </return-value>
4065
+ <parameters>
4066
+ <parameter name="options" transfer-ownership="none">
4067
+ <doc xml:space="preserve">a comma separated list of options</doc>
4068
+ <type name="utf8" c:type="const gchar*"/>
4069
+ </parameter>
4070
+ </parameters>
4071
+ </function>
4072
+ <function name="rtsp_range_convert_units"
4073
+ c:identifier="gst_rtsp_range_convert_units"
4074
+ moved-to="RTSPRange.convert_units">
4075
+ <doc xml:space="preserve">Converts the range in-place between different types of units.
4076
+ Ranges containing the special value #GST_RTSP_TIME_NOW can not be
4077
+ converted as these are only valid for #GST_RTSP_RANGE_NPT.</doc>
4078
+ <return-value transfer-ownership="none">
4079
+ <doc xml:space="preserve">%TRUE if the range could be converted</doc>
4080
+ <type name="gboolean" c:type="gboolean"/>
4081
+ </return-value>
4082
+ <parameters>
4083
+ <parameter name="range" transfer-ownership="none">
4084
+ <doc xml:space="preserve">a #GstRTSPTimeRange</doc>
4085
+ <type name="RTSPTimeRange" c:type="GstRTSPTimeRange*"/>
4086
+ </parameter>
4087
+ <parameter name="unit" transfer-ownership="none">
4088
+ <doc xml:space="preserve">the unit to convert the range into</doc>
4089
+ <type name="RTSPRangeUnit" c:type="GstRTSPRangeUnit"/>
4090
+ </parameter>
4091
+ </parameters>
4092
+ </function>
3825
4093
  <function name="rtsp_range_free"
3826
4094
  c:identifier="gst_rtsp_range_free"
3827
4095
  moved-to="RTSPRange.free">
3828
- <doc xml:whitespace="preserve">Free the memory allocated by @range.</doc>
4096
+ <doc xml:space="preserve">Free the memory allocated by @range.</doc>
3829
4097
  <return-value transfer-ownership="none">
3830
4098
  <type name="none" c:type="void"/>
3831
4099
  </return-value>
3832
4100
  <parameters>
3833
4101
  <parameter name="range" transfer-ownership="none">
3834
- <doc xml:whitespace="preserve">a #GstRTSPTimeRange</doc>
4102
+ <doc xml:space="preserve">a #GstRTSPTimeRange</doc>
3835
4103
  <type name="RTSPTimeRange" c:type="GstRTSPTimeRange*"/>
3836
4104
  </parameter>
3837
4105
  </parameters>
3838
4106
  </function>
4107
+ <function name="rtsp_range_get_times"
4108
+ c:identifier="gst_rtsp_range_get_times"
4109
+ moved-to="RTSPRange.get_times"
4110
+ version="1.1.1">
4111
+ <doc xml:space="preserve">Retrieve the minimum and maximum values from @range converted to
4112
+ #GstClockTime in @min and @max.
4113
+
4114
+ A value of %GST_CLOCK_TIME_NONE will be used to signal #GST_RTSP_TIME_NOW
4115
+ and #GST_RTSP_TIME_END for @min and @max respectively.
4116
+
4117
+ UTC times will be converted to nanoseconds since 1900.</doc>
4118
+ <return-value transfer-ownership="none">
4119
+ <doc xml:space="preserve">%TRUE on success.</doc>
4120
+ <type name="gboolean" c:type="gboolean"/>
4121
+ </return-value>
4122
+ <parameters>
4123
+ <parameter name="range" transfer-ownership="none">
4124
+ <doc xml:space="preserve">a #GstRTSPTimeRange</doc>
4125
+ <type name="RTSPTimeRange" c:type="const GstRTSPTimeRange*"/>
4126
+ </parameter>
4127
+ <parameter name="min" transfer-ownership="none">
4128
+ <doc xml:space="preserve">result minimum #GstClockTime</doc>
4129
+ <type name="Gst.ClockTime" c:type="GstClockTime*"/>
4130
+ </parameter>
4131
+ <parameter name="max" transfer-ownership="none">
4132
+ <doc xml:space="preserve">result maximum #GstClockTime</doc>
4133
+ <type name="Gst.ClockTime" c:type="GstClockTime*"/>
4134
+ </parameter>
4135
+ </parameters>
4136
+ </function>
3839
4137
  <function name="rtsp_range_parse"
3840
4138
  c:identifier="gst_rtsp_range_parse"
3841
4139
  moved-to="RTSPRange.parse">
3842
- <doc xml:whitespace="preserve">Parse @rangestr to a #GstRTSPTimeRange.</doc>
4140
+ <doc xml:space="preserve">Parse @rangestr to a #GstRTSPTimeRange.</doc>
3843
4141
  <return-value transfer-ownership="none">
3844
- <doc xml:whitespace="preserve">#GST_RTSP_OK on success.</doc>
4142
+ <doc xml:space="preserve">#GST_RTSP_OK on success.</doc>
3845
4143
  <type name="RTSPResult" c:type="GstRTSPResult"/>
3846
4144
  </return-value>
3847
4145
  <parameters>
3848
4146
  <parameter name="rangestr" transfer-ownership="none">
3849
- <doc xml:whitespace="preserve">a range string to parse</doc>
4147
+ <doc xml:space="preserve">a range string to parse</doc>
3850
4148
  <type name="utf8" c:type="const gchar*"/>
3851
4149
  </parameter>
3852
4150
  <parameter name="range" transfer-ownership="none">
3853
- <doc xml:whitespace="preserve">location to hold the #GstRTSPTimeRange result</doc>
4151
+ <doc xml:space="preserve">location to hold the #GstRTSPTimeRange result</doc>
3854
4152
  <type name="RTSPTimeRange" c:type="GstRTSPTimeRange**"/>
3855
4153
  </parameter>
3856
4154
  </parameters>
@@ -3858,41 +4156,41 @@ response message.</doc>
3858
4156
  <function name="rtsp_range_to_string"
3859
4157
  c:identifier="gst_rtsp_range_to_string"
3860
4158
  moved-to="RTSPRange.to_string">
3861
- <doc xml:whitespace="preserve">Convert @range into a string representation.</doc>
4159
+ <doc xml:space="preserve">Convert @range into a string representation.</doc>
3862
4160
  <return-value transfer-ownership="full">
3863
- <doc xml:whitespace="preserve">The string representation of @range. g_free() after usage.</doc>
4161
+ <doc xml:space="preserve">The string representation of @range. g_free() after usage.</doc>
3864
4162
  <type name="utf8" c:type="gchar*"/>
3865
4163
  </return-value>
3866
4164
  <parameters>
3867
4165
  <parameter name="range" transfer-ownership="none">
3868
- <doc xml:whitespace="preserve">a #GstRTSPTimeRange</doc>
4166
+ <doc xml:space="preserve">a #GstRTSPTimeRange</doc>
3869
4167
  <type name="RTSPTimeRange" c:type="const GstRTSPTimeRange*"/>
3870
4168
  </parameter>
3871
4169
  </parameters>
3872
4170
  </function>
3873
4171
  <function name="rtsp_status_as_text"
3874
4172
  c:identifier="gst_rtsp_status_as_text">
3875
- <doc xml:whitespace="preserve">Convert @code to a string.</doc>
4173
+ <doc xml:space="preserve">Convert @code to a string.</doc>
3876
4174
  <return-value transfer-ownership="none">
3877
- <doc xml:whitespace="preserve">a string representation of @code.</doc>
4175
+ <doc xml:space="preserve">a string representation of @code.</doc>
3878
4176
  <type name="utf8" c:type="const gchar*"/>
3879
4177
  </return-value>
3880
4178
  <parameters>
3881
4179
  <parameter name="code" transfer-ownership="none">
3882
- <doc xml:whitespace="preserve">a #GstRTSPStatusCode</doc>
4180
+ <doc xml:space="preserve">a #GstRTSPStatusCode</doc>
3883
4181
  <type name="RTSPStatusCode" c:type="GstRTSPStatusCode"/>
3884
4182
  </parameter>
3885
4183
  </parameters>
3886
4184
  </function>
3887
4185
  <function name="rtsp_strresult" c:identifier="gst_rtsp_strresult">
3888
- <doc xml:whitespace="preserve">Convert @result in a human readable string.</doc>
4186
+ <doc xml:space="preserve">Convert @result in a human readable string.</doc>
3889
4187
  <return-value transfer-ownership="full">
3890
- <doc xml:whitespace="preserve">a newly allocated string. g_free() after usage.</doc>
4188
+ <doc xml:space="preserve">a newly allocated string. g_free() after usage.</doc>
3891
4189
  <type name="utf8" c:type="gchar*"/>
3892
4190
  </return-value>
3893
4191
  <parameters>
3894
4192
  <parameter name="result" transfer-ownership="none">
3895
- <doc xml:whitespace="preserve">a #GstRTSPResult</doc>
4193
+ <doc xml:space="preserve">a #GstRTSPResult</doc>
3896
4194
  <type name="RTSPResult" c:type="GstRTSPResult"/>
3897
4195
  </parameter>
3898
4196
  </parameters>
@@ -3900,7 +4198,7 @@ response message.</doc>
3900
4198
  <function name="rtsp_transport_get_manager"
3901
4199
  c:identifier="gst_rtsp_transport_get_manager"
3902
4200
  moved-to="RTSPTransport.get_manager">
3903
- <doc xml:whitespace="preserve">Get the #GstElement that can handle the buffers transported over @trans.
4201
+ <doc xml:space="preserve">Get the #GstElement that can handle the buffers transported over @trans.
3904
4202
 
3905
4203
  It is possible that there are several managers available, use @option to
3906
4204
  selected one.
@@ -3908,20 +4206,20 @@ selected one.
3908
4206
  @manager will contain an element name or #NULL when no manager is
3909
4207
  needed/available for @trans.</doc>
3910
4208
  <return-value transfer-ownership="none">
3911
- <doc xml:whitespace="preserve">#GST_RTSP_OK.</doc>
4209
+ <doc xml:space="preserve">#GST_RTSP_OK.</doc>
3912
4210
  <type name="RTSPResult" c:type="GstRTSPResult"/>
3913
4211
  </return-value>
3914
4212
  <parameters>
3915
4213
  <parameter name="trans" transfer-ownership="none">
3916
- <doc xml:whitespace="preserve">a #GstRTSPTransMode</doc>
4214
+ <doc xml:space="preserve">a #GstRTSPTransMode</doc>
3917
4215
  <type name="RTSPTransMode" c:type="GstRTSPTransMode"/>
3918
4216
  </parameter>
3919
4217
  <parameter name="manager" transfer-ownership="none">
3920
- <doc xml:whitespace="preserve">location to hold the result</doc>
4218
+ <doc xml:space="preserve">location to hold the result</doc>
3921
4219
  <type name="utf8" c:type="const gchar**"/>
3922
4220
  </parameter>
3923
4221
  <parameter name="option" transfer-ownership="none">
3924
- <doc xml:whitespace="preserve">option index.</doc>
4222
+ <doc xml:space="preserve">option index.</doc>
3925
4223
  <type name="guint" c:type="guint"/>
3926
4224
  </parameter>
3927
4225
  </parameters>
@@ -3929,19 +4227,19 @@ needed/available for @trans.</doc>
3929
4227
  <function name="rtsp_transport_get_mime"
3930
4228
  c:identifier="gst_rtsp_transport_get_mime"
3931
4229
  moved-to="RTSPTransport.get_mime">
3932
- <doc xml:whitespace="preserve">Get the mime type of the transport mode @trans. This mime type is typically
4230
+ <doc xml:space="preserve">Get the mime type of the transport mode @trans. This mime type is typically
3933
4231
  used to generate #GstCaps on buffers.</doc>
3934
4232
  <return-value transfer-ownership="none">
3935
- <doc xml:whitespace="preserve">#GST_RTSP_OK.</doc>
4233
+ <doc xml:space="preserve">#GST_RTSP_OK.</doc>
3936
4234
  <type name="RTSPResult" c:type="GstRTSPResult"/>
3937
4235
  </return-value>
3938
4236
  <parameters>
3939
4237
  <parameter name="trans" transfer-ownership="none">
3940
- <doc xml:whitespace="preserve">a #GstRTSPTransMode</doc>
4238
+ <doc xml:space="preserve">a #GstRTSPTransMode</doc>
3941
4239
  <type name="RTSPTransMode" c:type="GstRTSPTransMode"/>
3942
4240
  </parameter>
3943
4241
  <parameter name="mime" transfer-ownership="none">
3944
- <doc xml:whitespace="preserve">location to hold the result</doc>
4242
+ <doc xml:space="preserve">location to hold the result</doc>
3945
4243
  <type name="utf8" c:type="const gchar**"/>
3946
4244
  </parameter>
3947
4245
  </parameters>
@@ -3949,15 +4247,15 @@ used to generate #GstCaps on buffers.</doc>
3949
4247
  <function name="rtsp_transport_new"
3950
4248
  c:identifier="gst_rtsp_transport_new"
3951
4249
  moved-to="RTSPTransport.new">
3952
- <doc xml:whitespace="preserve">Allocate a new initialized #GstRTSPTransport. Use gst_rtsp_transport_free()
4250
+ <doc xml:space="preserve">Allocate a new initialized #GstRTSPTransport. Use gst_rtsp_transport_free()
3953
4251
  after usage.</doc>
3954
4252
  <return-value transfer-ownership="none">
3955
- <doc xml:whitespace="preserve">a #GstRTSPResult.</doc>
4253
+ <doc xml:space="preserve">a #GstRTSPResult.</doc>
3956
4254
  <type name="RTSPResult" c:type="GstRTSPResult"/>
3957
4255
  </return-value>
3958
4256
  <parameters>
3959
4257
  <parameter name="transport" transfer-ownership="none">
3960
- <doc xml:whitespace="preserve">location to hold the new #GstRTSPTransport</doc>
4258
+ <doc xml:space="preserve">location to hold the new #GstRTSPTransport</doc>
3961
4259
  <type name="RTSPTransport" c:type="GstRTSPTransport**"/>
3962
4260
  </parameter>
3963
4261
  </parameters>
@@ -3965,18 +4263,18 @@ after usage.</doc>
3965
4263
  <function name="rtsp_transport_parse"
3966
4264
  c:identifier="gst_rtsp_transport_parse"
3967
4265
  moved-to="RTSPTransport.parse">
3968
- <doc xml:whitespace="preserve">Parse the RTSP transport string @str into @transport.</doc>
4266
+ <doc xml:space="preserve">Parse the RTSP transport string @str into @transport.</doc>
3969
4267
  <return-value transfer-ownership="none">
3970
- <doc xml:whitespace="preserve">a #GstRTSPResult.</doc>
4268
+ <doc xml:space="preserve">a #GstRTSPResult.</doc>
3971
4269
  <type name="RTSPResult" c:type="GstRTSPResult"/>
3972
4270
  </return-value>
3973
4271
  <parameters>
3974
4272
  <parameter name="str" transfer-ownership="none">
3975
- <doc xml:whitespace="preserve">a transport string</doc>
4273
+ <doc xml:space="preserve">a transport string</doc>
3976
4274
  <type name="utf8" c:type="const gchar*"/>
3977
4275
  </parameter>
3978
4276
  <parameter name="transport" transfer-ownership="none">
3979
- <doc xml:whitespace="preserve">a #GstRTSPTransport</doc>
4277
+ <doc xml:space="preserve">a #GstRTSPTransport</doc>
3980
4278
  <type name="RTSPTransport" c:type="GstRTSPTransport*"/>
3981
4279
  </parameter>
3982
4280
  </parameters>
@@ -3984,22 +4282,22 @@ after usage.</doc>
3984
4282
  <function name="rtsp_url_parse"
3985
4283
  c:identifier="gst_rtsp_url_parse"
3986
4284
  moved-to="RTSPUrl.parse">
3987
- <doc xml:whitespace="preserve">Parse the RTSP @urlstr into a newly allocated #GstRTSPUrl. Free after usage
4285
+ <doc xml:space="preserve">Parse the RTSP @urlstr into a newly allocated #GstRTSPUrl. Free after usage
3988
4286
  with gst_rtsp_url_free().</doc>
3989
4287
  <return-value transfer-ownership="none">
3990
- <doc xml:whitespace="preserve">a #GstRTSPResult.</doc>
4288
+ <doc xml:space="preserve">a #GstRTSPResult.</doc>
3991
4289
  <type name="RTSPResult" c:type="GstRTSPResult"/>
3992
4290
  </return-value>
3993
4291
  <parameters>
3994
4292
  <parameter name="urlstr" transfer-ownership="none">
3995
- <doc xml:whitespace="preserve">the url string to parse</doc>
4293
+ <doc xml:space="preserve">the url string to parse</doc>
3996
4294
  <type name="utf8" c:type="const gchar*"/>
3997
4295
  </parameter>
3998
4296
  <parameter name="url"
3999
4297
  direction="out"
4000
4298
  caller-allocates="0"
4001
4299
  transfer-ownership="full">
4002
- <doc xml:whitespace="preserve">location to hold the result.</doc>
4300
+ <doc xml:space="preserve">location to hold the result.</doc>
4003
4301
  <type name="RTSPUrl" c:type="GstRTSPUrl**"/>
4004
4302
  </parameter>
4005
4303
  </parameters>
@@ -4007,14 +4305,14 @@ with gst_rtsp_url_free().</doc>
4007
4305
  <function name="rtsp_version_as_text"
4008
4306
  c:identifier="gst_rtsp_version_as_text"
4009
4307
  moved-to="RTSPVersion.as_text">
4010
- <doc xml:whitespace="preserve">Convert @version to a string.</doc>
4308
+ <doc xml:space="preserve">Convert @version to a string.</doc>
4011
4309
  <return-value transfer-ownership="none">
4012
- <doc xml:whitespace="preserve">a string representation of @version.</doc>
4310
+ <doc xml:space="preserve">a string representation of @version.</doc>
4013
4311
  <type name="utf8" c:type="const gchar*"/>
4014
4312
  </return-value>
4015
4313
  <parameters>
4016
4314
  <parameter name="version" transfer-ownership="none">
4017
- <doc xml:whitespace="preserve">a #GstRTSPVersion</doc>
4315
+ <doc xml:space="preserve">a #GstRTSPVersion</doc>
4018
4316
  <type name="RTSPVersion" c:type="GstRTSPVersion"/>
4019
4317
  </parameter>
4020
4318
  </parameters>