gstreamer 3.0.7-x86-mingw32 → 3.0.8-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +28 -24
- data/ext/gstreamer/extconf.rb +1 -0
- data/lib/2.2/gstreamer.so +0 -0
- data/lib/2.3/gstreamer.so +0 -0
- data/sample/stream-status.rb +2 -2
- data/vendor/local/bin/cjpeg.exe +0 -0
- data/vendor/local/bin/djpeg.exe +0 -0
- data/vendor/local/bin/flac.exe +0 -0
- data/vendor/local/bin/gst-device-monitor-1.0.exe +0 -0
- data/vendor/local/bin/gst-discoverer-1.0.exe +0 -0
- data/vendor/local/bin/gst-inspect-1.0.exe +0 -0
- data/vendor/local/bin/gst-launch-1.0.exe +0 -0
- data/vendor/local/bin/gst-play-1.0.exe +0 -0
- data/vendor/local/bin/gst-stats-1.0.exe +0 -0
- data/vendor/local/bin/gst-typefind-1.0.exe +0 -0
- data/vendor/local/bin/jpegtran.exe +0 -0
- data/vendor/local/bin/libFLAC-8.dll +0 -0
- data/vendor/local/bin/libgstadaptivedemux-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstallocators-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstapp-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstaudio-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstbadaudio-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstbadbase-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstbadvideo-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstbase-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstbasecamerabinsrc-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstcodecparsers-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstcontroller-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstfft-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstgl-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstinsertbin-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstmpegts-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstnet-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstpbutils-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstphotography-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstplayer-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstreamer-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstriff-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstrtp-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstrtsp-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstsdp-1.0-0.dll +0 -0
- data/vendor/local/bin/libgsttag-1.0-0.dll +0 -0
- data/vendor/local/bin/libgsturidownloader-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstvideo-1.0-0.dll +0 -0
- data/vendor/local/bin/libjpeg-9.dll +0 -0
- data/vendor/local/bin/libogg-0.dll +0 -0
- data/vendor/local/bin/libopus-0.dll +0 -0
- data/vendor/local/bin/libsoup-2.4-1.dll +0 -0
- data/vendor/local/bin/libsqlite3-0.dll +0 -0
- data/vendor/local/bin/libtheora-0.dll +0 -0
- data/vendor/local/bin/libtheoradec-1.dll +0 -0
- data/vendor/local/bin/libtheoraenc-1.dll +0 -0
- data/vendor/local/bin/libvorbis-0.dll +0 -0
- data/vendor/local/bin/libvorbisenc-2.dll +0 -0
- data/vendor/local/bin/libvorbisfile-3.dll +0 -0
- data/vendor/local/bin/metaflac.exe +0 -0
- data/vendor/local/bin/rdjpgcom.exe +0 -0
- data/vendor/local/bin/sqlite3.exe +0 -0
- data/vendor/local/bin/wrjpgcom.exe +0 -0
- data/vendor/local/include/gstreamer-1.0/gst/allocators/allocators.h +1 -0
- data/vendor/local/include/gstreamer-1.0/gst/allocators/gstfdmemory.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/app/gstappsink.h +10 -3
- data/vendor/local/include/gstreamer-1.0/gst/app/gstappsrc.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/audio-channel-mixer.h +70 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/audio-channels.h +1 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/audio-converter.h +103 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/audio-enumtypes.h +16 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/audio-format.h +7 -1
- data/vendor/local/include/gstreamer-1.0/gst/audio/audio-info.h +6 -1
- data/vendor/local/include/gstreamer-1.0/gst/audio/audio-quantize.h +99 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/audio.h +12 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudioaggregator.h +171 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiobasesink.h +26 -20
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiobasesrc.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiocdsrc.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudioclock.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiodecoder.h +16 -1
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudioencoder.h +30 -1
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiofilter.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiometa.h +46 -1
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudioringbuffer.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiosink.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiosrc.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/base/gstadapter.h +8 -0
- data/vendor/local/include/gstreamer-1.0/gst/base/gstaggregator.h +299 -0
- data/vendor/local/include/gstreamer-1.0/gst/base/gstbaseparse.h +12 -0
- data/vendor/local/include/gstreamer-1.0/gst/base/gstbasesink.h +16 -12
- data/vendor/local/include/gstreamer-1.0/gst/base/gstbasesrc.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/base/gstbasetransform.h +7 -3
- data/vendor/local/include/gstreamer-1.0/gst/base/gstbytewriter.h +0 -6
- data/vendor/local/include/gstreamer-1.0/gst/base/gstcollectpads.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/base/gstdataqueue.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/base/gstflowcombiner.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/base/gstpushsrc.h +6 -2
- data/vendor/local/include/gstreamer-1.0/gst/base/gstqueuearray.h +16 -0
- data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gsth264parser.h +6 -2
- data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gsth265parser.h +24 -0
- data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gstmpegvideoparser.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gstvp9parser.h +493 -0
- data/vendor/local/include/gstreamer-1.0/gst/controller/gstargbcontrolbinding.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/controller/gstdirectcontrolbinding.h +10 -2
- data/vendor/local/include/gstreamer-1.0/gst/controller/gstinterpolationcontrolsource.h +11 -2
- data/vendor/local/include/gstreamer-1.0/gst/controller/gstlfocontrolsource.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/controller/gsttimedvaluecontrolsource.h +11 -4
- data/vendor/local/include/gstreamer-1.0/gst/controller/gsttriggercontrolsource.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/gl.h +10 -4
- data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/all_functions.h +1 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/base.h +1 -1
- data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/debug.h +28 -1
- data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/gstgl_compat.h +3 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/opengl.h +2 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/query.h +63 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/sync.h +4 -4
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstgl_enums.h +41 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstgl_fwd.h +91 -12
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglapi.h +53 -23
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglbasefilter.h +11 -5
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglbasememory.h +361 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglbuffer.h +125 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglbufferpool.h +5 -6
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglcolorconvert.h +21 -3
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglcontext.h +9 -5
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglcontrolbindingproxy.h +58 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstgldebug.h +172 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstgldisplay.h +12 -1
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglfeature.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglfilter.h +1 -2
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglformat.h +92 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglframebuffer.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglmemory.h +156 -112
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglmemorypbo.h +101 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstgloverlaycompositor.h +78 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglquery.h +140 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglshader.h +23 -37
- data/vendor/local/include/gstreamer-1.0/gst/gl/{gstglshadervariables.h → gstglshaderstrings.h} +12 -15
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglsl.h +96 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglslstage.h +94 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglsyncmeta.h +14 -2
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglupload.h +1 -2
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglutils.h +7 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglviewconvert.h +4 -2
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglwindow.h +18 -32
- data/vendor/local/include/gstreamer-1.0/gst/glib-compat.h +2 -0
- data/vendor/local/include/gstreamer-1.0/gst/gst.h +3 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstallocator.h +5 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstatomicqueue.h +5 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstbin.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstbuffer.h +40 -20
- data/vendor/local/include/gstreamer-1.0/gst/gstbufferlist.h +4 -12
- data/vendor/local/include/gstreamer-1.0/gst/gstbus.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstcaps.h +4 -20
- data/vendor/local/include/gstreamer-1.0/gst/gstcapsfeatures.h +6 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstclock.h +24 -3
- data/vendor/local/include/gstreamer-1.0/gst/gstcompat.h +3 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstcontext.h +6 -16
- data/vendor/local/include/gstreamer-1.0/gst/gstcontrolbinding.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstcontrolsource.h +10 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstdatetime.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstdebugutils.h +3 -1
- data/vendor/local/include/gstreamer-1.0/gst/gstdevice.h +18 -13
- data/vendor/local/include/gstreamer-1.0/gst/gstdevicemonitor.h +9 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstdeviceprovider.h +21 -10
- data/vendor/local/include/gstreamer-1.0/gst/gstdeviceproviderfactory.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstelement.h +26 -8
- data/vendor/local/include/gstreamer-1.0/gst/gstelementfactory.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstelementmetadata.h +2 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstenumtypes.h +6 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstevent.h +4 -24
- data/vendor/local/include/gstreamer-1.0/gst/gstghostpad.h +8 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstinfo.h +13 -8
- data/vendor/local/include/gstreamer-1.0/gst/gstiterator.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstmacros.h +2 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstmemory.h +11 -10
- data/vendor/local/include/gstreamer-1.0/gst/gstmessage.h +4 -16
- data/vendor/local/include/gstreamer-1.0/gst/gstmeta.h +3 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstobject.h +10 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstpad.h +112 -9
- data/vendor/local/include/gstreamer-1.0/gst/gstpadtemplate.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstparse.h +9 -1
- data/vendor/local/include/gstreamer-1.0/gst/gstpipeline.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstplugin.h +9 -1
- data/vendor/local/include/gstreamer-1.0/gst/gstpluginfeature.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstquery.h +4 -16
- data/vendor/local/include/gstreamer-1.0/gst/gstregistry.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstsample.h +4 -12
- data/vendor/local/include/gstreamer-1.0/gst/gstsegment.h +37 -24
- data/vendor/local/include/gstreamer-1.0/gst/gststructure.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstsystemclock.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/gsttaglist.h +29 -12
- data/vendor/local/include/gstreamer-1.0/gst/gsttask.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/gsttaskpool.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/gsttoc.h +17 -0
- data/vendor/local/include/gstreamer-1.0/gst/gsttracer.h +76 -0
- data/vendor/local/include/gstreamer-1.0/gst/gsttracerfactory.h +61 -0
- data/vendor/local/include/gstreamer-1.0/gst/gsttracerrecord.h +102 -0
- data/vendor/local/include/gstreamer-1.0/gst/gsttypefindfactory.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/gsturi.h +4 -12
- data/vendor/local/include/gstreamer-1.0/gst/gstutils.h +16 -56
- data/vendor/local/include/gstreamer-1.0/gst/gstversion.h +4 -2
- data/vendor/local/include/gstreamer-1.0/gst/insertbin/gstinsertbin.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/interfaces/photography.h +0 -2
- data/vendor/local/include/gstreamer-1.0/gst/mpegts/gstmpegtsdescriptor.h +2 -0
- data/vendor/local/include/gstreamer-1.0/gst/net/gstnetaddressmeta.h +1 -3
- data/vendor/local/include/gstreamer-1.0/gst/net/gstnetclientclock.h +8 -0
- data/vendor/local/include/gstreamer-1.0/gst/net/gstnettimepacket.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/net/gstnettimeprovider.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/net/gstptpclock.h +4 -1
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/codec-utils.h +37 -0
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/encoding-profile.h +16 -0
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/encoding-target.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/gstaudiovisualizer.h +106 -0
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/gstdiscoverer.h +28 -0
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/gstpluginsbaseversion.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/install-plugins.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/pbutils-enumtypes.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/player/gstplayer-g-main-context-signal-dispatcher.h +48 -0
- data/vendor/local/include/gstreamer-1.0/gst/player/gstplayer-media-info.h +192 -0
- data/vendor/local/include/gstreamer-1.0/gst/player/gstplayer-signal-dispatcher.h +53 -0
- data/vendor/local/include/gstreamer-1.0/gst/{check/check.h → player/gstplayer-types.h} +14 -9
- data/vendor/local/include/gstreamer-1.0/gst/player/gstplayer-video-overlay-video-renderer.h +53 -0
- data/vendor/local/include/gstreamer-1.0/gst/player/gstplayer-video-renderer.h +47 -0
- data/vendor/local/include/gstreamer-1.0/gst/player/gstplayer-visualization.h +52 -0
- data/vendor/local/include/gstreamer-1.0/gst/player/gstplayer.h +183 -0
- data/vendor/local/include/gstreamer-1.0/gst/{check/gstbufferstraw.h → player/player.h} +9 -14
- data/vendor/local/include/gstreamer-1.0/gst/riff/riff-ids.h +5 -5
- data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtp-enumtypes.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtpbaseaudiopayload.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtpbasedepayload.h +20 -2
- data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtpbasepayload.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtpbuffer.h +16 -0
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtspconnection.h +6 -4
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtspdefs.h +1 -1
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtsptransport.h +1 -0
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtspurl.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/sdp/gstmikey.h +11 -24
- data/vendor/local/include/gstreamer-1.0/gst/sdp/gstsdpmessage.h +9 -0
- data/vendor/local/include/gstreamer-1.0/gst/tag/gsttagdemux.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/tag/gsttagmux.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/uridownloader/gstfragment.h +3 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/colorbalancechannel.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideoaffinetransformationmeta.h +70 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideoaggregator.h +124 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideoaggregatorpad.h +112 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideodecoder.h +16 -1
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideoencoder.h +19 -1
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideofilter.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideopool.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideosink.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideoutils.h +8 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/video-color.h +6 -2
- data/vendor/local/include/gstreamer-1.0/gst/video/video-enumtypes.h +12 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/video-format.h +19 -5
- data/vendor/local/include/gstreamer-1.0/gst/video/video-frame.h +1 -1
- data/vendor/local/include/gstreamer-1.0/gst/video/video-info.h +23 -13
- data/vendor/local/include/gstreamer-1.0/gst/video/video-overlay-composition.h +10 -22
- data/vendor/local/include/jpeglib.h +3 -3
- data/vendor/local/include/libsoup-2.4/libsoup/soup-address.h +11 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-auth-domain-basic.h +3 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-auth-domain-digest.h +4 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-auth-domain.h +11 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-auth-manager.h +2 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-auth.h +26 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-autocleanups.h +68 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-enum-types.h +34 -29
- data/vendor/local/include/libsoup-2.4/libsoup/soup-form.h +8 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-headers.h +9 -1
- data/vendor/local/include/libsoup-2.4/libsoup/soup-logger.h +7 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-message-body.h +16 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-message-headers.h +17 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-message.h +29 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-method.h +15 -15
- data/vendor/local/include/libsoup-2.4/libsoup/soup-misc.h +9 -3
- data/vendor/local/include/libsoup-2.4/libsoup/soup-multipart.h +1 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-proxy-resolver-default.h +2 -1
- data/vendor/local/include/libsoup-2.4/libsoup/soup-proxy-resolver.h +3 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-server.h +22 -1
- data/vendor/local/include/libsoup-2.4/libsoup/soup-session-async.h +15 -1
- data/vendor/local/include/libsoup-2.4/libsoup/soup-session-sync.h +15 -1
- data/vendor/local/include/libsoup-2.4/libsoup/soup-session.h +10 -1
- data/vendor/local/include/libsoup-2.4/libsoup/soup-socket.h +16 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-status.h +2 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-uri.h +26 -4
- data/vendor/local/include/libsoup-2.4/libsoup/soup-value-utils.h +38 -8
- data/vendor/local/include/libsoup-2.4/libsoup/soup-version.h +142 -85
- data/vendor/local/include/libsoup-2.4/libsoup/soup-websocket-connection.h +1 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-websocket.h +1 -1
- data/vendor/local/include/libsoup-2.4/libsoup/soup-xmlrpc-old.h +68 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-xmlrpc.h +53 -35
- data/vendor/local/include/libsoup-2.4/libsoup/soup.h +7 -0
- data/vendor/local/include/opus/opus.h +4 -1
- data/vendor/local/include/opus/opus_defines.h +62 -35
- data/vendor/local/include/opus/opus_multistream.h +3 -3
- data/vendor/local/include/sqlite3.h +923 -50
- data/vendor/local/include/sqlite3ext.h +22 -3
- data/vendor/local/lib/girepository-1.0/Gst-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstAllocators-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstApp-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstAudio-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstBase-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstController-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstGL-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstInsertBin-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstMpegts-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/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/GstVideo-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/Soup-2.4.typelib +0 -0
- data/vendor/local/lib/gstreamer-1.0/include/gst/gl/gstglconfig.h +3 -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 +3 -3
- 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 +3 -3
- 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 +3 -3
- 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 +3 -3
- 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/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 +3 -3
- 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/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/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 +3 -3
- 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 +3 -3
- 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 +3 -3
- 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 +3 -3
- 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 +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstcamerabin2.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcamerabin2.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcamerabin2.la +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/{libgstfragmented.dll.a → libgstcoretracers.dll.a} +0 -0
- data/vendor/local/lib/{libgstcheck-1.0.la → gstreamer-1.0/libgstcoretracers.la} +9 -9
- 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 +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstd3dvideosink.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstd3dvideosink.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstd3dvideosink.la +1 -1
- 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/libgstdataurisrc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdataurisrc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdataurisrc.la +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 +3 -3
- 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/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 +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsink.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsink.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsink.la +3 -3
- 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 +3 -3
- 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 +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstencodebin.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstencodebin.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstencodebin.la +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 +3 -3
- 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 +3 -3
- 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 +3 -3
- 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 +3 -3
- 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 +3 -3
- 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 +3 -3
- 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 +3 -3
- 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/{libgstfragmented.la → libgsthls.la} +5 -5
- 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 +3 -3
- 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 +3 -3
- 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 +3 -3
- 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 +3 -3
- 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 +3 -3
- 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 +3 -3
- 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/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 +3 -3
- 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 +3 -3
- 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 +3 -3
- 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 +3 -3
- 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 +3 -3
- 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 +3 -3
- 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 +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstnetsim.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/{libgstrtpbad.dll.a → libgstnetsim.dll.a} +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstnetsim.la +41 -0
- 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/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 +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/{libgstliveadder.dll.a → libgstopusparse.dll.a} +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstopusparse.la +41 -0
- 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/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 +3 -3
- 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/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 +3 -3
- 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 +3 -3
- 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 +3 -3
- 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 +3 -3
- 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 +3 -3
- 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 +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstsouphttpsrc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsouphttpsrc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsouphttpsrc.la +3 -3
- 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 +3 -3
- 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/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 +3 -3
- 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 +3 -3
- 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 +3 -3
- 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 +3 -3
- 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/{libgstliveadder.la → libgstvideoframe_audiolevel.la} +5 -5
- 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 +3 -3
- 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 +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwaveformsink.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwaveformsink.la +3 -3
- 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 +3 -3
- 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 +3 -3
- 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 +3 -3
- 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 +41 -0
- data/vendor/local/lib/libgstbadbase-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstbadbase-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/libgstgl-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstgl-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/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 +41 -0
- 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/libjpeg.a +0 -0
- data/vendor/local/lib/libjpeg.dll.a +0 -0
- data/vendor/local/lib/libjpeg.la +4 -4
- data/vendor/local/lib/libogg.a +0 -0
- data/vendor/local/lib/libogg.dll.a +0 -0
- data/vendor/local/lib/libopus.a +0 -0
- data/vendor/local/lib/libopus.dll.a +0 -0
- data/vendor/local/lib/libopus.la +1 -1
- 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 +3 -3
- data/vendor/local/lib/libsqlite3.a +0 -0
- data/vendor/local/lib/libsqlite3.dll.a +0 -0
- data/vendor/local/lib/libsqlite3.la +2 -2
- data/vendor/local/lib/libtheora.a +0 -0
- data/vendor/local/lib/libtheora.dll.a +0 -0
- data/vendor/local/lib/libtheoradec.a +0 -0
- data/vendor/local/lib/libtheoradec.dll.a +0 -0
- data/vendor/local/lib/libtheoraenc.a +0 -0
- data/vendor/local/lib/libtheoraenc.dll.a +0 -0
- data/vendor/local/lib/libvorbis.a +0 -0
- data/vendor/local/lib/libvorbis.dll.a +0 -0
- data/vendor/local/lib/libvorbisenc.a +0 -0
- data/vendor/local/lib/libvorbisenc.dll.a +0 -0
- data/vendor/local/lib/libvorbisfile.a +0 -0
- data/vendor/local/lib/libvorbisfile.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/gstreamer-1.0.pc +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 +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-bad-audio-1.0.pc +13 -0
- data/vendor/local/lib/pkgconfig/{gstreamer-check-1.0.pc → gstreamer-bad-base-1.0.pc} +5 -4
- data/vendor/local/lib/pkgconfig/gstreamer-bad-video-1.0.pc +16 -0
- data/vendor/local/lib/pkgconfig/gstreamer-base-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-codecparsers-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-controller-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-fft-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-gl-1.0.pc +4 -4
- 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 +12 -0
- data/vendor/local/lib/pkgconfig/gstreamer-plugins-bad-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-plugins-base-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-riff-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-rtp-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-rtsp-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-sdp-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-tag-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-video-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/libsoup-2.4.pc +1 -1
- data/vendor/local/lib/pkgconfig/opus.pc +1 -1
- data/vendor/local/lib/pkgconfig/sqlite3.pc +1 -1
- data/vendor/local/libexec/gstreamer-1.0/gst-plugin-scanner.exe +0 -0
- data/vendor/local/share/bash-completion/helpers/gst-completion-helper-1.0.exe +0 -0
- data/vendor/local/share/gir-1.0/Gst-1.0.gir +1459 -219
- data/vendor/local/share/gir-1.0/GstAllocators-1.0.gir +2 -8
- data/vendor/local/share/gir-1.0/GstApp-1.0.gir +89 -23
- data/vendor/local/share/gir-1.0/GstAudio-1.0.gir +1124 -77
- data/vendor/local/share/gir-1.0/GstBase-1.0.gir +370 -28
- data/vendor/local/share/gir-1.0/GstController-1.0.gir +43 -11
- data/vendor/local/share/gir-1.0/GstGL-1.0.gir +3776 -1269
- data/vendor/local/share/gir-1.0/GstInsertBin-1.0.gir +65 -16
- data/vendor/local/share/gir-1.0/GstMpegts-1.0.gir +53 -0
- data/vendor/local/share/gir-1.0/GstNet-1.0.gir +50 -10
- data/vendor/local/share/gir-1.0/GstPbutils-1.0.gir +422 -5
- data/vendor/local/share/gir-1.0/GstPlayer-1.0.gir +1853 -0
- data/vendor/local/share/gir-1.0/GstRtp-1.0.gir +66 -5
- data/vendor/local/share/gir-1.0/GstRtsp-1.0.gir +91 -13
- data/vendor/local/share/gir-1.0/GstSdp-1.0.gir +166 -0
- data/vendor/local/share/gir-1.0/GstVideo-1.0.gir +483 -93
- data/vendor/local/share/gir-1.0/Soup-2.4.gir +715 -88
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/ch01.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/ch02.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/ch03.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-1.0.devhelp2 +1 -1
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-GstFFMpegAudDec.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-GstFFMpegAudEnc.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-GstFFMpegVidDec.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-GstFFMpegVidEnc.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-gstav.html +32 -32
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-gstavcfg.html +15 -15
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-gstavcodecmap.html +40 -40
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-gstavprotocol.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-gstavutils.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-plugin-libav.html +444 -16
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/index.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstGLBaseFilter.html +34 -33
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstGLBufferPool.html +111 -33
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstGLColorConvert.html +67 -36
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstGLContext.html +230 -131
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstGLDisplay.html +143 -72
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstGLFilter.html +41 -46
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstGLFramebuffer.html +22 -22
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstGLShader.html +1237 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstGLUpload.html +57 -75
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstGLWindow.html +115 -158
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/annotation-glossary.html +5 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/api-index-deprecated.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/api-index-full.html +1640 -632
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/base.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/{ch07.html → ch08.html} +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/codecparsers.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/compiling.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gl.html +30 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-1.0.devhelp2 +956 -130
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-descriptors.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-sections.html +107 -107
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html +72 -72
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html +126 -126
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html +365 -365
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.html +95 -95
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstAggregator.html +47 -42
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstAggregatorPad.html +38 -38
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstEGLImageMemory.html +20 -20
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLAPI.html +90 -73
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLBuffer.html +362 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLContextCocoa.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLContextEGL.html +14 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLContextEagl.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLContextGLX.html +12 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLContextWGL.html +12 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLMemory.html +1289 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLSL.html +419 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLSyncMeta.html +58 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLWindowAndroid.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLWindowCocoa.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLWindowDispmanx.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLWindowWayland.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLWindowWin32.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLWindowX11.html +12 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstInsertbin.html +116 -116
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstPhotography.html +274 -277
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstVideoAggregator.html +32 -21
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstVideoAggregatorPad.html +15 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ISDB-variants-of-MPEG-TS-descriptors.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Mpeg-ts-helper-library.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-OpenGL-Formats.html +549 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-OpenGL-Miscellaneous-Utilities.html +678 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-OpenGL-debugging.html +648 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstglbasememory.html +1286 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstglmemorypbo.html +325 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstmpegvideometa.html +43 -41
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstplayer-gmaincontextsignaldispatcher.html +93 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstplayer-mediainfo.html +961 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstplayer-videooverlayvideorenderer.html +325 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstplayer-visualization.html +226 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstplayer.html +2252 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-h264parser.html +227 -213
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-jpegparser.html +87 -87
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html +80 -80
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpegvideoparser.html +176 -165
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-vc1parser.html +140 -140
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gstreamer-libs-hierarchy.html +37 -20
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gstreamer-plugins-bad.html +49 -16
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/index.html +50 -17
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/mpegts.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/player.html +46 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/tools.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/video.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/ch01.html +6 -21
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/ch02.html +3 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-1.0.devhelp2 +20 -40
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-accurip.html +15 -15
- 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 +10 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-assrender.html +17 -17
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-audiointerleave.html +206 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-audiomixer.html +30 -29
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-autoconvert.html +17 -17
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-bs2b.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-bulge.html +35 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-burn.html +19 -19
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-camerabin.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-chromium.html +20 -20
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-circle.html +39 -19
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-coloreffects.html +15 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-compositor.html +22 -22
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-cvdilate.html +14 -25
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-cvequalizehist.html +14 -24
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-cverode.html +14 -25
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-cvlaplace.html +74 -31
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-cvsmooth.html +43 -46
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-cvsobel.html +45 -33
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dataurisrc.html +17 -17
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-diffuse.html +35 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dilate.html +19 -19
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dodge.html +17 -17
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dtmfdetect.html +11 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dtsdec.html +14 -14
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dvbsrc.html +94 -94
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dvdspu.html +12 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-edgedetect.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-exclusion.html +19 -19
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-faac.html +37 -17
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-faad.html +11 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-faceblur.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-facedetect.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-festival.html +12 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-fisheye.html +32 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-fpsdisplaysink.html +49 -50
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gaussianblur.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-jpegparse.html +16 -16
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-kaleidoscope.html +39 -19
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-liveadder.html +10 -72
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-marble.html +41 -21
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mimdec.html +10 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mimenc.html +13 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mirror.html +33 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-modplug.html +35 -35
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mpeg2enc.html +66 -66
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mpegpsmux.html +12 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mpegtsmux.html +39 -23
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mplex.html +25 -25
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-neonhttpsrc.html +36 -36
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-ofa.html +13 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-openalsink.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-openalsrc.html +17 -17
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-opencvtextoverlay.html +43 -40
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-pcapparse.html +27 -27
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-pinch.html +34 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-aiff.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-assrender.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-audiomixer.html +9 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-audiovisualizers.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-autoconvert.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-bayer.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-bs2b.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-bz2.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-camerabin.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-coloreffects.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-curl.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-dataurisrc.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-debugutilsbad.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-dtsdec.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-dvb.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-dvdspu.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-faac.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-faad.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-festival.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-gaudieffects.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-geometrictransform.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-gsm.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-jpegformat.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-mimic.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-mms.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-modplug.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-mpeg2enc.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-mpegpsmux.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-mpegtsmux.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-mplex.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-neon.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-ofa.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-openal.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-opencv.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-pcapparse.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-rawparse.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-rfbsrc.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-rtmp.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-sdp.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-shm.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-soundtouch.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-speed.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-voaacenc.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-voamrwbenc.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-zbar.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-pyramidsegment.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rfbsrc.html +37 -37
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rtmpsink.html +15 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rtmpsrc.html +16 -16
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-sdpdemux.html +23 -23
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-shmsink.html +31 -31
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-shmsrc.html +19 -19
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-solarize.html +23 -23
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-spacescope.html +14 -14
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-spectrascope.html +13 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-speed.html +15 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-sphere.html +34 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-square.html +38 -19
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-stretch.html +34 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-synaescope.html +13 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-templatematch.html +28 -28
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-tunnel.html +32 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-twirl.html +34 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-videoparse.html +74 -33
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-voaacenc.html +20 -16
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-voamrwbenc.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-waterripple.html +38 -19
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-wavescope.html +14 -14
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-zbar.html +19 -19
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/index.html +7 -28
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/annotation-glossary.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/api-index-deprecated.html +11 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/api-index-full.html +219 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/compiling.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-1.0.devhelp2 +575 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstAudioConverter.html +527 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstAudioQuantize.html +335 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoChroma.html +35 -35
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoDecoder.html +217 -193
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoDither.html +22 -22
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoEncoder.html +121 -101
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoPool.html +22 -22
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoResampler.html +29 -29
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoScaler.html +49 -49
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-appsink.html +101 -101
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-appsrc.html +130 -130
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-dmabuf.html +34 -34
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-encoding-profile.html +452 -310
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-fdmemory.html +40 -40
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudio.html +152 -127
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiobasesink.html +323 -85
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiobasesrc.html +55 -62
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiocdsrc.html +41 -41
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiochannels.html +331 -73
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudioclock.html +54 -54
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiodecoder.html +176 -166
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudioencoder.html +212 -168
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiofilter.html +18 -18
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudioiec61937.html +20 -20
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiometa.html +163 -29
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudioringbuffer.html +183 -188
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiosink.html +11 -16
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiosrc.html +12 -17
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstcolorbalance.html +37 -37
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstcolorbalancechannel.html +21 -21
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstdiscoverer.html +319 -319
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstfft.html +13 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstfftf32.html +26 -26
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstfftf64.html +26 -26
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstffts16.html +26 -26
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstffts32.html +26 -26
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html +427 -350
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstnavigation.html +192 -192
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutils.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutilscodecutils.html +489 -138
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutilsdescriptions.html +62 -62
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutilsinstallplugins.html +49 -49
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutilsmissingplugins.html +109 -109
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpluginsbaseversion.html +72 -62
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstriff.html +94 -94
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtcpbuffer.html +367 -367
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtpbaseaudiopayload.html +54 -58
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtpbasedepayload.html +59 -45
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtpbasepayload.html +90 -95
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtpbuffer.html +297 -297
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtphdrext.html +40 -40
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtppayloads.html +26 -26
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspconnection.html +293 -233
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html +75 -75
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspextension.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspmessage.html +137 -137
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtsprange.html +50 -50
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtsptransport.html +56 -56
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspurl.html +43 -43
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstsdpmessage.html +830 -608
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gststreamvolume.html +40 -40
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttag.html +41 -41
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagdemux.html +13 -18
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagexif.html +35 -35
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagid3.html +63 -63
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttaglanguagecodes.html +43 -43
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttaglicenses.html +46 -46
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagmux.html +9 -14
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagvorbis.html +66 -66
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagxmp.html +28 -28
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagxmpwriter.html +25 -25
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html +761 -517
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideoaffinetransformationmeta.html +175 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideofilter.html +12 -17
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideometa.html +142 -142
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideoorientation.html +76 -76
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideooverlay.html +88 -88
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideooverlaycomposition.html +145 -145
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideosink.html +37 -44
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideoutils.html +67 -67
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-allocators.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-app.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-audio.html +9 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-base-utils.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-ffft.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-libs-hierarchy.html +13 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-mikey.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-plugins-base.html +12 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-riff.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-rtp.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-rtsp.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-sdp.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-tag.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-video.html +6 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/index.html +13 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/ch01.html +45 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/ch02.html +11 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-1.0.devhelp2 +95 -58
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-adder.html +14 -14
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-alsamidisrc.html +160 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-alsasink.html +22 -22
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-alsasrc.html +23 -23
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-appsink.html +65 -52
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-appsrc.html +73 -73
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-audioconvert.html +23 -130
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-audiorate.html +26 -26
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-audioresample.html +17 -17
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-audiotestsrc.html +32 -32
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-cdparanoiasrc.html +32 -32
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-clockoverlay.html +13 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-decodebin.html +130 -135
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-encodebin.html +65 -65
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-giosink.html +22 -22
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-giosrc.html +22 -22
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-giostreamsink.html +17 -17
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-giostreamsrc.html +20 -20
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-multifdsink.html +74 -74
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-multisocketsink.html +129 -76
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-oggaviparse.html +128 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-oggdemux.html +12 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-oggmux.html +22 -22
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-oggparse.html +128 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-ogmaudioparse.html +232 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-ogmtextparse.html +128 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-ogmvideoparse.html +448 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-opusdec.html +201 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-opusenc.html +348 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-playbin.html +228 -228
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-playsink.html +65 -65
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-adder.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-alsa.html +8 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-app.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-audioconvert.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-audiorate.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-audioresample.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-audiotestsrc.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-cdparanoia.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-encoding.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-gio.html +10 -10
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-liveadder.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-ivorbisdec.html} +20 -20
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-libvisual.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-ogg.html +11 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-opus.html +85 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-pango.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-playback.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-subparse.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-tcp.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-theora.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-typefindfunctions.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-videoconvert.html +10 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-videorate.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-videoscale.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-videotestsrc.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-volume.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-vorbis.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-ximagesink.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-xvimagesink.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-socketsrc.html +59 -26
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-ssaparse.html +159 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-streamsynchronizer.html +14 -14
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-subparse.html +220 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-subtitleoverlay.html +25 -25
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-tcpclientsink.html +21 -21
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-tcpclientsrc.html +22 -22
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-tcpserversink.html +23 -23
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-tcpserversrc.html +24 -24
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-textoverlay.html +12 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-textrender.html +18 -18
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-theoradec.html +11 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-theoraenc.html +78 -41
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-theoraparse.html +10 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-timeoverlay.html +52 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-uridecodebin.html +129 -129
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-videoconvert.html +27 -27
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-videorate.html +43 -35
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-videoscale.html +28 -28
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-videotestsrc.html +50 -50
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-volume.html +19 -19
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-vorbisdec.html +11 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-vorbisenc.html +58 -26
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-vorbisparse.html +10 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-vorbistag.html +11 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-ximagesink.html +30 -30
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-xvimagesink.html +50 -50
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/index.html +54 -18
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/GstIirEqualizer.html +11 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/ch01.html +675 -48
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/ch02.html +14 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/ch03.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-1.0.devhelp2 +277 -222
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-3gppmux.html +34 -34
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-GstVideoMixerPad.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-aacparse.html +10 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-aasink.html +32 -75
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-ac3parse.html +10 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-agingtv.html +21 -21
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-alawdec.html +14 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-alawenc.html +14 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-alpha.html +45 -43
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-alphacolor.html +16 -16
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-amrparse.html +15 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-apedemux.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-apev2mux.html +10 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-aspectratiocrop.html +11 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audioamplify.html +13 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiochebband.html +22 -22
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiocheblimit.html +21 -21
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiodynamic.html +22 -22
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audioecho.html +26 -26
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiofirfilter.html +68 -68
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audioiirfilter.html +70 -70
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audioinvert.html +23 -23
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiokaraoke.html +26 -26
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiopanorama.html +19 -19
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiowsincband.html +23 -23
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiowsinclimit.html +20 -34
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-auparse.html +10 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-autoaudiosink.html +15 -28
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-autoaudiosrc.html +14 -40
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-autovideosink.html +15 -28
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-autovideosrc.html +14 -40
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-avidemux.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-avimux.html +13 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-avisubtitle.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-cacasink.html +16 -16
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-cairooverlay.html +16 -16
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-capssetter.html +18 -18
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-cutter.html +21 -21
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-dcaparse.html +10 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-deinterlace.html +17 -17
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-deinterleave.html +11 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-dicetv.html +17 -43
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-directsoundsink.html +7 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-dtmfsrc.html +18 -18
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-dv1394src.html +32 -32
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-dvdec.html +15 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-dvdemux.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-edgetv.html +10 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-equalizer-10bands.html +32 -32
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-equalizer-3bands.html +18 -18
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-equalizer-nbands.html +20 -20
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-flacdec.html +11 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-flacenc.html +70 -42
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-flacparse.html +16 -16
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-flactag.html +11 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-flvdemux.html +11 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-flvmux.html +17 -32
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-flxdec.html +10 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-gamma.html +16 -16
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-gdkpixbufsink.html +19 -32
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-goom.html +16 -16
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-goom2k1.html +18 -18
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-hdv1394src.html +26 -26
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-icydemux.html +11 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-id3demux.html +15 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-id3v2mux.html +12 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-imagefreeze.html +12 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-interleave.html +25 -22
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-ismlmux.html +39 -39
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-jackaudiosink.html +23 -23
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-jackaudiosrc.html +24 -24
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-jpegdec.html +16 -16
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-jpegenc.html +16 -42
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-level.html +83 -83
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-matroskademux.html +19 -19
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-matroskamux.html +34 -26
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-mj2mux.html +40 -44
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-monoscope.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-mp4mux.html +45 -41
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-mpegaudioparse.html +17 -17
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-mulawdec.html +13 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-mulawenc.html +11 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-multifilesink.html +39 -39
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-multifilesrc.html +27 -27
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-multipartdemux.html +16 -29
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-multipartmux.html +15 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-multiudpsink.html +94 -135
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-optv.html +18 -18
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-oss4sink.html +23 -23
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-oss4src.html +19 -19
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-osssink.html +16 -16
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-osssrc.html +19 -19
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-osxaudiosink.html +9 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-osxaudiosrc.html +9 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-osxvideosink.html +11 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-1394.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-aasink.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-alaw.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-alpha.html +10 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-alphacolor.html +10 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-apetag.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-audiofx.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-audioparsers.html +109 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-auparse.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-autodetect.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-avi.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-cacasink.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-cairo.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-cutter.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-debug.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-deinterlace.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-directsound.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-dtmf.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-dv.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-effectv.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-equalizer.html +10 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-flac.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-flv.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-flxdec.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-gdkpixbuf.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-goom.html +10 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-goom2k1.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-icydemux.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-id3demux.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-imagefreeze.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-interleave.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-isomp4.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-jack.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-jpeg.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-level.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-matroska.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-monoscope.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-mulaw.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-multifile.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-multipart.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-navigationtest.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-oss4.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-ossaudio.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-osxaudio.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-osxvideo.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-png.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-pulseaudio.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-replaygain.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-rtp.html +51 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-rtpmanager.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-rtsp.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-shapewipe.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-shout2send.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-smpte.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-soup.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-spectrum.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-speex.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-taglib.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-udp.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-video4linux2.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-videobox.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-videocrop.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-videofilter.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-videomixer.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-vpx.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-waveform.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-wavenc.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-wavpack.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-wavparse.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-ximagesrc.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-y4menc.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-pngdec.html +11 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-pngenc.html +17 -17
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-progressreport.html +22 -22
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-pulsesink.html +30 -44
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-pulsesrc.html +36 -50
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-qtdemux.html +16 -42
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-qtmoovrecover.html +33 -33
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-qtmux.html +46 -54
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-quarktv.html +20 -20
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-radioactv.html +21 -21
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-revtv.html +20 -20
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rganalysis.html +27 -27
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rglimiter.html +15 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rgvolume.html +33 -33
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rippletv.html +18 -18
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpL16depay.html +14 -14
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpL16pay.html +15 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpac3depay.html +14 -14
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpac3pay.html +12 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpamrdepay.html +12 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpamrpay.html +14 -14
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpbin.html +400 -206
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpbvdepay.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpbvpay.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpdec.html +71 -86
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpdtmfdepay.html +254 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpdtmfmux.html +12 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpdtmfsrc.html +36 -36
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtph261depay.html +184 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtph261pay.html +190 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpj2kpay.html +16 -42
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpjitterbuffer.html +129 -86
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpjpegpay.html +24 -33
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpklvdepay.html +177 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpklvpay.html +177 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmux.html +25 -25
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rtpopusdepay.html → gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpopusdepay.html} +31 -31
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpopuspay.html +156 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpptdemux.html +43 -43
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtprtxreceive.html +24 -37
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtprtxsend.html +27 -40
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpsbcpay.html +18 -18
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpsession.html +253 -115
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpssrcdemux.html +34 -34
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtspsrc.html +161 -120
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-sbcparse.html +14 -14
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-scaletempo.html +29 -21
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-shagadelictv.html +13 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-shapewipe.html +16 -16
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-shout2send.html +38 -51
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-smokedec.html +87 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-smokeenc.html +87 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-smpte.html +24 -38
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-smptealpha.html +26 -26
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-souphttpsrc.html +83 -112
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-spectrum.html +77 -90
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-speexdec.html +18 -18
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-speexenc.html +35 -35
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-splitfilesrc.html +21 -21
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-splitmuxsink.html +95 -35
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-splitmuxsrc.html +20 -20
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-streaktv.html +18 -18
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-taginject.html +18 -18
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-udpsink.html +22 -22
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-udpsrc.html +60 -102
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-v4l2radio.html +20 -20
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-v4l2sink.html +64 -88
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-v4l2src.html +54 -91
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-vertigotv.html +21 -47
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-videobalance.html +23 -23
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-videobox.html +28 -28
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-videocrop.html +22 -22
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-videoflip.html +16 -16
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-videomixer.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-vp8dec.html +22 -21
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-vp8enc.html +86 -289
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-warptv.html +15 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-waveformsink.html +10 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-wavenc.html +16 -16
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-wavpackdec.html +13 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-wavpackenc.html +21 -21
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-wavpackparse.html +13 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-wavparse.html +14 -14
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-webmmux.html +19 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-ximagesrc.html +33 -47
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-y4menc.html +14 -14
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/index.html +105 -57
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstAllocator.html +54 -54
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstBin.html +137 -142
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstBuffer.html +414 -370
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstBufferList.html +64 -64
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstBufferPool.html +129 -129
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstBus.html +148 -146
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstCaps.html +297 -275
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstCapsFeatures.html +124 -124
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstChildProxy.html +94 -94
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstClock.html +473 -250
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstContext.html +61 -56
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstControlBinding.html +59 -64
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstControlSource.html +51 -53
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstDateTime.html +182 -174
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstDeviceProviderFactory.html +65 -65
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstElement.html +610 -428
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstElementFactory.html +335 -315
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstEvent.html +289 -292
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstGhostPad.html +88 -88
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstMemory.html +145 -145
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstMessage.html +391 -391
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstObject.html +243 -242
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPad.html +1086 -743
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPadTemplate.html +53 -53
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPipeline.html +60 -60
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPlugin.html +192 -183
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPluginFeature.html +77 -76
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPreset.html +99 -97
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstQuery.html +425 -425
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstRegistry.html +125 -125
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstSample.html +40 -40
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstSegment.html +435 -108
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstStructure.html +465 -465
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstSystemClock.html +13 -13
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTagList.html +440 -421
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTagSetter.html +48 -52
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTask.html +95 -95
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTaskPool.html +28 -33
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstToc.html +146 -146
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTracer.html +1612 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTracerFactory.html +116 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTracerRecord.html +300 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTypeFindFactory.html +33 -33
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/annotation-glossary.html +8 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gst-building.html +3 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gst-running.html +6 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-1.0.devhelp2 +390 -41
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-Gst.html +62 -62
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstAtomicQueue.html +33 -33
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstConfig.html +4 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstDevice.html +91 -60
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstDeviceMonitor.html +321 -65
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstDeviceProvider.html +73 -78
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstFormat.html +43 -43
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstGError.html +44 -46
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstInfo.html +549 -292
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstIterator.html +121 -121
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstMeta.html +96 -96
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstMiniObject.html +143 -143
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstParamSpec.html +69 -76
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstParse.html +78 -71
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstPoll.html +106 -106
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstProtectionMeta.html +35 -20
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstTocSetter.html +16 -20
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstTypeFind.html +47 -47
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstUri.html +290 -290
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstUriHandler.html +114 -114
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstUtils.html +317 -317
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstValue.html +727 -694
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstVersion.html +49 -41
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-device-probing.html +3 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-hierarchy.html +11 -8
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-support.html +16 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer.html +3 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/index.html +17 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix01.html +319 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix02.html +10 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix03.html +73 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix04.html +3 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix05.html +3 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix06.html +3 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix07.html +3 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix08.html +3 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/libgstreamer.html +3 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstARGBControlBinding.html +30 -30
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstAdapter.html +384 -163
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstBaseParse.html +197 -152
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstBaseSink.html +209 -214
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstBaseSrc.html +148 -153
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstBaseTransform.html +108 -113
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstCollectPads.html +220 -220
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstDirectControlBinding.html +79 -25
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstInterpolationControlSource.html +29 -19
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstLFOControlSource.html +26 -26
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstNetClientClock.html +61 -60
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstNetTimeProvider.html +44 -37
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstPtpClock.html +551 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstPushSrc.html +12 -17
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstTestClock.html +197 -163
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstTimedValueControlSource.html +82 -82
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstTriggerControlSource.html +34 -34
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/annotation-glossary.html +3 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-base.html +3 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-check.html +8 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-control.html +3 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-hierarchy.html +14 -12
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-1.0.devhelp2 +253 -16
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstBitReader.html +185 -185
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstBufferStraw.html +22 -22
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstByteReader.html +776 -776
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstByteWriter.html +377 -377
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstCheck.html +223 -223
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstDataQueue.html +110 -110
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstFlowCombiner.html +130 -45
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstHarness.html +4117 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstNetAddressMeta.html +51 -24
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstNetControlMessageMeta.html +19 -19
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstNetTimePacket.html +42 -42
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstQueueArray.html +248 -50
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstStreamConsistency.html +24 -24
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstTypeFindHelper.html +89 -89
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs.html +7 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-net.html +4 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/index.html +8 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/ix01.html +470 -15
- 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 +379 -10
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/ix04.html +3 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/ix05.html +3 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/ix06.html +3 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/ch01.html +14 -8
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/ch02.html +3 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-1.0.devhelp2 +62 -41
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-capsfilter.html +55 -18
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-concat.html +226 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-downloadbuffer.html +30 -30
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-fakesink.html +45 -45
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-fakesrc.html +61 -61
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-fdsink.html +18 -18
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-fdsrc.html +22 -22
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-filesink.html +76 -25
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-filesrc.html +20 -20
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-funnel.html +40 -14
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-identity.html +58 -45
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-input-selector.html +29 -55
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-multiqueue.html +70 -44
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-output-selector.html +19 -19
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-plugin-coreelements.html +6 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-queue.html +60 -60
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-queue2.html +97 -44
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-streamiddemux.html +192 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-tee.html +28 -28
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-typefind.html +26 -26
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-valve.html +16 -16
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/index.html +15 -9
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAddress.html +71 -82
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuth.html +136 -70
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuthDomain.html +47 -55
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuthDomainBasic.html +16 -21
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuthDomainDigest.html +13 -18
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuthManager.html +11 -14
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCache.html +19 -24
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupContentDecoder.html +5 -7
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupContentSniffer.html +12 -18
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCookie.html +87 -100
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCookieJar.html +43 -49
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCookieJarDB.html +12 -16
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCookieJarText.html +11 -15
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupLogger.html +21 -119
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMessage.html +128 -222
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMessageBody.html +59 -66
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMessageHeaders.html +111 -179
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMultipart.html +20 -24
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMultipartInputStream.html +38 -42
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupProxyResolverDefault.html +9 -11
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupRequest.html +40 -42
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupRequestData.html +6 -8
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupRequestFile.html +10 -13
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupRequestHTTP.html +6 -9
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupServer.html +160 -171
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSession.html +270 -324
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSessionAsync.html +4 -91
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSessionFeature.html +9 -9
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSessionSync.html +4 -91
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSocket.html +101 -115
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupURI.html +76 -96
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/annotation-glossary.html +10 -4
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/ch01.html +3 -4
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/ch02.html +3 -4
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/ch03.html +3 -4
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/ch04.html +3 -7
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/ch05.html +3 -4
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/index.html +2 -6
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/index.sgml +183 -44
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/ix01.html +31 -68
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-HTML-Form-Support.html +29 -34
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-Soup-Miscellaneous-Utilities.html +147 -168
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-SoupServer-deprecated-API.html +21 -25
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-Top-Level-Domain-utils.html +15 -18
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-Version-Information.html +69 -61
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-WebSockets.html +126 -136
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-XMLRPC-Support.html +362 -227
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-soup-method.html +4 -4
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-soup-status.html +15 -24
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4.devhelp2 +181 -64
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-build-howto.html +3 -4
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-client-howto.html +14 -15
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-request-howto.html +7 -8
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-server-howto.html +16 -17
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-session-porting.html +7 -8
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/style.css +9 -6
- data/vendor/local/share/license/libav/CREDITS +5 -54
- data/vendor/local/share/license/libav/LICENSE.md +114 -0
- data/vendor/local/share/locale/af/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/af/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/af/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/af/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/an/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{lib → share}/locale/as/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/az/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/az/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/az/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/az/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/{lib → share}/locale/be/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{lib → share}/locale/bn_IN/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{lib → share}/locale/bs/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{lib → share}/locale/ca@valencia/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/{lib → share}/locale/cs/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/{lib → share}/locale/da/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/{lib → share}/locale/el/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/{lib → share}/locale/en_GB/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/{lib → share}/locale/eo/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/{lib → share}/locale/es/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{lib → share}/locale/et/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/{lib → share}/locale/eu/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{lib → share}/locale/fa/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/{lib → share}/locale/fr/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/fur/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/{lib → share}/locale/gl/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{lib → share}/locale/gu/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{lib → share}/locale/he/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{lib → share}/locale/hi/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/{lib → share}/locale/hu/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/{lib → share}/locale/id/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/{lib → share}/locale/it/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/{lib → share}/locale/ja/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{lib → share}/locale/kn/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{lib → share}/locale/ko/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/ky/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/{lib → share}/locale/lt/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{lib → share}/locale/ml/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{lib → share}/locale/mr/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/mt/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/mt/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/{lib → share}/locale/nl/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/{lib → share}/locale/or/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{lib → share}/locale/pa/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/{lib → share}/locale/pl/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/{lib → share}/locale/pt_BR/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/{lib → 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/ru/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/rw/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/{lib → share}/locale/sk/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/{lib → share}/locale/sl/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/sq/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/sq/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/sq/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/sq/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/{lib → share}/locale/sr/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{lib → share}/locale/sr@latin/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/{lib → share}/locale/sv/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{lib → share}/locale/ta/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{lib → share}/locale/te/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{lib → share}/locale/tg/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{lib → share}/locale/ug/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/{lib → share}/locale/uk/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{lib → share}/locale/uz@cyrillic/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/{lib → 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/{lib → share}/locale/zh_HK/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/{lib → share}/locale/zh_TW/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/man/man1/cjpeg.1 +2 -2
- data/vendor/local/share/man/man1/djpeg.1 +14 -9
- data/vendor/local/share/man/man1/gst-launch-1.0.1 +2 -1
- data/vendor/local/share/man/man1/gst-play-1.0.1 +5 -2
- data/vendor/local/share/man/man1/jpegtran.1 +17 -7
- metadata +188 -124
- data/lib/2.0/gstreamer.so +0 -0
- data/lib/2.1/gstreamer.so +0 -0
- data/vendor/local/bin/libgstcheck-1.0-0.dll +0 -0
- data/vendor/local/include/gstreamer-1.0/gst/check/gstcheck.h +0 -626
- data/vendor/local/include/gstreamer-1.0/gst/check/gstconsistencychecker.h +0 -48
- data/vendor/local/include/gstreamer-1.0/gst/check/gsttestclock.h +0 -119
- data/vendor/local/include/gstreamer-1.0/gst/check/internal-check.h +0 -1242
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglbasebuffer.h +0 -164
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstgldownload.h +0 -89
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstgluploadmeta.h +0 -79
- data/vendor/local/lib/girepository-1.0/GstCheck-1.0.typelib +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfragmented.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstliveadder.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtpbad.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtpbad.la +0 -41
- data/vendor/local/lib/libgstcheck-1.0.dll.a +0 -0
- data/vendor/local/lib/locale/an/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/lib/locale/bg/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/lib/locale/ca/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/lib/locale/de/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/lib/locale/fur/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/lib/locale/lv/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/lib/locale/nb/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/lib/locale/pt/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/lib/locale/ru/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/lib/locale/th/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/lib/locale/tr/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/lib/locale/vi/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/gir-1.0/GstCheck-1.0.gir +0 -1229
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/index.sgml +0 -100
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstGLDownload.html +0 -238
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstGLUploadMeta.html +0 -241
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Utilities.html +0 -521
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstglmemory.html +0 -702
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstglshader.html +0 -1005
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/index.sgml +0 -1843
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mpg123audiodec.html +0 -156
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-opusdec.html +0 -197
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-opusenc.html +0 -344
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-opusparse.html +0 -156
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-opus.html +0 -97
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rtpopuspay.html +0 -156
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/index.sgml +0 -1220
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/index.sgml +0 -2969
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/index.sgml +0 -1001
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/index.sgml +0 -2691
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/index.sgml +0 -3257
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstPtpClock.html +0 -448
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/index.sgml +0 -919
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/index.sgml +0 -374
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-GValue-Support.html +0 -880
- data/vendor/local/share/license/libav/LICENSE +0 -66
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>GstUtils: GStreamer 1.0 Core Reference Manual</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
|
7
7
|
<link rel="home" href="index.html" title="GStreamer 1.0 Core Reference Manual">
|
8
8
|
<link rel="up" href="libgstreamer.html" title="GStreamer Core Library">
|
9
9
|
<link rel="prev" href="gstreamer-GstUriHandler.html" title="GstUriHandler">
|
10
10
|
<link rel="next" href="gstreamer-GstValue.html" title="GstValue">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -33,7 +33,7 @@
|
|
33
33
|
</tr></table></div>
|
34
34
|
<div class="refsect1">
|
35
35
|
<a name="gstreamer-GstUtils.functions"></a><h2>Functions</h2>
|
36
|
-
<div class="informaltable"><table width="100%" border="0">
|
36
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
37
37
|
<colgroup>
|
38
38
|
<col width="150px" class="functions_return">
|
39
39
|
<col class="functions_name">
|
@@ -107,7 +107,7 @@
|
|
107
107
|
</tr>
|
108
108
|
<tr>
|
109
109
|
<td class="function_type">
|
110
|
-
<a href="/
|
110
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gfloat"><span class="returnvalue">gfloat</span></a>
|
111
111
|
</td>
|
112
112
|
<td class="function_name">
|
113
113
|
<a class="link" href="gstreamer-GstUtils.html#GST-READ-FLOAT-LE:CAPS" title="GST_READ_FLOAT_LE ()">GST_READ_FLOAT_LE</a> <span class="c_punctuation">()</span>
|
@@ -115,7 +115,7 @@
|
|
115
115
|
</tr>
|
116
116
|
<tr>
|
117
117
|
<td class="function_type">
|
118
|
-
<a href="/
|
118
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gfloat"><span class="returnvalue">gfloat</span></a>
|
119
119
|
</td>
|
120
120
|
<td class="function_name">
|
121
121
|
<a class="link" href="gstreamer-GstUtils.html#GST-READ-FLOAT-BE:CAPS" title="GST_READ_FLOAT_BE ()">GST_READ_FLOAT_BE</a> <span class="c_punctuation">()</span>
|
@@ -123,7 +123,7 @@
|
|
123
123
|
</tr>
|
124
124
|
<tr>
|
125
125
|
<td class="function_type">
|
126
|
-
<a href="/
|
126
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>
|
127
127
|
</td>
|
128
128
|
<td class="function_name">
|
129
129
|
<a class="link" href="gstreamer-GstUtils.html#GST-READ-DOUBLE-LE:CAPS" title="GST_READ_DOUBLE_LE ()">GST_READ_DOUBLE_LE</a> <span class="c_punctuation">()</span>
|
@@ -131,7 +131,7 @@
|
|
131
131
|
</tr>
|
132
132
|
<tr>
|
133
133
|
<td class="function_type">
|
134
|
-
<a href="/
|
134
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>
|
135
135
|
</td>
|
136
136
|
<td class="function_name">
|
137
137
|
<a class="link" href="gstreamer-GstUtils.html#GST-READ-DOUBLE-BE:CAPS" title="GST_READ_DOUBLE_BE ()">GST_READ_DOUBLE_BE</a> <span class="c_punctuation">()</span>
|
@@ -333,7 +333,7 @@
|
|
333
333
|
</tr>
|
334
334
|
<tr>
|
335
335
|
<td class="function_type">
|
336
|
-
<a href="/
|
336
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>
|
337
337
|
</td>
|
338
338
|
<td class="function_name">
|
339
339
|
<a class="link" href="gstreamer-GstUtils.html#GDOUBLE-SWAP-LE-BE:CAPS" title="GDOUBLE_SWAP_LE_BE ()">GDOUBLE_SWAP_LE_BE</a> <span class="c_punctuation">()</span>
|
@@ -365,7 +365,7 @@
|
|
365
365
|
</tr>
|
366
366
|
<tr>
|
367
367
|
<td class="function_type">
|
368
|
-
<a href="/
|
368
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gfloat"><span class="returnvalue">gfloat</span></a>
|
369
369
|
</td>
|
370
370
|
<td class="function_name">
|
371
371
|
<a class="link" href="gstreamer-GstUtils.html#GFLOAT-SWAP-LE-BE:CAPS" title="GFLOAT_SWAP_LE_BE ()">GFLOAT_SWAP_LE_BE</a> <span class="c_punctuation">()</span>
|
@@ -405,7 +405,7 @@
|
|
405
405
|
</tr>
|
406
406
|
<tr>
|
407
407
|
<td class="function_type">
|
408
|
-
<span class="returnvalue">guint64</span>
|
408
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint64"><span class="returnvalue">guint64</span></a>
|
409
409
|
</td>
|
410
410
|
<td class="function_name">
|
411
411
|
<a class="link" href="gstreamer-GstUtils.html#gst-util-uint64-scale" title="gst_util_uint64_scale ()">gst_util_uint64_scale</a> <span class="c_punctuation">()</span>
|
@@ -413,7 +413,7 @@
|
|
413
413
|
</tr>
|
414
414
|
<tr>
|
415
415
|
<td class="function_type">
|
416
|
-
<span class="returnvalue">guint64</span>
|
416
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint64"><span class="returnvalue">guint64</span></a>
|
417
417
|
</td>
|
418
418
|
<td class="function_name">
|
419
419
|
<a class="link" href="gstreamer-GstUtils.html#gst-util-uint64-scale-round" title="gst_util_uint64_scale_round ()">gst_util_uint64_scale_round</a> <span class="c_punctuation">()</span>
|
@@ -421,7 +421,7 @@
|
|
421
421
|
</tr>
|
422
422
|
<tr>
|
423
423
|
<td class="function_type">
|
424
|
-
<span class="returnvalue">guint64</span>
|
424
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint64"><span class="returnvalue">guint64</span></a>
|
425
425
|
</td>
|
426
426
|
<td class="function_name">
|
427
427
|
<a class="link" href="gstreamer-GstUtils.html#gst-util-uint64-scale-ceil" title="gst_util_uint64_scale_ceil ()">gst_util_uint64_scale_ceil</a> <span class="c_punctuation">()</span>
|
@@ -429,7 +429,7 @@
|
|
429
429
|
</tr>
|
430
430
|
<tr>
|
431
431
|
<td class="function_type">
|
432
|
-
<span class="returnvalue">guint64</span>
|
432
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint64"><span class="returnvalue">guint64</span></a>
|
433
433
|
</td>
|
434
434
|
<td class="function_name">
|
435
435
|
<a class="link" href="gstreamer-GstUtils.html#gst-util-uint64-scale-int" title="gst_util_uint64_scale_int ()">gst_util_uint64_scale_int</a> <span class="c_punctuation">()</span>
|
@@ -437,7 +437,7 @@
|
|
437
437
|
</tr>
|
438
438
|
<tr>
|
439
439
|
<td class="function_type">
|
440
|
-
<span class="returnvalue">guint64</span>
|
440
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint64"><span class="returnvalue">guint64</span></a>
|
441
441
|
</td>
|
442
442
|
<td class="function_name">
|
443
443
|
<a class="link" href="gstreamer-GstUtils.html#gst-util-uint64-scale-int-round" title="gst_util_uint64_scale_int_round ()">gst_util_uint64_scale_int_round</a> <span class="c_punctuation">()</span>
|
@@ -445,7 +445,7 @@
|
|
445
445
|
</tr>
|
446
446
|
<tr>
|
447
447
|
<td class="function_type">
|
448
|
-
<span class="returnvalue">guint64</span>
|
448
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint64"><span class="returnvalue">guint64</span></a>
|
449
449
|
</td>
|
450
450
|
<td class="function_name">
|
451
451
|
<a class="link" href="gstreamer-GstUtils.html#gst-util-uint64-scale-int-ceil" title="gst_util_uint64_scale_int_ceil ()">gst_util_uint64_scale_int_ceil</a> <span class="c_punctuation">()</span>
|
@@ -453,7 +453,7 @@
|
|
453
453
|
</tr>
|
454
454
|
<tr>
|
455
455
|
<td class="function_type">
|
456
|
-
<a href="/
|
456
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
457
457
|
</td>
|
458
458
|
<td class="function_name">
|
459
459
|
<a class="link" href="gstreamer-GstUtils.html#gst-util-greatest-common-divisor" title="gst_util_greatest_common_divisor ()">gst_util_greatest_common_divisor</a> <span class="c_punctuation">()</span>
|
@@ -461,7 +461,7 @@
|
|
461
461
|
</tr>
|
462
462
|
<tr>
|
463
463
|
<td class="function_type">
|
464
|
-
<span class="returnvalue">gint64</span>
|
464
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint64"><span class="returnvalue">gint64</span></a>
|
465
465
|
</td>
|
466
466
|
<td class="function_name">
|
467
467
|
<a class="link" href="gstreamer-GstUtils.html#gst-util-greatest-common-divisor-int64" title="gst_util_greatest_common_divisor_int64 ()">gst_util_greatest_common_divisor_int64</a> <span class="c_punctuation">()</span>
|
@@ -485,7 +485,7 @@
|
|
485
485
|
</tr>
|
486
486
|
<tr>
|
487
487
|
<td class="function_type">
|
488
|
-
<a href="/
|
488
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
489
489
|
</td>
|
490
490
|
<td class="function_name">
|
491
491
|
<a class="link" href="gstreamer-GstUtils.html#gst-util-fraction-multiply" title="gst_util_fraction_multiply ()">gst_util_fraction_multiply</a> <span class="c_punctuation">()</span>
|
@@ -493,7 +493,7 @@
|
|
493
493
|
</tr>
|
494
494
|
<tr>
|
495
495
|
<td class="function_type">
|
496
|
-
<a href="/
|
496
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
497
497
|
</td>
|
498
498
|
<td class="function_name">
|
499
499
|
<a class="link" href="gstreamer-GstUtils.html#gst-util-fraction-add" title="gst_util_fraction_add ()">gst_util_fraction_add</a> <span class="c_punctuation">()</span>
|
@@ -501,7 +501,7 @@
|
|
501
501
|
</tr>
|
502
502
|
<tr>
|
503
503
|
<td class="function_type">
|
504
|
-
<a href="/
|
504
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
505
505
|
</td>
|
506
506
|
<td class="function_name">
|
507
507
|
<a class="link" href="gstreamer-GstUtils.html#gst-util-fraction-compare" title="gst_util_fraction_compare ()">gst_util_fraction_compare</a> <span class="c_punctuation">()</span>
|
@@ -509,7 +509,7 @@
|
|
509
509
|
</tr>
|
510
510
|
<tr>
|
511
511
|
<td class="function_type">
|
512
|
-
<span class="returnvalue">guint32</span>
|
512
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>
|
513
513
|
</td>
|
514
514
|
<td class="function_name">
|
515
515
|
<a class="link" href="gstreamer-GstUtils.html#gst-util-seqnum-next" title="gst_util_seqnum_next ()">gst_util_seqnum_next</a> <span class="c_punctuation">()</span>
|
@@ -517,7 +517,7 @@
|
|
517
517
|
</tr>
|
518
518
|
<tr>
|
519
519
|
<td class="function_type">
|
520
|
-
<span class="returnvalue">gint32</span>
|
520
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint32"><span class="returnvalue">gint32</span></a>
|
521
521
|
</td>
|
522
522
|
<td class="function_name">
|
523
523
|
<a class="link" href="gstreamer-GstUtils.html#gst-util-seqnum-compare" title="gst_util_seqnum_compare ()">gst_util_seqnum_compare</a> <span class="c_punctuation">()</span>
|
@@ -525,7 +525,7 @@
|
|
525
525
|
</tr>
|
526
526
|
<tr>
|
527
527
|
<td class="function_type">
|
528
|
-
<a href="/
|
528
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
|
529
529
|
</td>
|
530
530
|
<td class="function_name">
|
531
531
|
<a class="link" href="gstreamer-GstUtils.html#gst-util-group-id-next" title="gst_util_group_id_next ()">gst_util_group_id_next</a> <span class="c_punctuation">()</span>
|
@@ -557,7 +557,7 @@
|
|
557
557
|
</tr>
|
558
558
|
<tr>
|
559
559
|
<td class="function_type">
|
560
|
-
<a href="/
|
560
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gpointer"><span class="returnvalue">gpointer</span></a>
|
561
561
|
</td>
|
562
562
|
<td class="function_name">
|
563
563
|
<a class="link" href="gstreamer-GstUtils.html#gst-util-array-binary-search" title="gst_util_array_binary_search ()">gst_util_array_binary_search</a> <span class="c_punctuation">()</span>
|
@@ -568,7 +568,7 @@
|
|
568
568
|
</div>
|
569
569
|
<div class="refsect1">
|
570
570
|
<a name="gstreamer-GstUtils.other"></a><h2>Types and Values</h2>
|
571
|
-
<div class="informaltable"><table width="100%" border="0">
|
571
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
572
572
|
<colgroup>
|
573
573
|
<col width="150px" class="name">
|
574
574
|
<col class="description">
|
@@ -597,8 +597,8 @@ named parent_class that points to the (duh!) parent class. Note that
|
|
597
597
|
this macro is not to be used with things that return something, use
|
598
598
|
the _WITH_DEFAULT version for that</p>
|
599
599
|
<div class="refsect3">
|
600
|
-
<a name="
|
601
|
-
<div class="informaltable"><table width="100%" border="0">
|
600
|
+
<a name="GST-CALL-PARENT.parameters"></a><h4>Parameters</h4>
|
601
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
602
602
|
<colgroup>
|
603
603
|
<col width="150px" class="parameters_name">
|
604
604
|
<col class="parameters_description">
|
@@ -632,8 +632,8 @@ the _WITH_DEFAULT version for that</p>
|
|
632
632
|
evaluates to <em class="parameter"><code>def_return</code></em>
|
633
633
|
.</p>
|
634
634
|
<div class="refsect3">
|
635
|
-
<a name="
|
636
|
-
<div class="informaltable"><table width="100%" border="0">
|
635
|
+
<a name="GST-CALL-PARENT-WITH-DEFAULT.parameters"></a><h4>Parameters</h4>
|
636
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
637
637
|
<colgroup>
|
638
638
|
<col width="150px" class="parameters_name">
|
639
639
|
<col class="parameters_description">
|
@@ -671,8 +671,8 @@ evaluates to <em class="parameter"><code>def_return</code></em>
|
|
671
671
|
</pre>
|
672
672
|
<p>Read an 8 bit unsigned integer value from the memory buffer.</p>
|
673
673
|
<div class="refsect3">
|
674
|
-
<a name="
|
675
|
-
<div class="informaltable"><table width="100%" border="0">
|
674
|
+
<a name="GST-READ-UINT8.parameters"></a><h4>Parameters</h4>
|
675
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
676
676
|
<colgroup>
|
677
677
|
<col width="150px" class="parameters_name">
|
678
678
|
<col class="parameters_description">
|
@@ -693,8 +693,8 @@ evaluates to <em class="parameter"><code>def_return</code></em>
|
|
693
693
|
</pre>
|
694
694
|
<p>Read a 16 bit unsigned integer value in little endian format from the memory buffer.</p>
|
695
695
|
<div class="refsect3">
|
696
|
-
<a name="
|
697
|
-
<div class="informaltable"><table width="100%" border="0">
|
696
|
+
<a name="GST-READ-UINT16-LE.parameters"></a><h4>Parameters</h4>
|
697
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
698
698
|
<colgroup>
|
699
699
|
<col width="150px" class="parameters_name">
|
700
700
|
<col class="parameters_description">
|
@@ -715,8 +715,8 @@ evaluates to <em class="parameter"><code>def_return</code></em>
|
|
715
715
|
</pre>
|
716
716
|
<p>Read a 16 bit unsigned integer value in big endian format from the memory buffer.</p>
|
717
717
|
<div class="refsect3">
|
718
|
-
<a name="
|
719
|
-
<div class="informaltable"><table width="100%" border="0">
|
718
|
+
<a name="GST-READ-UINT16-BE.parameters"></a><h4>Parameters</h4>
|
719
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
720
720
|
<colgroup>
|
721
721
|
<col width="150px" class="parameters_name">
|
722
722
|
<col class="parameters_description">
|
@@ -737,8 +737,8 @@ evaluates to <em class="parameter"><code>def_return</code></em>
|
|
737
737
|
</pre>
|
738
738
|
<p>Read a 24 bit unsigned integer value in little endian format from the memory buffer.</p>
|
739
739
|
<div class="refsect3">
|
740
|
-
<a name="
|
741
|
-
<div class="informaltable"><table width="100%" border="0">
|
740
|
+
<a name="GST-READ-UINT24-LE.parameters"></a><h4>Parameters</h4>
|
741
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
742
742
|
<colgroup>
|
743
743
|
<col width="150px" class="parameters_name">
|
744
744
|
<col class="parameters_description">
|
@@ -759,8 +759,8 @@ evaluates to <em class="parameter"><code>def_return</code></em>
|
|
759
759
|
</pre>
|
760
760
|
<p>Read a 24 bit unsigned integer value in big endian format from the memory buffer.</p>
|
761
761
|
<div class="refsect3">
|
762
|
-
<a name="
|
763
|
-
<div class="informaltable"><table width="100%" border="0">
|
762
|
+
<a name="GST-READ-UINT24-BE.parameters"></a><h4>Parameters</h4>
|
763
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
764
764
|
<colgroup>
|
765
765
|
<col width="150px" class="parameters_name">
|
766
766
|
<col class="parameters_description">
|
@@ -781,8 +781,8 @@ evaluates to <em class="parameter"><code>def_return</code></em>
|
|
781
781
|
</pre>
|
782
782
|
<p>Read a 32 bit unsigned integer value in little endian format from the memory buffer.</p>
|
783
783
|
<div class="refsect3">
|
784
|
-
<a name="
|
785
|
-
<div class="informaltable"><table width="100%" border="0">
|
784
|
+
<a name="GST-READ-UINT32-LE.parameters"></a><h4>Parameters</h4>
|
785
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
786
786
|
<colgroup>
|
787
787
|
<col width="150px" class="parameters_name">
|
788
788
|
<col class="parameters_description">
|
@@ -803,8 +803,8 @@ evaluates to <em class="parameter"><code>def_return</code></em>
|
|
803
803
|
</pre>
|
804
804
|
<p>Read a 32 bit unsigned integer value in big endian format from the memory buffer.</p>
|
805
805
|
<div class="refsect3">
|
806
|
-
<a name="
|
807
|
-
<div class="informaltable"><table width="100%" border="0">
|
806
|
+
<a name="GST-READ-UINT32-BE.parameters"></a><h4>Parameters</h4>
|
807
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
808
808
|
<colgroup>
|
809
809
|
<col width="150px" class="parameters_name">
|
810
810
|
<col class="parameters_description">
|
@@ -825,8 +825,8 @@ evaluates to <em class="parameter"><code>def_return</code></em>
|
|
825
825
|
</pre>
|
826
826
|
<p>Read a 64 bit unsigned integer value in little endian format from the memory buffer.</p>
|
827
827
|
<div class="refsect3">
|
828
|
-
<a name="
|
829
|
-
<div class="informaltable"><table width="100%" border="0">
|
828
|
+
<a name="GST-READ-UINT64-LE.parameters"></a><h4>Parameters</h4>
|
829
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
830
830
|
<colgroup>
|
831
831
|
<col width="150px" class="parameters_name">
|
832
832
|
<col class="parameters_description">
|
@@ -847,8 +847,8 @@ evaluates to <em class="parameter"><code>def_return</code></em>
|
|
847
847
|
</pre>
|
848
848
|
<p>Read a 64 bit unsigned integer value in big endian format from the memory buffer.</p>
|
849
849
|
<div class="refsect3">
|
850
|
-
<a name="
|
851
|
-
<div class="informaltable"><table width="100%" border="0">
|
850
|
+
<a name="GST-READ-UINT64-BE.parameters"></a><h4>Parameters</h4>
|
851
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
852
852
|
<colgroup>
|
853
853
|
<col width="150px" class="parameters_name">
|
854
854
|
<col class="parameters_description">
|
@@ -865,12 +865,12 @@ evaluates to <em class="parameter"><code>def_return</code></em>
|
|
865
865
|
<hr>
|
866
866
|
<div class="refsect2">
|
867
867
|
<a name="GST-READ-FLOAT-LE:CAPS"></a><h3>GST_READ_FLOAT_LE ()</h3>
|
868
|
-
<pre class="programlisting"><a href="/
|
869
|
-
GST_READ_FLOAT_LE (<em class="parameter"><code>const <span class="type">guint8</span> *data</code></em>);</pre>
|
868
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gfloat"><span class="returnvalue">gfloat</span></a>
|
869
|
+
GST_READ_FLOAT_LE (<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint8"><span class="type">guint8</span></a> *data</code></em>);</pre>
|
870
870
|
<p>Read a 32 bit float value in little endian format from the memory buffer.</p>
|
871
871
|
<div class="refsect3">
|
872
|
-
<a name="
|
873
|
-
<div class="informaltable"><table width="100%" border="0">
|
872
|
+
<a name="GST-READ-FLOAT-LE.parameters"></a><h4>Parameters</h4>
|
873
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
874
874
|
<colgroup>
|
875
875
|
<col width="150px" class="parameters_name">
|
876
876
|
<col class="parameters_description">
|
@@ -884,7 +884,7 @@ GST_READ_FLOAT_LE (<em class="parameter"><code>const <span class="type">guint8</
|
|
884
884
|
</table></div>
|
885
885
|
</div>
|
886
886
|
<div class="refsect3">
|
887
|
-
<a name="
|
887
|
+
<a name="GST-READ-FLOAT-LE.returns"></a><h4>Returns</h4>
|
888
888
|
<p> The floating point value read from <em class="parameter"><code>data</code></em>
|
889
889
|
</p>
|
890
890
|
</div>
|
@@ -892,12 +892,12 @@ GST_READ_FLOAT_LE (<em class="parameter"><code>const <span class="type">guint8</
|
|
892
892
|
<hr>
|
893
893
|
<div class="refsect2">
|
894
894
|
<a name="GST-READ-FLOAT-BE:CAPS"></a><h3>GST_READ_FLOAT_BE ()</h3>
|
895
|
-
<pre class="programlisting"><a href="/
|
896
|
-
GST_READ_FLOAT_BE (<em class="parameter"><code>const <span class="type">guint8</span> *data</code></em>);</pre>
|
895
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gfloat"><span class="returnvalue">gfloat</span></a>
|
896
|
+
GST_READ_FLOAT_BE (<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint8"><span class="type">guint8</span></a> *data</code></em>);</pre>
|
897
897
|
<p>Read a 32 bit float value in big endian format from the memory buffer.</p>
|
898
898
|
<div class="refsect3">
|
899
|
-
<a name="
|
900
|
-
<div class="informaltable"><table width="100%" border="0">
|
899
|
+
<a name="GST-READ-FLOAT-BE.parameters"></a><h4>Parameters</h4>
|
900
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
901
901
|
<colgroup>
|
902
902
|
<col width="150px" class="parameters_name">
|
903
903
|
<col class="parameters_description">
|
@@ -911,7 +911,7 @@ GST_READ_FLOAT_BE (<em class="parameter"><code>const <span class="type">guint8</
|
|
911
911
|
</table></div>
|
912
912
|
</div>
|
913
913
|
<div class="refsect3">
|
914
|
-
<a name="
|
914
|
+
<a name="GST-READ-FLOAT-BE.returns"></a><h4>Returns</h4>
|
915
915
|
<p> The floating point value read from <em class="parameter"><code>data</code></em>
|
916
916
|
</p>
|
917
917
|
</div>
|
@@ -919,12 +919,12 @@ GST_READ_FLOAT_BE (<em class="parameter"><code>const <span class="type">guint8</
|
|
919
919
|
<hr>
|
920
920
|
<div class="refsect2">
|
921
921
|
<a name="GST-READ-DOUBLE-LE:CAPS"></a><h3>GST_READ_DOUBLE_LE ()</h3>
|
922
|
-
<pre class="programlisting"><a href="/
|
923
|
-
GST_READ_DOUBLE_LE (<em class="parameter"><code>const <span class="type">guint8</span> *data</code></em>);</pre>
|
922
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>
|
923
|
+
GST_READ_DOUBLE_LE (<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint8"><span class="type">guint8</span></a> *data</code></em>);</pre>
|
924
924
|
<p>Read a 64 bit double value in little endian format from the memory buffer.</p>
|
925
925
|
<div class="refsect3">
|
926
|
-
<a name="
|
927
|
-
<div class="informaltable"><table width="100%" border="0">
|
926
|
+
<a name="GST-READ-DOUBLE-LE.parameters"></a><h4>Parameters</h4>
|
927
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
928
928
|
<colgroup>
|
929
929
|
<col width="150px" class="parameters_name">
|
930
930
|
<col class="parameters_description">
|
@@ -938,7 +938,7 @@ GST_READ_DOUBLE_LE (<em class="parameter"><code>const <span class="type">guint8<
|
|
938
938
|
</table></div>
|
939
939
|
</div>
|
940
940
|
<div class="refsect3">
|
941
|
-
<a name="
|
941
|
+
<a name="GST-READ-DOUBLE-LE.returns"></a><h4>Returns</h4>
|
942
942
|
<p> The double-precision floating point value read from <em class="parameter"><code>data</code></em>
|
943
943
|
</p>
|
944
944
|
</div>
|
@@ -946,12 +946,12 @@ GST_READ_DOUBLE_LE (<em class="parameter"><code>const <span class="type">guint8<
|
|
946
946
|
<hr>
|
947
947
|
<div class="refsect2">
|
948
948
|
<a name="GST-READ-DOUBLE-BE:CAPS"></a><h3>GST_READ_DOUBLE_BE ()</h3>
|
949
|
-
<pre class="programlisting"><a href="/
|
950
|
-
GST_READ_DOUBLE_BE (<em class="parameter"><code>const <span class="type">guint8</span> *data</code></em>);</pre>
|
949
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>
|
950
|
+
GST_READ_DOUBLE_BE (<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint8"><span class="type">guint8</span></a> *data</code></em>);</pre>
|
951
951
|
<p>Read a 64 bit double value in big endian format from the memory buffer.</p>
|
952
952
|
<div class="refsect3">
|
953
|
-
<a name="
|
954
|
-
<div class="informaltable"><table width="100%" border="0">
|
953
|
+
<a name="GST-READ-DOUBLE-BE.parameters"></a><h4>Parameters</h4>
|
954
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
955
955
|
<colgroup>
|
956
956
|
<col width="150px" class="parameters_name">
|
957
957
|
<col class="parameters_description">
|
@@ -965,7 +965,7 @@ GST_READ_DOUBLE_BE (<em class="parameter"><code>const <span class="type">guint8<
|
|
965
965
|
</table></div>
|
966
966
|
</div>
|
967
967
|
<div class="refsect3">
|
968
|
-
<a name="
|
968
|
+
<a name="GST-READ-DOUBLE-BE.returns"></a><h4>Returns</h4>
|
969
969
|
<p> The double-precision floating point value read from <em class="parameter"><code>data</code></em>
|
970
970
|
</p>
|
971
971
|
</div>
|
@@ -976,8 +976,8 @@ GST_READ_DOUBLE_BE (<em class="parameter"><code>const <span class="type">guint8<
|
|
976
976
|
<pre class="programlisting">#define GST_WRITE_UINT8(data, num)</pre>
|
977
977
|
<p>Store an 8 bit unsigned integer value into the memory buffer.</p>
|
978
978
|
<div class="refsect3">
|
979
|
-
<a name="
|
980
|
-
<div class="informaltable"><table width="100%" border="0">
|
979
|
+
<a name="GST-WRITE-UINT8.parameters"></a><h4>Parameters</h4>
|
980
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
981
981
|
<colgroup>
|
982
982
|
<col width="150px" class="parameters_name">
|
983
983
|
<col class="parameters_description">
|
@@ -1004,8 +1004,8 @@ GST_READ_DOUBLE_BE (<em class="parameter"><code>const <span class="type">guint8<
|
|
1004
1004
|
<pre class="programlisting">#define GST_WRITE_UINT16_LE(data, num)</pre>
|
1005
1005
|
<p>Store a 16 bit unsigned integer value in little endian format into the memory buffer.</p>
|
1006
1006
|
<div class="refsect3">
|
1007
|
-
<a name="
|
1008
|
-
<div class="informaltable"><table width="100%" border="0">
|
1007
|
+
<a name="GST-WRITE-UINT16-LE.parameters"></a><h4>Parameters</h4>
|
1008
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1009
1009
|
<colgroup>
|
1010
1010
|
<col width="150px" class="parameters_name">
|
1011
1011
|
<col class="parameters_description">
|
@@ -1032,8 +1032,8 @@ GST_READ_DOUBLE_BE (<em class="parameter"><code>const <span class="type">guint8<
|
|
1032
1032
|
<pre class="programlisting">#define GST_WRITE_UINT16_BE(data, num)</pre>
|
1033
1033
|
<p>Store a 16 bit unsigned integer value in big endian format into the memory buffer.</p>
|
1034
1034
|
<div class="refsect3">
|
1035
|
-
<a name="
|
1036
|
-
<div class="informaltable"><table width="100%" border="0">
|
1035
|
+
<a name="GST-WRITE-UINT16-BE.parameters"></a><h4>Parameters</h4>
|
1036
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1037
1037
|
<colgroup>
|
1038
1038
|
<col width="150px" class="parameters_name">
|
1039
1039
|
<col class="parameters_description">
|
@@ -1060,8 +1060,8 @@ GST_READ_DOUBLE_BE (<em class="parameter"><code>const <span class="type">guint8<
|
|
1060
1060
|
<pre class="programlisting">#define GST_WRITE_UINT24_LE(data, num)</pre>
|
1061
1061
|
<p>Store a 24 bit unsigned integer value in little endian format into the memory buffer.</p>
|
1062
1062
|
<div class="refsect3">
|
1063
|
-
<a name="
|
1064
|
-
<div class="informaltable"><table width="100%" border="0">
|
1063
|
+
<a name="GST-WRITE-UINT24-LE.parameters"></a><h4>Parameters</h4>
|
1064
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1065
1065
|
<colgroup>
|
1066
1066
|
<col width="150px" class="parameters_name">
|
1067
1067
|
<col class="parameters_description">
|
@@ -1088,8 +1088,8 @@ GST_READ_DOUBLE_BE (<em class="parameter"><code>const <span class="type">guint8<
|
|
1088
1088
|
<pre class="programlisting">#define GST_WRITE_UINT24_BE(data, num)</pre>
|
1089
1089
|
<p>Store a 24 bit unsigned integer value in big endian format into the memory buffer.</p>
|
1090
1090
|
<div class="refsect3">
|
1091
|
-
<a name="
|
1092
|
-
<div class="informaltable"><table width="100%" border="0">
|
1091
|
+
<a name="GST-WRITE-UINT24-BE.parameters"></a><h4>Parameters</h4>
|
1092
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1093
1093
|
<colgroup>
|
1094
1094
|
<col width="150px" class="parameters_name">
|
1095
1095
|
<col class="parameters_description">
|
@@ -1116,8 +1116,8 @@ GST_READ_DOUBLE_BE (<em class="parameter"><code>const <span class="type">guint8<
|
|
1116
1116
|
<pre class="programlisting">#define GST_WRITE_UINT32_LE(data, num)</pre>
|
1117
1117
|
<p>Store a 32 bit unsigned integer value in little endian format into the memory buffer.</p>
|
1118
1118
|
<div class="refsect3">
|
1119
|
-
<a name="
|
1120
|
-
<div class="informaltable"><table width="100%" border="0">
|
1119
|
+
<a name="GST-WRITE-UINT32-LE.parameters"></a><h4>Parameters</h4>
|
1120
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1121
1121
|
<colgroup>
|
1122
1122
|
<col width="150px" class="parameters_name">
|
1123
1123
|
<col class="parameters_description">
|
@@ -1144,8 +1144,8 @@ GST_READ_DOUBLE_BE (<em class="parameter"><code>const <span class="type">guint8<
|
|
1144
1144
|
<pre class="programlisting">#define GST_WRITE_UINT32_BE(data, num)</pre>
|
1145
1145
|
<p>Store a 32 bit unsigned integer value in big endian format into the memory buffer.</p>
|
1146
1146
|
<div class="refsect3">
|
1147
|
-
<a name="
|
1148
|
-
<div class="informaltable"><table width="100%" border="0">
|
1147
|
+
<a name="GST-WRITE-UINT32-BE.parameters"></a><h4>Parameters</h4>
|
1148
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1149
1149
|
<colgroup>
|
1150
1150
|
<col width="150px" class="parameters_name">
|
1151
1151
|
<col class="parameters_description">
|
@@ -1172,8 +1172,8 @@ GST_READ_DOUBLE_BE (<em class="parameter"><code>const <span class="type">guint8<
|
|
1172
1172
|
<pre class="programlisting">#define GST_WRITE_UINT64_LE(data, num)</pre>
|
1173
1173
|
<p>Store a 64 bit unsigned integer value in little endian format into the memory buffer.</p>
|
1174
1174
|
<div class="refsect3">
|
1175
|
-
<a name="
|
1176
|
-
<div class="informaltable"><table width="100%" border="0">
|
1175
|
+
<a name="GST-WRITE-UINT64-LE.parameters"></a><h4>Parameters</h4>
|
1176
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1177
1177
|
<colgroup>
|
1178
1178
|
<col width="150px" class="parameters_name">
|
1179
1179
|
<col class="parameters_description">
|
@@ -1200,8 +1200,8 @@ GST_READ_DOUBLE_BE (<em class="parameter"><code>const <span class="type">guint8<
|
|
1200
1200
|
<pre class="programlisting">#define GST_WRITE_UINT64_BE(data, num)</pre>
|
1201
1201
|
<p>Store a 64 bit unsigned integer value in big endian format into the memory buffer.</p>
|
1202
1202
|
<div class="refsect3">
|
1203
|
-
<a name="
|
1204
|
-
<div class="informaltable"><table width="100%" border="0">
|
1203
|
+
<a name="GST-WRITE-UINT64-BE.parameters"></a><h4>Parameters</h4>
|
1204
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1205
1205
|
<colgroup>
|
1206
1206
|
<col width="150px" class="parameters_name">
|
1207
1207
|
<col class="parameters_description">
|
@@ -1226,12 +1226,12 @@ GST_READ_DOUBLE_BE (<em class="parameter"><code>const <span class="type">guint8<
|
|
1226
1226
|
<div class="refsect2">
|
1227
1227
|
<a name="GST-WRITE-FLOAT-LE:CAPS"></a><h3>GST_WRITE_FLOAT_LE ()</h3>
|
1228
1228
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1229
|
-
GST_WRITE_FLOAT_LE (<em class="parameter"><code><span class="type">guint8</span> *data</code></em>,
|
1230
|
-
<em class="parameter"><code><a href="/
|
1229
|
+
GST_WRITE_FLOAT_LE (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint8"><span class="type">guint8</span></a> *data</code></em>,
|
1230
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> num</code></em>);</pre>
|
1231
1231
|
<p>Store a 32 bit float value in little endian format into the memory buffer.</p>
|
1232
1232
|
<div class="refsect3">
|
1233
|
-
<a name="
|
1234
|
-
<div class="informaltable"><table width="100%" border="0">
|
1233
|
+
<a name="GST-WRITE-FLOAT-LE.parameters"></a><h4>Parameters</h4>
|
1234
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1235
1235
|
<colgroup>
|
1236
1236
|
<col width="150px" class="parameters_name">
|
1237
1237
|
<col class="parameters_description">
|
@@ -1256,12 +1256,12 @@ GST_WRITE_FLOAT_LE (<em class="parameter"><code><span class="type">guint8</span>
|
|
1256
1256
|
<div class="refsect2">
|
1257
1257
|
<a name="GST-WRITE-FLOAT-BE:CAPS"></a><h3>GST_WRITE_FLOAT_BE ()</h3>
|
1258
1258
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1259
|
-
GST_WRITE_FLOAT_BE (<em class="parameter"><code><span class="type">guint8</span> *data</code></em>,
|
1260
|
-
<em class="parameter"><code><a href="/
|
1259
|
+
GST_WRITE_FLOAT_BE (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint8"><span class="type">guint8</span></a> *data</code></em>,
|
1260
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> num</code></em>);</pre>
|
1261
1261
|
<p>Store a 32 bit float value in big endian format into the memory buffer.</p>
|
1262
1262
|
<div class="refsect3">
|
1263
|
-
<a name="
|
1264
|
-
<div class="informaltable"><table width="100%" border="0">
|
1263
|
+
<a name="GST-WRITE-FLOAT-BE.parameters"></a><h4>Parameters</h4>
|
1264
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1265
1265
|
<colgroup>
|
1266
1266
|
<col width="150px" class="parameters_name">
|
1267
1267
|
<col class="parameters_description">
|
@@ -1286,12 +1286,12 @@ GST_WRITE_FLOAT_BE (<em class="parameter"><code><span class="type">guint8</span>
|
|
1286
1286
|
<div class="refsect2">
|
1287
1287
|
<a name="GST-WRITE-DOUBLE-LE:CAPS"></a><h3>GST_WRITE_DOUBLE_LE ()</h3>
|
1288
1288
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1289
|
-
GST_WRITE_DOUBLE_LE (<em class="parameter"><code><span class="type">guint8</span> *data</code></em>,
|
1290
|
-
<em class="parameter"><code><a href="/
|
1289
|
+
GST_WRITE_DOUBLE_LE (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint8"><span class="type">guint8</span></a> *data</code></em>,
|
1290
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> num</code></em>);</pre>
|
1291
1291
|
<p>Store a 64 bit double value in little endian format into the memory buffer.</p>
|
1292
1292
|
<div class="refsect3">
|
1293
|
-
<a name="
|
1294
|
-
<div class="informaltable"><table width="100%" border="0">
|
1293
|
+
<a name="GST-WRITE-DOUBLE-LE.parameters"></a><h4>Parameters</h4>
|
1294
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1295
1295
|
<colgroup>
|
1296
1296
|
<col width="150px" class="parameters_name">
|
1297
1297
|
<col class="parameters_description">
|
@@ -1316,12 +1316,12 @@ GST_WRITE_DOUBLE_LE (<em class="parameter"><code><span class="type">guint8</span
|
|
1316
1316
|
<div class="refsect2">
|
1317
1317
|
<a name="GST-WRITE-DOUBLE-BE:CAPS"></a><h3>GST_WRITE_DOUBLE_BE ()</h3>
|
1318
1318
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1319
|
-
GST_WRITE_DOUBLE_BE (<em class="parameter"><code><span class="type">guint8</span> *data</code></em>,
|
1320
|
-
<em class="parameter"><code><a href="/
|
1319
|
+
GST_WRITE_DOUBLE_BE (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint8"><span class="type">guint8</span></a> *data</code></em>,
|
1320
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> num</code></em>);</pre>
|
1321
1321
|
<p>Store a 64 bit double value in big endian format into the memory buffer.</p>
|
1322
1322
|
<div class="refsect3">
|
1323
|
-
<a name="
|
1324
|
-
<div class="informaltable"><table width="100%" border="0">
|
1323
|
+
<a name="GST-WRITE-DOUBLE-BE.parameters"></a><h4>Parameters</h4>
|
1324
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1325
1325
|
<colgroup>
|
1326
1326
|
<col width="150px" class="parameters_name">
|
1327
1327
|
<col class="parameters_description">
|
@@ -1349,8 +1349,8 @@ GST_WRITE_DOUBLE_BE (<em class="parameter"><code><span class="type">guint8</span
|
|
1349
1349
|
</pre>
|
1350
1350
|
<p>Rounds an integer value up to the next multiple of 2.</p>
|
1351
1351
|
<div class="refsect3">
|
1352
|
-
<a name="
|
1353
|
-
<div class="informaltable"><table width="100%" border="0">
|
1352
|
+
<a name="GST-ROUND-UP-2.parameters"></a><h4>Parameters</h4>
|
1353
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1354
1354
|
<colgroup>
|
1355
1355
|
<col width="150px" class="parameters_name">
|
1356
1356
|
<col class="parameters_description">
|
@@ -1371,8 +1371,8 @@ GST_WRITE_DOUBLE_BE (<em class="parameter"><code><span class="type">guint8</span
|
|
1371
1371
|
</pre>
|
1372
1372
|
<p>Rounds an integer value up to the next multiple of 4.</p>
|
1373
1373
|
<div class="refsect3">
|
1374
|
-
<a name="
|
1375
|
-
<div class="informaltable"><table width="100%" border="0">
|
1374
|
+
<a name="GST-ROUND-UP-4.parameters"></a><h4>Parameters</h4>
|
1375
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1376
1376
|
<colgroup>
|
1377
1377
|
<col width="150px" class="parameters_name">
|
1378
1378
|
<col class="parameters_description">
|
@@ -1393,8 +1393,8 @@ GST_WRITE_DOUBLE_BE (<em class="parameter"><code><span class="type">guint8</span
|
|
1393
1393
|
</pre>
|
1394
1394
|
<p>Rounds an integer value up to the next multiple of 8.</p>
|
1395
1395
|
<div class="refsect3">
|
1396
|
-
<a name="
|
1397
|
-
<div class="informaltable"><table width="100%" border="0">
|
1396
|
+
<a name="GST-ROUND-UP-8.parameters"></a><h4>Parameters</h4>
|
1397
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1398
1398
|
<colgroup>
|
1399
1399
|
<col width="150px" class="parameters_name">
|
1400
1400
|
<col class="parameters_description">
|
@@ -1415,8 +1415,8 @@ GST_WRITE_DOUBLE_BE (<em class="parameter"><code><span class="type">guint8</span
|
|
1415
1415
|
</pre>
|
1416
1416
|
<p>Rounds an integer value up to the next multiple of 16.</p>
|
1417
1417
|
<div class="refsect3">
|
1418
|
-
<a name="
|
1419
|
-
<div class="informaltable"><table width="100%" border="0">
|
1418
|
+
<a name="GST-ROUND-UP-16.parameters"></a><h4>Parameters</h4>
|
1419
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1420
1420
|
<colgroup>
|
1421
1421
|
<col width="150px" class="parameters_name">
|
1422
1422
|
<col class="parameters_description">
|
@@ -1437,8 +1437,8 @@ GST_WRITE_DOUBLE_BE (<em class="parameter"><code><span class="type">guint8</span
|
|
1437
1437
|
</pre>
|
1438
1438
|
<p>Rounds an integer value up to the next multiple of 32.</p>
|
1439
1439
|
<div class="refsect3">
|
1440
|
-
<a name="
|
1441
|
-
<div class="informaltable"><table width="100%" border="0">
|
1440
|
+
<a name="GST-ROUND-UP-32.parameters"></a><h4>Parameters</h4>
|
1441
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1442
1442
|
<colgroup>
|
1443
1443
|
<col width="150px" class="parameters_name">
|
1444
1444
|
<col class="parameters_description">
|
@@ -1459,8 +1459,8 @@ GST_WRITE_DOUBLE_BE (<em class="parameter"><code><span class="type">guint8</span
|
|
1459
1459
|
</pre>
|
1460
1460
|
<p>Rounds an integer value up to the next multiple of 64.</p>
|
1461
1461
|
<div class="refsect3">
|
1462
|
-
<a name="
|
1463
|
-
<div class="informaltable"><table width="100%" border="0">
|
1462
|
+
<a name="GST-ROUND-UP-64.parameters"></a><h4>Parameters</h4>
|
1463
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1464
1464
|
<colgroup>
|
1465
1465
|
<col width="150px" class="parameters_name">
|
1466
1466
|
<col class="parameters_description">
|
@@ -1481,8 +1481,8 @@ GST_WRITE_DOUBLE_BE (<em class="parameter"><code><span class="type">guint8</span
|
|
1481
1481
|
</pre>
|
1482
1482
|
<p>Rounds an integer value up to the next multiple of 128.</p>
|
1483
1483
|
<div class="refsect3">
|
1484
|
-
<a name="
|
1485
|
-
<div class="informaltable"><table width="100%" border="0">
|
1484
|
+
<a name="GST-ROUND-UP-128.parameters"></a><h4>Parameters</h4>
|
1485
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1486
1486
|
<colgroup>
|
1487
1487
|
<col width="150px" class="parameters_name">
|
1488
1488
|
<col class="parameters_description">
|
@@ -1507,8 +1507,8 @@ GST_WRITE_DOUBLE_BE (<em class="parameter"><code><span class="type">guint8</span
|
|
1507
1507
|
MUST be a
|
1508
1508
|
power of two.</p>
|
1509
1509
|
<div class="refsect3">
|
1510
|
-
<a name="
|
1511
|
-
<div class="informaltable"><table width="100%" border="0">
|
1510
|
+
<a name="GST-ROUND-UP-N.parameters"></a><h4>Parameters</h4>
|
1511
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1512
1512
|
<colgroup>
|
1513
1513
|
<col width="150px" class="parameters_name">
|
1514
1514
|
<col class="parameters_description">
|
@@ -1536,8 +1536,8 @@ power of two.</p>
|
|
1536
1536
|
</pre>
|
1537
1537
|
<p>Rounds an integer value down to the next multiple of 2.</p>
|
1538
1538
|
<div class="refsect3">
|
1539
|
-
<a name="
|
1540
|
-
<div class="informaltable"><table width="100%" border="0">
|
1539
|
+
<a name="GST-ROUND-DOWN-2.parameters"></a><h4>Parameters</h4>
|
1540
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1541
1541
|
<colgroup>
|
1542
1542
|
<col width="150px" class="parameters_name">
|
1543
1543
|
<col class="parameters_description">
|
@@ -1558,8 +1558,8 @@ power of two.</p>
|
|
1558
1558
|
</pre>
|
1559
1559
|
<p>Rounds an integer value down to the next multiple of 4.</p>
|
1560
1560
|
<div class="refsect3">
|
1561
|
-
<a name="
|
1562
|
-
<div class="informaltable"><table width="100%" border="0">
|
1561
|
+
<a name="GST-ROUND-DOWN-4.parameters"></a><h4>Parameters</h4>
|
1562
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1563
1563
|
<colgroup>
|
1564
1564
|
<col width="150px" class="parameters_name">
|
1565
1565
|
<col class="parameters_description">
|
@@ -1580,8 +1580,8 @@ power of two.</p>
|
|
1580
1580
|
</pre>
|
1581
1581
|
<p>Rounds an integer value down to the next multiple of 8.</p>
|
1582
1582
|
<div class="refsect3">
|
1583
|
-
<a name="
|
1584
|
-
<div class="informaltable"><table width="100%" border="0">
|
1583
|
+
<a name="GST-ROUND-DOWN-8.parameters"></a><h4>Parameters</h4>
|
1584
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1585
1585
|
<colgroup>
|
1586
1586
|
<col width="150px" class="parameters_name">
|
1587
1587
|
<col class="parameters_description">
|
@@ -1602,8 +1602,8 @@ power of two.</p>
|
|
1602
1602
|
</pre>
|
1603
1603
|
<p>Rounds an integer value down to the next multiple of 16.</p>
|
1604
1604
|
<div class="refsect3">
|
1605
|
-
<a name="
|
1606
|
-
<div class="informaltable"><table width="100%" border="0">
|
1605
|
+
<a name="GST-ROUND-DOWN-16.parameters"></a><h4>Parameters</h4>
|
1606
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1607
1607
|
<colgroup>
|
1608
1608
|
<col width="150px" class="parameters_name">
|
1609
1609
|
<col class="parameters_description">
|
@@ -1624,8 +1624,8 @@ power of two.</p>
|
|
1624
1624
|
</pre>
|
1625
1625
|
<p>Rounds an integer value down to the next multiple of 32.</p>
|
1626
1626
|
<div class="refsect3">
|
1627
|
-
<a name="
|
1628
|
-
<div class="informaltable"><table width="100%" border="0">
|
1627
|
+
<a name="GST-ROUND-DOWN-32.parameters"></a><h4>Parameters</h4>
|
1628
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1629
1629
|
<colgroup>
|
1630
1630
|
<col width="150px" class="parameters_name">
|
1631
1631
|
<col class="parameters_description">
|
@@ -1646,8 +1646,8 @@ power of two.</p>
|
|
1646
1646
|
</pre>
|
1647
1647
|
<p>Rounds an integer value down to the next multiple of 64.</p>
|
1648
1648
|
<div class="refsect3">
|
1649
|
-
<a name="
|
1650
|
-
<div class="informaltable"><table width="100%" border="0">
|
1649
|
+
<a name="GST-ROUND-DOWN-64.parameters"></a><h4>Parameters</h4>
|
1650
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1651
1651
|
<colgroup>
|
1652
1652
|
<col width="150px" class="parameters_name">
|
1653
1653
|
<col class="parameters_description">
|
@@ -1668,8 +1668,8 @@ power of two.</p>
|
|
1668
1668
|
</pre>
|
1669
1669
|
<p>Rounds an integer value down to the next multiple of 128.</p>
|
1670
1670
|
<div class="refsect3">
|
1671
|
-
<a name="
|
1672
|
-
<div class="informaltable"><table width="100%" border="0">
|
1671
|
+
<a name="GST-ROUND-DOWN-128.parameters"></a><h4>Parameters</h4>
|
1672
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1673
1673
|
<colgroup>
|
1674
1674
|
<col width="150px" class="parameters_name">
|
1675
1675
|
<col class="parameters_description">
|
@@ -1694,8 +1694,8 @@ power of two.</p>
|
|
1694
1694
|
MUST be a
|
1695
1695
|
power of two.</p>
|
1696
1696
|
<div class="refsect3">
|
1697
|
-
<a name="
|
1698
|
-
<div class="informaltable"><table width="100%" border="0">
|
1697
|
+
<a name="GST-ROUND-DOWN-N.parameters"></a><h4>Parameters</h4>
|
1698
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1699
1699
|
<colgroup>
|
1700
1700
|
<col width="150px" class="parameters_name">
|
1701
1701
|
<col class="parameters_description">
|
@@ -1724,8 +1724,8 @@ power of two.</p>
|
|
1724
1724
|
<p>Convert 64-bit floating point value (double) from big endian byte order
|
1725
1725
|
into native byte order.</p>
|
1726
1726
|
<div class="refsect3">
|
1727
|
-
<a name="
|
1728
|
-
<div class="informaltable"><table width="100%" border="0">
|
1727
|
+
<a name="GDOUBLE-FROM-BE.parameters"></a><h4>Parameters</h4>
|
1728
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1729
1729
|
<colgroup>
|
1730
1730
|
<col width="150px" class="parameters_name">
|
1731
1731
|
<col class="parameters_description">
|
@@ -1747,8 +1747,8 @@ into native byte order.</p>
|
|
1747
1747
|
<p>Convert 64-bit floating point value (double) from little endian byte order
|
1748
1748
|
into native byte order.</p>
|
1749
1749
|
<div class="refsect3">
|
1750
|
-
<a name="
|
1751
|
-
<div class="informaltable"><table width="100%" border="0">
|
1750
|
+
<a name="GDOUBLE-FROM-LE.parameters"></a><h4>Parameters</h4>
|
1751
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1752
1752
|
<colgroup>
|
1753
1753
|
<col width="150px" class="parameters_name">
|
1754
1754
|
<col class="parameters_description">
|
@@ -1765,12 +1765,12 @@ into native byte order.</p>
|
|
1765
1765
|
<hr>
|
1766
1766
|
<div class="refsect2">
|
1767
1767
|
<a name="GDOUBLE-SWAP-LE-BE:CAPS"></a><h3>GDOUBLE_SWAP_LE_BE ()</h3>
|
1768
|
-
<pre class="programlisting"><a href="/
|
1769
|
-
GDOUBLE_SWAP_LE_BE (<em class="parameter"><code><a href="/
|
1768
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>
|
1769
|
+
GDOUBLE_SWAP_LE_BE (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> in</code></em>);</pre>
|
1770
1770
|
<p>Swap byte order of a 64-bit floating point value (double).</p>
|
1771
1771
|
<div class="refsect3">
|
1772
|
-
<a name="
|
1773
|
-
<div class="informaltable"><table width="100%" border="0">
|
1772
|
+
<a name="GDOUBLE-SWAP-LE-BE.parameters"></a><h4>Parameters</h4>
|
1773
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1774
1774
|
<colgroup>
|
1775
1775
|
<col width="150px" class="parameters_name">
|
1776
1776
|
<col class="parameters_description">
|
@@ -1784,7 +1784,7 @@ GDOUBLE_SWAP_LE_BE (<em class="parameter"><code><a href="/home/vagrant/ruby-gnom
|
|
1784
1784
|
</table></div>
|
1785
1785
|
</div>
|
1786
1786
|
<div class="refsect3">
|
1787
|
-
<a name="
|
1787
|
+
<a name="GDOUBLE-SWAP-LE-BE.returns"></a><h4>Returns</h4>
|
1788
1788
|
<p> <em class="parameter"><code>in</code></em>
|
1789
1789
|
byte-swapped.</p>
|
1790
1790
|
</div>
|
@@ -1797,8 +1797,8 @@ byte-swapped.</p>
|
|
1797
1797
|
<p>Convert 64-bit floating point value (double) from native byte order into
|
1798
1798
|
big endian byte order.</p>
|
1799
1799
|
<div class="refsect3">
|
1800
|
-
<a name="
|
1801
|
-
<div class="informaltable"><table width="100%" border="0">
|
1800
|
+
<a name="GDOUBLE-TO-BE.parameters"></a><h4>Parameters</h4>
|
1801
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1802
1802
|
<colgroup>
|
1803
1803
|
<col width="150px" class="parameters_name">
|
1804
1804
|
<col class="parameters_description">
|
@@ -1820,8 +1820,8 @@ big endian byte order.</p>
|
|
1820
1820
|
<p>Convert 64-bit floating point value (double) from native byte order into
|
1821
1821
|
little endian byte order.</p>
|
1822
1822
|
<div class="refsect3">
|
1823
|
-
<a name="
|
1824
|
-
<div class="informaltable"><table width="100%" border="0">
|
1823
|
+
<a name="GDOUBLE-TO-LE.parameters"></a><h4>Parameters</h4>
|
1824
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1825
1825
|
<colgroup>
|
1826
1826
|
<col width="150px" class="parameters_name">
|
1827
1827
|
<col class="parameters_description">
|
@@ -1843,8 +1843,8 @@ little endian byte order.</p>
|
|
1843
1843
|
<p>Convert 32-bit floating point value (float) from big endian byte order
|
1844
1844
|
into native byte order.</p>
|
1845
1845
|
<div class="refsect3">
|
1846
|
-
<a name="
|
1847
|
-
<div class="informaltable"><table width="100%" border="0">
|
1846
|
+
<a name="GFLOAT-FROM-BE.parameters"></a><h4>Parameters</h4>
|
1847
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1848
1848
|
<colgroup>
|
1849
1849
|
<col width="150px" class="parameters_name">
|
1850
1850
|
<col class="parameters_description">
|
@@ -1866,8 +1866,8 @@ into native byte order.</p>
|
|
1866
1866
|
<p>Convert 32-bit floating point value (float) from little endian byte order
|
1867
1867
|
into native byte order.</p>
|
1868
1868
|
<div class="refsect3">
|
1869
|
-
<a name="
|
1870
|
-
<div class="informaltable"><table width="100%" border="0">
|
1869
|
+
<a name="GFLOAT-FROM-LE.parameters"></a><h4>Parameters</h4>
|
1870
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1871
1871
|
<colgroup>
|
1872
1872
|
<col width="150px" class="parameters_name">
|
1873
1873
|
<col class="parameters_description">
|
@@ -1884,12 +1884,12 @@ into native byte order.</p>
|
|
1884
1884
|
<hr>
|
1885
1885
|
<div class="refsect2">
|
1886
1886
|
<a name="GFLOAT-SWAP-LE-BE:CAPS"></a><h3>GFLOAT_SWAP_LE_BE ()</h3>
|
1887
|
-
<pre class="programlisting"><a href="/
|
1888
|
-
GFLOAT_SWAP_LE_BE (<em class="parameter"><code><a href="/
|
1887
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gfloat"><span class="returnvalue">gfloat</span></a>
|
1888
|
+
GFLOAT_SWAP_LE_BE (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> in</code></em>);</pre>
|
1889
1889
|
<p>Swap byte order of a 32-bit floating point value (float).</p>
|
1890
1890
|
<div class="refsect3">
|
1891
|
-
<a name="
|
1892
|
-
<div class="informaltable"><table width="100%" border="0">
|
1891
|
+
<a name="GFLOAT-SWAP-LE-BE.parameters"></a><h4>Parameters</h4>
|
1892
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1893
1893
|
<colgroup>
|
1894
1894
|
<col width="150px" class="parameters_name">
|
1895
1895
|
<col class="parameters_description">
|
@@ -1903,7 +1903,7 @@ GFLOAT_SWAP_LE_BE (<em class="parameter"><code><a href="/home/vagrant/ruby-gnome
|
|
1903
1903
|
</table></div>
|
1904
1904
|
</div>
|
1905
1905
|
<div class="refsect3">
|
1906
|
-
<a name="
|
1906
|
+
<a name="GFLOAT-SWAP-LE-BE.returns"></a><h4>Returns</h4>
|
1907
1907
|
<p> <em class="parameter"><code>in</code></em>
|
1908
1908
|
byte-swapped.</p>
|
1909
1909
|
</div>
|
@@ -1916,8 +1916,8 @@ byte-swapped.</p>
|
|
1916
1916
|
<p>Convert 32-bit floating point value (float) from native byte order into
|
1917
1917
|
big endian byte order.</p>
|
1918
1918
|
<div class="refsect3">
|
1919
|
-
<a name="
|
1920
|
-
<div class="informaltable"><table width="100%" border="0">
|
1919
|
+
<a name="GFLOAT-TO-BE.parameters"></a><h4>Parameters</h4>
|
1920
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1921
1921
|
<colgroup>
|
1922
1922
|
<col width="150px" class="parameters_name">
|
1923
1923
|
<col class="parameters_description">
|
@@ -1939,8 +1939,8 @@ big endian byte order.</p>
|
|
1939
1939
|
<p>Convert 32-bit floating point value (float) from native byte order into
|
1940
1940
|
little endian byte order.</p>
|
1941
1941
|
<div class="refsect3">
|
1942
|
-
<a name="
|
1943
|
-
<div class="informaltable"><table width="100%" border="0">
|
1942
|
+
<a name="GFLOAT-TO-LE.parameters"></a><h4>Parameters</h4>
|
1943
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1944
1944
|
<colgroup>
|
1945
1945
|
<col width="150px" class="parameters_name">
|
1946
1946
|
<col class="parameters_description">
|
@@ -1962,8 +1962,8 @@ little endian byte order.</p>
|
|
1962
1962
|
<p>Convert <em class="parameter"><code>value</code></em>
|
1963
1963
|
to a gdouble.</p>
|
1964
1964
|
<div class="refsect3">
|
1965
|
-
<a name="
|
1966
|
-
<div class="informaltable"><table width="100%" border="0">
|
1965
|
+
<a name="gst-guint64-to-gdouble.parameters"></a><h4>Parameters</h4>
|
1966
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1967
1967
|
<colgroup>
|
1968
1968
|
<col width="150px" class="parameters_name">
|
1969
1969
|
<col class="parameters_description">
|
@@ -1971,15 +1971,15 @@ little endian byte order.</p>
|
|
1971
1971
|
</colgroup>
|
1972
1972
|
<tbody><tr>
|
1973
1973
|
<td class="parameter_name"><p>value</p></td>
|
1974
|
-
<td class="parameter_description"><p>the <span class="type">guint64</span> value to convert</p></td>
|
1974
|
+
<td class="parameter_description"><p>the <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint64"><span class="type">guint64</span></a> value to convert</p></td>
|
1975
1975
|
<td class="parameter_annotations"> </td>
|
1976
1976
|
</tr></tbody>
|
1977
1977
|
</table></div>
|
1978
1978
|
</div>
|
1979
1979
|
<div class="refsect3">
|
1980
|
-
<a name="
|
1980
|
+
<a name="gst-guint64-to-gdouble.returns"></a><h4>Returns</h4>
|
1981
1981
|
<p> <em class="parameter"><code>value</code></em>
|
1982
|
-
converted to a <a href="/
|
1982
|
+
converted to a <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a>.</p>
|
1983
1983
|
</div>
|
1984
1984
|
</div>
|
1985
1985
|
<hr>
|
@@ -1990,8 +1990,8 @@ converted to a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share
|
|
1990
1990
|
<p>Convert <em class="parameter"><code>value</code></em>
|
1991
1991
|
to a guint64.</p>
|
1992
1992
|
<div class="refsect3">
|
1993
|
-
<a name="
|
1994
|
-
<div class="informaltable"><table width="100%" border="0">
|
1993
|
+
<a name="gst-gdouble-to-guint64.parameters"></a><h4>Parameters</h4>
|
1994
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1995
1995
|
<colgroup>
|
1996
1996
|
<col width="150px" class="parameters_name">
|
1997
1997
|
<col class="parameters_description">
|
@@ -1999,27 +1999,27 @@ converted to a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share
|
|
1999
1999
|
</colgroup>
|
2000
2000
|
<tbody><tr>
|
2001
2001
|
<td class="parameter_name"><p>value</p></td>
|
2002
|
-
<td class="parameter_description"><p>the <a href="/
|
2002
|
+
<td class="parameter_description"><p>the <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> value to convert</p></td>
|
2003
2003
|
<td class="parameter_annotations"> </td>
|
2004
2004
|
</tr></tbody>
|
2005
2005
|
</table></div>
|
2006
2006
|
</div>
|
2007
2007
|
<div class="refsect3">
|
2008
|
-
<a name="
|
2008
|
+
<a name="gst-gdouble-to-guint64.returns"></a><h4>Returns</h4>
|
2009
2009
|
<p> <em class="parameter"><code>value</code></em>
|
2010
|
-
converted to a <span class="type">guint64</span>.</p>
|
2010
|
+
converted to a <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint64"><span class="type">guint64</span></a>.</p>
|
2011
2011
|
</div>
|
2012
2012
|
</div>
|
2013
2013
|
<hr>
|
2014
2014
|
<div class="refsect2">
|
2015
2015
|
<a name="gst-util-dump-mem"></a><h3>gst_util_dump_mem ()</h3>
|
2016
2016
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2017
|
-
gst_util_dump_mem (<em class="parameter"><code>const <a href="/
|
2018
|
-
<em class="parameter"><code><a href="/
|
2017
|
+
gst_util_dump_mem (<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guchar"><span class="type">guchar</span></a> *mem</code></em>,
|
2018
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="type">guint</span></a> size</code></em>);</pre>
|
2019
2019
|
<p>Dumps the memory block into a hex representation. Useful for debugging.</p>
|
2020
2020
|
<div class="refsect3">
|
2021
|
-
<a name="
|
2022
|
-
<div class="informaltable"><table width="100%" border="0">
|
2021
|
+
<a name="gst-util-dump-mem.parameters"></a><h4>Parameters</h4>
|
2022
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2023
2023
|
<colgroup>
|
2024
2024
|
<col width="150px" class="parameters_name">
|
2025
2025
|
<col class="parameters_description">
|
@@ -2043,10 +2043,10 @@ gst_util_dump_mem (<em class="parameter"><code>const <a href="/home/vagrant/ruby
|
|
2043
2043
|
<hr>
|
2044
2044
|
<div class="refsect2">
|
2045
2045
|
<a name="gst-util-uint64-scale"></a><h3>gst_util_uint64_scale ()</h3>
|
2046
|
-
<pre class="programlisting"><span class="returnvalue">guint64</span>
|
2047
|
-
gst_util_uint64_scale (<em class="parameter"><code><span class="type">guint64</span> val</code></em>,
|
2048
|
-
<em class="parameter"><code><span class="type">guint64</span> num</code></em>,
|
2049
|
-
<em class="parameter"><code><span class="type">guint64</span> denom</code></em>);</pre>
|
2046
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint64"><span class="returnvalue">guint64</span></a>
|
2047
|
+
gst_util_uint64_scale (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint64"><span class="type">guint64</span></a> val</code></em>,
|
2048
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint64"><span class="type">guint64</span></a> num</code></em>,
|
2049
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint64"><span class="type">guint64</span></a> denom</code></em>);</pre>
|
2050
2050
|
<p>Scale <em class="parameter"><code>val</code></em>
|
2051
2051
|
by the rational number <em class="parameter"><code>num</code></em>
|
2052
2052
|
/ <em class="parameter"><code>denom</code></em>
|
@@ -2055,8 +2055,8 @@ underflows and without loss of precision.</p>
|
|
2055
2055
|
<p>This function can potentially be very slow if val and num are both
|
2056
2056
|
greater than G_MAXUINT32.</p>
|
2057
2057
|
<div class="refsect3">
|
2058
|
-
<a name="
|
2059
|
-
<div class="informaltable"><table width="100%" border="0">
|
2058
|
+
<a name="gst-util-uint64-scale.parameters"></a><h4>Parameters</h4>
|
2059
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2060
2060
|
<colgroup>
|
2061
2061
|
<col width="150px" class="parameters_name">
|
2062
2062
|
<col class="parameters_description">
|
@@ -2082,7 +2082,7 @@ greater than G_MAXUINT32.</p>
|
|
2082
2082
|
</table></div>
|
2083
2083
|
</div>
|
2084
2084
|
<div class="refsect3">
|
2085
|
-
<a name="
|
2085
|
+
<a name="gst-util-uint64-scale.returns"></a><h4>Returns</h4>
|
2086
2086
|
<p> <em class="parameter"><code>val</code></em>
|
2087
2087
|
* <em class="parameter"><code>num</code></em>
|
2088
2088
|
/ <em class="parameter"><code>denom</code></em>
|
@@ -2097,10 +2097,10 @@ representable as an integer it is truncated. See also
|
|
2097
2097
|
<hr>
|
2098
2098
|
<div class="refsect2">
|
2099
2099
|
<a name="gst-util-uint64-scale-round"></a><h3>gst_util_uint64_scale_round ()</h3>
|
2100
|
-
<pre class="programlisting"><span class="returnvalue">guint64</span>
|
2101
|
-
gst_util_uint64_scale_round (<em class="parameter"><code><span class="type">guint64</span> val</code></em>,
|
2102
|
-
<em class="parameter"><code><span class="type">guint64</span> num</code></em>,
|
2103
|
-
<em class="parameter"><code><span class="type">guint64</span> denom</code></em>);</pre>
|
2100
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint64"><span class="returnvalue">guint64</span></a>
|
2101
|
+
gst_util_uint64_scale_round (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint64"><span class="type">guint64</span></a> val</code></em>,
|
2102
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint64"><span class="type">guint64</span></a> num</code></em>,
|
2103
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint64"><span class="type">guint64</span></a> denom</code></em>);</pre>
|
2104
2104
|
<p>Scale <em class="parameter"><code>val</code></em>
|
2105
2105
|
by the rational number <em class="parameter"><code>num</code></em>
|
2106
2106
|
/ <em class="parameter"><code>denom</code></em>
|
@@ -2109,8 +2109,8 @@ underflows and without loss of precision.</p>
|
|
2109
2109
|
<p>This function can potentially be very slow if val and num are both
|
2110
2110
|
greater than G_MAXUINT32.</p>
|
2111
2111
|
<div class="refsect3">
|
2112
|
-
<a name="
|
2113
|
-
<div class="informaltable"><table width="100%" border="0">
|
2112
|
+
<a name="gst-util-uint64-scale-round.parameters"></a><h4>Parameters</h4>
|
2113
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2114
2114
|
<colgroup>
|
2115
2115
|
<col width="150px" class="parameters_name">
|
2116
2116
|
<col class="parameters_description">
|
@@ -2136,7 +2136,7 @@ greater than G_MAXUINT32.</p>
|
|
2136
2136
|
</table></div>
|
2137
2137
|
</div>
|
2138
2138
|
<div class="refsect3">
|
2139
|
-
<a name="
|
2139
|
+
<a name="gst-util-uint64-scale-round.returns"></a><h4>Returns</h4>
|
2140
2140
|
<p> <em class="parameter"><code>val</code></em>
|
2141
2141
|
* <em class="parameter"><code>num</code></em>
|
2142
2142
|
/ <em class="parameter"><code>denom</code></em>
|
@@ -2151,10 +2151,10 @@ representable as an integer, it is rounded to the nearest integer
|
|
2151
2151
|
<hr>
|
2152
2152
|
<div class="refsect2">
|
2153
2153
|
<a name="gst-util-uint64-scale-ceil"></a><h3>gst_util_uint64_scale_ceil ()</h3>
|
2154
|
-
<pre class="programlisting"><span class="returnvalue">guint64</span>
|
2155
|
-
gst_util_uint64_scale_ceil (<em class="parameter"><code><span class="type">guint64</span> val</code></em>,
|
2156
|
-
<em class="parameter"><code><span class="type">guint64</span> num</code></em>,
|
2157
|
-
<em class="parameter"><code><span class="type">guint64</span> denom</code></em>);</pre>
|
2154
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint64"><span class="returnvalue">guint64</span></a>
|
2155
|
+
gst_util_uint64_scale_ceil (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint64"><span class="type">guint64</span></a> val</code></em>,
|
2156
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint64"><span class="type">guint64</span></a> num</code></em>,
|
2157
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint64"><span class="type">guint64</span></a> denom</code></em>);</pre>
|
2158
2158
|
<p>Scale <em class="parameter"><code>val</code></em>
|
2159
2159
|
by the rational number <em class="parameter"><code>num</code></em>
|
2160
2160
|
/ <em class="parameter"><code>denom</code></em>
|
@@ -2163,8 +2163,8 @@ underflows and without loss of precision.</p>
|
|
2163
2163
|
<p>This function can potentially be very slow if val and num are both
|
2164
2164
|
greater than G_MAXUINT32.</p>
|
2165
2165
|
<div class="refsect3">
|
2166
|
-
<a name="
|
2167
|
-
<div class="informaltable"><table width="100%" border="0">
|
2166
|
+
<a name="gst-util-uint64-scale-ceil.parameters"></a><h4>Parameters</h4>
|
2167
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2168
2168
|
<colgroup>
|
2169
2169
|
<col width="150px" class="parameters_name">
|
2170
2170
|
<col class="parameters_description">
|
@@ -2190,7 +2190,7 @@ greater than G_MAXUINT32.</p>
|
|
2190
2190
|
</table></div>
|
2191
2191
|
</div>
|
2192
2192
|
<div class="refsect3">
|
2193
|
-
<a name="
|
2193
|
+
<a name="gst-util-uint64-scale-ceil.returns"></a><h4>Returns</h4>
|
2194
2194
|
<p> <em class="parameter"><code>val</code></em>
|
2195
2195
|
* <em class="parameter"><code>num</code></em>
|
2196
2196
|
/ <em class="parameter"><code>denom</code></em>
|
@@ -2205,10 +2205,10 @@ representable as an integer, it is rounded up. See also
|
|
2205
2205
|
<hr>
|
2206
2206
|
<div class="refsect2">
|
2207
2207
|
<a name="gst-util-uint64-scale-int"></a><h3>gst_util_uint64_scale_int ()</h3>
|
2208
|
-
<pre class="programlisting"><span class="returnvalue">guint64</span>
|
2209
|
-
gst_util_uint64_scale_int (<em class="parameter"><code><span class="type">guint64</span> val</code></em>,
|
2210
|
-
<em class="parameter"><code><a href="/
|
2211
|
-
<em class="parameter"><code><a href="/
|
2208
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint64"><span class="returnvalue">guint64</span></a>
|
2209
|
+
gst_util_uint64_scale_int (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint64"><span class="type">guint64</span></a> val</code></em>,
|
2210
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> num</code></em>,
|
2211
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> denom</code></em>);</pre>
|
2212
2212
|
<p>Scale <em class="parameter"><code>val</code></em>
|
2213
2213
|
by the rational number <em class="parameter"><code>num</code></em>
|
2214
2214
|
/ <em class="parameter"><code>denom</code></em>
|
@@ -2218,8 +2218,8 @@ underflows and without loss of precision. <em class="parameter"><code>num</code
|
|
2218
2218
|
<em class="parameter"><code>denom</code></em>
|
2219
2219
|
must be positive.</p>
|
2220
2220
|
<div class="refsect3">
|
2221
|
-
<a name="
|
2222
|
-
<div class="informaltable"><table width="100%" border="0">
|
2221
|
+
<a name="gst-util-uint64-scale-int.parameters"></a><h4>Parameters</h4>
|
2222
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2223
2223
|
<colgroup>
|
2224
2224
|
<col width="150px" class="parameters_name">
|
2225
2225
|
<col class="parameters_description">
|
@@ -2245,7 +2245,7 @@ underflows and without loss of precision. <em class="parameter"><code>num</code
|
|
2245
2245
|
</table></div>
|
2246
2246
|
</div>
|
2247
2247
|
<div class="refsect3">
|
2248
|
-
<a name="
|
2248
|
+
<a name="gst-util-uint64-scale-int.returns"></a><h4>Returns</h4>
|
2249
2249
|
<p> <em class="parameter"><code>val</code></em>
|
2250
2250
|
* <em class="parameter"><code>num</code></em>
|
2251
2251
|
/ <em class="parameter"><code>denom</code></em>
|
@@ -2260,10 +2260,10 @@ representable as an integer, it is truncated. See also
|
|
2260
2260
|
<hr>
|
2261
2261
|
<div class="refsect2">
|
2262
2262
|
<a name="gst-util-uint64-scale-int-round"></a><h3>gst_util_uint64_scale_int_round ()</h3>
|
2263
|
-
<pre class="programlisting"><span class="returnvalue">guint64</span>
|
2264
|
-
gst_util_uint64_scale_int_round (<em class="parameter"><code><span class="type">guint64</span> val</code></em>,
|
2265
|
-
<em class="parameter"><code><a href="/
|
2266
|
-
<em class="parameter"><code><a href="/
|
2263
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint64"><span class="returnvalue">guint64</span></a>
|
2264
|
+
gst_util_uint64_scale_int_round (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint64"><span class="type">guint64</span></a> val</code></em>,
|
2265
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> num</code></em>,
|
2266
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> denom</code></em>);</pre>
|
2267
2267
|
<p>Scale <em class="parameter"><code>val</code></em>
|
2268
2268
|
by the rational number <em class="parameter"><code>num</code></em>
|
2269
2269
|
/ <em class="parameter"><code>denom</code></em>
|
@@ -2273,8 +2273,8 @@ underflows and without loss of precision. <em class="parameter"><code>num</code
|
|
2273
2273
|
<em class="parameter"><code>denom</code></em>
|
2274
2274
|
must be positive.</p>
|
2275
2275
|
<div class="refsect3">
|
2276
|
-
<a name="
|
2277
|
-
<div class="informaltable"><table width="100%" border="0">
|
2276
|
+
<a name="gst-util-uint64-scale-int-round.parameters"></a><h4>Parameters</h4>
|
2277
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2278
2278
|
<colgroup>
|
2279
2279
|
<col width="150px" class="parameters_name">
|
2280
2280
|
<col class="parameters_description">
|
@@ -2300,7 +2300,7 @@ underflows and without loss of precision. <em class="parameter"><code>num</code
|
|
2300
2300
|
</table></div>
|
2301
2301
|
</div>
|
2302
2302
|
<div class="refsect3">
|
2303
|
-
<a name="
|
2303
|
+
<a name="gst-util-uint64-scale-int-round.returns"></a><h4>Returns</h4>
|
2304
2304
|
<p> <em class="parameter"><code>val</code></em>
|
2305
2305
|
* <em class="parameter"><code>num</code></em>
|
2306
2306
|
/ <em class="parameter"><code>denom</code></em>
|
@@ -2315,10 +2315,10 @@ representable as an integer, it is rounded to the nearest integer
|
|
2315
2315
|
<hr>
|
2316
2316
|
<div class="refsect2">
|
2317
2317
|
<a name="gst-util-uint64-scale-int-ceil"></a><h3>gst_util_uint64_scale_int_ceil ()</h3>
|
2318
|
-
<pre class="programlisting"><span class="returnvalue">guint64</span>
|
2319
|
-
gst_util_uint64_scale_int_ceil (<em class="parameter"><code><span class="type">guint64</span> val</code></em>,
|
2320
|
-
<em class="parameter"><code><a href="/
|
2321
|
-
<em class="parameter"><code><a href="/
|
2318
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint64"><span class="returnvalue">guint64</span></a>
|
2319
|
+
gst_util_uint64_scale_int_ceil (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint64"><span class="type">guint64</span></a> val</code></em>,
|
2320
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> num</code></em>,
|
2321
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> denom</code></em>);</pre>
|
2322
2322
|
<p>Scale <em class="parameter"><code>val</code></em>
|
2323
2323
|
by the rational number <em class="parameter"><code>num</code></em>
|
2324
2324
|
/ <em class="parameter"><code>denom</code></em>
|
@@ -2328,8 +2328,8 @@ underflows and without loss of precision. <em class="parameter"><code>num</code
|
|
2328
2328
|
<em class="parameter"><code>denom</code></em>
|
2329
2329
|
must be positive.</p>
|
2330
2330
|
<div class="refsect3">
|
2331
|
-
<a name="
|
2332
|
-
<div class="informaltable"><table width="100%" border="0">
|
2331
|
+
<a name="gst-util-uint64-scale-int-ceil.parameters"></a><h4>Parameters</h4>
|
2332
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2333
2333
|
<colgroup>
|
2334
2334
|
<col width="150px" class="parameters_name">
|
2335
2335
|
<col class="parameters_description">
|
@@ -2355,7 +2355,7 @@ underflows and without loss of precision. <em class="parameter"><code>num</code
|
|
2355
2355
|
</table></div>
|
2356
2356
|
</div>
|
2357
2357
|
<div class="refsect3">
|
2358
|
-
<a name="
|
2358
|
+
<a name="gst-util-uint64-scale-int-ceil.returns"></a><h4>Returns</h4>
|
2359
2359
|
<p> <em class="parameter"><code>val</code></em>
|
2360
2360
|
* <em class="parameter"><code>num</code></em>
|
2361
2361
|
/ <em class="parameter"><code>denom</code></em>
|
@@ -2370,16 +2370,16 @@ representable as an integer, it is rounded up. See also
|
|
2370
2370
|
<hr>
|
2371
2371
|
<div class="refsect2">
|
2372
2372
|
<a name="gst-util-greatest-common-divisor"></a><h3>gst_util_greatest_common_divisor ()</h3>
|
2373
|
-
<pre class="programlisting"><a href="/
|
2374
|
-
gst_util_greatest_common_divisor (<em class="parameter"><code><a href="/
|
2375
|
-
<em class="parameter"><code><a href="/
|
2373
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
2374
|
+
gst_util_greatest_common_divisor (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> a</code></em>,
|
2375
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> b</code></em>);</pre>
|
2376
2376
|
<p>Calculates the greatest common divisor of <em class="parameter"><code>a</code></em>
|
2377
2377
|
|
2378
2378
|
and <em class="parameter"><code>b</code></em>
|
2379
2379
|
.</p>
|
2380
2380
|
<div class="refsect3">
|
2381
|
-
<a name="
|
2382
|
-
<div class="informaltable"><table width="100%" border="0">
|
2381
|
+
<a name="gst-util-greatest-common-divisor.parameters"></a><h4>Parameters</h4>
|
2382
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2383
2383
|
<colgroup>
|
2384
2384
|
<col width="150px" class="parameters_name">
|
2385
2385
|
<col class="parameters_description">
|
@@ -2388,19 +2388,19 @@ and <em class="parameter"><code>b</code></em>
|
|
2388
2388
|
<tbody>
|
2389
2389
|
<tr>
|
2390
2390
|
<td class="parameter_name"><p>a</p></td>
|
2391
|
-
<td class="parameter_description"><p>First value as <a href="/
|
2391
|
+
<td class="parameter_description"><p>First value as <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a></p></td>
|
2392
2392
|
<td class="parameter_annotations"> </td>
|
2393
2393
|
</tr>
|
2394
2394
|
<tr>
|
2395
2395
|
<td class="parameter_name"><p>b</p></td>
|
2396
|
-
<td class="parameter_description"><p>Second value as <a href="/
|
2396
|
+
<td class="parameter_description"><p>Second value as <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a></p></td>
|
2397
2397
|
<td class="parameter_annotations"> </td>
|
2398
2398
|
</tr>
|
2399
2399
|
</tbody>
|
2400
2400
|
</table></div>
|
2401
2401
|
</div>
|
2402
2402
|
<div class="refsect3">
|
2403
|
-
<a name="
|
2403
|
+
<a name="gst-util-greatest-common-divisor.returns"></a><h4>Returns</h4>
|
2404
2404
|
<p> Greatest common divisor of <em class="parameter"><code>a</code></em>
|
2405
2405
|
and <em class="parameter"><code>b</code></em>
|
2406
2406
|
</p>
|
@@ -2409,17 +2409,17 @@ and <em class="parameter"><code>b</code></em>
|
|
2409
2409
|
<hr>
|
2410
2410
|
<div class="refsect2">
|
2411
2411
|
<a name="gst-util-greatest-common-divisor-int64"></a><h3>gst_util_greatest_common_divisor_int64 ()</h3>
|
2412
|
-
<pre class="programlisting"><span class="returnvalue">gint64</span>
|
2412
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint64"><span class="returnvalue">gint64</span></a>
|
2413
2413
|
gst_util_greatest_common_divisor_int64
|
2414
|
-
(<em class="parameter"><code><span class="type">gint64</span> a</code></em>,
|
2415
|
-
<em class="parameter"><code><span class="type">gint64</span> b</code></em>);</pre>
|
2414
|
+
(<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint64"><span class="type">gint64</span></a> a</code></em>,
|
2415
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint64"><span class="type">gint64</span></a> b</code></em>);</pre>
|
2416
2416
|
<p>Calculates the greatest common divisor of <em class="parameter"><code>a</code></em>
|
2417
2417
|
|
2418
2418
|
and <em class="parameter"><code>b</code></em>
|
2419
2419
|
.</p>
|
2420
2420
|
<div class="refsect3">
|
2421
|
-
<a name="
|
2422
|
-
<div class="informaltable"><table width="100%" border="0">
|
2421
|
+
<a name="gst-util-greatest-common-divisor-int64.parameters"></a><h4>Parameters</h4>
|
2422
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2423
2423
|
<colgroup>
|
2424
2424
|
<col width="150px" class="parameters_name">
|
2425
2425
|
<col class="parameters_description">
|
@@ -2428,19 +2428,19 @@ and <em class="parameter"><code>b</code></em>
|
|
2428
2428
|
<tbody>
|
2429
2429
|
<tr>
|
2430
2430
|
<td class="parameter_name"><p>a</p></td>
|
2431
|
-
<td class="parameter_description"><p>First value as <span class="type">gint64</span></p></td>
|
2431
|
+
<td class="parameter_description"><p>First value as <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint64"><span class="type">gint64</span></a></p></td>
|
2432
2432
|
<td class="parameter_annotations"> </td>
|
2433
2433
|
</tr>
|
2434
2434
|
<tr>
|
2435
2435
|
<td class="parameter_name"><p>b</p></td>
|
2436
|
-
<td class="parameter_description"><p>Second value as <span class="type">gint64</span></p></td>
|
2436
|
+
<td class="parameter_description"><p>Second value as <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint64"><span class="type">gint64</span></a></p></td>
|
2437
2437
|
<td class="parameter_annotations"> </td>
|
2438
2438
|
</tr>
|
2439
2439
|
</tbody>
|
2440
2440
|
</table></div>
|
2441
2441
|
</div>
|
2442
2442
|
<div class="refsect3">
|
2443
|
-
<a name="
|
2443
|
+
<a name="gst-util-greatest-common-divisor-int64.returns"></a><h4>Returns</h4>
|
2444
2444
|
<p> Greatest common divisor of <em class="parameter"><code>a</code></em>
|
2445
2445
|
and <em class="parameter"><code>b</code></em>
|
2446
2446
|
</p>
|
@@ -2450,13 +2450,13 @@ and <em class="parameter"><code>b</code></em>
|
|
2450
2450
|
<div class="refsect2">
|
2451
2451
|
<a name="gst-util-fraction-to-double"></a><h3>gst_util_fraction_to_double ()</h3>
|
2452
2452
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2453
|
-
gst_util_fraction_to_double (<em class="parameter"><code><a href="/
|
2454
|
-
<em class="parameter"><code><a href="/
|
2455
|
-
<em class="parameter"><code><a href="/
|
2456
|
-
<p>Transforms a fraction to a <a href="/
|
2453
|
+
gst_util_fraction_to_double (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> src_n</code></em>,
|
2454
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> src_d</code></em>,
|
2455
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *dest</code></em>);</pre>
|
2456
|
+
<p>Transforms a fraction to a <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a>.</p>
|
2457
2457
|
<div class="refsect3">
|
2458
|
-
<a name="
|
2459
|
-
<div class="informaltable"><table width="100%" border="0">
|
2458
|
+
<a name="gst-util-fraction-to-double.parameters"></a><h4>Parameters</h4>
|
2459
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2460
2460
|
<colgroup>
|
2461
2461
|
<col width="150px" class="parameters_name">
|
2462
2462
|
<col class="parameters_description">
|
@@ -2465,17 +2465,17 @@ gst_util_fraction_to_double (<em class="parameter"><code><a href="/home/vagrant/
|
|
2465
2465
|
<tbody>
|
2466
2466
|
<tr>
|
2467
2467
|
<td class="parameter_name"><p>src_n</p></td>
|
2468
|
-
<td class="parameter_description"><p>Fraction numerator as <a href="/
|
2468
|
+
<td class="parameter_description"><p>Fraction numerator as <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a></p></td>
|
2469
2469
|
<td class="parameter_annotations"> </td>
|
2470
2470
|
</tr>
|
2471
2471
|
<tr>
|
2472
2472
|
<td class="parameter_name"><p>src_d</p></td>
|
2473
|
-
<td class="parameter_description"><p>Fraction denominator <a href="/
|
2473
|
+
<td class="parameter_description"><p>Fraction denominator <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a></p></td>
|
2474
2474
|
<td class="parameter_annotations"> </td>
|
2475
2475
|
</tr>
|
2476
2476
|
<tr>
|
2477
2477
|
<td class="parameter_name"><p>dest</p></td>
|
2478
|
-
<td class="parameter_description"><p> pointer to a <a href="/
|
2478
|
+
<td class="parameter_description"><p> pointer to a <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> for the result. </p></td>
|
2479
2479
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
|
2480
2480
|
</tr>
|
2481
2481
|
</tbody>
|
@@ -2486,14 +2486,14 @@ gst_util_fraction_to_double (<em class="parameter"><code><a href="/home/vagrant/
|
|
2486
2486
|
<div class="refsect2">
|
2487
2487
|
<a name="gst-util-double-to-fraction"></a><h3>gst_util_double_to_fraction ()</h3>
|
2488
2488
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2489
|
-
gst_util_double_to_fraction (<em class="parameter"><code><a href="/
|
2490
|
-
<em class="parameter"><code><a href="/
|
2491
|
-
<em class="parameter"><code><a href="/
|
2492
|
-
<p>Transforms a <a href="/
|
2489
|
+
gst_util_double_to_fraction (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> src</code></em>,
|
2490
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> *dest_n</code></em>,
|
2491
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> *dest_d</code></em>);</pre>
|
2492
|
+
<p>Transforms a <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> to a fraction and simplifies
|
2493
2493
|
the result.</p>
|
2494
2494
|
<div class="refsect3">
|
2495
|
-
<a name="
|
2496
|
-
<div class="informaltable"><table width="100%" border="0">
|
2495
|
+
<a name="gst-util-double-to-fraction.parameters"></a><h4>Parameters</h4>
|
2496
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2497
2497
|
<colgroup>
|
2498
2498
|
<col width="150px" class="parameters_name">
|
2499
2499
|
<col class="parameters_description">
|
@@ -2502,17 +2502,17 @@ the result.</p>
|
|
2502
2502
|
<tbody>
|
2503
2503
|
<tr>
|
2504
2504
|
<td class="parameter_name"><p>src</p></td>
|
2505
|
-
<td class="parameter_description"><p><a href="/
|
2505
|
+
<td class="parameter_description"><p><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> to transform</p></td>
|
2506
2506
|
<td class="parameter_annotations"> </td>
|
2507
2507
|
</tr>
|
2508
2508
|
<tr>
|
2509
2509
|
<td class="parameter_name"><p>dest_n</p></td>
|
2510
|
-
<td class="parameter_description"><p> pointer to a <a href="/
|
2510
|
+
<td class="parameter_description"><p> pointer to a <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> to hold the result numerator. </p></td>
|
2511
2511
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
|
2512
2512
|
</tr>
|
2513
2513
|
<tr>
|
2514
2514
|
<td class="parameter_name"><p>dest_d</p></td>
|
2515
|
-
<td class="parameter_description"><p> pointer to a <a href="/
|
2515
|
+
<td class="parameter_description"><p> pointer to a <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> to hold the result denominator. </p></td>
|
2516
2516
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
|
2517
2517
|
</tr>
|
2518
2518
|
</tbody>
|
@@ -2522,13 +2522,13 @@ the result.</p>
|
|
2522
2522
|
<hr>
|
2523
2523
|
<div class="refsect2">
|
2524
2524
|
<a name="gst-util-fraction-multiply"></a><h3>gst_util_fraction_multiply ()</h3>
|
2525
|
-
<pre class="programlisting"><a href="/
|
2526
|
-
gst_util_fraction_multiply (<em class="parameter"><code><a href="/
|
2527
|
-
<em class="parameter"><code><a href="/
|
2528
|
-
<em class="parameter"><code><a href="/
|
2529
|
-
<em class="parameter"><code><a href="/
|
2530
|
-
<em class="parameter"><code><a href="/
|
2531
|
-
<em class="parameter"><code><a href="/
|
2525
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
2526
|
+
gst_util_fraction_multiply (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> a_n</code></em>,
|
2527
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> a_d</code></em>,
|
2528
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> b_n</code></em>,
|
2529
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> b_d</code></em>,
|
2530
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> *res_n</code></em>,
|
2531
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> *res_d</code></em>);</pre>
|
2532
2532
|
<p>Multiplies the fractions <em class="parameter"><code>a_n</code></em>
|
2533
2533
|
/<em class="parameter"><code>a_d</code></em>
|
2534
2534
|
and <em class="parameter"><code>b_n</code></em>
|
@@ -2538,8 +2538,8 @@ the result in <em class="parameter"><code>res_n</code></em>
|
|
2538
2538
|
and <em class="parameter"><code>res_d</code></em>
|
2539
2539
|
.</p>
|
2540
2540
|
<div class="refsect3">
|
2541
|
-
<a name="
|
2542
|
-
<div class="informaltable"><table width="100%" border="0">
|
2541
|
+
<a name="gst-util-fraction-multiply.parameters"></a><h4>Parameters</h4>
|
2542
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2543
2543
|
<colgroup>
|
2544
2544
|
<col width="150px" class="parameters_name">
|
2545
2545
|
<col class="parameters_description">
|
@@ -2568,32 +2568,32 @@ the result in <em class="parameter"><code>res_n</code></em>
|
|
2568
2568
|
</tr>
|
2569
2569
|
<tr>
|
2570
2570
|
<td class="parameter_name"><p>res_n</p></td>
|
2571
|
-
<td class="parameter_description"><p> Pointer to <a href="/
|
2571
|
+
<td class="parameter_description"><p> Pointer to <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> to hold the result numerator. </p></td>
|
2572
2572
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
|
2573
2573
|
</tr>
|
2574
2574
|
<tr>
|
2575
2575
|
<td class="parameter_name"><p>res_d</p></td>
|
2576
|
-
<td class="parameter_description"><p> Pointer to <a href="/
|
2576
|
+
<td class="parameter_description"><p> Pointer to <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> to hold the result denominator. </p></td>
|
2577
2577
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
|
2578
2578
|
</tr>
|
2579
2579
|
</tbody>
|
2580
2580
|
</table></div>
|
2581
2581
|
</div>
|
2582
2582
|
<div class="refsect3">
|
2583
|
-
<a name="
|
2584
|
-
<p> <a href="/
|
2583
|
+
<a name="gst-util-fraction-multiply.returns"></a><h4>Returns</h4>
|
2584
|
+
<p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> on overflow, <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> otherwise.</p>
|
2585
2585
|
</div>
|
2586
2586
|
</div>
|
2587
2587
|
<hr>
|
2588
2588
|
<div class="refsect2">
|
2589
2589
|
<a name="gst-util-fraction-add"></a><h3>gst_util_fraction_add ()</h3>
|
2590
|
-
<pre class="programlisting"><a href="/
|
2591
|
-
gst_util_fraction_add (<em class="parameter"><code><a href="/
|
2592
|
-
<em class="parameter"><code><a href="/
|
2593
|
-
<em class="parameter"><code><a href="/
|
2594
|
-
<em class="parameter"><code><a href="/
|
2595
|
-
<em class="parameter"><code><a href="/
|
2596
|
-
<em class="parameter"><code><a href="/
|
2590
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
2591
|
+
gst_util_fraction_add (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> a_n</code></em>,
|
2592
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> a_d</code></em>,
|
2593
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> b_n</code></em>,
|
2594
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> b_d</code></em>,
|
2595
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> *res_n</code></em>,
|
2596
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> *res_d</code></em>);</pre>
|
2597
2597
|
<p>Adds the fractions <em class="parameter"><code>a_n</code></em>
|
2598
2598
|
/<em class="parameter"><code>a_d</code></em>
|
2599
2599
|
and <em class="parameter"><code>b_n</code></em>
|
@@ -2603,8 +2603,8 @@ the result in <em class="parameter"><code>res_n</code></em>
|
|
2603
2603
|
and <em class="parameter"><code>res_d</code></em>
|
2604
2604
|
.</p>
|
2605
2605
|
<div class="refsect3">
|
2606
|
-
<a name="
|
2607
|
-
<div class="informaltable"><table width="100%" border="0">
|
2606
|
+
<a name="gst-util-fraction-add.parameters"></a><h4>Parameters</h4>
|
2607
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2608
2608
|
<colgroup>
|
2609
2609
|
<col width="150px" class="parameters_name">
|
2610
2610
|
<col class="parameters_description">
|
@@ -2633,30 +2633,30 @@ the result in <em class="parameter"><code>res_n</code></em>
|
|
2633
2633
|
</tr>
|
2634
2634
|
<tr>
|
2635
2635
|
<td class="parameter_name"><p>res_n</p></td>
|
2636
|
-
<td class="parameter_description"><p> Pointer to <a href="/
|
2636
|
+
<td class="parameter_description"><p> Pointer to <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> to hold the result numerator. </p></td>
|
2637
2637
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
|
2638
2638
|
</tr>
|
2639
2639
|
<tr>
|
2640
2640
|
<td class="parameter_name"><p>res_d</p></td>
|
2641
|
-
<td class="parameter_description"><p> Pointer to <a href="/
|
2641
|
+
<td class="parameter_description"><p> Pointer to <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> to hold the result denominator. </p></td>
|
2642
2642
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
|
2643
2643
|
</tr>
|
2644
2644
|
</tbody>
|
2645
2645
|
</table></div>
|
2646
2646
|
</div>
|
2647
2647
|
<div class="refsect3">
|
2648
|
-
<a name="
|
2649
|
-
<p> <a href="/
|
2648
|
+
<a name="gst-util-fraction-add.returns"></a><h4>Returns</h4>
|
2649
|
+
<p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> on overflow, <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> otherwise.</p>
|
2650
2650
|
</div>
|
2651
2651
|
</div>
|
2652
2652
|
<hr>
|
2653
2653
|
<div class="refsect2">
|
2654
2654
|
<a name="gst-util-fraction-compare"></a><h3>gst_util_fraction_compare ()</h3>
|
2655
|
-
<pre class="programlisting"><a href="/
|
2656
|
-
gst_util_fraction_compare (<em class="parameter"><code><a href="/
|
2657
|
-
<em class="parameter"><code><a href="/
|
2658
|
-
<em class="parameter"><code><a href="/
|
2659
|
-
<em class="parameter"><code><a href="/
|
2655
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
2656
|
+
gst_util_fraction_compare (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> a_n</code></em>,
|
2657
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> a_d</code></em>,
|
2658
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> b_n</code></em>,
|
2659
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> b_d</code></em>);</pre>
|
2660
2660
|
<p>Compares the fractions <em class="parameter"><code>a_n</code></em>
|
2661
2661
|
/<em class="parameter"><code>a_d</code></em>
|
2662
2662
|
and <em class="parameter"><code>b_n</code></em>
|
@@ -2664,8 +2664,8 @@ gst_util_fraction_compare (<em class="parameter"><code><a href="/home/vagrant/ru
|
|
2664
2664
|
and returns
|
2665
2665
|
-1 if a < b, 0 if a = b and 1 if a > b.</p>
|
2666
2666
|
<div class="refsect3">
|
2667
|
-
<a name="
|
2668
|
-
<div class="informaltable"><table width="100%" border="0">
|
2667
|
+
<a name="gst-util-fraction-compare.parameters"></a><h4>Parameters</h4>
|
2668
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2669
2669
|
<colgroup>
|
2670
2670
|
<col width="150px" class="parameters_name">
|
2671
2671
|
<col class="parameters_description">
|
@@ -2696,14 +2696,14 @@ gst_util_fraction_compare (<em class="parameter"><code><a href="/home/vagrant/ru
|
|
2696
2696
|
</table></div>
|
2697
2697
|
</div>
|
2698
2698
|
<div class="refsect3">
|
2699
|
-
<a name="
|
2699
|
+
<a name="gst-util-fraction-compare.returns"></a><h4>Returns</h4>
|
2700
2700
|
<p> -1 if a < b; 0 if a = b; 1 if a > b.</p>
|
2701
2701
|
</div>
|
2702
2702
|
</div>
|
2703
2703
|
<hr>
|
2704
2704
|
<div class="refsect2">
|
2705
2705
|
<a name="gst-util-seqnum-next"></a><h3>gst_util_seqnum_next ()</h3>
|
2706
|
-
<pre class="programlisting"><span class="returnvalue">guint32</span>
|
2706
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>
|
2707
2707
|
gst_util_seqnum_next (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
2708
2708
|
<p>Return a constantly incrementing sequence number.</p>
|
2709
2709
|
<p>This function is used internally to GStreamer to be able to determine which
|
@@ -2711,7 +2711,7 @@ events and messages are "the same". For example, elements may set the seqnum
|
|
2711
2711
|
on a segment-done message to be the same as that of the last seek event, to
|
2712
2712
|
indicate that event and the message correspond to the same segment.</p>
|
2713
2713
|
<div class="refsect3">
|
2714
|
-
<a name="
|
2714
|
+
<a name="gst-util-seqnum-next.returns"></a><h4>Returns</h4>
|
2715
2715
|
<p> A constantly incrementing 32-bit unsigned integer, which might
|
2716
2716
|
overflow back to 0 at some point. Use <a class="link" href="gstreamer-GstUtils.html#gst-util-seqnum-compare" title="gst_util_seqnum_compare ()"><code class="function">gst_util_seqnum_compare()</code></a> to make sure
|
2717
2717
|
you handle wraparound correctly.</p>
|
@@ -2720,16 +2720,16 @@ you handle wraparound correctly.</p>
|
|
2720
2720
|
<hr>
|
2721
2721
|
<div class="refsect2">
|
2722
2722
|
<a name="gst-util-seqnum-compare"></a><h3>gst_util_seqnum_compare ()</h3>
|
2723
|
-
<pre class="programlisting"><span class="returnvalue">gint32</span>
|
2724
|
-
gst_util_seqnum_compare (<em class="parameter"><code><span class="type">guint32</span> s1</code></em>,
|
2725
|
-
<em class="parameter"><code><span class="type">guint32</span> s2</code></em>);</pre>
|
2723
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint32"><span class="returnvalue">gint32</span></a>
|
2724
|
+
gst_util_seqnum_compare (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint32"><span class="type">guint32</span></a> s1</code></em>,
|
2725
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint32"><span class="type">guint32</span></a> s2</code></em>);</pre>
|
2726
2726
|
<p>Compare two sequence numbers, handling wraparound.</p>
|
2727
2727
|
<p>The current implementation just returns (gint32)(<em class="parameter"><code>s1</code></em>
|
2728
2728
|
- <em class="parameter"><code>s2</code></em>
|
2729
2729
|
).</p>
|
2730
2730
|
<div class="refsect3">
|
2731
|
-
<a name="
|
2732
|
-
<div class="informaltable"><table width="100%" border="0">
|
2731
|
+
<a name="gst-util-seqnum-compare.parameters"></a><h4>Parameters</h4>
|
2732
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2733
2733
|
<colgroup>
|
2734
2734
|
<col width="150px" class="parameters_name">
|
2735
2735
|
<col class="parameters_description">
|
@@ -2750,7 +2750,7 @@ gst_util_seqnum_compare (<em class="parameter"><code><span class="type">guint32<
|
|
2750
2750
|
</table></div>
|
2751
2751
|
</div>
|
2752
2752
|
<div class="refsect3">
|
2753
|
-
<a name="
|
2753
|
+
<a name="gst-util-seqnum-compare.returns"></a><h4>Returns</h4>
|
2754
2754
|
<p> A negative number if <em class="parameter"><code>s1</code></em>
|
2755
2755
|
is before <em class="parameter"><code>s2</code></em>
|
2756
2756
|
, 0 if they are equal, or a
|
@@ -2762,13 +2762,13 @@ is after <em class="parameter"><code>s2</code></em>
|
|
2762
2762
|
<hr>
|
2763
2763
|
<div class="refsect2">
|
2764
2764
|
<a name="gst-util-group-id-next"></a><h3>gst_util_group_id_next ()</h3>
|
2765
|
-
<pre class="programlisting"><a href="/
|
2765
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
|
2766
2766
|
gst_util_group_id_next (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
2767
2767
|
<p>Return a constantly incrementing group id.</p>
|
2768
2768
|
<p>This function is used to generate a new group-id for the
|
2769
2769
|
stream-start event.</p>
|
2770
2770
|
<div class="refsect3">
|
2771
|
-
<a name="id-
|
2771
|
+
<a name="gst-util-group-id-next.returns"></a><h4>Returns</h4>
|
2772
2772
|
<p> A constantly incrementing unsigned integer, which might
|
2773
2773
|
overflow back to 0 at some point.</p>
|
2774
2774
|
</div>
|
@@ -2777,9 +2777,9 @@ overflow back to 0 at some point.</p>
|
|
2777
2777
|
<div class="refsect2">
|
2778
2778
|
<a name="gst-util-set-object-arg"></a><h3>gst_util_set_object_arg ()</h3>
|
2779
2779
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2780
|
-
gst_util_set_object_arg (<em class="parameter"><code><a href="/
|
2781
|
-
<em class="parameter"><code>const <a href="/
|
2782
|
-
<em class="parameter"><code>const <a href="/
|
2780
|
+
gst_util_set_object_arg (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/gobjectgobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> *object</code></em>,
|
2781
|
+
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
|
2782
|
+
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *value</code></em>);</pre>
|
2783
2783
|
<p>Converts the string value to the type of the objects argument and
|
2784
2784
|
sets the argument with it.</p>
|
2785
2785
|
<p>Note that this function silently returns if <em class="parameter"><code>object</code></em>
|
@@ -2788,8 +2788,8 @@ sets the argument with it.</p>
|
|
2788
2788
|
or when <em class="parameter"><code>value</code></em>
|
2789
2789
|
cannot be converted to the type of the property.</p>
|
2790
2790
|
<div class="refsect3">
|
2791
|
-
<a name="
|
2792
|
-
<div class="informaltable"><table width="100%" border="0">
|
2791
|
+
<a name="gst-util-set-object-arg.parameters"></a><h4>Parameters</h4>
|
2792
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2793
2793
|
<colgroup>
|
2794
2794
|
<col width="150px" class="parameters_name">
|
2795
2795
|
<col class="parameters_description">
|
@@ -2819,15 +2819,15 @@ sets the argument with it.</p>
|
|
2819
2819
|
<div class="refsect2">
|
2820
2820
|
<a name="gst-util-set-value-from-string"></a><h3>gst_util_set_value_from_string ()</h3>
|
2821
2821
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2822
|
-
gst_util_set_value_from_string (<em class="parameter"><code><a href="/
|
2823
|
-
<em class="parameter"><code>const <a href="/
|
2822
|
+
gst_util_set_value_from_string (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/gobjectgobject-Generic-values.html#GValue"><span class="type">GValue</span></a> *value</code></em>,
|
2823
|
+
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *value_str</code></em>);</pre>
|
2824
2824
|
<p>Converts the string to the type of the value and
|
2825
2825
|
sets the value with it.</p>
|
2826
2826
|
<p>Note that this function is dangerous as it does not return any indication
|
2827
2827
|
if the conversion worked or not.</p>
|
2828
2828
|
<div class="refsect3">
|
2829
|
-
<a name="
|
2830
|
-
<div class="informaltable"><table width="100%" border="0">
|
2829
|
+
<a name="gst-util-set-value-from-string.parameters"></a><h4>Parameters</h4>
|
2830
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2831
2831
|
<colgroup>
|
2832
2832
|
<col width="150px" class="parameters_name">
|
2833
2833
|
<col class="parameters_description">
|
@@ -2856,21 +2856,21 @@ gst_util_get_timestamp (<em class="parameter"><code><span class="type">void</spa
|
|
2856
2856
|
<p>Get a timestamp as GstClockTime to be used for interval measurements.
|
2857
2857
|
The timestamp should not be interpreted in any other way.</p>
|
2858
2858
|
<div class="refsect3">
|
2859
|
-
<a name="
|
2859
|
+
<a name="gst-util-get-timestamp.returns"></a><h4>Returns</h4>
|
2860
2860
|
<p> the timestamp</p>
|
2861
2861
|
</div>
|
2862
2862
|
</div>
|
2863
2863
|
<hr>
|
2864
2864
|
<div class="refsect2">
|
2865
2865
|
<a name="gst-util-array-binary-search"></a><h3>gst_util_array_binary_search ()</h3>
|
2866
|
-
<pre class="programlisting"><a href="/
|
2867
|
-
gst_util_array_binary_search (<em class="parameter"><code><a href="/
|
2868
|
-
<em class="parameter"><code><a href="/
|
2869
|
-
<em class="parameter"><code><span class="type">gsize</span> element_size</code></em>,
|
2870
|
-
<em class="parameter"><code><a href="/
|
2866
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gpointer"><span class="returnvalue">gpointer</span></a>
|
2867
|
+
gst_util_array_binary_search (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> array</code></em>,
|
2868
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="type">guint</span></a> num_elements</code></em>,
|
2869
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gsize"><span class="type">gsize</span></a> element_size</code></em>,
|
2870
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Doubly-Linked-Lists.html#GCompareDataFunc"><span class="type">GCompareDataFunc</span></a> search_func</code></em>,
|
2871
2871
|
<em class="parameter"><code><a class="link" href="gstreamer-GstUtils.html#GstSearchMode" title="enum GstSearchMode"><span class="type">GstSearchMode</span></a> mode</code></em>,
|
2872
|
-
<em class="parameter"><code><a href="/
|
2873
|
-
<em class="parameter"><code><a href="/
|
2872
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gconstpointer"><span class="type">gconstpointer</span></a> search_data</code></em>,
|
2873
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
|
2874
2874
|
<p>Searches inside <em class="parameter"><code>array</code></em>
|
2875
2875
|
for <em class="parameter"><code>search_data</code></em>
|
2876
2876
|
by using the comparison function
|
@@ -2884,8 +2884,8 @@ not required that <em class="parameter"><code>search_data</code></em>
|
|
2884
2884
|
has the same type as the array elements.</p>
|
2885
2885
|
<p>The complexity of this search function is O(log (num_elements)).</p>
|
2886
2886
|
<div class="refsect3">
|
2887
|
-
<a name="
|
2888
|
-
<div class="informaltable"><table width="100%" border="0">
|
2887
|
+
<a name="gst-util-array-binary-search.parameters"></a><h4>Parameters</h4>
|
2888
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2889
2889
|
<colgroup>
|
2890
2890
|
<col width="150px" class="parameters_name">
|
2891
2891
|
<col class="parameters_description">
|
@@ -2933,9 +2933,9 @@ will always be passed as second argument. </p></td>
|
|
2933
2933
|
</table></div>
|
2934
2934
|
</div>
|
2935
2935
|
<div class="refsect3">
|
2936
|
-
<a name="
|
2936
|
+
<a name="gst-util-array-binary-search.returns"></a><h4>Returns</h4>
|
2937
2937
|
<p> The address of the found
|
2938
|
-
element or <a href="/
|
2938
|
+
element or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if nothing was found. </p>
|
2939
2939
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
|
2940
2940
|
</div>
|
2941
2941
|
</div>
|
@@ -2946,8 +2946,8 @@ element or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk
|
|
2946
2946
|
<a name="GstSearchMode"></a><h3>enum GstSearchMode</h3>
|
2947
2947
|
<p>The different search modes.</p>
|
2948
2948
|
<div class="refsect3">
|
2949
|
-
<a name="
|
2950
|
-
<div class="informaltable"><table width="100%" border="0">
|
2949
|
+
<a name="GstSearchMode.members"></a><h4>Members</h4>
|
2950
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2951
2951
|
<colgroup>
|
2952
2952
|
<col width="300px" class="enum_members_name">
|
2953
2953
|
<col class="enum_members_description">
|
@@ -2982,6 +2982,6 @@ element or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk
|
|
2982
2982
|
</div>
|
2983
2983
|
</div>
|
2984
2984
|
<div class="footer">
|
2985
|
-
<hr>Generated by GTK-Doc V1.
|
2985
|
+
<hr>Generated by GTK-Doc V1.25</div>
|
2986
2986
|
</body>
|
2987
2987
|
</html>
|