gstreamer 3.2.5-x86-mingw32 → 3.2.6-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/COPYING.LIB +502 -0
- data/README.md +31 -0
- data/Rakefile +10 -11
- data/ext/gstreamer/rbgst.c +10 -7
- data/gstreamer.gemspec +44 -0
- data/lib/2.2/gstreamer.so +0 -0
- data/lib/2.3/gstreamer.so +0 -0
- data/lib/2.4/gstreamer.so +0 -0
- data/lib/2.5/gstreamer.so +0 -0
- data/lib/gst/bus.rb +31 -1
- data/lib/gst/element.rb +7 -1
- 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/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/libgstinsertbin-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstisoff-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/libgstwebrtc-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/{gl/gstgl_enums.h → allocators/allocators-prelude.h} +12 -22
- data/vendor/local/include/gstreamer-1.0/gst/allocators/allocators.h +3 -0
- data/vendor/local/include/gstreamer-1.0/gst/allocators/gstdmabuf.h +7 -2
- data/vendor/local/include/gstreamer-1.0/gst/allocators/gstfdmemory.h +10 -2
- data/vendor/local/include/gstreamer-1.0/gst/allocators/gstphysmemory.h +6 -1
- data/vendor/local/include/gstreamer-1.0/gst/app/app-enumtypes.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/{allocators/badallocators.h → app/app-prelude.h} +10 -7
- data/vendor/local/include/gstreamer-1.0/gst/app/gstappsink.h +30 -1
- data/vendor/local/include/gstreamer-1.0/gst/app/gstappsrc.h +36 -2
- data/vendor/local/include/gstreamer-1.0/gst/audio/audio-bad-prelude.h +31 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/audio-channel-mixer.h +14 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/audio-channels.h +10 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/audio-converter.h +53 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/audio-enumtypes.h +22 -22
- data/vendor/local/include/gstreamer-1.0/gst/audio/audio-format.h +7 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/audio-info.h +14 -0
- data/vendor/local/include/gstreamer-1.0/gst/{gl/glprototypes/all_functions.h → audio/audio-prelude.h} +14 -16
- data/vendor/local/include/gstreamer-1.0/gst/audio/audio-quantize.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/audio-resampler.h +11 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/audio.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudioaggregator.h +73 -26
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiobasesink.h +15 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiobasesrc.h +8 -1
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiocdsrc.h +2 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudioclock.h +9 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiodecoder.h +36 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudioencoder.h +34 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiofilter.h +2 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudioiec61937.h +3 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiometa.h +9 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudioringbuffer.h +57 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiosink.h +1 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiosrc.h +1 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiostreamalign.h +92 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstnonstreamaudiodecoder.h +412 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/streamvolume.h +10 -0
- data/vendor/local/include/gstreamer-1.0/gst/base/base-prelude.h +31 -0
- data/vendor/local/include/gstreamer-1.0/gst/base/base.h +3 -0
- data/vendor/local/include/gstreamer-1.0/gst/base/gstadapter.h +54 -1
- data/vendor/local/include/gstreamer-1.0/gst/base/gstaggregator.h +89 -42
- data/vendor/local/include/gstreamer-1.0/gst/base/gstbaseparse.h +24 -16
- data/vendor/local/include/gstreamer-1.0/gst/base/gstbasesink.h +57 -1
- data/vendor/local/include/gstreamer-1.0/gst/base/gstbasesrc.h +50 -7
- data/vendor/local/include/gstreamer-1.0/gst/base/gstbasetransform.h +38 -5
- data/vendor/local/include/gstreamer-1.0/gst/base/gstbitreader.h +27 -0
- data/vendor/local/include/gstreamer-1.0/gst/base/gstbytereader.h +117 -2
- data/vendor/local/include/gstreamer-1.0/gst/base/gstbytewriter.h +74 -1
- data/vendor/local/include/gstreamer-1.0/gst/base/gstcollectpads.h +42 -3
- data/vendor/local/include/gstreamer-1.0/gst/base/gstdataqueue.h +18 -2
- data/vendor/local/include/gstreamer-1.0/gst/base/gstflowcombiner.h +12 -1
- data/vendor/local/include/gstreamer-1.0/gst/base/gstpushsrc.h +2 -1
- data/vendor/local/include/gstreamer-1.0/gst/base/gstqueuearray.h +27 -5
- data/vendor/local/include/gstreamer-1.0/gst/base/gsttypefindhelper.h +7 -3
- data/vendor/local/include/gstreamer-1.0/gst/basecamerabinsrc/basecamerabinsrc-prelude.h +31 -0
- data/vendor/local/include/gstreamer-1.0/gst/basecamerabinsrc/gstbasecamerasrc.h +10 -0
- data/vendor/local/include/gstreamer-1.0/gst/basecamerabinsrc/gstcamerabin-enum.h +2 -0
- data/vendor/local/include/gstreamer-1.0/gst/basecamerabinsrc/gstcamerabinpreview.h +10 -0
- data/vendor/local/include/gstreamer-1.0/gst/codecparsers/codecparsers-prelude.h +31 -0
- data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gsth264parser.h +32 -0
- data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gsth265parser.h +117 -1
- data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gstjpeg2000sampling.h +13 -0
- data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gstjpegparser.h +9 -0
- data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gstmpeg4parser.h +10 -6
- data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gstmpegvideometa.h +3 -0
- data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gstmpegvideoparser.h +15 -23
- data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gstvc1parser.h +16 -2
- data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gstvp8parser.h +8 -5
- data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gstvp8rangedecoder.h +14 -12
- data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gstvp9parser.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/controller/controller-enumtypes.h +3 -3
- data/vendor/local/include/gstreamer-1.0/gst/controller/controller-prelude.h +31 -0
- data/vendor/local/include/gstreamer-1.0/gst/controller/controller.h +2 -0
- data/vendor/local/include/gstreamer-1.0/gst/controller/gstargbcontrolbinding.h +3 -0
- data/vendor/local/include/gstreamer-1.0/gst/controller/gstdirectcontrolbinding.h +4 -1
- data/vendor/local/include/gstreamer-1.0/gst/controller/gstinterpolationcontrolsource.h +2 -0
- data/vendor/local/include/gstreamer-1.0/gst/controller/gstlfocontrolsource.h +2 -0
- data/vendor/local/include/gstreamer-1.0/gst/controller/gstproxycontrolbinding.h +9 -5
- data/vendor/local/include/gstreamer-1.0/gst/controller/gsttimedvaluecontrolsource.h +18 -4
- data/vendor/local/include/gstreamer-1.0/gst/controller/gsttriggercontrolsource.h +2 -0
- data/vendor/local/include/gstreamer-1.0/gst/fft/fft-prelude.h +31 -0
- data/vendor/local/include/gstreamer-1.0/gst/fft/gstfft.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/fft/gstfftf32.h +8 -0
- data/vendor/local/include/gstreamer-1.0/gst/fft/gstfftf64.h +8 -0
- data/vendor/local/include/gstreamer-1.0/gst/fft/gstffts16.h +8 -0
- data/vendor/local/include/gstreamer-1.0/gst/fft/gstffts32.h +8 -0
- data/vendor/local/include/gstreamer-1.0/gst/gst.h +21 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstallocator.h +23 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstatomicqueue.h +12 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstbin.h +30 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstbuffer.h +188 -49
- data/vendor/local/include/gstreamer-1.0/gst/gstbufferlist.h +20 -1
- data/vendor/local/include/gstreamer-1.0/gst/gstbufferpool.h +36 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstbus.h +44 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstcaps.h +72 -7
- data/vendor/local/include/gstreamer-1.0/gst/gstcapsfeatures.h +41 -3
- data/vendor/local/include/gstreamer-1.0/gst/gstchildproxy.h +15 -3
- data/vendor/local/include/gstreamer-1.0/gst/gstclock.h +45 -1
- data/vendor/local/include/gstreamer-1.0/gst/gstconfig.h +17 -1
- data/vendor/local/include/gstreamer-1.0/gst/gstcontext.h +11 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstcontrolbinding.h +10 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstcontrolsource.h +5 -1
- data/vendor/local/include/gstreamer-1.0/gst/gstdatetime.h +42 -6
- data/vendor/local/include/gstreamer-1.0/gst/gstdebugutils.h +5 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstdevice.h +13 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstdevicemonitor.h +12 -1
- data/vendor/local/include/gstreamer-1.0/gst/gstdeviceprovider.h +24 -1
- data/vendor/local/include/gstreamer-1.0/gst/gstdeviceproviderfactory.h +13 -3
- data/vendor/local/include/gstreamer-1.0/gst/gstdynamictypefactory.h +3 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstelement.h +148 -5
- data/vendor/local/include/gstreamer-1.0/gst/gstelementfactory.h +20 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstenumtypes.h +86 -81
- data/vendor/local/include/gstreamer-1.0/gst/gsterror.h +9 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstevent.h +110 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstformat.h +13 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstghostpad.h +22 -3
- data/vendor/local/include/gstreamer-1.0/gst/gstinfo.h +85 -8
- data/vendor/local/include/gstreamer-1.0/gst/gstiterator.h +18 -3
- data/vendor/local/include/gstreamer-1.0/gst/gstmemory.h +21 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstmessage.h +175 -1
- data/vendor/local/include/gstreamer-1.0/gst/gstmeta.h +10 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstminiobject.h +25 -1
- data/vendor/local/include/gstreamer-1.0/gst/gstobject.h +50 -3
- data/vendor/local/include/gstreamer-1.0/gst/gstpad.h +120 -4
- data/vendor/local/include/gstreamer-1.0/gst/gstpadtemplate.h +36 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstparamspecs.h +9 -6
- data/vendor/local/include/gstreamer-1.0/gst/gstparse.h +11 -4
- data/vendor/local/include/gstreamer-1.0/gst/gstpipeline.h +22 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstplugin.h +72 -35
- data/vendor/local/include/gstreamer-1.0/gst/gstpluginfeature.h +16 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstpoll.h +31 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstpreset.h +17 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstpromise.h +129 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstprotection.h +12 -4
- data/vendor/local/include/gstreamer-1.0/gst/gstquery.h +162 -1
- data/vendor/local/include/gstreamer-1.0/gst/gstregistry.h +25 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstsample.h +16 -3
- data/vendor/local/include/gstreamer-1.0/gst/gstsegment.h +31 -5
- data/vendor/local/include/gstreamer-1.0/gst/gststreamcollection.h +8 -1
- data/vendor/local/include/gstreamer-1.0/gst/gststreams.h +29 -9
- data/vendor/local/include/gstreamer-1.0/gst/gststructure.h +76 -61
- data/vendor/local/include/gstreamer-1.0/gst/gstsystemclock.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/gsttaglist.h +77 -3
- data/vendor/local/include/gstreamer-1.0/gst/gsttagsetter.h +11 -5
- data/vendor/local/include/gstreamer-1.0/gst/gsttask.h +18 -2
- data/vendor/local/include/gstreamer-1.0/gst/gsttaskpool.h +7 -0
- data/vendor/local/include/gstreamer-1.0/gst/gsttoc.h +48 -4
- data/vendor/local/include/gstreamer-1.0/gst/gsttocsetter.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/gsttracer.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/gsttracerfactory.h +5 -0
- data/vendor/local/include/gstreamer-1.0/gst/gsttracerrecord.h +3 -0
- data/vendor/local/include/gstreamer-1.0/gst/gsttypefind.h +8 -3
- data/vendor/local/include/gstreamer-1.0/gst/gsttypefindfactory.h +8 -0
- data/vendor/local/include/gstreamer-1.0/gst/gsturi.h +96 -3
- data/vendor/local/include/gstreamer-1.0/gst/gstutils.h +146 -7
- data/vendor/local/include/gstreamer-1.0/gst/gstvalue.h +126 -11
- data/vendor/local/include/gstreamer-1.0/gst/gstversion.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/insertbin/gstinsertbin.h +15 -0
- data/vendor/local/include/gstreamer-1.0/gst/interfaces/photography-enumtypes.h +12 -12
- data/vendor/local/include/gstreamer-1.0/gst/interfaces/photography-prelude.h +31 -0
- data/vendor/local/include/gstreamer-1.0/gst/interfaces/photography.h +32 -0
- data/vendor/local/include/gstreamer-1.0/gst/isoff/gstisoff.h +295 -0
- data/vendor/local/include/gstreamer-1.0/gst/mpegts/gst-atsc-section.h +24 -0
- data/vendor/local/include/gstreamer-1.0/gst/mpegts/gst-dvb-descriptor.h +70 -0
- data/vendor/local/include/gstreamer-1.0/gst/mpegts/gst-dvb-section.h +30 -0
- data/vendor/local/include/gstreamer-1.0/gst/mpegts/gstmpegts-enumtypes.h +32 -32
- data/vendor/local/include/gstreamer-1.0/gst/mpegts/gstmpegtsdescriptor.h +23 -0
- data/vendor/local/include/gstreamer-1.0/gst/mpegts/gstmpegtssection.h +30 -0
- data/vendor/local/include/gstreamer-1.0/gst/mpegts/mpegts-prelude.h +31 -0
- data/vendor/local/include/gstreamer-1.0/gst/mpegts/mpegts.h +2 -0
- data/vendor/local/include/gstreamer-1.0/gst/net/gstnet.h +2 -0
- data/vendor/local/include/gstreamer-1.0/gst/net/gstnetaddressmeta.h +6 -0
- data/vendor/local/include/gstreamer-1.0/gst/net/gstnetclientclock.h +6 -0
- data/vendor/local/include/gstreamer-1.0/gst/net/gstnetcontrolmessagemeta.h +7 -0
- data/vendor/local/include/gstreamer-1.0/gst/net/gstnettimepacket.h +11 -2
- data/vendor/local/include/gstreamer-1.0/gst/net/gstnettimeprovider.h +3 -0
- data/vendor/local/include/gstreamer-1.0/gst/net/gstptpclock.h +11 -0
- data/vendor/local/include/gstreamer-1.0/gst/net/net-prelude.h +31 -0
- data/vendor/local/include/gstreamer-1.0/gst/net/net.h +3 -0
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/codec-utils.h +27 -0
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/descriptions.h +8 -0
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/encoding-profile.h +69 -0
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/encoding-target.h +22 -0
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/gstaudiovisualizer.h +2 -0
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/gstdiscoverer.h +109 -0
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/gstpluginsbaseversion.h +6 -3
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/install-plugins.h +15 -1
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/missing-plugins.h +14 -0
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/pbutils-enumtypes.h +5 -5
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/pbutils-prelude.h +31 -0
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/pbutils.h +2 -0
- data/vendor/local/include/gstreamer-1.0/gst/player/gstplayer-g-main-context-signal-dispatcher.h +2 -0
- data/vendor/local/include/gstreamer-1.0/gst/player/gstplayer-media-info.h +128 -83
- data/vendor/local/include/gstreamer-1.0/gst/player/gstplayer-signal-dispatcher.h +1 -0
- data/vendor/local/include/gstreamer-1.0/gst/player/gstplayer-types.h +1 -0
- data/vendor/local/include/gstreamer-1.0/gst/player/gstplayer-video-overlay-video-renderer.h +14 -0
- data/vendor/local/include/gstreamer-1.0/gst/player/gstplayer-video-renderer.h +1 -0
- data/vendor/local/include/gstreamer-1.0/gst/player/gstplayer-visualization.h +8 -0
- data/vendor/local/include/gstreamer-1.0/gst/player/gstplayer.h +84 -10
- data/vendor/local/include/gstreamer-1.0/gst/player/player-prelude.h +31 -0
- data/vendor/local/include/gstreamer-1.0/gst/player/player.h +1 -0
- data/vendor/local/include/gstreamer-1.0/gst/riff/riff-ids.h +1 -0
- data/vendor/local/include/gstreamer-1.0/gst/riff/riff-media.h +8 -0
- data/vendor/local/include/gstreamer-1.0/gst/riff/riff-prelude.h +31 -0
- data/vendor/local/include/gstreamer-1.0/gst/riff/riff-read.h +12 -0
- data/vendor/local/include/gstreamer-1.0/gst/riff/riff.h +1 -0
- data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtcpbuffer.h +135 -1
- data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtp-enumtypes.h +8 -8
- data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtpbaseaudiopayload.h +16 -0
- data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtpbasedepayload.h +5 -1
- data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtpbasepayload.h +7 -0
- data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtpbuffer.h +83 -0
- data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtpdefs.h +1 -0
- data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtphdrext.h +6 -0
- data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtppayloads.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/rtp/rtp-prelude.h +31 -0
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtsp-enumtypes.h +16 -16
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtspconnection.h +97 -0
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtspdefs.h +28 -4
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtspextension.h +25 -0
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtspmessage.h +69 -1
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtsprange.h +7 -0
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtsptransport.h +11 -0
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtspurl.h +13 -1
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/rtsp-prelude.h +31 -0
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/rtsp.h +2 -0
- data/vendor/local/include/gstreamer-1.0/gst/sdp/gstmikey.h +81 -0
- data/vendor/local/include/gstreamer-1.0/gst/sdp/gstsdpmessage.h +242 -1
- data/vendor/local/include/gstreamer-1.0/gst/sdp/sdp-prelude.h +31 -0
- data/vendor/local/include/gstreamer-1.0/gst/sdp/sdp.h +2 -0
- data/vendor/local/include/gstreamer-1.0/gst/tag/gsttagdemux.h +1 -0
- data/vendor/local/include/gstreamer-1.0/gst/tag/gsttagmux.h +2 -0
- data/vendor/local/include/gstreamer-1.0/gst/tag/tag-enumtypes.h +4 -4
- data/vendor/local/include/gstreamer-1.0/gst/tag/tag-prelude.h +31 -0
- data/vendor/local/include/gstreamer-1.0/gst/tag/tag.h +55 -0
- data/vendor/local/include/gstreamer-1.0/gst/tag/xmpwriter.h +8 -0
- data/vendor/local/include/gstreamer-1.0/gst/uridownloader/gstfragment.h +11 -0
- data/vendor/local/include/gstreamer-1.0/gst/uridownloader/gsturidownloader.h +12 -1
- data/vendor/local/include/gstreamer-1.0/gst/uridownloader/uridownloader-prelude.h +31 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/colorbalance.h +10 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/colorbalancechannel.h +2 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideoaffinetransformationmeta.h +6 -2
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideoaggregator.h +3 -8
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideoaggregatorpad.h +7 -7
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideodecoder.h +44 -2
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideoencoder.h +29 -1
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideofilter.h +1 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideometa.h +46 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideopool.h +6 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideosink.h +3 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideotimecode.h +38 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideoutils.h +16 -2
- data/vendor/local/include/gstreamer-1.0/gst/video/navigation.h +44 -0
- data/vendor/local/include/gstreamer-1.0/gst/{gl/gstglshaderstrings.h → video/video-bad-prelude.h} +11 -22
- data/vendor/local/include/gstreamer-1.0/gst/video/video-blend.h +2 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/video-chroma.h +9 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/video-color.h +17 -3
- data/vendor/local/include/gstreamer-1.0/gst/video/video-converter.h +7 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/video-dither.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/video-enumtypes.h +38 -38
- data/vendor/local/include/gstreamer-1.0/gst/video/video-event.h +8 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/video-format.h +17 -1
- data/vendor/local/include/gstreamer-1.0/gst/video/video-frame.h +8 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/video-info.h +21 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/video-multiview.h +17 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/video-overlay-composition.h +29 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/video-prelude.h +31 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/video-resampler.h +3 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/video-scaler.h +11 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/video-tile.h +10 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/video.h +9 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/videodirection.h +2 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/videoorientation.h +17 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/videooverlay.h +23 -0
- data/vendor/local/include/gstreamer-1.0/gst/webrtc/dtlstransport.h +70 -0
- data/vendor/local/include/gstreamer-1.0/gst/webrtc/icetransport.h +76 -0
- data/vendor/local/include/gstreamer-1.0/gst/webrtc/rtcsessiondescription.h +58 -0
- data/vendor/local/include/gstreamer-1.0/gst/webrtc/rtpreceiver.h +70 -0
- data/vendor/local/include/gstreamer-1.0/gst/webrtc/rtpsender.h +71 -0
- data/vendor/local/include/gstreamer-1.0/gst/webrtc/rtptransceiver.h +66 -0
- data/vendor/local/include/gstreamer-1.0/gst/webrtc/webrtc-enumtypes.h +50 -0
- data/vendor/local/include/gstreamer-1.0/gst/webrtc/webrtc.h +33 -0
- data/vendor/local/include/gstreamer-1.0/gst/webrtc/webrtc_fwd.h +256 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-version.h +1 -1
- 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/GstNet-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/GstRtsp-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstSdp-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/GstWebRTC-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/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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstaudiobuffersplit.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiobuffersplit.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiobuffersplit.la +1 -1
- 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 +1 -1
- 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 +1 -1
- data/vendor/local/{bin/libgstbadallocators-1.0-0.dll → lib/gstreamer-1.0/libgstaudiolatency.dll} +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiolatency.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiolatency.la +41 -0
- 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 +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstaudiomixmatrix.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiomixmatrix.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiomixmatrix.la +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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/libgstcamerabin.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcamerabin.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcamerabin.la +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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/libgstd3d.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstd3d.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/{libgstd3dvideosink.la → libgstd3d.la} +5 -5
- 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 +1 -1
- 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 +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstdecklink.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdecklink.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdecklink.la +41 -0
- 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/libgstdirectsound.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdirectsound.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/{libgstdirectsoundsink.la → libgstdirectsound.la} +5 -5
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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/libgstencoding.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstencoding.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstencoding.la +1 -1
- 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/libgstfaceoverlay.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfaceoverlay.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfaceoverlay.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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstlegacyrawparse.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstlegacyrawparse.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstlegacyrawparse.la +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstpbtypes.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstpbtypes.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstpbtypes.la +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstproxy.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstproxy.dll.a +0 -0
- data/vendor/local/lib/{libgstbadbase-1.0.la → gstreamer-1.0/libgstproxy.la} +9 -9
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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/libgstsoup.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsoup.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsoup.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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstttmlsubs.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstttmlsubs.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstttmlsubs.la +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- data/vendor/local/lib/gstreamer-1.0/{libgstwaveformsink.dll → libgstwaveform.dll} +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwaveform.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/{libgstwaveformsink.la → libgstwaveform.la} +5 -5
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +3 -3
- data/vendor/local/lib/libgstallocators-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstallocators-1.0.la +3 -3
- data/vendor/local/lib/libgstapp-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstapp-1.0.la +3 -3
- data/vendor/local/lib/libgstaudio-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstaudio-1.0.la +3 -3
- data/vendor/local/lib/libgstbadaudio-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstbadaudio-1.0.la +3 -3
- data/vendor/local/lib/libgstbadvideo-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstbadvideo-1.0.la +3 -3
- data/vendor/local/lib/libgstbase-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstbase-1.0.la +3 -3
- data/vendor/local/lib/libgstbasecamerabinsrc-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstbasecamerabinsrc-1.0.la +3 -3
- data/vendor/local/lib/libgstcodecparsers-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstcodecparsers-1.0.la +3 -3
- data/vendor/local/lib/libgstcontroller-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstcontroller-1.0.la +3 -3
- data/vendor/local/lib/libgstfft-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstfft-1.0.la +3 -3
- data/vendor/local/lib/libgstinsertbin-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstinsertbin-1.0.la +3 -3
- data/vendor/local/lib/libgstisoff-1.0.dll.a +0 -0
- data/vendor/local/lib/{libgstbadallocators-1.0.la → libgstisoff-1.0.la} +7 -7
- data/vendor/local/lib/libgstmpegts-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstmpegts-1.0.la +3 -3
- data/vendor/local/lib/libgstnet-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstnet-1.0.la +3 -3
- data/vendor/local/lib/libgstpbutils-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstpbutils-1.0.la +3 -3
- data/vendor/local/lib/libgstphotography-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstphotography-1.0.la +3 -3
- data/vendor/local/lib/libgstplayer-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstplayer-1.0.la +3 -3
- data/vendor/local/lib/libgstreamer-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstreamer-1.0.la +3 -3
- data/vendor/local/lib/libgstriff-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstriff-1.0.la +3 -3
- data/vendor/local/lib/libgstrtp-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstrtp-1.0.la +3 -3
- data/vendor/local/lib/libgstrtsp-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstrtsp-1.0.la +3 -3
- data/vendor/local/lib/libgstsdp-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstsdp-1.0.la +3 -3
- data/vendor/local/lib/libgsttag-1.0.dll.a +0 -0
- data/vendor/local/lib/libgsttag-1.0.la +3 -3
- data/vendor/local/lib/libgsturidownloader-1.0.dll.a +0 -0
- data/vendor/local/lib/libgsturidownloader-1.0.la +3 -3
- data/vendor/local/lib/libgstvideo-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstvideo-1.0.la +3 -3
- data/vendor/local/lib/libgstwebrtc-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstwebrtc-1.0.la +41 -0
- data/vendor/local/lib/libjpeg.dll.a +0 -0
- data/vendor/local/lib/libogg.dll.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/libsoup-2.4.la +2 -2
- data/vendor/local/lib/libsqlite3.dll.a +0 -0
- data/vendor/local/lib/libtheora.dll.a +0 -0
- data/vendor/local/lib/libtheoradec.dll.a +0 -0
- data/vendor/local/lib/libtheoraenc.dll.a +0 -0
- data/vendor/local/lib/libvorbis.dll.a +0 -0
- data/vendor/local/lib/libvorbisenc.dll.a +0 -0
- data/vendor/local/lib/libvorbisfile.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/gstreamer-1.0.pc +1 -1
- 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 +2 -1
- data/vendor/local/lib/pkgconfig/gstreamer-bad-audio-1.0.pc +3 -3
- data/vendor/local/lib/pkgconfig/gstreamer-bad-video-1.0.pc +2 -2
- 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-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 +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-plugins-bad-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-plugins-base-1.0.pc +2 -2
- 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 +2 -1
- data/vendor/local/lib/pkgconfig/gstreamer-video-1.0.pc +2 -1
- data/vendor/local/lib/pkgconfig/gstreamer-webrtc-1.0.pc +12 -0
- data/vendor/local/lib/pkgconfig/libsoup-2.4.pc +1 -1
- data/vendor/local/libexec/gstreamer-1.0/gst-completion-helper.exe +0 -0
- data/vendor/local/libexec/gstreamer-1.0/gst-plugin-scanner.exe +0 -0
- data/vendor/local/share/gir-1.0/Gst-1.0.gir +1438 -313
- data/vendor/local/share/gir-1.0/GstAllocators-1.0.gir +76 -2
- data/vendor/local/share/gir-1.0/GstApp-1.0.gir +128 -17
- data/vendor/local/share/gir-1.0/GstAudio-1.0.gir +905 -101
- data/vendor/local/share/gir-1.0/GstBase-1.0.gir +1133 -33
- data/vendor/local/share/gir-1.0/GstNet-1.0.gir +12 -5
- data/vendor/local/share/gir-1.0/GstPbutils-1.0.gir +207 -70
- data/vendor/local/share/gir-1.0/GstPlayer-1.0.gir +34 -32
- data/vendor/local/share/gir-1.0/GstRtp-1.0.gir +120 -40
- data/vendor/local/share/gir-1.0/GstRtsp-1.0.gir +191 -151
- data/vendor/local/share/gir-1.0/GstSdp-1.0.gir +12 -3
- data/vendor/local/share/gir-1.0/GstTag-1.0.gir +72 -25
- data/vendor/local/share/gir-1.0/GstVideo-1.0.gir +394 -58
- data/vendor/local/share/gir-1.0/GstWebRTC-1.0.gir +986 -0
- data/vendor/local/share/gir-1.0/Soup-2.4.gir +6 -5
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/ch01.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/ch02.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/ch03.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-GstFFMpegAudDec.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-GstFFMpegAudEnc.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-GstFFMpegVidDec.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-GstFFMpegVidEnc.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-gstav.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-gstavcfg.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-gstavcodecmap.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-gstavprotocol.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-gstavutils.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-plugin-libav.html +61 -5
- 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 +3 -3
- 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/GstPlayer.html +14 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstPlayerMediaInfo.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstPlayerVideoOverlayVideoRenderer.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstPlayerVisualization.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstVideoAggregator.html +3 -24
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstVideoAggregatorPad.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstWebRTCDTLSTransport.html +252 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstWebRTCICETransport.html +209 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstWebRTCRTPReceiver.html +121 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstWebRTCRTPSender.html +121 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstWebRTCRTPTransceiver.html +121 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstWebRTCSessionDescription.html +224 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/annotation-glossary.html +2 -23
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/api-index-deprecated.html +4 -32
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/api-index-full.html +195 -1942
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/{ch08.html → ch07.html} +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/codecparsers.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/compiling.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-1.0.devhelp2 +56 -646
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-descriptors.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-sections.html +2 -2
- 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 +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstInsertbin.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstPhotography.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstPlayerGMainContextSignalDispatcher.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ISDB-variants-of-MPEG-TS-descriptors.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Mpeg-ts-helper-library.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstmpegvideometa.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-h264parser.html +12 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-jpegparser.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpegvideoparser.html +224 -181
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-vc1parser.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gstreamer-libs-hierarchy.html +16 -31
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gstreamer-plugins-bad.html +18 -97
- 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 +19 -98
- 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/mpegts.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/player.html +4 -4
- 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/tools.html +2 -2
- 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-libs-1.0/video.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/webrtc.html +49 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/ch01.html +563 -76
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/ch02.html +272 -14
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-1.0.devhelp2 +1075 -236
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-IQA.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-a2dpsink.html +199 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-accurip.html +10 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-adpcmdec.html +128 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-adpcmenc.html +128 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-aiffmux.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-aiffparse.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-asfmux.html +360 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-asfparse.html +156 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-assrender.html +11 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-audiobuffersplit.html +223 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-audiochannelmix.html +224 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-audiolatency.html +251 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-audiomixmatrix.html +319 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-audioparse.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-audiosegmentclip.html +156 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-autoconvert.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-autovideoconvert.html +163 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-avdtpsink.html +196 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-avdtpsrc.html +163 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-avwait.html +341 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-bayer2rgb.html +129 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-bpmdetect.html +128 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-bs2b.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-bulge.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-burn.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-bz2dec.html +198 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-bz2enc.html +198 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-camerabin.html +11 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-checksumsink.html +158 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-chopmydata.html +212 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-chromahold.html +247 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-chromaprint.html +219 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-chromium.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-circle.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-coloreffects.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/{gst-plugins-bad-plugins-gldownload.html → gst-plugins-bad-plugins-combdetect.html} +30 -38
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-compare.html +260 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-compositor.html +12 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-curlfilesink.html +180 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-curlftpsink.html +238 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-curlhttpsink.html +260 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-curlhttpsrc.html +493 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-curlsftpsink.html +190 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-curlsmtpsink.html +287 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-cvdilate.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-cvequalizehist.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-cverode.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-cvlaplace.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-cvsmooth.html +63 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-cvsobel.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dashdemux.html +339 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dc1394src.html +383 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-debugspy.html +214 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-decklinkaudiosink.html +216 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-decklinkaudiosrc.html +248 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-decklinkvideosink.html +717 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-decklinkvideosrc.html +770 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dewarp.html +375 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dfbvideosink.html +411 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-diffuse.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dilate.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-diracparse.html +156 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-disparity.html +181 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dodge.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dtlsdec.html +279 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dtlsenc.html +264 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dtlssrtpdec.html +255 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dtlssrtpdemux.html +191 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dtlssrtpenc.html +272 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dtmfdetect.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dtsdec.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dvbbasebin.html +129 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dvbsrc.html +10 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dvbsuboverlay.html +262 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dvdspu.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-edgedetect.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-errorignore.html +241 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-exclusion.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-faac.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-faad.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-faceblur.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-facedetect.html +11 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-faceoverlay.html +263 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-fakevideosink.html +161 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-fbdevsink.html +160 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-fdkaacdec.html +156 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-fdkaacenc.html +190 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-festival.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-fieldanalysis.html +336 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-fisheye.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-fluiddec.html +261 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-fpsdisplaysink.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-freeverb.html +252 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gaussianblur.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gdpdepay.html +201 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gdppay.html +229 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glmixerbin.html +15 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glmosaic.html +10 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glstereomix.html +14 -14
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glvideomixer.html +17 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glvideomixerelement.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gmedec.html +187 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-grabcut.html +247 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gsmdec.html +160 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gsmenc.html +163 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-h263parse.html +156 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-h264parse.html +224 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-h265parse.html +183 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-handdetect.html +273 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-hlsdemux.html +253 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-hlssink.html +251 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-hlssink2.html +259 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-id3mux.html +258 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-interaudiosink.html +159 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-interaudiosrc.html +203 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-interlace.html +190 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-intersubsink.html +159 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-intersubsrc.html +159 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-intervideosink.html +160 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-intervideosrc.html +174 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-ipcpipelinesink.html +265 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-ipcpipelinesrc.html +255 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-ipcslavepipeline.html +129 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-irtspparse.html +213 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-ivfparse.html +156 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-ivtc.html +156 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-jifmux.html +182 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-jp2kdecimator.html +198 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-jpeg2000parse.html +168 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-jpegparse.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-kaleidoscope.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-katedec.html +282 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-kateenc.html +336 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-kateparse.html +211 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-katetag.html +292 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-kmssink.html +294 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-ladspa.html +253 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-liveadder.html +4 -84
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-marble.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-midiparse.html +181 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mirror.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mmssrc.html +183 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-modplug.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-motioncells.html +436 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mpeg2enc.html +44 -24
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mpeg4videoparse.html +206 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mpegpsdemux.html +228 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mpegpsmux.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mpegtsmux.html +14 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mpegvideoparse.html +197 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mplex.html +33 -24
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mssdemux.html +245 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-musepackdec.html +155 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mxfdemux.html +227 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mxfmux.html +428 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-neonhttpsrc.html +26 -50
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-netsim.html +351 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-ofa.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-openalsink.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-openalsrc.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-opencvtextoverlay.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-openexrdec.html +156 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-openh264dec.html +156 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-openh264enc.html +414 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-openjpegdec.html +164 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-openjpegenc.html +281 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-opusparse.html +176 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-pcapparse.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-perspective.html +204 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-pinch.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-pitch.html +128 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-accurip.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-adpcmdec.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-adpcmenc.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-aiff.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/{gst-plugins-bad-plugins-plugin-audiomixer.html → gst-plugins-bad-plugins-plugin-asfmux.html} +18 -18
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-assrender.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-audiobuffersplit.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-audiofxbad.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-audiolatency.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-audiomixmatrix.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-audiovisualizers.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-autoconvert.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-bayer.html +11 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-bluez.html +89 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-bs2b.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-bz2.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-camerabin.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-chromaprint.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-coloreffects.html +10 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-colormanagement.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-compositor.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-curl.html +18 -14
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-dashdemux.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-dc1394.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-de265.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-debugutilsbad.html +19 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-decklink.html +93 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-dfbvideosink.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-dtls.html +97 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-dtsdec.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-dvb.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-dvbsuboverlay.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-dvdspu.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-faac.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-faad.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-faceoverlay.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-fbdevsink.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-fdkaac.html +85 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-festival.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-fieldanalysis.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-flite.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-fluidsynthmidi.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-freeverb.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-frei0r.html +76 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-gaudieffects.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-gdp.html +85 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-geometrictransform.html +11 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-gme.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-gmedec.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-gsm.html +11 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-hls.html +89 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-id3tag.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-inter.html +101 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-interlace.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-ipcpipeline.html +89 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-ivfparse.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-ivtc.html +85 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-jp2kdecimator.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-jpegformat.html +10 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-kate.html +93 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-kms.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-ladspa.html +117 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/{gst-plugins-bad-plugins-plugin-rawparse.html → gst-plugins-bad-plugins-plugin-legacyrawparse.html} +14 -30
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-midi.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-mms.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-modplug.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-mpeg2enc.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-mpegpsdemux.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-mpegpsmux.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-mpegtsdemux.html +85 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-mpegtsmux.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-mplex.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-musepack.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-mxf.html +85 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-neon.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-neonhttpsrc.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-netsim.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-ofa.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-openal.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-opencv.html +17 -17
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-openexr.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-openglmixers.html +97 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-openh264.html +85 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-openjpeg.html +85 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-opusparse.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-pcapparse.html +10 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-pnm.html +85 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-proxy.html +85 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-removesilence.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-resindvd.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-rfbsrc.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-rsvg.html +85 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-rtmp.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-rtponvif.html +85 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-sbc.html +85 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-sdpelem.html +10 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-segmentclip.html +85 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-shm.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-siren.html +85 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-smooth.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-smoothstreaming.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-sndfile.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-soundtouch.html +11 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-spandsp.html +89 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-speed.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-srtp.html +85 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-stereo.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-subenc.html +85 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-teletext.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-timecode.html +85 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-ttmlsubs.html +9 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-uvch264.html +85 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-vcdsrc.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-vdpau.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-videofiltersbad.html +89 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-videoframe_audiolevel.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-videoparsersbad.html +113 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-videosignal.html +89 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-vmnc.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-voaacenc.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-voamrwbenc.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-vulkan.html +85 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-wasapi.html +85 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-waylandsink.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-webp.html +85 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-webrtc.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-webrtcdsp.html +11 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-wildmidi.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-x265.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-y4mdec.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-yadif.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-zbar.html +8 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-pngparse.html +156 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-pnmdec.html +184 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-pnmenc.html +219 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-proxysink.html +137 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-proxysrc.html +250 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rawaudioparse.html +4 -104
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rawvideoparse.html +4 -88
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-removesilence.html +215 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-retinex.html +218 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rfbsrc.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rgb2bayer.html +156 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rotate.html +204 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rsndvdbin.html +152 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rsvgdec.html +176 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rsvgoverlay.html +410 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rtmpsink.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rtmpsrc.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rtpasfpay.html +156 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rtponvifparse.html +155 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rtponviftimestamp.html +209 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-sbcdec.html +156 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-sbcenc.html +163 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-scenechange.html +157 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-sdpdemux.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-sdpsrc.html +182 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-segmentation.html +250 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-sfdec.html +196 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-shmsink.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-shmsrc.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-simplevideomark.html +311 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-simplevideomarkdetect.html +340 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-sirendec.html +160 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-sirenenc.html +167 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-skindetect.html +214 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-smooth.html +224 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-solarize.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-spacescope.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-spanplc.html +158 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-spectrascope.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-speed.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-sphere.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-square.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-srtenc.html +196 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-srtpdec.html +557 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-srtpenc.html +455 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-stereo.html +215 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-stretch.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-synaescope.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-teletextdec.html +260 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-templatematch.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-tiger.html +375 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-timecodestamper.html +281 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-tonegeneratesrc.html +288 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-tsdemux.html +335 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/{gst-plugins-bad-plugins-gleffects-xray.html → gst-plugins-bad-plugins-tsparse.html} +43 -27
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-ttmlparse.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-ttmlrender.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-tunnel.html +7 -7
- 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 +2 -82
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-unalignedvideoparse.html +4 -84
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-uvch264mjpgdemux.html +272 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-uvch264src.html +688 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-vc1parse.html +156 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-vcdsrc.html +196 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-vdpaumpegdec.html +203 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-videoanalyse.html +210 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-videodiff.html +157 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-videoframe-audiolevel.html +220 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-videoparse.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-videosegmentclip.html +156 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-viewfinderbin.html +180 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-vmncdec.html +128 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-voaacenc.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-voamrwbenc.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-vulkansink.html +175 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-vulkanupload.html +161 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-wasapisink.html +273 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-wasapisrc.html +261 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-watchdog.html +183 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-waterripple.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-wavescope.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-waylandsink.html +204 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-webpdec.html +210 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-webpenc.html +233 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-webrtcbin.html +794 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-webrtcdsp.html +11 -23
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-webrtcechoprobe.html +33 -23
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-webvttenc.html +196 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/{gst-plugins-bad-plugins-mimenc.html → gst-plugins-bad-plugins-wildmidi.html} +14 -14
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-wrappercamerabinsrc.html +244 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-x265enc.html +260 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-y4mdec.html +155 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-yadif.html +204 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-zbar.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-zebrastripe.html +184 -0
- 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 +737 -83
- 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/GstAudioAggregator.html +361 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstAudioBaseSink.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstAudioBaseSrc.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstAudioCdSrc.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstAudioClock.html +4 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstAudioDecoder.html +13 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstAudioEncoder.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstAudioFilter.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstAudioRingBuffer.html +21 -21
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstAudioSink.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstAudioSrc.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstColorBalance.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstColorBalanceChannel.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstDiscoverer.html +83 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstEncodingProfile.html +16 -15
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0 → gst-plugins-base-libs-1.0}/GstGLBaseFilter.html +13 -13
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0 → gst-plugins-base-libs-1.0}/GstGLBufferPool.html +24 -24
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0 → gst-plugins-base-libs-1.0}/GstGLColorConvert.html +31 -30
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0 → gst-plugins-base-libs-1.0}/GstGLContext.html +106 -73
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0 → gst-plugins-base-libs-1.0}/GstGLDisplay.html +37 -27
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0 → gst-plugins-base-libs-1.0}/GstGLFilter.html +32 -33
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0 → gst-plugins-base-libs-1.0}/GstGLFramebuffer.html +67 -22
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0 → gst-plugins-base-libs-1.0}/GstGLSLStage.html +41 -41
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0 → gst-plugins-base-libs-1.0}/GstGLShader.html +1065 -35
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0 → gst-plugins-base-libs-1.0}/GstGLUpload.html +17 -14
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0 → gst-plugins-base-libs-1.0}/GstGLViewConvert.html +28 -29
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0 → gst-plugins-base-libs-1.0}/GstGLWindow.html +62 -28
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstNavigation.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstRTPBaseAudioPayload.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstRTPBaseDepayload.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstRTPBasePayload.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstStreamVolume.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstVideoDirection.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstVideoFilter.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstVideoOrientation.html +10 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstVideoOverlay.html +103 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstVideoSink.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/annotation-glossary.html +11 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/api-index-deprecated.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/api-index-full.html +2173 -210
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/compiling.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gl.html +122 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-1.0.devhelp2 +676 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-Audio-channels.html +30 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-Codec-utilities.html +94 -79
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-Descriptions.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstAudio-IEC61937.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstAudio.html +436 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstAudioConverter.html +77 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstAudioDownmixMeta.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstAudioQuantize.html +2 -2
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstEGLImage.html → gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstEGLImage.html} +62 -38
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstExiftag.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstFFT.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstFFTF32.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstFFTF64.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstFFTS16.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstFFTS32.html +2 -2
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLAPI.html → gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstGLAPI.html} +42 -42
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGlBaseMemory.html → gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstGLBaseMemory.html} +184 -152
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLBuffer.html → gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstGLBuffer.html} +46 -44
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLDisplayWayland.html → gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstGLDisplayWayland.html} +18 -18
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLDisplayX11.html → gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstGLDisplayX11.html} +20 -20
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLMemory.html → gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstGLMemory.html} +276 -218
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLMemoryPBO.html → gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstGLMemoryPBO.html} +52 -51
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLOverlayCompositor.html → gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstGLOverlayCompositor.html} +25 -25
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLQuery.html → gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstGLQuery.html} +45 -45
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLRenderbuffer.html → gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstGLRenderbuffer.html} +51 -51
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstGLSL.html +707 -0
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLSyncMeta.html → gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstGLSyncMeta.html} +45 -45
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstMIKEYMessage.html +52 -52
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstPhysMemoryAllocator.html +171 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstRTCPBuffer.html +46 -39
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstRTPBuffer.html +30 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstRTPPayloadInfo.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstRTSPConnection.html +24 -24
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstRTSPExtension.html +3 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstRTSPMessage.html +21 -20
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstRTSPRange.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstRTSPTimeRange.html +10 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstRTSPUrl.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstRtphdrext.html +10 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstRtspdefs.html +32 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstSDPMessage.html +57 -57
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstTagDemux.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstTagMux.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstTagXmpWriter.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoAlignment.html +109 -86
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoChroma.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoDecoder.html +11 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoDither.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoEncoder.html +58 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoOverlayRectangle.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoPool.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoResampler.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoScaler.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVorbisTag.html +18 -18
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstXmptag.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-ID3-tag-utils.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-ISO-639-lang-mappings.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-Install-plugins.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-Licenses.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-Missing-plugins.html +2 -2
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-OpenGL-Formats.html → gst-plugins-base-libs-1.0/gst-plugins-base-libs-OpenGL-Formats.html} +126 -92
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-OpenGL-Miscellaneous-Utilities.html → gst-plugins-base-libs-1.0/gst-plugins-base-libs-OpenGL-Miscellaneous-Utilities.html} +46 -46
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-OpenGL-debugging.html → gst-plugins-base-libs-1.0/gst-plugins-base-libs-OpenGL-debugging.html} +78 -78
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-Pbutils.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-Riff-utilities.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-Tags.html +15 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-Version.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-appsink.html +12 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-appsrc.html +62 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-dmabuf.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-fdmemory.html +10 -10
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstglmemoryegl.html → gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstglmemoryegl.html} +46 -46
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideoaffinetransformationmeta.html +38 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideometa.html +108 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideoutils.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-allocators.html +5 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-app.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-audio.html +6 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-base-utils.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-ffft.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-libs-hierarchy.html +35 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-mikey.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-plugins-base.html +99 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-riff.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-rtp.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-rtsp.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-sdp.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-tag.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-video.html +2 -2
- 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 +112 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/ix03.html +114 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/ix04.html +154 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/ix05.html +325 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/ix06.html +45 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/ix07.html +463 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/ix08.html +34 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/ix09.html +438 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/ix10.html +432 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/ix11.html +41 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/ix12.html +38 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/ix13.html +315 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/ix14.html +34 -0
- 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 +131 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/ch02.html +8 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-1.0.devhelp2 +157 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-adder.html +10 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-alsamidisrc.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-alsasink.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-alsasrc.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-appsink.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-appsrc.html +16 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-audioconvert.html +121 -6
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-audiointerleave.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-audiointerleave.html} +31 -31
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-audiomixer.html +200 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-audiorate.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-audioresample.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-audiotestsrc.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-cdparanoiasrc.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-clockoverlay.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-decodebin.html +12 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-decodebin3.html +4 -4
- 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 +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-giosrc.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-giostreamsink.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-giostreamsrc.html +7 -7
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glcolorbalance.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-glcolorbalance.html} +35 -35
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glcolorconvert.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-glcolorconvert.html} +23 -23
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glcolorscale.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-glcolorscale.html} +26 -26
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gldeinterlace.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gldeinterlace.html} +28 -28
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gldifferencematte.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gldifferencematte.html} +28 -28
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gldownload.html +169 -0
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-sobel.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gleffects-blur.html} +19 -19
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-mirror.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gleffects-bulge.html} +19 -19
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-identity.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gleffects-fisheye.html} +19 -19
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-twirl.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gleffects-glow.html} +19 -19
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-sepia.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gleffects-heat.html} +19 -19
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-laplacian.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gleffects-identity.html} +19 -19
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gleffects-laplacian.html +136 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gleffects-lumaxpro.html +136 -0
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-fisheye.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gleffects-mirror.html} +19 -19
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-tunnel.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gleffects-sepia.html} +19 -19
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-xpro.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gleffects-sin.html} +19 -19
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-square.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gleffects-sobel.html} +19 -19
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-squeeze.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gleffects-square.html} +19 -19
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-lumaxpro.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gleffects-squeeze.html} +19 -19
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gleffects-stretch.html +136 -0
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-stretch.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gleffects-tunnel.html} +19 -19
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gleffects-twirl.html +136 -0
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-blur.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gleffects-xpro.html} +17 -17
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-bulge.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gleffects-xray.html} +17 -17
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gleffects.html} +18 -18
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glfilterapp.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-glfilterapp.html} +32 -83
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glfilterbin.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-glfilterbin.html} +41 -33
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glfiltercube.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-glfiltercube.html} +35 -35
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glfilterglass.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-glfilterglass.html} +25 -25
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glimagesink.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-glimagesink.html} +31 -23
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glimagesinkelement.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-glimagesinkelement.html} +82 -133
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gloverlay.html +308 -0
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glshader.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-glshader.html} +42 -84
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glsinkbin.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-glsinkbin.html} +126 -118
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glsrcbin.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-glsrcbin.html} +34 -34
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glstereosplit.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-glstereosplit.html} +23 -23
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gltestsrc.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gltestsrc.html} +32 -32
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gltransformation.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gltransformation.html} +18 -18
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glupload.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-glupload.html} +32 -24
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glviewconvert.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-glviewconvert.html} +43 -43
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-multifdsink.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-multisocketsink.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-oggaviparse.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-oggdemux.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-oggmux.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-oggparse.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-ogmaudioparse.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-ogmtextparse.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-ogmvideoparse.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-opusdec.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-opusenc.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-parsebin.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-playbin.html +12 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-playbin3.html +21 -22
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-playsink.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-adder.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-alsa.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-app.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-audioconvert.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-audiomixer.html +89 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-audiorate.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-audioresample.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-audiotestsrc.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-cdparanoia.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-encoding.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-gio.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-ivorbisdec.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-libvisual.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-ogg.html +5 -5
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-opengl.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-opengl.html} +35 -55
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-opus.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-pango.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-playback.html +9 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-rawparse.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-subparse.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-tcp.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-theora.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-typefindfunctions.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-videoconvert.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-videorate.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-videoscale.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-videotestsrc.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-volume.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-vorbis.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-ximagesink.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-xvimagesink.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-rawaudioparse.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-rawvideoparse.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-socketsrc.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-ssaparse.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-streamsynchronizer.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-subparse.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-subtitleoverlay.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-tcpclientsink.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-tcpclientsrc.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-tcpserversink.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-tcpserversrc.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-textoverlay.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-textrender.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-theoradec.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-theoraenc.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-theoraparse.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-timeoverlay.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-unalignedaudioparse.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-unalignedvideoparse.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-uridecodebin.html +9 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-urisourcebin.html +4 -4
- 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 +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-videoscale.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-videotestsrc.html +9 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-volume.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-vorbisdec.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-vorbisenc.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-vorbisparse.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-vorbistag.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-ximagesink.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-xvimagesink.html +20 -8
- 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 +138 -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 +44 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/ch02.html +17 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-1.0.devhelp2 +111 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-3gppmux.html +28 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-aacparse.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-aasink.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-ac3parse.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-agingtv.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-alawdec.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-alawenc.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-alpha.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-alphacolor.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-amrparse.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-apedemux.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-apev2mux.html +2 -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 +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audioamplify.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiochebband.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiocheblimit.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiodynamic.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audioecho.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiofirfilter.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audioiirfilter.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audioinvert.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiokaraoke.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiopanorama.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiowsincband.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiowsinclimit.html +2 -2
- 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 +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-autoaudiosrc.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-autovideosink.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-autovideosrc.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-avidemux.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-avimux.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-avisubtitle.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-breakmydata.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-cacasink.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-cairooverlay.html +11 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-capssetter.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-cpureport.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-cutter.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-dcaparse.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-deinterlace.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-deinterleave.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-dicetv.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-directsoundsink.html +2 -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 +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-dvdec.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-dvdemux.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-dynudpsink.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-edgetv.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-equalizer-10bands.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-equalizer-3bands.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-equalizer-nbands.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-flacdec.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-flacenc.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-flacparse.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-flactag.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-flvdemux.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-flvmux.html +4 -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 +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-gdkpixbufdec.html +2 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-gdkpixbufoverlay.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-gdkpixbufsink.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-goom.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-goom2k1.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-gtkglsink.html +146 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-gtksink.html +142 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-hdv1394src.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-icydemux.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-id3demux.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-id3v2mux.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-iirequalizer.html +2 -2
- 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 +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-ismlmux.html +31 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-jackaudiosink.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-jackaudiosrc.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-jpegdec.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-jpegenc.html +22 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-lamemp3enc.html +339 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-level.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-matroskademux.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-matroskamux.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-matroskaparse.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-mj2mux.html +31 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-monoscope.html +6 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-mp4mux.html +31 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-mpegaudioparse.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-mpg123audiodec.html +175 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-mulawdec.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-mulawenc.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-multifilesink.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-multifilesrc.html +13 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-multipartdemux.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-multipartmux.html +5 -5
- 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 +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-navseek.html +4 -4
- 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 +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-oss4src.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-osssink.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-osssrc.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-osxaudiosink.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-osxaudiosrc.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-osxvideosink.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-1394.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-aasink.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-alaw.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-alpha.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-alphacolor.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-apetag.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-audiofx.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-audioparsers.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-auparse.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-autodetect.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-avi.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-cacasink.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-cairo.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-cutter.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-debug.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-deinterlace.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-directsound.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-dtmf.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-dv.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-effectv.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-equalizer.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-flac.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-flv.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-flxdec.html +3 -3
- 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 +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-goom2k1.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-gtk.html +85 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-icydemux.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-id3demux.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-imagefreeze.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-interleave.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-isomp4.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-jack.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-jpeg.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-lame.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-level.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-matroska.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-monoscope.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-mpg123.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-mulaw.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-multifile.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-multipart.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-navigationtest.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-oss4.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-ossaudio.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-osxaudio.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-osxvideo.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-png.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-pulseaudio.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-qmlgl.html +85 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-replaygain.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-rtp.html +33 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-rtpmanager.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-rtsp.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-shapewipe.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-shout2.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-smpte.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-soup.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-spectrum.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-speex.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-taglib.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-twolame.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-udp.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-video4linux2.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-videobox.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-videocrop.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-videofilter.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-videomixer.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-vpx.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-waveform.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-wavenc.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-wavpack.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-wavparse.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-ximagesrc.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-y4menc.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-pngdec.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-pngenc.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-progressreport.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-pulsesink.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-pulsesrc.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-pushfilesrc.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-qmlglsink.html +186 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-qmlglsrc.html +174 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-qtdemux.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-qtmoovrecover.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-qtmux.html +62 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-quarktv.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-radioactv.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-revtv.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rganalysis.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rglimiter.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rgvolume.html +5 -5
- 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-good-plugins-1.0/gst-plugins-good-plugins-rndbuffersize.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpL16depay.html +7 -7
- 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 +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpL24pay.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpL8depay.html +177 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpL8pay.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 +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpamrdepay.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpamrpay.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpbin.html +231 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpbvdepay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpbvpay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpceltdepay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpceltpay.html +4 -4
- 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 +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpdtmfmux.html +4 -4
- 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 +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpdvpay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpg722depay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpg722pay.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpg723depay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpg723pay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpg726depay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpg726pay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpg729depay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpg729pay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpgsmdepay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpgsmpay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpgstdepay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpgstpay.html +4 -4
- 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 +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtph263pay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtph263pdepay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtph263ppay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtph264depay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtph264pay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtph265depay.html +9 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtph265pay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpilbcdepay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpilbcpay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpj2kdepay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpj2kpay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpjitterbuffer.html +35 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpjpegdepay.html +4 -4
- 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 +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpklvpay.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmp1sdepay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmp2tdepay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmp2tpay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmp4adepay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmp4apay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmp4gdepay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmp4gpay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmp4vdepay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmp4vpay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmpadepay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmpapay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmparobustdepay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmpvdepay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmpvpay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmux.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpopusdepay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpopuspay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtppcmadepay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtppcmapay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtppcmudepay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtppcmupay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpptdemux.html +37 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpqcelpdepay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpqdm2depay.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpreddec.html +207 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpredenc.html +235 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtprtxqueue.html +7 -7
- 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 +31 -5
- 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 +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpsirenpay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpspeexdepay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpspeexpay.html +4 -4
- 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-rtpstorage.html +216 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpstreamdepay.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpstreampay.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpsv3vdepay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtptheoradepay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtptheorapay.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpulpfecdec.html +240 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpulpfecenc.html +298 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpvorbisdepay.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpvorbispay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpvp8depay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpvp8pay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpvp9depay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpvp9pay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpvrawdepay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpvrawpay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpxqtdepay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtspsrc.html +180 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-sbcparse.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-scaletempo.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-shagadelictv.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-shapewipe.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-shout2send.html +36 -38
- 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 +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-souphttpsrc.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-spectrum.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-speexdec.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-speexenc.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-splitfilesrc.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-splitmuxsink.html +68 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-splitmuxsrc.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-streaktv.html +5 -5
- 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 +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-twolamemp2enc.html +383 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-udpsink.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-udpsrc.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-v4l2radio.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-v4l2sink.html +9 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-v4l2src.html +12 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-vertigotv.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-videobalance.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-videobox.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-videocrop.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-videoflip.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-videomedian.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-videomixer.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-vp8dec.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-vp8enc.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-vp9dec.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-vp9enc.html +5 -5
- 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 +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-wavenc.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-wavpackdec.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-wavpackenc.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-wavpackparse.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-wavparse.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-webmmux.html +9 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-ximagesrc.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-y4menc.html +5 -5
- 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 +60 -3
- 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 +7 -7
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstBin.html +17 -14
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstBuffer.html +272 -43
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstBufferList.html +95 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstBufferPool.html +5 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstBus.html +58 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstCaps.html +23 -22
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstCapsFeatures.html +27 -26
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstChildProxy.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstClock.html +16 -10
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstContext.html +8 -8
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstControlBinding.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstControlSource.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstDateTime.html +4 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstDeviceProviderFactory.html +13 -13
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstDynamicTypeFactory.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstElement.html +516 -25
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstElementFactory.html +4 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstEvent.html +36 -32
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstGhostPad.html +5 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstMemory.html +11 -11
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstMessage.html +104 -59
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstObject.html +10 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPad.html +61 -23
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPadTemplate.html +92 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPipeline.html +6 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPlugin.html +26 -14
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPluginFeature.html +3 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPreset.html +8 -8
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPromise.html +598 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstQuery.html +22 -22
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstRegistry.html +15 -13
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstSample.html +6 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstSegment.html +16 -14
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstStructure.html +15 -11
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstSystemClock.html +5 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTagList.html +46 -10
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTagSetter.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTask.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTaskPool.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstToc.html +7 -7
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTracer.html +390 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTracerFactory.html +45 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTracerRecord.html +5 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTypeFindFactory.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/annotation-glossary.html +6 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gst-building.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gst-running.html +7 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-1.0.devhelp2 +84 -13
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-Gst.html +29 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstAtomicQueue.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstConfig.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstDevice.html +21 -18
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstDeviceMonitor.html +18 -18
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstDeviceProvider.html +69 -20
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstFormat.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstGError.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstInfo.html +201 -24
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstIterator.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstMeta.html +7 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstMiniObject.html +8 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstParamSpec.html +102 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstParse.html +32 -29
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstPoll.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstProtectionMeta.html +58 -14
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstStream.html +21 -26
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstStreamCollection.html +11 -11
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstTocSetter.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstTypeFind.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstUri.html +68 -63
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstUriHandler.html +17 -11
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstUtils.html +74 -11
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstValue.html +17 -15
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstVersion.html +4 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-device-probing.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-hierarchy.html +4 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-support.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer.html +2 -2
- 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 +16 -11
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix01.html +214 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix02.html +11 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix03.html +62 -134
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix04.html +22 -76
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix05.html +76 -213
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix06.html +34 -228
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix07.html +414 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix08.html +86 -101
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix09.html +9 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix10.html +324 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix11.html +34 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix12.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 +5 -2
- 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/GstARGBControlBinding.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstAdapter.html +16 -16
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0 → gstreamer-libs-1.0}/GstAggregator.html +197 -87
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0 → gstreamer-libs-1.0}/GstAggregatorPad.html +98 -30
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstBaseParse.html +13 -13
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstBaseSink.html +5 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstBaseSrc.html +72 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstBaseTransform.html +29 -13
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstCollectPads.html +14 -14
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstDirectControlBinding.html +3 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstInterpolationControlSource.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstLFOControlSource.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstNetClientClock.html +25 -7
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstNetTimeProvider.html +18 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstPtpClock.html +14 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstPushSrc.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstTestClock.html +19 -19
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstTimedValueControlSource.html +5 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstTriggerControlSource.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/annotation-glossary.html +4 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-base.html +11 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-check.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-control.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-hierarchy.html +5 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-1.0.devhelp2 +60 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstBitReader.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstBufferStraw.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstByteReader.html +8 -8
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstByteWriter.html +4 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstCheck.html +16 -16
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstDataQueue.html +14 -14
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstFlowCombiner.html +77 -11
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstHarness.html +218 -92
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstNetAddressMeta.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstNetControlMessageMeta.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstNetTimePacket.html +3 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstProxyControlBinding.html +6 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstQueueArray.html +165 -15
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstStreamConsistency.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstTypeFindHelper.html +8 -8
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs.html +9 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-net.html +2 -2
- 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 +19 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/ix01.html +118 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/ix02.html +3 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/ix03.html +33 -11
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/ix04.html +10 -25
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/ix05.html +11 -471
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/ix06.html +11 -79
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/ix07.html +13 -201
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/ix08.html +477 -10
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/ix09.html +114 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/ix10.html +241 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/ix11.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/ch01.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/ch02.html +23 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/ch03.html +37 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-1.0.devhelp2 +15 -1
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-capsfilter.html +7 -7
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-concat.html +9 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-dataurisrc.html +6 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-downloadbuffer.html +4 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-fakesink.html +9 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-fakesrc.html +9 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-fdsink.html +7 -7
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-fdsrc.html +7 -7
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-filesink.html +6 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-filesrc.html +6 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-funnel.html +5 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-identity.html +23 -10
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-input-selector.html +9 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-latencytracer.html +78 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-leakstracer.html +80 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-logtracer.html +77 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-multiqueue.html +5 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-output-selector.html +6 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-plugin-coreelements.html +11 -10
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-plugin-coretracers.html +96 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-queue.html +4 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-queue2.html +4 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-rusagetracer.html +77 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-statstracer.html +77 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-streamiddemux.html +7 -7
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-tee.html +7 -7
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-typefind.html +10 -10
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-valve.html +6 -6
- 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 +29 -6
- 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 +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuth.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuthDomain.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuthDomainBasic.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuthDomainDigest.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuthManager.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCache.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupContentDecoder.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupContentSniffer.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCookie.html +8 -7
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCookieJar.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCookieJarDB.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCookieJarText.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupLogger.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMessage.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMessageBody.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMessageHeaders.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMultipart.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMultipartInputStream.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupProxyResolverDefault.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupRequest.html +2 -2
- 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 +2 -2
- 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 +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSession.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSessionAsync.html +2 -2
- 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 +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSocket.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupURI.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/annotation-glossary.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/ch01.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/ch02.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/ch03.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/ch04.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/ch05.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/index.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/ix01.html +685 -685
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-HTML-Form-Support.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-Soup-Miscellaneous-Utilities.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-SoupServer-deprecated-API.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-Top-Level-Domain-utils.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-Version-Information.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-WebSockets.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-XMLRPC-Support.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-soup-method.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-soup-status.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-build-howto.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-client-howto.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-request-howto.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-server-howto.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-session-porting.html +2 -2
- data/vendor/local/share/locale/af/LC_MESSAGES/gst-plugins-good-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/bg/LC_MESSAGES/gst-plugins-bad-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/ca/LC_MESSAGES/gst-plugins-good-1.0.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/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/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/el/LC_MESSAGES/gst-plugins-good-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/eo/LC_MESSAGES/gst-plugins-good-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/eu/LC_MESSAGES/gst-plugins-good-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/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/fur/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/fur/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/fur/LC_MESSAGES/gst-plugins-good-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/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/hr/LC_MESSAGES/libsoup.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/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/it/LC_MESSAGES/gst-plugins-bad-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/ja/LC_MESSAGES/gst-plugins-good-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/lv/LC_MESSAGES/gst-plugins-good-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/nl/LC_MESSAGES/gst-plugins-bad-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/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/pt_BR/LC_MESSAGES/gst-plugins-bad-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/ro/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/libsoup.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/sk/LC_MESSAGES/gst-plugins-bad-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/libsoup.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gst-plugins-good-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/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/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/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/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/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/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/libsoup.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_TW/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/man/man1/gst-launch-1.0.1 +4 -0
- metadata +470 -195
- data/vendor/local/bin/libgstbadbase-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstgl-1.0-0.dll +0 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/gl.h +0 -58
- data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/base.h +0 -328
- data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/blending.h +0 -99
- data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/buffers.h +0 -48
- data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/debug.h +0 -117
- data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/eglimage.h +0 -53
- data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/fbo.h +0 -157
- data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/fixedfunction.h +0 -144
- data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/gles.h +0 -102
- data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/gstgl_compat.h +0 -67
- data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/gstgl_gles2compat.h +0 -57
- data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/opengl.h +0 -72
- data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/query.h +0 -63
- data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/shaders.h +0 -374
- data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/sync.h +0 -46
- data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/vao.h +0 -37
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstgl_fwd.h +0 -173
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglapi.h +0 -186
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglbasefilter.h +0 -90
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglbasememory.h +0 -384
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglbuffer.h +0 -135
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglbufferpool.h +0 -81
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglcolorconvert.h +0 -142
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglcontext.h +0 -214
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstgldebug.h +0 -184
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstgldisplay.h +0 -142
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglfeature.h +0 -62
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglfilter.h +0 -142
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglformat.h +0 -125
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglframebuffer.h +0 -120
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglmemory.h +0 -295
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglmemorypbo.h +0 -115
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstgloverlaycompositor.h +0 -92
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglquery.h +0 -162
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglrenderbuffer.h +0 -146
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglshader.h +0 -162
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglsl.h +0 -150
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglslstage.h +0 -108
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglsyncmeta.h +0 -95
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglupload.h +0 -122
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglutils.h +0 -61
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglviewconvert.h +0 -134
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglwindow.h +0 -252
- data/vendor/local/lib/girepository-1.0/GstBadAllocators-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstFft-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstGL-1.0.typelib +0 -0
- data/vendor/local/lib/gstreamer-1.0/include/gst/gl/gstglconfig.h +0 -48
- 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/libgstdirectsoundsink.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsink.dll.a +0 -0
- 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 +0 -41
- data/vendor/local/lib/gstreamer-1.0/libgstwaveformsink.dll.a +0 -0
- data/vendor/local/lib/libgstbadallocators-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstbadbase-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstgl-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstgl-1.0.la +0 -41
- data/vendor/local/lib/pkgconfig/gstreamer-bad-allocators-1.0.pc +0 -16
- data/vendor/local/lib/pkgconfig/gstreamer-bad-base-1.0.pc +0 -16
- data/vendor/local/lib/pkgconfig/gstreamer-gl-1.0.pc +0 -16
- data/vendor/local/share/gir-1.0/GstBadAllocators-1.0.gir +0 -92
- data/vendor/local/share/gir-1.0/GstFft-1.0.gir +0 -730
- data/vendor/local/share/gir-1.0/GstGL-1.0.gir +0 -13700
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/base.html +0 -38
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gl.html +0 -122
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLSL.html +0 -475
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-audiomixer.html +0 -273
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-glow.html +0 -136
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-heat.html +0 -136
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-sin.html +0 -136
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gloverlay.html +0 -474
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mimdec.html +0 -48
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="index.html" title="libsoup Reference Manual">
|
9
9
|
<link rel="prev" href="libsoup-2.4-WebSockets.html" title="WebSockets">
|
10
10
|
<link rel="next" href="SoupAddress.html" title="SoupAddress">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.28.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -32,6 +32,6 @@
|
|
32
32
|
</dl></div>
|
33
33
|
</div>
|
34
34
|
<div class="footer">
|
35
|
-
<hr>Generated by GTK-Doc V1.
|
35
|
+
<hr>Generated by GTK-Doc V1.28.1</div>
|
36
36
|
</body>
|
37
37
|
</html>
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
|
7
7
|
<link rel="home" href="index.html" title="libsoup Reference Manual">
|
8
8
|
<link rel="next" href="ch01.html" title="Tutorial">
|
9
|
-
<meta name="generator" content="GTK-Doc V1.
|
9
|
+
<meta name="generator" content="GTK-Doc V1.28.1 (XML mode)">
|
10
10
|
<link rel="stylesheet" href="style.css" type="text/css">
|
11
11
|
</head>
|
12
12
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -175,6 +175,6 @@ porting from SoupSessionAsync and SoupSessionSync to SoupSession</span>
|
|
175
175
|
</dl></div>
|
176
176
|
</div>
|
177
177
|
<div class="footer">
|
178
|
-
<hr>Generated by GTK-Doc V1.
|
178
|
+
<hr>Generated by GTK-Doc V1.28.1</div>
|
179
179
|
</body>
|
180
180
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="index.html" title="libsoup Reference Manual">
|
9
9
|
<link rel="prev" href="SoupSocket.html" title="SoupSocket">
|
10
10
|
<link rel="next" href="annotation-glossary.html" title="Annotation Glossary">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.28.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -25,23 +25,23 @@
|
|
25
25
|
<div xmlns:xlink="http://www.w3.org/1999/xlink" class="index"><div class="indexdiv">
|
26
26
|
<h3>S</h3>
|
27
27
|
<dl>
|
28
|
-
<dt id="ientry-
|
28
|
+
<dt id="ientry-idm34753">SoupAddress, <a class="indexterm" href="SoupAddress.html#SoupAddress-struct">SoupAddress</a>
|
29
29
|
</dt>
|
30
|
-
<dt id="ientry-
|
30
|
+
<dt id="ientry-idm34852">SoupAddress:family, <a class="indexterm" href="SoupAddress.html#SoupAddress--family">The “family” property</a>
|
31
31
|
</dt>
|
32
|
-
<dt id="ientry-
|
32
|
+
<dt id="ientry-idm34863">SoupAddress:name, <a class="indexterm" href="SoupAddress.html#SoupAddress--name">The “name” property</a>
|
33
33
|
</dt>
|
34
|
-
<dt id="ientry-
|
34
|
+
<dt id="ientry-idm34874">SoupAddress:physical, <a class="indexterm" href="SoupAddress.html#SoupAddress--physical">The “physical” property</a>
|
35
35
|
</dt>
|
36
|
-
<dt id="ientry-
|
36
|
+
<dt id="ientry-idm34885">SoupAddress:port, <a class="indexterm" href="SoupAddress.html#SoupAddress--port">The “port” property</a>
|
37
37
|
</dt>
|
38
|
-
<dt id="ientry-
|
38
|
+
<dt id="ientry-idm34897">SoupAddress:protocol, <a class="indexterm" href="SoupAddress.html#SoupAddress--protocol">The “protocol” property</a>
|
39
39
|
</dt>
|
40
|
-
<dt id="ientry-
|
40
|
+
<dt id="ientry-idm34908">SoupAddress:sockaddr, <a class="indexterm" href="SoupAddress.html#SoupAddress--sockaddr">The “sockaddr” property</a>
|
41
41
|
</dt>
|
42
|
-
<dt id="ientry-
|
42
|
+
<dt id="ientry-idm34090">SoupAddressCallback, <a class="indexterm" href="SoupAddress.html#SoupAddressCallback">SoupAddressCallback ()</a>
|
43
43
|
</dt>
|
44
|
-
<dt id="ientry-
|
44
|
+
<dt id="ientry-idm34758">SoupAddressFamily, <a class="indexterm" href="SoupAddress.html#SoupAddressFamily">enum SoupAddressFamily</a>
|
45
45
|
</dt>
|
46
46
|
<dt id="ientry-idm1717">SoupAuth, <a class="indexterm" href="SoupAuth.html#SoupAuth-struct">SoupAuth</a>
|
47
47
|
</dt>
|
@@ -93,11 +93,11 @@
|
|
93
93
|
</dt>
|
94
94
|
<dt id="ientry-idm2404">SoupAuthDomainGenericAuthCallback, <a class="indexterm" href="SoupAuthDomain.html#SoupAuthDomainGenericAuthCallback">SoupAuthDomainGenericAuthCallback ()</a>
|
95
95
|
</dt>
|
96
|
-
<dt id="ientry-
|
96
|
+
<dt id="ientry-idm27901">SoupAuthManager, <a class="indexterm" href="SoupAuthManager.html#SoupAuthManager-struct">SoupAuthManager</a>
|
97
97
|
</dt>
|
98
|
-
<dt id="ientry-
|
98
|
+
<dt id="ientry-idm27930">SoupAuthManager::authenticate, <a class="indexterm" href="SoupAuthManager.html#SoupAuthManager-authenticate">The “authenticate” signal</a>
|
99
99
|
</dt>
|
100
|
-
<dt id="ientry-
|
100
|
+
<dt id="ientry-idm12275">SoupBuffer, <a class="indexterm" href="SoupMessageBody.html#SoupBuffer-struct">SoupBuffer</a>
|
101
101
|
</dt>
|
102
102
|
<dt id="ientry-idm4028">SoupCache, <a class="indexterm" href="SoupCache.html#SoupCache-struct">struct SoupCache</a>
|
103
103
|
</dt>
|
@@ -107,423 +107,423 @@
|
|
107
107
|
</dt>
|
108
108
|
<dt id="ientry-idm4033">SoupCacheType, <a class="indexterm" href="SoupCache.html#SoupCacheType">enum SoupCacheType</a>
|
109
109
|
</dt>
|
110
|
-
<dt id="ientry-
|
110
|
+
<dt id="ientry-idm7362">SoupChunkAllocator, <a class="indexterm" href="SoupMessage.html#SoupChunkAllocator">SoupChunkAllocator ()</a>
|
111
111
|
</dt>
|
112
|
-
<dt id="ientry-
|
112
|
+
<dt id="ientry-idm18999">SoupClientContext, <a class="indexterm" href="SoupServer.html#SoupClientContext">SoupServer</a>
|
113
113
|
</dt>
|
114
|
-
<dt id="ientry-
|
114
|
+
<dt id="ientry-idm28082">SoupContentDecoder, <a class="indexterm" href="SoupContentDecoder.html#SoupContentDecoder-struct">SoupContentDecoder</a>
|
115
115
|
</dt>
|
116
|
-
<dt id="ientry-
|
116
|
+
<dt id="ientry-idm28292">SoupContentSniffer, <a class="indexterm" href="SoupContentSniffer.html#SoupContentSniffer-struct">SoupContentSniffer</a>
|
117
117
|
</dt>
|
118
|
-
<dt id="ientry-
|
118
|
+
<dt id="ientry-idm5606">SoupCookie, <a class="indexterm" href="SoupCookie.html#SoupCookie-struct">SoupCookie</a>
|
119
119
|
</dt>
|
120
|
-
<dt id="ientry-
|
120
|
+
<dt id="ientry-idm29084">SoupCookieJar, <a class="indexterm" href="SoupCookieJar.html#SoupCookieJar-struct">SoupCookieJar</a>
|
121
121
|
</dt>
|
122
|
-
<dt id="ientry-
|
122
|
+
<dt id="ientry-idm29175">SoupCookieJar::changed, <a class="indexterm" href="SoupCookieJar.html#SoupCookieJar-changed">The “changed” signal</a>
|
123
123
|
</dt>
|
124
|
-
<dt id="ientry-
|
124
|
+
<dt id="ientry-idm29149">SoupCookieJar:accept-policy, <a class="indexterm" href="SoupCookieJar.html#SoupCookieJar--accept-policy">The “accept-policy” property</a>
|
125
125
|
</dt>
|
126
|
-
<dt id="ientry-
|
126
|
+
<dt id="ientry-idm29162">SoupCookieJar:read-only, <a class="indexterm" href="SoupCookieJar.html#SoupCookieJar--read-only">The “read-only” property</a>
|
127
127
|
</dt>
|
128
|
-
<dt id="ientry-
|
128
|
+
<dt id="ientry-idm29089">SoupCookieJarAcceptPolicy, <a class="indexterm" href="SoupCookieJar.html#SoupCookieJarAcceptPolicy">enum SoupCookieJarAcceptPolicy</a>
|
129
129
|
</dt>
|
130
|
-
<dt id="ientry-
|
130
|
+
<dt id="ientry-idm29536">SoupCookieJarDB, <a class="indexterm" href="SoupCookieJarDB.html#SoupCookieJarDB-struct">SoupCookieJarDB</a>
|
131
131
|
</dt>
|
132
|
-
<dt id="ientry-
|
132
|
+
<dt id="ientry-idm29552">SoupCookieJarDB:filename, <a class="indexterm" href="SoupCookieJarDB.html#SoupCookieJarDB--filename">The “filename” property</a>
|
133
133
|
</dt>
|
134
|
-
<dt id="ientry-
|
134
|
+
<dt id="ientry-idm29374">SoupCookieJarText, <a class="indexterm" href="SoupCookieJarText.html#SoupCookieJarText-struct">SoupCookieJarText</a>
|
135
135
|
</dt>
|
136
|
-
<dt id="ientry-
|
136
|
+
<dt id="ientry-idm29390">SoupCookieJarText:filename, <a class="indexterm" href="SoupCookieJarText.html#SoupCookieJarText--filename">The “filename” property</a>
|
137
137
|
</dt>
|
138
|
-
<dt id="ientry-
|
138
|
+
<dt id="ientry-idm14669">SoupDate, <a class="indexterm" href="libsoup-2.4-Soup-Miscellaneous-Utilities.html#SoupDate-struct">SoupDate</a>
|
139
139
|
</dt>
|
140
|
-
<dt id="ientry-
|
140
|
+
<dt id="ientry-idm14768">SoupDateFormat, <a class="indexterm" href="libsoup-2.4-Soup-Miscellaneous-Utilities.html#SoupDateFormat">enum SoupDateFormat</a>
|
141
141
|
</dt>
|
142
|
-
<dt id="ientry-
|
142
|
+
<dt id="ientry-idm10869">SoupEncoding, <a class="indexterm" href="SoupMessageHeaders.html#SoupEncoding">enum SoupEncoding</a>
|
143
143
|
</dt>
|
144
|
-
<dt id="ientry-
|
144
|
+
<dt id="ientry-idm10918">SoupExpectation, <a class="indexterm" href="SoupMessageHeaders.html#SoupExpectation">enum SoupExpectation</a>
|
145
145
|
</dt>
|
146
|
-
<dt id="ientry-
|
146
|
+
<dt id="ientry-idm7746">SoupHTTPVersion, <a class="indexterm" href="SoupMessage.html#SoupHTTPVersion">enum SoupHTTPVersion</a>
|
147
147
|
</dt>
|
148
|
-
<dt id="ientry-
|
148
|
+
<dt id="ientry-idm30108">SoupLogger, <a class="indexterm" href="SoupLogger.html#SoupLogger-struct">SoupLogger</a>
|
149
149
|
</dt>
|
150
|
-
<dt id="ientry-
|
150
|
+
<dt id="ientry-idm30153">SoupLogger:level, <a class="indexterm" href="SoupLogger.html#SoupLogger--level">The “level” property</a>
|
151
151
|
</dt>
|
152
|
-
<dt id="ientry-
|
152
|
+
<dt id="ientry-idm30166">SoupLogger:max-body-size, <a class="indexterm" href="SoupLogger.html#SoupLogger--max-body-size">The “max-body-size” property</a>
|
153
153
|
</dt>
|
154
|
-
<dt id="ientry-
|
154
|
+
<dt id="ientry-idm29783">SoupLoggerFilter, <a class="indexterm" href="SoupLogger.html#SoupLoggerFilter">SoupLoggerFilter ()</a>
|
155
155
|
</dt>
|
156
|
-
<dt id="ientry-
|
156
|
+
<dt id="ientry-idm30113">SoupLoggerLogLevel, <a class="indexterm" href="SoupLogger.html#SoupLoggerLogLevel">enum SoupLoggerLogLevel</a>
|
157
157
|
</dt>
|
158
|
-
<dt id="ientry-
|
158
|
+
<dt id="ientry-idm29969">SoupLoggerPrinter, <a class="indexterm" href="SoupLogger.html#SoupLoggerPrinter">SoupLoggerPrinter ()</a>
|
159
159
|
</dt>
|
160
|
-
<dt id="ientry-
|
160
|
+
<dt id="ientry-idm12318">SoupMemoryUse, <a class="indexterm" href="SoupMessageBody.html#SoupMemoryUse">enum SoupMemoryUse</a>
|
161
161
|
</dt>
|
162
|
-
<dt id="ientry-
|
162
|
+
<dt id="ientry-idm7612">SoupMessage, <a class="indexterm" href="SoupMessage.html#SoupMessage-struct">SoupMessage</a>
|
163
163
|
</dt>
|
164
|
-
<dt id="ientry-
|
164
|
+
<dt id="ientry-idm8289">SoupMessage::content-sniffed, <a class="indexterm" href="SoupMessage.html#SoupMessage-content-sniffed">The “content-sniffed” signal</a>
|
165
165
|
</dt>
|
166
|
-
<dt id="ientry-
|
166
|
+
<dt id="ientry-idm8363">SoupMessage::finished, <a class="indexterm" href="SoupMessage.html#SoupMessage-finished">The “finished” signal</a>
|
167
167
|
</dt>
|
168
|
-
<dt id="ientry-
|
168
|
+
<dt id="ientry-idm8402">SoupMessage::got-body, <a class="indexterm" href="SoupMessage.html#SoupMessage-got-body">The “got-body” signal</a>
|
169
169
|
</dt>
|
170
|
-
<dt id="ientry-
|
170
|
+
<dt id="ientry-idm8442">SoupMessage::got-chunk, <a class="indexterm" href="SoupMessage.html#SoupMessage-got-chunk">The “got-chunk” signal</a>
|
171
171
|
</dt>
|
172
|
-
<dt id="ientry-
|
172
|
+
<dt id="ientry-idm8488">SoupMessage::got-headers, <a class="indexterm" href="SoupMessage.html#SoupMessage-got-headers">The “got-headers” signal</a>
|
173
173
|
</dt>
|
174
|
-
<dt id="ientry-
|
174
|
+
<dt id="ientry-idm8535">SoupMessage::got-informational, <a class="indexterm" href="SoupMessage.html#SoupMessage-got-informational">The “got-informational” signal</a>
|
175
175
|
</dt>
|
176
|
-
<dt id="ientry-
|
176
|
+
<dt id="ientry-idm8573">SoupMessage::network-event, <a class="indexterm" href="SoupMessage.html#SoupMessage-network-event">The “network-event” signal</a>
|
177
177
|
</dt>
|
178
|
-
<dt id="ientry-
|
178
|
+
<dt id="ientry-idm8638">SoupMessage::restarted, <a class="indexterm" href="SoupMessage.html#SoupMessage-restarted">The “restarted” signal</a>
|
179
179
|
</dt>
|
180
|
-
<dt id="ientry-
|
180
|
+
<dt id="ientry-idm8673">SoupMessage::starting, <a class="indexterm" href="SoupMessage.html#SoupMessage-starting">The “starting” signal</a>
|
181
181
|
</dt>
|
182
|
-
<dt id="ientry-
|
182
|
+
<dt id="ientry-idm8710">SoupMessage::wrote-body, <a class="indexterm" href="SoupMessage.html#SoupMessage-wrote-body">The “wrote-body” signal</a>
|
183
183
|
</dt>
|
184
|
-
<dt id="ientry-
|
184
|
+
<dt id="ientry-idm8745">SoupMessage::wrote-body-data, <a class="indexterm" href="SoupMessage.html#SoupMessage-wrote-body-data">The “wrote-body-data” signal</a>
|
185
185
|
</dt>
|
186
|
-
<dt id="ientry-
|
186
|
+
<dt id="ientry-idm8795">SoupMessage::wrote-chunk, <a class="indexterm" href="SoupMessage.html#SoupMessage-wrote-chunk">The “wrote-chunk” signal</a>
|
187
187
|
</dt>
|
188
|
-
<dt id="ientry-
|
188
|
+
<dt id="ientry-idm8839">SoupMessage::wrote-headers, <a class="indexterm" href="SoupMessage.html#SoupMessage-wrote-headers">The “wrote-headers” signal</a>
|
189
189
|
</dt>
|
190
|
-
<dt id="ientry-
|
190
|
+
<dt id="ientry-idm8874">SoupMessage::wrote-informational, <a class="indexterm" href="SoupMessage.html#SoupMessage-wrote-informational">The “wrote-informational” signal</a>
|
191
191
|
</dt>
|
192
|
-
<dt id="ientry-
|
192
|
+
<dt id="ientry-idm8090">SoupMessage:first-party, <a class="indexterm" href="SoupMessage.html#SoupMessage--first-party">The “first-party” property</a>
|
193
193
|
</dt>
|
194
|
-
<dt id="ientry-
|
194
|
+
<dt id="ientry-idm8104">SoupMessage:flags, <a class="indexterm" href="SoupMessage.html#SoupMessage--flags">The “flags” property</a>
|
195
195
|
</dt>
|
196
|
-
<dt id="ientry-
|
196
|
+
<dt id="ientry-idm8114">SoupMessage:http-version, <a class="indexterm" href="SoupMessage.html#SoupMessage--http-version">The “http-version” property</a>
|
197
197
|
</dt>
|
198
|
-
<dt id="ientry-
|
198
|
+
<dt id="ientry-idm8125">SoupMessage:method, <a class="indexterm" href="SoupMessage.html#SoupMessage--method">The “method” property</a>
|
199
199
|
</dt>
|
200
|
-
<dt id="ientry-
|
200
|
+
<dt id="ientry-idm8136">SoupMessage:priority, <a class="indexterm" href="SoupMessage.html#SoupMessage--priority">The “priority” property</a>
|
201
201
|
</dt>
|
202
|
-
<dt id="ientry-
|
202
|
+
<dt id="ientry-idm8147">SoupMessage:reason-phrase, <a class="indexterm" href="SoupMessage.html#SoupMessage--reason-phrase">The “reason-phrase” property</a>
|
203
203
|
</dt>
|
204
|
-
<dt id="ientry-
|
204
|
+
<dt id="ientry-idm8158">SoupMessage:request-body, <a class="indexterm" href="SoupMessage.html#SoupMessage--request-body">The “request-body” property</a>
|
205
205
|
</dt>
|
206
|
-
<dt id="ientry-
|
206
|
+
<dt id="ientry-idm8168">SoupMessage:request-body-data, <a class="indexterm" href="SoupMessage.html#SoupMessage--request-body-data">The “request-body-data” property</a>
|
207
207
|
</dt>
|
208
|
-
<dt id="ientry-
|
208
|
+
<dt id="ientry-idm8182">SoupMessage:request-headers, <a class="indexterm" href="SoupMessage.html#SoupMessage--request-headers">The “request-headers” property</a>
|
209
209
|
</dt>
|
210
|
-
<dt id="ientry-
|
210
|
+
<dt id="ientry-idm8192">SoupMessage:response-body, <a class="indexterm" href="SoupMessage.html#SoupMessage--response-body">The “response-body” property</a>
|
211
211
|
</dt>
|
212
|
-
<dt id="ientry-
|
212
|
+
<dt id="ientry-idm8202">SoupMessage:response-body-data, <a class="indexterm" href="SoupMessage.html#SoupMessage--response-body-data">The “response-body-data” property</a>
|
213
213
|
</dt>
|
214
|
-
<dt id="ientry-
|
214
|
+
<dt id="ientry-idm8216">SoupMessage:response-headers, <a class="indexterm" href="SoupMessage.html#SoupMessage--response-headers">The “response-headers” property</a>
|
215
215
|
</dt>
|
216
|
-
<dt id="ientry-
|
216
|
+
<dt id="ientry-idm8226">SoupMessage:server-side, <a class="indexterm" href="SoupMessage.html#SoupMessage--server-side">The “server-side” property</a>
|
217
217
|
</dt>
|
218
|
-
<dt id="ientry-
|
218
|
+
<dt id="ientry-idm8237">SoupMessage:status-code, <a class="indexterm" href="SoupMessage.html#SoupMessage--status-code">The “status-code” property</a>
|
219
219
|
</dt>
|
220
|
-
<dt id="ientry-
|
220
|
+
<dt id="ientry-idm8249">SoupMessage:tls-certificate, <a class="indexterm" href="SoupMessage.html#SoupMessage--tls-certificate">The “tls-certificate” property</a>
|
221
221
|
</dt>
|
222
|
-
<dt id="ientry-
|
222
|
+
<dt id="ientry-idm8263">SoupMessage:tls-errors, <a class="indexterm" href="SoupMessage.html#SoupMessage--tls-errors">The “tls-errors” property</a>
|
223
223
|
</dt>
|
224
|
-
<dt id="ientry-
|
224
|
+
<dt id="ientry-idm8277">SoupMessage:uri, <a class="indexterm" href="SoupMessage.html#SoupMessage--uri">The “uri” property</a>
|
225
225
|
</dt>
|
226
|
-
<dt id="ientry-
|
226
|
+
<dt id="ientry-idm12370">SoupMessageBody, <a class="indexterm" href="SoupMessageBody.html#SoupMessageBody-struct">SoupMessageBody</a>
|
227
227
|
</dt>
|
228
|
-
<dt id="ientry-
|
228
|
+
<dt id="ientry-idm7771">SoupMessageFlags, <a class="indexterm" href="SoupMessage.html#SoupMessageFlags">enum SoupMessageFlags</a>
|
229
229
|
</dt>
|
230
|
-
<dt id="ientry-
|
230
|
+
<dt id="ientry-idm10816">SoupMessageHeaders, <a class="indexterm" href="SoupMessageHeaders.html">SoupMessageHeaders</a>
|
231
231
|
</dt>
|
232
|
-
<dt id="ientry-
|
232
|
+
<dt id="ientry-idm9730">SoupMessageHeadersForeachFunc, <a class="indexterm" href="SoupMessageHeaders.html#SoupMessageHeadersForeachFunc">SoupMessageHeadersForeachFunc ()</a>
|
233
233
|
</dt>
|
234
|
-
<dt id="ientry-
|
234
|
+
<dt id="ientry-idm10855">SoupMessageHeadersIter, <a class="indexterm" href="SoupMessageHeaders.html#SoupMessageHeadersIter">SoupMessageHeadersIter</a>
|
235
235
|
</dt>
|
236
|
-
<dt id="ientry-
|
236
|
+
<dt id="ientry-idm10822">SoupMessageHeadersType, <a class="indexterm" href="SoupMessageHeaders.html#SoupMessageHeadersType">enum SoupMessageHeadersType</a>
|
237
237
|
</dt>
|
238
|
-
<dt id="ientry-
|
238
|
+
<dt id="ientry-idm7866">SoupMessagePriority, <a class="indexterm" href="SoupMessage.html#SoupMessagePriority">enum SoupMessagePriority</a>
|
239
239
|
</dt>
|
240
|
-
<dt id="ientry-
|
240
|
+
<dt id="ientry-idm15381">SoupMultipart, <a class="indexterm" href="SoupMultipart.html">SoupMultipart</a>
|
241
241
|
</dt>
|
242
|
-
<dt id="ientry-
|
242
|
+
<dt id="ientry-idm15818">SoupMultipartInputStream, <a class="indexterm" href="SoupMultipartInputStream.html#SoupMultipartInputStream-struct">struct SoupMultipartInputStream</a>
|
243
243
|
</dt>
|
244
|
-
<dt id="ientry-
|
244
|
+
<dt id="ientry-idm15826">SoupMultipartInputStream:message, <a class="indexterm" href="SoupMultipartInputStream.html#SoupMultipartInputStream--message">The “message” property</a>
|
245
245
|
</dt>
|
246
|
-
<dt id="ientry-
|
246
|
+
<dt id="ientry-idm30254">SoupProxyResolverDefault, <a class="indexterm" href="SoupProxyResolverDefault.html#SoupProxyResolverDefault-struct">SoupProxyResolverDefault</a>
|
247
247
|
</dt>
|
248
|
-
<dt id="ientry-
|
248
|
+
<dt id="ientry-idm30262">SoupProxyResolverDefault:gproxy-resolver, <a class="indexterm" href="SoupProxyResolverDefault.html#SoupProxyResolverDefault--gproxy-resolver">The “gproxy-resolver” property</a>
|
249
249
|
</dt>
|
250
|
-
<dt id="ientry-
|
250
|
+
<dt id="ientry-idm10943">SoupRange, <a class="indexterm" href="SoupMessageHeaders.html#SoupRange">SoupRange</a>
|
251
251
|
</dt>
|
252
|
-
<dt id="ientry-
|
252
|
+
<dt id="ientry-idm16334">SoupRequest, <a class="indexterm" href="SoupRequest.html#SoupRequest-struct">SoupRequest</a>
|
253
253
|
</dt>
|
254
|
-
<dt id="ientry-
|
254
|
+
<dt id="ientry-idm16365">SoupRequest:session, <a class="indexterm" href="SoupRequest.html#SoupRequest--session">The “session” property</a>
|
255
255
|
</dt>
|
256
|
-
<dt id="ientry-
|
256
|
+
<dt id="ientry-idm16379">SoupRequest:uri, <a class="indexterm" href="SoupRequest.html#SoupRequest--uri">The “uri” property</a>
|
257
257
|
</dt>
|
258
|
-
<dt id="ientry-
|
258
|
+
<dt id="ientry-idm16648">SoupRequestData, <a class="indexterm" href="SoupRequestData.html#SoupRequestData-struct">SoupRequestData</a>
|
259
259
|
</dt>
|
260
|
-
<dt id="ientry-
|
260
|
+
<dt id="ientry-idm22933">SoupRequestError, <a class="indexterm" href="SoupSession.html#SoupRequestError">enum SoupRequestError</a>
|
261
261
|
</dt>
|
262
|
-
<dt id="ientry-
|
262
|
+
<dt id="ientry-idm16598">SoupRequestFile, <a class="indexterm" href="SoupRequestFile.html#SoupRequestFile-struct">SoupRequestFile</a>
|
263
263
|
</dt>
|
264
|
-
<dt id="ientry-
|
264
|
+
<dt id="ientry-idm16494">SoupRequestHTTP, <a class="indexterm" href="SoupRequestHTTP.html#SoupRequestHTTP-struct">SoupRequestHTTP</a>
|
265
265
|
</dt>
|
266
|
-
<dt id="ientry-
|
266
|
+
<dt id="ientry-idm18948">SoupServer, <a class="indexterm" href="SoupServer.html#SoupServer-struct">SoupServer</a>
|
267
267
|
</dt>
|
268
|
-
<dt id="ientry-
|
268
|
+
<dt id="ientry-idm19288">SoupServer::request-aborted, <a class="indexterm" href="SoupServer.html#SoupServer-request-aborted">The “request-aborted” signal</a>
|
269
269
|
</dt>
|
270
|
-
<dt id="ientry-
|
270
|
+
<dt id="ientry-idm19349">SoupServer::request-finished, <a class="indexterm" href="SoupServer.html#SoupServer-request-finished">The “request-finished” signal</a>
|
271
271
|
</dt>
|
272
|
-
<dt id="ientry-
|
272
|
+
<dt id="ientry-idm19400">SoupServer::request-read, <a class="indexterm" href="SoupServer.html#SoupServer-request-read">The “request-read” signal</a>
|
273
273
|
</dt>
|
274
|
-
<dt id="ientry-
|
274
|
+
<dt id="ientry-idm19455">SoupServer::request-started, <a class="indexterm" href="SoupServer.html#SoupServer-request-started">The “request-started” signal</a>
|
275
275
|
</dt>
|
276
|
-
<dt id="ientry-
|
276
|
+
<dt id="ientry-idm19067">SoupServer:async-context, <a class="indexterm" href="SoupServer.html#SoupServer--async-context">The “async-context” property</a>
|
277
277
|
</dt>
|
278
|
-
<dt id="ientry-
|
278
|
+
<dt id="ientry-idm19091">SoupServer:http-aliases, <a class="indexterm" href="SoupServer.html#SoupServer--http-aliases">The “http-aliases” property</a>
|
279
279
|
</dt>
|
280
|
-
<dt id="ientry-
|
280
|
+
<dt id="ientry-idm19113">SoupServer:https-aliases, <a class="indexterm" href="SoupServer.html#SoupServer--https-aliases">The “https-aliases” property</a>
|
281
281
|
</dt>
|
282
|
-
<dt id="ientry-
|
282
|
+
<dt id="ientry-idm19130">SoupServer:interface, <a class="indexterm" href="SoupServer.html#SoupServer--interface">The “interface” property</a>
|
283
283
|
</dt>
|
284
|
-
<dt id="ientry-
|
284
|
+
<dt id="ientry-idm19154">SoupServer:port, <a class="indexterm" href="SoupServer.html#SoupServer--port">The “port” property</a>
|
285
285
|
</dt>
|
286
|
-
<dt id="ientry-
|
286
|
+
<dt id="ientry-idm19180">SoupServer:raw-paths, <a class="indexterm" href="SoupServer.html#SoupServer--raw-paths">The “raw-paths” property</a>
|
287
287
|
</dt>
|
288
|
-
<dt id="ientry-
|
288
|
+
<dt id="ientry-idm19191">SoupServer:server-header, <a class="indexterm" href="SoupServer.html#SoupServer--server-header">The “server-header” property</a>
|
289
289
|
</dt>
|
290
|
-
<dt id="ientry-
|
290
|
+
<dt id="ientry-idm19216">SoupServer:ssl-cert-file, <a class="indexterm" href="SoupServer.html#SoupServer--ssl-cert-file">The “ssl-cert-file” property</a>
|
291
291
|
</dt>
|
292
|
-
<dt id="ientry-
|
292
|
+
<dt id="ientry-idm19244">SoupServer:ssl-key-file, <a class="indexterm" href="SoupServer.html#SoupServer--ssl-key-file">The “ssl-key-file” property</a>
|
293
293
|
</dt>
|
294
|
-
<dt id="ientry-
|
294
|
+
<dt id="ientry-idm19265">SoupServer:tls-certificate, <a class="indexterm" href="SoupServer.html#SoupServer--tls-certificate">The “tls-certificate” property</a>
|
295
295
|
</dt>
|
296
|
-
<dt id="ientry-
|
296
|
+
<dt id="ientry-idm17927">SoupServerCallback, <a class="indexterm" href="SoupServer.html#SoupServerCallback">SoupServerCallback ()</a>
|
297
297
|
</dt>
|
298
|
-
<dt id="ientry-
|
298
|
+
<dt id="ientry-idm18953">SoupServerListenOptions, <a class="indexterm" href="SoupServer.html#SoupServerListenOptions">enum SoupServerListenOptions</a>
|
299
299
|
</dt>
|
300
|
-
<dt id="ientry-
|
300
|
+
<dt id="ientry-idm18278">SoupServerWebsocketCallback, <a class="indexterm" href="SoupServer.html#SoupServerWebsocketCallback">SoupServerWebsocketCallback ()</a>
|
301
301
|
</dt>
|
302
|
-
<dt id="ientry-
|
302
|
+
<dt id="ientry-idm22928">SoupSession, <a class="indexterm" href="SoupSession.html#SoupSession-struct">SoupSession</a>
|
303
303
|
</dt>
|
304
|
-
<dt id="ientry-
|
304
|
+
<dt id="ientry-idm23732">SoupSession::authenticate, <a class="indexterm" href="SoupSession.html#SoupSession-authenticate">The “authenticate” signal</a>
|
305
305
|
</dt>
|
306
|
-
<dt id="ientry-
|
306
|
+
<dt id="ientry-idm23816">SoupSession::connection-created, <a class="indexterm" href="SoupSession.html#SoupSession-connection-created">The “connection-created” signal</a>
|
307
307
|
</dt>
|
308
|
-
<dt id="ientry-
|
308
|
+
<dt id="ientry-idm23863">SoupSession::request-queued, <a class="indexterm" href="SoupSession.html#SoupSession-request-queued">The “request-queued” signal</a>
|
309
309
|
</dt>
|
310
|
-
<dt id="ientry-
|
310
|
+
<dt id="ientry-idm23948">SoupSession::request-started, <a class="indexterm" href="SoupSession.html#SoupSession-request-started">The “request-started” signal</a>
|
311
311
|
</dt>
|
312
|
-
<dt id="ientry-
|
312
|
+
<dt id="ientry-idm24007">SoupSession::request-unqueued, <a class="indexterm" href="SoupSession.html#SoupSession-request-unqueued">The “request-unqueued” signal</a>
|
313
313
|
</dt>
|
314
|
-
<dt id="ientry-
|
314
|
+
<dt id="ientry-idm24056">SoupSession::tunneling, <a class="indexterm" href="SoupSession.html#SoupSession-tunneling">The “tunneling” signal</a>
|
315
315
|
</dt>
|
316
|
-
<dt id="ientry-
|
316
|
+
<dt id="ientry-idm23197">SoupSession:accept-language, <a class="indexterm" href="SoupSession.html#SoupSession--accept-language">The “accept-language” property</a>
|
317
317
|
</dt>
|
318
|
-
<dt id="ientry-
|
318
|
+
<dt id="ientry-idm23217">SoupSession:accept-language-auto, <a class="indexterm" href="SoupSession.html#SoupSession--accept-language-auto">The “accept-language-auto” property</a>
|
319
319
|
</dt>
|
320
|
-
<dt id="ientry-
|
320
|
+
<dt id="ientry-idm23241">SoupSession:add-feature, <a class="indexterm" href="SoupSession.html#SoupSession--add-feature">The “add-feature” property</a>
|
321
321
|
</dt>
|
322
|
-
<dt id="ientry-
|
322
|
+
<dt id="ientry-idm23258">SoupSession:add-feature-by-type, <a class="indexterm" href="SoupSession.html#SoupSession--add-feature-by-type">The “add-feature-by-type” property</a>
|
323
323
|
</dt>
|
324
|
-
<dt id="ientry-
|
324
|
+
<dt id="ientry-idm23276">SoupSession:async-context, <a class="indexterm" href="SoupSession.html#SoupSession--async-context">The “async-context” property</a>
|
325
325
|
</dt>
|
326
|
-
<dt id="ientry-
|
326
|
+
<dt id="ientry-idm23306">SoupSession:http-aliases, <a class="indexterm" href="SoupSession.html#SoupSession--http-aliases">The “http-aliases” property</a>
|
327
327
|
</dt>
|
328
|
-
<dt id="ientry-
|
328
|
+
<dt id="ientry-idm23336">SoupSession:https-aliases, <a class="indexterm" href="SoupSession.html#SoupSession--https-aliases">The “https-aliases” property</a>
|
329
329
|
</dt>
|
330
|
-
<dt id="ientry-
|
330
|
+
<dt id="ientry-idm23353">SoupSession:idle-timeout, <a class="indexterm" href="SoupSession.html#SoupSession--idle-timeout">The “idle-timeout” property</a>
|
331
331
|
</dt>
|
332
|
-
<dt id="ientry-
|
332
|
+
<dt id="ientry-idm23376">SoupSession:local-address, <a class="indexterm" href="SoupSession.html#SoupSession--local-address">The “local-address” property</a>
|
333
333
|
</dt>
|
334
|
-
<dt id="ientry-
|
334
|
+
<dt id="ientry-idm23391">SoupSession:max-conns, <a class="indexterm" href="SoupSession.html#SoupSession--max-conns">The “max-conns” property</a>
|
335
335
|
</dt>
|
336
|
-
<dt id="ientry-
|
336
|
+
<dt id="ientry-idm23403">SoupSession:max-conns-per-host, <a class="indexterm" href="SoupSession.html#SoupSession--max-conns-per-host">The “max-conns-per-host” property</a>
|
337
337
|
</dt>
|
338
|
-
<dt id="ientry-
|
338
|
+
<dt id="ientry-idm23415">SoupSession:proxy-resolver, <a class="indexterm" href="SoupSession.html#SoupSession--proxy-resolver">The “proxy-resolver” property</a>
|
339
339
|
</dt>
|
340
|
-
<dt id="ientry-
|
340
|
+
<dt id="ientry-idm23441">SoupSession:proxy-uri, <a class="indexterm" href="SoupSession.html#SoupSession--proxy-uri">The “proxy-uri” property</a>
|
341
341
|
</dt>
|
342
|
-
<dt id="ientry-
|
342
|
+
<dt id="ientry-idm23467">SoupSession:remove-feature-by-type, <a class="indexterm" href="SoupSession.html#SoupSession--remove-feature-by-type">The “remove-feature-by-type” property</a>
|
343
343
|
</dt>
|
344
|
-
<dt id="ientry-
|
344
|
+
<dt id="ientry-idm23485">SoupSession:ssl-ca-file, <a class="indexterm" href="SoupSession.html#SoupSession--ssl-ca-file">The “ssl-ca-file” property</a>
|
345
345
|
</dt>
|
346
|
-
<dt id="ientry-
|
346
|
+
<dt id="ientry-idm23507">SoupSession:ssl-strict, <a class="indexterm" href="SoupSession.html#SoupSession--ssl-strict">The “ssl-strict” property</a>
|
347
347
|
</dt>
|
348
|
-
<dt id="ientry-
|
348
|
+
<dt id="ientry-idm23548">SoupSession:ssl-use-system-ca-file, <a class="indexterm" href="SoupSession.html#SoupSession--ssl-use-system-ca-file">The “ssl-use-system-ca-file” property</a>
|
349
349
|
</dt>
|
350
|
-
<dt id="ientry-
|
350
|
+
<dt id="ientry-idm23590">SoupSession:timeout, <a class="indexterm" href="SoupSession.html#SoupSession--timeout">The “timeout” property</a>
|
351
351
|
</dt>
|
352
|
-
<dt id="ientry-
|
352
|
+
<dt id="ientry-idm23614">SoupSession:tls-database, <a class="indexterm" href="SoupSession.html#SoupSession--tls-database">The “tls-database” property</a>
|
353
353
|
</dt>
|
354
|
-
<dt id="ientry-
|
354
|
+
<dt id="ientry-idm23651">SoupSession:tls-interaction, <a class="indexterm" href="SoupSession.html#SoupSession--tls-interaction">The “tls-interaction” property</a>
|
355
355
|
</dt>
|
356
|
-
<dt id="ientry-
|
356
|
+
<dt id="ientry-idm23667">SoupSession:use-ntlm, <a class="indexterm" href="SoupSession.html#SoupSession--use-ntlm">The “use-ntlm” property</a>
|
357
357
|
</dt>
|
358
|
-
<dt id="ientry-
|
358
|
+
<dt id="ientry-idm23686">SoupSession:use-thread-context, <a class="indexterm" href="SoupSession.html#SoupSession--use-thread-context">The “use-thread-context” property</a>
|
359
359
|
</dt>
|
360
|
-
<dt id="ientry-
|
360
|
+
<dt id="ientry-idm23707">SoupSession:user-agent, <a class="indexterm" href="SoupSession.html#SoupSession--user-agent">The “user-agent” property</a>
|
361
361
|
</dt>
|
362
|
-
<dt id="ientry-
|
362
|
+
<dt id="ientry-idm24143">SoupSessionAsync, <a class="indexterm" href="SoupSessionAsync.html#SoupSessionAsync-struct">SoupSessionAsync</a>
|
363
363
|
</dt>
|
364
|
-
<dt id="ientry-
|
364
|
+
<dt id="ientry-idm21103">SoupSessionCallback, <a class="indexterm" href="SoupSession.html#SoupSessionCallback">SoupSessionCallback ()</a>
|
365
365
|
</dt>
|
366
|
-
<dt id="ientry-
|
366
|
+
<dt id="ientry-idm22702">SoupSessionConnectProgressCallback, <a class="indexterm" href="SoupSession.html#SoupSessionConnectProgressCallback">SoupSessionConnectProgressCallback ()</a>
|
367
367
|
</dt>
|
368
|
-
<dt id="ientry-
|
368
|
+
<dt id="ientry-idm27622">SoupSessionFeature, <a class="indexterm" href="SoupSessionFeature.html#SoupSessionFeature-struct">SoupSessionFeature</a>
|
369
369
|
</dt>
|
370
|
-
<dt id="ientry-
|
370
|
+
<dt id="ientry-idm27632">SoupSessionFeatureInterface, <a class="indexterm" href="SoupSessionFeature.html#SoupSessionFeatureInterface">SoupSessionFeatureInterface</a>
|
371
371
|
</dt>
|
372
|
-
<dt id="ientry-
|
372
|
+
<dt id="ientry-idm24189">SoupSessionSync, <a class="indexterm" href="SoupSessionSync.html#SoupSessionSync-struct">SoupSessionSync</a>
|
373
373
|
</dt>
|
374
|
-
<dt id="ientry-
|
374
|
+
<dt id="ientry-idm36219">SoupSocket, <a class="indexterm" href="SoupSocket.html#SoupSocket-struct">SoupSocket</a>
|
375
375
|
</dt>
|
376
|
-
<dt id="ientry-
|
376
|
+
<dt id="ientry-idm36607">SoupSocket::disconnected, <a class="indexterm" href="SoupSocket.html#SoupSocket-disconnected">The “disconnected” signal</a>
|
377
377
|
</dt>
|
378
|
-
<dt id="ientry-
|
378
|
+
<dt id="ientry-idm36642">SoupSocket::event, <a class="indexterm" href="SoupSocket.html#SoupSocket-event">The “event” signal</a>
|
379
379
|
</dt>
|
380
|
-
<dt id="ientry-
|
380
|
+
<dt id="ientry-idm36697">SoupSocket::new-connection, <a class="indexterm" href="SoupSocket.html#SoupSocket-new-connection">The “new-connection” signal</a>
|
381
381
|
</dt>
|
382
|
-
<dt id="ientry-
|
382
|
+
<dt id="ientry-idm36744">SoupSocket::readable, <a class="indexterm" href="SoupSocket.html#SoupSocket-readable">The “readable” signal</a>
|
383
383
|
</dt>
|
384
|
-
<dt id="ientry-
|
384
|
+
<dt id="ientry-idm36785">SoupSocket::writable, <a class="indexterm" href="SoupSocket.html#SoupSocket-writable">The “writable” signal</a>
|
385
385
|
</dt>
|
386
|
-
<dt id="ientry-
|
386
|
+
<dt id="ientry-idm36380">SoupSocket:async-context, <a class="indexterm" href="SoupSocket.html#SoupSocket--async-context">The “async-context” property</a>
|
387
387
|
</dt>
|
388
|
-
<dt id="ientry-
|
388
|
+
<dt id="ientry-idm36390">SoupSocket:fd, <a class="indexterm" href="SoupSocket.html#SoupSocket--fd">The “fd” property</a>
|
389
389
|
</dt>
|
390
|
-
<dt id="ientry-
|
390
|
+
<dt id="ientry-idm36402">SoupSocket:gsocket, <a class="indexterm" href="SoupSocket.html#SoupSocket--gsocket">The “gsocket” property</a>
|
391
391
|
</dt>
|
392
|
-
<dt id="ientry-
|
392
|
+
<dt id="ientry-idm36412">SoupSocket:iostream, <a class="indexterm" href="SoupSocket.html#SoupSocket--iostream">The “iostream” property</a>
|
393
393
|
</dt>
|
394
|
-
<dt id="ientry-
|
394
|
+
<dt id="ientry-idm36422">SoupSocket:ipv6-only, <a class="indexterm" href="SoupSocket.html#SoupSocket--ipv6-only">The “ipv6-only” property</a>
|
395
395
|
</dt>
|
396
|
-
<dt id="ientry-
|
396
|
+
<dt id="ientry-idm36433">SoupSocket:is-server, <a class="indexterm" href="SoupSocket.html#SoupSocket--is-server">The “is-server” property</a>
|
397
397
|
</dt>
|
398
|
-
<dt id="ientry-
|
398
|
+
<dt id="ientry-idm36451">SoupSocket:local-address, <a class="indexterm" href="SoupSocket.html#SoupSocket--local-address">The “local-address” property</a>
|
399
399
|
</dt>
|
400
|
-
<dt id="ientry-
|
400
|
+
<dt id="ientry-idm36461">SoupSocket:non-blocking, <a class="indexterm" href="SoupSocket.html#SoupSocket--non-blocking">The “non-blocking” property</a>
|
401
401
|
</dt>
|
402
|
-
<dt id="ientry-
|
402
|
+
<dt id="ientry-idm36496">SoupSocket:remote-address, <a class="indexterm" href="SoupSocket.html#SoupSocket--remote-address">The “remote-address” property</a>
|
403
403
|
</dt>
|
404
|
-
<dt id="ientry-
|
404
|
+
<dt id="ientry-idm36506">SoupSocket:socket-properties, <a class="indexterm" href="SoupSocket.html#SoupSocket--socket-properties">The “socket-properties” property</a>
|
405
405
|
</dt>
|
406
|
-
<dt id="ientry-
|
406
|
+
<dt id="ientry-idm36516">SoupSocket:ssl-creds, <a class="indexterm" href="SoupSocket.html#SoupSocket--ssl-creds">The “ssl-creds” property</a>
|
407
407
|
</dt>
|
408
|
-
<dt id="ientry-
|
408
|
+
<dt id="ientry-idm36526">SoupSocket:ssl-fallback, <a class="indexterm" href="SoupSocket.html#SoupSocket--ssl-fallback">The “ssl-fallback” property</a>
|
409
409
|
</dt>
|
410
|
-
<dt id="ientry-
|
410
|
+
<dt id="ientry-idm36537">SoupSocket:ssl-strict, <a class="indexterm" href="SoupSocket.html#SoupSocket--ssl-strict">The “ssl-strict” property</a>
|
411
411
|
</dt>
|
412
|
-
<dt id="ientry-
|
412
|
+
<dt id="ientry-idm36548">SoupSocket:timeout, <a class="indexterm" href="SoupSocket.html#SoupSocket--timeout">The “timeout” property</a>
|
413
413
|
</dt>
|
414
|
-
<dt id="ientry-
|
414
|
+
<dt id="ientry-idm36559">SoupSocket:tls-certificate, <a class="indexterm" href="SoupSocket.html#SoupSocket--tls-certificate">The “tls-certificate” property</a>
|
415
415
|
</dt>
|
416
|
-
<dt id="ientry-
|
416
|
+
<dt id="ientry-idm36569">SoupSocket:tls-errors, <a class="indexterm" href="SoupSocket.html#SoupSocket--tls-errors">The “tls-errors” property</a>
|
417
417
|
</dt>
|
418
|
-
<dt id="ientry-
|
418
|
+
<dt id="ientry-idm36579">SoupSocket:trusted-certificate, <a class="indexterm" href="SoupSocket.html#SoupSocket--trusted-certificate">The “trusted-certificate” property</a>
|
419
419
|
</dt>
|
420
|
-
<dt id="ientry-
|
420
|
+
<dt id="ientry-idm36590">SoupSocket:use-thread-context, <a class="indexterm" href="SoupSocket.html#SoupSocket--use-thread-context">The “use-thread-context” property</a>
|
421
421
|
</dt>
|
422
|
-
<dt id="ientry-
|
422
|
+
<dt id="ientry-idm35356">SoupSocketCallback, <a class="indexterm" href="SoupSocket.html#SoupSocketCallback">SoupSocketCallback ()</a>
|
423
423
|
</dt>
|
424
|
-
<dt id="ientry-
|
424
|
+
<dt id="ientry-idm36224">SoupSocketIOStatus, <a class="indexterm" href="SoupSocket.html#SoupSocketIOStatus">enum SoupSocketIOStatus</a>
|
425
425
|
</dt>
|
426
|
-
<dt id="ientry-
|
426
|
+
<dt id="ientry-idm24524">SoupStatus, <a class="indexterm" href="libsoup-2.4-soup-status.html#SoupStatus">enum SoupStatus</a>
|
427
427
|
</dt>
|
428
|
-
<dt id="ientry-
|
428
|
+
<dt id="ientry-idm25089">SoupTLDError, <a class="indexterm" href="libsoup-2.4-Top-Level-Domain-utils.html#SoupTLDError">enum SoupTLDError</a>
|
429
429
|
</dt>
|
430
|
-
<dt id="ientry-
|
430
|
+
<dt id="ientry-idm26758">SoupURI, <a class="indexterm" href="SoupURI.html#SoupURI-struct">SoupURI</a>
|
431
431
|
</dt>
|
432
|
-
<dt id="ientry-
|
432
|
+
<dt id="ientry-idm33208">SoupWebsocketCloseCode, <a class="indexterm" href="libsoup-2.4-WebSockets.html#SoupWebsocketCloseCode">enum SoupWebsocketCloseCode</a>
|
433
433
|
</dt>
|
434
|
-
<dt id="ientry-
|
434
|
+
<dt id="ientry-idm33103">SoupWebsocketConnection, <a class="indexterm" href="libsoup-2.4-WebSockets.html#SoupWebsocketConnection-struct">SoupWebsocketConnection</a>
|
435
435
|
</dt>
|
436
|
-
<dt id="ientry-
|
436
|
+
<dt id="ientry-idm33461">SoupWebsocketConnection::closed, <a class="indexterm" href="libsoup-2.4-WebSockets.html#SoupWebsocketConnection-closed">The “closed” signal</a>
|
437
437
|
</dt>
|
438
|
-
<dt id="ientry-
|
438
|
+
<dt id="ientry-idm33501">SoupWebsocketConnection::closing, <a class="indexterm" href="libsoup-2.4-WebSockets.html#SoupWebsocketConnection-closing">The “closing” signal</a>
|
439
439
|
</dt>
|
440
|
-
<dt id="ientry-
|
440
|
+
<dt id="ientry-idm33538">SoupWebsocketConnection::error, <a class="indexterm" href="libsoup-2.4-WebSockets.html#SoupWebsocketConnection-error">The “error” signal</a>
|
441
441
|
</dt>
|
442
|
-
<dt id="ientry-
|
442
|
+
<dt id="ientry-idm33585">SoupWebsocketConnection::message, <a class="indexterm" href="libsoup-2.4-WebSockets.html#SoupWebsocketConnection-message">The “message” signal</a>
|
443
443
|
</dt>
|
444
|
-
<dt id="ientry-
|
444
|
+
<dt id="ientry-idm33640">SoupWebsocketConnection::pong, <a class="indexterm" href="libsoup-2.4-WebSockets.html#SoupWebsocketConnection-pong">The “pong” signal</a>
|
445
445
|
</dt>
|
446
|
-
<dt id="ientry-
|
446
|
+
<dt id="ientry-idm33353">SoupWebsocketConnection:connection-type, <a class="indexterm" href="libsoup-2.4-WebSockets.html#SoupWebsocketConnection--connection-type">The “connection-type” property</a>
|
447
447
|
</dt>
|
448
|
-
<dt id="ientry-
|
448
|
+
<dt id="ientry-idm33366">SoupWebsocketConnection:io-stream, <a class="indexterm" href="libsoup-2.4-WebSockets.html#SoupWebsocketConnection--io-stream">The “io-stream” property</a>
|
449
449
|
</dt>
|
450
|
-
<dt id="ientry-
|
450
|
+
<dt id="ientry-idm33379">SoupWebsocketConnection:keepalive-interval, <a class="indexterm" href="libsoup-2.4-WebSockets.html#SoupWebsocketConnection--keepalive-interval">The “keepalive-interval” property</a>
|
451
451
|
</dt>
|
452
|
-
<dt id="ientry-
|
452
|
+
<dt id="ientry-idm33392">SoupWebsocketConnection:max-incoming-payload-size, <a class="indexterm" href="libsoup-2.4-WebSockets.html#SoupWebsocketConnection--max-incoming-payload-size">The “max-incoming-payload-size” property</a>
|
453
453
|
</dt>
|
454
|
-
<dt id="ientry-
|
454
|
+
<dt id="ientry-idm33405">SoupWebsocketConnection:origin, <a class="indexterm" href="libsoup-2.4-WebSockets.html#SoupWebsocketConnection--origin">The “origin” property</a>
|
455
455
|
</dt>
|
456
|
-
<dt id="ientry-
|
456
|
+
<dt id="ientry-idm33418">SoupWebsocketConnection:protocol, <a class="indexterm" href="libsoup-2.4-WebSockets.html#SoupWebsocketConnection--protocol">The “protocol” property</a>
|
457
457
|
</dt>
|
458
|
-
<dt id="ientry-
|
458
|
+
<dt id="ientry-idm33433">SoupWebsocketConnection:state, <a class="indexterm" href="libsoup-2.4-WebSockets.html#SoupWebsocketConnection--state">The “state” property</a>
|
459
459
|
</dt>
|
460
|
-
<dt id="ientry-
|
460
|
+
<dt id="ientry-idm33446">SoupWebsocketConnection:uri, <a class="indexterm" href="libsoup-2.4-WebSockets.html#SoupWebsocketConnection--uri">The “uri” property</a>
|
461
461
|
</dt>
|
462
|
-
<dt id="ientry-
|
462
|
+
<dt id="ientry-idm33111">SoupWebsocketConnectionType, <a class="indexterm" href="libsoup-2.4-WebSockets.html#SoupWebsocketConnectionType">enum SoupWebsocketConnectionType</a>
|
463
463
|
</dt>
|
464
|
-
<dt id="ientry-
|
464
|
+
<dt id="ientry-idm33179">SoupWebsocketDataType, <a class="indexterm" href="libsoup-2.4-WebSockets.html#SoupWebsocketDataType">enum SoupWebsocketDataType</a>
|
465
465
|
</dt>
|
466
|
-
<dt id="ientry-
|
466
|
+
<dt id="ientry-idm33299">SoupWebsocketError, <a class="indexterm" href="libsoup-2.4-WebSockets.html#SoupWebsocketError">enum SoupWebsocketError</a>
|
467
467
|
</dt>
|
468
|
-
<dt id="ientry-
|
468
|
+
<dt id="ientry-idm33146">SoupWebsocketState, <a class="indexterm" href="libsoup-2.4-WebSockets.html#SoupWebsocketState">enum SoupWebsocketState</a>
|
469
469
|
</dt>
|
470
|
-
<dt id="ientry-
|
470
|
+
<dt id="ientry-idm31914">SoupXMLRPCError, <a class="indexterm" href="libsoup-2.4-XMLRPC-Support.html#SoupXMLRPCError">enum SoupXMLRPCError</a>
|
471
471
|
</dt>
|
472
|
-
<dt id="ientry-
|
472
|
+
<dt id="ientry-idm31946">SoupXMLRPCFault, <a class="indexterm" href="libsoup-2.4-XMLRPC-Support.html#SoupXMLRPCFault">enum SoupXMLRPCFault</a>
|
473
473
|
</dt>
|
474
|
-
<dt id="ientry-
|
474
|
+
<dt id="ientry-idm32020">SoupXMLRPCParams, <a class="indexterm" href="libsoup-2.4-XMLRPC-Support.html#SoupXMLRPCParams">SoupXMLRPCParams</a>
|
475
475
|
</dt>
|
476
|
-
<dt id="ientry-
|
476
|
+
<dt id="ientry-idm34791">SOUP_ADDRESS_ANY_PORT, <a class="indexterm" href="SoupAddress.html#SOUP-ADDRESS-ANY-PORT:CAPS">SOUP_ADDRESS_ANY_PORT</a>
|
477
477
|
</dt>
|
478
|
-
<dt id="ientry-
|
478
|
+
<dt id="ientry-idm34653">soup_address_equal_by_ip, <a class="indexterm" href="SoupAddress.html#soup-address-equal-by-ip">soup_address_equal_by_ip ()</a>
|
479
479
|
</dt>
|
480
|
-
<dt id="ientry-
|
480
|
+
<dt id="ientry-idm34549">soup_address_equal_by_name, <a class="indexterm" href="SoupAddress.html#soup-address-equal-by-name">soup_address_equal_by_name ()</a>
|
481
481
|
</dt>
|
482
|
-
<dt id="ientry-
|
482
|
+
<dt id="ientry-idm34799">SOUP_ADDRESS_FAMILY, <a class="indexterm" href="SoupAddress.html#SOUP-ADDRESS-FAMILY:CAPS">SOUP_ADDRESS_FAMILY</a>
|
483
483
|
</dt>
|
484
|
-
<dt id="ientry-
|
484
|
+
<dt id="ientry-idm34436">soup_address_get_gsockaddr, <a class="indexterm" href="SoupAddress.html#soup-address-get-gsockaddr">soup_address_get_gsockaddr ()</a>
|
485
485
|
</dt>
|
486
|
-
<dt id="ientry-
|
486
|
+
<dt id="ientry-idm34343">soup_address_get_name, <a class="indexterm" href="SoupAddress.html#soup-address-get-name">soup_address_get_name ()</a>
|
487
487
|
</dt>
|
488
|
-
<dt id="ientry-
|
488
|
+
<dt id="ientry-idm34476">soup_address_get_physical, <a class="indexterm" href="SoupAddress.html#soup-address-get-physical">soup_address_get_physical ()</a>
|
489
489
|
</dt>
|
490
|
-
<dt id="ientry-
|
490
|
+
<dt id="ientry-idm34518">soup_address_get_port, <a class="indexterm" href="SoupAddress.html#soup-address-get-port">soup_address_get_port ()</a>
|
491
491
|
</dt>
|
492
|
-
<dt id="ientry-
|
492
|
+
<dt id="ientry-idm34383">soup_address_get_sockaddr, <a class="indexterm" href="SoupAddress.html#soup-address-get-sockaddr">soup_address_get_sockaddr ()</a>
|
493
493
|
</dt>
|
494
|
-
<dt id="ientry-
|
494
|
+
<dt id="ientry-idm34712">soup_address_hash_by_ip, <a class="indexterm" href="SoupAddress.html#soup-address-hash-by-ip">soup_address_hash_by_ip ()</a>
|
495
495
|
</dt>
|
496
|
-
<dt id="ientry-
|
496
|
+
<dt id="ientry-idm34614">soup_address_hash_by_name, <a class="indexterm" href="SoupAddress.html#soup-address-hash-by-name">soup_address_hash_by_name ()</a>
|
497
497
|
</dt>
|
498
|
-
<dt id="ientry-
|
498
|
+
<dt id="ientry-idm34306">soup_address_is_resolved, <a class="indexterm" href="SoupAddress.html#soup-address-is-resolved">soup_address_is_resolved ()</a>
|
499
499
|
</dt>
|
500
|
-
<dt id="ientry-
|
500
|
+
<dt id="ientry-idm34809">SOUP_ADDRESS_NAME, <a class="indexterm" href="SoupAddress.html#SOUP-ADDRESS-NAME:CAPS">SOUP_ADDRESS_NAME</a>
|
501
501
|
</dt>
|
502
|
-
<dt id="ientry-
|
502
|
+
<dt id="ientry-idm33941">soup_address_new, <a class="indexterm" href="SoupAddress.html#soup-address-new">soup_address_new ()</a>
|
503
503
|
</dt>
|
504
|
-
<dt id="ientry-
|
504
|
+
<dt id="ientry-idm34038">soup_address_new_any, <a class="indexterm" href="SoupAddress.html#soup-address-new-any">soup_address_new_any ()</a>
|
505
505
|
</dt>
|
506
|
-
<dt id="ientry-
|
506
|
+
<dt id="ientry-idm33990">soup_address_new_from_sockaddr, <a class="indexterm" href="SoupAddress.html#soup-address-new-from-sockaddr">soup_address_new_from_sockaddr ()</a>
|
507
507
|
</dt>
|
508
|
-
<dt id="ientry-
|
508
|
+
<dt id="ientry-idm34817">SOUP_ADDRESS_PHYSICAL, <a class="indexterm" href="SoupAddress.html#SOUP-ADDRESS-PHYSICAL:CAPS">SOUP_ADDRESS_PHYSICAL</a>
|
509
509
|
</dt>
|
510
|
-
<dt id="ientry-
|
510
|
+
<dt id="ientry-idm34825">SOUP_ADDRESS_PORT, <a class="indexterm" href="SoupAddress.html#SOUP-ADDRESS-PORT:CAPS">SOUP_ADDRESS_PORT</a>
|
511
511
|
</dt>
|
512
|
-
<dt id="ientry-
|
512
|
+
<dt id="ientry-idm34841">SOUP_ADDRESS_PROTOCOL, <a class="indexterm" href="SoupAddress.html#SOUP-ADDRESS-PROTOCOL:CAPS">SOUP_ADDRESS_PROTOCOL</a>
|
513
513
|
</dt>
|
514
|
-
<dt id="ientry-
|
514
|
+
<dt id="ientry-idm34147">soup_address_resolve_async, <a class="indexterm" href="SoupAddress.html#soup-address-resolve-async">soup_address_resolve_async ()</a>
|
515
515
|
</dt>
|
516
|
-
<dt id="ientry-
|
516
|
+
<dt id="ientry-idm34241">soup_address_resolve_sync, <a class="indexterm" href="SoupAddress.html#soup-address-resolve-sync">soup_address_resolve_sync ()</a>
|
517
517
|
</dt>
|
518
|
-
<dt id="ientry-
|
518
|
+
<dt id="ientry-idm34833">SOUP_ADDRESS_SOCKADDR, <a class="indexterm" href="SoupAddress.html#SOUP-ADDRESS-SOCKADDR:CAPS">SOUP_ADDRESS_SOCKADDR</a>
|
519
519
|
</dt>
|
520
|
-
<dt id="ientry-
|
520
|
+
<dt id="ientry-idm14371">soup_add_completion, <a class="indexterm" href="libsoup-2.4-Soup-Miscellaneous-Utilities.html#soup-add-completion">soup_add_completion ()</a>
|
521
521
|
</dt>
|
522
|
-
<dt id="ientry-
|
522
|
+
<dt id="ientry-idm14437">soup_add_idle, <a class="indexterm" href="libsoup-2.4-Soup-Miscellaneous-Utilities.html#soup-add-idle">soup_add_idle ()</a>
|
523
523
|
</dt>
|
524
|
-
<dt id="ientry-
|
524
|
+
<dt id="ientry-idm14509">soup_add_io_watch, <a class="indexterm" href="libsoup-2.4-Soup-Miscellaneous-Utilities.html#soup-add-io-watch">soup_add_io_watch ()</a>
|
525
525
|
</dt>
|
526
|
-
<dt id="ientry-
|
526
|
+
<dt id="ientry-idm14594">soup_add_timeout, <a class="indexterm" href="libsoup-2.4-Soup-Miscellaneous-Utilities.html#soup-add-timeout">soup_add_timeout ()</a>
|
527
527
|
</dt>
|
528
528
|
<dt id="ientry-idm1412">soup_auth_authenticate, <a class="indexterm" href="SoupAuth.html#soup-auth-authenticate">soup_auth_authenticate ()</a>
|
529
529
|
</dt>
|
@@ -607,9 +607,9 @@
|
|
607
607
|
</dt>
|
608
608
|
<dt id="ientry-idm1529">soup_auth_is_ready, <a class="indexterm" href="SoupAuth.html#soup-auth-is-ready">soup_auth_is_ready ()</a>
|
609
609
|
</dt>
|
610
|
-
<dt id="ientry-
|
610
|
+
<dt id="ientry-idm27869">soup_auth_manager_clear_cached_credentials, <a class="indexterm" href="SoupAuthManager.html#soup-auth-manager-clear-cached-credentials">soup_auth_manager_clear_cached_credentials ()</a>
|
611
611
|
</dt>
|
612
|
-
<dt id="ientry-
|
612
|
+
<dt id="ientry-idm27813">soup_auth_manager_use_auth, <a class="indexterm" href="SoupAuthManager.html#soup-auth-manager-use-auth">soup_auth_manager_use_auth ()</a>
|
613
613
|
</dt>
|
614
614
|
<dt id="ientry-idm1233">soup_auth_negotiate_supported, <a class="indexterm" href="SoupAuth.html#soup-auth-negotiate-supported">soup_auth_negotiate_supported ()</a>
|
615
615
|
</dt>
|
@@ -621,23 +621,23 @@
|
|
621
621
|
</dt>
|
622
622
|
<dt id="ientry-idm1166">soup_auth_update, <a class="indexterm" href="SoupAuth.html#soup-auth-update">soup_auth_update ()</a>
|
623
623
|
</dt>
|
624
|
-
<dt id="ientry-
|
624
|
+
<dt id="ientry-idm11563">soup_buffer_copy, <a class="indexterm" href="SoupMessageBody.html#soup-buffer-copy">soup_buffer_copy ()</a>
|
625
625
|
</dt>
|
626
|
-
<dt id="ientry-
|
626
|
+
<dt id="ientry-idm11604">soup_buffer_free, <a class="indexterm" href="SoupMessageBody.html#soup-buffer-free">soup_buffer_free ()</a>
|
627
627
|
</dt>
|
628
|
-
<dt id="ientry-
|
628
|
+
<dt id="ientry-idm11635">soup_buffer_get_as_bytes, <a class="indexterm" href="SoupMessageBody.html#soup-buffer-get-as-bytes">soup_buffer_get_as_bytes ()</a>
|
629
629
|
</dt>
|
630
|
-
<dt id="ientry-
|
630
|
+
<dt id="ientry-idm11508">soup_buffer_get_data, <a class="indexterm" href="SoupMessageBody.html#soup-buffer-get-data">soup_buffer_get_data ()</a>
|
631
631
|
</dt>
|
632
|
-
<dt id="ientry-
|
632
|
+
<dt id="ientry-idm11471">soup_buffer_get_owner, <a class="indexterm" href="SoupMessageBody.html#soup-buffer-get-owner">soup_buffer_get_owner ()</a>
|
633
633
|
</dt>
|
634
|
-
<dt id="ientry-
|
634
|
+
<dt id="ientry-idm11216">soup_buffer_new, <a class="indexterm" href="SoupMessageBody.html#soup-buffer-new">soup_buffer_new ()</a>
|
635
635
|
</dt>
|
636
|
-
<dt id="ientry-
|
636
|
+
<dt id="ientry-idm11273">soup_buffer_new_subbuffer, <a class="indexterm" href="SoupMessageBody.html#soup-buffer-new-subbuffer">soup_buffer_new_subbuffer ()</a>
|
637
637
|
</dt>
|
638
|
-
<dt id="ientry-
|
638
|
+
<dt id="ientry-idm11414">soup_buffer_new_take, <a class="indexterm" href="SoupMessageBody.html#soup-buffer-new-take">soup_buffer_new_take ()</a>
|
639
639
|
</dt>
|
640
|
-
<dt id="ientry-
|
640
|
+
<dt id="ientry-idm11331">soup_buffer_new_with_owner, <a class="indexterm" href="SoupMessageBody.html#soup-buffer-new-with-owner">soup_buffer_new_with_owner ()</a>
|
641
641
|
</dt>
|
642
642
|
<dt id="ientry-idm3863">soup_cache_clear, <a class="indexterm" href="SoupCache.html#soup-cache-clear">soup_cache_clear ()</a>
|
643
643
|
</dt>
|
@@ -653,51 +653,51 @@
|
|
653
653
|
</dt>
|
654
654
|
<dt id="ientry-idm3988">soup_cache_set_max_size, <a class="indexterm" href="SoupCache.html#soup-cache-set-max-size">soup_cache_set_max_size ()</a>
|
655
655
|
</dt>
|
656
|
-
<dt id="ientry-
|
656
|
+
<dt id="ientry-idm27214">soup_check_version, <a class="indexterm" href="libsoup-2.4-Version-Information.html#soup-check-version">soup_check_version ()</a>
|
657
657
|
</dt>
|
658
|
-
<dt id="ientry-
|
658
|
+
<dt id="ientry-idm27264">SOUP_CHECK_VERSION, <a class="indexterm" href="libsoup-2.4-Version-Information.html#SOUP-CHECK-VERSION:CAPS">SOUP_CHECK_VERSION()</a>
|
659
659
|
</dt>
|
660
|
-
<dt id="ientry-
|
660
|
+
<dt id="ientry-idm19939">soup_client_context_get_address, <a class="indexterm" href="libsoup-2.4-SoupServer-deprecated-API.html#soup-client-context-get-address">soup_client_context_get_address ()</a>
|
661
661
|
</dt>
|
662
|
-
<dt id="ientry-
|
662
|
+
<dt id="ientry-idm18584">soup_client_context_get_auth_domain, <a class="indexterm" href="SoupServer.html#soup-client-context-get-auth-domain">soup_client_context_get_auth_domain ()</a>
|
663
663
|
</dt>
|
664
|
-
<dt id="ientry-
|
664
|
+
<dt id="ientry-idm18625">soup_client_context_get_auth_user, <a class="indexterm" href="SoupServer.html#soup-client-context-get-auth-user">soup_client_context_get_auth_user ()</a>
|
665
665
|
</dt>
|
666
|
-
<dt id="ientry-
|
666
|
+
<dt id="ientry-idm18661">soup_client_context_get_gsocket, <a class="indexterm" href="SoupServer.html#soup-client-context-get-gsocket">soup_client_context_get_gsocket ()</a>
|
667
667
|
</dt>
|
668
|
-
<dt id="ientry-
|
668
|
+
<dt id="ientry-idm18547">soup_client_context_get_host, <a class="indexterm" href="SoupServer.html#soup-client-context-get-host">soup_client_context_get_host ()</a>
|
669
669
|
</dt>
|
670
|
-
<dt id="ientry-
|
670
|
+
<dt id="ientry-idm18459">soup_client_context_get_local_address, <a class="indexterm" href="SoupServer.html#soup-client-context-get-local-address">soup_client_context_get_local_address ()</a>
|
671
671
|
</dt>
|
672
|
-
<dt id="ientry-
|
672
|
+
<dt id="ientry-idm18503">soup_client_context_get_remote_address, <a class="indexterm" href="SoupServer.html#soup-client-context-get-remote-address">soup_client_context_get_remote_address ()</a>
|
673
673
|
</dt>
|
674
|
-
<dt id="ientry-
|
674
|
+
<dt id="ientry-idm19889">soup_client_context_get_socket, <a class="indexterm" href="libsoup-2.4-SoupServer-deprecated-API.html#soup-client-context-get-socket">soup_client_context_get_socket ()</a>
|
675
675
|
</dt>
|
676
|
-
<dt id="ientry-
|
676
|
+
<dt id="ientry-idm18708">soup_client_context_steal_connection, <a class="indexterm" href="SoupServer.html#soup-client-context-steal-connection">soup_client_context_steal_connection ()</a>
|
677
677
|
</dt>
|
678
|
-
<dt id="ientry-
|
678
|
+
<dt id="ientry-idm28257">soup_content_sniffer_get_buffer_size, <a class="indexterm" href="SoupContentSniffer.html#soup-content-sniffer-get-buffer-size">soup_content_sniffer_get_buffer_size ()</a>
|
679
679
|
</dt>
|
680
|
-
<dt id="ientry-
|
680
|
+
<dt id="ientry-idm28166">soup_content_sniffer_new, <a class="indexterm" href="SoupContentSniffer.html#soup-content-sniffer-new">soup_content_sniffer_new ()</a>
|
681
681
|
</dt>
|
682
|
-
<dt id="ientry-
|
682
|
+
<dt id="ientry-idm28185">soup_content_sniffer_sniff, <a class="indexterm" href="SoupContentSniffer.html#soup-content-sniffer-sniff">soup_content_sniffer_sniff ()</a>
|
683
683
|
</dt>
|
684
|
-
<dt id="ientry-
|
684
|
+
<dt id="ientry-idm5567">soup_cookies_free, <a class="indexterm" href="SoupCookie.html#soup-cookies-free">soup_cookies_free ()</a>
|
685
685
|
</dt>
|
686
|
-
<dt id="ientry-
|
686
|
+
<dt id="ientry-idm5333">soup_cookies_from_request, <a class="indexterm" href="SoupCookie.html#soup-cookies-from-request">soup_cookies_from_request ()</a>
|
687
687
|
</dt>
|
688
|
-
<dt id="ientry-
|
688
|
+
<dt id="ientry-idm5384">soup_cookies_from_response, <a class="indexterm" href="SoupCookie.html#soup-cookies-from-response">soup_cookies_from_response ()</a>
|
689
689
|
</dt>
|
690
|
-
<dt id="ientry-
|
690
|
+
<dt id="ientry-idm5526">soup_cookies_to_cookie_header, <a class="indexterm" href="SoupCookie.html#soup-cookies-to-cookie-header">soup_cookies_to_cookie_header ()</a>
|
691
691
|
</dt>
|
692
|
-
<dt id="ientry-
|
692
|
+
<dt id="ientry-idm5432">soup_cookies_to_request, <a class="indexterm" href="SoupCookie.html#soup-cookies-to-request">soup_cookies_to_request ()</a>
|
693
693
|
</dt>
|
694
|
-
<dt id="ientry-
|
694
|
+
<dt id="ientry-idm5479">soup_cookies_to_response, <a class="indexterm" href="SoupCookie.html#soup-cookies-to-response">soup_cookies_to_response ()</a>
|
695
695
|
</dt>
|
696
|
-
<dt id="ientry-
|
696
|
+
<dt id="ientry-idm5158">soup_cookie_applies_to_uri, <a class="indexterm" href="SoupCookie.html#soup-cookie-applies-to-uri">soup_cookie_applies_to_uri ()</a>
|
697
697
|
</dt>
|
698
698
|
<dt id="ientry-idm4504">soup_cookie_copy, <a class="indexterm" href="SoupCookie.html#soup-cookie-copy">soup_cookie_copy ()</a>
|
699
699
|
</dt>
|
700
|
-
<dt id="ientry-
|
700
|
+
<dt id="ientry-idm5212">soup_cookie_domain_matches, <a class="indexterm" href="SoupCookie.html#soup-cookie-domain-matches">soup_cookie_domain_matches ()</a>
|
701
701
|
</dt>
|
702
702
|
<dt id="ientry-idm4538">soup_cookie_free, <a class="indexterm" href="SoupCookie.html#soup-cookie-free">soup_cookie_free ()</a>
|
703
703
|
</dt>
|
@@ -705,59 +705,59 @@
|
|
705
705
|
</dt>
|
706
706
|
<dt id="ientry-idm4965">soup_cookie_get_expires, <a class="indexterm" href="SoupCookie.html#soup-cookie-get-expires">soup_cookie_get_expires ()</a>
|
707
707
|
</dt>
|
708
|
-
<dt id="ientry-
|
708
|
+
<dt id="ientry-idm5124">soup_cookie_get_http_only, <a class="indexterm" href="SoupCookie.html#soup-cookie-get-http-only">soup_cookie_get_http_only ()</a>
|
709
709
|
</dt>
|
710
710
|
<dt id="ientry-idm4608">soup_cookie_get_name, <a class="indexterm" href="SoupCookie.html#soup-cookie-get-name">soup_cookie_get_name ()</a>
|
711
711
|
</dt>
|
712
712
|
<dt id="ientry-idm4830">soup_cookie_get_path, <a class="indexterm" href="SoupCookie.html#soup-cookie-get-path">soup_cookie_get_path ()</a>
|
713
713
|
</dt>
|
714
|
-
<dt id="ientry-
|
714
|
+
<dt id="ientry-idm5047">soup_cookie_get_secure, <a class="indexterm" href="SoupCookie.html#soup-cookie-get-secure">soup_cookie_get_secure ()</a>
|
715
715
|
</dt>
|
716
716
|
<dt id="ientry-idm4682">soup_cookie_get_value, <a class="indexterm" href="SoupCookie.html#soup-cookie-get-value">soup_cookie_get_value ()</a>
|
717
717
|
</dt>
|
718
|
-
<dt id="ientry-
|
718
|
+
<dt id="ientry-idm29136">SOUP_COOKIE_JAR_ACCEPT_POLICY, <a class="indexterm" href="SoupCookieJar.html#SOUP-COOKIE-JAR-ACCEPT-POLICY:CAPS">SOUP_COOKIE_JAR_ACCEPT_POLICY</a>
|
719
719
|
</dt>
|
720
|
-
<dt id="ientry-
|
720
|
+
<dt id="ientry-idm28776">soup_cookie_jar_add_cookie, <a class="indexterm" href="SoupCookieJar.html#soup-cookie-jar-add-cookie">soup_cookie_jar_add_cookie ()</a>
|
721
721
|
</dt>
|
722
|
-
<dt id="ientry-
|
722
|
+
<dt id="ientry-idm28822">soup_cookie_jar_add_cookie_with_first_party, <a class="indexterm" href="SoupCookieJar.html#soup-cookie-jar-add-cookie-with-first-party">soup_cookie_jar_add_cookie_with_first_party ()</a>
|
723
723
|
</dt>
|
724
|
-
<dt id="ientry-
|
724
|
+
<dt id="ientry-idm28922">soup_cookie_jar_all_cookies, <a class="indexterm" href="SoupCookieJar.html#soup-cookie-jar-all-cookies">soup_cookie_jar_all_cookies ()</a>
|
725
725
|
</dt>
|
726
|
-
<dt id="ientry-
|
726
|
+
<dt id="ientry-idm29541">SOUP_COOKIE_JAR_DB_FILENAME, <a class="indexterm" href="SoupCookieJarDB.html#SOUP-COOKIE-JAR-DB-FILENAME:CAPS">SOUP_COOKIE_JAR_DB_FILENAME</a>
|
727
727
|
</dt>
|
728
|
-
<dt id="ientry-
|
728
|
+
<dt id="ientry-idm29477">soup_cookie_jar_db_new, <a class="indexterm" href="SoupCookieJarDB.html#soup-cookie-jar-db-new">soup_cookie_jar_db_new ()</a>
|
729
729
|
</dt>
|
730
|
-
<dt id="ientry-
|
730
|
+
<dt id="ientry-idm28880">soup_cookie_jar_delete_cookie, <a class="indexterm" href="SoupCookieJar.html#soup-cookie-jar-delete-cookie">soup_cookie_jar_delete_cookie ()</a>
|
731
731
|
</dt>
|
732
|
-
<dt id="ientry-
|
732
|
+
<dt id="ientry-idm28964">soup_cookie_jar_get_accept_policy, <a class="indexterm" href="SoupCookieJar.html#soup-cookie-jar-get-accept-policy">soup_cookie_jar_get_accept_policy ()</a>
|
733
733
|
</dt>
|
734
|
-
<dt id="ientry-
|
734
|
+
<dt id="ientry-idm28516">soup_cookie_jar_get_cookies, <a class="indexterm" href="SoupCookieJar.html#soup-cookie-jar-get-cookies">soup_cookie_jar_get_cookies ()</a>
|
735
735
|
</dt>
|
736
|
-
<dt id="ientry-
|
736
|
+
<dt id="ientry-idm28584">soup_cookie_jar_get_cookie_list, <a class="indexterm" href="SoupCookieJar.html#soup-cookie-jar-get-cookie-list">soup_cookie_jar_get_cookie_list ()</a>
|
737
737
|
</dt>
|
738
|
-
<dt id="ientry-
|
738
|
+
<dt id="ientry-idm29044">soup_cookie_jar_is_persistent, <a class="indexterm" href="SoupCookieJar.html#soup-cookie-jar-is-persistent">soup_cookie_jar_is_persistent ()</a>
|
739
739
|
</dt>
|
740
|
-
<dt id="ientry-
|
740
|
+
<dt id="ientry-idm28495">soup_cookie_jar_new, <a class="indexterm" href="SoupCookieJar.html#soup-cookie-jar-new">soup_cookie_jar_new ()</a>
|
741
741
|
</dt>
|
742
|
-
<dt id="ientry-
|
742
|
+
<dt id="ientry-idm29128">SOUP_COOKIE_JAR_READ_ONLY, <a class="indexterm" href="SoupCookieJar.html#SOUP-COOKIE-JAR-READ-ONLY:CAPS">SOUP_COOKIE_JAR_READ_ONLY</a>
|
743
743
|
</dt>
|
744
|
-
<dt id="ientry-
|
744
|
+
<dt id="ientry-idm29002">soup_cookie_jar_set_accept_policy, <a class="indexterm" href="SoupCookieJar.html#soup-cookie-jar-set-accept-policy">soup_cookie_jar_set_accept_policy ()</a>
|
745
745
|
</dt>
|
746
|
-
<dt id="ientry-
|
746
|
+
<dt id="ientry-idm28658">soup_cookie_jar_set_cookie, <a class="indexterm" href="SoupCookieJar.html#soup-cookie-jar-set-cookie">soup_cookie_jar_set_cookie ()</a>
|
747
747
|
</dt>
|
748
|
-
<dt id="ientry-
|
748
|
+
<dt id="ientry-idm28715">soup_cookie_jar_set_cookie_with_first_party, <a class="indexterm" href="SoupCookieJar.html#soup-cookie-jar-set-cookie-with-first-party">soup_cookie_jar_set_cookie_with_first_party ()</a>
|
749
749
|
</dt>
|
750
|
-
<dt id="ientry-
|
750
|
+
<dt id="ientry-idm29379">SOUP_COOKIE_JAR_TEXT_FILENAME, <a class="indexterm" href="SoupCookieJarText.html#SOUP-COOKIE-JAR-TEXT-FILENAME:CAPS">SOUP_COOKIE_JAR_TEXT_FILENAME</a>
|
751
751
|
</dt>
|
752
|
-
<dt id="ientry-
|
752
|
+
<dt id="ientry-idm29317">soup_cookie_jar_text_new, <a class="indexterm" href="SoupCookieJarText.html#soup-cookie-jar-text-new">soup_cookie_jar_text_new ()</a>
|
753
753
|
</dt>
|
754
|
-
<dt id="ientry-
|
754
|
+
<dt id="ientry-idm5723">SOUP_COOKIE_MAX_AGE_ONE_DAY, <a class="indexterm" href="SoupCookie.html#SOUP-COOKIE-MAX-AGE-ONE-DAY:CAPS">SOUP_COOKIE_MAX_AGE_ONE_DAY</a>
|
755
755
|
</dt>
|
756
|
-
<dt id="ientry-
|
756
|
+
<dt id="ientry-idm5711">SOUP_COOKIE_MAX_AGE_ONE_HOUR, <a class="indexterm" href="SoupCookie.html#SOUP-COOKIE-MAX-AGE-ONE-HOUR:CAPS">SOUP_COOKIE_MAX_AGE_ONE_HOUR</a>
|
757
757
|
</dt>
|
758
|
-
<dt id="ientry-
|
758
|
+
<dt id="ientry-idm5735">SOUP_COOKIE_MAX_AGE_ONE_WEEK, <a class="indexterm" href="SoupCookie.html#SOUP-COOKIE-MAX-AGE-ONE-WEEK:CAPS">SOUP_COOKIE_MAX_AGE_ONE_WEEK</a>
|
759
759
|
</dt>
|
760
|
-
<dt id="ientry-
|
760
|
+
<dt id="ientry-idm5747">SOUP_COOKIE_MAX_AGE_ONE_YEAR, <a class="indexterm" href="SoupCookie.html#SOUP-COOKIE-MAX-AGE-ONE-YEAR:CAPS">SOUP_COOKIE_MAX_AGE_ONE_YEAR</a>
|
761
761
|
</dt>
|
762
762
|
<dt id="ientry-idm4350">soup_cookie_new, <a class="indexterm" href="SoupCookie.html#soup-cookie-new">soup_cookie_new ()</a>
|
763
763
|
</dt>
|
@@ -767,7 +767,7 @@
|
|
767
767
|
</dt>
|
768
768
|
<dt id="ientry-idm4916">soup_cookie_set_expires, <a class="indexterm" href="SoupCookie.html#soup-cookie-set-expires">soup_cookie_set_expires ()</a>
|
769
769
|
</dt>
|
770
|
-
<dt id="ientry-
|
770
|
+
<dt id="ientry-idm5081">soup_cookie_set_http_only, <a class="indexterm" href="SoupCookie.html#soup-cookie-set-http-only">soup_cookie_set_http_only ()</a>
|
771
771
|
</dt>
|
772
772
|
<dt id="ientry-idm4864">soup_cookie_set_max_age, <a class="indexterm" href="SoupCookie.html#soup-cookie-set-max-age">soup_cookie_set_max_age ()</a>
|
773
773
|
</dt>
|
@@ -775,828 +775,828 @@
|
|
775
775
|
</dt>
|
776
776
|
<dt id="ientry-idm4790">soup_cookie_set_path, <a class="indexterm" href="SoupCookie.html#soup-cookie-set-path">soup_cookie_set_path ()</a>
|
777
777
|
</dt>
|
778
|
-
<dt id="ientry-
|
778
|
+
<dt id="ientry-idm5004">soup_cookie_set_secure, <a class="indexterm" href="SoupCookie.html#soup-cookie-set-secure">soup_cookie_set_secure ()</a>
|
779
779
|
</dt>
|
780
780
|
<dt id="ientry-idm4642">soup_cookie_set_value, <a class="indexterm" href="SoupCookie.html#soup-cookie-set-value">soup_cookie_set_value ()</a>
|
781
781
|
</dt>
|
782
|
-
<dt id="ientry-
|
782
|
+
<dt id="ientry-idm5263">soup_cookie_to_cookie_header, <a class="indexterm" href="SoupCookie.html#soup-cookie-to-cookie-header">soup_cookie_to_cookie_header ()</a>
|
783
783
|
</dt>
|
784
|
-
<dt id="ientry-
|
784
|
+
<dt id="ientry-idm5298">soup_cookie_to_set_cookie_header, <a class="indexterm" href="SoupCookie.html#soup-cookie-to-set-cookie-header">soup_cookie_to_set_cookie_header ()</a>
|
785
785
|
</dt>
|
786
|
-
<dt id="ientry-
|
786
|
+
<dt id="ientry-idm13533">soup_date_free, <a class="indexterm" href="libsoup-2.4-Soup-Miscellaneous-Utilities.html#soup-date-free">soup_date_free ()</a>
|
787
787
|
</dt>
|
788
|
-
<dt id="ientry-
|
788
|
+
<dt id="ientry-idm13253">soup_date_get_day, <a class="indexterm" href="libsoup-2.4-Soup-Miscellaneous-Utilities.html#soup-date-get-day">soup_date_get_day ()</a>
|
789
789
|
</dt>
|
790
|
-
<dt id="ientry-
|
790
|
+
<dt id="ientry-idm13287">soup_date_get_hour, <a class="indexterm" href="libsoup-2.4-Soup-Miscellaneous-Utilities.html#soup-date-get-hour">soup_date_get_hour ()</a>
|
791
791
|
</dt>
|
792
|
-
<dt id="ientry-
|
792
|
+
<dt id="ientry-idm13321">soup_date_get_minute, <a class="indexterm" href="libsoup-2.4-Soup-Miscellaneous-Utilities.html#soup-date-get-minute">soup_date_get_minute ()</a>
|
793
793
|
</dt>
|
794
|
-
<dt id="ientry-
|
794
|
+
<dt id="ientry-idm13355">soup_date_get_month, <a class="indexterm" href="libsoup-2.4-Soup-Miscellaneous-Utilities.html#soup-date-get-month">soup_date_get_month ()</a>
|
795
795
|
</dt>
|
796
|
-
<dt id="ientry-
|
796
|
+
<dt id="ientry-idm13389">soup_date_get_offset, <a class="indexterm" href="libsoup-2.4-Soup-Miscellaneous-Utilities.html#soup-date-get-offset">soup_date_get_offset ()</a>
|
797
797
|
</dt>
|
798
|
-
<dt id="ientry-
|
798
|
+
<dt id="ientry-idm13429">soup_date_get_second, <a class="indexterm" href="libsoup-2.4-Soup-Miscellaneous-Utilities.html#soup-date-get-second">soup_date_get_second ()</a>
|
799
799
|
</dt>
|
800
|
-
<dt id="ientry-
|
800
|
+
<dt id="ientry-idm13463">soup_date_get_utc, <a class="indexterm" href="libsoup-2.4-Soup-Miscellaneous-Utilities.html#soup-date-get-utc">soup_date_get_utc ()</a>
|
801
801
|
</dt>
|
802
|
-
<dt id="ientry-
|
802
|
+
<dt id="ientry-idm13499">soup_date_get_year, <a class="indexterm" href="libsoup-2.4-Soup-Miscellaneous-Utilities.html#soup-date-get-year">soup_date_get_year ()</a>
|
803
803
|
</dt>
|
804
|
-
<dt id="ientry-
|
804
|
+
<dt id="ientry-idm13217">soup_date_is_past, <a class="indexterm" href="libsoup-2.4-Soup-Miscellaneous-Utilities.html#soup-date-is-past">soup_date_is_past ()</a>
|
805
805
|
</dt>
|
806
|
-
<dt id="ientry-
|
806
|
+
<dt id="ientry-idm12907">soup_date_new, <a class="indexterm" href="libsoup-2.4-Soup-Miscellaneous-Utilities.html#soup-date-new">soup_date_new ()</a>
|
807
807
|
</dt>
|
808
|
-
<dt id="ientry-
|
808
|
+
<dt id="ientry-idm13056">soup_date_new_from_now, <a class="indexterm" href="libsoup-2.4-Soup-Miscellaneous-Utilities.html#soup-date-new-from-now">soup_date_new_from_now ()</a>
|
809
809
|
</dt>
|
810
|
-
<dt id="ientry-
|
810
|
+
<dt id="ientry-idm12985">soup_date_new_from_string, <a class="indexterm" href="libsoup-2.4-Soup-Miscellaneous-Utilities.html#soup-date-new-from-string">soup_date_new_from_string ()</a>
|
811
811
|
</dt>
|
812
|
-
<dt id="ientry-
|
812
|
+
<dt id="ientry-idm13022">soup_date_new_from_time_t, <a class="indexterm" href="libsoup-2.4-Soup-Miscellaneous-Utilities.html#soup-date-new-from-time-t">soup_date_new_from_time_t ()</a>
|
813
813
|
</dt>
|
814
|
-
<dt id="ientry-
|
814
|
+
<dt id="ientry-idm13093">soup_date_to_string, <a class="indexterm" href="libsoup-2.4-Soup-Miscellaneous-Utilities.html#soup-date-to-string">soup_date_to_string ()</a>
|
815
815
|
</dt>
|
816
|
-
<dt id="ientry-
|
816
|
+
<dt id="ientry-idm13172">soup_date_to_timeval, <a class="indexterm" href="libsoup-2.4-Soup-Miscellaneous-Utilities.html#soup-date-to-timeval">soup_date_to_timeval ()</a>
|
817
817
|
</dt>
|
818
|
-
<dt id="ientry-
|
818
|
+
<dt id="ientry-idm13135">soup_date_to_time_t, <a class="indexterm" href="libsoup-2.4-Soup-Miscellaneous-Utilities.html#soup-date-to-time-t">soup_date_to_time_t ()</a>
|
819
819
|
</dt>
|
820
|
-
<dt id="ientry-
|
820
|
+
<dt id="ientry-idm30382">soup_form_decode, <a class="indexterm" href="libsoup-2.4-HTML-Form-Support.html#soup-form-decode">soup_form_decode ()</a>
|
821
821
|
</dt>
|
822
|
-
<dt id="ientry-
|
822
|
+
<dt id="ientry-idm30418">soup_form_decode_multipart, <a class="indexterm" href="libsoup-2.4-HTML-Form-Support.html#soup-form-decode-multipart">soup_form_decode_multipart ()</a>
|
823
823
|
</dt>
|
824
|
-
<dt id="ientry-
|
824
|
+
<dt id="ientry-idm30546">soup_form_encode, <a class="indexterm" href="libsoup-2.4-HTML-Form-Support.html#soup-form-encode">soup_form_encode ()</a>
|
825
825
|
</dt>
|
826
|
-
<dt id="ientry-
|
826
|
+
<dt id="ientry-idm30589">soup_form_encode_datalist, <a class="indexterm" href="libsoup-2.4-HTML-Form-Support.html#soup-form-encode-datalist">soup_form_encode_datalist ()</a>
|
827
827
|
</dt>
|
828
|
-
<dt id="ientry-
|
828
|
+
<dt id="ientry-idm30620">soup_form_encode_hash, <a class="indexterm" href="libsoup-2.4-HTML-Form-Support.html#soup-form-encode-hash">soup_form_encode_hash ()</a>
|
829
829
|
</dt>
|
830
|
-
<dt id="ientry-
|
830
|
+
<dt id="ientry-idm30654">soup_form_encode_valist, <a class="indexterm" href="libsoup-2.4-HTML-Form-Support.html#soup-form-encode-valist">soup_form_encode_valist ()</a>
|
831
831
|
</dt>
|
832
|
-
<dt id="ientry-
|
832
|
+
<dt id="ientry-idm30957">SOUP_FORM_MIME_TYPE_MULTIPART, <a class="indexterm" href="libsoup-2.4-HTML-Form-Support.html#SOUP-FORM-MIME-TYPE-MULTIPART:CAPS">SOUP_FORM_MIME_TYPE_MULTIPART</a>
|
833
833
|
</dt>
|
834
|
-
<dt id="ientry-
|
834
|
+
<dt id="ientry-idm30966">SOUP_FORM_MIME_TYPE_URLENCODED, <a class="indexterm" href="libsoup-2.4-HTML-Form-Support.html#SOUP-FORM-MIME-TYPE-URLENCODED:CAPS">SOUP_FORM_MIME_TYPE_URLENCODED</a>
|
835
835
|
</dt>
|
836
|
-
<dt id="ientry-
|
836
|
+
<dt id="ientry-idm30699">soup_form_request_new, <a class="indexterm" href="libsoup-2.4-HTML-Form-Support.html#soup-form-request-new">soup_form_request_new ()</a>
|
837
837
|
</dt>
|
838
|
-
<dt id="ientry-
|
838
|
+
<dt id="ientry-idm30769">soup_form_request_new_from_datalist, <a class="indexterm" href="libsoup-2.4-HTML-Form-Support.html#soup-form-request-new-from-datalist">soup_form_request_new_from_datalist ()</a>
|
839
839
|
</dt>
|
840
|
-
<dt id="ientry-
|
840
|
+
<dt id="ientry-idm30828">soup_form_request_new_from_hash, <a class="indexterm" href="libsoup-2.4-HTML-Form-Support.html#soup-form-request-new-from-hash">soup_form_request_new_from_hash ()</a>
|
841
841
|
</dt>
|
842
|
-
<dt id="ientry-
|
842
|
+
<dt id="ientry-idm30889">soup_form_request_new_from_multipart, <a class="indexterm" href="libsoup-2.4-HTML-Form-Support.html#soup-form-request-new-from-multipart">soup_form_request_new_from_multipart ()</a>
|
843
843
|
</dt>
|
844
|
-
<dt id="ientry-
|
844
|
+
<dt id="ientry-idm27160">soup_get_major_version, <a class="indexterm" href="libsoup-2.4-Version-Information.html#soup-get-major-version">soup_get_major_version ()</a>
|
845
845
|
</dt>
|
846
|
-
<dt id="ientry-
|
846
|
+
<dt id="ientry-idm27196">soup_get_micro_version, <a class="indexterm" href="libsoup-2.4-Version-Information.html#soup-get-micro-version">soup_get_micro_version ()</a>
|
847
847
|
</dt>
|
848
|
-
<dt id="ientry-
|
848
|
+
<dt id="ientry-idm27178">soup_get_minor_version, <a class="indexterm" href="libsoup-2.4-Version-Information.html#soup-get-minor-version">soup_get_minor_version ()</a>
|
849
849
|
</dt>
|
850
|
-
<dt id="ientry-
|
850
|
+
<dt id="ientry-idm13839">soup_headers_parse, <a class="indexterm" href="libsoup-2.4-Soup-Miscellaneous-Utilities.html#soup-headers-parse">soup_headers_parse ()</a>
|
851
851
|
</dt>
|
852
|
-
<dt id="ientry-
|
852
|
+
<dt id="ientry-idm13563">soup_headers_parse_request, <a class="indexterm" href="libsoup-2.4-Soup-Miscellaneous-Utilities.html#soup-headers-parse-request">soup_headers_parse_request ()</a>
|
853
853
|
</dt>
|
854
|
-
<dt id="ientry-
|
854
|
+
<dt id="ientry-idm13663">soup_headers_parse_response, <a class="indexterm" href="libsoup-2.4-Soup-Miscellaneous-Utilities.html#soup-headers-parse-response">soup_headers_parse_response ()</a>
|
855
855
|
</dt>
|
856
|
-
<dt id="ientry-
|
856
|
+
<dt id="ientry-idm13761">soup_headers_parse_status_line, <a class="indexterm" href="libsoup-2.4-Soup-Miscellaneous-Utilities.html#soup-headers-parse-status-line">soup_headers_parse_status_line ()</a>
|
857
857
|
</dt>
|
858
|
-
<dt id="ientry-
|
858
|
+
<dt id="ientry-idm14021">soup_header_contains, <a class="indexterm" href="libsoup-2.4-Soup-Miscellaneous-Utilities.html#soup-header-contains">soup_header_contains ()</a>
|
859
859
|
</dt>
|
860
|
-
<dt id="ientry-
|
860
|
+
<dt id="ientry-idm13986">soup_header_free_list, <a class="indexterm" href="libsoup-2.4-Soup-Miscellaneous-Utilities.html#soup-header-free-list">soup_header_free_list ()</a>
|
861
861
|
</dt>
|
862
|
-
<dt id="ientry-
|
862
|
+
<dt id="ientry-idm14148">soup_header_free_param_list, <a class="indexterm" href="libsoup-2.4-Soup-Miscellaneous-Utilities.html#soup-header-free-param-list">soup_header_free_param_list ()</a>
|
863
863
|
</dt>
|
864
|
-
<dt id="ientry-
|
864
|
+
<dt id="ientry-idm14182">soup_header_g_string_append_param, <a class="indexterm" href="libsoup-2.4-Soup-Miscellaneous-Utilities.html#soup-header-g-string-append-param">soup_header_g_string_append_param ()</a>
|
865
865
|
</dt>
|
866
|
-
<dt id="ientry-
|
866
|
+
<dt id="ientry-idm14245">soup_header_g_string_append_param_quoted, <a class="indexterm" href="libsoup-2.4-Soup-Miscellaneous-Utilities.html#soup-header-g-string-append-param-quoted">soup_header_g_string_append_param_quoted ()</a>
|
867
867
|
</dt>
|
868
|
-
<dt id="ientry-
|
868
|
+
<dt id="ientry-idm13898">soup_header_parse_list, <a class="indexterm" href="libsoup-2.4-Soup-Miscellaneous-Utilities.html#soup-header-parse-list">soup_header_parse_list ()</a>
|
869
869
|
</dt>
|
870
|
-
<dt id="ientry-
|
870
|
+
<dt id="ientry-idm14064">soup_header_parse_param_list, <a class="indexterm" href="libsoup-2.4-Soup-Miscellaneous-Utilities.html#soup-header-parse-param-list">soup_header_parse_param_list ()</a>
|
871
871
|
</dt>
|
872
|
-
<dt id="ientry-
|
872
|
+
<dt id="ientry-idm13934">soup_header_parse_quality_list, <a class="indexterm" href="libsoup-2.4-Soup-Miscellaneous-Utilities.html#soup-header-parse-quality-list">soup_header_parse_quality_list ()</a>
|
873
873
|
</dt>
|
874
|
-
<dt id="ientry-
|
874
|
+
<dt id="ientry-idm14105">soup_header_parse_semi_param_list, <a class="indexterm" href="libsoup-2.4-Soup-Miscellaneous-Utilities.html#soup-header-parse-semi-param-list">soup_header_parse_semi_param_list ()</a>
|
875
875
|
</dt>
|
876
|
-
<dt id="ientry-
|
876
|
+
<dt id="ientry-idm24922">SOUP_HTTP_ERROR, <a class="indexterm" href="libsoup-2.4-soup-status.html#SOUP-HTTP-ERROR:CAPS">SOUP_HTTP_ERROR</a>
|
877
877
|
</dt>
|
878
|
-
<dt id="ientry-
|
878
|
+
<dt id="ientry-idm29733">soup_logger_new, <a class="indexterm" href="SoupLogger.html#soup-logger-new">soup_logger_new ()</a>
|
879
879
|
</dt>
|
880
|
-
<dt id="ientry-
|
880
|
+
<dt id="ientry-idm30048">soup_logger_set_printer, <a class="indexterm" href="SoupLogger.html#soup-logger-set-printer">soup_logger_set_printer ()</a>
|
881
881
|
</dt>
|
882
|
-
<dt id="ientry-
|
882
|
+
<dt id="ientry-idm29845">soup_logger_set_request_filter, <a class="indexterm" href="SoupLogger.html#soup-logger-set-request-filter">soup_logger_set_request_filter ()</a>
|
883
883
|
</dt>
|
884
|
-
<dt id="ientry-
|
884
|
+
<dt id="ientry-idm29907">soup_logger_set_response_filter, <a class="indexterm" href="SoupLogger.html#soup-logger-set-response-filter">soup_logger_set_response_filter ()</a>
|
885
885
|
</dt>
|
886
|
-
<dt id="ientry-
|
886
|
+
<dt id="ientry-idm27305">SOUP_MAJOR_VERSION, <a class="indexterm" href="libsoup-2.4-Version-Information.html#SOUP-MAJOR-VERSION:CAPS">SOUP_MAJOR_VERSION</a>
|
887
887
|
</dt>
|
888
|
-
<dt id="ientry-
|
888
|
+
<dt id="ientry-idm7121">soup_message_add_header_handler, <a class="indexterm" href="SoupMessage.html#soup-message-add-header-handler">soup_message_add_header_handler ()</a>
|
889
889
|
</dt>
|
890
|
-
<dt id="ientry-
|
890
|
+
<dt id="ientry-idm7206">soup_message_add_status_code_handler, <a class="indexterm" href="SoupMessage.html#soup-message-add-status-code-handler">soup_message_add_status_code_handler ()</a>
|
891
891
|
</dt>
|
892
|
-
<dt id="ientry-
|
892
|
+
<dt id="ientry-idm11847">soup_message_body_append, <a class="indexterm" href="SoupMessageBody.html#soup-message-body-append">soup_message_body_append ()</a>
|
893
893
|
</dt>
|
894
|
-
<dt id="ientry-
|
894
|
+
<dt id="ientry-idm11910">soup_message_body_append_buffer, <a class="indexterm" href="SoupMessageBody.html#soup-message-body-append-buffer">soup_message_body_append_buffer ()</a>
|
895
895
|
</dt>
|
896
|
-
<dt id="ientry-
|
896
|
+
<dt id="ientry-idm11955">soup_message_body_append_take, <a class="indexterm" href="SoupMessageBody.html#soup-message-body-append-take">soup_message_body_append_take ()</a>
|
897
897
|
</dt>
|
898
|
-
<dt id="ientry-
|
898
|
+
<dt id="ientry-idm12045">soup_message_body_complete, <a class="indexterm" href="SoupMessageBody.html#soup-message-body-complete">soup_message_body_complete ()</a>
|
899
899
|
</dt>
|
900
|
-
<dt id="ientry-
|
900
|
+
<dt id="ientry-idm12073">soup_message_body_flatten, <a class="indexterm" href="SoupMessageBody.html#soup-message-body-flatten">soup_message_body_flatten ()</a>
|
901
901
|
</dt>
|
902
|
-
<dt id="ientry-
|
902
|
+
<dt id="ientry-idm11701">soup_message_body_free, <a class="indexterm" href="SoupMessageBody.html#soup-message-body-free">soup_message_body_free ()</a>
|
903
903
|
</dt>
|
904
|
-
<dt id="ientry-
|
904
|
+
<dt id="ientry-idm11811">soup_message_body_get_accumulate, <a class="indexterm" href="SoupMessageBody.html#soup-message-body-get-accumulate">soup_message_body_get_accumulate ()</a>
|
905
905
|
</dt>
|
906
|
-
<dt id="ientry-
|
906
|
+
<dt id="ientry-idm12109">soup_message_body_get_chunk, <a class="indexterm" href="SoupMessageBody.html#soup-message-body-get-chunk">soup_message_body_get_chunk ()</a>
|
907
907
|
</dt>
|
908
|
-
<dt id="ientry-
|
908
|
+
<dt id="ientry-idm12174">soup_message_body_got_chunk, <a class="indexterm" href="SoupMessageBody.html#soup-message-body-got-chunk">soup_message_body_got_chunk ()</a>
|
909
909
|
</dt>
|
910
|
-
<dt id="ientry-
|
910
|
+
<dt id="ientry-idm11682">soup_message_body_new, <a class="indexterm" href="SoupMessageBody.html#soup-message-body-new">soup_message_body_new ()</a>
|
911
911
|
</dt>
|
912
|
-
<dt id="ientry-
|
912
|
+
<dt id="ientry-idm11731">soup_message_body_set_accumulate, <a class="indexterm" href="SoupMessageBody.html#soup-message-body-set-accumulate">soup_message_body_set_accumulate ()</a>
|
913
913
|
</dt>
|
914
|
-
<dt id="ientry-
|
914
|
+
<dt id="ientry-idm12017">soup_message_body_truncate, <a class="indexterm" href="SoupMessageBody.html#soup-message-body-truncate">soup_message_body_truncate ()</a>
|
915
915
|
</dt>
|
916
|
-
<dt id="ientry-
|
916
|
+
<dt id="ientry-idm12224">soup_message_body_wrote_chunk, <a class="indexterm" href="SoupMessageBody.html#soup-message-body-wrote-chunk">soup_message_body_wrote_chunk ()</a>
|
917
917
|
</dt>
|
918
|
-
<dt id="ientry-
|
918
|
+
<dt id="ientry-idm7433">soup_message_disable_feature, <a class="indexterm" href="SoupMessage.html#soup-message-disable-feature">soup_message_disable_feature ()</a>
|
919
919
|
</dt>
|
920
|
-
<dt id="ientry-
|
920
|
+
<dt id="ientry-idm7985">SOUP_MESSAGE_FIRST_PARTY, <a class="indexterm" href="SoupMessage.html#SOUP-MESSAGE-FIRST-PARTY:CAPS">SOUP_MESSAGE_FIRST_PARTY</a>
|
921
921
|
</dt>
|
922
|
-
<dt id="ientry-
|
922
|
+
<dt id="ientry-idm7947">SOUP_MESSAGE_FLAGS, <a class="indexterm" href="SoupMessage.html#SOUP-MESSAGE-FLAGS:CAPS">SOUP_MESSAGE_FLAGS</a>
|
923
923
|
</dt>
|
924
|
-
<dt id="ientry-
|
924
|
+
<dt id="ientry-idm6740">soup_message_get_address, <a class="indexterm" href="SoupMessage.html#soup-message-get-address">soup_message_get_address ()</a>
|
925
925
|
</dt>
|
926
|
-
<dt id="ientry-
|
926
|
+
<dt id="ientry-idm7080">soup_message_get_first_party, <a class="indexterm" href="SoupMessage.html#soup-message-get-first-party">soup_message_get_first_party ()</a>
|
927
927
|
</dt>
|
928
|
-
<dt id="ientry-
|
928
|
+
<dt id="ientry-idm7331">soup_message_get_flags, <a class="indexterm" href="SoupMessage.html#soup-message-get-flags">soup_message_get_flags ()</a>
|
929
929
|
</dt>
|
930
|
-
<dt id="ientry-
|
930
|
+
<dt id="ientry-idm6958">soup_message_get_https_status, <a class="indexterm" href="SoupMessage.html#soup-message-get-https-status">soup_message_get_https_status ()</a>
|
931
931
|
</dt>
|
932
|
-
<dt id="ientry-
|
932
|
+
<dt id="ientry-idm6631">soup_message_get_http_version, <a class="indexterm" href="SoupMessage.html#soup-message-get-http-version">soup_message_get_http_version ()</a>
|
933
933
|
</dt>
|
934
|
-
<dt id="ientry-
|
934
|
+
<dt id="ientry-idm7528">soup_message_get_priority, <a class="indexterm" href="SoupMessage.html#soup-message-get-priority">soup_message_get_priority ()</a>
|
935
935
|
</dt>
|
936
|
-
<dt id="ientry-
|
936
|
+
<dt id="ientry-idm7485">soup_message_get_soup_request, <a class="indexterm" href="SoupMessage.html#soup-message-get-soup-request">soup_message_get_soup_request ()</a>
|
937
937
|
</dt>
|
938
|
-
<dt id="ientry-
|
938
|
+
<dt id="ientry-idm6662">soup_message_get_uri, <a class="indexterm" href="SoupMessage.html#soup-message-get-uri">soup_message_get_uri ()</a>
|
939
939
|
</dt>
|
940
|
-
<dt id="ientry-
|
940
|
+
<dt id="ientry-idm9264">soup_message_headers_append, <a class="indexterm" href="SoupMessageHeaders.html#soup-message-headers-append">soup_message_headers_append ()</a>
|
941
941
|
</dt>
|
942
|
-
<dt id="ientry-
|
942
|
+
<dt id="ientry-idm9440">soup_message_headers_clean_connection_headers, <a class="indexterm" href="SoupMessageHeaders.html#soup-message-headers-clean-connection-headers">soup_message_headers_clean_connection_headers ()</a>
|
943
943
|
</dt>
|
944
|
-
<dt id="ientry-
|
944
|
+
<dt id="ientry-idm9412">soup_message_headers_clear, <a class="indexterm" href="SoupMessageHeaders.html#soup-message-headers-clear">soup_message_headers_clear ()</a>
|
945
945
|
</dt>
|
946
|
-
<dt id="ientry-
|
946
|
+
<dt id="ientry-idm9779">soup_message_headers_foreach, <a class="indexterm" href="SoupMessageHeaders.html#soup-message-headers-foreach">soup_message_headers_foreach ()</a>
|
947
947
|
</dt>
|
948
|
-
<dt id="ientry-
|
948
|
+
<dt id="ientry-idm9236">soup_message_headers_free, <a class="indexterm" href="SoupMessageHeaders.html#soup-message-headers-free">soup_message_headers_free ()</a>
|
949
949
|
</dt>
|
950
|
-
<dt id="ientry-
|
950
|
+
<dt id="ientry-idm10628">soup_message_headers_free_ranges, <a class="indexterm" href="SoupMessageHeaders.html#soup-message-headers-free-ranges">soup_message_headers_free_ranges ()</a>
|
951
951
|
</dt>
|
952
|
-
<dt id="ientry-
|
952
|
+
<dt id="ientry-idm10294">soup_message_headers_get_content_disposition, <a class="indexterm" href="SoupMessageHeaders.html#soup-message-headers-get-content-disposition">soup_message_headers_get_content_disposition ()</a>
|
953
953
|
</dt>
|
954
|
-
<dt id="ientry-
|
954
|
+
<dt id="ientry-idm10021">soup_message_headers_get_content_length, <a class="indexterm" href="SoupMessageHeaders.html#soup-message-headers-get-content-length">soup_message_headers_get_content_length ()</a>
|
955
955
|
</dt>
|
956
|
-
<dt id="ientry-
|
956
|
+
<dt id="ientry-idm10670">soup_message_headers_get_content_range, <a class="indexterm" href="SoupMessageHeaders.html#soup-message-headers-get-content-range">soup_message_headers_get_content_range ()</a>
|
957
957
|
</dt>
|
958
|
-
<dt id="ientry-
|
958
|
+
<dt id="ientry-idm10178">soup_message_headers_get_content_type, <a class="indexterm" href="SoupMessageHeaders.html#soup-message-headers-get-content-type">soup_message_headers_get_content_type ()</a>
|
959
959
|
</dt>
|
960
|
-
<dt id="ientry-
|
960
|
+
<dt id="ientry-idm9950">soup_message_headers_get_encoding, <a class="indexterm" href="SoupMessageHeaders.html#soup-message-headers-get-encoding">soup_message_headers_get_encoding ()</a>
|
961
961
|
</dt>
|
962
|
-
<dt id="ientry-
|
962
|
+
<dt id="ientry-idm10101">soup_message_headers_get_expectations, <a class="indexterm" href="SoupMessageHeaders.html#soup-message-headers-get-expectations">soup_message_headers_get_expectations ()</a>
|
963
963
|
</dt>
|
964
|
-
<dt id="ientry-
|
964
|
+
<dt id="ientry-idm9577">soup_message_headers_get_headers_type, <a class="indexterm" href="SoupMessageHeaders.html#soup-message-headers-get-headers-type">soup_message_headers_get_headers_type ()</a>
|
965
965
|
</dt>
|
966
|
-
<dt id="ientry-
|
966
|
+
<dt id="ientry-idm9522">soup_message_headers_get_list, <a class="indexterm" href="SoupMessageHeaders.html#soup-message-headers-get-list">soup_message_headers_get_list ()</a>
|
967
967
|
</dt>
|
968
|
-
<dt id="ientry-
|
968
|
+
<dt id="ientry-idm9469">soup_message_headers_get_one, <a class="indexterm" href="SoupMessageHeaders.html#soup-message-headers-get-one">soup_message_headers_get_one ()</a>
|
969
969
|
</dt>
|
970
|
-
<dt id="ientry-
|
970
|
+
<dt id="ientry-idm10431">soup_message_headers_get_ranges, <a class="indexterm" href="SoupMessageHeaders.html#soup-message-headers-get-ranges">soup_message_headers_get_ranges ()</a>
|
971
971
|
</dt>
|
972
|
-
<dt id="ientry-
|
972
|
+
<dt id="ientry-idm9609">soup_message_headers_header_contains, <a class="indexterm" href="SoupMessageHeaders.html#soup-message-headers-header-contains">soup_message_headers_header_contains ()</a>
|
973
973
|
</dt>
|
974
|
-
<dt id="ientry-
|
974
|
+
<dt id="ientry-idm9672">soup_message_headers_header_equals, <a class="indexterm" href="SoupMessageHeaders.html#soup-message-headers-header-equals">soup_message_headers_header_equals ()</a>
|
975
975
|
</dt>
|
976
|
-
<dt id="ientry-
|
976
|
+
<dt id="ientry-idm9836">soup_message_headers_iter_init, <a class="indexterm" href="SoupMessageHeaders.html#soup-message-headers-iter-init">soup_message_headers_iter_init ()</a>
|
977
977
|
</dt>
|
978
|
-
<dt id="ientry-
|
978
|
+
<dt id="ientry-idm9879">soup_message_headers_iter_next, <a class="indexterm" href="SoupMessageHeaders.html#soup-message-headers-iter-next">soup_message_headers_iter_next ()</a>
|
979
979
|
</dt>
|
980
|
-
<dt id="ientry-
|
980
|
+
<dt id="ientry-idm9202">soup_message_headers_new, <a class="indexterm" href="SoupMessageHeaders.html#soup-message-headers-new">soup_message_headers_new ()</a>
|
981
981
|
</dt>
|
982
|
-
<dt id="ientry-
|
982
|
+
<dt id="ientry-idm9373">soup_message_headers_remove, <a class="indexterm" href="SoupMessageHeaders.html#soup-message-headers-remove">soup_message_headers_remove ()</a>
|
983
983
|
</dt>
|
984
|
-
<dt id="ientry-
|
984
|
+
<dt id="ientry-idm9319">soup_message_headers_replace, <a class="indexterm" href="SoupMessageHeaders.html#soup-message-headers-replace">soup_message_headers_replace ()</a>
|
985
985
|
</dt>
|
986
|
-
<dt id="ientry-
|
986
|
+
<dt id="ientry-idm10373">soup_message_headers_set_content_disposition, <a class="indexterm" href="SoupMessageHeaders.html#soup-message-headers-set-content-disposition">soup_message_headers_set_content_disposition ()</a>
|
987
987
|
</dt>
|
988
|
-
<dt id="ientry-
|
988
|
+
<dt id="ientry-idm10057">soup_message_headers_set_content_length, <a class="indexterm" href="SoupMessageHeaders.html#soup-message-headers-set-content-length">soup_message_headers_set_content_length ()</a>
|
989
989
|
</dt>
|
990
|
-
<dt id="ientry-
|
990
|
+
<dt id="ientry-idm10748">soup_message_headers_set_content_range, <a class="indexterm" href="SoupMessageHeaders.html#soup-message-headers-set-content-range">soup_message_headers_set_content_range ()</a>
|
991
991
|
</dt>
|
992
|
-
<dt id="ientry-
|
992
|
+
<dt id="ientry-idm10239">soup_message_headers_set_content_type, <a class="indexterm" href="SoupMessageHeaders.html#soup-message-headers-set-content-type">soup_message_headers_set_content_type ()</a>
|
993
993
|
</dt>
|
994
|
-
<dt id="ientry-
|
994
|
+
<dt id="ientry-idm9982">soup_message_headers_set_encoding, <a class="indexterm" href="SoupMessageHeaders.html#soup-message-headers-set-encoding">soup_message_headers_set_encoding ()</a>
|
995
995
|
</dt>
|
996
|
-
<dt id="ientry-
|
996
|
+
<dt id="ientry-idm10137">soup_message_headers_set_expectations, <a class="indexterm" href="SoupMessageHeaders.html#soup-message-headers-set-expectations">soup_message_headers_set_expectations ()</a>
|
997
997
|
</dt>
|
998
|
-
<dt id="ientry-
|
998
|
+
<dt id="ientry-idm10573">soup_message_headers_set_range, <a class="indexterm" href="SoupMessageHeaders.html#soup-message-headers-set-range">soup_message_headers_set_range ()</a>
|
999
999
|
</dt>
|
1000
|
-
<dt id="ientry-
|
1000
|
+
<dt id="ientry-idm10520">soup_message_headers_set_ranges, <a class="indexterm" href="SoupMessageHeaders.html#soup-message-headers-set-ranges">soup_message_headers_set_ranges ()</a>
|
1001
1001
|
</dt>
|
1002
|
-
<dt id="ientry-
|
1002
|
+
<dt id="ientry-idm7937">SOUP_MESSAGE_HTTP_VERSION, <a class="indexterm" href="SoupMessage.html#SOUP-MESSAGE-HTTP-VERSION:CAPS">SOUP_MESSAGE_HTTP_VERSION</a>
|
1003
1003
|
</dt>
|
1004
|
-
<dt id="ientry-
|
1004
|
+
<dt id="ientry-idm6922">soup_message_is_keepalive, <a class="indexterm" href="SoupMessage.html#soup-message-is-keepalive">soup_message_is_keepalive ()</a>
|
1005
1005
|
</dt>
|
1006
|
-
<dt id="ientry-
|
1006
|
+
<dt id="ientry-idm7919">SOUP_MESSAGE_METHOD, <a class="indexterm" href="SoupMessage.html#SOUP-MESSAGE-METHOD:CAPS">SOUP_MESSAGE_METHOD</a>
|
1007
1007
|
</dt>
|
1008
|
-
<dt id="ientry-
|
1008
|
+
<dt id="ientry-idm6346">soup_message_new, <a class="indexterm" href="SoupMessage.html#soup-message-new">soup_message_new ()</a>
|
1009
1009
|
</dt>
|
1010
|
-
<dt id="ientry-
|
1010
|
+
<dt id="ientry-idm6394">soup_message_new_from_uri, <a class="indexterm" href="SoupMessage.html#soup-message-new-from-uri">soup_message_new_from_uri ()</a>
|
1011
1011
|
</dt>
|
1012
|
-
<dt id="ientry-
|
1012
|
+
<dt id="ientry-idm7997">SOUP_MESSAGE_PRIORITY, <a class="indexterm" href="SoupMessage.html#SOUP-MESSAGE-PRIORITY:CAPS">SOUP_MESSAGE_PRIORITY</a>
|
1013
1013
|
</dt>
|
1014
|
-
<dt id="ientry-
|
1014
|
+
<dt id="ientry-idm7965">SOUP_MESSAGE_REASON_PHRASE, <a class="indexterm" href="SoupMessage.html#SOUP-MESSAGE-REASON-PHRASE:CAPS">SOUP_MESSAGE_REASON_PHRASE</a>
|
1015
1015
|
</dt>
|
1016
|
-
<dt id="ientry-
|
1016
|
+
<dt id="ientry-idm8009">SOUP_MESSAGE_REQUEST_BODY, <a class="indexterm" href="SoupMessage.html#SOUP-MESSAGE-REQUEST-BODY:CAPS">SOUP_MESSAGE_REQUEST_BODY</a>
|
1017
1017
|
</dt>
|
1018
|
-
<dt id="ientry-
|
1018
|
+
<dt id="ientry-idm8017">SOUP_MESSAGE_REQUEST_BODY_DATA, <a class="indexterm" href="SoupMessage.html#SOUP-MESSAGE-REQUEST-BODY-DATA:CAPS">SOUP_MESSAGE_REQUEST_BODY_DATA</a>
|
1019
1019
|
</dt>
|
1020
|
-
<dt id="ientry-
|
1020
|
+
<dt id="ientry-idm8029">SOUP_MESSAGE_REQUEST_HEADERS, <a class="indexterm" href="SoupMessage.html#SOUP-MESSAGE-REQUEST-HEADERS:CAPS">SOUP_MESSAGE_REQUEST_HEADERS</a>
|
1021
1021
|
</dt>
|
1022
|
-
<dt id="ientry-
|
1022
|
+
<dt id="ientry-idm8037">SOUP_MESSAGE_RESPONSE_BODY, <a class="indexterm" href="SoupMessage.html#SOUP-MESSAGE-RESPONSE-BODY:CAPS">SOUP_MESSAGE_RESPONSE_BODY</a>
|
1023
1023
|
</dt>
|
1024
|
-
<dt id="ientry-
|
1024
|
+
<dt id="ientry-idm8045">SOUP_MESSAGE_RESPONSE_BODY_DATA, <a class="indexterm" href="SoupMessage.html#SOUP-MESSAGE-RESPONSE-BODY-DATA:CAPS">SOUP_MESSAGE_RESPONSE_BODY_DATA</a>
|
1025
1025
|
</dt>
|
1026
|
-
<dt id="ientry-
|
1026
|
+
<dt id="ientry-idm8057">SOUP_MESSAGE_RESPONSE_HEADERS, <a class="indexterm" href="SoupMessage.html#SOUP-MESSAGE-RESPONSE-HEADERS:CAPS">SOUP_MESSAGE_RESPONSE_HEADERS</a>
|
1027
1027
|
</dt>
|
1028
|
-
<dt id="ientry-
|
1028
|
+
<dt id="ientry-idm7973">SOUP_MESSAGE_SERVER_SIDE, <a class="indexterm" href="SoupMessage.html#SOUP-MESSAGE-SERVER-SIDE:CAPS">SOUP_MESSAGE_SERVER_SIDE</a>
|
1029
1029
|
</dt>
|
1030
|
-
<dt id="ientry-
|
1030
|
+
<dt id="ientry-idm7033">soup_message_set_first_party, <a class="indexterm" href="SoupMessage.html#soup-message-set-first-party">soup_message_set_first_party ()</a>
|
1031
1031
|
</dt>
|
1032
|
-
<dt id="ientry-
|
1032
|
+
<dt id="ientry-idm7292">soup_message_set_flags, <a class="indexterm" href="SoupMessage.html#soup-message-set-flags">soup_message_set_flags ()</a>
|
1033
1033
|
</dt>
|
1034
|
-
<dt id="ientry-
|
1034
|
+
<dt id="ientry-idm6590">soup_message_set_http_version, <a class="indexterm" href="SoupMessage.html#soup-message-set-http-version">soup_message_set_http_version ()</a>
|
1035
1035
|
</dt>
|
1036
|
-
<dt id="ientry-
|
1036
|
+
<dt id="ientry-idm7564">soup_message_set_priority, <a class="indexterm" href="SoupMessage.html#soup-message-set-priority">soup_message_set_priority ()</a>
|
1037
1037
|
</dt>
|
1038
|
-
<dt id="ientry-
|
1038
|
+
<dt id="ientry-idm6863">soup_message_set_redirect, <a class="indexterm" href="SoupMessage.html#soup-message-set-redirect">soup_message_set_redirect ()</a>
|
1039
1039
|
</dt>
|
1040
|
-
<dt id="ientry-
|
1040
|
+
<dt id="ientry-idm6438">soup_message_set_request, <a class="indexterm" href="SoupMessage.html#soup-message-set-request">soup_message_set_request ()</a>
|
1041
1041
|
</dt>
|
1042
|
-
<dt id="ientry-
|
1042
|
+
<dt id="ientry-idm6514">soup_message_set_response, <a class="indexterm" href="SoupMessage.html#soup-message-set-response">soup_message_set_response ()</a>
|
1043
1043
|
</dt>
|
1044
|
-
<dt id="ientry-
|
1044
|
+
<dt id="ientry-idm6777">soup_message_set_status, <a class="indexterm" href="SoupMessage.html#soup-message-set-status">soup_message_set_status ()</a>
|
1045
1045
|
</dt>
|
1046
|
-
<dt id="ientry-
|
1046
|
+
<dt id="ientry-idm6817">soup_message_set_status_full, <a class="indexterm" href="SoupMessage.html#soup-message-set-status-full">soup_message_set_status_full ()</a>
|
1047
1047
|
</dt>
|
1048
|
-
<dt id="ientry-
|
1048
|
+
<dt id="ientry-idm6697">soup_message_set_uri, <a class="indexterm" href="SoupMessage.html#soup-message-set-uri">soup_message_set_uri ()</a>
|
1049
1049
|
</dt>
|
1050
|
-
<dt id="ientry-
|
1050
|
+
<dt id="ientry-idm7957">SOUP_MESSAGE_STATUS_CODE, <a class="indexterm" href="SoupMessage.html#SOUP-MESSAGE-STATUS-CODE:CAPS">SOUP_MESSAGE_STATUS_CODE</a>
|
1051
1051
|
</dt>
|
1052
|
-
<dt id="ientry-
|
1052
|
+
<dt id="ientry-idm8065">SOUP_MESSAGE_TLS_CERTIFICATE, <a class="indexterm" href="SoupMessage.html#SOUP-MESSAGE-TLS-CERTIFICATE:CAPS">SOUP_MESSAGE_TLS_CERTIFICATE</a>
|
1053
1053
|
</dt>
|
1054
|
-
<dt id="ientry-
|
1054
|
+
<dt id="ientry-idm8075">SOUP_MESSAGE_TLS_ERRORS, <a class="indexterm" href="SoupMessage.html#SOUP-MESSAGE-TLS-ERRORS:CAPS">SOUP_MESSAGE_TLS_ERRORS</a>
|
1055
1055
|
</dt>
|
1056
|
-
<dt id="ientry-
|
1056
|
+
<dt id="ientry-idm7927">SOUP_MESSAGE_URI, <a class="indexterm" href="SoupMessage.html#SOUP-MESSAGE-URI:CAPS">SOUP_MESSAGE_URI</a>
|
1057
1057
|
</dt>
|
1058
|
-
<dt id="ientry-
|
1058
|
+
<dt id="ientry-idm12564">SOUP_METHOD_CONNECT, <a class="indexterm" href="libsoup-2.4-soup-method.html#SOUP-METHOD-CONNECT:CAPS">SOUP_METHOD_CONNECT</a>
|
1059
1059
|
</dt>
|
1060
|
-
<dt id="ientry-
|
1060
|
+
<dt id="ientry-idm12588">SOUP_METHOD_COPY, <a class="indexterm" href="libsoup-2.4-soup-method.html#SOUP-METHOD-COPY:CAPS">SOUP_METHOD_COPY</a>
|
1061
1061
|
</dt>
|
1062
|
-
<dt id="ientry-
|
1062
|
+
<dt id="ientry-idm12552">SOUP_METHOD_DELETE, <a class="indexterm" href="libsoup-2.4-soup-method.html#SOUP-METHOD-DELETE:CAPS">SOUP_METHOD_DELETE</a>
|
1063
1063
|
</dt>
|
1064
|
-
<dt id="ientry-
|
1064
|
+
<dt id="ientry-idm12528">SOUP_METHOD_GET, <a class="indexterm" href="libsoup-2.4-soup-method.html#SOUP-METHOD-GET:CAPS">SOUP_METHOD_GET</a>
|
1065
1065
|
</dt>
|
1066
|
-
<dt id="ientry-
|
1066
|
+
<dt id="ientry-idm12534">SOUP_METHOD_HEAD, <a class="indexterm" href="libsoup-2.4-soup-method.html#SOUP-METHOD-HEAD:CAPS">SOUP_METHOD_HEAD</a>
|
1067
1067
|
</dt>
|
1068
|
-
<dt id="ientry-
|
1068
|
+
<dt id="ientry-idm12600">SOUP_METHOD_LOCK, <a class="indexterm" href="libsoup-2.4-soup-method.html#SOUP-METHOD-LOCK:CAPS">SOUP_METHOD_LOCK</a>
|
1069
1069
|
</dt>
|
1070
|
-
<dt id="ientry-
|
1070
|
+
<dt id="ientry-idm12582">SOUP_METHOD_MKCOL, <a class="indexterm" href="libsoup-2.4-soup-method.html#SOUP-METHOD-MKCOL:CAPS">SOUP_METHOD_MKCOL</a>
|
1071
1071
|
</dt>
|
1072
|
-
<dt id="ientry-
|
1072
|
+
<dt id="ientry-idm12594">SOUP_METHOD_MOVE, <a class="indexterm" href="libsoup-2.4-soup-method.html#SOUP-METHOD-MOVE:CAPS">SOUP_METHOD_MOVE</a>
|
1073
1073
|
</dt>
|
1074
|
-
<dt id="ientry-
|
1074
|
+
<dt id="ientry-idm12522">SOUP_METHOD_OPTIONS, <a class="indexterm" href="libsoup-2.4-soup-method.html#SOUP-METHOD-OPTIONS:CAPS">SOUP_METHOD_OPTIONS</a>
|
1075
1075
|
</dt>
|
1076
|
-
<dt id="ientry-
|
1076
|
+
<dt id="ientry-idm12546">SOUP_METHOD_POST, <a class="indexterm" href="libsoup-2.4-soup-method.html#SOUP-METHOD-POST:CAPS">SOUP_METHOD_POST</a>
|
1077
1077
|
</dt>
|
1078
|
-
<dt id="ientry-
|
1078
|
+
<dt id="ientry-idm12570">SOUP_METHOD_PROPFIND, <a class="indexterm" href="libsoup-2.4-soup-method.html#SOUP-METHOD-PROPFIND:CAPS">SOUP_METHOD_PROPFIND</a>
|
1079
1079
|
</dt>
|
1080
|
-
<dt id="ientry-
|
1080
|
+
<dt id="ientry-idm12576">SOUP_METHOD_PROPPATCH, <a class="indexterm" href="libsoup-2.4-soup-method.html#SOUP-METHOD-PROPPATCH:CAPS">SOUP_METHOD_PROPPATCH</a>
|
1081
1081
|
</dt>
|
1082
|
-
<dt id="ientry-
|
1082
|
+
<dt id="ientry-idm12540">SOUP_METHOD_PUT, <a class="indexterm" href="libsoup-2.4-soup-method.html#SOUP-METHOD-PUT:CAPS">SOUP_METHOD_PUT</a>
|
1083
1083
|
</dt>
|
1084
|
-
<dt id="ientry-
|
1084
|
+
<dt id="ientry-idm12558">SOUP_METHOD_TRACE, <a class="indexterm" href="libsoup-2.4-soup-method.html#SOUP-METHOD-TRACE:CAPS">SOUP_METHOD_TRACE</a>
|
1085
1085
|
</dt>
|
1086
|
-
<dt id="ientry-
|
1086
|
+
<dt id="ientry-idm12606">SOUP_METHOD_UNLOCK, <a class="indexterm" href="libsoup-2.4-soup-method.html#SOUP-METHOD-UNLOCK:CAPS">SOUP_METHOD_UNLOCK</a>
|
1087
1087
|
</dt>
|
1088
|
-
<dt id="ientry-
|
1088
|
+
<dt id="ientry-idm27325">SOUP_MICRO_VERSION, <a class="indexterm" href="libsoup-2.4-Version-Information.html#SOUP-MICRO-VERSION:CAPS">SOUP_MICRO_VERSION</a>
|
1089
1089
|
</dt>
|
1090
|
-
<dt id="ientry-
|
1090
|
+
<dt id="ientry-idm27315">SOUP_MINOR_VERSION, <a class="indexterm" href="libsoup-2.4-Version-Information.html#SOUP-MINOR-VERSION:CAPS">SOUP_MINOR_VERSION</a>
|
1091
1091
|
</dt>
|
1092
|
-
<dt id="ientry-
|
1092
|
+
<dt id="ientry-idm15256">soup_multipart_append_form_file, <a class="indexterm" href="SoupMultipart.html#soup-multipart-append-form-file">soup_multipart_append_form_file ()</a>
|
1093
1093
|
</dt>
|
1094
|
-
<dt id="ientry-
|
1094
|
+
<dt id="ientry-idm15206">soup_multipart_append_form_string, <a class="indexterm" href="SoupMultipart.html#soup-multipart-append-form-string">soup_multipart_append_form_string ()</a>
|
1095
1095
|
</dt>
|
1096
|
-
<dt id="ientry-
|
1096
|
+
<dt id="ientry-idm15156">soup_multipart_append_part, <a class="indexterm" href="SoupMultipart.html#soup-multipart-append-part">soup_multipart_append_part ()</a>
|
1097
1097
|
</dt>
|
1098
|
-
<dt id="ientry-
|
1098
|
+
<dt id="ientry-idm15019">soup_multipart_free, <a class="indexterm" href="SoupMultipart.html#soup-multipart-free">soup_multipart_free ()</a>
|
1099
1099
|
</dt>
|
1100
|
-
<dt id="ientry-
|
1100
|
+
<dt id="ientry-idm15049">soup_multipart_get_length, <a class="indexterm" href="SoupMultipart.html#soup-multipart-get-length">soup_multipart_get_length ()</a>
|
1101
1101
|
</dt>
|
1102
|
-
<dt id="ientry-
|
1102
|
+
<dt id="ientry-idm15083">soup_multipart_get_part, <a class="indexterm" href="SoupMultipart.html#soup-multipart-get-part">soup_multipart_get_part ()</a>
|
1103
1103
|
</dt>
|
1104
|
-
<dt id="ientry-
|
1104
|
+
<dt id="ientry-idm15564">soup_multipart_input_stream_get_headers, <a class="indexterm" href="SoupMultipartInputStream.html#soup-multipart-input-stream-get-headers">soup_multipart_input_stream_get_headers ()</a>
|
1105
1105
|
</dt>
|
1106
|
-
<dt id="ientry-
|
1106
|
+
<dt id="ientry-idm15511">soup_multipart_input_stream_new, <a class="indexterm" href="SoupMultipartInputStream.html#soup-multipart-input-stream-new">soup_multipart_input_stream_new ()</a>
|
1107
1107
|
</dt>
|
1108
|
-
<dt id="ientry-
|
1108
|
+
<dt id="ientry-idm15613">soup_multipart_input_stream_next_part, <a class="indexterm" href="SoupMultipartInputStream.html#soup-multipart-input-stream-next-part">soup_multipart_input_stream_next_part ()</a>
|
1109
1109
|
</dt>
|
1110
|
-
<dt id="ientry-
|
1110
|
+
<dt id="ientry-idm15680">soup_multipart_input_stream_next_part_async, <a class="indexterm" href="SoupMultipartInputStream.html#soup-multipart-input-stream-next-part-async">soup_multipart_input_stream_next_part_async ()</a>
|
1111
1111
|
</dt>
|
1112
|
-
<dt id="ientry-
|
1112
|
+
<dt id="ientry-idm15752">soup_multipart_input_stream_next_part_finish, <a class="indexterm" href="SoupMultipartInputStream.html#soup-multipart-input-stream-next-part-finish">soup_multipart_input_stream_next_part_finish ()</a>
|
1113
1113
|
</dt>
|
1114
|
-
<dt id="ientry-
|
1114
|
+
<dt id="ientry-idm14933">soup_multipart_new, <a class="indexterm" href="SoupMultipart.html#soup-multipart-new">soup_multipart_new ()</a>
|
1115
1115
|
</dt>
|
1116
|
-
<dt id="ientry-
|
1116
|
+
<dt id="ientry-idm14969">soup_multipart_new_from_message, <a class="indexterm" href="SoupMultipart.html#soup-multipart-new-from-message">soup_multipart_new_from_message ()</a>
|
1117
1117
|
</dt>
|
1118
|
-
<dt id="ientry-
|
1118
|
+
<dt id="ientry-idm15327">soup_multipart_to_message, <a class="indexterm" href="SoupMultipart.html#soup-multipart-to-message">soup_multipart_to_message ()</a>
|
1119
1119
|
</dt>
|
1120
|
-
<dt id="ientry-
|
1120
|
+
<dt id="ientry-idm22976">SOUP_REQUEST_ERROR, <a class="indexterm" href="SoupSession.html#SOUP-REQUEST-ERROR:CAPS">SOUP_REQUEST_ERROR</a>
|
1121
1121
|
</dt>
|
1122
|
-
<dt id="ientry-
|
1122
|
+
<dt id="ientry-idm16555">soup_request_file_get_file, <a class="indexterm" href="SoupRequestFile.html#soup-request-file-get-file">soup_request_file_get_file ()</a>
|
1123
1123
|
</dt>
|
1124
|
-
<dt id="ientry-
|
1124
|
+
<dt id="ientry-idm16172">soup_request_get_content_length, <a class="indexterm" href="SoupRequest.html#soup-request-get-content-length">soup_request_get_content_length ()</a>
|
1125
1125
|
</dt>
|
1126
|
-
<dt id="ientry-
|
1126
|
+
<dt id="ientry-idm16210">soup_request_get_content_type, <a class="indexterm" href="SoupRequest.html#soup-request-get-content-type">soup_request_get_content_type ()</a>
|
1127
1127
|
</dt>
|
1128
|
-
<dt id="ientry-
|
1128
|
+
<dt id="ientry-idm16254">soup_request_get_session, <a class="indexterm" href="SoupRequest.html#soup-request-get-session">soup_request_get_session ()</a>
|
1129
1129
|
</dt>
|
1130
|
-
<dt id="ientry-
|
1130
|
+
<dt id="ientry-idm16295">soup_request_get_uri, <a class="indexterm" href="SoupRequest.html#soup-request-get-uri">soup_request_get_uri ()</a>
|
1131
1131
|
</dt>
|
1132
|
-
<dt id="ientry-
|
1132
|
+
<dt id="ientry-idm16453">soup_request_http_get_message, <a class="indexterm" href="SoupRequestHTTP.html#soup-request-http-get-message">soup_request_http_get_message ()</a>
|
1133
1133
|
</dt>
|
1134
|
-
<dt id="ientry-
|
1134
|
+
<dt id="ientry-idm15967">soup_request_send, <a class="indexterm" href="SoupRequest.html#soup-request-send">soup_request_send ()</a>
|
1135
1135
|
</dt>
|
1136
|
-
<dt id="ientry-
|
1136
|
+
<dt id="ientry-idm16039">soup_request_send_async, <a class="indexterm" href="SoupRequest.html#soup-request-send-async">soup_request_send_async ()</a>
|
1137
1137
|
</dt>
|
1138
|
-
<dt id="ientry-
|
1138
|
+
<dt id="ientry-idm16108">soup_request_send_finish, <a class="indexterm" href="SoupRequest.html#soup-request-send-finish">soup_request_send_finish ()</a>
|
1139
1139
|
</dt>
|
1140
|
-
<dt id="ientry-
|
1140
|
+
<dt id="ientry-idm16342">SOUP_REQUEST_SESSION, <a class="indexterm" href="SoupRequest.html#SOUP-REQUEST-SESSION:CAPS">SOUP_REQUEST_SESSION</a>
|
1141
1141
|
</dt>
|
1142
|
-
<dt id="ientry-
|
1142
|
+
<dt id="ientry-idm16352">SOUP_REQUEST_URI, <a class="indexterm" href="SoupRequest.html#SOUP-REQUEST-URI:CAPS">SOUP_REQUEST_URI</a>
|
1143
1143
|
</dt>
|
1144
|
-
<dt id="ientry-
|
1144
|
+
<dt id="ientry-idm17839">soup_server_accept_iostream, <a class="indexterm" href="SoupServer.html#soup-server-accept-iostream">soup_server_accept_iostream ()</a>
|
1145
1145
|
</dt>
|
1146
|
-
<dt id="ientry-
|
1146
|
+
<dt id="ientry-idm18762">soup_server_add_auth_domain, <a class="indexterm" href="SoupServer.html#soup-server-add-auth-domain">soup_server_add_auth_domain ()</a>
|
1147
1147
|
</dt>
|
1148
|
-
<dt id="ientry-
|
1148
|
+
<dt id="ientry-idm18145">soup_server_add_early_handler, <a class="indexterm" href="SoupServer.html#soup-server-add-early-handler">soup_server_add_early_handler ()</a>
|
1149
1149
|
</dt>
|
1150
|
-
<dt id="ientry-
|
1150
|
+
<dt id="ientry-idm18033">soup_server_add_handler, <a class="indexterm" href="SoupServer.html#soup-server-add-handler">soup_server_add_handler ()</a>
|
1151
1151
|
</dt>
|
1152
|
-
<dt id="ientry-
|
1152
|
+
<dt id="ientry-idm18351">soup_server_add_websocket_handler, <a class="indexterm" href="SoupServer.html#soup-server-add-websocket-handler">soup_server_add_websocket_handler ()</a>
|
1153
1153
|
</dt>
|
1154
|
-
<dt id="ientry-
|
1154
|
+
<dt id="ientry-idm20059">SOUP_SERVER_ASYNC_CONTEXT, <a class="indexterm" href="libsoup-2.4-SoupServer-deprecated-API.html#SOUP-SERVER-ASYNC-CONTEXT:CAPS">SOUP_SERVER_ASYNC_CONTEXT</a>
|
1155
1155
|
</dt>
|
1156
|
-
<dt id="ientry-
|
1156
|
+
<dt id="ientry-idm17748">soup_server_disconnect, <a class="indexterm" href="SoupServer.html#soup-server-disconnect">soup_server_disconnect ()</a>
|
1157
1157
|
</dt>
|
1158
|
-
<dt id="ientry-
|
1158
|
+
<dt id="ientry-idm19838">soup_server_get_async_context, <a class="indexterm" href="libsoup-2.4-SoupServer-deprecated-API.html#soup-server-get-async-context">soup_server_get_async_context ()</a>
|
1159
1159
|
</dt>
|
1160
|
-
<dt id="ientry-
|
1160
|
+
<dt id="ientry-idm19663">soup_server_get_listener, <a class="indexterm" href="libsoup-2.4-SoupServer-deprecated-API.html#soup-server-get-listener">soup_server_get_listener ()</a>
|
1161
1161
|
</dt>
|
1162
|
-
<dt id="ientry-
|
1162
|
+
<dt id="ientry-idm17660">soup_server_get_listeners, <a class="indexterm" href="SoupServer.html#soup-server-get-listeners">soup_server_get_listeners ()</a>
|
1163
1163
|
</dt>
|
1164
|
-
<dt id="ientry-
|
1164
|
+
<dt id="ientry-idm19623">soup_server_get_port, <a class="indexterm" href="libsoup-2.4-SoupServer-deprecated-API.html#soup-server-get-port">soup_server_get_port ()</a>
|
1165
1165
|
</dt>
|
1166
|
-
<dt id="ientry-
|
1166
|
+
<dt id="ientry-idm17704">soup_server_get_uris, <a class="indexterm" href="SoupServer.html#soup-server-get-uris">soup_server_get_uris ()</a>
|
1167
1167
|
</dt>
|
1168
|
-
<dt id="ientry-
|
1168
|
+
<dt id="ientry-idm19054">SOUP_SERVER_HTTPS_ALIASES, <a class="indexterm" href="SoupServer.html#SOUP-SERVER-HTTPS-ALIASES:CAPS">SOUP_SERVER_HTTPS_ALIASES</a>
|
1169
1169
|
</dt>
|
1170
|
-
<dt id="ientry-
|
1170
|
+
<dt id="ientry-idm19044">SOUP_SERVER_HTTP_ALIASES, <a class="indexterm" href="SoupServer.html#SOUP-SERVER-HTTP-ALIASES:CAPS">SOUP_SERVER_HTTP_ALIASES</a>
|
1171
1171
|
</dt>
|
1172
|
-
<dt id="ientry-
|
1172
|
+
<dt id="ientry-idm20009">SOUP_SERVER_INTERFACE, <a class="indexterm" href="libsoup-2.4-SoupServer-deprecated-API.html#SOUP-SERVER-INTERFACE:CAPS">SOUP_SERVER_INTERFACE</a>
|
1173
1173
|
</dt>
|
1174
|
-
<dt id="ientry-
|
1174
|
+
<dt id="ientry-idm17788">soup_server_is_https, <a class="indexterm" href="SoupServer.html#soup-server-is-https">soup_server_is_https ()</a>
|
1175
1175
|
</dt>
|
1176
|
-
<dt id="ientry-
|
1176
|
+
<dt id="ientry-idm17261">soup_server_listen, <a class="indexterm" href="SoupServer.html#soup-server-listen">soup_server_listen ()</a>
|
1177
1177
|
</dt>
|
1178
|
-
<dt id="ientry-
|
1178
|
+
<dt id="ientry-idm17345">soup_server_listen_all, <a class="indexterm" href="SoupServer.html#soup-server-listen-all">soup_server_listen_all ()</a>
|
1179
1179
|
</dt>
|
1180
|
-
<dt id="ientry-
|
1180
|
+
<dt id="ientry-idm17584">soup_server_listen_fd, <a class="indexterm" href="SoupServer.html#soup-server-listen-fd">soup_server_listen_fd ()</a>
|
1181
1181
|
</dt>
|
1182
|
-
<dt id="ientry-
|
1182
|
+
<dt id="ientry-idm17428">soup_server_listen_local, <a class="indexterm" href="SoupServer.html#soup-server-listen-local">soup_server_listen_local ()</a>
|
1183
1183
|
</dt>
|
1184
|
-
<dt id="ientry-
|
1184
|
+
<dt id="ientry-idm17511">soup_server_listen_socket, <a class="indexterm" href="SoupServer.html#soup-server-listen-socket">soup_server_listen_socket ()</a>
|
1185
1185
|
</dt>
|
1186
|
-
<dt id="ientry-
|
1186
|
+
<dt id="ientry-idm17143">soup_server_new, <a class="indexterm" href="SoupServer.html#soup-server-new">soup_server_new ()</a>
|
1187
1187
|
</dt>
|
1188
|
-
<dt id="ientry-
|
1188
|
+
<dt id="ientry-idm18843">soup_server_pause_message, <a class="indexterm" href="SoupServer.html#soup-server-pause-message">soup_server_pause_message ()</a>
|
1189
1189
|
</dt>
|
1190
|
-
<dt id="ientry-
|
1190
|
+
<dt id="ientry-idm19991">SOUP_SERVER_PORT, <a class="indexterm" href="libsoup-2.4-SoupServer-deprecated-API.html#SOUP-SERVER-PORT:CAPS">SOUP_SERVER_PORT</a>
|
1191
1191
|
</dt>
|
1192
|
-
<dt id="ientry-
|
1192
|
+
<dt id="ientry-idm19795">soup_server_quit, <a class="indexterm" href="libsoup-2.4-SoupServer-deprecated-API.html#soup-server-quit">soup_server_quit ()</a>
|
1193
1193
|
</dt>
|
1194
|
-
<dt id="ientry-
|
1194
|
+
<dt id="ientry-idm19026">SOUP_SERVER_RAW_PATHS, <a class="indexterm" href="SoupServer.html#SOUP-SERVER-RAW-PATHS:CAPS">SOUP_SERVER_RAW_PATHS</a>
|
1195
1195
|
</dt>
|
1196
|
-
<dt id="ientry-
|
1196
|
+
<dt id="ientry-idm18803">soup_server_remove_auth_domain, <a class="indexterm" href="SoupServer.html#soup-server-remove-auth-domain">soup_server_remove_auth_domain ()</a>
|
1197
1197
|
</dt>
|
1198
|
-
<dt id="ientry-
|
1198
|
+
<dt id="ientry-idm18241">soup_server_remove_handler, <a class="indexterm" href="SoupServer.html#soup-server-remove-handler">soup_server_remove_handler ()</a>
|
1199
1199
|
</dt>
|
1200
|
-
<dt id="ientry-
|
1200
|
+
<dt id="ientry-idm19711">soup_server_run, <a class="indexterm" href="libsoup-2.4-SoupServer-deprecated-API.html#soup-server-run">soup_server_run ()</a>
|
1201
1201
|
</dt>
|
1202
|
-
<dt id="ientry-
|
1202
|
+
<dt id="ientry-idm19753">soup_server_run_async, <a class="indexterm" href="libsoup-2.4-SoupServer-deprecated-API.html#soup-server-run-async">soup_server_run_async ()</a>
|
1203
1203
|
</dt>
|
1204
|
-
<dt id="ientry-
|
1204
|
+
<dt id="ientry-idm19036">SOUP_SERVER_SERVER_HEADER, <a class="indexterm" href="SoupServer.html#SOUP-SERVER-SERVER-HEADER:CAPS">SOUP_SERVER_SERVER_HEADER</a>
|
1205
1205
|
</dt>
|
1206
|
-
<dt id="ientry-
|
1206
|
+
<dt id="ientry-idm17192">soup_server_set_ssl_cert_file, <a class="indexterm" href="SoupServer.html#soup-server-set-ssl-cert-file">soup_server_set_ssl_cert_file ()</a>
|
1207
1207
|
</dt>
|
1208
|
-
<dt id="ientry-
|
1208
|
+
<dt id="ientry-idm20027">SOUP_SERVER_SSL_CERT_FILE, <a class="indexterm" href="libsoup-2.4-SoupServer-deprecated-API.html#SOUP-SERVER-SSL-CERT-FILE:CAPS">SOUP_SERVER_SSL_CERT_FILE</a>
|
1209
1209
|
</dt>
|
1210
|
-
<dt id="ientry-
|
1210
|
+
<dt id="ientry-idm20043">SOUP_SERVER_SSL_KEY_FILE, <a class="indexterm" href="libsoup-2.4-SoupServer-deprecated-API.html#SOUP-SERVER-SSL-KEY-FILE:CAPS">SOUP_SERVER_SSL_KEY_FILE</a>
|
1211
1211
|
</dt>
|
1212
|
-
<dt id="ientry-
|
1212
|
+
<dt id="ientry-idm19016">SOUP_SERVER_TLS_CERTIFICATE, <a class="indexterm" href="SoupServer.html#SOUP-SERVER-TLS-CERTIFICATE:CAPS">SOUP_SERVER_TLS_CERTIFICATE</a>
|
1213
1213
|
</dt>
|
1214
|
-
<dt id="ientry-
|
1214
|
+
<dt id="ientry-idm18894">soup_server_unpause_message, <a class="indexterm" href="SoupServer.html#soup-server-unpause-message">soup_server_unpause_message ()</a>
|
1215
1215
|
</dt>
|
1216
|
-
<dt id="ientry-
|
1216
|
+
<dt id="ientry-idm21927">soup_session_abort, <a class="indexterm" href="SoupSession.html#soup-session-abort">soup_session_abort ()</a>
|
1217
1217
|
</dt>
|
1218
|
-
<dt id="ientry-
|
1218
|
+
<dt id="ientry-idm23144">SOUP_SESSION_ACCEPT_LANGUAGE, <a class="indexterm" href="SoupSession.html#SOUP-SESSION-ACCEPT-LANGUAGE:CAPS">SOUP_SESSION_ACCEPT_LANGUAGE</a>
|
1219
1219
|
</dt>
|
1220
|
-
<dt id="ientry-
|
1220
|
+
<dt id="ientry-idm23154">SOUP_SESSION_ACCEPT_LANGUAGE_AUTO, <a class="indexterm" href="SoupSession.html#SOUP-SESSION-ACCEPT-LANGUAGE-AUTO:CAPS">SOUP_SESSION_ACCEPT_LANGUAGE_AUTO</a>
|
1221
1221
|
</dt>
|
1222
|
-
<dt id="ientry-
|
1222
|
+
<dt id="ientry-idm22213">soup_session_add_feature, <a class="indexterm" href="SoupSession.html#soup-session-add-feature">soup_session_add_feature ()</a>
|
1223
1223
|
</dt>
|
1224
|
-
<dt id="ientry-
|
1224
|
+
<dt id="ientry-idm23114">SOUP_SESSION_ADD_FEATURE, <a class="indexterm" href="SoupSession.html#SOUP-SESSION-ADD-FEATURE:CAPS">SOUP_SESSION_ADD_FEATURE</a>
|
1225
1225
|
</dt>
|
1226
|
-
<dt id="ientry-
|
1226
|
+
<dt id="ientry-idm22260">soup_session_add_feature_by_type, <a class="indexterm" href="SoupSession.html#soup-session-add-feature-by-type">soup_session_add_feature_by_type ()</a>
|
1227
1227
|
</dt>
|
1228
|
-
<dt id="ientry-
|
1228
|
+
<dt id="ientry-idm23124">SOUP_SESSION_ADD_FEATURE_BY_TYPE, <a class="indexterm" href="SoupSession.html#SOUP-SESSION-ADD-FEATURE-BY-TYPE:CAPS">SOUP_SESSION_ADD_FEATURE_BY_TYPE</a>
|
1229
1229
|
</dt>
|
1230
|
-
<dt id="ientry-
|
1230
|
+
<dt id="ientry-idm23070">SOUP_SESSION_ASYNC_CONTEXT, <a class="indexterm" href="SoupSession.html#SOUP-SESSION-ASYNC-CONTEXT:CAPS">SOUP_SESSION_ASYNC_CONTEXT</a>
|
1231
1231
|
</dt>
|
1232
|
-
<dt id="ientry-
|
1232
|
+
<dt id="ientry-idm21332">soup_session_cancel_message, <a class="indexterm" href="SoupSession.html#soup-session-cancel-message">soup_session_cancel_message ()</a>
|
1233
1233
|
</dt>
|
1234
|
-
<dt id="ientry-
|
1234
|
+
<dt id="ientry-idm22766">soup_session_connect_async, <a class="indexterm" href="SoupSession.html#soup-session-connect-async">soup_session_connect_async ()</a>
|
1235
1235
|
</dt>
|
1236
|
-
<dt id="ientry-
|
1236
|
+
<dt id="ientry-idm22861">soup_session_connect_finish, <a class="indexterm" href="SoupSession.html#soup-session-connect-finish">soup_session_connect_finish ()</a>
|
1237
1237
|
</dt>
|
1238
|
-
<dt id="ientry-
|
1238
|
+
<dt id="ientry-idm22166">soup_session_get_async_context, <a class="indexterm" href="SoupSession.html#soup-session-get-async-context">soup_session_get_async_context ()</a>
|
1239
1239
|
</dt>
|
1240
|
-
<dt id="ientry-
|
1240
|
+
<dt id="ientry-idm22460">soup_session_get_feature, <a class="indexterm" href="SoupSession.html#soup-session-get-feature">soup_session_get_feature ()</a>
|
1241
1241
|
</dt>
|
1242
|
-
<dt id="ientry-
|
1242
|
+
<dt id="ientry-idm22408">soup_session_get_features, <a class="indexterm" href="SoupSession.html#soup-session-get-features">soup_session_get_features ()</a>
|
1243
1243
|
</dt>
|
1244
|
-
<dt id="ientry-
|
1244
|
+
<dt id="ientry-idm22516">soup_session_get_feature_for_message, <a class="indexterm" href="SoupSession.html#soup-session-get-feature-for-message">soup_session_get_feature_for_message ()</a>
|
1245
1245
|
</dt>
|
1246
|
-
<dt id="ientry-
|
1246
|
+
<dt id="ientry-idm22588">soup_session_has_feature, <a class="indexterm" href="SoupSession.html#soup-session-has-feature">soup_session_has_feature ()</a>
|
1247
1247
|
</dt>
|
1248
|
-
<dt id="ientry-
|
1248
|
+
<dt id="ientry-idm23174">SOUP_SESSION_HTTPS_ALIASES, <a class="indexterm" href="SoupSession.html#SOUP-SESSION-HTTPS-ALIASES:CAPS">SOUP_SESSION_HTTPS_ALIASES</a>
|
1249
1249
|
</dt>
|
1250
|
-
<dt id="ientry-
|
1250
|
+
<dt id="ientry-idm23164">SOUP_SESSION_HTTP_ALIASES, <a class="indexterm" href="SoupSession.html#SOUP-SESSION-HTTP-ALIASES:CAPS">SOUP_SESSION_HTTP_ALIASES</a>
|
1251
1251
|
</dt>
|
1252
|
-
<dt id="ientry-
|
1252
|
+
<dt id="ientry-idm23096">SOUP_SESSION_IDLE_TIMEOUT, <a class="indexterm" href="SoupSession.html#SOUP-SESSION-IDLE-TIMEOUT:CAPS">SOUP_SESSION_IDLE_TIMEOUT</a>
|
1253
1253
|
</dt>
|
1254
|
-
<dt id="ientry-
|
1254
|
+
<dt id="ientry-idm23184">SOUP_SESSION_LOCAL_ADDRESS, <a class="indexterm" href="SoupSession.html#SOUP-SESSION-LOCAL-ADDRESS:CAPS">SOUP_SESSION_LOCAL_ADDRESS</a>
|
1255
1255
|
</dt>
|
1256
|
-
<dt id="ientry-
|
1256
|
+
<dt id="ientry-idm23006">SOUP_SESSION_MAX_CONNS, <a class="indexterm" href="SoupSession.html#SOUP-SESSION-MAX-CONNS:CAPS">SOUP_SESSION_MAX_CONNS</a>
|
1257
1257
|
</dt>
|
1258
|
-
<dt id="ientry-
|
1258
|
+
<dt id="ientry-idm23014">SOUP_SESSION_MAX_CONNS_PER_HOST, <a class="indexterm" href="SoupSession.html#SOUP-SESSION-MAX-CONNS-PER-HOST:CAPS">SOUP_SESSION_MAX_CONNS_PER_HOST</a>
|
1259
1259
|
</dt>
|
1260
|
-
<dt id="ientry-
|
1260
|
+
<dt id="ientry-idm20758">soup_session_new, <a class="indexterm" href="SoupSession.html#soup-session-new">soup_session_new ()</a>
|
1261
1261
|
</dt>
|
1262
|
-
<dt id="ientry-
|
1262
|
+
<dt id="ientry-idm20775">soup_session_new_with_options, <a class="indexterm" href="SoupSession.html#soup-session-new-with-options">soup_session_new_with_options ()</a>
|
1263
1263
|
</dt>
|
1264
|
-
<dt id="ientry-
|
1264
|
+
<dt id="ientry-idm22069">soup_session_pause_message, <a class="indexterm" href="SoupSession.html#soup-session-pause-message">soup_session_pause_message ()</a>
|
1265
1265
|
</dt>
|
1266
|
-
<dt id="ientry-
|
1266
|
+
<dt id="ientry-idm21841">soup_session_prefetch_dns, <a class="indexterm" href="SoupSession.html#soup-session-prefetch-dns">soup_session_prefetch_dns ()</a>
|
1267
1267
|
</dt>
|
1268
|
-
<dt id="ientry-
|
1268
|
+
<dt id="ientry-idm22998">SOUP_SESSION_PROXY_RESOLVER, <a class="indexterm" href="SoupSession.html#SOUP-SESSION-PROXY-RESOLVER:CAPS">SOUP_SESSION_PROXY_RESOLVER</a>
|
1269
1269
|
</dt>
|
1270
|
-
<dt id="ientry-
|
1270
|
+
<dt id="ientry-idm22990">SOUP_SESSION_PROXY_URI, <a class="indexterm" href="SoupSession.html#SOUP-SESSION-PROXY-URI:CAPS">SOUP_SESSION_PROXY_URI</a>
|
1271
1271
|
</dt>
|
1272
|
-
<dt id="ientry-
|
1272
|
+
<dt id="ientry-idm21150">soup_session_queue_message, <a class="indexterm" href="SoupSession.html#soup-session-queue-message">soup_session_queue_message ()</a>
|
1273
1273
|
</dt>
|
1274
|
-
<dt id="ientry-
|
1274
|
+
<dt id="ientry-idm22011">soup_session_redirect_message, <a class="indexterm" href="SoupSession.html#soup-session-redirect-message">soup_session_redirect_message ()</a>
|
1275
1275
|
</dt>
|
1276
|
-
<dt id="ientry-
|
1276
|
+
<dt id="ientry-idm22322">soup_session_remove_feature, <a class="indexterm" href="SoupSession.html#soup-session-remove-feature">soup_session_remove_feature ()</a>
|
1277
1277
|
</dt>
|
1278
|
-
<dt id="ientry-
|
1278
|
+
<dt id="ientry-idm22363">soup_session_remove_feature_by_type, <a class="indexterm" href="SoupSession.html#soup-session-remove-feature-by-type">soup_session_remove_feature_by_type ()</a>
|
1279
1279
|
</dt>
|
1280
|
-
<dt id="ientry-
|
1280
|
+
<dt id="ientry-idm23134">SOUP_SESSION_REMOVE_FEATURE_BY_TYPE, <a class="indexterm" href="SoupSession.html#SOUP-SESSION-REMOVE-FEATURE-BY-TYPE:CAPS">SOUP_SESSION_REMOVE_FEATURE_BY_TYPE</a>
|
1281
1281
|
</dt>
|
1282
|
-
<dt id="ientry-
|
1282
|
+
<dt id="ientry-idm20815">soup_session_request, <a class="indexterm" href="SoupSession.html#soup-session-request">soup_session_request ()</a>
|
1283
1283
|
</dt>
|
1284
|
-
<dt id="ientry-
|
1284
|
+
<dt id="ientry-idm20945">soup_session_request_http, <a class="indexterm" href="SoupSession.html#soup-session-request-http">soup_session_request_http ()</a>
|
1285
1285
|
</dt>
|
1286
|
-
<dt id="ientry-
|
1286
|
+
<dt id="ientry-idm21023">soup_session_request_http_uri, <a class="indexterm" href="SoupSession.html#soup-session-request-http-uri">soup_session_request_http_uri ()</a>
|
1287
1287
|
</dt>
|
1288
|
-
<dt id="ientry-
|
1288
|
+
<dt id="ientry-idm20879">soup_session_request_uri, <a class="indexterm" href="SoupSession.html#soup-session-request-uri">soup_session_request_uri ()</a>
|
1289
1289
|
</dt>
|
1290
|
-
<dt id="ientry-
|
1290
|
+
<dt id="ientry-idm21243">soup_session_requeue_message, <a class="indexterm" href="SoupSession.html#soup-session-requeue-message">soup_session_requeue_message ()</a>
|
1291
1291
|
</dt>
|
1292
|
-
<dt id="ientry-
|
1292
|
+
<dt id="ientry-idm21400">soup_session_send, <a class="indexterm" href="SoupSession.html#soup-session-send">soup_session_send ()</a>
|
1293
1293
|
</dt>
|
1294
|
-
<dt id="ientry-
|
1294
|
+
<dt id="ientry-idm21500">soup_session_send_async, <a class="indexterm" href="SoupSession.html#soup-session-send-async">soup_session_send_async ()</a>
|
1295
1295
|
</dt>
|
1296
|
-
<dt id="ientry-
|
1296
|
+
<dt id="ientry-idm21592">soup_session_send_finish, <a class="indexterm" href="SoupSession.html#soup-session-send-finish">soup_session_send_finish ()</a>
|
1297
1297
|
</dt>
|
1298
|
-
<dt id="ientry-
|
1298
|
+
<dt id="ientry-idm21280">soup_session_send_message, <a class="indexterm" href="SoupSession.html#soup-session-send-message">soup_session_send_message ()</a>
|
1299
1299
|
</dt>
|
1300
|
-
<dt id="ientry-
|
1300
|
+
<dt id="ientry-idm23042">SOUP_SESSION_SSL_CA_FILE, <a class="indexterm" href="SoupSession.html#SOUP-SESSION-SSL-CA-FILE:CAPS">SOUP_SESSION_SSL_CA_FILE</a>
|
1301
1301
|
</dt>
|
1302
|
-
<dt id="ientry-
|
1302
|
+
<dt id="ientry-idm23050">SOUP_SESSION_SSL_STRICT, <a class="indexterm" href="SoupSession.html#SOUP-SESSION-SSL-STRICT:CAPS">SOUP_SESSION_SSL_STRICT</a>
|
1303
1303
|
</dt>
|
1304
|
-
<dt id="ientry-
|
1304
|
+
<dt id="ientry-idm23032">SOUP_SESSION_SSL_USE_SYSTEM_CA_FILE, <a class="indexterm" href="SoupSession.html#SOUP-SESSION-SSL-USE-SYSTEM-CA-FILE:CAPS">SOUP_SESSION_SSL_USE_SYSTEM_CA_FILE</a>
|
1305
1305
|
</dt>
|
1306
|
-
<dt id="ientry-
|
1306
|
+
<dt id="ientry-idm22643">soup_session_steal_connection, <a class="indexterm" href="SoupSession.html#soup-session-steal-connection">soup_session_steal_connection ()</a>
|
1307
1307
|
</dt>
|
1308
|
-
<dt id="ientry-
|
1308
|
+
<dt id="ientry-idm23088">SOUP_SESSION_TIMEOUT, <a class="indexterm" href="SoupSession.html#SOUP-SESSION-TIMEOUT:CAPS">SOUP_SESSION_TIMEOUT</a>
|
1309
1309
|
</dt>
|
1310
|
-
<dt id="ientry-
|
1310
|
+
<dt id="ientry-idm23022">SOUP_SESSION_TLS_DATABASE, <a class="indexterm" href="SoupSession.html#SOUP-SESSION-TLS-DATABASE:CAPS">SOUP_SESSION_TLS_DATABASE</a>
|
1311
1311
|
</dt>
|
1312
|
-
<dt id="ientry-
|
1312
|
+
<dt id="ientry-idm23060">SOUP_SESSION_TLS_INTERACTION, <a class="indexterm" href="SoupSession.html#SOUP-SESSION-TLS-INTERACTION:CAPS">SOUP_SESSION_TLS_INTERACTION</a>
|
1313
1313
|
</dt>
|
1314
|
-
<dt id="ientry-
|
1314
|
+
<dt id="ientry-idm22116">soup_session_unpause_message, <a class="indexterm" href="SoupSession.html#soup-session-unpause-message">soup_session_unpause_message ()</a>
|
1315
1315
|
</dt>
|
1316
|
-
<dt id="ientry-
|
1316
|
+
<dt id="ientry-idm23106">SOUP_SESSION_USER_AGENT, <a class="indexterm" href="SoupSession.html#SOUP-SESSION-USER-AGENT:CAPS">SOUP_SESSION_USER_AGENT</a>
|
1317
1317
|
</dt>
|
1318
|
-
<dt id="ientry-
|
1318
|
+
<dt id="ientry-idm23078">SOUP_SESSION_USE_THREAD_CONTEXT, <a class="indexterm" href="SoupSession.html#SOUP-SESSION-USE-THREAD-CONTEXT:CAPS">SOUP_SESSION_USE_THREAD_CONTEXT</a>
|
1319
1319
|
</dt>
|
1320
|
-
<dt id="ientry-
|
1320
|
+
<dt id="ientry-idm21659">soup_session_websocket_connect_async, <a class="indexterm" href="SoupSession.html#soup-session-websocket-connect-async">soup_session_websocket_connect_async ()</a>
|
1321
1321
|
</dt>
|
1322
|
-
<dt id="ientry-
|
1322
|
+
<dt id="ientry-idm21772">soup_session_websocket_connect_finish, <a class="indexterm" href="SoupSession.html#soup-session-websocket-connect-finish">soup_session_websocket_connect_finish ()</a>
|
1323
1323
|
</dt>
|
1324
|
-
<dt id="ientry-
|
1324
|
+
<dt id="ientry-idm21962">soup_session_would_redirect, <a class="indexterm" href="SoupSession.html#soup-session-would-redirect">soup_session_would_redirect ()</a>
|
1325
1325
|
</dt>
|
1326
|
-
<dt id="ientry-
|
1326
|
+
<dt id="ientry-idm36303">SOUP_SOCKET_ASYNC_CONTEXT, <a class="indexterm" href="SoupSocket.html#SOUP-SOCKET-ASYNC-CONTEXT:CAPS">SOUP_SOCKET_ASYNC_CONTEXT</a>
|
1327
1327
|
</dt>
|
1328
|
-
<dt id="ientry-
|
1328
|
+
<dt id="ientry-idm35407">soup_socket_connect_async, <a class="indexterm" href="SoupSocket.html#soup-socket-connect-async">soup_socket_connect_async ()</a>
|
1329
1329
|
</dt>
|
1330
|
-
<dt id="ientry-
|
1330
|
+
<dt id="ientry-idm35477">soup_socket_connect_sync, <a class="indexterm" href="SoupSocket.html#soup-socket-connect-sync">soup_socket_connect_sync ()</a>
|
1331
1331
|
</dt>
|
1332
|
-
<dt id="ientry-
|
1332
|
+
<dt id="ientry-idm35688">soup_socket_disconnect, <a class="indexterm" href="SoupSocket.html#soup-socket-disconnect">soup_socket_disconnect ()</a>
|
1333
1333
|
</dt>
|
1334
|
-
<dt id="ientry-
|
1334
|
+
<dt id="ientry-idm36279">SOUP_SOCKET_FLAG_NONBLOCKING, <a class="indexterm" href="SoupSocket.html#SOUP-SOCKET-FLAG-NONBLOCKING:CAPS">SOUP_SOCKET_FLAG_NONBLOCKING</a>
|
1335
1335
|
</dt>
|
1336
|
-
<dt id="ientry-
|
1336
|
+
<dt id="ientry-idm35829">soup_socket_get_fd, <a class="indexterm" href="SoupSocket.html#soup-socket-get-fd">soup_socket_get_fd ()</a>
|
1337
1337
|
</dt>
|
1338
|
-
<dt id="ientry-
|
1338
|
+
<dt id="ientry-idm35751">soup_socket_get_local_address, <a class="indexterm" href="SoupSocket.html#soup-socket-get-local-address">soup_socket_get_local_address ()</a>
|
1339
1339
|
</dt>
|
1340
|
-
<dt id="ientry-
|
1340
|
+
<dt id="ientry-idm35790">soup_socket_get_remote_address, <a class="indexterm" href="SoupSocket.html#soup-socket-get-remote-address">soup_socket_get_remote_address ()</a>
|
1341
1341
|
</dt>
|
1342
|
-
<dt id="ientry-
|
1342
|
+
<dt id="ientry-idm35716">soup_socket_is_connected, <a class="indexterm" href="SoupSocket.html#soup-socket-is-connected">soup_socket_is_connected ()</a>
|
1343
1343
|
</dt>
|
1344
|
-
<dt id="ientry-
|
1344
|
+
<dt id="ientry-idm36287">SOUP_SOCKET_IS_SERVER, <a class="indexterm" href="SoupSocket.html#SOUP-SOCKET-IS-SERVER:CAPS">SOUP_SOCKET_IS_SERVER</a>
|
1345
1345
|
</dt>
|
1346
|
-
<dt id="ientry-
|
1346
|
+
<dt id="ientry-idm35654">soup_socket_is_ssl, <a class="indexterm" href="SoupSocket.html#soup-socket-is-ssl">soup_socket_is_ssl ()</a>
|
1347
1347
|
</dt>
|
1348
|
-
<dt id="ientry-
|
1348
|
+
<dt id="ientry-idm35529">soup_socket_listen, <a class="indexterm" href="SoupSocket.html#soup-socket-listen">soup_socket_listen ()</a>
|
1349
1349
|
</dt>
|
1350
|
-
<dt id="ientry-
|
1350
|
+
<dt id="ientry-idm36263">SOUP_SOCKET_LOCAL_ADDRESS, <a class="indexterm" href="SoupSocket.html#SOUP-SOCKET-LOCAL-ADDRESS:CAPS">SOUP_SOCKET_LOCAL_ADDRESS</a>
|
1351
1351
|
</dt>
|
1352
|
-
<dt id="ientry-
|
1352
|
+
<dt id="ientry-idm35318">soup_socket_new, <a class="indexterm" href="SoupSocket.html#soup-socket-new">soup_socket_new ()</a>
|
1353
1353
|
</dt>
|
1354
|
-
<dt id="ientry-
|
1354
|
+
<dt id="ientry-idm35864">soup_socket_read, <a class="indexterm" href="SoupSocket.html#soup-socket-read">soup_socket_read ()</a>
|
1355
1355
|
</dt>
|
1356
|
-
<dt id="ientry-
|
1356
|
+
<dt id="ientry-idm35978">soup_socket_read_until, <a class="indexterm" href="SoupSocket.html#soup-socket-read-until">soup_socket_read_until ()</a>
|
1357
1357
|
</dt>
|
1358
|
-
<dt id="ientry-
|
1358
|
+
<dt id="ientry-idm36271">SOUP_SOCKET_REMOTE_ADDRESS, <a class="indexterm" href="SoupSocket.html#SOUP-SOCKET-REMOTE-ADDRESS:CAPS">SOUP_SOCKET_REMOTE_ADDRESS</a>
|
1359
1359
|
</dt>
|
1360
|
-
<dt id="ientry-
|
1360
|
+
<dt id="ientry-idm36295">SOUP_SOCKET_SSL_CREDENTIALS, <a class="indexterm" href="SoupSocket.html#SOUP-SOCKET-SSL-CREDENTIALS:CAPS">SOUP_SOCKET_SSL_CREDENTIALS</a>
|
1361
1361
|
</dt>
|
1362
|
-
<dt id="ientry-
|
1362
|
+
<dt id="ientry-idm36321">SOUP_SOCKET_SSL_FALLBACK, <a class="indexterm" href="SoupSocket.html#SOUP-SOCKET-SSL-FALLBACK:CAPS">SOUP_SOCKET_SSL_FALLBACK</a>
|
1363
1363
|
</dt>
|
1364
|
-
<dt id="ientry-
|
1364
|
+
<dt id="ientry-idm36329">SOUP_SOCKET_SSL_STRICT, <a class="indexterm" href="SoupSocket.html#SOUP-SOCKET-SSL-STRICT:CAPS">SOUP_SOCKET_SSL_STRICT</a>
|
1365
1365
|
</dt>
|
1366
|
-
<dt id="ientry-
|
1366
|
+
<dt id="ientry-idm35604">soup_socket_start_proxy_ssl, <a class="indexterm" href="SoupSocket.html#soup-socket-start-proxy-ssl">soup_socket_start_proxy_ssl ()</a>
|
1367
1367
|
</dt>
|
1368
|
-
<dt id="ientry-
|
1368
|
+
<dt id="ientry-idm35564">soup_socket_start_ssl, <a class="indexterm" href="SoupSocket.html#soup-socket-start-ssl">soup_socket_start_ssl ()</a>
|
1369
1369
|
</dt>
|
1370
|
-
<dt id="ientry-
|
1370
|
+
<dt id="ientry-idm36313">SOUP_SOCKET_TIMEOUT, <a class="indexterm" href="SoupSocket.html#SOUP-SOCKET-TIMEOUT:CAPS">SOUP_SOCKET_TIMEOUT</a>
|
1371
1371
|
</dt>
|
1372
|
-
<dt id="ientry-
|
1372
|
+
<dt id="ientry-idm36337">SOUP_SOCKET_TLS_CERTIFICATE, <a class="indexterm" href="SoupSocket.html#SOUP-SOCKET-TLS-CERTIFICATE:CAPS">SOUP_SOCKET_TLS_CERTIFICATE</a>
|
1373
1373
|
</dt>
|
1374
|
-
<dt id="ientry-
|
1374
|
+
<dt id="ientry-idm36347">SOUP_SOCKET_TLS_ERRORS, <a class="indexterm" href="SoupSocket.html#SOUP-SOCKET-TLS-ERRORS:CAPS">SOUP_SOCKET_TLS_ERRORS</a>
|
1375
1375
|
</dt>
|
1376
|
-
<dt id="ientry-
|
1376
|
+
<dt id="ientry-idm36357">SOUP_SOCKET_TRUSTED_CERTIFICATE, <a class="indexterm" href="SoupSocket.html#SOUP-SOCKET-TRUSTED-CERTIFICATE:CAPS">SOUP_SOCKET_TRUSTED_CERTIFICATE</a>
|
1377
1377
|
</dt>
|
1378
|
-
<dt id="ientry-
|
1378
|
+
<dt id="ientry-idm36365">SOUP_SOCKET_USE_THREAD_CONTEXT, <a class="indexterm" href="SoupSocket.html#SOUP-SOCKET-USE-THREAD-CONTEXT:CAPS">SOUP_SOCKET_USE_THREAD_CONTEXT</a>
|
1379
1379
|
</dt>
|
1380
|
-
<dt id="ientry-
|
1380
|
+
<dt id="ientry-idm36104">soup_socket_write, <a class="indexterm" href="SoupSocket.html#soup-socket-write">soup_socket_write ()</a>
|
1381
1381
|
</dt>
|
1382
|
-
<dt id="ientry-
|
1382
|
+
<dt id="ientry-idm24443">soup_status_get_phrase, <a class="indexterm" href="libsoup-2.4-soup-status.html#soup-status-get-phrase">soup_status_get_phrase ()</a>
|
1383
1383
|
</dt>
|
1384
|
-
<dt id="ientry-
|
1384
|
+
<dt id="ientry-idm24387">SOUP_STATUS_IS_CLIENT_ERROR, <a class="indexterm" href="libsoup-2.4-soup-status.html#SOUP-STATUS-IS-CLIENT-ERROR:CAPS">SOUP_STATUS_IS_CLIENT_ERROR()</a>
|
1385
1385
|
</dt>
|
1386
|
-
<dt id="ientry-
|
1386
|
+
<dt id="ientry-idm24303">SOUP_STATUS_IS_INFORMATIONAL, <a class="indexterm" href="libsoup-2.4-soup-status.html#SOUP-STATUS-IS-INFORMATIONAL:CAPS">SOUP_STATUS_IS_INFORMATIONAL()</a>
|
1387
1387
|
</dt>
|
1388
|
-
<dt id="ientry-
|
1388
|
+
<dt id="ientry-idm24359">SOUP_STATUS_IS_REDIRECTION, <a class="indexterm" href="libsoup-2.4-soup-status.html#SOUP-STATUS-IS-REDIRECTION:CAPS">SOUP_STATUS_IS_REDIRECTION()</a>
|
1389
1389
|
</dt>
|
1390
|
-
<dt id="ientry-
|
1390
|
+
<dt id="ientry-idm24415">SOUP_STATUS_IS_SERVER_ERROR, <a class="indexterm" href="libsoup-2.4-soup-status.html#SOUP-STATUS-IS-SERVER-ERROR:CAPS">SOUP_STATUS_IS_SERVER_ERROR()</a>
|
1391
1391
|
</dt>
|
1392
|
-
<dt id="ientry-
|
1392
|
+
<dt id="ientry-idm24331">SOUP_STATUS_IS_SUCCESSFUL, <a class="indexterm" href="libsoup-2.4-soup-status.html#SOUP-STATUS-IS-SUCCESSFUL:CAPS">SOUP_STATUS_IS_SUCCESSFUL()</a>
|
1393
1393
|
</dt>
|
1394
|
-
<dt id="ientry-
|
1394
|
+
<dt id="ientry-idm24275">SOUP_STATUS_IS_TRANSPORT_ERROR, <a class="indexterm" href="libsoup-2.4-soup-status.html#SOUP-STATUS-IS-TRANSPORT-ERROR:CAPS">SOUP_STATUS_IS_TRANSPORT_ERROR()</a>
|
1395
1395
|
</dt>
|
1396
|
-
<dt id="ientry-
|
1396
|
+
<dt id="ientry-idm24483">soup_status_proxify, <a class="indexterm" href="libsoup-2.4-soup-status.html#soup-status-proxify">soup_status_proxify ()</a>
|
1397
1397
|
</dt>
|
1398
|
-
<dt id="ientry-
|
1398
|
+
<dt id="ientry-idm14301">soup_str_case_equal, <a class="indexterm" href="libsoup-2.4-Soup-Miscellaneous-Utilities.html#soup-str-case-equal">soup_str_case_equal ()</a>
|
1399
1399
|
</dt>
|
1400
|
-
<dt id="ientry-
|
1400
|
+
<dt id="ientry-idm14342">soup_str_case_hash, <a class="indexterm" href="libsoup-2.4-Soup-Miscellaneous-Utilities.html#soup-str-case-hash">soup_str_case_hash ()</a>
|
1401
1401
|
</dt>
|
1402
|
-
<dt id="ientry-
|
1402
|
+
<dt id="ientry-idm25040">soup_tld_domain_is_public_suffix, <a class="indexterm" href="libsoup-2.4-Top-Level-Domain-utils.html#soup-tld-domain-is-public-suffix">soup_tld_domain_is_public_suffix ()</a>
|
1403
1403
|
</dt>
|
1404
|
-
<dt id="ientry-
|
1404
|
+
<dt id="ientry-idm25079">SOUP_TLD_ERROR, <a class="indexterm" href="libsoup-2.4-Top-Level-Domain-utils.html#SOUP-TLD-ERROR:CAPS">SOUP_TLD_ERROR</a>
|
1405
1405
|
</dt>
|
1406
|
-
<dt id="ientry-
|
1406
|
+
<dt id="ientry-idm24985">soup_tld_get_base_domain, <a class="indexterm" href="libsoup-2.4-Top-Level-Domain-utils.html#soup-tld-get-base-domain">soup_tld_get_base_domain ()</a>
|
1407
1407
|
</dt>
|
1408
1408
|
<dt id="ientry-idm1723">SOUP_TYPE_AUTH_BASIC, <a class="indexterm" href="SoupAuth.html#SOUP-TYPE-AUTH-BASIC:CAPS">SOUP_TYPE_AUTH_BASIC</a>
|
1409
1409
|
</dt>
|
1410
1410
|
<dt id="ientry-idm1739">SOUP_TYPE_AUTH_DIGEST, <a class="indexterm" href="SoupAuth.html#SOUP-TYPE-AUTH-DIGEST:CAPS">SOUP_TYPE_AUTH_DIGEST</a>
|
1411
1411
|
</dt>
|
1412
|
-
<dt id="ientry-
|
1412
|
+
<dt id="ientry-idm27906">SOUP_TYPE_AUTH_MANAGER, <a class="indexterm" href="SoupAuthManager.html#SOUP-TYPE-AUTH-MANAGER:CAPS">SOUP_TYPE_AUTH_MANAGER</a>
|
1413
1413
|
</dt>
|
1414
1414
|
<dt id="ientry-idm1771">SOUP_TYPE_AUTH_NEGOTIATE, <a class="indexterm" href="SoupAuth.html#SOUP-TYPE-AUTH-NEGOTIATE:CAPS">SOUP_TYPE_AUTH_NEGOTIATE</a>
|
1415
1415
|
</dt>
|
1416
1416
|
<dt id="ientry-idm1755">SOUP_TYPE_AUTH_NTLM, <a class="indexterm" href="SoupAuth.html#SOUP-TYPE-AUTH-NTLM:CAPS">SOUP_TYPE_AUTH_NTLM</a>
|
1417
1417
|
</dt>
|
1418
|
-
<dt id="ientry-
|
1418
|
+
<dt id="ientry-idm25576">soup_uri_copy, <a class="indexterm" href="SoupURI.html#soup-uri-copy">soup_uri_copy ()</a>
|
1419
1419
|
</dt>
|
1420
|
-
<dt id="ientry-
|
1420
|
+
<dt id="ientry-idm25610">soup_uri_copy_host, <a class="indexterm" href="SoupURI.html#soup-uri-copy-host">soup_uri_copy_host ()</a>
|
1421
1421
|
</dt>
|
1422
|
-
<dt id="ientry-
|
1422
|
+
<dt id="ientry-idm25854">soup_uri_decode, <a class="indexterm" href="SoupURI.html#soup-uri-decode">soup_uri_decode ()</a>
|
1423
1423
|
</dt>
|
1424
|
-
<dt id="ientry-
|
1424
|
+
<dt id="ientry-idm25813">soup_uri_encode, <a class="indexterm" href="SoupURI.html#soup-uri-encode">soup_uri_encode ()</a>
|
1425
1425
|
</dt>
|
1426
|
-
<dt id="ientry-
|
1426
|
+
<dt id="ientry-idm25645">soup_uri_equal, <a class="indexterm" href="SoupURI.html#soup-uri-equal">soup_uri_equal ()</a>
|
1427
1427
|
</dt>
|
1428
|
-
<dt id="ientry-
|
1428
|
+
<dt id="ientry-idm25785">soup_uri_free, <a class="indexterm" href="SoupURI.html#soup-uri-free">soup_uri_free ()</a>
|
1429
1429
|
</dt>
|
1430
|
-
<dt id="ientry-
|
1430
|
+
<dt id="ientry-idm26722">soup_uri_get_fragment, <a class="indexterm" href="SoupURI.html#soup-uri-get-fragment">soup_uri_get_fragment ()</a>
|
1431
1431
|
</dt>
|
1432
|
-
<dt id="ientry-
|
1432
|
+
<dt id="ientry-idm26333">soup_uri_get_host, <a class="indexterm" href="SoupURI.html#soup-uri-get-host">soup_uri_get_host ()</a>
|
1433
1433
|
</dt>
|
1434
|
-
<dt id="ientry-
|
1434
|
+
<dt id="ientry-idm26250">soup_uri_get_password, <a class="indexterm" href="SoupURI.html#soup-uri-get-password">soup_uri_get_password ()</a>
|
1435
1435
|
</dt>
|
1436
|
-
<dt id="ientry-
|
1436
|
+
<dt id="ientry-idm26481">soup_uri_get_path, <a class="indexterm" href="SoupURI.html#soup-uri-get-path">soup_uri_get_path ()</a>
|
1437
1437
|
</dt>
|
1438
|
-
<dt id="ientry-
|
1438
|
+
<dt id="ientry-idm26407">soup_uri_get_port, <a class="indexterm" href="SoupURI.html#soup-uri-get-port">soup_uri_get_port ()</a>
|
1439
1439
|
</dt>
|
1440
|
-
<dt id="ientry-
|
1440
|
+
<dt id="ientry-idm26648">soup_uri_get_query, <a class="indexterm" href="SoupURI.html#soup-uri-get-query">soup_uri_get_query ()</a>
|
1441
1441
|
</dt>
|
1442
|
-
<dt id="ientry-
|
1442
|
+
<dt id="ientry-idm26098">soup_uri_get_scheme, <a class="indexterm" href="SoupURI.html#soup-uri-get-scheme">soup_uri_get_scheme ()</a>
|
1443
1443
|
</dt>
|
1444
|
-
<dt id="ientry-
|
1444
|
+
<dt id="ientry-idm26174">soup_uri_get_user, <a class="indexterm" href="SoupURI.html#soup-uri-get-user">soup_uri_get_user ()</a>
|
1445
1445
|
</dt>
|
1446
|
-
<dt id="ientry-
|
1446
|
+
<dt id="ientry-idm25692">soup_uri_host_equal, <a class="indexterm" href="SoupURI.html#soup-uri-host-equal">soup_uri_host_equal ()</a>
|
1447
1447
|
</dt>
|
1448
|
-
<dt id="ientry-
|
1448
|
+
<dt id="ientry-idm25747">soup_uri_host_hash, <a class="indexterm" href="SoupURI.html#soup-uri-host-hash">soup_uri_host_hash ()</a>
|
1449
1449
|
</dt>
|
1450
|
-
<dt id="ientry-
|
1450
|
+
<dt id="ientry-idm25980">SOUP_URI_IS_VALID, <a class="indexterm" href="SoupURI.html#SOUP-URI-IS-VALID:CAPS">SOUP_URI_IS_VALID()</a>
|
1451
1451
|
</dt>
|
1452
|
-
<dt id="ientry-
|
1452
|
+
<dt id="ientry-idm25479">soup_uri_new, <a class="indexterm" href="SoupURI.html#soup-uri-new">soup_uri_new ()</a>
|
1453
1453
|
</dt>
|
1454
|
-
<dt id="ientry-
|
1454
|
+
<dt id="ientry-idm25438">soup_uri_new_with_base, <a class="indexterm" href="SoupURI.html#soup-uri-new-with-base">soup_uri_new_with_base ()</a>
|
1455
1455
|
</dt>
|
1456
|
-
<dt id="ientry-
|
1456
|
+
<dt id="ientry-idm25889">soup_uri_normalize, <a class="indexterm" href="SoupURI.html#soup-uri-normalize">soup_uri_normalize ()</a>
|
1457
1457
|
</dt>
|
1458
|
-
<dt id="ientry-
|
1458
|
+
<dt id="ientry-idm26946">SOUP_URI_SCHEME_DATA, <a class="indexterm" href="SoupURI.html#SOUP-URI-SCHEME-DATA:CAPS">SOUP_URI_SCHEME_DATA</a>
|
1459
1459
|
</dt>
|
1460
|
-
<dt id="ientry-
|
1460
|
+
<dt id="ientry-idm26958">SOUP_URI_SCHEME_FILE, <a class="indexterm" href="SoupURI.html#SOUP-URI-SCHEME-FILE:CAPS">SOUP_URI_SCHEME_FILE</a>
|
1461
1461
|
</dt>
|
1462
|
-
<dt id="ientry-
|
1462
|
+
<dt id="ientry-idm26970">SOUP_URI_SCHEME_FTP, <a class="indexterm" href="SoupURI.html#SOUP-URI-SCHEME-FTP:CAPS">SOUP_URI_SCHEME_FTP</a>
|
1463
1463
|
</dt>
|
1464
|
-
<dt id="ientry-
|
1464
|
+
<dt id="ientry-idm26926">SOUP_URI_SCHEME_HTTP, <a class="indexterm" href="SoupURI.html#SOUP-URI-SCHEME-HTTP:CAPS">SOUP_URI_SCHEME_HTTP</a>
|
1465
1465
|
</dt>
|
1466
|
-
<dt id="ientry-
|
1466
|
+
<dt id="ientry-idm26936">SOUP_URI_SCHEME_HTTPS, <a class="indexterm" href="SoupURI.html#SOUP-URI-SCHEME-HTTPS:CAPS">SOUP_URI_SCHEME_HTTPS</a>
|
1467
1467
|
</dt>
|
1468
|
-
<dt id="ientry-
|
1468
|
+
<dt id="ientry-idm26982">SOUP_URI_SCHEME_RESOURCE, <a class="indexterm" href="SoupURI.html#SOUP-URI-SCHEME-RESOURCE:CAPS">SOUP_URI_SCHEME_RESOURCE</a>
|
1469
1469
|
</dt>
|
1470
|
-
<dt id="ientry-
|
1470
|
+
<dt id="ientry-idm26994">SOUP_URI_SCHEME_WS, <a class="indexterm" href="SoupURI.html#SOUP-URI-SCHEME-WS:CAPS">SOUP_URI_SCHEME_WS</a>
|
1471
1471
|
</dt>
|
1472
|
-
<dt id="ientry-
|
1472
|
+
<dt id="ientry-idm27006">SOUP_URI_SCHEME_WSS, <a class="indexterm" href="SoupURI.html#SOUP-URI-SCHEME-WSS:CAPS">SOUP_URI_SCHEME_WSS</a>
|
1473
1473
|
</dt>
|
1474
|
-
<dt id="ientry-
|
1474
|
+
<dt id="ientry-idm26682">soup_uri_set_fragment, <a class="indexterm" href="SoupURI.html#soup-uri-set-fragment">soup_uri_set_fragment ()</a>
|
1475
1475
|
</dt>
|
1476
|
-
<dt id="ientry-
|
1476
|
+
<dt id="ientry-idm26284">soup_uri_set_host, <a class="indexterm" href="SoupURI.html#soup-uri-set-host">soup_uri_set_host ()</a>
|
1477
1477
|
</dt>
|
1478
|
-
<dt id="ientry-
|
1478
|
+
<dt id="ientry-idm26208">soup_uri_set_password, <a class="indexterm" href="SoupURI.html#soup-uri-set-password">soup_uri_set_password ()</a>
|
1479
1479
|
</dt>
|
1480
|
-
<dt id="ientry-
|
1480
|
+
<dt id="ientry-idm26441">soup_uri_set_path, <a class="indexterm" href="SoupURI.html#soup-uri-set-path">soup_uri_set_path ()</a>
|
1481
1481
|
</dt>
|
1482
|
-
<dt id="ientry-
|
1482
|
+
<dt id="ientry-idm26367">soup_uri_set_port, <a class="indexterm" href="SoupURI.html#soup-uri-set-port">soup_uri_set_port ()</a>
|
1483
1483
|
</dt>
|
1484
|
-
<dt id="ientry-
|
1484
|
+
<dt id="ientry-idm26515">soup_uri_set_query, <a class="indexterm" href="SoupURI.html#soup-uri-set-query">soup_uri_set_query ()</a>
|
1485
1485
|
</dt>
|
1486
|
-
<dt id="ientry-
|
1486
|
+
<dt id="ientry-idm26599">soup_uri_set_query_from_fields, <a class="indexterm" href="SoupURI.html#soup-uri-set-query-from-fields">soup_uri_set_query_from_fields ()</a>
|
1487
1487
|
</dt>
|
1488
|
-
<dt id="ientry-
|
1488
|
+
<dt id="ientry-idm26555">soup_uri_set_query_from_form, <a class="indexterm" href="SoupURI.html#soup-uri-set-query-from-form">soup_uri_set_query_from_form ()</a>
|
1489
1489
|
</dt>
|
1490
|
-
<dt id="ientry-
|
1490
|
+
<dt id="ientry-idm26058">soup_uri_set_scheme, <a class="indexterm" href="SoupURI.html#soup-uri-set-scheme">soup_uri_set_scheme ()</a>
|
1491
1491
|
</dt>
|
1492
|
-
<dt id="ientry-
|
1492
|
+
<dt id="ientry-idm26132">soup_uri_set_user, <a class="indexterm" href="SoupURI.html#soup-uri-set-user">soup_uri_set_user ()</a>
|
1493
1493
|
</dt>
|
1494
|
-
<dt id="ientry-
|
1494
|
+
<dt id="ientry-idm25526">soup_uri_to_string, <a class="indexterm" href="SoupURI.html#soup-uri-to-string">soup_uri_to_string ()</a>
|
1495
1495
|
</dt>
|
1496
|
-
<dt id="ientry-
|
1496
|
+
<dt id="ientry-idm25945">soup_uri_uses_default_port, <a class="indexterm" href="SoupURI.html#soup-uri-uses-default-port">soup_uri_uses_default_port ()</a>
|
1497
1497
|
</dt>
|
1498
|
-
<dt id="ientry-
|
1498
|
+
<dt id="ientry-idm26023">SOUP_URI_VALID_FOR_HTTP, <a class="indexterm" href="SoupURI.html#SOUP-URI-VALID-FOR-HTTP:CAPS">SOUP_URI_VALID_FOR_HTTP()</a>
|
1499
1499
|
</dt>
|
1500
|
-
<dt id="ientry-
|
1500
|
+
<dt id="ientry-idm27372">SOUP_VERSION_2_24, <a class="indexterm" href="libsoup-2.4-Version-Information.html#SOUP-VERSION-2-24:CAPS">SOUP_VERSION_2_24</a>
|
1501
1501
|
</dt>
|
1502
|
-
<dt id="ientry-
|
1502
|
+
<dt id="ientry-idm27384">SOUP_VERSION_2_26, <a class="indexterm" href="libsoup-2.4-Version-Information.html#SOUP-VERSION-2-26:CAPS">SOUP_VERSION_2_26</a>
|
1503
1503
|
</dt>
|
1504
|
-
<dt id="ientry-
|
1504
|
+
<dt id="ientry-idm27396">SOUP_VERSION_2_28, <a class="indexterm" href="libsoup-2.4-Version-Information.html#SOUP-VERSION-2-28:CAPS">SOUP_VERSION_2_28</a>
|
1505
1505
|
</dt>
|
1506
|
-
<dt id="ientry-
|
1506
|
+
<dt id="ientry-idm27408">SOUP_VERSION_2_30, <a class="indexterm" href="libsoup-2.4-Version-Information.html#SOUP-VERSION-2-30:CAPS">SOUP_VERSION_2_30</a>
|
1507
1507
|
</dt>
|
1508
|
-
<dt id="ientry-
|
1508
|
+
<dt id="ientry-idm27420">SOUP_VERSION_2_32, <a class="indexterm" href="libsoup-2.4-Version-Information.html#SOUP-VERSION-2-32:CAPS">SOUP_VERSION_2_32</a>
|
1509
1509
|
</dt>
|
1510
|
-
<dt id="ientry-
|
1510
|
+
<dt id="ientry-idm27432">SOUP_VERSION_2_34, <a class="indexterm" href="libsoup-2.4-Version-Information.html#SOUP-VERSION-2-34:CAPS">SOUP_VERSION_2_34</a>
|
1511
1511
|
</dt>
|
1512
|
-
<dt id="ientry-
|
1512
|
+
<dt id="ientry-idm27444">SOUP_VERSION_2_36, <a class="indexterm" href="libsoup-2.4-Version-Information.html#SOUP-VERSION-2-36:CAPS">SOUP_VERSION_2_36</a>
|
1513
1513
|
</dt>
|
1514
|
-
<dt id="ientry-
|
1514
|
+
<dt id="ientry-idm27456">SOUP_VERSION_2_38, <a class="indexterm" href="libsoup-2.4-Version-Information.html#SOUP-VERSION-2-38:CAPS">SOUP_VERSION_2_38</a>
|
1515
1515
|
</dt>
|
1516
|
-
<dt id="ientry-
|
1516
|
+
<dt id="ientry-idm27468">SOUP_VERSION_2_40, <a class="indexterm" href="libsoup-2.4-Version-Information.html#SOUP-VERSION-2-40:CAPS">SOUP_VERSION_2_40</a>
|
1517
1517
|
</dt>
|
1518
|
-
<dt id="ientry-
|
1518
|
+
<dt id="ientry-idm27480">SOUP_VERSION_2_42, <a class="indexterm" href="libsoup-2.4-Version-Information.html#SOUP-VERSION-2-42:CAPS">SOUP_VERSION_2_42</a>
|
1519
1519
|
</dt>
|
1520
|
-
<dt id="ientry-
|
1520
|
+
<dt id="ientry-idm27492">SOUP_VERSION_2_44, <a class="indexterm" href="libsoup-2.4-Version-Information.html#SOUP-VERSION-2-44:CAPS">SOUP_VERSION_2_44</a>
|
1521
1521
|
</dt>
|
1522
|
-
<dt id="ientry-
|
1522
|
+
<dt id="ientry-idm27504">SOUP_VERSION_2_46, <a class="indexterm" href="libsoup-2.4-Version-Information.html#SOUP-VERSION-2-46:CAPS">SOUP_VERSION_2_46</a>
|
1523
1523
|
</dt>
|
1524
|
-
<dt id="ientry-
|
1524
|
+
<dt id="ientry-idm27516">SOUP_VERSION_2_48, <a class="indexterm" href="libsoup-2.4-Version-Information.html#SOUP-VERSION-2-48:CAPS">SOUP_VERSION_2_48</a>
|
1525
1525
|
</dt>
|
1526
|
-
<dt id="ientry-
|
1526
|
+
<dt id="ientry-idm27528">SOUP_VERSION_2_50, <a class="indexterm" href="libsoup-2.4-Version-Information.html#SOUP-VERSION-2-50:CAPS">SOUP_VERSION_2_50</a>
|
1527
1527
|
</dt>
|
1528
|
-
<dt id="ientry-
|
1528
|
+
<dt id="ientry-idm27540">SOUP_VERSION_2_52, <a class="indexterm" href="libsoup-2.4-Version-Information.html#SOUP-VERSION-2-52:CAPS">SOUP_VERSION_2_52</a>
|
1529
1529
|
</dt>
|
1530
|
-
<dt id="ientry-
|
1530
|
+
<dt id="ientry-idm27351">SOUP_VERSION_MAX_ALLOWED, <a class="indexterm" href="libsoup-2.4-Version-Information.html#SOUP-VERSION-MAX-ALLOWED:CAPS">SOUP_VERSION_MAX_ALLOWED</a>
|
1531
1531
|
</dt>
|
1532
|
-
<dt id="ientry-
|
1532
|
+
<dt id="ientry-idm27335">SOUP_VERSION_MIN_REQUIRED, <a class="indexterm" href="libsoup-2.4-Version-Information.html#SOUP-VERSION-MIN-REQUIRED:CAPS">SOUP_VERSION_MIN_REQUIRED</a>
|
1533
1533
|
</dt>
|
1534
|
-
<dt id="ientry-
|
1534
|
+
<dt id="ientry-idm32350">soup_websocket_client_prepare_handshake, <a class="indexterm" href="libsoup-2.4-WebSockets.html#soup-websocket-client-prepare-handshake">soup_websocket_client_prepare_handshake ()</a>
|
1535
1535
|
</dt>
|
1536
|
-
<dt id="ientry-
|
1536
|
+
<dt id="ientry-idm32406">soup_websocket_client_verify_handshake, <a class="indexterm" href="libsoup-2.4-WebSockets.html#soup-websocket-client-verify-handshake">soup_websocket_client_verify_handshake ()</a>
|
1537
1537
|
</dt>
|
1538
|
-
<dt id="ientry-
|
1538
|
+
<dt id="ientry-idm32977">soup_websocket_connection_close, <a class="indexterm" href="libsoup-2.4-WebSockets.html#soup-websocket-connection-close">soup_websocket_connection_close ()</a>
|
1539
1539
|
</dt>
|
1540
|
-
<dt id="ientry-
|
1540
|
+
<dt id="ientry-idm33031">soup_websocket_connection_get_close_code, <a class="indexterm" href="libsoup-2.4-WebSockets.html#soup-websocket-connection-get-close-code">soup_websocket_connection_get_close_code ()</a>
|
1541
1541
|
</dt>
|
1542
|
-
<dt id="ientry-
|
1542
|
+
<dt id="ientry-idm33066">soup_websocket_connection_get_close_data, <a class="indexterm" href="libsoup-2.4-WebSockets.html#soup-websocket-connection-get-close-data">soup_websocket_connection_get_close_data ()</a>
|
1543
1543
|
</dt>
|
1544
|
-
<dt id="ientry-
|
1544
|
+
<dt id="ientry-idm32726">soup_websocket_connection_get_connection_type, <a class="indexterm" href="libsoup-2.4-WebSockets.html#soup-websocket-connection-get-connection-type">soup_websocket_connection_get_connection_type ()</a>
|
1545
1545
|
</dt>
|
1546
|
-
<dt id="ientry-
|
1546
|
+
<dt id="ientry-idm32693">soup_websocket_connection_get_io_stream, <a class="indexterm" href="libsoup-2.4-WebSockets.html#soup-websocket-connection-get-io-stream">soup_websocket_connection_get_io_stream ()</a>
|
1547
1547
|
</dt>
|
1548
|
-
<dt id="ientry-
|
1548
|
+
<dt id="ientry-idm32790">soup_websocket_connection_get_origin, <a class="indexterm" href="libsoup-2.4-WebSockets.html#soup-websocket-connection-get-origin">soup_websocket_connection_get_origin ()</a>
|
1549
1549
|
</dt>
|
1550
|
-
<dt id="ientry-
|
1550
|
+
<dt id="ientry-idm32825">soup_websocket_connection_get_protocol, <a class="indexterm" href="libsoup-2.4-WebSockets.html#soup-websocket-connection-get-protocol">soup_websocket_connection_get_protocol ()</a>
|
1551
1551
|
</dt>
|
1552
|
-
<dt id="ientry-
|
1552
|
+
<dt id="ientry-idm32860">soup_websocket_connection_get_state, <a class="indexterm" href="libsoup-2.4-WebSockets.html#soup-websocket-connection-get-state">soup_websocket_connection_get_state ()</a>
|
1553
1553
|
</dt>
|
1554
|
-
<dt id="ientry-
|
1554
|
+
<dt id="ientry-idm32756">soup_websocket_connection_get_uri, <a class="indexterm" href="libsoup-2.4-WebSockets.html#soup-websocket-connection-get-uri">soup_websocket_connection_get_uri ()</a>
|
1555
1555
|
</dt>
|
1556
|
-
<dt id="ientry-
|
1556
|
+
<dt id="ientry-idm32616">soup_websocket_connection_new, <a class="indexterm" href="libsoup-2.4-WebSockets.html#soup-websocket-connection-new">soup_websocket_connection_new ()</a>
|
1557
1557
|
</dt>
|
1558
|
-
<dt id="ientry-
|
1558
|
+
<dt id="ientry-idm32927">soup_websocket_connection_send_binary, <a class="indexterm" href="libsoup-2.4-WebSockets.html#soup-websocket-connection-send-binary">soup_websocket_connection_send_binary ()</a>
|
1559
1559
|
</dt>
|
1560
|
-
<dt id="ientry-
|
1560
|
+
<dt id="ientry-idm32890">soup_websocket_connection_send_text, <a class="indexterm" href="libsoup-2.4-WebSockets.html#soup-websocket-connection-send-text">soup_websocket_connection_send_text ()</a>
|
1561
1561
|
</dt>
|
1562
|
-
<dt id="ientry-
|
1562
|
+
<dt id="ientry-idm33338">SOUP_WEBSOCKET_ERROR, <a class="indexterm" href="libsoup-2.4-WebSockets.html#SOUP-WEBSOCKET-ERROR:CAPS">SOUP_WEBSOCKET_ERROR</a>
|
1563
1563
|
</dt>
|
1564
|
-
<dt id="ientry-
|
1564
|
+
<dt id="ientry-idm32459">soup_websocket_server_check_handshake, <a class="indexterm" href="libsoup-2.4-WebSockets.html#soup-websocket-server-check-handshake">soup_websocket_server_check_handshake ()</a>
|
1565
1565
|
</dt>
|
1566
|
-
<dt id="ientry-
|
1566
|
+
<dt id="ientry-idm32544">soup_websocket_server_process_handshake, <a class="indexterm" href="libsoup-2.4-WebSockets.html#soup-websocket-server-process-handshake">soup_websocket_server_process_handshake ()</a>
|
1567
1567
|
</dt>
|
1568
|
-
<dt id="ientry-
|
1568
|
+
<dt id="ientry-idm31733">soup_xmlrpc_build_fault, <a class="indexterm" href="libsoup-2.4-XMLRPC-Support.html#soup-xmlrpc-build-fault">soup_xmlrpc_build_fault ()</a>
|
1569
1569
|
</dt>
|
1570
|
-
<dt id="ientry-
|
1570
|
+
<dt id="ientry-idm31113">soup_xmlrpc_build_request, <a class="indexterm" href="libsoup-2.4-XMLRPC-Support.html#soup-xmlrpc-build-request">soup_xmlrpc_build_request ()</a>
|
1571
1571
|
</dt>
|
1572
|
-
<dt id="ientry-
|
1572
|
+
<dt id="ientry-idm31678">soup_xmlrpc_build_response, <a class="indexterm" href="libsoup-2.4-XMLRPC-Support.html#soup-xmlrpc-build-response">soup_xmlrpc_build_response ()</a>
|
1573
1573
|
</dt>
|
1574
|
-
<dt id="ientry-
|
1574
|
+
<dt id="ientry-idm31909">SOUP_XMLRPC_ERROR, <a class="indexterm" href="libsoup-2.4-XMLRPC-Support.html#SOUP-XMLRPC-ERROR:CAPS">SOUP_XMLRPC_ERROR</a>
|
1575
1575
|
</dt>
|
1576
|
-
<dt id="ientry-
|
1576
|
+
<dt id="ientry-idm31936">SOUP_XMLRPC_FAULT, <a class="indexterm" href="libsoup-2.4-XMLRPC-Support.html#SOUP-XMLRPC-FAULT:CAPS">SOUP_XMLRPC_FAULT</a>
|
1577
1577
|
</dt>
|
1578
|
-
<dt id="ientry-
|
1578
|
+
<dt id="ientry-idm31208">soup_xmlrpc_message_new, <a class="indexterm" href="libsoup-2.4-XMLRPC-Support.html#soup-xmlrpc-message-new">soup_xmlrpc_message_new ()</a>
|
1579
1579
|
</dt>
|
1580
|
-
<dt id="ientry-
|
1580
|
+
<dt id="ientry-idm31849">soup_xmlrpc_message_set_fault, <a class="indexterm" href="libsoup-2.4-XMLRPC-Support.html#soup-xmlrpc-message-set-fault">soup_xmlrpc_message_set_fault ()</a>
|
1581
1581
|
</dt>
|
1582
|
-
<dt id="ientry-
|
1582
|
+
<dt id="ientry-idm31782">soup_xmlrpc_message_set_response, <a class="indexterm" href="libsoup-2.4-XMLRPC-Support.html#soup-xmlrpc-message-set-response">soup_xmlrpc_message_set_response ()</a>
|
1583
1583
|
</dt>
|
1584
|
-
<dt id="ientry-
|
1584
|
+
<dt id="ientry-idm31479">soup_xmlrpc_params_free, <a class="indexterm" href="libsoup-2.4-XMLRPC-Support.html#soup-xmlrpc-params-free">soup_xmlrpc_params_free ()</a>
|
1585
1585
|
</dt>
|
1586
|
-
<dt id="ientry-
|
1586
|
+
<dt id="ientry-idm31510">soup_xmlrpc_params_parse, <a class="indexterm" href="libsoup-2.4-XMLRPC-Support.html#soup-xmlrpc-params-parse">soup_xmlrpc_params_parse ()</a>
|
1587
1587
|
</dt>
|
1588
|
-
<dt id="ientry-
|
1588
|
+
<dt id="ientry-idm31604">soup_xmlrpc_parse_request, <a class="indexterm" href="libsoup-2.4-XMLRPC-Support.html#soup-xmlrpc-parse-request">soup_xmlrpc_parse_request ()</a>
|
1589
1589
|
</dt>
|
1590
|
-
<dt id="ientry-
|
1590
|
+
<dt id="ientry-idm31286">soup_xmlrpc_parse_response, <a class="indexterm" href="libsoup-2.4-XMLRPC-Support.html#soup-xmlrpc-parse-response">soup_xmlrpc_parse_response ()</a>
|
1591
1591
|
</dt>
|
1592
|
-
<dt id="ientry-
|
1592
|
+
<dt id="ientry-idm31420">soup_xmlrpc_variant_get_datetime, <a class="indexterm" href="libsoup-2.4-XMLRPC-Support.html#soup-xmlrpc-variant-get-datetime">soup_xmlrpc_variant_get_datetime ()</a>
|
1593
1593
|
</dt>
|
1594
|
-
<dt id="ientry-
|
1594
|
+
<dt id="ientry-idm31377">soup_xmlrpc_variant_new_datetime, <a class="indexterm" href="libsoup-2.4-XMLRPC-Support.html#soup-xmlrpc-variant-new-datetime">soup_xmlrpc_variant_new_datetime ()</a>
|
1595
1595
|
</dt>
|
1596
1596
|
</dl>
|
1597
1597
|
</div></div>
|
1598
1598
|
</div>
|
1599
1599
|
<div class="footer">
|
1600
|
-
<hr>Generated by GTK-Doc V1.
|
1600
|
+
<hr>Generated by GTK-Doc V1.28.1</div>
|
1601
1601
|
</body>
|
1602
1602
|
</html>
|