gstreamer 3.0.9-x86-mingw32 → 3.1.0-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- 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
@@ -116,7 +116,7 @@
|
|
116
116
|
</tr>
|
117
117
|
<tr>
|
118
118
|
<td class="function_type">
|
119
|
-
<a href="
|
119
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
|
120
120
|
</td>
|
121
121
|
<td class="function_name">
|
122
122
|
<a class="link" href="SoupSession.html#soup-session-send-message" title="soup_session_send_message ()">soup_session_send_message</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.win32/glib2/vendor/local/share/gtk-doc/html/gio/GInputStream.html"><span class="returnvalue">GInputStream</span></a> *
|
136
136
|
</td>
|
137
137
|
<td class="function_name">
|
138
138
|
<a class="link" href="SoupSession.html#soup-session-send" title="soup_session_send ()">soup_session_send</a> <span class="c_punctuation">()</span>
|
@@ -148,7 +148,7 @@
|
|
148
148
|
</tr>
|
149
149
|
<tr>
|
150
150
|
<td class="function_type">
|
151
|
-
<a href="
|
151
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GInputStream.html"><span class="returnvalue">GInputStream</span></a> *
|
152
152
|
</td>
|
153
153
|
<td class="function_name">
|
154
154
|
<a class="link" href="SoupSession.html#soup-session-send-finish" title="soup_session_send_finish ()">soup_session_send_finish</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.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
192
192
|
</td>
|
193
193
|
<td class="function_name">
|
194
194
|
<a class="link" href="SoupSession.html#soup-session-would-redirect" title="soup_session_would_redirect ()">soup_session_would_redirect</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.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
200
200
|
</td>
|
201
201
|
<td class="function_name">
|
202
202
|
<a class="link" href="SoupSession.html#soup-session-redirect-message" title="soup_session_redirect_message ()">soup_session_redirect_message</a> <span class="c_punctuation">()</span>
|
@@ -220,7 +220,7 @@
|
|
220
220
|
</tr>
|
221
221
|
<tr>
|
222
222
|
<td class="function_type">
|
223
|
-
<a href="
|
223
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html#GMainContext"><span class="returnvalue">GMainContext</span></a> *
|
224
224
|
</td>
|
225
225
|
<td class="function_name">
|
226
226
|
<a class="link" href="SoupSession.html#soup-session-get-async-context" title="soup_session_get_async_context ()">soup_session_get_async_context</a> <span class="c_punctuation">()</span>
|
@@ -260,7 +260,7 @@
|
|
260
260
|
</tr>
|
261
261
|
<tr>
|
262
262
|
<td class="function_type">
|
263
|
-
<a href="
|
263
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> *
|
264
264
|
</td>
|
265
265
|
<td class="function_name">
|
266
266
|
<a class="link" href="SoupSession.html#soup-session-get-features" title="soup_session_get_features ()">soup_session_get_features</a> <span class="c_punctuation">()</span>
|
@@ -284,7 +284,7 @@
|
|
284
284
|
</tr>
|
285
285
|
<tr>
|
286
286
|
<td class="function_type">
|
287
|
-
<a href="
|
287
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
288
288
|
</td>
|
289
289
|
<td class="function_name">
|
290
290
|
<a class="link" href="SoupSession.html#soup-session-has-feature" title="soup_session_has_feature ()">soup_session_has_feature</a> <span class="c_punctuation">()</span>
|
@@ -292,7 +292,7 @@
|
|
292
292
|
</tr>
|
293
293
|
<tr>
|
294
294
|
<td class="function_type">
|
295
|
-
<a href="
|
295
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIOStream.html"><span class="returnvalue">GIOStream</span></a> *
|
296
296
|
</td>
|
297
297
|
<td class="function_name">
|
298
298
|
<a class="link" href="SoupSession.html#soup-session-steal-connection" title="soup_session_steal_connection ()">soup_session_steal_connection</a> <span class="c_punctuation">()</span>
|
@@ -312,12 +312,12 @@
|
|
312
312
|
<tbody>
|
313
313
|
<tr>
|
314
314
|
<td class="property_type">
|
315
|
-
<a href="
|
315
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
|
316
316
|
<td class="property_name"><a class="link" href="SoupSession.html#SoupSession--accept-language" title="The “accept-language” property">accept-language</a></td>
|
317
317
|
<td class="property_flags">Read / Write</td>
|
318
318
|
</tr>
|
319
319
|
<tr>
|
320
|
-
<td class="property_type"><a href="
|
320
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
321
321
|
<td class="property_name"><a class="link" href="SoupSession.html#SoupSession--accept-language-auto" title="The “accept-language-auto” property">accept-language-auto</a></td>
|
322
322
|
<td class="property_flags">Read / Write</td>
|
323
323
|
</tr>
|
@@ -329,27 +329,27 @@
|
|
329
329
|
</tr>
|
330
330
|
<tr>
|
331
331
|
<td class="property_type">
|
332
|
-
<a href="
|
332
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"><span class="type">GType</span></a> *</td>
|
333
333
|
<td class="property_name"><a class="link" href="SoupSession.html#SoupSession--add-feature-by-type" title="The “add-feature-by-type” property">add-feature-by-type</a></td>
|
334
334
|
<td class="property_flags">Read / Write</td>
|
335
335
|
</tr>
|
336
336
|
<tr>
|
337
|
-
<td class="property_type"><a href="
|
337
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a></td>
|
338
338
|
<td class="property_name"><a class="link" href="SoupSession.html#SoupSession--async-context" title="The “async-context” property">async-context</a></td>
|
339
339
|
<td class="property_flags">Read / Write / Construct Only</td>
|
340
340
|
</tr>
|
341
341
|
<tr>
|
342
|
-
<td class="property_type"><a href="
|
342
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html#GStrv"><span class="type">GStrv</span></a></td>
|
343
343
|
<td class="property_name"><a class="link" href="SoupSession.html#SoupSession--http-aliases" title="The “http-aliases” property">http-aliases</a></td>
|
344
344
|
<td class="property_flags">Read / Write</td>
|
345
345
|
</tr>
|
346
346
|
<tr>
|
347
|
-
<td class="property_type"><a href="
|
347
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html#GStrv"><span class="type">GStrv</span></a></td>
|
348
348
|
<td class="property_name"><a class="link" href="SoupSession.html#SoupSession--https-aliases" title="The “https-aliases” property">https-aliases</a></td>
|
349
349
|
<td class="property_flags">Read / Write</td>
|
350
350
|
</tr>
|
351
351
|
<tr>
|
352
|
-
<td class="property_type"><a href="
|
352
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td>
|
353
353
|
<td class="property_name"><a class="link" href="SoupSession.html#SoupSession--idle-timeout" title="The “idle-timeout” property">idle-timeout</a></td>
|
354
354
|
<td class="property_flags">Read / Write</td>
|
355
355
|
</tr>
|
@@ -360,18 +360,18 @@
|
|
360
360
|
<td class="property_flags">Read / Write / Construct Only</td>
|
361
361
|
</tr>
|
362
362
|
<tr>
|
363
|
-
<td class="property_type"><a href="
|
363
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
|
364
364
|
<td class="property_name"><a class="link" href="SoupSession.html#SoupSession--max-conns" title="The “max-conns” property">max-conns</a></td>
|
365
365
|
<td class="property_flags">Read / Write</td>
|
366
366
|
</tr>
|
367
367
|
<tr>
|
368
|
-
<td class="property_type"><a href="
|
368
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
|
369
369
|
<td class="property_name"><a class="link" href="SoupSession.html#SoupSession--max-conns-per-host" title="The “max-conns-per-host” property">max-conns-per-host</a></td>
|
370
370
|
<td class="property_flags">Read / Write</td>
|
371
371
|
</tr>
|
372
372
|
<tr>
|
373
373
|
<td class="property_type">
|
374
|
-
<a href="
|
374
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GProxyResolver.html"><span class="type">GProxyResolver</span></a> *</td>
|
375
375
|
<td class="property_name"><a class="link" href="SoupSession.html#SoupSession--proxy-resolver" title="The “proxy-resolver” property">proxy-resolver</a></td>
|
376
376
|
<td class="property_flags">Read / Write</td>
|
377
377
|
</tr>
|
@@ -383,56 +383,56 @@
|
|
383
383
|
</tr>
|
384
384
|
<tr>
|
385
385
|
<td class="property_type">
|
386
|
-
<a href="
|
386
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"><span class="type">GType</span></a> *</td>
|
387
387
|
<td class="property_name"><a class="link" href="SoupSession.html#SoupSession--remove-feature-by-type" title="The “remove-feature-by-type” property">remove-feature-by-type</a></td>
|
388
388
|
<td class="property_flags">Read / Write</td>
|
389
389
|
</tr>
|
390
390
|
<tr>
|
391
391
|
<td class="property_type">
|
392
|
-
<a href="
|
392
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
|
393
393
|
<td class="property_name"><a class="link" href="SoupSession.html#SoupSession--ssl-ca-file" title="The “ssl-ca-file” property">ssl-ca-file</a></td>
|
394
394
|
<td class="property_flags">Read / Write</td>
|
395
395
|
</tr>
|
396
396
|
<tr>
|
397
|
-
<td class="property_type"><a href="
|
397
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
398
398
|
<td class="property_name"><a class="link" href="SoupSession.html#SoupSession--ssl-strict" title="The “ssl-strict” property">ssl-strict</a></td>
|
399
399
|
<td class="property_flags">Read / Write</td>
|
400
400
|
</tr>
|
401
401
|
<tr>
|
402
|
-
<td class="property_type"><a href="
|
402
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
403
403
|
<td class="property_name"><a class="link" href="SoupSession.html#SoupSession--ssl-use-system-ca-file" title="The “ssl-use-system-ca-file” property">ssl-use-system-ca-file</a></td>
|
404
404
|
<td class="property_flags">Read / Write</td>
|
405
405
|
</tr>
|
406
406
|
<tr>
|
407
|
-
<td class="property_type"><a href="
|
407
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td>
|
408
408
|
<td class="property_name"><a class="link" href="SoupSession.html#SoupSession--timeout" title="The “timeout” property">timeout</a></td>
|
409
409
|
<td class="property_flags">Read / Write</td>
|
410
410
|
</tr>
|
411
411
|
<tr>
|
412
412
|
<td class="property_type">
|
413
|
-
<a href="
|
413
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GTlsDatabase.html"><span class="type">GTlsDatabase</span></a> *</td>
|
414
414
|
<td class="property_name"><a class="link" href="SoupSession.html#SoupSession--tls-database" title="The “tls-database” property">tls-database</a></td>
|
415
415
|
<td class="property_flags">Read / Write</td>
|
416
416
|
</tr>
|
417
417
|
<tr>
|
418
418
|
<td class="property_type">
|
419
|
-
<a href="
|
419
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GTlsInteraction.html"><span class="type">GTlsInteraction</span></a> *</td>
|
420
420
|
<td class="property_name"><a class="link" href="SoupSession.html#SoupSession--tls-interaction" title="The “tls-interaction” property">tls-interaction</a></td>
|
421
421
|
<td class="property_flags">Read / Write</td>
|
422
422
|
</tr>
|
423
423
|
<tr>
|
424
|
-
<td class="property_type"><a href="
|
424
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
425
425
|
<td class="property_name"><a class="link" href="SoupSession.html#SoupSession--use-ntlm" title="The “use-ntlm” property">use-ntlm</a></td>
|
426
426
|
<td class="property_flags">Read / Write</td>
|
427
427
|
</tr>
|
428
428
|
<tr>
|
429
|
-
<td class="property_type"><a href="
|
429
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
430
430
|
<td class="property_name"><a class="link" href="SoupSession.html#SoupSession--use-thread-context" title="The “use-thread-context” property">use-thread-context</a></td>
|
431
431
|
<td class="property_flags">Read / Write</td>
|
432
432
|
</tr>
|
433
433
|
<tr>
|
434
434
|
<td class="property_type">
|
435
|
-
<a href="
|
435
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
|
436
436
|
<td class="property_name"><a class="link" href="SoupSession.html#SoupSession--user-agent" title="The “user-agent” property">user-agent</a></td>
|
437
437
|
<td class="property_flags">Read / Write</td>
|
438
438
|
</tr>
|
@@ -594,7 +594,7 @@
|
|
594
594
|
</div>
|
595
595
|
<div class="refsect1">
|
596
596
|
<a name="SoupSession.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
597
|
-
<pre class="screen"> <a href="
|
597
|
+
<pre class="screen"> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
598
598
|
<span class="lineart">╰──</span> SoupSession
|
599
599
|
<span class="lineart">├──</span> <a class="link" href="SoupSessionAsync.html" title="SoupSessionAsync">SoupSessionAsync</a>
|
600
600
|
<span class="lineart">╰──</span> <a class="link" href="SoupSessionSync.html" title="SoupSessionSync">SoupSessionSync</a>
|
@@ -622,7 +622,7 @@ one session for the first user, and a second session for the other
|
|
622
622
|
user.)</p>
|
623
623
|
<p>In the past, <a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> was an abstract class, and users needed
|
624
624
|
to choose between <a class="link" href="SoupSessionAsync.html" title="SoupSessionAsync"><span class="type">SoupSessionAsync</span></a> (which always uses
|
625
|
-
<a href="
|
625
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html#GMainLoop"><span class="type">GMainLoop</span></a>-based I/O), or <a class="link" href="SoupSessionSync.html" title="SoupSessionSync"><span class="type">SoupSessionSync</span></a> (which always uses
|
626
626
|
blocking I/O and can be used from multiple threads simultaneously).
|
627
627
|
This is no longer necessary; you can (and should) use a plain
|
628
628
|
<a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a>, which supports both synchronous and asynchronous use.
|
@@ -703,7 +703,7 @@ soup_session_new_with_options (<em class="parameter"><code>const <span class="ty
|
|
703
703
|
<pre class="programlisting"><a class="link" href="SoupRequest.html" title="SoupRequest"><span class="returnvalue">SoupRequest</span></a> *
|
704
704
|
soup_session_request (<em class="parameter"><code><a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> *session</code></em>,
|
705
705
|
<em class="parameter"><code>const <span class="type">char</span> *uri_string</code></em>,
|
706
|
-
<em class="parameter"><code><a href="
|
706
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
707
707
|
<p>Creates a <a class="link" href="SoupRequest.html" title="SoupRequest"><span class="type">SoupRequest</span></a> for retrieving <em class="parameter"><code>uri_string</code></em>
|
708
708
|
.</p>
|
709
709
|
<div class="refsect3">
|
@@ -727,7 +727,7 @@ soup_session_request (<em class="parameter"><code><a class="link" href="SoupSess
|
|
727
727
|
</tr>
|
728
728
|
<tr>
|
729
729
|
<td class="parameter_name"><p>error</p></td>
|
730
|
-
<td class="parameter_description"><p>return location for a <a href="
|
730
|
+
<td class="parameter_description"><p>return location for a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a>, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
|
731
731
|
<td class="parameter_annotations"> </td>
|
732
732
|
</tr>
|
733
733
|
</tbody>
|
@@ -736,7 +736,7 @@ soup_session_request (<em class="parameter"><code><a class="link" href="SoupSess
|
|
736
736
|
<div class="refsect3">
|
737
737
|
<a name="id-1.3.21.10.4.6"></a><h4>Returns</h4>
|
738
738
|
<p> a new <a class="link" href="SoupRequest.html" title="SoupRequest"><span class="type">SoupRequest</span></a>, or
|
739
|
-
<a href="
|
739
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> on error. </p>
|
740
740
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
741
741
|
</div>
|
742
742
|
<p class="since">Since: 2.42</p>
|
@@ -747,7 +747,7 @@ soup_session_request (<em class="parameter"><code><a class="link" href="SoupSess
|
|
747
747
|
<pre class="programlisting"><a class="link" href="SoupRequest.html" title="SoupRequest"><span class="returnvalue">SoupRequest</span></a> *
|
748
748
|
soup_session_request_uri (<em class="parameter"><code><a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> *session</code></em>,
|
749
749
|
<em class="parameter"><code><a class="link" href="SoupURI.html" title="SoupURI"><span class="type">SoupURI</span></a> *uri</code></em>,
|
750
|
-
<em class="parameter"><code><a href="
|
750
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
751
751
|
<p>Creates a <a class="link" href="SoupRequest.html" title="SoupRequest"><span class="type">SoupRequest</span></a> for retrieving <em class="parameter"><code>uri</code></em>
|
752
752
|
.</p>
|
753
753
|
<div class="refsect3">
|
@@ -771,7 +771,7 @@ soup_session_request_uri (<em class="parameter"><code><a class="link" href="Soup
|
|
771
771
|
</tr>
|
772
772
|
<tr>
|
773
773
|
<td class="parameter_name"><p>error</p></td>
|
774
|
-
<td class="parameter_description"><p>return location for a <a href="
|
774
|
+
<td class="parameter_description"><p>return location for a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a>, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
|
775
775
|
<td class="parameter_annotations"> </td>
|
776
776
|
</tr>
|
777
777
|
</tbody>
|
@@ -780,7 +780,7 @@ soup_session_request_uri (<em class="parameter"><code><a class="link" href="Soup
|
|
780
780
|
<div class="refsect3">
|
781
781
|
<a name="id-1.3.21.10.5.6"></a><h4>Returns</h4>
|
782
782
|
<p> a new <a class="link" href="SoupRequest.html" title="SoupRequest"><span class="type">SoupRequest</span></a>, or
|
783
|
-
<a href="
|
783
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> on error. </p>
|
784
784
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
785
785
|
</div>
|
786
786
|
<p class="since">Since: 2.42</p>
|
@@ -792,7 +792,7 @@ soup_session_request_uri (<em class="parameter"><code><a class="link" href="Soup
|
|
792
792
|
soup_session_request_http (<em class="parameter"><code><a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> *session</code></em>,
|
793
793
|
<em class="parameter"><code>const <span class="type">char</span> *method</code></em>,
|
794
794
|
<em class="parameter"><code>const <span class="type">char</span> *uri_string</code></em>,
|
795
|
-
<em class="parameter"><code><a href="
|
795
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
796
796
|
<p>Creates a <a class="link" href="SoupRequest.html" title="SoupRequest"><span class="type">SoupRequest</span></a> for retrieving <em class="parameter"><code>uri_string</code></em>
|
797
797
|
, which must be an
|
798
798
|
"http" or "https" URI (or another protocol listed in <em class="parameter"><code>session</code></em>
|
@@ -824,7 +824,7 @@ soup_session_request_http (<em class="parameter"><code><a class="link" href="Sou
|
|
824
824
|
</tr>
|
825
825
|
<tr>
|
826
826
|
<td class="parameter_name"><p>error</p></td>
|
827
|
-
<td class="parameter_description"><p>return location for a <a href="
|
827
|
+
<td class="parameter_description"><p>return location for a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a>, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
|
828
828
|
<td class="parameter_annotations"> </td>
|
829
829
|
</tr>
|
830
830
|
</tbody>
|
@@ -833,7 +833,7 @@ soup_session_request_http (<em class="parameter"><code><a class="link" href="Sou
|
|
833
833
|
<div class="refsect3">
|
834
834
|
<a name="id-1.3.21.10.6.6"></a><h4>Returns</h4>
|
835
835
|
<p> a new <a class="link" href="SoupRequestHTTP.html" title="SoupRequestHTTP"><span class="type">SoupRequestHTTP</span></a>, or
|
836
|
-
<a href="
|
836
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> on error. </p>
|
837
837
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
838
838
|
</div>
|
839
839
|
<p class="since">Since: 2.42</p>
|
@@ -845,7 +845,7 @@ soup_session_request_http (<em class="parameter"><code><a class="link" href="Sou
|
|
845
845
|
soup_session_request_http_uri (<em class="parameter"><code><a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> *session</code></em>,
|
846
846
|
<em class="parameter"><code>const <span class="type">char</span> *method</code></em>,
|
847
847
|
<em class="parameter"><code><a class="link" href="SoupURI.html" title="SoupURI"><span class="type">SoupURI</span></a> *uri</code></em>,
|
848
|
-
<em class="parameter"><code><a href="
|
848
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
849
849
|
<p>Creates a <a class="link" href="SoupRequest.html" title="SoupRequest"><span class="type">SoupRequest</span></a> for retrieving <em class="parameter"><code>uri</code></em>
|
850
850
|
, which must be an
|
851
851
|
"http" or "https" URI (or another protocol listed in <em class="parameter"><code>session</code></em>
|
@@ -877,7 +877,7 @@ soup_session_request_http_uri (<em class="parameter"><code><a class="link" href=
|
|
877
877
|
</tr>
|
878
878
|
<tr>
|
879
879
|
<td class="parameter_name"><p>error</p></td>
|
880
|
-
<td class="parameter_description"><p>return location for a <a href="
|
880
|
+
<td class="parameter_description"><p>return location for a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a>, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
|
881
881
|
<td class="parameter_annotations"> </td>
|
882
882
|
</tr>
|
883
883
|
</tbody>
|
@@ -886,7 +886,7 @@ soup_session_request_http_uri (<em class="parameter"><code><a class="link" href=
|
|
886
886
|
<div class="refsect3">
|
887
887
|
<a name="id-1.3.21.10.7.6"></a><h4>Returns</h4>
|
888
888
|
<p> a new <a class="link" href="SoupRequestHTTP.html" title="SoupRequestHTTP"><span class="type">SoupRequestHTTP</span></a>, or
|
889
|
-
<a href="
|
889
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> on error. </p>
|
890
890
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
891
891
|
</div>
|
892
892
|
<p class="since">Since: 2.42</p>
|
@@ -897,7 +897,7 @@ soup_session_request_http_uri (<em class="parameter"><code><a class="link" href=
|
|
897
897
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
898
898
|
<span class="c_punctuation">(</span>*SoupSessionCallback<span class="c_punctuation">)</span> (<em class="parameter"><code><a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> *session</code></em>,
|
899
899
|
<em class="parameter"><code><a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg</code></em>,
|
900
|
-
<em class="parameter"><code><a href="
|
900
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
|
901
901
|
<p>Prototype for the callback passed to <a class="link" href="SoupSession.html#soup-session-queue-message" title="soup_session_queue_message ()"><code class="function">soup_session_queue_message()</code></a>,
|
902
902
|
qv.</p>
|
903
903
|
<div class="refsect3">
|
@@ -935,10 +935,10 @@ qv.</p>
|
|
935
935
|
soup_session_queue_message (<em class="parameter"><code><a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> *session</code></em>,
|
936
936
|
<em class="parameter"><code><a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg</code></em>,
|
937
937
|
<em class="parameter"><code><a class="link" href="SoupSession.html#SoupSessionCallback" title="SoupSessionCallback ()"><span class="type">SoupSessionCallback</span></a> callback</code></em>,
|
938
|
-
<em class="parameter"><code><a href="
|
938
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
|
939
939
|
<p>Queues the message <em class="parameter"><code>msg</code></em>
|
940
940
|
for asynchronously sending the request and
|
941
|
-
receiving a response in the current thread-default <a href="
|
941
|
+
receiving a response in the current thread-default <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html#GMainContext"><span class="type">GMainContext</span></a>.
|
942
942
|
If <em class="parameter"><code>msg</code></em>
|
943
943
|
has been processed before, any resources related to the
|
944
944
|
time it was last sent are freed.</p>
|
@@ -948,15 +948,15 @@ be invoked. If after returning from this callback the message has not
|
|
948
948
|
been requeued, <em class="parameter"><code>msg</code></em>
|
949
949
|
will be unreffed.</p>
|
950
950
|
<p>(The behavior above applies to a plain <a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a>; if you are
|
951
|
-
using <a class="link" href="SoupSessionAsync.html" title="SoupSessionAsync"><span class="type">SoupSessionAsync</span></a> or <a class="link" href="SoupSessionSync.html" title="SoupSessionSync"><span class="type">SoupSessionSync</span></a>, then the <a href="
|
951
|
+
using <a class="link" href="SoupSessionAsync.html" title="SoupSessionAsync"><span class="type">SoupSessionAsync</span></a> or <a class="link" href="SoupSessionSync.html" title="SoupSessionSync"><span class="type">SoupSessionSync</span></a>, then the <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html#GMainContext"><span class="type">GMainContext</span></a>
|
952
952
|
that is used depends on the settings of <a class="link" href="SoupSession.html#SoupSession--async-context" title="The “async-context” property"><span class="type">“async-context”</span></a>
|
953
953
|
and <a class="link" href="SoupSession.html#SoupSession--use-thread-context" title="The “use-thread-context” property"><span class="type">“use-thread-context”</span></a>, and for <a class="link" href="SoupSessionSync.html" title="SoupSessionSync"><span class="type">SoupSessionSync</span></a>, the
|
954
954
|
message will actually be sent and processed in another thread, with
|
955
|
-
only the final callback occurring in the indicated <a href="
|
955
|
+
only the final callback occurring in the indicated <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html#GMainContext"><span class="type">GMainContext</span></a>.)</p>
|
956
956
|
<p>Contrast this method with <a class="link" href="SoupSession.html#soup-session-send-async" title="soup_session_send_async ()"><code class="function">soup_session_send_async()</code></a>, which also
|
957
957
|
asynchronously sends a message, but returns before reading the
|
958
958
|
response body, and allows you to read the response via a
|
959
|
-
<a href="
|
959
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GInputStream.html"><span class="type">GInputStream</span></a>.</p>
|
960
960
|
<div class="refsect3">
|
961
961
|
<a name="id-1.3.21.10.9.8"></a><h4>Parameters</h4>
|
962
962
|
<div class="informaltable"><table width="100%" border="0">
|
@@ -1027,7 +1027,7 @@ again.</p>
|
|
1027
1027
|
<hr>
|
1028
1028
|
<div class="refsect2">
|
1029
1029
|
<a name="soup-session-send-message"></a><h3>soup_session_send_message ()</h3>
|
1030
|
-
<pre class="programlisting"><a href="
|
1030
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
|
1031
1031
|
soup_session_send_message (<em class="parameter"><code><a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> *session</code></em>,
|
1032
1032
|
<em class="parameter"><code><a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg</code></em>);</pre>
|
1033
1033
|
<p>Synchronously send <em class="parameter"><code>msg</code></em>
|
@@ -1044,7 +1044,7 @@ processed.)</p>
|
|
1044
1044
|
<p>Contrast this method with <a class="link" href="SoupSession.html#soup-session-send" title="soup_session_send ()"><code class="function">soup_session_send()</code></a>, which also
|
1045
1045
|
synchronously sends a message, but returns before reading the
|
1046
1046
|
response body, and allows you to read the response via a
|
1047
|
-
<a href="
|
1047
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GInputStream.html"><span class="type">GInputStream</span></a>.</p>
|
1048
1048
|
<div class="refsect3">
|
1049
1049
|
<a name="id-1.3.21.10.11.8"></a><h4>Parameters</h4>
|
1050
1050
|
<div class="informaltable"><table width="100%" border="0">
|
@@ -1078,7 +1078,7 @@ response body, and allows you to read the response via a
|
|
1078
1078
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1079
1079
|
soup_session_cancel_message (<em class="parameter"><code><a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> *session</code></em>,
|
1080
1080
|
<em class="parameter"><code><a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg</code></em>,
|
1081
|
-
<em class="parameter"><code><a href="
|
1081
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> status_code</code></em>);</pre>
|
1082
1082
|
<p>Causes <em class="parameter"><code>session</code></em>
|
1083
1083
|
to immediately finish processing <em class="parameter"><code>msg</code></em>
|
1084
1084
|
(regardless
|
@@ -1139,18 +1139,18 @@ returning to the main loop.</p>
|
|
1139
1139
|
<hr>
|
1140
1140
|
<div class="refsect2">
|
1141
1141
|
<a name="soup-session-send"></a><h3>soup_session_send ()</h3>
|
1142
|
-
<pre class="programlisting"><a href="
|
1142
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GInputStream.html"><span class="returnvalue">GInputStream</span></a> *
|
1143
1143
|
soup_session_send (<em class="parameter"><code><a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> *session</code></em>,
|
1144
1144
|
<em class="parameter"><code><a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg</code></em>,
|
1145
|
-
<em class="parameter"><code><a href="
|
1146
|
-
<em class="parameter"><code><a href="
|
1145
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
|
1146
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
1147
1147
|
<p>Synchronously sends <em class="parameter"><code>msg</code></em>
|
1148
1148
|
and waits for the beginning of a response.
|
1149
|
-
On success, a <a href="
|
1149
|
+
On success, a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GInputStream.html"><span class="type">GInputStream</span></a> will be returned which you can use to
|
1150
1150
|
read the response body. ("Success" here means only that an HTTP
|
1151
1151
|
response was received and understood; it does not necessarily mean
|
1152
1152
|
that a 2xx class status code was received.)</p>
|
1153
|
-
<p>If non-<a href="
|
1153
|
+
<p>If non-<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, <em class="parameter"><code>cancellable</code></em>
|
1154
1154
|
can be used to cancel the request;
|
1155
1155
|
<a class="link" href="SoupSession.html#soup-session-send" title="soup_session_send ()"><code class="function">soup_session_send()</code></a> will return a <code class="literal">G_IO_ERROR_CANCELLED</code> error. Note
|
1156
1156
|
that with requests that have side effects (eg,
|
@@ -1189,12 +1189,12 @@ response has been completely read.</p>
|
|
1189
1189
|
</tr>
|
1190
1190
|
<tr>
|
1191
1191
|
<td class="parameter_name"><p>cancellable</p></td>
|
1192
|
-
<td class="parameter_description"><p>a <a href="
|
1192
|
+
<td class="parameter_description"><p>a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GCancellable.html"><span class="type">GCancellable</span></a></p></td>
|
1193
1193
|
<td class="parameter_annotations"> </td>
|
1194
1194
|
</tr>
|
1195
1195
|
<tr>
|
1196
1196
|
<td class="parameter_name"><p>error</p></td>
|
1197
|
-
<td class="parameter_description"><p>return location for a <a href="
|
1197
|
+
<td class="parameter_description"><p>return location for a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a>, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
|
1198
1198
|
<td class="parameter_annotations"> </td>
|
1199
1199
|
</tr>
|
1200
1200
|
</tbody>
|
@@ -1202,8 +1202,8 @@ response has been completely read.</p>
|
|
1202
1202
|
</div>
|
1203
1203
|
<div class="refsect3">
|
1204
1204
|
<a name="id-1.3.21.10.13.10"></a><h4>Returns</h4>
|
1205
|
-
<p> a <a href="
|
1206
|
-
response body, or <a href="
|
1205
|
+
<p> a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GInputStream.html"><span class="type">GInputStream</span></a> for reading the
|
1206
|
+
response body, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> on error. </p>
|
1207
1207
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
1208
1208
|
</div>
|
1209
1209
|
<p class="since">Since: 2.42</p>
|
@@ -1214,16 +1214,16 @@ response body, or <a href="https://developer.gnome.org/glib/unstable/glib-Standa
|
|
1214
1214
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1215
1215
|
soup_session_send_async (<em class="parameter"><code><a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> *session</code></em>,
|
1216
1216
|
<em class="parameter"><code><a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg</code></em>,
|
1217
|
-
<em class="parameter"><code><a href="
|
1218
|
-
<em class="parameter"><code><a href="
|
1219
|
-
<em class="parameter"><code><a href="
|
1217
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
|
1218
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
|
1219
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
|
1220
1220
|
<p>Asynchronously sends <em class="parameter"><code>msg</code></em>
|
1221
1221
|
and waits for the beginning of a
|
1222
1222
|
response. When <em class="parameter"><code>callback</code></em>
|
1223
1223
|
is called, then either <em class="parameter"><code>msg</code></em>
|
1224
1224
|
has been sent,
|
1225
1225
|
and its response headers received, or else an error has occurred.
|
1226
|
-
Call <a class="link" href="SoupSession.html#soup-session-send-finish" title="soup_session_send_finish ()"><code class="function">soup_session_send_finish()</code></a> to get a <a href="
|
1226
|
+
Call <a class="link" href="SoupSession.html#soup-session-send-finish" title="soup_session_send_finish ()"><code class="function">soup_session_send_finish()</code></a> to get a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GInputStream.html"><span class="type">GInputStream</span></a> for reading
|
1227
1227
|
the response body.</p>
|
1228
1228
|
<p>See <a class="link" href="SoupSession.html#soup-session-send" title="soup_session_send ()"><code class="function">soup_session_send()</code></a> for more details on the general semantics.</p>
|
1229
1229
|
<p>Contrast this method with <a class="link" href="SoupSession.html#soup-session-queue-message" title="soup_session_queue_message ()"><code class="function">soup_session_queue_message()</code></a>, which also
|
@@ -1254,7 +1254,7 @@ callback until the response has been completely read.</p>
|
|
1254
1254
|
</tr>
|
1255
1255
|
<tr>
|
1256
1256
|
<td class="parameter_name"><p>cancellable</p></td>
|
1257
|
-
<td class="parameter_description"><p>a <a href="
|
1257
|
+
<td class="parameter_description"><p>a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GCancellable.html"><span class="type">GCancellable</span></a></p></td>
|
1258
1258
|
<td class="parameter_annotations"> </td>
|
1259
1259
|
</tr>
|
1260
1260
|
<tr>
|
@@ -1276,12 +1276,12 @@ callback until the response has been completely read.</p>
|
|
1276
1276
|
<hr>
|
1277
1277
|
<div class="refsect2">
|
1278
1278
|
<a name="soup-session-send-finish"></a><h3>soup_session_send_finish ()</h3>
|
1279
|
-
<pre class="programlisting"><a href="
|
1279
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GInputStream.html"><span class="returnvalue">GInputStream</span></a> *
|
1280
1280
|
soup_session_send_finish (<em class="parameter"><code><a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> *session</code></em>,
|
1281
|
-
<em class="parameter"><code><a href="
|
1282
|
-
<em class="parameter"><code><a href="
|
1281
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *result</code></em>,
|
1282
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
1283
1283
|
<p>Gets the response to a <a class="link" href="SoupSession.html#soup-session-send-async" title="soup_session_send_async ()"><code class="function">soup_session_send_async()</code></a> call and (if
|
1284
|
-
successful), returns a <a href="
|
1284
|
+
successful), returns a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GInputStream.html"><span class="type">GInputStream</span></a> that can be used to read the
|
1285
1285
|
response body.</p>
|
1286
1286
|
<div class="refsect3">
|
1287
1287
|
<a name="id-1.3.21.10.15.5"></a><h4>Parameters</h4>
|
@@ -1299,12 +1299,12 @@ response body.</p>
|
|
1299
1299
|
</tr>
|
1300
1300
|
<tr>
|
1301
1301
|
<td class="parameter_name"><p>result</p></td>
|
1302
|
-
<td class="parameter_description"><p>the <a href="
|
1302
|
+
<td class="parameter_description"><p>the <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html"><span class="type">GAsyncResult</span></a> passed to your callback</p></td>
|
1303
1303
|
<td class="parameter_annotations"> </td>
|
1304
1304
|
</tr>
|
1305
1305
|
<tr>
|
1306
1306
|
<td class="parameter_name"><p>error</p></td>
|
1307
|
-
<td class="parameter_description"><p>return location for a <a href="
|
1307
|
+
<td class="parameter_description"><p>return location for a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a>, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
|
1308
1308
|
<td class="parameter_annotations"> </td>
|
1309
1309
|
</tr>
|
1310
1310
|
</tbody>
|
@@ -1312,8 +1312,8 @@ response body.</p>
|
|
1312
1312
|
</div>
|
1313
1313
|
<div class="refsect3">
|
1314
1314
|
<a name="id-1.3.21.10.15.6"></a><h4>Returns</h4>
|
1315
|
-
<p> a <a href="
|
1316
|
-
response body, or <a href="
|
1315
|
+
<p> a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GInputStream.html"><span class="type">GInputStream</span></a> for reading the
|
1316
|
+
response body, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> on error. </p>
|
1317
1317
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
1318
1318
|
</div>
|
1319
1319
|
<p class="since">Since: 2.42</p>
|
@@ -1326,9 +1326,9 @@ soup_session_websocket_connect_async (<em class="parameter"><code><a class="link
|
|
1326
1326
|
<em class="parameter"><code><a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg</code></em>,
|
1327
1327
|
<em class="parameter"><code>const <span class="type">char</span> *origin</code></em>,
|
1328
1328
|
<em class="parameter"><code><span class="type">char</span> **protocols</code></em>,
|
1329
|
-
<em class="parameter"><code><a href="
|
1330
|
-
<em class="parameter"><code><a href="
|
1331
|
-
<em class="parameter"><code><a href="
|
1329
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
|
1330
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
|
1331
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
|
1332
1332
|
<p>Asynchronously creates a <a class="link" href="libsoup-2.4-WebSockets.html#SoupWebsocketConnection"><span class="type">SoupWebsocketConnection</span></a> to communicate
|
1333
1333
|
with a remote server.</p>
|
1334
1334
|
<p>All necessary WebSocket-related headers will be added to <em class="parameter"><code>msg</code></em>
|
@@ -1340,7 +1340,7 @@ it will then be sent and asynchronously processed normally
|
|
1340
1340
|
code and response headers will be updated, and then the WebSocket
|
1341
1341
|
handshake will be completed. On success,
|
1342
1342
|
<code class="function">soup_websocket_connect_finish()</code> will return a new
|
1343
|
-
<a class="link" href="libsoup-2.4-WebSockets.html#SoupWebsocketConnection"><span class="type">SoupWebsocketConnection</span></a>. On failure it will return a <a href="
|
1343
|
+
<a class="link" href="libsoup-2.4-WebSockets.html#SoupWebsocketConnection"><span class="type">SoupWebsocketConnection</span></a>. On failure it will return a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a>.</p>
|
1344
1344
|
<p>If the server returns a status other than "101 Switching
|
1345
1345
|
Protocols", then <em class="parameter"><code>msg</code></em>
|
1346
1346
|
will contain the complete response headers
|
@@ -1374,12 +1374,12 @@ and body from the server's response, and
|
|
1374
1374
|
<tr>
|
1375
1375
|
<td class="parameter_name"><p>protocols</p></td>
|
1376
1376
|
<td class="parameter_description"><p> a
|
1377
|
-
<a href="
|
1377
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array of protocols supported. </p></td>
|
1378
1378
|
<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>][<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> zero-terminated=1]</span></td>
|
1379
1379
|
</tr>
|
1380
1380
|
<tr>
|
1381
1381
|
<td class="parameter_name"><p>cancellable</p></td>
|
1382
|
-
<td class="parameter_description"><p>a <a href="
|
1382
|
+
<td class="parameter_description"><p>a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GCancellable.html"><span class="type">GCancellable</span></a></p></td>
|
1383
1383
|
<td class="parameter_annotations"> </td>
|
1384
1384
|
</tr>
|
1385
1385
|
<tr>
|
@@ -1403,8 +1403,8 @@ and body from the server's response, and
|
|
1403
1403
|
<a name="soup-session-websocket-connect-finish"></a><h3>soup_session_websocket_connect_finish ()</h3>
|
1404
1404
|
<pre class="programlisting"><a class="link" href="libsoup-2.4-WebSockets.html#SoupWebsocketConnection"><span class="returnvalue">SoupWebsocketConnection</span></a> *
|
1405
1405
|
soup_session_websocket_connect_finish (<em class="parameter"><code><a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> *session</code></em>,
|
1406
|
-
<em class="parameter"><code><a href="
|
1407
|
-
<em class="parameter"><code><a href="
|
1406
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *result</code></em>,
|
1407
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
1408
1408
|
<p>Gets the <a class="link" href="libsoup-2.4-WebSockets.html#SoupWebsocketConnection"><span class="type">SoupWebsocketConnection</span></a> response to a
|
1409
1409
|
<a class="link" href="SoupSession.html#soup-session-websocket-connect-async" title="soup_session_websocket_connect_async ()"><code class="function">soup_session_websocket_connect_async()</code></a> call and (if successful),
|
1410
1410
|
returns a <span class="type">SoupWebsockConnection</span> that can be used to communicate
|
@@ -1425,12 +1425,12 @@ with the server.</p>
|
|
1425
1425
|
</tr>
|
1426
1426
|
<tr>
|
1427
1427
|
<td class="parameter_name"><p>result</p></td>
|
1428
|
-
<td class="parameter_description"><p>the <a href="
|
1428
|
+
<td class="parameter_description"><p>the <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html"><span class="type">GAsyncResult</span></a> passed to your callback</p></td>
|
1429
1429
|
<td class="parameter_annotations"> </td>
|
1430
1430
|
</tr>
|
1431
1431
|
<tr>
|
1432
1432
|
<td class="parameter_name"><p>error</p></td>
|
1433
|
-
<td class="parameter_description"><p>return location for a <a href="
|
1433
|
+
<td class="parameter_description"><p>return location for a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a>, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
|
1434
1434
|
<td class="parameter_annotations"> </td>
|
1435
1435
|
</tr>
|
1436
1436
|
</tbody>
|
@@ -1439,7 +1439,7 @@ with the server.</p>
|
|
1439
1439
|
<div class="refsect3">
|
1440
1440
|
<a name="id-1.3.21.10.17.6"></a><h4>Returns</h4>
|
1441
1441
|
<p> a new <a class="link" href="libsoup-2.4-WebSockets.html#SoupWebsocketConnection"><span class="type">SoupWebsocketConnection</span></a>, or
|
1442
|
-
<a href="
|
1442
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> on error. </p>
|
1443
1443
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
1444
1444
|
</div>
|
1445
1445
|
<p class="since">Since: 2.50</p>
|
@@ -1450,9 +1450,9 @@ with the server.</p>
|
|
1450
1450
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1451
1451
|
soup_session_prefetch_dns (<em class="parameter"><code><a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> *session</code></em>,
|
1452
1452
|
<em class="parameter"><code>const <span class="type">char</span> *hostname</code></em>,
|
1453
|
-
<em class="parameter"><code><a href="
|
1453
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
|
1454
1454
|
<em class="parameter"><code><a class="link" href="SoupAddress.html#SoupAddressCallback" title="SoupAddressCallback ()"><span class="type">SoupAddressCallback</span></a> callback</code></em>,
|
1455
|
-
<em class="parameter"><code><a href="
|
1455
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
|
1456
1456
|
<p>Tells <em class="parameter"><code>session</code></em>
|
1457
1457
|
that an URI from the given <em class="parameter"><code>hostname</code></em>
|
1458
1458
|
may be requested
|
@@ -1460,7 +1460,7 @@ shortly, and so the session can try to prepare by resolving the
|
|
1460
1460
|
domain name in advance, in order to work more quickly once the URI
|
1461
1461
|
is actually requested.</p>
|
1462
1462
|
<p>If <em class="parameter"><code>cancellable</code></em>
|
1463
|
-
is non-<a href="
|
1463
|
+
is non-<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, it can be used to cancel the
|
1464
1464
|
resolution. <em class="parameter"><code>callback</code></em>
|
1465
1465
|
will still be invoked in this case, with a
|
1466
1466
|
status of <a class="link" href="libsoup-2.4-soup-status.html#SOUP-STATUS-CANCELLED:CAPS"><code class="literal">SOUP_STATUS_CANCELLED</code></a>.</p>
|
@@ -1485,13 +1485,13 @@ status of <a class="link" href="libsoup-2.4-soup-status.html#SOUP-STATUS-CANCELL
|
|
1485
1485
|
</tr>
|
1486
1486
|
<tr>
|
1487
1487
|
<td class="parameter_name"><p>cancellable</p></td>
|
1488
|
-
<td class="parameter_description"><p> a <a href="
|
1488
|
+
<td class="parameter_description"><p> a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GCancellable.html"><span class="type">GCancellable</span></a> object, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
1489
1489
|
<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>
|
1490
1490
|
</tr>
|
1491
1491
|
<tr>
|
1492
1492
|
<td class="parameter_name"><p>callback</p></td>
|
1493
1493
|
<td class="parameter_description"><p> callback to call with the
|
1494
|
-
result, or <a href="
|
1494
|
+
result, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
1495
1495
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="The callback is valid until first called."><span class="acronym">scope async</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
1496
1496
|
</tr>
|
1497
1497
|
<tr>
|
@@ -1537,7 +1537,7 @@ not.</p>
|
|
1537
1537
|
<hr>
|
1538
1538
|
<div class="refsect2">
|
1539
1539
|
<a name="soup-session-would-redirect"></a><h3>soup_session_would_redirect ()</h3>
|
1540
|
-
<pre class="programlisting"><a href="
|
1540
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
1541
1541
|
soup_session_would_redirect (<em class="parameter"><code><a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> *session</code></em>,
|
1542
1542
|
<em class="parameter"><code><a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg</code></em>);</pre>
|
1543
1543
|
<p>Checks if <em class="parameter"><code>msg</code></em>
|
@@ -1578,7 +1578,7 @@ would be redirected</p>
|
|
1578
1578
|
<hr>
|
1579
1579
|
<div class="refsect2">
|
1580
1580
|
<a name="soup-session-redirect-message"></a><h3>soup_session_redirect_message ()</h3>
|
1581
|
-
<pre class="programlisting"><a href="
|
1581
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
1582
1582
|
soup_session_redirect_message (<em class="parameter"><code><a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> *session</code></em>,
|
1583
1583
|
<em class="parameter"><code><a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg</code></em>);</pre>
|
1584
1584
|
<p>Updates <em class="parameter"><code>msg</code></em>
|
@@ -1620,7 +1620,7 @@ cause it to fail with <a class="link" href="libsoup-2.4-soup-status.html#SOUP-ST
|
|
1620
1620
|
</div>
|
1621
1621
|
<div class="refsect3">
|
1622
1622
|
<a name="id-1.3.21.10.21.8"></a><h4>Returns</h4>
|
1623
|
-
<p> <a href="
|
1623
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if a redirection was applied, <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if not
|
1624
1624
|
(eg, because there was no Location header, or it could not be
|
1625
1625
|
parsed).</p>
|
1626
1626
|
</div>
|
@@ -1704,14 +1704,14 @@ reading or writing won't resume until you return to the main loop.</p>
|
|
1704
1704
|
<hr>
|
1705
1705
|
<div class="refsect2">
|
1706
1706
|
<a name="soup-session-get-async-context"></a><h3>soup_session_get_async_context ()</h3>
|
1707
|
-
<pre class="programlisting"><a href="
|
1707
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html#GMainContext"><span class="returnvalue">GMainContext</span></a> *
|
1708
1708
|
soup_session_get_async_context (<em class="parameter"><code><a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> *session</code></em>);</pre>
|
1709
1709
|
<p>Gets <em class="parameter"><code>session</code></em>
|
1710
1710
|
's <a class="link" href="SoupSession.html#SoupSession--async-context" title="The “async-context” property"><span class="type">“async-context”</span></a>. This does not add a ref
|
1711
1711
|
to the context, so you will need to ref it yourself if you want it
|
1712
1712
|
to outlive its session.</p>
|
1713
1713
|
<p>For a modern <a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a>, this will always just return the
|
1714
|
-
thread-default <a href="
|
1714
|
+
thread-default <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html#GMainContext"><span class="type">GMainContext</span></a>, and so is not especially useful.</p>
|
1715
1715
|
<div class="refsect3">
|
1716
1716
|
<a name="id-1.3.21.10.24.6"></a><h4>Parameters</h4>
|
1717
1717
|
<div class="informaltable"><table width="100%" border="0">
|
@@ -1730,8 +1730,8 @@ thread-default <a href="https://developer.gnome.org/glib/unstable/glib-The-Main-
|
|
1730
1730
|
<div class="refsect3">
|
1731
1731
|
<a name="id-1.3.21.10.24.7"></a><h4>Returns</h4>
|
1732
1732
|
<p> <em class="parameter"><code>session</code></em>
|
1733
|
-
's <a href="
|
1734
|
-
which may be <a href="
|
1733
|
+
's <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html#GMainContext"><span class="type">GMainContext</span></a>,
|
1734
|
+
which may be <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p>
|
1735
1735
|
<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>
|
1736
1736
|
</div>
|
1737
1737
|
</div>
|
@@ -1777,7 +1777,7 @@ features are present in sessions by default.</p>
|
|
1777
1777
|
<a name="soup-session-add-feature-by-type"></a><h3>soup_session_add_feature_by_type ()</h3>
|
1778
1778
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1779
1779
|
soup_session_add_feature_by_type (<em class="parameter"><code><a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> *session</code></em>,
|
1780
|
-
<em class="parameter"><code><a href="
|
1780
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"><span class="type">GType</span></a> feature_type</code></em>);</pre>
|
1781
1781
|
<p>If <em class="parameter"><code>feature_type</code></em>
|
1782
1782
|
is the type of a class that implements
|
1783
1783
|
<a class="link" href="SoupSessionFeature.html" title="SoupSessionFeature"><span class="type">SoupSessionFeature</span></a>, this creates a new feature of that type and
|
@@ -1811,7 +1811,7 @@ features are present in sessions by default.</p>
|
|
1811
1811
|
</tr>
|
1812
1812
|
<tr>
|
1813
1813
|
<td class="parameter_name"><p>feature_type</p></td>
|
1814
|
-
<td class="parameter_description"><p>a <a href="
|
1814
|
+
<td class="parameter_description"><p>a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"><span class="type">GType</span></a></p></td>
|
1815
1815
|
<td class="parameter_annotations"> </td>
|
1816
1816
|
</tr>
|
1817
1817
|
</tbody>
|
@@ -1858,7 +1858,7 @@ soup_session_remove_feature (<em class="parameter"><code><a class="link" href="S
|
|
1858
1858
|
<a name="soup-session-remove-feature-by-type"></a><h3>soup_session_remove_feature_by_type ()</h3>
|
1859
1859
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1860
1860
|
soup_session_remove_feature_by_type (<em class="parameter"><code><a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> *session</code></em>,
|
1861
|
-
<em class="parameter"><code><a href="
|
1861
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"><span class="type">GType</span></a> feature_type</code></em>);</pre>
|
1862
1862
|
<p>Removes all features of type <em class="parameter"><code>feature_type</code></em>
|
1863
1863
|
(or any subclass of
|
1864
1864
|
<em class="parameter"><code>feature_type</code></em>
|
@@ -1882,7 +1882,7 @@ from the session at construct time by using the
|
|
1882
1882
|
</tr>
|
1883
1883
|
<tr>
|
1884
1884
|
<td class="parameter_name"><p>feature_type</p></td>
|
1885
|
-
<td class="parameter_description"><p>a <a href="
|
1885
|
+
<td class="parameter_description"><p>a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"><span class="type">GType</span></a></p></td>
|
1886
1886
|
<td class="parameter_annotations"> </td>
|
1887
1887
|
</tr>
|
1888
1888
|
</tbody>
|
@@ -1893,9 +1893,9 @@ from the session at construct time by using the
|
|
1893
1893
|
<hr>
|
1894
1894
|
<div class="refsect2">
|
1895
1895
|
<a name="soup-session-get-features"></a><h3>soup_session_get_features ()</h3>
|
1896
|
-
<pre class="programlisting"><a href="
|
1896
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> *
|
1897
1897
|
soup_session_get_features (<em class="parameter"><code><a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> *session</code></em>,
|
1898
|
-
<em class="parameter"><code><a href="
|
1898
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"><span class="type">GType</span></a> feature_type</code></em>);</pre>
|
1899
1899
|
<p>Generates a list of <em class="parameter"><code>session</code></em>
|
1900
1900
|
's features of type <em class="parameter"><code>feature_type</code></em>
|
1901
1901
|
. (If
|
@@ -1918,7 +1918,7 @@ for <em class="parameter"><code>feature_type</code></em>
|
|
1918
1918
|
</tr>
|
1919
1919
|
<tr>
|
1920
1920
|
<td class="parameter_name"><p>feature_type</p></td>
|
1921
|
-
<td class="parameter_description"><p>the <a href="
|
1921
|
+
<td class="parameter_description"><p>the <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"><span class="type">GType</span></a> of the class of features to get</p></td>
|
1922
1922
|
<td class="parameter_annotations"> </td>
|
1923
1923
|
</tr>
|
1924
1924
|
</tbody>
|
@@ -1936,7 +1936,7 @@ for <em class="parameter"><code>feature_type</code></em>
|
|
1936
1936
|
<a name="soup-session-get-feature"></a><h3>soup_session_get_feature ()</h3>
|
1937
1937
|
<pre class="programlisting"><a class="link" href="SoupSessionFeature.html" title="SoupSessionFeature"><span class="returnvalue">SoupSessionFeature</span></a> *
|
1938
1938
|
soup_session_get_feature (<em class="parameter"><code><a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> *session</code></em>,
|
1939
|
-
<em class="parameter"><code><a href="
|
1939
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"><span class="type">GType</span></a> feature_type</code></em>);</pre>
|
1940
1940
|
<p>Gets the first feature in <em class="parameter"><code>session</code></em>
|
1941
1941
|
of type <em class="parameter"><code>feature_type</code></em>
|
1942
1942
|
. For
|
@@ -1958,7 +1958,7 @@ use <a class="link" href="SoupSession.html#soup-session-get-features" title="sou
|
|
1958
1958
|
</tr>
|
1959
1959
|
<tr>
|
1960
1960
|
<td class="parameter_name"><p>feature_type</p></td>
|
1961
|
-
<td class="parameter_description"><p>the <a href="
|
1961
|
+
<td class="parameter_description"><p>the <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"><span class="type">GType</span></a> of the feature to get</p></td>
|
1962
1962
|
<td class="parameter_annotations"> </td>
|
1963
1963
|
</tr>
|
1964
1964
|
</tbody>
|
@@ -1967,7 +1967,7 @@ use <a class="link" href="SoupSession.html#soup-session-get-features" title="sou
|
|
1967
1967
|
<div class="refsect3">
|
1968
1968
|
<a name="id-1.3.21.10.30.6"></a><h4>Returns</h4>
|
1969
1969
|
<p> a <a class="link" href="SoupSessionFeature.html" title="SoupSessionFeature"><span class="type">SoupSessionFeature</span></a>, or
|
1970
|
-
<a href="
|
1970
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. The feature is owned by <em class="parameter"><code>session</code></em>
|
1971
1971
|
. </p>
|
1972
1972
|
<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>
|
1973
1973
|
</div>
|
@@ -1978,7 +1978,7 @@ use <a class="link" href="SoupSession.html#soup-session-get-features" title="sou
|
|
1978
1978
|
<a name="soup-session-get-feature-for-message"></a><h3>soup_session_get_feature_for_message ()</h3>
|
1979
1979
|
<pre class="programlisting"><a class="link" href="SoupSessionFeature.html" title="SoupSessionFeature"><span class="returnvalue">SoupSessionFeature</span></a> *
|
1980
1980
|
soup_session_get_feature_for_message (<em class="parameter"><code><a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> *session</code></em>,
|
1981
|
-
<em class="parameter"><code><a href="
|
1981
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"><span class="type">GType</span></a> feature_type</code></em>,
|
1982
1982
|
<em class="parameter"><code><a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg</code></em>);</pre>
|
1983
1983
|
<p>Gets the first feature in <em class="parameter"><code>session</code></em>
|
1984
1984
|
of type <em class="parameter"><code>feature_type</code></em>
|
@@ -1991,7 +1991,7 @@ where <em class="parameter"><code>feature_type</code></em>
|
|
1991
1991
|
particular, if there are two matching features, and the first is
|
1992
1992
|
disabled on <em class="parameter"><code>msg</code></em>
|
1993
1993
|
, and the second is not, then this will return
|
1994
|
-
<a href="
|
1994
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, not the second feature.</p>
|
1995
1995
|
<div class="refsect3">
|
1996
1996
|
<a name="id-1.3.21.10.31.5"></a><h4>Parameters</h4>
|
1997
1997
|
<div class="informaltable"><table width="100%" border="0">
|
@@ -2008,7 +2008,7 @@ disabled on <em class="parameter"><code>msg</code></em>
|
|
2008
2008
|
</tr>
|
2009
2009
|
<tr>
|
2010
2010
|
<td class="parameter_name"><p>feature_type</p></td>
|
2011
|
-
<td class="parameter_description"><p>the <a href="
|
2011
|
+
<td class="parameter_description"><p>the <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"><span class="type">GType</span></a> of the feature to get</p></td>
|
2012
2012
|
<td class="parameter_annotations"> </td>
|
2013
2013
|
</tr>
|
2014
2014
|
<tr>
|
@@ -2021,7 +2021,7 @@ disabled on <em class="parameter"><code>msg</code></em>
|
|
2021
2021
|
</div>
|
2022
2022
|
<div class="refsect3">
|
2023
2023
|
<a name="id-1.3.21.10.31.6"></a><h4>Returns</h4>
|
2024
|
-
<p> a <a class="link" href="SoupSessionFeature.html" title="SoupSessionFeature"><span class="type">SoupSessionFeature</span></a>, or <a href="
|
2024
|
+
<p> a <a class="link" href="SoupSessionFeature.html" title="SoupSessionFeature"><span class="type">SoupSessionFeature</span></a>, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. The
|
2025
2025
|
feature is owned by <em class="parameter"><code>session</code></em>
|
2026
2026
|
. </p>
|
2027
2027
|
<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>
|
@@ -2031,9 +2031,9 @@ feature is owned by <em class="parameter"><code>session</code></em>
|
|
2031
2031
|
<hr>
|
2032
2032
|
<div class="refsect2">
|
2033
2033
|
<a name="soup-session-has-feature"></a><h3>soup_session_has_feature ()</h3>
|
2034
|
-
<pre class="programlisting"><a href="
|
2034
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
2035
2035
|
soup_session_has_feature (<em class="parameter"><code><a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> *session</code></em>,
|
2036
|
-
<em class="parameter"><code><a href="
|
2036
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"><span class="type">GType</span></a> feature_type</code></em>);</pre>
|
2037
2037
|
<p>Tests if <em class="parameter"><code>session</code></em>
|
2038
2038
|
has at a feature of type <em class="parameter"><code>feature_type</code></em>
|
2039
2039
|
(which can
|
@@ -2056,7 +2056,7 @@ some class managed by another feature, such as <a class="link" href="SoupAuth.ht
|
|
2056
2056
|
</tr>
|
2057
2057
|
<tr>
|
2058
2058
|
<td class="parameter_name"><p>feature_type</p></td>
|
2059
|
-
<td class="parameter_description"><p>the <a href="
|
2059
|
+
<td class="parameter_description"><p>the <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"><span class="type">GType</span></a> of the class of features to check for</p></td>
|
2060
2060
|
<td class="parameter_annotations"> </td>
|
2061
2061
|
</tr>
|
2062
2062
|
</tbody>
|
@@ -2064,14 +2064,14 @@ some class managed by another feature, such as <a class="link" href="SoupAuth.ht
|
|
2064
2064
|
</div>
|
2065
2065
|
<div class="refsect3">
|
2066
2066
|
<a name="id-1.3.21.10.32.6"></a><h4>Returns</h4>
|
2067
|
-
<p> <a href="
|
2067
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a></p>
|
2068
2068
|
</div>
|
2069
2069
|
<p class="since">Since: 2.42</p>
|
2070
2070
|
</div>
|
2071
2071
|
<hr>
|
2072
2072
|
<div class="refsect2">
|
2073
2073
|
<a name="soup-session-steal-connection"></a><h3>soup_session_steal_connection ()</h3>
|
2074
|
-
<pre class="programlisting"><a href="
|
2074
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIOStream.html"><span class="returnvalue">GIOStream</span></a> *
|
2075
2075
|
soup_session_steal_connection (<em class="parameter"><code><a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> *session</code></em>,
|
2076
2076
|
<em class="parameter"><code><a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg</code></em>);</pre>
|
2077
2077
|
<p>"Steals" the HTTP connection associated with <em class="parameter"><code>msg</code></em>
|
@@ -2109,11 +2109,11 @@ holding any other reference to it.</p>
|
|
2109
2109
|
</div>
|
2110
2110
|
<div class="refsect3">
|
2111
2111
|
<a name="id-1.3.21.10.33.7"></a><h4>Returns</h4>
|
2112
|
-
<p> the <a href="
|
2112
|
+
<p> the <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIOStream.html"><span class="type">GIOStream</span></a> formerly associated
|
2113
2113
|
with <em class="parameter"><code>msg</code></em>
|
2114
|
-
(or <a href="
|
2114
|
+
(or <a href="/home/vagrant/ruby-gnome2.win32/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>msg</code></em>
|
2115
2115
|
was no longer associated with a
|
2116
|
-
connection). No guarantees are made about what kind of <a href="
|
2116
|
+
connection). No guarantees are made about what kind of <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIOStream.html"><span class="type">GIOStream</span></a>
|
2117
2117
|
is returned. </p>
|
2118
2118
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
2119
2119
|
</div>
|
@@ -2180,7 +2180,7 @@ is returned. </p>
|
|
2180
2180
|
<a name="SOUP-REQUEST-ERROR:CAPS"></a><h3>SOUP_REQUEST_ERROR</h3>
|
2181
2181
|
<pre class="programlisting">#define SOUP_REQUEST_ERROR soup_request_error_quark ()
|
2182
2182
|
</pre>
|
2183
|
-
<p>A <a href="
|
2183
|
+
<p>A <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> domain for <a class="link" href="SoupRequest.html" title="SoupRequest"><span class="type">SoupRequest</span></a>-related errors. Used with
|
2184
2184
|
<a class="link" href="SoupSession.html#SoupRequestError" title="enum SoupRequestError"><span class="type">SoupRequestError</span></a>.</p>
|
2185
2185
|
<p class="since">Since: 2.42</p>
|
2186
2186
|
</div>
|
@@ -2359,8 +2359,8 @@ qv.</p>
|
|
2359
2359
|
<a name="SoupSession.property-details"></a><h2>Property Details</h2>
|
2360
2360
|
<div class="refsect2">
|
2361
2361
|
<a name="SoupSession--accept-language"></a><h3>The <code class="literal">“accept-language”</code> property</h3>
|
2362
|
-
<pre class="programlisting"> “accept-language” <a href="
|
2363
|
-
<p>If non-<a href="
|
2362
|
+
<pre class="programlisting"> “accept-language” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
|
2363
|
+
<p>If non-<a href="/home/vagrant/ruby-gnome2.win32/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 "Accept-Language" header
|
2364
2364
|
on <a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a>s sent from this session.</p>
|
2365
2365
|
<p>Setting this will disable
|
2366
2366
|
<a class="link" href="SoupSession.html#SoupSession--accept-language-auto" title="The “accept-language-auto” property"><span class="type">“accept-language-auto”</span></a>.</p>
|
@@ -2371,10 +2371,10 @@ on <a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type
|
|
2371
2371
|
<hr>
|
2372
2372
|
<div class="refsect2">
|
2373
2373
|
<a name="SoupSession--accept-language-auto"></a><h3>The <code class="literal">“accept-language-auto”</code> property</h3>
|
2374
|
-
<pre class="programlisting"> “accept-language-auto” <a href="
|
2375
|
-
<p>If <a href="
|
2374
|
+
<pre class="programlisting"> “accept-language-auto” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
2375
|
+
<p>If <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, <a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> will automatically set the string
|
2376
2376
|
for the "Accept-Language" header on every <a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a>
|
2377
|
-
sent, based on the return value of <a href="
|
2377
|
+
sent, based on the return value of <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-I18N.html#g-get-language-names"><code class="function">g_get_language_names()</code></a>.</p>
|
2378
2378
|
<p>Setting this will override any previous value of
|
2379
2379
|
<a class="link" href="SoupSession.html#SoupSession--accept-language" title="The “accept-language” property"><span class="type">“accept-language”</span></a>.</p>
|
2380
2380
|
<p>Flags: Read / Write</p>
|
@@ -2394,7 +2394,7 @@ sent, based on the return value of <a href="https://developer.gnome.org/glib/uns
|
|
2394
2394
|
<hr>
|
2395
2395
|
<div class="refsect2">
|
2396
2396
|
<a name="SoupSession--add-feature-by-type"></a><h3>The <code class="literal">“add-feature-by-type”</code> property</h3>
|
2397
|
-
<pre class="programlisting"> “add-feature-by-type” <a href="
|
2397
|
+
<pre class="programlisting"> “add-feature-by-type” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"><span class="type">GType</span></a> *</pre>
|
2398
2398
|
<p>Add a feature object of the given type to the session.
|
2399
2399
|
(Shortcut for calling <a class="link" href="SoupSession.html#soup-session-add-feature-by-type" title="soup_session_add_feature_by_type ()"><code class="function">soup_session_add_feature_by_type()</code></a>.)</p>
|
2400
2400
|
<p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
|
@@ -2405,30 +2405,30 @@ sent, based on the return value of <a href="https://developer.gnome.org/glib/uns
|
|
2405
2405
|
<hr>
|
2406
2406
|
<div class="refsect2">
|
2407
2407
|
<a name="SoupSession--async-context"></a><h3>The <code class="literal">“async-context”</code> property</h3>
|
2408
|
-
<pre class="programlisting"> “async-context” <a href="
|
2409
|
-
<p>The <a href="
|
2408
|
+
<pre class="programlisting"> “async-context” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a></pre>
|
2409
|
+
<p>The <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html#GMainContext"><span class="type">GMainContext</span></a> that miscellaneous session-related
|
2410
2410
|
asynchronous callbacks are invoked on. (Eg, setting
|
2411
2411
|
<a class="link" href="SoupSession.html#SoupSession--idle-timeout" title="The “idle-timeout” property"><span class="type">“idle-timeout”</span></a> will add a timeout source on this
|
2412
2412
|
context.)</p>
|
2413
2413
|
<p>For a plain <a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a>, this property is always set to
|
2414
|
-
the <a href="
|
2414
|
+
the <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html#GMainContext"><span class="type">GMainContext</span></a> that is the thread-default at the time
|
2415
2415
|
the session was created, and cannot be overridden. For the
|
2416
2416
|
deprecated <a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> subclasses, the default value is
|
2417
|
-
<a href="
|
2418
|
-
<p>If <a class="link" href="SoupSession.html#SoupSession--use-thread-context" title="The “use-thread-context” property"><span class="type">“use-thread-context”</span></a> is <a href="
|
2417
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, meaning to use the global default <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html#GMainContext"><span class="type">GMainContext</span></a>.</p>
|
2418
|
+
<p>If <a class="link" href="SoupSession.html#SoupSession--use-thread-context" title="The “use-thread-context” property"><span class="type">“use-thread-context”</span></a> is <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>, this context
|
2419
2419
|
will also be used for asynchronous HTTP I/O.</p>
|
2420
2420
|
<p>Flags: Read / Write / Construct Only</p>
|
2421
2421
|
</div>
|
2422
2422
|
<hr>
|
2423
2423
|
<div class="refsect2">
|
2424
2424
|
<a name="SoupSession--http-aliases"></a><h3>The <code class="literal">“http-aliases”</code> property</h3>
|
2425
|
-
<pre class="programlisting"> “http-aliases” <a href="
|
2426
|
-
<p>A <a href="
|
2425
|
+
<pre class="programlisting"> “http-aliases” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html#GStrv"><span class="type">GStrv</span></a></pre>
|
2426
|
+
<p>A <a href="/home/vagrant/ruby-gnome2.win32/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
|
2427
2427
|
considered to be aliases for "http". Eg, if this included
|
2428
2428
|
<code class="literal">"dav"</code>, than a URI of
|
2429
2429
|
<code class="literal">dav://example.com/path</code> would be treated
|
2430
2430
|
identically to <code class="literal">http://example.com/path</code>.</p>
|
2431
|
-
<p>In a plain <a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a>, the default value is <a href="
|
2431
|
+
<p>In a plain <a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a>, the default value is <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>,
|
2432
2432
|
meaning that only "http" is recognized as meaning "http".
|
2433
2433
|
In <a class="link" href="SoupSessionAsync.html" title="SoupSessionAsync"><span class="type">SoupSessionAsync</span></a> and <a class="link" href="SoupSessionSync.html" title="SoupSessionSync"><span class="type">SoupSessionSync</span></a>, for backward
|
2434
2434
|
compatibility, the default value is an array containing the
|
@@ -2442,11 +2442,11 @@ be an alias for "http".</p>
|
|
2442
2442
|
<hr>
|
2443
2443
|
<div class="refsect2">
|
2444
2444
|
<a name="SoupSession--https-aliases"></a><h3>The <code class="literal">“https-aliases”</code> property</h3>
|
2445
|
-
<pre class="programlisting"> “https-aliases” <a href="
|
2445
|
+
<pre class="programlisting"> “https-aliases” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html#GStrv"><span class="type">GStrv</span></a></pre>
|
2446
2446
|
<p>A comma-delimited list of URI schemes that should be
|
2447
2447
|
considered to be aliases for "https". See
|
2448
2448
|
<a class="link" href="SoupSession.html#SoupSession--http-aliases" title="The “http-aliases” property"><span class="type">“http-aliases”</span></a> for more information.</p>
|
2449
|
-
<p>The default value is <a href="
|
2449
|
+
<p>The default value is <a href="/home/vagrant/ruby-gnome2.win32/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
|
2450
2450
|
are considered aliases for "https".</p>
|
2451
2451
|
<p>Flags: Read / Write</p>
|
2452
2452
|
<p class="since">Since: 2.38</p>
|
@@ -2454,7 +2454,7 @@ are considered aliases for "https".</p>
|
|
2454
2454
|
<hr>
|
2455
2455
|
<div class="refsect2">
|
2456
2456
|
<a name="SoupSession--idle-timeout"></a><h3>The <code class="literal">“idle-timeout”</code> property</h3>
|
2457
|
-
<pre class="programlisting"> “idle-timeout” <a href="
|
2457
|
+
<pre class="programlisting"> “idle-timeout” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre>
|
2458
2458
|
<p>Connection lifetime (in seconds) when idle. Any connection
|
2459
2459
|
left idle longer than this will be closed.</p>
|
2460
2460
|
<p>Although you can change this property at any time, it will
|
@@ -2484,7 +2484,7 @@ local socket to a specific IP address.</p>
|
|
2484
2484
|
<hr>
|
2485
2485
|
<div class="refsect2">
|
2486
2486
|
<a name="SoupSession--max-conns"></a><h3>The <code class="literal">“max-conns”</code> property</h3>
|
2487
|
-
<pre class="programlisting"> “max-conns” <a href="
|
2487
|
+
<pre class="programlisting"> “max-conns” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
|
2488
2488
|
<p>The maximum number of connections that the session can open at once.</p>
|
2489
2489
|
<p>Flags: Read / Write</p>
|
2490
2490
|
<p>Allowed values: >= 1</p>
|
@@ -2493,7 +2493,7 @@ local socket to a specific IP address.</p>
|
|
2493
2493
|
<hr>
|
2494
2494
|
<div class="refsect2">
|
2495
2495
|
<a name="SoupSession--max-conns-per-host"></a><h3>The <code class="literal">“max-conns-per-host”</code> property</h3>
|
2496
|
-
<pre class="programlisting"> “max-conns-per-host” <a href="
|
2496
|
+
<pre class="programlisting"> “max-conns-per-host” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
|
2497
2497
|
<p>The maximum number of connections that the session can open at once to a given host.</p>
|
2498
2498
|
<p>Flags: Read / Write</p>
|
2499
2499
|
<p>Allowed values: >= 1</p>
|
@@ -2502,15 +2502,15 @@ local socket to a specific IP address.</p>
|
|
2502
2502
|
<hr>
|
2503
2503
|
<div class="refsect2">
|
2504
2504
|
<a name="SoupSession--proxy-resolver"></a><h3>The <code class="literal">“proxy-resolver”</code> property</h3>
|
2505
|
-
<pre class="programlisting"> “proxy-resolver” <a href="
|
2506
|
-
<p>A <a href="
|
2505
|
+
<pre class="programlisting"> “proxy-resolver” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GProxyResolver.html"><span class="type">GProxyResolver</span></a> *</pre>
|
2506
|
+
<p>A <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GProxyResolver.html"><span class="type">GProxyResolver</span></a> to use with this session. Setting this
|
2507
2507
|
will clear the <a class="link" href="SoupSession.html#SoupSession--proxy-uri" title="The “proxy-uri” property"><span class="type">“proxy-uri”</span></a> property, and remove
|
2508
2508
|
any <span class="type">SoupProxyURIResolver</span> features that have
|
2509
2509
|
been added to the session.</p>
|
2510
2510
|
<p>By default, in a plain <a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a>, this is set to the
|
2511
|
-
default <a href="
|
2511
|
+
default <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GProxyResolver.html"><span class="type">GProxyResolver</span></a>, but you can set it to <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if you
|
2512
2512
|
don't want to use proxies, or set it to your own
|
2513
|
-
<a href="
|
2513
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GProxyResolver.html"><span class="type">GProxyResolver</span></a> if you want to control what proxies get
|
2514
2514
|
used.</p>
|
2515
2515
|
<p>Flags: Read / Write</p>
|
2516
2516
|
<p class="since">Since: 2.42</p>
|
@@ -2532,14 +2532,14 @@ normal proxy settings.</p>
|
|
2532
2532
|
<p>Also note that this proxy will be used for
|
2533
2533
|
<span class="emphasis"><em>all</em></span> requests; even requests to
|
2534
2534
|
<code class="literal">localhost</code>. If you need more control over
|
2535
|
-
proxies, you can create a <a href="
|
2535
|
+
proxies, you can create a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GSimpleProxyResolver.html"><span class="type">GSimpleProxyResolver</span></a> and set the
|
2536
2536
|
<a class="link" href="SoupSession.html#SoupSession--proxy-resolver" title="The “proxy-resolver” property"><span class="type">“proxy-resolver”</span></a> property.</p>
|
2537
2537
|
<p>Flags: Read / Write</p>
|
2538
2538
|
</div>
|
2539
2539
|
<hr>
|
2540
2540
|
<div class="refsect2">
|
2541
2541
|
<a name="SoupSession--remove-feature-by-type"></a><h3>The <code class="literal">“remove-feature-by-type”</code> property</h3>
|
2542
|
-
<pre class="programlisting"> “remove-feature-by-type” <a href="
|
2542
|
+
<pre class="programlisting"> “remove-feature-by-type” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"><span class="type">GType</span></a> *</pre>
|
2543
2543
|
<p>Remove feature objects from the session. (Shortcut for
|
2544
2544
|
calling <a class="link" href="SoupSession.html#soup-session-remove-feature-by-type" title="soup_session_remove_feature_by_type ()"><code class="function">soup_session_remove_feature_by_type()</code></a>.)</p>
|
2545
2545
|
<p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
|
@@ -2550,7 +2550,7 @@ calling <a class="link" href="SoupSession.html#soup-session-remove-feature-by-ty
|
|
2550
2550
|
<hr>
|
2551
2551
|
<div class="refsect2">
|
2552
2552
|
<a name="SoupSession--ssl-ca-file"></a><h3>The <code class="literal">“ssl-ca-file”</code> property</h3>
|
2553
|
-
<pre class="programlisting"> “ssl-ca-file” <a href="
|
2553
|
+
<pre class="programlisting"> “ssl-ca-file” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
|
2554
2554
|
<p>File containing SSL CA certificates.</p>
|
2555
2555
|
<p>If the specified file does not exist or cannot be read,
|
2556
2556
|
then libsoup will print a warning, and then behave as
|
@@ -2559,7 +2559,7 @@ certificates will be considered invalid.</p>
|
|
2559
2559
|
<div class="warning">
|
2560
2560
|
<p><code class="literal">SoupSession:ssl-ca-file</code> is deprecated and should not be used in newly-written code.</p>
|
2561
2561
|
<p>use <a class="link" href="SoupSession.html#SoupSession--ssl-use-system-ca-file" title="The “ssl-use-system-ca-file” property"><span class="type">“ssl-use-system-ca-file”</span></a>, or
|
2562
|
-
else <a class="link" href="SoupSession.html#SoupSession--tls-database" title="The “tls-database” property"><span class="type">“tls-database”</span></a> with a <a href="
|
2562
|
+
else <a class="link" href="SoupSession.html#SoupSession--tls-database" title="The “tls-database” property"><span class="type">“tls-database”</span></a> with a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GTlsFileDatabase.html"><span class="type">GTlsFileDatabase</span></a>
|
2563
2563
|
(which allows you to do explicit error handling).</p>
|
2564
2564
|
</div>
|
2565
2565
|
<p>Flags: Read / Write</p>
|
@@ -2568,7 +2568,7 @@ else <a class="link" href="SoupSession.html#SoupSession--tls-database" title="Th
|
|
2568
2568
|
<hr>
|
2569
2569
|
<div class="refsect2">
|
2570
2570
|
<a name="SoupSession--ssl-strict"></a><h3>The <code class="literal">“ssl-strict”</code> property</h3>
|
2571
|
-
<pre class="programlisting"> “ssl-strict” <a href="
|
2571
|
+
<pre class="programlisting"> “ssl-strict” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
2572
2572
|
<p>Normally, if <a class="link" href="SoupSession.html#SoupSession--tls-database" title="The “tls-database” property"><span class="type">“tls-database”</span></a> is set (including if
|
2573
2573
|
it was set via <a class="link" href="SoupSession.html#SoupSession--ssl-use-system-ca-file" title="The “ssl-use-system-ca-file” property"><span class="type">“ssl-use-system-ca-file”</span></a> or
|
2574
2574
|
<a class="link" href="SoupSession.html#SoupSession--ssl-ca-file" title="The “ssl-ca-file” property"><span class="type">“ssl-ca-file”</span></a>), then libsoup will reject any
|
@@ -2576,14 +2576,14 @@ certificate that is invalid (ie, expired) or that is not
|
|
2576
2576
|
signed by one of the given CA certificates, and the
|
2577
2577
|
<a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> will fail with the status
|
2578
2578
|
<a class="link" href="libsoup-2.4-soup-status.html#SOUP-STATUS-SSL-FAILED:CAPS"><code class="literal">SOUP_STATUS_SSL_FAILED</code></a>.</p>
|
2579
|
-
<p>If you set <a class="link" href="SoupSession.html#SoupSession--ssl-strict" title="The “ssl-strict” property"><span class="type">“ssl-strict”</span></a> to <a href="
|
2579
|
+
<p>If you set <a class="link" href="SoupSession.html#SoupSession--ssl-strict" title="The “ssl-strict” property"><span class="type">“ssl-strict”</span></a> to <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>, then all
|
2580
2580
|
certificates will be accepted, and you will need to call
|
2581
2581
|
<a class="link" href="SoupMessage.html#soup-message-get-https-status" title="soup_message_get_https_status ()"><code class="function">soup_message_get_https_status()</code></a> to distinguish valid from
|
2582
2582
|
invalid certificates. (This can be used, eg, if you want to
|
2583
2583
|
accept invalid certificates after giving some sort of
|
2584
2584
|
warning.)</p>
|
2585
2585
|
<p>For a plain <a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a>, if the session has no CA file or
|
2586
|
-
TLS database, and this property is <a href="
|
2586
|
+
TLS database, and this property is <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, then all
|
2587
2587
|
certificates will be rejected. However, beware that the
|
2588
2588
|
deprecated <a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> subclasses (<a class="link" href="SoupSessionAsync.html" title="SoupSessionAsync"><span class="type">SoupSessionAsync</span></a> and
|
2589
2589
|
<a class="link" href="SoupSessionSync.html" title="SoupSessionSync"><span class="type">SoupSessionSync</span></a>) have the opposite behavior: if there is
|
@@ -2596,19 +2596,19 @@ accepted, and this property has no effect.</p>
|
|
2596
2596
|
<hr>
|
2597
2597
|
<div class="refsect2">
|
2598
2598
|
<a name="SoupSession--ssl-use-system-ca-file"></a><h3>The <code class="literal">“ssl-use-system-ca-file”</code> property</h3>
|
2599
|
-
<pre class="programlisting"> “ssl-use-system-ca-file” <a href="
|
2600
|
-
<p>Setting this to <a href="
|
2599
|
+
<pre class="programlisting"> “ssl-use-system-ca-file” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
2600
|
+
<p>Setting this to <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> is equivalent to setting
|
2601
2601
|
<a class="link" href="SoupSession.html#SoupSession--tls-database" title="The “tls-database” property"><span class="type">“tls-database”</span></a> to the default system CA database.
|
2602
2602
|
(and likewise, setting <a class="link" href="SoupSession.html#SoupSession--tls-database" title="The “tls-database” property"><span class="type">“tls-database”</span></a> to the
|
2603
2603
|
default database by hand will cause this property to
|
2604
|
-
become <a href="
|
2605
|
-
<p>Setting this to <a href="
|
2604
|
+
become <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>).</p>
|
2605
|
+
<p>Setting this to <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> (when it was previously <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>) will
|
2606
2606
|
clear the <a class="link" href="SoupSession.html#SoupSession--tls-database" title="The “tls-database” property"><span class="type">“tls-database”</span></a> field.</p>
|
2607
2607
|
<p>See <a class="link" href="SoupSession.html#SoupSession--ssl-strict" title="The “ssl-strict” property"><span class="type">“ssl-strict”</span></a> for more information on how
|
2608
2608
|
https certificate validation is handled.</p>
|
2609
|
-
<p>Note that the default value of <a href="
|
2609
|
+
<p>Note that the default value of <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> only applies to plain
|
2610
2610
|
<a href="SoupSession.html"><span class="type">SoupSessions</span></a>. If you are using <a class="link" href="SoupSessionAsync.html" title="SoupSessionAsync"><span class="type">SoupSessionAsync</span></a> or
|
2611
|
-
<a class="link" href="SoupSessionSync.html" title="SoupSessionSync"><span class="type">SoupSessionSync</span></a>, the default value is <a href="
|
2611
|
+
<a class="link" href="SoupSessionSync.html" title="SoupSessionSync"><span class="type">SoupSessionSync</span></a>, the default value is <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>, for backward
|
2612
2612
|
compatibility.</p>
|
2613
2613
|
<p>Flags: Read / Write</p>
|
2614
2614
|
<p>Default value: TRUE</p>
|
@@ -2617,7 +2617,7 @@ compatibility.</p>
|
|
2617
2617
|
<hr>
|
2618
2618
|
<div class="refsect2">
|
2619
2619
|
<a name="SoupSession--timeout"></a><h3>The <code class="literal">“timeout”</code> property</h3>
|
2620
|
-
<pre class="programlisting"> “timeout” <a href="
|
2620
|
+
<pre class="programlisting"> “timeout” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre>
|
2621
2621
|
<p>The timeout (in seconds) for socket I/O operations
|
2622
2622
|
(including connecting to a server, and waiting for a reply
|
2623
2623
|
to an HTTP request).</p>
|
@@ -2639,29 +2639,29 @@ kept open).</p>
|
|
2639
2639
|
<hr>
|
2640
2640
|
<div class="refsect2">
|
2641
2641
|
<a name="SoupSession--tls-database"></a><h3>The <code class="literal">“tls-database”</code> property</h3>
|
2642
|
-
<pre class="programlisting"> “tls-database” <a href="
|
2643
|
-
<p>Sets the <a href="
|
2642
|
+
<pre class="programlisting"> “tls-database” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GTlsDatabase.html"><span class="type">GTlsDatabase</span></a> *</pre>
|
2643
|
+
<p>Sets the <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GTlsDatabase.html"><span class="type">GTlsDatabase</span></a> to use for validating SSL/TLS
|
2644
2644
|
certificates.</p>
|
2645
2645
|
<p>Note that setting the <a class="link" href="SoupSession.html#SoupSession--ssl-ca-file" title="The “ssl-ca-file” property"><span class="type">“ssl-ca-file”</span></a> or
|
2646
2646
|
<a class="link" href="SoupSession.html#SoupSession--ssl-use-system-ca-file" title="The “ssl-use-system-ca-file” property"><span class="type">“ssl-use-system-ca-file”</span></a> property will cause
|
2647
|
-
this property to be set to a <a href="
|
2647
|
+
this property to be set to a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GTlsDatabase.html"><span class="type">GTlsDatabase</span></a> corresponding to
|
2648
2648
|
the indicated file or system default.</p>
|
2649
2649
|
<p>See <a class="link" href="SoupSession.html#SoupSession--ssl-strict" title="The “ssl-strict” property"><span class="type">“ssl-strict”</span></a> for more information on how
|
2650
2650
|
https certificate validation is handled.</p>
|
2651
2651
|
<p>If you are using a plain <a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> then
|
2652
|
-
<a class="link" href="SoupSession.html#SoupSession--ssl-use-system-ca-file" title="The “ssl-use-system-ca-file” property"><span class="type">“ssl-use-system-ca-file”</span></a> will be <a href="
|
2652
|
+
<a class="link" href="SoupSession.html#SoupSession--ssl-use-system-ca-file" title="The “ssl-use-system-ca-file” property"><span class="type">“ssl-use-system-ca-file”</span></a> will be <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> by
|
2653
2653
|
default, and so this property will be a copy of the system
|
2654
2654
|
CA database. If you are using <a class="link" href="SoupSessionAsync.html" title="SoupSessionAsync"><span class="type">SoupSessionAsync</span></a> or
|
2655
|
-
<a class="link" href="SoupSessionSync.html" title="SoupSessionSync"><span class="type">SoupSessionSync</span></a>, this property will be <a href="
|
2655
|
+
<a class="link" href="SoupSessionSync.html" title="SoupSessionSync"><span class="type">SoupSessionSync</span></a>, this property will be <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> by default.</p>
|
2656
2656
|
<p>Flags: Read / Write</p>
|
2657
2657
|
<p class="since">Since: 2.38</p>
|
2658
2658
|
</div>
|
2659
2659
|
<hr>
|
2660
2660
|
<div class="refsect2">
|
2661
2661
|
<a name="SoupSession--tls-interaction"></a><h3>The <code class="literal">“tls-interaction”</code> property</h3>
|
2662
|
-
<pre class="programlisting"> “tls-interaction” <a href="
|
2663
|
-
<p>A <a href="
|
2664
|
-
<a href="
|
2662
|
+
<pre class="programlisting"> “tls-interaction” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GTlsInteraction.html"><span class="type">GTlsInteraction</span></a> *</pre>
|
2663
|
+
<p>A <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GTlsInteraction.html"><span class="type">GTlsInteraction</span></a> object that will be passed on to any
|
2664
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GTlsConnection.html"><span class="type">GTlsConnections</span></a> created by the session. (This can be used to
|
2665
2665
|
provide client-side certificates, for example.)</p>
|
2666
2666
|
<p>Flags: Read / Write</p>
|
2667
2667
|
<p class="since">Since: 2.48</p>
|
@@ -2669,7 +2669,7 @@ provide client-side certificates, for example.)</p>
|
|
2669
2669
|
<hr>
|
2670
2670
|
<div class="refsect2">
|
2671
2671
|
<a name="SoupSession--use-ntlm"></a><h3>The <code class="literal">“use-ntlm”</code> property</h3>
|
2672
|
-
<pre class="programlisting"> “use-ntlm” <a href="
|
2672
|
+
<pre class="programlisting"> “use-ntlm” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
2673
2673
|
<p>Whether or not to use NTLM authentication.</p>
|
2674
2674
|
<div class="warning">
|
2675
2675
|
<p><code class="literal">SoupSession:use-ntlm</code> is deprecated and should not be used in newly-written code.</p>
|
@@ -2682,10 +2682,10 @@ provide client-side certificates, for example.)</p>
|
|
2682
2682
|
<hr>
|
2683
2683
|
<div class="refsect2">
|
2684
2684
|
<a name="SoupSession--use-thread-context"></a><h3>The <code class="literal">“use-thread-context”</code> property</h3>
|
2685
|
-
<pre class="programlisting"> “use-thread-context” <a href="
|
2686
|
-
<p>If <a href="
|
2685
|
+
<pre class="programlisting"> “use-thread-context” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
2686
|
+
<p>If <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> (which it always is on a plain <a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a>),
|
2687
2687
|
asynchronous HTTP requests in this session will run in
|
2688
|
-
whatever the thread-default <a href="
|
2688
|
+
whatever the thread-default <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html#GMainContext"><span class="type">GMainContext</span></a> is at the time
|
2689
2689
|
they are started, rather than always occurring in
|
2690
2690
|
<a class="link" href="SoupSession.html#SoupSession--async-context" title="The “async-context” property"><span class="type">“async-context”</span></a>.</p>
|
2691
2691
|
<p>Flags: Read / Write</p>
|
@@ -2695,8 +2695,8 @@ they are started, rather than always occurring in
|
|
2695
2695
|
<hr>
|
2696
2696
|
<div class="refsect2">
|
2697
2697
|
<a name="SoupSession--user-agent"></a><h3>The <code class="literal">“user-agent”</code> property</h3>
|
2698
|
-
<pre class="programlisting"> “user-agent” <a href="
|
2699
|
-
<p>If non-<a href="
|
2698
|
+
<pre class="programlisting"> “user-agent” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
|
2699
|
+
<p>If non-<a href="/home/vagrant/ruby-gnome2.win32/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 "User-Agent" header
|
2700
2700
|
on <a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a>s sent from this session.</p>
|
2701
2701
|
<p>RFC 2616 says: "The User-Agent request-header field
|
2702
2702
|
contains information about the user agent originating the
|
@@ -2728,14 +2728,14 @@ header for you.</p>
|
|
2728
2728
|
user_function (<a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> *session,
|
2729
2729
|
<a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg,
|
2730
2730
|
<a class="link" href="SoupAuth.html" title="SoupAuth"><span class="type">SoupAuth</span></a> *auth,
|
2731
|
-
<a href="
|
2732
|
-
<a href="
|
2731
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> retrying,
|
2732
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
2733
2733
|
<p>Emitted when the session requires authentication. If
|
2734
2734
|
credentials are available call <a class="link" href="SoupAuth.html#soup-auth-authenticate" title="soup_auth_authenticate ()"><code class="function">soup_auth_authenticate()</code></a> on
|
2735
2735
|
<em class="parameter"><code>auth</code></em>
|
2736
2736
|
. If these credentials fail, the signal will be
|
2737
2737
|
emitted again, with <em class="parameter"><code>retrying</code></em>
|
2738
|
-
set to <a href="
|
2738
|
+
set to <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, which will
|
2739
2739
|
continue until you return without calling
|
2740
2740
|
<a class="link" href="SoupAuth.html#soup-auth-authenticate" title="soup_auth_authenticate ()"><code class="function">soup_auth_authenticate()</code></a> on <em class="parameter"><code>auth</code></em>
|
2741
2741
|
.</p>
|
@@ -2746,7 +2746,7 @@ fully read.</p>
|
|
2746
2746
|
before
|
2747
2747
|
returning, then you can authenticate <em class="parameter"><code>auth</code></em>
|
2748
2748
|
asynchronously
|
2749
|
-
(as long as you <a href="
|
2749
|
+
(as long as you <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#g-object-ref"><code class="function">g_object_ref()</code></a> it to make sure it doesn't
|
2750
2750
|
get destroyed), and then unpause <em class="parameter"><code>msg</code></em>
|
2751
2751
|
when you are ready
|
2752
2752
|
for it to continue.</p>
|
@@ -2776,7 +2776,7 @@ for it to continue.</p>
|
|
2776
2776
|
</tr>
|
2777
2777
|
<tr>
|
2778
2778
|
<td class="parameter_name"><p>retrying</p></td>
|
2779
|
-
<td class="parameter_description"><p><a href="
|
2779
|
+
<td class="parameter_description"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if this is the second (or later) attempt</p></td>
|
2780
2780
|
<td class="parameter_annotations"> </td>
|
2781
2781
|
</tr>
|
2782
2782
|
<tr>
|
@@ -2794,8 +2794,8 @@ for it to continue.</p>
|
|
2794
2794
|
<a name="SoupSession-connection-created"></a><h3>The <code class="literal">“connection-created”</code> signal</h3>
|
2795
2795
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2796
2796
|
user_function (<a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> *session,
|
2797
|
-
<a href="
|
2798
|
-
<a href="
|
2797
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> *connection,
|
2798
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
2799
2799
|
<p>Emitted when a new connection is created. This is an
|
2800
2800
|
internal signal intended only to be used for debugging
|
2801
2801
|
purposes, and may go away in the future.</p>
|
@@ -2835,7 +2835,7 @@ purposes, and may go away in the future.</p>
|
|
2835
2835
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2836
2836
|
user_function (<a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> *session,
|
2837
2837
|
<a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg,
|
2838
|
-
<a href="
|
2838
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
2839
2839
|
<p>Emitted when a request is queued on <em class="parameter"><code>session</code></em>
|
2840
2840
|
. (Note that
|
2841
2841
|
"queued" doesn't just mean <a class="link" href="SoupSession.html#soup-session-queue-message" title="soup_session_queue_message ()"><code class="function">soup_session_queue_message()</code></a>;
|
@@ -2904,7 +2904,7 @@ signals) may be invoked multiple times for a given message.</p>
|
|
2904
2904
|
user_function (<a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> *session,
|
2905
2905
|
<a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg,
|
2906
2906
|
<a class="link" href="SoupSocket.html" title="SoupSocket"><span class="type">SoupSocket</span></a> *socket,
|
2907
|
-
<a href="
|
2907
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
2908
2908
|
<p>Emitted just before a request is sent. See
|
2909
2909
|
<a class="link" href="SoupSession.html#SoupSession-request-queued" title="The “request-queued” signal"><span class="type">“request_queued”</span></a> for a detailed description of
|
2910
2910
|
the message lifecycle within a session.</p>
|
@@ -2952,7 +2952,7 @@ the message lifecycle within a session.</p>
|
|
2952
2952
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2953
2953
|
user_function (<a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> *session,
|
2954
2954
|
<a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg,
|
2955
|
-
<a href="
|
2955
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
2956
2956
|
<p>Emitted when a request is removed from <em class="parameter"><code>session</code></em>
|
2957
2957
|
's queue,
|
2958
2958
|
indicating that <em class="parameter"><code>session</code></em>
|
@@ -2994,8 +2994,8 @@ message lifecycle within a session.</p>
|
|
2994
2994
|
<a name="SoupSession-tunneling"></a><h3>The <code class="literal">“tunneling”</code> signal</h3>
|
2995
2995
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2996
2996
|
user_function (<a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> *session,
|
2997
|
-
<a href="
|
2998
|
-
<a href="
|
2997
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> *connection,
|
2998
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
2999
2999
|
<p>Emitted when an SSL tunnel is being created on a proxy
|
3000
3000
|
connection. This is an internal signal intended only to be
|
3001
3001
|
used for debugging purposes, and may go away in the future.</p>
|