gstreamer 3.0.9-x64-mingw32 → 3.1.0-x64-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +6 -6
- data/lib/2.2/gstreamer.so +0 -0
- data/lib/2.3/gstreamer.so +0 -0
- data/lib/gst.rb +13 -15
- data/lib/gst/bin.rb +34 -0
- data/sample/text-color-example.rb +2 -2
- data/test/gstreamer-test-utils.rb +10 -0
- data/test/test-bin.rb +47 -0
- data/vendor/local/bin/cjpeg.exe +0 -0
- data/vendor/local/bin/djpeg.exe +0 -0
- data/vendor/local/bin/flac.exe +0 -0
- data/vendor/local/bin/gst-device-monitor-1.0.exe +0 -0
- data/vendor/local/bin/gst-discoverer-1.0.exe +0 -0
- data/vendor/local/bin/gst-inspect-1.0.exe +0 -0
- data/vendor/local/bin/gst-launch-1.0.exe +0 -0
- data/vendor/local/bin/gst-play-1.0.exe +0 -0
- data/vendor/local/bin/gst-stats-1.0.exe +0 -0
- data/vendor/local/bin/gst-typefind-1.0.exe +0 -0
- data/vendor/local/bin/jpegtran.exe +0 -0
- data/vendor/local/bin/libFLAC-8.dll +0 -0
- data/vendor/local/bin/libgstadaptivedemux-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstallocators-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstapp-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstaudio-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstbadaudio-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstbadbase-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstbadvideo-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstbase-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstbasecamerabinsrc-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstcodecparsers-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstcontroller-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstfft-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstgl-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstinsertbin-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstmpegts-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstnet-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstpbutils-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstphotography-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstplayer-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstreamer-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstriff-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstrtp-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstrtsp-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstsdp-1.0-0.dll +0 -0
- data/vendor/local/bin/libgsttag-1.0-0.dll +0 -0
- data/vendor/local/bin/libgsturidownloader-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstvideo-1.0-0.dll +0 -0
- data/vendor/local/bin/libjpeg-9.dll +0 -0
- data/vendor/local/bin/libogg-0.dll +0 -0
- data/vendor/local/bin/libopus-0.dll +0 -0
- data/vendor/local/bin/libsoup-2.4-1.dll +0 -0
- data/vendor/local/bin/libsqlite3-0.dll +0 -0
- data/vendor/local/bin/libtheora-0.dll +0 -0
- data/vendor/local/bin/libtheoradec-1.dll +0 -0
- data/vendor/local/bin/libtheoraenc-1.dll +0 -0
- data/vendor/local/bin/libvorbis-0.dll +0 -0
- data/vendor/local/bin/libvorbisenc-2.dll +0 -0
- data/vendor/local/bin/libvorbisfile-3.dll +0 -0
- data/vendor/local/bin/metaflac.exe +0 -0
- data/vendor/local/bin/rdjpgcom.exe +0 -0
- data/vendor/local/bin/sqlite3.exe +0 -0
- data/vendor/local/bin/wrjpgcom.exe +0 -0
- data/vendor/local/include/gstreamer-1.0/gst/allocators/gstfdmemory.h +3 -0
- data/vendor/local/include/gstreamer-1.0/gst/app/gstappsink.h +5 -1
- data/vendor/local/include/gstreamer-1.0/gst/app/gstappsrc.h +3 -1
- data/vendor/local/include/gstreamer-1.0/gst/audio/audio-channels.h +3 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/audio-converter.h +9 -1
- data/vendor/local/include/gstreamer-1.0/gst/audio/audio-enumtypes.h +10 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/audio-resampler.h +235 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/audio.h +3 -1
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiodecoder.h +2 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudioencoder.h +3 -0
- data/vendor/local/include/gstreamer-1.0/gst/base/gstadapter.h +7 -0
- data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gsth264parser.h +4 -4
- data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gsth265parser.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gstjpeg2000sampling.h +92 -0
- data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gstmpegvideoparser.h +15 -2
- data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gstvp9parser.h +11 -11
- data/vendor/local/include/gstreamer-1.0/gst/gl/gl.h +1 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/gstgl_gles2compat.h +13 -6
- data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/shaders.h +10 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstgl_fwd.h +12 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglapi.h +15 -3
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglbasefilter.h +2 -1
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglbasememory.h +29 -6
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglbuffer.h +14 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglbufferpool.h +10 -2
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglcolorconvert.h +11 -2
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglcontext.h +31 -3
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglcontrolbindingproxy.h +3 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstgldebug.h +12 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstgldisplay.h +15 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglfeature.h +4 -4
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglfilter.h +29 -13
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglformat.h +37 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglframebuffer.h +51 -14
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglmemory.h +57 -4
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglmemorypbo.h +15 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstgloverlaycompositor.h +14 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglquery.h +11 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglrenderbuffer.h +143 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglshader.h +49 -2
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglshaderstrings.h +10 -4
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglsl.h +10 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglslstage.h +16 -2
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglsyncmeta.h +7 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglupload.h +20 -3
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglutils.h +19 -63
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglviewconvert.h +18 -2
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglwindow.h +27 -0
- data/vendor/local/include/gstreamer-1.0/gst/gst.h +2 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstbin.h +20 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstbuffer.h +7 -0
- data/vendor/local/{lib/gstreamer-1.0/include → include/gstreamer-1.0}/gst/gstconfig.h +39 -34
- data/vendor/local/include/gstreamer-1.0/gst/gstcontrolbinding.h +12 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstelement.h +161 -10
- data/vendor/local/include/gstreamer-1.0/gst/gstenumtypes.h +6 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstevent.h +48 -24
- data/vendor/local/include/gstreamer-1.0/gst/gstinfo.h +17 -4
- data/vendor/local/include/gstreamer-1.0/gst/gstmemory.h +4 -4
- data/vendor/local/include/gstreamer-1.0/gst/gstmessage.h +41 -1
- data/vendor/local/include/gstreamer-1.0/gst/gstminiobject.h +7 -3
- data/vendor/local/include/gstreamer-1.0/gst/gstobject.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstparse.h +5 -1
- data/vendor/local/include/gstreamer-1.0/gst/gstpoll.h +1 -1
- data/vendor/local/include/gstreamer-1.0/gst/gststreamcollection.h +108 -0
- data/vendor/local/include/gstreamer-1.0/gst/gststreams.h +135 -0
- data/vendor/local/include/gstreamer-1.0/gst/gsturi.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstutils.h +6 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstversion.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/mpegts/gstmpegtsdescriptor.h +2 -0
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/codec-utils.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/gstpluginsbaseversion.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/player/gstplayer-media-info.h +2 -0
- data/vendor/local/include/gstreamer-1.0/gst/player/gstplayer.h +32 -8
- data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtcpbuffer.h +20 -0
- data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtp-enumtypes.h +2 -0
- data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtpbuffer.h +21 -2
- data/vendor/local/include/gstreamer-1.0/gst/tag/tag.h +9 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideoaffinetransformationmeta.h +7 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideoaggregator.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideoaggregatorpad.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideodecoder.h +1 -1
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideoencoder.h +1 -1
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideometa.h +41 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideotimecode.h +151 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideoutils.h +6 -2
- data/vendor/local/include/gstreamer-1.0/gst/video/video-color.h +3 -3
- data/vendor/local/include/gstreamer-1.0/gst/video/video-enumtypes.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/video-format.h +14 -8
- data/vendor/local/include/gstreamer-1.0/gst/video/video-frame.h +3 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/video-resampler.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/video.h +32 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/videodirection.h +62 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-logger.h +3 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-version.h +17 -2
- data/vendor/local/include/libsoup-2.4/libsoup/soup-websocket-connection.h +7 -0
- data/vendor/local/lib/girepository-1.0/Gst-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstAllocators-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstApp-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstAudio-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstBase-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstController-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstGL-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstMpegts-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstPbutils-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstPlayer-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstRtp-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstTag-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstVideo-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/Soup-2.4.typelib +0 -0
- data/vendor/local/lib/gstreamer-1.0/include/gst/gl/gstglconfig.h +1 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaccurip.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaccurip.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaccurip.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstadder.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstadder.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstadder.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstadpcmdec.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstadpcmdec.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstadpcmdec.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstadpcmenc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstadpcmenc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstadpcmenc.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstaiff.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaiff.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaiff.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstalaw.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstalaw.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstalaw.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstalpha.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstalpha.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstalpha.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstalphacolor.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstalphacolor.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstalphacolor.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstapetag.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstapetag.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstapetag.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstapp.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstapp.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstapp.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstasfmux.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstasfmux.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstasfmux.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstaudioconvert.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudioconvert.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudioconvert.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstaudiofx.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiofx.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiofx.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstaudiofxbad.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiofxbad.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiofxbad.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstaudiomixer.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiomixer.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiomixer.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstaudioparsers.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudioparsers.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudioparsers.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstaudiorate.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiorate.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiorate.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstaudioresample.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudioresample.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudioresample.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstaudiotestsrc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiotestsrc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiotestsrc.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstaudiovisualizers.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiovisualizers.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiovisualizers.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstauparse.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstauparse.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstauparse.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstautoconvert.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstautoconvert.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstautoconvert.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstautodetect.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstautodetect.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstautodetect.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstavi.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstavi.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstavi.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstbayer.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstbayer.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstbayer.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstcairo.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcairo.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcairo.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstcamerabin2.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcamerabin2.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcamerabin2.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstcoloreffects.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcoloreffects.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcoloreffects.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstcompositor.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcompositor.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcompositor.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstcoreelements.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcoreelements.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcoreelements.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstcoretracers.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcoretracers.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcoretracers.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstcutter.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcutter.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcutter.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstd3dvideosink.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstd3dvideosink.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstd3dvideosink.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstdashdemux.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdashdemux.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdashdemux.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstdataurisrc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdataurisrc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdataurisrc.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstdebug.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdebug.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdebug.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstdebugutilsbad.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdebugutilsbad.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdebugutilsbad.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstdeinterlace.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdeinterlace.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdeinterlace.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsink.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsink.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsink.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsrc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsrc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsrc.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstdtmf.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdtmf.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdtmf.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstdvbsuboverlay.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdvbsuboverlay.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdvbsuboverlay.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstdvdspu.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdvdspu.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdvdspu.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgsteffectv.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsteffectv.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsteffectv.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstencodebin.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstencodebin.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstencodebin.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstequalizer.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstequalizer.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstequalizer.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstfestival.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfestival.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfestival.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstfieldanalysis.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfieldanalysis.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfieldanalysis.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstflac.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstflac.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstflac.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstflv.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstflv.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstflv.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstflxdec.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstflxdec.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstflxdec.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstfreeverb.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfreeverb.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfreeverb.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstfrei0r.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfrei0r.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfrei0r.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstgaudieffects.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgaudieffects.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgaudieffects.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstgdkpixbuf.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgdkpixbuf.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgdkpixbuf.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstgdp.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgdp.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgdp.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstgeometrictransform.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgeometrictransform.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgeometrictransform.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstgio.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgio.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgio.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstgoom.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgoom.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgoom.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstgoom2k1.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgoom2k1.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgoom2k1.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgsthls.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsthls.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsthls.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgsticydemux.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsticydemux.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsticydemux.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstid3demux.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstid3demux.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstid3demux.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstid3tag.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstid3tag.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstid3tag.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstimagefreeze.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstimagefreeze.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstimagefreeze.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstinter.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstinter.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstinter.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstinterlace.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstinterlace.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstinterlace.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstinterleave.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstinterleave.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstinterleave.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstisomp4.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstisomp4.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstisomp4.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstivfparse.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstivfparse.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstivfparse.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstivtc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstivtc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstivtc.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstjp2kdecimator.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstjp2kdecimator.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstjp2kdecimator.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstjpeg.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstjpeg.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstjpeg.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstjpegformat.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstjpegformat.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstjpegformat.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstlevel.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstlevel.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstlevel.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstlibav.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstlibav.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstlibav.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstmatroska.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmatroska.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmatroska.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstmidi.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmidi.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmidi.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstmpegpsdemux.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmpegpsdemux.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmpegpsdemux.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstmpegpsmux.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmpegpsmux.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmpegpsmux.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstmpegtsdemux.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmpegtsdemux.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmpegtsdemux.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstmpegtsmux.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmpegtsmux.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmpegtsmux.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstmulaw.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmulaw.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmulaw.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstmultifile.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmultifile.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmultifile.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstmultipart.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmultipart.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmultipart.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstmxf.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmxf.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmxf.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstnavigationtest.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstnavigationtest.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstnavigationtest.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstnetsim.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstnetsim.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstnetsim.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstogg.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstogg.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstogg.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstopengl.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstopengl.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstopengl.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstopus.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstopus.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstopus.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstopusparse.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstopusparse.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstopusparse.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstpango.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstpango.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstpango.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstpcapparse.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstpcapparse.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstpcapparse.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstplayback.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstplayback.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstplayback.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstpng.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstpng.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstpng.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstpnm.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstpnm.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstpnm.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstrawparse.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrawparse.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrawparse.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstremovesilence.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstremovesilence.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstremovesilence.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstreplaygain.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstreplaygain.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstreplaygain.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstrtp.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtp.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtp.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstrtpmanager.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtpmanager.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtpmanager.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstrtponvif.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtponvif.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtponvif.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstrtsp.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtsp.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtsp.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstsdpelem.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsdpelem.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsdpelem.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstsegmentclip.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsegmentclip.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsegmentclip.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstshapewipe.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstshapewipe.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstshapewipe.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstsiren.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsiren.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsiren.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstsmooth.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsmooth.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsmooth.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstsmoothstreaming.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsmoothstreaming.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsmoothstreaming.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstsmpte.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsmpte.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsmpte.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstsouphttpsrc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsouphttpsrc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsouphttpsrc.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstspectrum.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstspectrum.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstspectrum.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstspeed.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstspeed.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstspeed.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgststereo.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgststereo.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgststereo.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstsubenc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsubenc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsubenc.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstsubparse.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsubparse.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsubparse.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgsttcp.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsttcp.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsttcp.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgsttheora.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsttheora.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsttheora.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgsttimecode.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsttimecode.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsttimecode.la +41 -0
- data/vendor/local/lib/gstreamer-1.0/libgsttypefindfunctions.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsttypefindfunctions.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsttypefindfunctions.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstudp.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstudp.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstudp.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstvideobox.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideobox.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideobox.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstvideoconvert.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideoconvert.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideoconvert.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstvideocrop.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideocrop.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideocrop.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstvideofilter.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideofilter.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideofilter.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstvideofiltersbad.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideofiltersbad.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideofiltersbad.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstvideoframe_audiolevel.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideoframe_audiolevel.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideoframe_audiolevel.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstvideomixer.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideomixer.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideomixer.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstvideoparsersbad.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideoparsersbad.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideoparsersbad.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstvideorate.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideorate.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideorate.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstvideoscale.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideoscale.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideoscale.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstvideosignal.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideosignal.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideosignal.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstvideotestsrc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideotestsrc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideotestsrc.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstvmnc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvmnc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvmnc.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstvolume.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvolume.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvolume.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstvorbis.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvorbis.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvorbis.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstwasapi.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwasapi.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwasapi.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstwaveformsink.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwaveformsink.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwaveformsink.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstwavenc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwavenc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwavenc.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstwavparse.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwavparse.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwavparse.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstwinks.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwinks.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwinks.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstwinscreencap.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwinscreencap.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwinscreencap.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgsty4mdec.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsty4mdec.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsty4mdec.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgsty4menc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsty4menc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsty4menc.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstyadif.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstyadif.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstyadif.la +2 -2
- data/vendor/local/lib/libFLAC.dll.a +0 -0
- data/vendor/local/lib/libgstadaptivedemux-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstadaptivedemux-1.0.la +4 -4
- data/vendor/local/lib/libgstallocators-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstallocators-1.0.la +4 -4
- data/vendor/local/lib/libgstapp-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstapp-1.0.la +4 -4
- data/vendor/local/lib/libgstaudio-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstaudio-1.0.la +4 -4
- data/vendor/local/lib/libgstbadaudio-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstbadaudio-1.0.la +4 -4
- data/vendor/local/lib/libgstbadbase-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstbadbase-1.0.la +4 -4
- data/vendor/local/lib/libgstbadvideo-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstbadvideo-1.0.la +4 -4
- data/vendor/local/lib/libgstbase-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstbase-1.0.la +4 -4
- data/vendor/local/lib/libgstbasecamerabinsrc-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstbasecamerabinsrc-1.0.la +4 -4
- data/vendor/local/lib/libgstcodecparsers-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstcodecparsers-1.0.la +4 -4
- data/vendor/local/lib/libgstcontroller-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstcontroller-1.0.la +4 -4
- data/vendor/local/lib/libgstfft-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstfft-1.0.la +4 -4
- data/vendor/local/lib/libgstgl-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstgl-1.0.la +4 -4
- data/vendor/local/lib/libgstinsertbin-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstinsertbin-1.0.la +4 -4
- data/vendor/local/lib/libgstmpegts-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstmpegts-1.0.la +4 -4
- data/vendor/local/lib/libgstnet-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstnet-1.0.la +4 -4
- data/vendor/local/lib/libgstpbutils-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstpbutils-1.0.la +4 -4
- data/vendor/local/lib/libgstphotography-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstphotography-1.0.la +4 -4
- data/vendor/local/lib/libgstplayer-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstplayer-1.0.la +4 -4
- data/vendor/local/lib/libgstreamer-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstreamer-1.0.la +4 -4
- data/vendor/local/lib/libgstriff-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstriff-1.0.la +4 -4
- data/vendor/local/lib/libgstrtp-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstrtp-1.0.la +4 -4
- data/vendor/local/lib/libgstrtsp-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstrtsp-1.0.la +4 -4
- data/vendor/local/lib/libgstsdp-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstsdp-1.0.la +4 -4
- data/vendor/local/lib/libgsttag-1.0.dll.a +0 -0
- data/vendor/local/lib/libgsttag-1.0.la +4 -4
- data/vendor/local/lib/libgsturidownloader-1.0.dll.a +0 -0
- data/vendor/local/lib/libgsturidownloader-1.0.la +4 -4
- data/vendor/local/lib/libgstvideo-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstvideo-1.0.la +4 -4
- data/vendor/local/lib/libjpeg.a +0 -0
- data/vendor/local/lib/libjpeg.dll.a +0 -0
- data/vendor/local/lib/libogg.a +0 -0
- data/vendor/local/lib/libogg.dll.a +0 -0
- data/vendor/local/lib/libopus.a +0 -0
- data/vendor/local/lib/libopus.dll.a +0 -0
- data/vendor/local/lib/libsoup-2.4.a +0 -0
- data/vendor/local/lib/libsoup-2.4.dll.a +0 -0
- data/vendor/local/lib/libsqlite3.a +0 -0
- data/vendor/local/lib/libsqlite3.dll.a +0 -0
- data/vendor/local/lib/libtheora.a +0 -0
- data/vendor/local/lib/libtheora.dll.a +0 -0
- data/vendor/local/lib/libtheoradec.a +0 -0
- data/vendor/local/lib/libtheoradec.dll.a +0 -0
- data/vendor/local/lib/libtheoraenc.a +0 -0
- data/vendor/local/lib/libtheoraenc.dll.a +0 -0
- data/vendor/local/lib/libvorbis.a +0 -0
- data/vendor/local/lib/libvorbis.dll.a +0 -0
- data/vendor/local/lib/libvorbisenc.a +0 -0
- data/vendor/local/lib/libvorbisenc.dll.a +0 -0
- data/vendor/local/lib/libvorbisfile.a +0 -0
- data/vendor/local/lib/libvorbisfile.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/gstreamer-1.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/gstreamer-allocators-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-app-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-audio-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-bad-audio-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-bad-base-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-bad-video-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-base-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-codecparsers-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-controller-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-fft-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-gl-1.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/gstreamer-insertbin-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-mpegts-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-net-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-pbutils-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-player-1.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/gstreamer-plugins-bad-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-plugins-base-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-riff-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-rtp-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-rtsp-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-sdp-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-tag-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-video-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/libsoup-2.4.pc +1 -1
- data/vendor/local/libexec/gstreamer-1.0/gst-plugin-scanner.exe +0 -0
- data/vendor/local/share/bash-completion/helpers/gst-completion-helper-1.0.exe +0 -0
- data/vendor/local/share/gir-1.0/Gst-1.0.gir +1945 -61
- data/vendor/local/share/gir-1.0/GstAllocators-1.0.gir +8 -1
- data/vendor/local/share/gir-1.0/GstApp-1.0.gir +276 -2
- data/vendor/local/share/gir-1.0/GstAudio-1.0.gir +625 -7
- data/vendor/local/share/gir-1.0/GstBase-1.0.gir +119 -19
- data/vendor/local/share/gir-1.0/GstController-1.0.gir +9 -4
- data/vendor/local/share/gir-1.0/GstGL-1.0.gir +889 -380
- data/vendor/local/share/gir-1.0/GstMpegts-1.0.gir +33 -0
- data/vendor/local/share/gir-1.0/GstPbutils-1.0.gir +44 -2
- data/vendor/local/share/gir-1.0/GstPlayer-1.0.gir +257 -35
- data/vendor/local/share/gir-1.0/GstRtp-1.0.gir +268 -2
- data/vendor/local/share/gir-1.0/GstTag-1.0.gir +7 -0
- data/vendor/local/share/gir-1.0/GstVideo-1.0.gir +626 -17
- data/vendor/local/share/gir-1.0/Soup-2.4.gir +192 -0
- data/vendor/local/share/gstreamer-1.0/presets/GstQTMux.prs +6 -0
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-1.0.devhelp2 +4 -0
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-GstFFMpegVidDec.html +78 -0
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-GstFFMpegVidEnc.html +72 -0
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-gstavcfg.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-plugin-libav.html +55 -91
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/index.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/up.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstGLFilter.html +24 -88
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstGLFramebuffer.html +12 -65
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstGLUpload.html +2 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/api-index-full.html +71 -111
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-1.0.devhelp2 +28 -35
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-descriptors.html +5 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstEGLImageMemory.html +1 -141
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLContextEGL.html +6 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLMemory.html +148 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-OpenGL-Miscellaneous-Utilities.html +0 -306
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstglbasememory.html +16 -16
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstplayer-mediainfo.html +33 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstplayer-videooverlayvideorenderer.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstplayer-visualization.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstplayer.html +484 -45
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-h264parser.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpegvideoparser.html +25 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-vc1parser.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gstreamer-libs-hierarchy.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/index.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/up.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/ch01.html +160 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/ch02.html +8 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-1.0.devhelp2 +316 -24
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-assrender.html +19 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-audiomixer.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-audioparse.html +339 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-autoconvert.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-bs2b.html +86 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-bulge.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-burn.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-camerabin.html +118 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-chromium.html +20 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-circle.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-coloreffects.html +60 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-compositor.html +80 -17
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-cvdilate.html +36 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-cvequalizehist.html +36 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-cverode.html +36 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-cvlaplace.html +35 -20
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-cvsmooth.html +35 -17
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-cvsobel.html +35 -19
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dataurisrc.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-diffuse.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dilate.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dodge.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dtmfdetect.html +24 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dtsdec.html +28 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dvbsrc.html +160 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dvdspu.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-edgedetect.html +118 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-exclusion.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-faac.html +21 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-faad.html +28 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-faceblur.html +146 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-facedetect.html +295 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-festival.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-fisheye.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-fpsdisplaysink.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gaussianblur.html +62 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glcolorbalance.html +261 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glcolorconvert.html +165 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glcolorscale.html +204 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gldeinterlace.html +192 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gldifferencematte.html +193 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gldownload.html +165 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-blur.html +136 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-bulge.html +136 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-fisheye.html +136 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-glow.html +136 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-heat.html +136 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-identity.html +136 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-laplacian.html +136 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-lumaxpro.html +136 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-mirror.html +136 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-sepia.html +136 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-sin.html +136 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-sobel.html +136 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-square.html +136 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-squeeze.html +136 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-stretch.html +136 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-tunnel.html +136 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-twirl.html +136 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-xpro.html +136 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-xray.html +136 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects.html +136 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glfilterapp.html +306 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glfilterbin.html +247 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glfiltercube.html +319 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glfilterglass.html +193 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glimagesink.html +213 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glimagesinkelement.html +472 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glmixerbin.html +279 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glmosaic.html +195 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gloverlay.html +473 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glshader.html +333 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glsinkbin.html +455 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glsrcbin.html +219 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glstereomix.html +265 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glstereosplit.html +196 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gltestsrc.html +323 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gltransformation.html +161 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glupload.html +178 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glvideomixer.html +177 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glvideomixerelement.html +243 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glviewconvert.html +277 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-jpegparse.html +8 -98
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-kaleidoscope.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-liveadder.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-marble.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mimdec.html +9 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mimenc.html +15 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mirror.html +49 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-modplug.html +18 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mpeg2enc.html +47 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mpegpsmux.html +3 -39
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mpegtsmux.html +3 -110
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mplex.html +33 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-neonhttpsrc.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-ofa.html +3 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-openalsink.html +193 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-openalsrc.html +33 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-opencvtextoverlay.html +35 -20
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-pcapparse.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-pinch.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-aiff.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-assrender.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-audiomixer.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-audiovisualizers.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-autoconvert.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-bayer.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-bs2b.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-bz2.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-camerabin.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-coloreffects.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-curl.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-dataurisrc.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-debugutilsbad.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-dtsdec.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-dvb.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-dvdspu.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-faac.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-faad.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-festival.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-gaudieffects.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-geometrictransform.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-gsm.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-jpegformat.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-mimic.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-mms.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-modplug.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-mpeg2enc.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-mpegpsmux.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-mpegtsmux.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-mplex.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-neon.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-ofa.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-openal.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-opencv.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-opengl.html +257 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-pcapparse.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-rawparse.html +22 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-rfbsrc.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-rtmp.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-sdp.html +11 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-shm.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-soundtouch.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-speed.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-voaacenc.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-voamrwbenc.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-webrtcdsp.html +85 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-zbar.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rawaudioparse.html +335 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rawvideoparse.html +372 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rfbsrc.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rtmpsink.html +21 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rtmpsrc.html +38 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-sdpdemux.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-shmsink.html +17 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-shmsrc.html +21 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-solarize.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-spacescope.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-spectrascope.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-speed.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-sphere.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-square.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-stretch.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-synaescope.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-templatematch.html +35 -17
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-tunnel.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-twirl.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-unalignedaudioparse.html +163 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-unalignedvideoparse.html +163 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-videoparse.html +14 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-voaacenc.html +18 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-voamrwbenc.html +86 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-waterripple.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-wavescope.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-webrtcdsp.html +355 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-webrtcechoprobe.html +160 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-zbar.html +64 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/index.html +167 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/up.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/api-index-full.html +128 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-1.0.devhelp2 +65 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstAudioConverter.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoResampler.html +13 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-appsink.html +115 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-appsrc.html +82 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-fdmemory.html +10 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudio.html +3 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiochannels.html +50 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudioencoder.html +28 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstcolorbalance.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstcolorbalancechannel.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstnavigation.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutilscodecutils.html +83 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpluginsbaseversion.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtpbuffer.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gststreamvolume.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html +994 -94
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideodirection.html +139 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideometa.html +194 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideoorientation.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideooverlay.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideooverlaycomposition.html +5 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideoutils.html +9 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-libs-hierarchy.html +2 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-plugins-base.html +4 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-video.html +4 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/index.html +5 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/up.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/ch01.html +14 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-1.0.devhelp2 +32 -62
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-alsamidisrc.html +26 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-alsasink.html +24 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-alsasrc.html +26 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-appsink.html +36 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-appsrc.html +15 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-audioresample.html +31 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-cdparanoiasrc.html +64 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-clockoverlay.html +42 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-decodebin.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-decodebin3.html +251 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-encodebin.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-giosink.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-giosrc.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-giostreamsink.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-giostreamsrc.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-multifdsink.html +4 -194
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-multisocketsink.html +4 -194
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-oggaviparse.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-oggdemux.html +22 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-oggmux.html +23 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-oggparse.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-ogmaudioparse.html +26 -26
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-ogmtextparse.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-ogmvideoparse.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-opusdec.html +21 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-opusenc.html +73 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-parsebin.html +137 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-playbin.html +67 -130
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-playbin3.html +323 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-playsink.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-adder.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-alsa.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-app.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-audioconvert.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-audiorate.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-audioresample.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-audiotestsrc.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-cdparanoia.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-encoding.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-gio.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-libvisual.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-ogg.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-opus.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-pango.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-playback.html +17 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-subparse.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-tcp.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-theora.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-typefindfunctions.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-videoconvert.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-videorate.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-videoscale.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-videotestsrc.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-volume.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-vorbis.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-ximagesink.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-xvimagesink.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-socketsrc.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-ssaparse.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-streamsynchronizer.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-subparse.html +6 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-subtitleoverlay.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-tcpclientsink.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-tcpclientsrc.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-tcpserversink.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-tcpserversrc.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-textoverlay.html +86 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-textrender.html +162 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-theoradec.html +26 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-theoraenc.html +52 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-theoraparse.html +51 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-timeoverlay.html +46 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-uridecodebin.html +12 -56
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-urisourcebin.html +111 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-videoconvert.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-videorate.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-videoscale.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-videotestsrc.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-volume.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-vorbisdec.html +26 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-vorbisenc.html +37 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-vorbisparse.html +45 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-vorbistag.html +33 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-ximagesink.html +119 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-xvimagesink.html +150 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/index.html +15 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/up.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/ch01.html +254 -17
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-1.0.devhelp2 +343 -97
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-3gppmux.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-aasink.html +32 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-alawenc.html +9 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-apev2mux.html +38 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-aspectratiocrop.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-asteriskh263.html +155 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audioamplify.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiochebband.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiocheblimit.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiodynamic.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audioecho.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiofirfilter.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audioiirfilter.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audioinvert.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiokaraoke.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiopanorama.html +39 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiowsincband.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiowsinclimit.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-auparse.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-autoaudiosink.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-autoaudiosrc.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-autovideosink.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-autovideosrc.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-avidemux.html +27 -27
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-avimux.html +7 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-avisubtitle.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-breakmydata.html +131 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-cacasink.html +35 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-cairooverlay.html +196 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-capssetter.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-cpureport.html +156 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-cutter.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-dcaparse.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-deinterlace.html +202 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-deinterleave.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-dicetv.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-directsoundsink.html +33 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-dtmfsrc.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-dv1394src.html +19 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-dvdec.html +21 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-dvdemux.html +22 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-dynudpsink.html +243 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-edgetv.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-equalizer-10bands.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-equalizer-3bands.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-equalizer-nbands.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-flacdec.html +33 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-flacenc.html +45 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-flacparse.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-flactag.html +29 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-flvdemux.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-flvmux.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-flxdec.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-gamma.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-gdkpixbufdec.html +239 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-gdkpixbufoverlay.html +341 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-gdkpixbufsink.html +79 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-goom.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-goom2k1.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-hdv1394src.html +29 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-icydemux.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-id3demux.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-id3v2mux.html +42 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/{GstIirEqualizer.html → gst-plugins-good-plugins-iirequalizer.html} +21 -21
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-imagefreeze.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-interleave.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-ismlmux.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-jackaudiosink.html +41 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-jackaudiosrc.html +37 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-jpegdec.html +23 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-jpegenc.html +18 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-level.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-matroskademux.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-matroskamux.html +35 -21
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-matroskaparse.html +202 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-mj2mux.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-monoscope.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-mp4mux.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-mpegaudioparse.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-mulawdec.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-mulawenc.html +11 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-multifilesink.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-multifilesrc.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-multipartdemux.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-multipartmux.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-multiudpsink.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-navigationtest.html +157 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-navseek.html +183 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-optv.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-oss4sink.html +35 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-oss4src.html +20 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-osssink.html +33 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-osssrc.html +19 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-osxaudiosink.html +17 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-osxaudiosrc.html +17 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-osxvideosink.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-1394.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-aasink.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-alaw.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-alpha.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-alphacolor.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-apetag.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-audiofx.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-audioparsers.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-auparse.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-autodetect.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-avi.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-cacasink.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-cairo.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-cutter.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-debug.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-deinterlace.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-dtmf.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-dv.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-effectv.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-equalizer.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-flac.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-flv.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-flxdec.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-gdkpixbuf.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-goom.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-goom2k1.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-icydemux.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-id3demux.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-imagefreeze.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-interleave.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-isomp4.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-jack.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-jpeg.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-level.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-matroska.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-mulaw.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-multifile.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-multipart.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-navigationtest.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-oss4.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-ossaudio.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-png.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-pulseaudio.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-replaygain.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-rtp.html +72 -72
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-rtpmanager.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-rtsp.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-shapewipe.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-shout2send.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-smpte.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-soup.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-spectrum.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-speex.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-taglib.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-udp.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-video4linux2.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-videobox.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-videocrop.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-videofilter.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-videomixer.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-vpx.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-wavenc.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-wavpack.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-wavparse.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-ximagesrc.html +1 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-y4menc.html +2 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-pngdec.html +4 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-pngenc.html +3 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-progressreport.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-pulsesink.html +68 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-pulsesrc.html +51 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-pushfilesrc.html +275 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-qtdemux.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-qtmoovrecover.html +6 -57
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-qtmux.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-quarktv.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-radioactv.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-revtv.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rganalysis.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rglimiter.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rgvolume.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rippletv.html +5 -5
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-pyramidsegment.html → gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rndbuffersize.html} +23 -22
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpL16depay.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpL16pay.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpL24depay.html +177 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpL24pay.html +178 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpac3depay.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpac3pay.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpamrdepay.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpamrpay.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpbin.html +39 -109
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpbvdepay.html +31 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpbvpay.html +34 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpceltdepay.html +156 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpceltpay.html +156 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpdec.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpdtmfdepay.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpdtmfmux.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpdtmfsrc.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpdvdepay.html +156 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpdvpay.html +182 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpg722depay.html +160 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpg722pay.html +161 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpg723depay.html +160 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpg723pay.html +160 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpg726depay.html +182 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpg726pay.html +183 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpg729depay.html +160 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpg729pay.html +160 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpgsmdepay.html +160 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpgsmpay.html +160 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpgstdepay.html +156 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpgstpay.html +183 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtph261depay.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtph261pay.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtph263depay.html +160 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtph263pay.html +186 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtph263pdepay.html +160 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtph263ppay.html +186 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtph264depay.html +160 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtph264pay.html +203 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtph265depay.html +156 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtph265pay.html +203 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpilbcdepay.html +182 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpilbcpay.html +157 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpj2kdepay.html +164 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpj2kpay.html +14 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpjitterbuffer.html +72 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpjpegdepay.html +160 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpjpegpay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpklvdepay.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpklvpay.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmp1sdepay.html +160 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmp2tdepay.html +186 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmp2tpay.html +160 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmp4adepay.html +156 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmp4apay.html +156 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmp4gdepay.html +160 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmp4gpay.html +160 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmp4vdepay.html +156 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmp4vpay.html +187 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmpadepay.html +160 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmpapay.html +160 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmparobustdepay.html +160 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmpvdepay.html +160 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmpvpay.html +160 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmux.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpopusdepay.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpopuspay.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtppcmadepay.html +160 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtppcmapay.html +161 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtppcmudepay.html +160 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtppcmupay.html +161 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpptdemux.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpqcelpdepay.html +160 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpqdm2depay.html +156 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtprtxqueue.html +197 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtprtxreceive.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtprtxsend.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpsbcdepay.html +156 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpsbcpay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpsession.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpsirendepay.html +156 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpsirenpay.html +157 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpspeexdepay.html +156 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpspeexpay.html +156 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpssrcdemux.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpstreamdepay.html +198 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpstreampay.html +197 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpsv3vdepay.html +156 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtptheoradepay.html +156 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtptheorapay.html +183 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpvorbisdepay.html +156 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpvorbispay.html +183 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpvp8depay.html +156 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpvp8pay.html +182 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpvp9depay.html +156 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpvp9pay.html +182 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpvrawdepay.html +156 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpvrawpay.html +183 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpxqtdepay.html +156 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtspsrc.html +19 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-sbcparse.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-scaletempo.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-shagadelictv.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-shapewipe.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-shout2send.html +22 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-smpte.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-smptealpha.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-souphttpclientsink.html +324 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-souphttpsrc.html +82 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-spectrum.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-speexdec.html +25 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-speexenc.html +24 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-splitfilesrc.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-splitmuxsink.html +16 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-splitmuxsrc.html +59 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-streaktv.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-taginject.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-testsink.html +104 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-udpsink.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-udpsrc.html +16 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-v4l2radio.html +23 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-v4l2sink.html +38 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-v4l2src.html +89 -14
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-vertigotv.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-videobalance.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-videobox.html +63 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-videocrop.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-videoflip.html +14 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-videomedian.html +230 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-videomixer.html +120 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-vp8dec.html +25 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-vp8enc.html +35 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-vp9dec.html +263 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-vp9enc.html +810 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-warptv.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-waveformsink.html +33 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-wavenc.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-wavpackdec.html +21 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-wavpackenc.html +44 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-wavpackparse.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-wavparse.html +27 -27
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-webmmux.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-ximagesrc.html +34 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-y4menc.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/index.html +255 -27
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/up.png +0 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstAllocator.html +1 -1
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstBin.html +131 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstBuffer.html +148 -11
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstBufferList.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstBufferPool.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstBus.html +1 -1
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstCaps.html +10 -10
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstCapsFeatures.html +23 -23
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstChildProxy.html +1 -1
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstClock.html +8 -8
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstContext.html +7 -7
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstControlSource.html +1 -1
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstDateTime.html +1 -1
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstDeviceProviderFactory.html +11 -11
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstElement.html +544 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstEvent.html +366 -11
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstGhostPad.html +1 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstMemory.html +5 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstMessage.html +1055 -98
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstObject.html +15 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPad.html +168 -14
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPadTemplate.html +3 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPipeline.html +4 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPlugin.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPluginFeature.html +1 -1
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPreset.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstQuery.html +31 -29
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstSample.html +4 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstSegment.html +12 -12
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstStructure.html +7 -7
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstSystemClock.html +1 -1
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTagList.html +6 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTagSetter.html +1 -1
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstToc.html +5 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTracerFactory.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTracerRecord.html +1 -1
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/annotation-glossary.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gst-running.html +4 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-1.0.devhelp2 +99 -8
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstConfig.html +0 -24
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstDevice.html +11 -11
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstDeviceMonitor.html +20 -16
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstDeviceProvider.html +15 -15
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstInfo.html +26 -15
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstMeta.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstMiniObject.html +9 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstParse.html +13 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstPoll.html +17 -8
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstProtectionMeta.html +4 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstStream.html +656 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstStreamCollection.html +327 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstUri.html +38 -38
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstUriHandler.html +1 -1
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstUtils.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstValue.html +9 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstVersion.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-hierarchy.html +4 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/index.html +15 -7
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix01.html +272 -8
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix02.html +1 -1
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix03.html +69 -218
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix04.html +31 -229
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix05.html +408 -7
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix06.html +84 -99
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix07.html +7 -7
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix08.html +322 -7
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix09.html +34 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix10.html +34 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/libgstreamer.html +6 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/up.png +0 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstAdapter.html +191 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstBaseParse.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstBaseSink.html +5 -7
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstBaseSrc.html +3 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstBaseTransform.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstCollectPads.html +19 -17
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstDirectControlBinding.html +10 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstNetClientClock.html +1 -1
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstPtpClock.html +7 -7
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstTestClock.html +34 -19
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstTimedValueControlSource.html +3 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/annotation-glossary.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-1.0.devhelp2 +12 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstByteReader.html +4 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstByteWriter.html +5 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstCheck.html +14 -14
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstDataQueue.html +12 -12
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstFlowCombiner.html +10 -10
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstHarness.html +82 -87
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstQueueArray.html +13 -13
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstTypeFindHelper.html +1 -1
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/index.html +7 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/ix01.html +24 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/ix02.html +1 -1
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/ix03.html +8 -463
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/ix04.html +11 -72
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/ix05.html +317 -57
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/ix06.html +88 -8
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/ix07.html +241 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/ix08.html +34 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/up.png +0 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-1.0.devhelp2 +4 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-multiqueue.html +42 -1
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-plugin-coreelements.html +1 -1
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-queue2.html +31 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/index.html +1 -1
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/up.png +0 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAddress.html +63 -63
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuth.html +40 -40
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuthDomain.html +44 -44
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuthDomainBasic.html +13 -13
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuthDomainDigest.html +10 -10
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuthManager.html +6 -6
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCache.html +8 -8
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupContentDecoder.html +1 -1
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupContentSniffer.html +6 -6
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCookie.html +47 -47
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCookieJar.html +25 -25
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCookieJarDB.html +8 -8
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCookieJarText.html +7 -7
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupLogger.html +68 -22
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMessage.html +88 -88
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMessageBody.html +42 -42
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMessageHeaders.html +55 -55
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMultipart.html +6 -6
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMultipartInputStream.html +30 -30
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupProxyResolverDefault.html +5 -5
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupRequest.html +25 -25
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupRequestData.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupRequestFile.html +6 -6
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupRequestHTTP.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupServer.html +131 -131
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSession.html +183 -183
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSessionAsync.html +1 -1
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSessionFeature.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSessionSync.html +1 -1
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSocket.html +93 -93
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupURI.html +50 -50
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/index.sgml +5 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/ix01.html +6 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-HTML-Form-Support.html +20 -20
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-Soup-Miscellaneous-Utilities.html +113 -113
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-SoupServer-deprecated-API.html +18 -18
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-Top-Level-Domain-utils.html +8 -8
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-Version-Information.html +15 -15
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-WebSockets.html +63 -48
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-XMLRPC-Support.html +54 -54
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-soup-status.html +11 -11
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4.devhelp2 +3 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-client-howto.html +9 -9
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-request-howto.html +4 -4
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-server-howto.html +9 -9
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-session-porting.html +4 -4
- data/vendor/local/share/license/libav/LICENSE.md +35 -27
- data/vendor/local/share/locale/af/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/af/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/af/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/af/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/az/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/az/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/az/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/az/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/bn_IN/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/gd/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/ky/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/mt/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/mt/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/rw/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/sq/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/sq/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/sq/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/sq/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/tg/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/man/man1/gst-launch-1.0.1 +26 -26
- metadata +178 -18
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/ch03.html +0 -37
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-GstVideoMixerPad.html +0 -47
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-smokedec.html +0 -87
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-smokeenc.html +0 -87
@@ -42,7 +42,7 @@
|
|
42
42
|
</colgroup>
|
43
43
|
<tbody><tr>
|
44
44
|
<td class="function_type">
|
45
|
-
<a href="
|
45
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GFile.html"><span class="returnvalue">GFile</span></a> *
|
46
46
|
</td>
|
47
47
|
<td class="function_name">
|
48
48
|
<a class="link" href="SoupRequestFile.html#soup-request-file-get-file" title="soup_request_file_get_file ()">soup_request_file_get_file</a> <span class="c_punctuation">()</span>
|
@@ -65,7 +65,7 @@
|
|
65
65
|
</div>
|
66
66
|
<div class="refsect1">
|
67
67
|
<a name="SoupRequestFile.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
68
|
-
<pre class="screen"> <a href="
|
68
|
+
<pre class="screen"> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
69
69
|
<span class="lineart">╰──</span> <a class="link" href="SoupRequest.html" title="SoupRequest">SoupRequest</a>
|
70
70
|
<span class="lineart">╰──</span> SoupRequestFile
|
71
71
|
</pre>
|
@@ -74,7 +74,7 @@
|
|
74
74
|
<a name="SoupRequestFile.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
|
75
75
|
<p>
|
76
76
|
SoupRequestFile implements
|
77
|
-
<a href="
|
77
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GInitable.html">GInitable</a>.</p>
|
78
78
|
</div>
|
79
79
|
<div class="refsect1">
|
80
80
|
<a name="SoupRequestFile.includes"></a><h2>Includes</h2>
|
@@ -90,9 +90,9 @@ URIs.</p>
|
|
90
90
|
<a name="SoupRequestFile.functions_details"></a><h2>Functions</h2>
|
91
91
|
<div class="refsect2">
|
92
92
|
<a name="soup-request-file-get-file"></a><h3>soup_request_file_get_file ()</h3>
|
93
|
-
<pre class="programlisting"><a href="
|
93
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GFile.html"><span class="returnvalue">GFile</span></a> *
|
94
94
|
soup_request_file_get_file (<em class="parameter"><code><a class="link" href="SoupRequestFile.html" title="SoupRequestFile"><span class="type">SoupRequestFile</span></a> *file</code></em>);</pre>
|
95
|
-
<p>Gets a <a href="
|
95
|
+
<p>Gets a <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GFile.html"><span class="type">GFile</span></a> corresponding to <em class="parameter"><code>file</code></em>
|
96
96
|
's URI</p>
|
97
97
|
<div class="refsect3">
|
98
98
|
<a name="id-1.3.17.9.2.5"></a><h4>Parameters</h4>
|
@@ -111,7 +111,7 @@ soup_request_file_get_file (<em class="parameter"><code><a class="link" href="So
|
|
111
111
|
</div>
|
112
112
|
<div class="refsect3">
|
113
113
|
<a name="id-1.3.17.9.2.6"></a><h4>Returns</h4>
|
114
|
-
<p> a <a href="
|
114
|
+
<p> a <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GFile.html"><span class="type">GFile</span></a> corresponding to <em class="parameter"><code>file</code></em>
|
115
115
|
. </p>
|
116
116
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
117
117
|
</div>
|
@@ -65,7 +65,7 @@
|
|
65
65
|
</div>
|
66
66
|
<div class="refsect1">
|
67
67
|
<a name="SoupRequestHTTP.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
68
|
-
<pre class="screen"> <a href="
|
68
|
+
<pre class="screen"> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
69
69
|
<span class="lineart">╰──</span> <a class="link" href="SoupRequest.html" title="SoupRequest">SoupRequest</a>
|
70
70
|
<span class="lineart">╰──</span> SoupRequestHTTP
|
71
71
|
</pre>
|
@@ -74,7 +74,7 @@
|
|
74
74
|
<a name="SoupRequestHTTP.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
|
75
75
|
<p>
|
76
76
|
SoupRequestHTTP implements
|
77
|
-
<a href="
|
77
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GInitable.html">GInitable</a>.</p>
|
78
78
|
</div>
|
79
79
|
<div class="refsect1">
|
80
80
|
<a name="SoupRequestHTTP.includes"></a><h2>Includes</h2>
|
@@ -52,7 +52,7 @@
|
|
52
52
|
</tr>
|
53
53
|
<tr>
|
54
54
|
<td class="function_type">
|
55
|
-
<a href="
|
55
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
56
56
|
</td>
|
57
57
|
<td class="function_name">
|
58
58
|
<a class="link" href="SoupServer.html#soup-server-set-ssl-cert-file" title="soup_server_set_ssl_cert_file ()">soup_server_set_ssl_cert_file</a> <span class="c_punctuation">()</span>
|
@@ -60,7 +60,7 @@
|
|
60
60
|
</tr>
|
61
61
|
<tr>
|
62
62
|
<td class="function_type">
|
63
|
-
<a href="
|
63
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
64
64
|
</td>
|
65
65
|
<td class="function_name">
|
66
66
|
<a class="link" href="SoupServer.html#soup-server-listen" title="soup_server_listen ()">soup_server_listen</a> <span class="c_punctuation">()</span>
|
@@ -68,7 +68,7 @@
|
|
68
68
|
</tr>
|
69
69
|
<tr>
|
70
70
|
<td class="function_type">
|
71
|
-
<a href="
|
71
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
72
72
|
</td>
|
73
73
|
<td class="function_name">
|
74
74
|
<a class="link" href="SoupServer.html#soup-server-listen-all" title="soup_server_listen_all ()">soup_server_listen_all</a> <span class="c_punctuation">()</span>
|
@@ -76,7 +76,7 @@
|
|
76
76
|
</tr>
|
77
77
|
<tr>
|
78
78
|
<td class="function_type">
|
79
|
-
<a href="
|
79
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
80
80
|
</td>
|
81
81
|
<td class="function_name">
|
82
82
|
<a class="link" href="SoupServer.html#soup-server-listen-local" title="soup_server_listen_local ()">soup_server_listen_local</a> <span class="c_punctuation">()</span>
|
@@ -84,7 +84,7 @@
|
|
84
84
|
</tr>
|
85
85
|
<tr>
|
86
86
|
<td class="function_type">
|
87
|
-
<a href="
|
87
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
88
88
|
</td>
|
89
89
|
<td class="function_name">
|
90
90
|
<a class="link" href="SoupServer.html#soup-server-listen-socket" title="soup_server_listen_socket ()">soup_server_listen_socket</a> <span class="c_punctuation">()</span>
|
@@ -92,7 +92,7 @@
|
|
92
92
|
</tr>
|
93
93
|
<tr>
|
94
94
|
<td class="function_type">
|
95
|
-
<a href="
|
95
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
96
96
|
</td>
|
97
97
|
<td class="function_name">
|
98
98
|
<a class="link" href="SoupServer.html#soup-server-listen-fd" title="soup_server_listen_fd ()">soup_server_listen_fd</a> <span class="c_punctuation">()</span>
|
@@ -100,7 +100,7 @@
|
|
100
100
|
</tr>
|
101
101
|
<tr>
|
102
102
|
<td class="function_type">
|
103
|
-
<a href="
|
103
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> *
|
104
104
|
</td>
|
105
105
|
<td class="function_name">
|
106
106
|
<a class="link" href="SoupServer.html#soup-server-get-listeners" title="soup_server_get_listeners ()">soup_server_get_listeners</a> <span class="c_punctuation">()</span>
|
@@ -108,7 +108,7 @@
|
|
108
108
|
</tr>
|
109
109
|
<tr>
|
110
110
|
<td class="function_type">
|
111
|
-
<a href="
|
111
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> *
|
112
112
|
</td>
|
113
113
|
<td class="function_name">
|
114
114
|
<a class="link" href="SoupServer.html#soup-server-get-uris" title="soup_server_get_uris ()">soup_server_get_uris</a> <span class="c_punctuation">()</span>
|
@@ -124,7 +124,7 @@
|
|
124
124
|
</tr>
|
125
125
|
<tr>
|
126
126
|
<td class="function_type">
|
127
|
-
<a href="
|
127
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
128
128
|
</td>
|
129
129
|
<td class="function_name">
|
130
130
|
<a class="link" href="SoupServer.html#soup-server-is-https" title="soup_server_is_https ()">soup_server_is_https</a> <span class="c_punctuation">()</span>
|
@@ -132,7 +132,7 @@
|
|
132
132
|
</tr>
|
133
133
|
<tr>
|
134
134
|
<td class="function_type">
|
135
|
-
<a href="
|
135
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
136
136
|
</td>
|
137
137
|
<td class="function_name">
|
138
138
|
<a class="link" href="SoupServer.html#soup-server-accept-iostream" title="soup_server_accept_iostream ()">soup_server_accept_iostream</a> <span class="c_punctuation">()</span>
|
@@ -188,7 +188,7 @@
|
|
188
188
|
</tr>
|
189
189
|
<tr>
|
190
190
|
<td class="function_type">
|
191
|
-
<a href="
|
191
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GSocketAddress.html"><span class="returnvalue">GSocketAddress</span></a> *
|
192
192
|
</td>
|
193
193
|
<td class="function_name">
|
194
194
|
<a class="link" href="SoupServer.html#soup-client-context-get-local-address" title="soup_client_context_get_local_address ()">soup_client_context_get_local_address</a> <span class="c_punctuation">()</span>
|
@@ -196,7 +196,7 @@
|
|
196
196
|
</tr>
|
197
197
|
<tr>
|
198
198
|
<td class="function_type">
|
199
|
-
<a href="
|
199
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GSocketAddress.html"><span class="returnvalue">GSocketAddress</span></a> *
|
200
200
|
</td>
|
201
201
|
<td class="function_name">
|
202
202
|
<a class="link" href="SoupServer.html#soup-client-context-get-remote-address" title="soup_client_context_get_remote_address ()">soup_client_context_get_remote_address</a> <span class="c_punctuation">()</span>
|
@@ -226,7 +226,7 @@
|
|
226
226
|
</tr>
|
227
227
|
<tr>
|
228
228
|
<td class="function_type">
|
229
|
-
<a href="
|
229
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GSocket.html"><span class="returnvalue">GSocket</span></a> *
|
230
230
|
</td>
|
231
231
|
<td class="function_name">
|
232
232
|
<a class="link" href="SoupServer.html#soup-client-context-get-gsocket" title="soup_client_context_get_gsocket ()">soup_client_context_get_gsocket</a> <span class="c_punctuation">()</span>
|
@@ -234,7 +234,7 @@
|
|
234
234
|
</tr>
|
235
235
|
<tr>
|
236
236
|
<td class="function_type">
|
237
|
-
<a href="
|
237
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GIOStream.html"><span class="returnvalue">GIOStream</span></a> *
|
238
238
|
</td>
|
239
239
|
<td class="function_name">
|
240
240
|
<a class="link" href="SoupServer.html#soup-client-context-steal-connection" title="soup_client_context_steal_connection ()">soup_client_context_steal_connection</a> <span class="c_punctuation">()</span>
|
@@ -285,17 +285,17 @@
|
|
285
285
|
</colgroup>
|
286
286
|
<tbody>
|
287
287
|
<tr>
|
288
|
-
<td class="property_type"><a href="
|
288
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a></td>
|
289
289
|
<td class="property_name"><a class="link" href="SoupServer.html#SoupServer--async-context" title="The “async-context” property">async-context</a></td>
|
290
290
|
<td class="property_flags">Read / Write / Construct Only</td>
|
291
291
|
</tr>
|
292
292
|
<tr>
|
293
|
-
<td class="property_type"><a href="
|
293
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html#GStrv"><span class="type">GStrv</span></a></td>
|
294
294
|
<td class="property_name"><a class="link" href="SoupServer.html#SoupServer--http-aliases" title="The “http-aliases” property">http-aliases</a></td>
|
295
295
|
<td class="property_flags">Read / Write</td>
|
296
296
|
</tr>
|
297
297
|
<tr>
|
298
|
-
<td class="property_type"><a href="
|
298
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html#GStrv"><span class="type">GStrv</span></a></td>
|
299
299
|
<td class="property_name"><a class="link" href="SoupServer.html#SoupServer--https-aliases" title="The “https-aliases” property">https-aliases</a></td>
|
300
300
|
<td class="property_flags">Read / Write</td>
|
301
301
|
</tr>
|
@@ -306,36 +306,36 @@
|
|
306
306
|
<td class="property_flags">Read / Write / Construct Only</td>
|
307
307
|
</tr>
|
308
308
|
<tr>
|
309
|
-
<td class="property_type"><a href="
|
309
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td>
|
310
310
|
<td class="property_name"><a class="link" href="SoupServer.html#SoupServer--port" title="The “port” property">port</a></td>
|
311
311
|
<td class="property_flags">Read / Write / Construct Only</td>
|
312
312
|
</tr>
|
313
313
|
<tr>
|
314
|
-
<td class="property_type"><a href="
|
314
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
315
315
|
<td class="property_name"><a class="link" href="SoupServer.html#SoupServer--raw-paths" title="The “raw-paths” property">raw-paths</a></td>
|
316
316
|
<td class="property_flags">Read / Write / Construct Only</td>
|
317
317
|
</tr>
|
318
318
|
<tr>
|
319
319
|
<td class="property_type">
|
320
|
-
<a href="
|
320
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
|
321
321
|
<td class="property_name"><a class="link" href="SoupServer.html#SoupServer--server-header" title="The “server-header” property">server-header</a></td>
|
322
322
|
<td class="property_flags">Read / Write / Construct</td>
|
323
323
|
</tr>
|
324
324
|
<tr>
|
325
325
|
<td class="property_type">
|
326
|
-
<a href="
|
326
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
|
327
327
|
<td class="property_name"><a class="link" href="SoupServer.html#SoupServer--ssl-cert-file" title="The “ssl-cert-file” property">ssl-cert-file</a></td>
|
328
328
|
<td class="property_flags">Read / Write / Construct Only</td>
|
329
329
|
</tr>
|
330
330
|
<tr>
|
331
331
|
<td class="property_type">
|
332
|
-
<a href="
|
332
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
|
333
333
|
<td class="property_name"><a class="link" href="SoupServer.html#SoupServer--ssl-key-file" title="The “ssl-key-file” property">ssl-key-file</a></td>
|
334
334
|
<td class="property_flags">Read / Write / Construct Only</td>
|
335
335
|
</tr>
|
336
336
|
<tr>
|
337
337
|
<td class="property_type">
|
338
|
-
<a href="
|
338
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GTlsCertificate.html"><span class="type">GTlsCertificate</span></a> *</td>
|
339
339
|
<td class="property_name"><a class="link" href="SoupServer.html#SoupServer--tls-certificate" title="The “tls-certificate” property">tls-certificate</a></td>
|
340
340
|
<td class="property_flags">Read / Write / Construct Only</td>
|
341
341
|
</tr>
|
@@ -421,7 +421,7 @@
|
|
421
421
|
<a name="SoupServer.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
422
422
|
<pre class="screen"> GBoxed
|
423
423
|
<span class="lineart">╰──</span> SoupClientContext
|
424
|
-
<a href="
|
424
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
425
425
|
<span class="lineart">╰──</span> SoupServer
|
426
426
|
</pre>
|
427
427
|
</div>
|
@@ -442,7 +442,7 @@ details on the older <a class="link" href="SoupServer.html" title="SoupServer"><
|
|
442
442
|
handler by calling <a class="link" href="SoupServer.html#soup-server-add-handler" title="soup_server_add_handler ()"><code class="function">soup_server_add_handler()</code></a> or
|
443
443
|
<a class="link" href="SoupServer.html#soup-server-add-early-handler" title="soup_server_add_early_handler ()"><code class="function">soup_server_add_early_handler()</code></a>; the handler will be called to
|
444
444
|
process any requests underneath the path you pass. (If you want all
|
445
|
-
requests to go to the same handler, just pass "/" (or <a href="
|
445
|
+
requests to go to the same handler, just pass "/" (or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>) for
|
446
446
|
the path.)</p>
|
447
447
|
<p>When a new connection is accepted (or a new request is started on
|
448
448
|
an existing persistent connection), the <a class="link" href="SoupServer.html" title="SoupServer"><span class="type">SoupServer</span></a> will emit
|
@@ -505,7 +505,7 @@ different data for http and https, you'll need to create multiple
|
|
505
505
|
function.).</p>
|
506
506
|
<p><a class="link" href="SoupServer.html" title="SoupServer"><span class="type">SoupServer</span></a> will begin processing connections as soon as you return
|
507
507
|
to (or start) the main loop for the current thread-default
|
508
|
-
<a href="
|
508
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html#GMainContext"><span class="type">GMainContext</span></a>.</p>
|
509
509
|
</div>
|
510
510
|
<div class="refsect1">
|
511
511
|
<a name="SoupServer.functions_details"></a><h2>Functions</h2>
|
@@ -515,7 +515,7 @@ to (or start) the main loop for the current thread-default
|
|
515
515
|
soup_server_new (<em class="parameter"><code>const <span class="type">char</span> *optname1</code></em>,
|
516
516
|
<em class="parameter"><code>...</code></em>);</pre>
|
517
517
|
<p>Creates a new <a class="link" href="SoupServer.html" title="SoupServer"><span class="type">SoupServer</span></a>. This is exactly equivalent to calling
|
518
|
-
<a href="
|
518
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#g-object-new"><code class="function">g_object_new()</code></a> and specifying <code class="literal">SOUP_TYPE_SERVER</code> as the type.</p>
|
519
519
|
<div class="refsect3">
|
520
520
|
<a name="id-1.3.19.11.2.5"></a><h4>Parameters</h4>
|
521
521
|
<div class="informaltable"><table width="100%" border="0">
|
@@ -542,7 +542,7 @@ soup_server_new (<em class="parameter"><code>const <span class="type">char</span
|
|
542
542
|
<div class="refsect3">
|
543
543
|
<a name="id-1.3.19.11.2.6"></a><h4>Returns</h4>
|
544
544
|
<p> a new <a class="link" href="SoupServer.html" title="SoupServer"><span class="type">SoupServer</span></a>. If you are using
|
545
|
-
certain legacy properties, this may also return <a href="
|
545
|
+
certain legacy properties, this may also return <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if an error
|
546
546
|
occurs. </p>
|
547
547
|
<p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
|
548
548
|
</div>
|
@@ -550,11 +550,11 @@ occurs. </p>
|
|
550
550
|
<hr>
|
551
551
|
<div class="refsect2">
|
552
552
|
<a name="soup-server-set-ssl-cert-file"></a><h3>soup_server_set_ssl_cert_file ()</h3>
|
553
|
-
<pre class="programlisting"><a href="
|
553
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
554
554
|
soup_server_set_ssl_cert_file (<em class="parameter"><code><a class="link" href="SoupServer.html" title="SoupServer"><span class="type">SoupServer</span></a> *server</code></em>,
|
555
555
|
<em class="parameter"><code>const <span class="type">char</span> *ssl_cert_file</code></em>,
|
556
556
|
<em class="parameter"><code>const <span class="type">char</span> *ssl_key_file</code></em>,
|
557
|
-
<em class="parameter"><code><a href="
|
557
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
558
558
|
<p>Sets <em class="parameter"><code>server</code></em>
|
559
559
|
up to do https, using the SSL/TLS certificate
|
560
560
|
specified by <em class="parameter"><code>ssl_cert_file</code></em>
|
@@ -562,7 +562,7 @@ specified by <em class="parameter"><code>ssl_cert_file</code></em>
|
|
562
562
|
(which may point to
|
563
563
|
the same file).</p>
|
564
564
|
<p>Alternatively, you can set the <a class="link" href="SoupServer.html#SoupServer--tls-certificate" title="The “tls-certificate” property"><span class="type">“tls-certificate”</span></a> property
|
565
|
-
at construction time, if you already have a <a href="
|
565
|
+
at construction time, if you already have a <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GTlsCertificate.html"><span class="type">GTlsCertificate</span></a>.</p>
|
566
566
|
<div class="refsect3">
|
567
567
|
<a name="id-1.3.19.11.3.6"></a><h4>Parameters</h4>
|
568
568
|
<div class="informaltable"><table width="100%" border="0">
|
@@ -590,7 +590,7 @@ certificate.</p></td>
|
|
590
590
|
</tr>
|
591
591
|
<tr>
|
592
592
|
<td class="parameter_name"><p>error</p></td>
|
593
|
-
<td class="parameter_description"><p>return location for a <a href="
|
593
|
+
<td class="parameter_description"><p>return location for a <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a></p></td>
|
594
594
|
<td class="parameter_annotations"> </td>
|
595
595
|
</tr>
|
596
596
|
</tbody>
|
@@ -605,11 +605,11 @@ certificate.</p></td>
|
|
605
605
|
<hr>
|
606
606
|
<div class="refsect2">
|
607
607
|
<a name="soup-server-listen"></a><h3>soup_server_listen ()</h3>
|
608
|
-
<pre class="programlisting"><a href="
|
608
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
609
609
|
soup_server_listen (<em class="parameter"><code><a class="link" href="SoupServer.html" title="SoupServer"><span class="type">SoupServer</span></a> *server</code></em>,
|
610
|
-
<em class="parameter"><code><a href="
|
610
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GSocketAddress.html"><span class="type">GSocketAddress</span></a> *address</code></em>,
|
611
611
|
<em class="parameter"><code><a class="link" href="SoupServer.html#SoupServerListenOptions" title="enum SoupServerListenOptions"><span class="type">SoupServerListenOptions</span></a> options</code></em>,
|
612
|
-
<em class="parameter"><code><a href="
|
612
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
613
613
|
<p>This attempts to set up <em class="parameter"><code>server</code></em>
|
614
614
|
to listen for connections on
|
615
615
|
<em class="parameter"><code>address</code></em>
|
@@ -625,7 +625,7 @@ any number of times on a server, if you want to listen on multiple
|
|
625
625
|
ports, or set up both http and https service.</p>
|
626
626
|
<p>After calling this method, <em class="parameter"><code>server</code></em>
|
627
627
|
will begin accepting and
|
628
|
-
processing connections as soon as the appropriate <a href="
|
628
|
+
processing connections as soon as the appropriate <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html#GMainContext"><span class="type">GMainContext</span></a> is
|
629
629
|
run.</p>
|
630
630
|
<p>Note that <a class="link" href="SoupServer.html" title="SoupServer"><span class="type">SoupServer</span></a> never makes use of dual IPv4/IPv6 sockets; if
|
631
631
|
<em class="parameter"><code>address</code></em>
|
@@ -657,7 +657,7 @@ You must configure IPv4 listening separately.</p>
|
|
657
657
|
</tr>
|
658
658
|
<tr>
|
659
659
|
<td class="parameter_name"><p>error</p></td>
|
660
|
-
<td class="parameter_description"><p>return location for a <a href="
|
660
|
+
<td class="parameter_description"><p>return location for a <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a></p></td>
|
661
661
|
<td class="parameter_annotations"> </td>
|
662
662
|
</tr>
|
663
663
|
</tbody>
|
@@ -665,7 +665,7 @@ You must configure IPv4 listening separately.</p>
|
|
665
665
|
</div>
|
666
666
|
<div class="refsect3">
|
667
667
|
<a name="id-1.3.19.11.4.10"></a><h4>Returns</h4>
|
668
|
-
<p> <a href="
|
668
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success, <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if <em class="parameter"><code>address</code></em>
|
669
669
|
could not be
|
670
670
|
bound or any other error occurred (in which case <em class="parameter"><code>error</code></em>
|
671
671
|
will be
|
@@ -676,11 +676,11 @@ set).</p>
|
|
676
676
|
<hr>
|
677
677
|
<div class="refsect2">
|
678
678
|
<a name="soup-server-listen-all"></a><h3>soup_server_listen_all ()</h3>
|
679
|
-
<pre class="programlisting"><a href="
|
679
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
680
680
|
soup_server_listen_all (<em class="parameter"><code><a class="link" href="SoupServer.html" title="SoupServer"><span class="type">SoupServer</span></a> *server</code></em>,
|
681
|
-
<em class="parameter"><code><a href="
|
681
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> port</code></em>,
|
682
682
|
<em class="parameter"><code><a class="link" href="SoupServer.html#SoupServerListenOptions" title="enum SoupServerListenOptions"><span class="type">SoupServerListenOptions</span></a> options</code></em>,
|
683
|
-
<em class="parameter"><code><a href="
|
683
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
684
684
|
<p>This attempts to set up <em class="parameter"><code>server</code></em>
|
685
685
|
to listen for connections on all
|
686
686
|
interfaces on the system. (That is, it listens on the addresses
|
@@ -721,7 +721,7 @@ unused port to listen on. (In that case, you can use
|
|
721
721
|
</tr>
|
722
722
|
<tr>
|
723
723
|
<td class="parameter_name"><p>error</p></td>
|
724
|
-
<td class="parameter_description"><p>return location for a <a href="
|
724
|
+
<td class="parameter_description"><p>return location for a <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a></p></td>
|
725
725
|
<td class="parameter_annotations"> </td>
|
726
726
|
</tr>
|
727
727
|
</tbody>
|
@@ -729,7 +729,7 @@ unused port to listen on. (In that case, you can use
|
|
729
729
|
</div>
|
730
730
|
<div class="refsect3">
|
731
731
|
<a name="id-1.3.19.11.5.7"></a><h4>Returns</h4>
|
732
|
-
<p> <a href="
|
732
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success, <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if <em class="parameter"><code>port</code></em>
|
733
733
|
could not be bound
|
734
734
|
or any other error occurred (in which case <em class="parameter"><code>error</code></em>
|
735
735
|
will be set).</p>
|
@@ -739,11 +739,11 @@ will be set).</p>
|
|
739
739
|
<hr>
|
740
740
|
<div class="refsect2">
|
741
741
|
<a name="soup-server-listen-local"></a><h3>soup_server_listen_local ()</h3>
|
742
|
-
<pre class="programlisting"><a href="
|
742
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
743
743
|
soup_server_listen_local (<em class="parameter"><code><a class="link" href="SoupServer.html" title="SoupServer"><span class="type">SoupServer</span></a> *server</code></em>,
|
744
|
-
<em class="parameter"><code><a href="
|
744
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> port</code></em>,
|
745
745
|
<em class="parameter"><code><a class="link" href="SoupServer.html#SoupServerListenOptions" title="enum SoupServerListenOptions"><span class="type">SoupServerListenOptions</span></a> options</code></em>,
|
746
|
-
<em class="parameter"><code><a href="
|
746
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
747
747
|
<p>This attempts to set up <em class="parameter"><code>server</code></em>
|
748
748
|
to listen for connections on
|
749
749
|
"localhost" (that is, <code class="literal">127.0.0.1</code> and/or
|
@@ -784,7 +784,7 @@ ended up choosing.)</p>
|
|
784
784
|
</tr>
|
785
785
|
<tr>
|
786
786
|
<td class="parameter_name"><p>error</p></td>
|
787
|
-
<td class="parameter_description"><p>return location for a <a href="
|
787
|
+
<td class="parameter_description"><p>return location for a <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a></p></td>
|
788
788
|
<td class="parameter_annotations"> </td>
|
789
789
|
</tr>
|
790
790
|
</tbody>
|
@@ -792,7 +792,7 @@ ended up choosing.)</p>
|
|
792
792
|
</div>
|
793
793
|
<div class="refsect3">
|
794
794
|
<a name="id-1.3.19.11.6.7"></a><h4>Returns</h4>
|
795
|
-
<p> <a href="
|
795
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success, <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if <em class="parameter"><code>port</code></em>
|
796
796
|
could not be bound
|
797
797
|
or any other error occurred (in which case <em class="parameter"><code>error</code></em>
|
798
798
|
will be set).</p>
|
@@ -802,11 +802,11 @@ will be set).</p>
|
|
802
802
|
<hr>
|
803
803
|
<div class="refsect2">
|
804
804
|
<a name="soup-server-listen-socket"></a><h3>soup_server_listen_socket ()</h3>
|
805
|
-
<pre class="programlisting"><a href="
|
805
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
806
806
|
soup_server_listen_socket (<em class="parameter"><code><a class="link" href="SoupServer.html" title="SoupServer"><span class="type">SoupServer</span></a> *server</code></em>,
|
807
|
-
<em class="parameter"><code><a href="
|
807
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GSocket.html"><span class="type">GSocket</span></a> *socket</code></em>,
|
808
808
|
<em class="parameter"><code><a class="link" href="SoupServer.html#SoupServerListenOptions" title="enum SoupServerListenOptions"><span class="type">SoupServerListenOptions</span></a> options</code></em>,
|
809
|
-
<em class="parameter"><code><a href="
|
809
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
810
810
|
<p>This attempts to set up <em class="parameter"><code>server</code></em>
|
811
811
|
to listen for connections on
|
812
812
|
<em class="parameter"><code>socket</code></em>
|
@@ -828,7 +828,7 @@ soup_server_listen_socket (<em class="parameter"><code><a class="link" href="Sou
|
|
828
828
|
</tr>
|
829
829
|
<tr>
|
830
830
|
<td class="parameter_name"><p>socket</p></td>
|
831
|
-
<td class="parameter_description"><p>a listening <a href="
|
831
|
+
<td class="parameter_description"><p>a listening <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GSocket.html"><span class="type">GSocket</span></a></p></td>
|
832
832
|
<td class="parameter_annotations"> </td>
|
833
833
|
</tr>
|
834
834
|
<tr>
|
@@ -838,7 +838,7 @@ soup_server_listen_socket (<em class="parameter"><code><a class="link" href="Sou
|
|
838
838
|
</tr>
|
839
839
|
<tr>
|
840
840
|
<td class="parameter_name"><p>error</p></td>
|
841
|
-
<td class="parameter_description"><p>return location for a <a href="
|
841
|
+
<td class="parameter_description"><p>return location for a <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a></p></td>
|
842
842
|
<td class="parameter_annotations"> </td>
|
843
843
|
</tr>
|
844
844
|
</tbody>
|
@@ -846,7 +846,7 @@ soup_server_listen_socket (<em class="parameter"><code><a class="link" href="Sou
|
|
846
846
|
</div>
|
847
847
|
<div class="refsect3">
|
848
848
|
<a name="id-1.3.19.11.7.7"></a><h4>Returns</h4>
|
849
|
-
<p> <a href="
|
849
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success, <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if an error occurred (in
|
850
850
|
which case <em class="parameter"><code>error</code></em>
|
851
851
|
will be set).</p>
|
852
852
|
</div>
|
@@ -855,11 +855,11 @@ will be set).</p>
|
|
855
855
|
<hr>
|
856
856
|
<div class="refsect2">
|
857
857
|
<a name="soup-server-listen-fd"></a><h3>soup_server_listen_fd ()</h3>
|
858
|
-
<pre class="programlisting"><a href="
|
858
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
859
859
|
soup_server_listen_fd (<em class="parameter"><code><a class="link" href="SoupServer.html" title="SoupServer"><span class="type">SoupServer</span></a> *server</code></em>,
|
860
860
|
<em class="parameter"><code><span class="type">int</span> fd</code></em>,
|
861
861
|
<em class="parameter"><code><a class="link" href="SoupServer.html#SoupServerListenOptions" title="enum SoupServerListenOptions"><span class="type">SoupServerListenOptions</span></a> options</code></em>,
|
862
|
-
<em class="parameter"><code><a href="
|
862
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
863
863
|
<p>This attempts to set up <em class="parameter"><code>server</code></em>
|
864
864
|
to listen for connections on
|
865
865
|
<em class="parameter"><code>fd</code></em>
|
@@ -895,7 +895,7 @@ soup_server_listen_fd (<em class="parameter"><code><a class="link" href="SoupSer
|
|
895
895
|
</tr>
|
896
896
|
<tr>
|
897
897
|
<td class="parameter_name"><p>error</p></td>
|
898
|
-
<td class="parameter_description"><p>return location for a <a href="
|
898
|
+
<td class="parameter_description"><p>return location for a <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a></p></td>
|
899
899
|
<td class="parameter_annotations"> </td>
|
900
900
|
</tr>
|
901
901
|
</tbody>
|
@@ -903,7 +903,7 @@ soup_server_listen_fd (<em class="parameter"><code><a class="link" href="SoupSer
|
|
903
903
|
</div>
|
904
904
|
<div class="refsect3">
|
905
905
|
<a name="id-1.3.19.11.8.8"></a><h4>Returns</h4>
|
906
|
-
<p> <a href="
|
906
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success, <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if an error occurred (in
|
907
907
|
which case <em class="parameter"><code>error</code></em>
|
908
908
|
will be set).</p>
|
909
909
|
</div>
|
@@ -912,7 +912,7 @@ will be set).</p>
|
|
912
912
|
<hr>
|
913
913
|
<div class="refsect2">
|
914
914
|
<a name="soup-server-get-listeners"></a><h3>soup_server_get_listeners ()</h3>
|
915
|
-
<pre class="programlisting"><a href="
|
915
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> *
|
916
916
|
soup_server_get_listeners (<em class="parameter"><code><a class="link" href="SoupServer.html" title="SoupServer"><span class="type">SoupServer</span></a> *server</code></em>);</pre>
|
917
917
|
<p>Gets <em class="parameter"><code>server</code></em>
|
918
918
|
's list of listening sockets.</p>
|
@@ -920,7 +920,7 @@ soup_server_get_listeners (<em class="parameter"><code><a class="link" href="Sou
|
|
920
920
|
modifiying any of these sockets may cause <em class="parameter"><code>server</code></em>
|
921
921
|
to malfunction.</p>
|
922
922
|
<p>(Beware that in contrast to the old <a class="link" href="libsoup-2.4-SoupServer-deprecated-API.html#soup-server-get-listener" title="soup_server_get_listener ()"><code class="function">soup_server_get_listener()</code></a>, this
|
923
|
-
function returns <a href="
|
923
|
+
function returns <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GSocket.html"><span class="type">GSockets</span></a>, not <a href="SoupSocket.html"><span class="type">SoupSockets</span></a>.)</p>
|
924
924
|
<div class="refsect3">
|
925
925
|
<a name="id-1.3.19.11.9.7"></a><h4>Parameters</h4>
|
926
926
|
<div class="informaltable"><table width="100%" border="0">
|
@@ -946,7 +946,7 @@ list of listening sockets. </p>
|
|
946
946
|
<hr>
|
947
947
|
<div class="refsect2">
|
948
948
|
<a name="soup-server-get-uris"></a><h3>soup_server_get_uris ()</h3>
|
949
|
-
<pre class="programlisting"><a href="
|
949
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> *
|
950
950
|
soup_server_get_uris (<em class="parameter"><code><a class="link" href="SoupServer.html" title="SoupServer"><span class="type">SoupServer</span></a> *server</code></em>);</pre>
|
951
951
|
<p>Gets a list of URIs corresponding to the interfaces <em class="parameter"><code>server</code></em>
|
952
952
|
is
|
@@ -991,7 +991,7 @@ old <a class="link" href="SoupServer.html" title="SoupServer"><span class="type"
|
|
991
991
|
<p>Note that if there are currently requests in progress on <em class="parameter"><code>server</code></em>
|
992
992
|
,
|
993
993
|
that they will continue to be processed if <em class="parameter"><code>server</code></em>
|
994
|
-
's <a href="
|
994
|
+
's <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html#GMainContext"><span class="type">GMainContext</span></a>
|
995
995
|
is still running.</p>
|
996
996
|
<p>You can call <a class="link" href="SoupServer.html#soup-server-listen" title="soup_server_listen ()"><code class="function">soup_server_listen()</code></a>, etc, after calling this function
|
997
997
|
if you want to start listening again.</p>
|
@@ -1014,7 +1014,7 @@ if you want to start listening again.</p>
|
|
1014
1014
|
<hr>
|
1015
1015
|
<div class="refsect2">
|
1016
1016
|
<a name="soup-server-is-https"></a><h3>soup_server_is_https ()</h3>
|
1017
|
-
<pre class="programlisting"><a href="
|
1017
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
1018
1018
|
soup_server_is_https (<em class="parameter"><code><a class="link" href="SoupServer.html" title="SoupServer"><span class="type">SoupServer</span></a> *server</code></em>);</pre>
|
1019
1019
|
<p>Checks whether <em class="parameter"><code>server</code></em>
|
1020
1020
|
is capable of https.</p>
|
@@ -1023,9 +1023,9 @@ soup_server_is_https (<em class="parameter"><code><a class="link" href="SoupServ
|
|
1023
1023
|
<a class="link" href="SoupServer.html#SoupServer--tls-certificate" title="The “tls-certificate” property"><span class="type">“tls-certificate”</span></a> property, to provide it with a
|
1024
1024
|
certificate to use.</p>
|
1025
1025
|
<p>If you are using the deprecated single-listener APIs, then a return
|
1026
|
-
value of <a href="
|
1026
|
+
value of <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> indicates that the <a class="link" href="SoupServer.html" title="SoupServer"><span class="type">SoupServer</span></a> serves https
|
1027
1027
|
exclusively. If you are using <a class="link" href="SoupServer.html#soup-server-listen" title="soup_server_listen ()"><code class="function">soup_server_listen()</code></a>, etc, then a
|
1028
|
-
<a href="
|
1028
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> return value merely indicates that the server is
|
1029
1029
|
<span class="emphasis"><em>able</em></span> to do https, regardless of whether it
|
1030
1030
|
actually currently is or not. Use <a class="link" href="SoupServer.html#soup-server-get-uris" title="soup_server_get_uris ()"><code class="function">soup_server_get_uris()</code></a> to see if
|
1031
1031
|
it currently has any https listeners.</p>
|
@@ -1046,19 +1046,19 @@ it currently has any https listeners.</p>
|
|
1046
1046
|
</div>
|
1047
1047
|
<div class="refsect3">
|
1048
1048
|
<a name="id-1.3.19.11.12.8"></a><h4>Returns</h4>
|
1049
|
-
<p> <a href="
|
1049
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>server</code></em>
|
1050
1050
|
is configured to serve https.</p>
|
1051
1051
|
</div>
|
1052
1052
|
</div>
|
1053
1053
|
<hr>
|
1054
1054
|
<div class="refsect2">
|
1055
1055
|
<a name="soup-server-accept-iostream"></a><h3>soup_server_accept_iostream ()</h3>
|
1056
|
-
<pre class="programlisting"><a href="
|
1056
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
1057
1057
|
soup_server_accept_iostream (<em class="parameter"><code><a class="link" href="SoupServer.html" title="SoupServer"><span class="type">SoupServer</span></a> *server</code></em>,
|
1058
|
-
<em class="parameter"><code><a href="
|
1059
|
-
<em class="parameter"><code><a href="
|
1060
|
-
<em class="parameter"><code><a href="
|
1061
|
-
<em class="parameter"><code><a href="
|
1058
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GIOStream.html"><span class="type">GIOStream</span></a> *stream</code></em>,
|
1059
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GSocketAddress.html"><span class="type">GSocketAddress</span></a> *local_addr</code></em>,
|
1060
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GSocketAddress.html"><span class="type">GSocketAddress</span></a> *remote_addr</code></em>,
|
1061
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
1062
1062
|
<p>Add a new client stream to the <em class="parameter"><code>server</code></em>
|
1063
1063
|
.</p>
|
1064
1064
|
<div class="refsect3">
|
@@ -1077,24 +1077,24 @@ soup_server_accept_iostream (<em class="parameter"><code><a class="link" href="S
|
|
1077
1077
|
</tr>
|
1078
1078
|
<tr>
|
1079
1079
|
<td class="parameter_name"><p>stream</p></td>
|
1080
|
-
<td class="parameter_description"><p>a <a href="
|
1080
|
+
<td class="parameter_description"><p>a <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GIOStream.html"><span class="type">GIOStream</span></a></p></td>
|
1081
1081
|
<td class="parameter_annotations"> </td>
|
1082
1082
|
</tr>
|
1083
1083
|
<tr>
|
1084
1084
|
<td class="parameter_name"><p>local_addr</p></td>
|
1085
|
-
<td class="parameter_description"><p> the local <a href="
|
1085
|
+
<td class="parameter_description"><p> the local <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GSocketAddress.html"><span class="type">GSocketAddress</span></a> associated with the <em class="parameter"><code>stream</code></em>
|
1086
1086
|
. </p></td>
|
1087
1087
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
1088
1088
|
</tr>
|
1089
1089
|
<tr>
|
1090
1090
|
<td class="parameter_name"><p>remote_addr</p></td>
|
1091
|
-
<td class="parameter_description"><p> the remote <a href="
|
1091
|
+
<td class="parameter_description"><p> the remote <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GSocketAddress.html"><span class="type">GSocketAddress</span></a> associated with the <em class="parameter"><code>stream</code></em>
|
1092
1092
|
. </p></td>
|
1093
1093
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
1094
1094
|
</tr>
|
1095
1095
|
<tr>
|
1096
1096
|
<td class="parameter_name"><p>error</p></td>
|
1097
|
-
<td class="parameter_description"><p>return location for a <a href="
|
1097
|
+
<td class="parameter_description"><p>return location for a <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a></p></td>
|
1098
1098
|
<td class="parameter_annotations"> </td>
|
1099
1099
|
</tr>
|
1100
1100
|
</tbody>
|
@@ -1102,7 +1102,7 @@ soup_server_accept_iostream (<em class="parameter"><code><a class="link" href="S
|
|
1102
1102
|
</div>
|
1103
1103
|
<div class="refsect3">
|
1104
1104
|
<a name="id-1.3.19.11.13.6"></a><h4>Returns</h4>
|
1105
|
-
<p> <a href="
|
1105
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success, <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if the stream could not be
|
1106
1106
|
accepted or any other error occurred (in which case <em class="parameter"><code>error</code></em>
|
1107
1107
|
will be
|
1108
1108
|
set).</p>
|
@@ -1116,9 +1116,9 @@ set).</p>
|
|
1116
1116
|
<span class="c_punctuation">(</span>*SoupServerCallback<span class="c_punctuation">)</span> (<em class="parameter"><code><a class="link" href="SoupServer.html" title="SoupServer"><span class="type">SoupServer</span></a> *server</code></em>,
|
1117
1117
|
<em class="parameter"><code><a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg</code></em>,
|
1118
1118
|
<em class="parameter"><code>const <span class="type">char</span> *path</code></em>,
|
1119
|
-
<em class="parameter"><code><a href="
|
1119
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Hash-Tables.html#GHashTable"><span class="type">GHashTable</span></a> *query</code></em>,
|
1120
1120
|
<em class="parameter"><code><a class="link" href="SoupServer.html#SoupClientContext"><span class="type">SoupClientContext</span></a> *client</code></em>,
|
1121
|
-
<em class="parameter"><code><a href="
|
1121
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
|
1122
1122
|
<p>A callback used to handle requests to a <a class="link" href="SoupServer.html" title="SoupServer"><span class="type">SoupServer</span></a>.</p>
|
1123
1123
|
<p><em class="parameter"><code>path</code></em>
|
1124
1124
|
and <em class="parameter"><code>query</code></em>
|
@@ -1197,13 +1197,13 @@ component of <em class="parameter"><code>msg</code></em>
|
|
1197
1197
|
soup_server_add_handler (<em class="parameter"><code><a class="link" href="SoupServer.html" title="SoupServer"><span class="type">SoupServer</span></a> *server</code></em>,
|
1198
1198
|
<em class="parameter"><code>const <span class="type">char</span> *path</code></em>,
|
1199
1199
|
<em class="parameter"><code><a class="link" href="SoupServer.html#SoupServerCallback" title="SoupServerCallback ()"><span class="type">SoupServerCallback</span></a> callback</code></em>,
|
1200
|
-
<em class="parameter"><code><a href="
|
1201
|
-
<em class="parameter"><code><a href="
|
1200
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>,
|
1201
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> destroy</code></em>);</pre>
|
1202
1202
|
<p>Adds a handler to <em class="parameter"><code>server</code></em>
|
1203
1203
|
for requests under <em class="parameter"><code>path</code></em>
|
1204
1204
|
. If <em class="parameter"><code>path</code></em>
|
1205
1205
|
is
|
1206
|
-
<a href="
|
1206
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> or "/", then this will be the default handler for all
|
1207
1207
|
requests that don't have a more specific handler. (Note though that
|
1208
1208
|
if you want to handle requests to the special "*" URI, you must
|
1209
1209
|
explicitly register a handler for "*"; the default handler will not
|
@@ -1286,8 +1286,8 @@ coming.</p>
|
|
1286
1286
|
soup_server_add_early_handler (<em class="parameter"><code><a class="link" href="SoupServer.html" title="SoupServer"><span class="type">SoupServer</span></a> *server</code></em>,
|
1287
1287
|
<em class="parameter"><code>const <span class="type">char</span> *path</code></em>,
|
1288
1288
|
<em class="parameter"><code><a class="link" href="SoupServer.html#SoupServerCallback" title="SoupServerCallback ()"><span class="type">SoupServerCallback</span></a> callback</code></em>,
|
1289
|
-
<em class="parameter"><code><a href="
|
1290
|
-
<em class="parameter"><code><a href="
|
1289
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>,
|
1290
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> destroy</code></em>);</pre>
|
1291
1291
|
<p>Adds an "early" handler to <em class="parameter"><code>server</code></em>
|
1292
1292
|
for requests under <em class="parameter"><code>path</code></em>
|
1293
1293
|
. Note
|
@@ -1398,7 +1398,7 @@ soup_server_remove_handler (<em class="parameter"><code><a class="link" href="So
|
|
1398
1398
|
<em class="parameter"><code><a class="link" href="libsoup-2.4-WebSockets.html#SoupWebsocketConnection"><span class="type">SoupWebsocketConnection</span></a> *connection</code></em>,
|
1399
1399
|
<em class="parameter"><code>const <span class="type">char</span> *path</code></em>,
|
1400
1400
|
<em class="parameter"><code><a class="link" href="SoupServer.html#SoupClientContext"><span class="type">SoupClientContext</span></a> *client</code></em>,
|
1401
|
-
<em class="parameter"><code><a href="
|
1401
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
|
1402
1402
|
<p>A callback used to handle WebSocket requests to a <a class="link" href="SoupServer.html" title="SoupServer"><span class="type">SoupServer</span></a>. The
|
1403
1403
|
callback will be invoked after sending the handshake response back
|
1404
1404
|
to the client (and is only invoked if the handshake was
|
@@ -1455,13 +1455,13 @@ soup_server_add_websocket_handler (<em class="parameter"><code><a class="link" h
|
|
1455
1455
|
<em class="parameter"><code>const <span class="type">char</span> *origin</code></em>,
|
1456
1456
|
<em class="parameter"><code><span class="type">char</span> **protocols</code></em>,
|
1457
1457
|
<em class="parameter"><code><a class="link" href="SoupServer.html#SoupServerWebsocketCallback" title="SoupServerWebsocketCallback ()"><span class="type">SoupServerWebsocketCallback</span></a> callback</code></em>,
|
1458
|
-
<em class="parameter"><code><a href="
|
1459
|
-
<em class="parameter"><code><a href="
|
1458
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>,
|
1459
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> destroy</code></em>);</pre>
|
1460
1460
|
<p>Adds a WebSocket handler to <em class="parameter"><code>server</code></em>
|
1461
1461
|
for requests under <em class="parameter"><code>path</code></em>
|
1462
1462
|
. (If
|
1463
1463
|
<em class="parameter"><code>path</code></em>
|
1464
|
-
is <a href="
|
1464
|
+
is <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> or "/", then this will be the default handler for
|
1465
1465
|
all requests that don't have a more specific handler.)</p>
|
1466
1466
|
<p>When a path has a WebSocket handler registered, <em class="parameter"><code>server</code></em>
|
1467
1467
|
will check
|
@@ -1470,9 +1470,9 @@ have run (unless some earlier handler has already set a status code
|
|
1470
1470
|
on the message), and update the request's status, response headers,
|
1471
1471
|
and response body accordingly.</p>
|
1472
1472
|
<p>If <em class="parameter"><code>origin</code></em>
|
1473
|
-
is non-<a href="
|
1473
|
+
is non-<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, then only requests containing a matching
|
1474
1474
|
"Origin" header will be accepted. If <em class="parameter"><code>protocols</code></em>
|
1475
|
-
is non-<a href="
|
1475
|
+
is non-<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, then
|
1476
1476
|
only requests containing a compatible "Sec-WebSocket-Protocols"
|
1477
1477
|
header will be accepted. More complicated requirements can be
|
1478
1478
|
handled by adding a normal handler to <em class="parameter"><code>path</code></em>
|
@@ -1535,9 +1535,9 @@ supported by this handler. </p></td>
|
|
1535
1535
|
<hr>
|
1536
1536
|
<div class="refsect2">
|
1537
1537
|
<a name="soup-client-context-get-local-address"></a><h3>soup_client_context_get_local_address ()</h3>
|
1538
|
-
<pre class="programlisting"><a href="
|
1538
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GSocketAddress.html"><span class="returnvalue">GSocketAddress</span></a> *
|
1539
1539
|
soup_client_context_get_local_address (<em class="parameter"><code><a class="link" href="SoupServer.html#SoupClientContext"><span class="type">SoupClientContext</span></a> *client</code></em>);</pre>
|
1540
|
-
<p>Retrieves the <a href="
|
1540
|
+
<p>Retrieves the <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GSocketAddress.html"><span class="type">GSocketAddress</span></a> associated with the local end
|
1541
1541
|
of a connection.</p>
|
1542
1542
|
<div class="refsect3">
|
1543
1543
|
<a name="id-1.3.19.11.20.5"></a><h4>Parameters</h4>
|
@@ -1556,9 +1556,9 @@ of a connection.</p>
|
|
1556
1556
|
</div>
|
1557
1557
|
<div class="refsect3">
|
1558
1558
|
<a name="id-1.3.19.11.20.6"></a><h4>Returns</h4>
|
1559
|
-
<p> the <a href="
|
1559
|
+
<p> the <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GSocketAddress.html"><span class="type">GSocketAddress</span></a>
|
1560
1560
|
associated with the local end of a connection, it may be
|
1561
|
-
<a href="
|
1561
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if you used <a class="link" href="SoupServer.html#soup-server-accept-iostream" title="soup_server_accept_iostream ()"><code class="function">soup_server_accept_iostream()</code></a>. </p>
|
1562
1562
|
<p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
1563
1563
|
</div>
|
1564
1564
|
<p class="since">Since: 2.48</p>
|
@@ -1566,10 +1566,10 @@ associated with the local end of a connection, it may be
|
|
1566
1566
|
<hr>
|
1567
1567
|
<div class="refsect2">
|
1568
1568
|
<a name="soup-client-context-get-remote-address"></a><h3>soup_client_context_get_remote_address ()</h3>
|
1569
|
-
<pre class="programlisting"><a href="
|
1569
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GSocketAddress.html"><span class="returnvalue">GSocketAddress</span></a> *
|
1570
1570
|
soup_client_context_get_remote_address
|
1571
1571
|
(<em class="parameter"><code><a class="link" href="SoupServer.html#SoupClientContext"><span class="type">SoupClientContext</span></a> *client</code></em>);</pre>
|
1572
|
-
<p>Retrieves the <a href="
|
1572
|
+
<p>Retrieves the <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GSocketAddress.html"><span class="type">GSocketAddress</span></a> associated with the remote end
|
1573
1573
|
of a connection.</p>
|
1574
1574
|
<div class="refsect3">
|
1575
1575
|
<a name="id-1.3.19.11.21.5"></a><h4>Parameters</h4>
|
@@ -1588,9 +1588,9 @@ of a connection.</p>
|
|
1588
1588
|
</div>
|
1589
1589
|
<div class="refsect3">
|
1590
1590
|
<a name="id-1.3.19.11.21.6"></a><h4>Returns</h4>
|
1591
|
-
<p> the <a href="
|
1591
|
+
<p> the <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GSocketAddress.html"><span class="type">GSocketAddress</span></a>
|
1592
1592
|
associated with the remote end of a connection, it may be
|
1593
|
-
<a href="
|
1593
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if you used <a class="link" href="SoupServer.html#soup-server-accept-iostream" title="soup_server_accept_iostream ()"><code class="function">soup_server_accept_iostream()</code></a>. </p>
|
1594
1594
|
<p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
1595
1595
|
</div>
|
1596
1596
|
<p class="since">Since: 2.48</p>
|
@@ -1620,7 +1620,7 @@ connection.</p>
|
|
1620
1620
|
<div class="refsect3">
|
1621
1621
|
<a name="id-1.3.19.11.22.6"></a><h4>Returns</h4>
|
1622
1622
|
<p> the IP address associated with the remote
|
1623
|
-
end of a connection, it may be <a href="
|
1623
|
+
end of a connection, it may be <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if you used
|
1624
1624
|
<a class="link" href="SoupServer.html#soup-server-accept-iostream" title="soup_server_accept_iostream ()"><code class="function">soup_server_accept_iostream()</code></a>. </p>
|
1625
1625
|
<p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
|
1626
1626
|
</div>
|
@@ -1652,7 +1652,7 @@ authenticated it.</p>
|
|
1652
1652
|
<div class="refsect3">
|
1653
1653
|
<a name="id-1.3.19.11.23.6"></a><h4>Returns</h4>
|
1654
1654
|
<p> a <a class="link" href="SoupAuthDomain.html" title="SoupAuthDomain"><span class="type">SoupAuthDomain</span></a>, or
|
1655
|
-
<a href="
|
1655
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the request was not authenticated. </p>
|
1656
1656
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
|
1657
1657
|
</div>
|
1658
1658
|
</div>
|
@@ -1682,7 +1682,7 @@ authenticated as.</p>
|
|
1682
1682
|
</div>
|
1683
1683
|
<div class="refsect3">
|
1684
1684
|
<a name="id-1.3.19.11.24.6"></a><h4>Returns</h4>
|
1685
|
-
<p> the authenticated-as user, or <a href="
|
1685
|
+
<p> the authenticated-as user, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if
|
1686
1686
|
the request was not authenticated. </p>
|
1687
1687
|
<p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
|
1688
1688
|
</div>
|
@@ -1690,9 +1690,9 @@ the request was not authenticated. </p>
|
|
1690
1690
|
<hr>
|
1691
1691
|
<div class="refsect2">
|
1692
1692
|
<a name="soup-client-context-get-gsocket"></a><h3>soup_client_context_get_gsocket ()</h3>
|
1693
|
-
<pre class="programlisting"><a href="
|
1693
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GSocket.html"><span class="returnvalue">GSocket</span></a> *
|
1694
1694
|
soup_client_context_get_gsocket (<em class="parameter"><code><a class="link" href="SoupServer.html#SoupClientContext"><span class="type">SoupClientContext</span></a> *client</code></em>);</pre>
|
1695
|
-
<p>Retrieves the <a href="
|
1695
|
+
<p>Retrieves the <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GSocket.html"><span class="type">GSocket</span></a> that <em class="parameter"><code>client</code></em>
|
1696
1696
|
is associated with.</p>
|
1697
1697
|
<p>If you are using this method to observe when multiple requests are
|
1698
1698
|
made on the same persistent HTTP connection (eg, as the ntlm-test
|
@@ -1717,9 +1717,9 @@ previously-destroyed socket to represent a new socket.</p>
|
|
1717
1717
|
</div>
|
1718
1718
|
<div class="refsect3">
|
1719
1719
|
<a name="id-1.3.19.11.25.7"></a><h4>Returns</h4>
|
1720
|
-
<p> the <a href="
|
1720
|
+
<p> the <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GSocket.html"><span class="type">GSocket</span></a> that <em class="parameter"><code>client</code></em>
|
1721
1721
|
is
|
1722
|
-
associated with, <a href="
|
1722
|
+
associated with, <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if you used <a class="link" href="SoupServer.html#soup-server-accept-iostream" title="soup_server_accept_iostream ()"><code class="function">soup_server_accept_iostream()</code></a>. </p>
|
1723
1723
|
<p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
1724
1724
|
</div>
|
1725
1725
|
<p class="since">Since: 2.48</p>
|
@@ -1727,7 +1727,7 @@ associated with, <a href="https://developer.gnome.org/glib/unstable/glib-Standar
|
|
1727
1727
|
<hr>
|
1728
1728
|
<div class="refsect2">
|
1729
1729
|
<a name="soup-client-context-steal-connection"></a><h3>soup_client_context_steal_connection ()</h3>
|
1730
|
-
<pre class="programlisting"><a href="
|
1730
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GIOStream.html"><span class="returnvalue">GIOStream</span></a> *
|
1731
1731
|
soup_client_context_steal_connection (<em class="parameter"><code><a class="link" href="SoupServer.html#SoupClientContext"><span class="type">SoupClientContext</span></a> *client</code></em>);</pre>
|
1732
1732
|
<p>"Steals" the HTTP connection associated with <em class="parameter"><code>client</code></em>
|
1733
1733
|
from its
|
@@ -1758,11 +1758,11 @@ likely be freed as a side effect.</p>
|
|
1758
1758
|
</div>
|
1759
1759
|
<div class="refsect3">
|
1760
1760
|
<a name="id-1.3.19.11.26.7"></a><h4>Returns</h4>
|
1761
|
-
<p> the <a href="
|
1761
|
+
<p> the <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GIOStream.html"><span class="type">GIOStream</span></a> formerly associated
|
1762
1762
|
with <em class="parameter"><code>client</code></em>
|
1763
|
-
(or <a href="
|
1763
|
+
(or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>client</code></em>
|
1764
1764
|
was no longer associated with a
|
1765
|
-
connection). No guarantees are made about what kind of <a href="
|
1765
|
+
connection). No guarantees are made about what kind of <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GIOStream.html"><span class="type">GIOStream</span></a>
|
1766
1766
|
is returned. </p>
|
1767
1767
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
1768
1768
|
</div>
|
@@ -1999,7 +1999,7 @@ requests are made on the same connection).</p>
|
|
1999
1999
|
<a name="SOUP-SERVER-RAW-PATHS:CAPS"></a><h3>SOUP_SERVER_RAW_PATHS</h3>
|
2000
2000
|
<pre class="programlisting">#define SOUP_SERVER_RAW_PATHS "raw-paths"
|
2001
2001
|
</pre>
|
2002
|
-
<p>Alias for the <a class="link" href="SoupServer.html#SoupServer--raw-paths" title="The “raw-paths” property"><span class="type">“raw-paths”</span></a> property. (If <a href="
|
2002
|
+
<p>Alias for the <a class="link" href="SoupServer.html#SoupServer--raw-paths" title="The “raw-paths” property"><span class="type">“raw-paths”</span></a> property. (If <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>,
|
2003
2003
|
percent-encoding in the Request-URI path will not be
|
2004
2004
|
automatically decoded.)</p>
|
2005
2005
|
</div>
|
@@ -2031,14 +2031,14 @@ automatically decoded.)</p>
|
|
2031
2031
|
<a name="SoupServer.property-details"></a><h2>Property Details</h2>
|
2032
2032
|
<div class="refsect2">
|
2033
2033
|
<a name="SoupServer--async-context"></a><h3>The <code class="literal">“async-context”</code> property</h3>
|
2034
|
-
<pre class="programlisting"> “async-context” <a href="
|
2035
|
-
<p>The server's <a href="
|
2034
|
+
<pre class="programlisting"> “async-context” <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a></pre>
|
2035
|
+
<p>The server's <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html#GMainContext"><span class="type">GMainContext</span></a>, if you are using the old API.
|
2036
2036
|
Servers created using <a class="link" href="SoupServer.html#soup-server-listen" title="soup_server_listen ()"><code class="function">soup_server_listen()</code></a> will listen on
|
2037
|
-
the <a href="
|
2037
|
+
the <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html#GMainContext"><span class="type">GMainContext</span></a> that was the thread-default context at
|
2038
2038
|
the time <a class="link" href="SoupServer.html#soup-server-listen" title="soup_server_listen ()"><code class="function">soup_server_listen()</code></a> was called.</p>
|
2039
2039
|
<div class="warning">
|
2040
2040
|
<p><code class="literal">SoupServer:async-context</code> is deprecated and should not be used in newly-written code.</p>
|
2041
|
-
<p>The new API uses the thread-default <a href="
|
2041
|
+
<p>The new API uses the thread-default <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html#GMainContext"><span class="type">GMainContext</span></a>
|
2042
2042
|
rather than having an explicitly-specified one.</p>
|
2043
2043
|
</div>
|
2044
2044
|
<p>Flags: Read / Write / Construct Only</p>
|
@@ -2046,8 +2046,8 @@ rather than having an explicitly-specified one.</p>
|
|
2046
2046
|
<hr>
|
2047
2047
|
<div class="refsect2">
|
2048
2048
|
<a name="SoupServer--http-aliases"></a><h3>The <code class="literal">“http-aliases”</code> property</h3>
|
2049
|
-
<pre class="programlisting"> “http-aliases” <a href="
|
2050
|
-
<p>A <a href="
|
2049
|
+
<pre class="programlisting"> “http-aliases” <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html#GStrv"><span class="type">GStrv</span></a></pre>
|
2050
|
+
<p>A <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array of URI schemes that should be
|
2051
2051
|
considered to be aliases for "http". Eg, if this included
|
2052
2052
|
<code class="literal">"dav"</code>, than a URI of
|
2053
2053
|
<code class="literal">dav://example.com/path</code> would be treated
|
@@ -2066,11 +2066,11 @@ any scheme except "https" is considered to be an alias for
|
|
2066
2066
|
<hr>
|
2067
2067
|
<div class="refsect2">
|
2068
2068
|
<a name="SoupServer--https-aliases"></a><h3>The <code class="literal">“https-aliases”</code> property</h3>
|
2069
|
-
<pre class="programlisting"> “https-aliases” <a href="
|
2069
|
+
<pre class="programlisting"> “https-aliases” <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html#GStrv"><span class="type">GStrv</span></a></pre>
|
2070
2070
|
<p>A comma-delimited list of URI schemes that should be
|
2071
2071
|
considered to be aliases for "https". See
|
2072
2072
|
<a class="link" href="SoupServer.html#SoupServer--http-aliases" title="The “http-aliases” property"><span class="type">“http-aliases”</span></a> for more information.</p>
|
2073
|
-
<p>The default value is <a href="
|
2073
|
+
<p>The default value is <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, meaning that no URI schemes
|
2074
2074
|
are considered aliases for "https".</p>
|
2075
2075
|
<p>Flags: Read / Write</p>
|
2076
2076
|
<p class="since">Since: 2.44</p>
|
@@ -2095,7 +2095,7 @@ are being listened on.</p>
|
|
2095
2095
|
<hr>
|
2096
2096
|
<div class="refsect2">
|
2097
2097
|
<a name="SoupServer--port"></a><h3>The <code class="literal">“port”</code> property</h3>
|
2098
|
-
<pre class="programlisting"> “port” <a href="
|
2098
|
+
<pre class="programlisting"> “port” <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre>
|
2099
2099
|
<p>The port the server is listening on, if you are using the
|
2100
2100
|
old <a class="link" href="SoupServer.html" title="SoupServer"><span class="type">SoupServer</span></a> API. (This will not be set if you use
|
2101
2101
|
<a class="link" href="SoupServer.html#soup-server-listen" title="soup_server_listen ()"><code class="function">soup_server_listen()</code></a>, etc.)</p>
|
@@ -2113,7 +2113,7 @@ being listened on.</p>
|
|
2113
2113
|
<hr>
|
2114
2114
|
<div class="refsect2">
|
2115
2115
|
<a name="SoupServer--raw-paths"></a><h3>The <code class="literal">“raw-paths”</code> property</h3>
|
2116
|
-
<pre class="programlisting"> “raw-paths” <a href="
|
2116
|
+
<pre class="programlisting"> “raw-paths” <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
2117
2117
|
<p>If %TRUE, percent-encoding in the Request-URI path will not be automatically decoded.</p>
|
2118
2118
|
<p>Flags: Read / Write / Construct Only</p>
|
2119
2119
|
<p>Default value: FALSE</p>
|
@@ -2121,8 +2121,8 @@ being listened on.</p>
|
|
2121
2121
|
<hr>
|
2122
2122
|
<div class="refsect2">
|
2123
2123
|
<a name="SoupServer--server-header"></a><h3>The <code class="literal">“server-header”</code> property</h3>
|
2124
|
-
<pre class="programlisting"> “server-header” <a href="
|
2125
|
-
<p>If non-<a href="
|
2124
|
+
<pre class="programlisting"> “server-header” <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
|
2125
|
+
<p>If non-<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, the value to use for the "Server" header on
|
2126
2126
|
<a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a>s processed by this server.</p>
|
2127
2127
|
<p>The Server header is the server equivalent of the
|
2128
2128
|
User-Agent header, and provides information about the
|
@@ -2149,13 +2149,13 @@ header for you.</p>
|
|
2149
2149
|
<hr>
|
2150
2150
|
<div class="refsect2">
|
2151
2151
|
<a name="SoupServer--ssl-cert-file"></a><h3>The <code class="literal">“ssl-cert-file”</code> property</h3>
|
2152
|
-
<pre class="programlisting"> “ssl-cert-file” <a href="
|
2152
|
+
<pre class="programlisting"> “ssl-cert-file” <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
|
2153
2153
|
<p>Path to a file containing a PEM-encoded certificate.</p>
|
2154
2154
|
<p>If you set this property and <a class="link" href="SoupServer.html#SoupServer--ssl-key-file" title="The “ssl-key-file” property"><span class="type">“ssl-key-file”</span></a> at
|
2155
2155
|
construct time, then <a class="link" href="SoupServer.html#soup-server-new" title="soup_server_new ()"><code class="function">soup_server_new()</code></a> will try to read the
|
2156
|
-
files; if it cannot, it will return <a href="
|
2156
|
+
files; if it cannot, it will return <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, with no explicit
|
2157
2157
|
indication of what went wrong (and logging a warning with
|
2158
|
-
newer versions of glib, since returning <a href="
|
2158
|
+
newer versions of glib, since returning <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> from a
|
2159
2159
|
constructor is illegal).</p>
|
2160
2160
|
<div class="warning">
|
2161
2161
|
<p><code class="literal">SoupServer:ssl-cert-file</code> is deprecated and should not be used in newly-written code.</p>
|
@@ -2168,7 +2168,7 @@ constructor is illegal).</p>
|
|
2168
2168
|
<hr>
|
2169
2169
|
<div class="refsect2">
|
2170
2170
|
<a name="SoupServer--ssl-key-file"></a><h3>The <code class="literal">“ssl-key-file”</code> property</h3>
|
2171
|
-
<pre class="programlisting"> “ssl-key-file” <a href="
|
2171
|
+
<pre class="programlisting"> “ssl-key-file” <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
|
2172
2172
|
<p>Path to a file containing a PEM-encoded private key. See
|
2173
2173
|
<a class="link" href="SoupServer.html#SoupServer--ssl-cert-file" title="The “ssl-cert-file” property"><span class="type">“ssl-cert-file”</span></a> for more information about how this
|
2174
2174
|
is used.</p>
|
@@ -2183,8 +2183,8 @@ is used.</p>
|
|
2183
2183
|
<hr>
|
2184
2184
|
<div class="refsect2">
|
2185
2185
|
<a name="SoupServer--tls-certificate"></a><h3>The <code class="literal">“tls-certificate”</code> property</h3>
|
2186
|
-
<pre class="programlisting"> “tls-certificate” <a href="
|
2187
|
-
<p>A <a href="
|
2186
|
+
<pre class="programlisting"> “tls-certificate” <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GTlsCertificate.html"><span class="type">GTlsCertificate</span></a> *</pre>
|
2187
|
+
<p>A <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GTlsCertificate.html"><span class="type">GTlsCertificate</span></a> that has a <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GTlsCertificate.html#GTlsCertificate--private-key"><span class="type">“private-key”</span></a>
|
2188
2188
|
set. If this is set, then the server will be able to speak
|
2189
2189
|
https in addition to (or instead of) plain http.</p>
|
2190
2190
|
<p>Alternatively, you can call <a class="link" href="SoupServer.html#soup-server-set-ssl-cert-file" title="soup_server_set_ssl_cert_file ()"><code class="function">soup_server_set_ssl_cert_file()</code></a>
|
@@ -2201,7 +2201,7 @@ to have <a class="link" href="SoupServer.html" title="SoupServer"><span class="t
|
|
2201
2201
|
user_function (<a class="link" href="SoupServer.html" title="SoupServer"><span class="type">SoupServer</span></a> *server,
|
2202
2202
|
<a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *message,
|
2203
2203
|
<a class="link" href="SoupServer.html#SoupClientContext"><span class="type">SoupClientContext</span></a> *client,
|
2204
|
-
<a href="
|
2204
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
2205
2205
|
<p>Emitted when processing has failed for a message; this
|
2206
2206
|
could mean either that it could not be read (if
|
2207
2207
|
<a class="link" href="SoupServer.html#SoupServer-request-read" title="The “request-read” signal"><span class="type">“request_read”</span></a> has not been emitted for it yet),
|
@@ -2254,7 +2254,7 @@ free any state that it may have allocated in
|
|
2254
2254
|
user_function (<a class="link" href="SoupServer.html" title="SoupServer"><span class="type">SoupServer</span></a> *server,
|
2255
2255
|
<a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *message,
|
2256
2256
|
<a class="link" href="SoupServer.html#SoupClientContext"><span class="type">SoupClientContext</span></a> *client,
|
2257
|
-
<a href="
|
2257
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
2258
2258
|
<p>Emitted when the server has finished writing a response to
|
2259
2259
|
a request.</p>
|
2260
2260
|
<div class="refsect3">
|
@@ -2298,7 +2298,7 @@ a request.</p>
|
|
2298
2298
|
user_function (<a class="link" href="SoupServer.html" title="SoupServer"><span class="type">SoupServer</span></a> *server,
|
2299
2299
|
<a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *message,
|
2300
2300
|
<a class="link" href="SoupServer.html#SoupClientContext"><span class="type">SoupClientContext</span></a> *client,
|
2301
|
-
<a href="
|
2301
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
2302
2302
|
<p>Emitted when the server has successfully read a request.
|
2303
2303
|
<em class="parameter"><code>message</code></em>
|
2304
2304
|
will have all of its request-side information
|
@@ -2349,7 +2349,7 @@ handler processing will be skipped.</p>
|
|
2349
2349
|
user_function (<a class="link" href="SoupServer.html" title="SoupServer"><span class="type">SoupServer</span></a> *server,
|
2350
2350
|
<a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *message,
|
2351
2351
|
<a class="link" href="SoupServer.html#SoupClientContext"><span class="type">SoupClientContext</span></a> *client,
|
2352
|
-
<a href="
|
2352
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
2353
2353
|
<p>Emitted when the server has started reading a new request.
|
2354
2354
|
<em class="parameter"><code>message</code></em>
|
2355
2355
|
will be completely blank; not even the
|