gstreamer 2.0.2-x86-mingw32 → 2.0.3-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/Rakefile +81 -25
- data/ext/gstreamer/rbgst-element-factory.c +61 -0
- data/ext/gstreamer/rbgst.c +50 -5
- data/ext/gstreamer/rbgst.h +26 -0
- data/lib/1.9/gstreamer.so +0 -0
- data/lib/2.0/gstreamer.so +0 -0
- data/lib/gst.rb +51 -5
- data/lib/gst/{base_loader.rb → base-loader.rb} +0 -0
- data/lib/gst/caps.rb +25 -0
- data/lib/gst/{controller_loader.rb → controller-loader.rb} +0 -0
- data/lib/gst/element-factory.rb +35 -0
- data/lib/gst/element.rb +5 -0
- data/lib/gst/plugin-feature.rb +24 -0
- data/lib/gst/registry.rb +30 -0
- data/lib/gst/structure.rb +28 -0
- data/sample/gst-inspect.rb +478 -0
- data/vendor/local/bin/cjpeg.exe +0 -0
- data/vendor/local/bin/djpeg.exe +0 -0
- data/vendor/local/bin/flac.exe +0 -0
- data/vendor/local/bin/gst-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-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/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/libgstbase-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstbasecamerabinsrc-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstcheck-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstcodecparsers-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstcontroller-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstfft-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstinsertbin-1.0-0.dll +0 -0
- data/vendor/local/bin/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/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/libsoup-2.4-1.dll +0 -0
- data/vendor/local/bin/libspeex-1.dll +0 -0
- data/vendor/local/bin/libspeexdsp-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/speexdec.exe +0 -0
- data/vendor/local/bin/speexenc.exe +0 -0
- data/vendor/local/bin/sqlite3.exe +0 -0
- data/vendor/local/bin/wrjpgcom.exe +0 -0
- data/vendor/local/include/FLAC/all.h +3 -2
- data/vendor/local/include/FLAC/assert.h +2 -1
- data/vendor/local/include/FLAC/callback.h +2 -1
- data/vendor/local/include/FLAC/export.h +14 -8
- data/vendor/local/include/FLAC/format.h +14 -1
- data/vendor/local/include/FLAC/metadata.h +3 -2
- data/vendor/local/include/FLAC/ordinals.h +20 -14
- data/vendor/local/include/FLAC/stream_decoder.h +2 -1
- data/vendor/local/include/FLAC/stream_encoder.h +3 -2
- data/vendor/local/include/gstreamer-1.0/gst/allocators/allocators.h +28 -0
- data/vendor/local/include/gstreamer-1.0/gst/allocators/gstdmabuf.h +39 -0
- data/vendor/local/include/gstreamer-1.0/gst/app/app.h +28 -0
- data/vendor/local/include/gstreamer-1.0/gst/app/gstappsink.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/app/gstappsrc.h +22 -20
- data/vendor/local/include/gstreamer-1.0/gst/audio/audio-channels.h +6 -6
- data/vendor/local/include/gstreamer-1.0/gst/audio/audio-format.h +32 -5
- data/vendor/local/include/gstreamer-1.0/gst/audio/audio-info.h +10 -8
- data/vendor/local/include/gstreamer-1.0/gst/audio/audio.h +35 -2
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiobasesink.h +6 -5
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiobasesrc.h +6 -4
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiocdsrc.h +6 -2
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudioclock.h +6 -2
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiodecoder.h +9 -5
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudioencoder.h +6 -3
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiofilter.h +5 -3
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudioiec61937.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiometa.h +2 -4
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudioringbuffer.h +11 -6
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiosink.h +6 -2
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiosrc.h +6 -2
- data/vendor/local/include/gstreamer-1.0/gst/audio/streamvolume.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/base/base.h +39 -0
- data/vendor/local/include/gstreamer-1.0/gst/base/gstadapter.h +7 -4
- data/vendor/local/include/gstreamer-1.0/gst/base/gstbaseparse.h +22 -3
- data/vendor/local/include/gstreamer-1.0/gst/base/gstbasesink.h +6 -2
- data/vendor/local/include/gstreamer-1.0/gst/base/gstbasesrc.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/base/gstbasetransform.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/base/gstbitreader.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/base/gstbytereader.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/base/gstbytewriter.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/base/gstcollectpads.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/base/gstdataqueue.h +163 -0
- data/vendor/local/include/gstreamer-1.0/gst/base/gstpushsrc.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/base/gstqueuearray.h +50 -0
- data/vendor/local/include/gstreamer-1.0/gst/base/gsttypefindhelper.h +3 -3
- data/vendor/local/include/gstreamer-1.0/gst/basecamerabinsrc/gstbasecamerasrc.h +3 -2
- data/vendor/local/include/gstreamer-1.0/gst/basecamerabinsrc/gstcamerabin-enum.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/basecamerabinsrc/gstcamerabinpreview.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/check/check.h +30 -0
- data/vendor/local/include/gstreamer-1.0/gst/check/gstbufferstraw.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/check/gstcheck.h +140 -4
- data/vendor/local/include/gstreamer-1.0/gst/check/gstconsistencychecker.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/check/gsttestclock.h +106 -0
- data/vendor/local/include/gstreamer-1.0/gst/check/internal-check.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gsth264parser.h +43 -3
- data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gstmpeg4parser.h +5 -3
- data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gstmpegvideometa.h +89 -0
- data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gstmpegvideoparser.h +127 -12
- data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gstvc1parser.h +29 -9
- data/vendor/local/include/gstreamer-1.0/gst/controller/controller.h +32 -0
- data/vendor/local/include/gstreamer-1.0/gst/controller/gstargbcontrolbinding.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/controller/gstdirectcontrolbinding.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/controller/gstinterpolationcontrolsource.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/controller/gstlfocontrolsource.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/controller/gsttimedvaluecontrolsource.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/controller/gsttriggercontrolsource.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/fft/fft.h +31 -0
- data/vendor/local/include/gstreamer-1.0/gst/fft/gstfft.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/fft/gstfftf32.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/fft/gstfftf64.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/fft/gstffts16.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/fft/gstffts32.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/glib-compat.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gst.h +3 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstallocator.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstatomicqueue.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstbin.h +4 -4
- data/vendor/local/include/gstreamer-1.0/gst/gstbuffer.h +20 -11
- data/vendor/local/include/gstreamer-1.0/gst/gstbufferlist.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstbufferpool.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstbus.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstcaps.h +17 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstcapsfeatures.h +80 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstchildproxy.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstclock.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstcompat.h +23 -22
- data/vendor/local/include/gstreamer-1.0/gst/gstconfig.h +2 -51
- data/vendor/local/include/gstreamer-1.0/gst/gstcontext.h +159 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstcontrolbinding.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstcontrolsource.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstdatetime.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstdebugutils.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstelement.h +10 -4
- data/vendor/local/include/gstreamer-1.0/gst/gstelementfactory.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstelementmetadata.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstenumtypes.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/gsterror.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstevent.h +33 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstformat.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstghostpad.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstinfo.h +39 -19
- data/vendor/local/include/gstreamer-1.0/gst/gstiterator.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstmacros.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstmemory.h +28 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstmessage.h +17 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstmeta.h +14 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstminiobject.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstobject.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstpad.h +5 -4
- data/vendor/local/include/gstreamer-1.0/gst/gstpadtemplate.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstparamspecs.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstparse.h +6 -3
- data/vendor/local/include/gstreamer-1.0/gst/gstpipeline.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstplugin.h +3 -3
- data/vendor/local/include/gstreamer-1.0/gst/gstpluginfeature.h +3 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstpoll.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstpreset.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstquery.h +21 -5
- data/vendor/local/include/gstreamer-1.0/gst/gstregistry.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstsample.h +24 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstsegment.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gststructure.h +222 -174
- data/vendor/local/include/gstreamer-1.0/gst/gstsystemclock.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gsttaglist.h +19 -2
- data/vendor/local/include/gstreamer-1.0/gst/gsttagsetter.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gsttask.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gsttaskpool.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gsttoc.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gsttocsetter.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gsttypefind.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gsttypefindfactory.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gsturi.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstutils.h +92 -44
- data/vendor/local/include/gstreamer-1.0/gst/gstvalue.h +36 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstversion.h +4 -4
- data/vendor/local/include/gstreamer-1.0/gst/insertbin/gstinsertbin.h +106 -0
- data/vendor/local/include/gstreamer-1.0/gst/interfaces/photography.h +45 -5
- data/vendor/local/include/gstreamer-1.0/gst/math-compat.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/mpegts/gst-atsc-section.h +67 -0
- data/vendor/local/include/gstreamer-1.0/gst/mpegts/gst-dvb-descriptor.h +353 -0
- data/vendor/local/include/gstreamer-1.0/gst/mpegts/gst-dvb-section.h +329 -0
- data/vendor/local/include/gstreamer-1.0/gst/mpegts/gstmpegtsdescriptor.h +317 -0
- data/vendor/local/include/gstreamer-1.0/gst/mpegts/gstmpegtssection.h +363 -0
- data/vendor/local/include/gstreamer-1.0/gst/mpegts/mpegts.h +41 -0
- data/vendor/local/include/gstreamer-1.0/gst/net/gstnet.h +3 -4
- data/vendor/local/include/gstreamer-1.0/gst/net/gstnetaddressmeta.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/net/gstnetclientclock.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/net/gstnettimepacket.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/net/gstnettimeprovider.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/net/net.h +31 -0
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/codec-utils.h +3 -2
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/descriptions.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/encoding-profile.h +7 -2
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/encoding-target.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/gstdiscoverer.h +3 -2
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/gstpluginsbaseversion.h +4 -4
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/install-plugins.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/missing-plugins.h +3 -4
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/pbutils.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/riff/riff-ids.h +3 -2
- data/vendor/local/include/gstreamer-1.0/gst/riff/riff-media.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/riff/riff-read.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/riff/riff.h +29 -0
- data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtcpbuffer.h +18 -14
- data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtpbaseaudiopayload.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtpbasedepayload.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtpbasepayload.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtpbuffer.h +4 -2
- data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtphdrext.h +50 -0
- data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtppayloads.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/rtp/rtp.h +33 -0
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtsp.h +33 -0
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtspconnection.h +15 -2
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtspdefs.h +3 -2
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtspextension.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtspmessage.h +3 -4
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtsprange.h +42 -6
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtsptransport.h +5 -3
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtspurl.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/rtsp.h +35 -0
- data/vendor/local/include/gstreamer-1.0/gst/sdp/gstsdp.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/sdp/gstsdpmessage.h +98 -8
- data/vendor/local/include/gstreamer-1.0/gst/sdp/sdp.h +28 -0
- data/vendor/local/include/gstreamer-1.0/gst/tag/gsttagdemux.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/tag/gsttagmux.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/tag/tag.h +20 -2
- data/vendor/local/include/gstreamer-1.0/gst/tag/xmpwriter.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/uridownloader/gstfragment.h +70 -0
- data/vendor/local/include/gstreamer-1.0/gst/uridownloader/gsturidownloader.h +66 -0
- data/vendor/local/include/gstreamer-1.0/gst/uridownloader/gsturidownloader_debug.h +12 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/colorbalance.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/video/colorbalancechannel.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideodecoder.h +11 -6
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideoencoder.h +8 -3
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideofilter.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideometa.h +148 -4
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideopool.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideosink.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideoutils.h +6 -3
- data/vendor/local/include/gstreamer-1.0/gst/video/navigation.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/video/video-blend.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/video/video-chroma.h +103 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/video-color.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/video/video-enumtypes.h +8 -2
- data/vendor/local/include/gstreamer-1.0/gst/video/video-event.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/video/video-format.h +56 -38
- data/vendor/local/include/gstreamer-1.0/gst/video/video-frame.h +7 -6
- data/vendor/local/include/gstreamer-1.0/gst/video/video-info.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/video/video-overlay-composition.h +15 -2
- data/vendor/local/include/gstreamer-1.0/gst/video/video.h +53 -3
- data/vendor/local/include/gstreamer-1.0/gst/video/videoorientation.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/video/videooverlay.h +2 -2
- data/vendor/local/include/jconfig.h +8 -0
- data/vendor/local/include/jerror.h +2 -2
- data/vendor/local/include/jmorecfg.h +26 -7
- data/vendor/local/include/jpeglib.h +22 -7
- data/vendor/local/include/libsoup-2.4/libsoup/soup-address.h +12 -15
- data/vendor/local/include/libsoup-2.4/libsoup/soup-auth-manager.h +44 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-auth.h +36 -2
- data/vendor/local/include/libsoup-2.4/libsoup/soup-cache.h +102 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-content-decoder.h +45 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-content-sniffer.h +62 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-cookie-jar-db.h +46 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-cookie-jar-text.h +2 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-cookie-jar.h +57 -26
- data/vendor/local/include/libsoup-2.4/libsoup/soup-cookie.h +41 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-date.h +28 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-enum-types.h +24 -24
- data/vendor/local/include/libsoup-2.4/libsoup/soup-form.h +3 -1
- data/vendor/local/include/libsoup-2.4/libsoup/soup-headers.h +7 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-logger.h +4 -2
- data/vendor/local/include/libsoup-2.4/libsoup/soup-message-body.h +17 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-message-headers.h +21 -1
- data/vendor/local/include/libsoup-2.4/libsoup/soup-message.h +76 -15
- data/vendor/local/include/libsoup-2.4/libsoup/soup-method.h +33 -30
- data/vendor/local/include/libsoup-2.4/libsoup/soup-misc.h +27 -8
- data/vendor/local/include/libsoup-2.4/libsoup/soup-multipart-input-stream.h +66 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-multipart.h +9 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-password-manager.h +64 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-portability.h +1 -3
- data/vendor/local/include/libsoup-2.4/libsoup/soup-proxy-resolver-default.h +30 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-proxy-resolver.h +12 -7
- data/vendor/local/include/libsoup-2.4/libsoup/soup-proxy-uri-resolver.h +17 -7
- data/vendor/local/include/libsoup-2.4/libsoup/soup-request-data.h +53 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-request-file.h +56 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-request-http.h +56 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-request.h +103 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-requester.h +84 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-server.h +11 -7
- data/vendor/local/include/libsoup-2.4/libsoup/soup-session-async.h +2 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-session-feature.h +40 -20
- data/vendor/local/include/libsoup-2.4/libsoup/soup-session-sync.h +2 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-session.h +114 -13
- data/vendor/local/include/libsoup-2.4/libsoup/soup-socket.h +18 -13
- data/vendor/local/include/libsoup-2.4/libsoup/soup-status.h +83 -2
- data/vendor/local/include/libsoup-2.4/libsoup/soup-tld.h +34 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-types.h +10 -2
- data/vendor/local/include/libsoup-2.4/libsoup/soup-uri.h +82 -55
- data/vendor/local/include/libsoup-2.4/libsoup/soup-version.h +261 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-xmlrpc.h +0 -4
- data/vendor/local/include/libsoup-2.4/libsoup/soup.h +14 -0
- data/vendor/local/include/ogg/config_types.h +5 -5
- data/vendor/local/include/sqlite3.h +7338 -0
- data/vendor/local/include/sqlite3ext.h +487 -0
- data/vendor/local/lib/girepository-1.0/Gst-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstAllocators-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstApp-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstAudio-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstBase-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstCheck-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/GstFft-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/GstRiff-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstRtp-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstRtsp-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstSdp-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstTag-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstVideo-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/Soup-2.4.typelib +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaccurip.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaccurip.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaccurip.la +41 -0
- data/vendor/local/lib/gstreamer-1.0/libgstadder.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstadder.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstadder.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstadpcmdec.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstadpcmdec.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstadpcmdec.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstadpcmenc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstadpcmenc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstadpcmenc.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstaiff.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaiff.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaiff.la +41 -0
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstapp.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstapp.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstapp.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstasfmux.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstasfmux.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstasfmux.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstaudioconvert.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudioconvert.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudioconvert.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstaudiofx.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiofx.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiofx.la +2 -2
- 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 +41 -0
- 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 +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstaudiorate.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiorate.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiorate.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstaudioresample.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudioresample.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudioresample.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstaudiotestsrc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiotestsrc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiotestsrc.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstaudiovisualizers.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiovisualizers.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiovisualizers.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstauparse.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstauparse.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstauparse.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstautoconvert.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstautoconvert.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstautoconvert.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstautodetect.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstautodetect.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstautodetect.la +2 -2
- 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 +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstbayer.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstbayer.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstbayer.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstcairo.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcairo.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcairo.la +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 +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstcoloreffects.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcoloreffects.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcoloreffects.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstcoreelements.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcoreelements.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcoreelements.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/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 +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstd3dvideosink.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstd3dvideosink.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstd3dvideosink.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstdashdemux.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdashdemux.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdashdemux.la +41 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdataurisrc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdataurisrc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdataurisrc.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstdebug.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdebug.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdebug.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstdebugutilsbad.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdebugutilsbad.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdebugutilsbad.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstdeinterlace.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdeinterlace.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdeinterlace.la +2 -2
- 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 +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsrc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsrc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsrc.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstdtmf.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdtmf.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdtmf.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstdvbsuboverlay.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdvbsuboverlay.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdvbsuboverlay.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstdvdspu.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdvdspu.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdvdspu.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgsteffectv.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsteffectv.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsteffectv.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstencodebin.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstencodebin.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstencodebin.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstequalizer.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstequalizer.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstequalizer.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstfestival.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfestival.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfestival.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstfieldanalysis.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfieldanalysis.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfieldanalysis.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstflac.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstflac.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstflac.la +2 -2
- 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 +2 -2
- 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 +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstfragmented.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfragmented.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfragmented.la +2 -2
- 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 +41 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfrei0r.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfrei0r.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfrei0r.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstgaudieffects.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgaudieffects.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgaudieffects.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstgdkpixbuf.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgdkpixbuf.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgdkpixbuf.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstgdp.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgdp.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgdp.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstgeometrictransform.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgeometrictransform.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgeometrictransform.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstgio.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgio.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgio.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstgoom.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgoom.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgoom.la +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstid3tag.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstid3tag.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstid3tag.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstimagefreeze.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstimagefreeze.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstimagefreeze.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstinter.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstinter.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstinter.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstinterlace.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstinterlace.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstinterlace.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstinterleave.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstinterleave.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstinterleave.la +2 -2
- 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 +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstivtc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstivtc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstivtc.la +41 -0
- 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 +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstjpegformat.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstjpegformat.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstjpegformat.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstlevel.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstlevel.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstlevel.la +2 -2
- 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 +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstliveadder.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstliveadder.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstliveadder.la +2 -2
- 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 +2 -2
- 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 +41 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmpegpsdemux.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmpegpsdemux.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmpegpsdemux.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstmpegpsmux.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmpegpsmux.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmpegpsmux.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstmpegtsdemux.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmpegtsdemux.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmpegtsdemux.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstmpegtsmux.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmpegtsmux.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmpegtsmux.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstmulaw.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmulaw.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmulaw.la +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +41 -0
- 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 +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstogg.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstogg.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstogg.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/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 +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstpcapparse.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstpcapparse.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstpcapparse.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstplayback.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstplayback.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstplayback.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstpng.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstpng.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstpng.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstpnm.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstpnm.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstpnm.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstrawparse.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrawparse.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrawparse.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstremovesilence.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstremovesilence.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstremovesilence.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstreplaygain.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstreplaygain.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstreplaygain.la +2 -2
- 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 +2 -2
- 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 +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstrtsp.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtsp.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtsp.la +2 -2
- 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 +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstsegmentclip.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsegmentclip.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsegmentclip.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstshapewipe.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstshapewipe.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstshapewipe.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstsiren.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsiren.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsiren.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstsmooth.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsmooth.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsmooth.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstsmoothstreaming.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsmoothstreaming.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsmoothstreaming.la +41 -0
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstspeed.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstspeed.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstspeed.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstspeex.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstspeex.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstspeex.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstsubenc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsubenc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsubenc.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstsubparse.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsubparse.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsubparse.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgsttcp.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsttcp.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsttcp.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgsttheora.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsttheora.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsttheora.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgsttypefindfunctions.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsttypefindfunctions.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsttypefindfunctions.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstudp.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstudp.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstudp.la +2 -2
- 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 +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstvideoconvert.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideoconvert.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideoconvert.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstvideocrop.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideocrop.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideocrop.la +2 -2
- 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 +2 -2
- 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 +41 -0
- 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 +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstvideoparsersbad.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideoparsersbad.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideoparsersbad.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstvideorate.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideorate.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideorate.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstvideoscale.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideoscale.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideoscale.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstvideotestsrc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideotestsrc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideotestsrc.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstvolume.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvolume.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvolume.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstvorbis.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvorbis.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvorbis.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstwasapi.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwasapi.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwasapi.la +41 -0
- 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 +2 -2
- 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 +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstwavparse.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwavparse.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwavparse.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/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 +41 -0
- data/vendor/local/lib/gstreamer-1.0/libgsty4mdec.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsty4mdec.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsty4mdec.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgsty4menc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsty4menc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsty4menc.la +2 -2
- 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 +41 -0
- data/vendor/local/lib/libFLAC.dll.a +0 -0
- data/vendor/local/lib/libFLAC.la +4 -4
- data/vendor/local/lib/libgstallocators-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstallocators-1.0.la +41 -0
- data/vendor/local/lib/libgstapp-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstapp-1.0.la +4 -4
- data/vendor/local/lib/libgstaudio-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstaudio-1.0.la +4 -4
- data/vendor/local/lib/libgstbase-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstbase-1.0.la +4 -4
- data/vendor/local/lib/libgstbasecamerabinsrc-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstbasecamerabinsrc-1.0.la +4 -4
- data/vendor/local/lib/libgstcheck-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstcheck-1.0.la +4 -4
- data/vendor/local/lib/libgstcodecparsers-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstcodecparsers-1.0.la +4 -4
- data/vendor/local/lib/libgstcontroller-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstcontroller-1.0.la +4 -4
- data/vendor/local/lib/libgstfft-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstfft-1.0.la +4 -4
- data/vendor/local/lib/libgstinsertbin-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstinsertbin-1.0.la +41 -0
- data/vendor/local/lib/libgstmpegts-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstmpegts-1.0.la +41 -0
- data/vendor/local/lib/libgstnet-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstnet-1.0.la +4 -4
- data/vendor/local/lib/libgstpbutils-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstpbutils-1.0.la +4 -4
- data/vendor/local/lib/libgstphotography-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstphotography-1.0.la +4 -4
- data/vendor/local/lib/libgstreamer-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstreamer-1.0.la +4 -4
- data/vendor/local/lib/libgstriff-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstriff-1.0.la +4 -4
- data/vendor/local/lib/libgstrtp-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstrtp-1.0.la +4 -4
- data/vendor/local/lib/libgstrtsp-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstrtsp-1.0.la +4 -4
- data/vendor/local/lib/libgstsdp-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstsdp-1.0.la +4 -4
- data/vendor/local/lib/libgsttag-1.0.dll.a +0 -0
- data/vendor/local/lib/libgsttag-1.0.la +4 -4
- data/vendor/local/lib/libgsturidownloader-1.0.dll.a +0 -0
- data/vendor/local/lib/libgsturidownloader-1.0.la +41 -0
- data/vendor/local/lib/libgstvideo-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstvideo-1.0.la +4 -4
- data/vendor/local/lib/libjpeg.a +0 -0
- data/vendor/local/lib/libjpeg.dll.a +0 -0
- data/vendor/local/lib/libjpeg.la +41 -0
- data/vendor/local/lib/libogg.a +0 -0
- data/vendor/local/lib/libogg.dll.a +0 -0
- data/vendor/local/lib/libogg.la +2 -2
- 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 +41 -0
- data/vendor/local/lib/libspeex.a +0 -0
- data/vendor/local/lib/libspeex.dll.a +0 -0
- data/vendor/local/lib/libspeexdsp.a +0 -0
- data/vendor/local/lib/libspeexdsp.dll.a +0 -0
- data/vendor/local/lib/libsqlite3.a +0 -0
- data/vendor/local/lib/libsqlite3.dll.a +0 -0
- data/vendor/local/lib/libsqlite3.la +41 -0
- data/vendor/local/lib/libtheora.a +0 -0
- data/vendor/local/lib/libtheora.dll.a +0 -0
- data/vendor/local/lib/libtheoradec.a +0 -0
- data/vendor/local/lib/libtheoradec.dll.a +0 -0
- data/vendor/local/lib/libtheoraenc.a +0 -0
- data/vendor/local/lib/libtheoraenc.dll.a +0 -0
- data/vendor/local/lib/libvorbis.a +0 -0
- data/vendor/local/lib/libvorbis.dll.a +0 -0
- data/vendor/local/lib/libvorbis.la +2 -2
- data/vendor/local/lib/libvorbisenc.a +0 -0
- data/vendor/local/lib/libvorbisenc.dll.a +0 -0
- data/vendor/local/lib/libvorbisenc.la +2 -2
- data/vendor/local/lib/libvorbisfile.a +0 -0
- data/vendor/local/lib/libvorbisfile.dll.a +0 -0
- data/vendor/local/lib/libvorbisfile.la +2 -2
- data/vendor/local/lib/pkgconfig/flac.pc +5 -3
- data/vendor/local/lib/pkgconfig/gstreamer-1.0.pc +3 -2
- data/vendor/local/lib/pkgconfig/gstreamer-allocators-1.0.pc +16 -0
- 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-base-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-check-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-codecparsers-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-controller-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-fft-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-insertbin-1.0.pc +12 -0
- data/vendor/local/lib/pkgconfig/gstreamer-mpegts-1.0.pc +12 -0
- 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-plugins-bad-1.0.pc +6 -4
- data/vendor/local/lib/pkgconfig/gstreamer-plugins-base-1.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/gstreamer-riff-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-rtp-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-rtsp-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-sdp-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-tag-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-video-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/libsoup-2.4.pc +2 -2
- data/vendor/local/lib/pkgconfig/ogg.pc +1 -1
- data/vendor/local/lib/pkgconfig/sqlite3.pc +13 -0
- data/vendor/local/lib/pkgconfig/vorbis.pc +1 -1
- data/vendor/local/lib/pkgconfig/vorbisenc.pc +1 -1
- data/vendor/local/lib/pkgconfig/vorbisfile.pc +1 -1
- data/vendor/local/libexec/gstreamer-1.0/gst-plugin-scanner.exe +0 -0
- data/vendor/local/share/aclocal/libFLAC.m4 +9 -5
- data/vendor/local/share/aclocal/ogg.m4 +1 -1
- data/vendor/local/share/doc/flac-1.3.0/FLAC.tag +10355 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/_09_2all_8h_source.html +125 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/_09_2export_8h.html +102 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/_09_2export_8h_source.html +142 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/_09_2metadata_8h.html +144 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/_09_2metadata_8h_source.html +992 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/all_8h_source.html +131 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/annotated.html +134 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/assert_8h_source.html +125 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/bc_s.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/bdwn.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/callback_8h.html +112 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/callback_8h_source.html +159 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Decoder_1_1File-members.html +140 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Decoder_1_1File.html +1315 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Decoder_1_1File.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Decoder_1_1Stream-members.html +132 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Decoder_1_1Stream.html +1163 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Decoder_1_1Stream.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Decoder_1_1Stream_1_1State-members.html +89 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Decoder_1_1Stream_1_1State.html +114 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Encoder_1_1File-members.html +155 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Encoder_1_1File.html +1915 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Encoder_1_1File.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Encoder_1_1Stream-members.html +146 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Encoder_1_1Stream.html +1721 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Encoder_1_1Stream.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Encoder_1_1Stream_1_1State-members.html +89 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Encoder_1_1Stream_1_1State.html +114 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Application-members.html +122 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Application.html +770 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Application.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Chain-members.html +99 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Chain.html +399 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Chain_1_1Status-members.html +88 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Chain_1_1Status.html +111 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1CueSheet-members.html +137 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1CueSheet.html +1056 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1CueSheet.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1CueSheet_1_1Track-members.html +105 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1CueSheet_1_1Track.html +183 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Iterator-members.html +98 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Iterator.html +305 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Padding-members.html +119 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Padding.html +766 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Padding.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Picture-members.html +134 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Picture.html +865 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Picture.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Prototype-members.html +109 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Prototype.html +456 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Prototype.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1SeekTable-members.html +130 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1SeekTable.html +1003 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1SeekTable.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1SimpleIterator-members.html +103 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1SimpleIterator.html +442 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1SimpleIterator_1_1Status-members.html +88 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1SimpleIterator_1_1Status.html +111 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1StreamInfo-members.html +135 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1StreamInfo.html +1062 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1StreamInfo.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Unknown-members.html +120 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Unknown.html +764 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Unknown.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1VorbisComment-members.html +130 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1VorbisComment.html +983 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1VorbisComment.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1VorbisComment_1_1Entry-members.html +111 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1VorbisComment_1_1Entry.html +203 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classes.html +108 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/closed.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/decoder_8h.html +99 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/decoder_8h_source.html +256 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/dir_1982b5890de532b4beef7221dae776e2.html +95 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/dir_527642952c2881b3e5b36abb4a29ebef.html +87 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/dir_d44c64559bbebec7f509842c48db8b23.html +81 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/doxygen.css +1357 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/doxygen.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/dynsections.js +97 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/encoder_8h.html +100 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/encoder_8h_source.html +270 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/export_8h.html +105 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/export_8h_source.html +149 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/files.html +96 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/format_8h.html +440 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/format_8h_source.html +785 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2blank.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2cl.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2doc.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2folderclosed.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2folderopen.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2lastnode.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2link.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2mlastnode.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2mnode.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2mo.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2node.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2ns.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2plastnode.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2pnode.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2splitbar.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2vertline.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions.html +129 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x62.html +116 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x63.html +141 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x64.html +143 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x65.html +120 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x66.html +123 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x67.html +235 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x68.html +113 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x69.html +183 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x6c.html +119 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x6d.html +123 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x6e.html +128 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x6f.html +193 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x70.html +147 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x71.html +119 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x72.html +149 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x73.html +284 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x74.html +140 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x75.html +113 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x76.html +116 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x77.html +125 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x7e.html +113 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func.html +126 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x63.html +119 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x64.html +123 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x65.html +113 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x66.html +117 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x67.html +232 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x69.html +169 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x6c.html +110 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x6d.html +114 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x6e.html +111 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x6f.html +175 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x70.html +138 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x72.html +139 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x73.html +272 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x74.html +129 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x75.html +110 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x76.html +110 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x77.html +115 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x7e.html +110 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_vars.html +322 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/globals.html +1570 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/globals_defs.html +153 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/globals_enum.html +150 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/globals_eval.html +508 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/globals_func.html +655 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/globals_type.html +156 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/globals_vars.html +382 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac.html +90 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__callbacks.html +274 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__decoder.html +80 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__encoder.html +80 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__export.html +147 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__format.html +2323 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__metadata.html +96 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__metadata__level0.html +309 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__metadata__level1.html +828 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__metadata__level2.html +1222 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__metadata__object.html +2407 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__stream__decoder.html +2378 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__stream__encoder.html +3088 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flacpp.html +85 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flacpp__decoder.html +84 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flacpp__encoder.html +84 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flacpp__export.html +90 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flacpp__metadata.html +86 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flacpp__metadata__level0.html +373 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flacpp__metadata__level1.html +92 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flacpp__metadata__level2.html +134 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flacpp__metadata__object.html +354 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__porting.html +92 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__porting__1__1__2__to__1__1__3.html +134 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__porting__1__1__3__to__1__1__4.html +71 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__porting__1__1__4__to__1__2__0.html +72 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/hierarchy.html +130 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/index.html +104 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/metadata_8h.html +343 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/metadata_8h_source.html +522 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/modules.html +99 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/nav_f.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/nav_g.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/nav_h.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/open.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/ordinals_8h_source.html +165 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/stream__decoder_8h.html +273 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/stream__decoder_8h_source.html +480 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/stream__encoder_8h.html +302 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/stream__encoder_8h_source.html +465 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____EntropyCodingMethod-members.html +83 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____EntropyCodingMethod.html +100 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____EntropyCodingMethod__PartitionedRice-members.html +82 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____EntropyCodingMethod__PartitionedRice.html +123 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____EntropyCodingMethod__PartitionedRiceContents-members.html +83 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____EntropyCodingMethod__PartitionedRiceContents.html +137 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Frame-members.html +83 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Frame.html +100 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____FrameFooter-members.html +81 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____FrameFooter.html +107 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____FrameHeader-members.html +90 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____FrameHeader.html +217 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____IOCallbacks-members.html +86 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____IOCallbacks.html +110 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamDecoder-members.html +82 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamDecoder.html +98 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamEncoder-members.html +82 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamEncoder.html +98 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata-members.html +92 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata.html +169 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__Application-members.html +82 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__Application.html +97 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__CueSheet-members.html +85 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__CueSheet.html +167 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__CueSheet__Index-members.html +82 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__CueSheet__Index.html +122 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__CueSheet__Track-members.html +87 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__CueSheet__Track.html +197 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__Padding-members.html +81 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__Padding.html +107 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__Picture-members.html +89 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__Picture.html +227 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__SeekPoint-members.html +83 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__SeekPoint.html +137 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__SeekTable-members.html +82 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__SeekTable.html +105 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__StreamInfo-members.html +89 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__StreamInfo.html +118 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__Unknown-members.html +81 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__Unknown.html +94 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__VorbisComment-members.html +83 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__VorbisComment.html +100 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__VorbisComment__Entry-members.html +82 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__VorbisComment__Entry.html +99 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Subframe-members.html +87 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Subframe.html +109 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Subframe__Constant-members.html +81 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Subframe__Constant.html +107 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Subframe__Fixed-members.html +84 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Subframe__Fixed.html +152 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Subframe__LPC-members.html +87 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Subframe__LPC.html +197 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Subframe__Verbatim-members.html +81 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Subframe__Verbatim.html +107 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/sync_off.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/sync_on.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/tab_a.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/tab_b.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/tab_h.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/tab_s.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/tabs.css +60 -0
- data/vendor/local/share/doc/flac-1.3.0/html/changelog.html +946 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison.html +433 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__chopin_prelude_24.html +171 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__dream_theater_600.html +171 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__eddie_warner_titus.html +171 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__fanfare_de_l_eventail_de_jeanne.html +171 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__gloria_estefan_conga.html +171 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__hand_in_my_pocket.html +171 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__l_sub_raga_sivapriya.html +171 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__laetatus_sum.html +171 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__mummified_in_barbed_wire.html +171 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__prokofiev_pcon3_3.html +171 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__ravel_sq4_4.html +171 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__scarlatti_k42.html +171 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__tool_forty_six_and_2.html +171 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__white_room.html +171 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison_all_cpudectime.html +168 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison_all_cpuenctime.html +168 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison_all_procdectime.html +168 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison_all_procenctime.html +168 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison_all_ratio.html +168 -0
- data/vendor/local/share/doc/flac-1.3.0/html/developers.html +144 -0
- data/vendor/local/share/doc/flac-1.3.0/html/documentation.html +108 -0
- data/vendor/local/share/doc/flac-1.3.0/html/documentation_bugs.html +104 -0
- data/vendor/local/share/doc/flac-1.3.0/html/documentation_example_code.html +84 -0
- data/vendor/local/share/doc/flac-1.3.0/html/documentation_format_overview.html +133 -0
- data/vendor/local/share/doc/flac-1.3.0/html/documentation_tasks.html +229 -0
- data/vendor/local/share/doc/flac-1.3.0/html/documentation_tools.html +95 -0
- data/vendor/local/share/doc/flac-1.3.0/html/documentation_tools_flac.html +1197 -0
- data/vendor/local/share/doc/flac-1.3.0/html/documentation_tools_metaflac.html +573 -0
- data/vendor/local/share/doc/flac-1.3.0/html/documentation_tools_plugins.html +97 -0
- data/vendor/local/share/doc/flac-1.3.0/html/download.html +287 -0
- data/vendor/local/share/doc/flac-1.3.0/html/faq.html +405 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/favicon.ico +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/features.html +130 -0
- data/vendor/local/share/doc/flac-1.3.0/html/flac.css +192 -0
- data/vendor/local/share/doc/flac-1.3.0/html/format.html +1858 -0
- data/vendor/local/share/doc/flac-1.3.0/html/id.html +300 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/1x1.gif +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/cafebug.gif +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/Blackbird_Front_low3_325x87.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/MS300frontsmall_270x108.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/MediaBox_Frt_170x325.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/SB_Hero_Black_325x182.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/Sooloos-ControlOne_325x328.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/Z500_front_325x94.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/a2_01_325x252.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/arcus_325x135.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/bmp-1430_325x241.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/cs505_front_lrg_325x113.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/enus_3-4lft-hires_product_eva8000_325x127.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/escient_ProductLine_325x163.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/hifidelio_bl_front_Z_RGB_325x163.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/i-station-mini-dx_325x237.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/iwod-g10_325x257.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/knc_hr-2800_325x209.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/mediaready_prodmain_MRMCa_325x232.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/meizu_m6_325x206.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/musica_artwork_325x90.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/neodigits_x5000_325x124.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/onda-vx737_325x240.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/request_n_front_325x103.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/rio_karma_279x254.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/sonos_family_RGB_325x200.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/teclast-tl29_325x244.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/transporter_hero_grey_325x208.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/tvix-4000_325x204.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/vibez_nofm_combi_black_b_325x220.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/logo100.gif +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/logo130.gif +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/index.html +140 -0
- data/vendor/local/share/doc/flac-1.3.0/html/itunes.html +94 -0
- data/vendor/local/share/doc/flac-1.3.0/html/license.html +96 -0
- data/vendor/local/share/doc/flac-1.3.0/html/links.html +490 -0
- data/vendor/local/share/doc/flac-1.3.0/html/news.html +700 -0
- data/vendor/local/share/doc/flac-1.3.0/html/ogg_mapping.html +141 -0
- data/vendor/local/share/doc/flac-1.3.0/html/ru/authors.html +114 -0
- data/vendor/local/share/doc/flac-1.3.0/html/ru/comparison.html +866 -0
- data/vendor/local/share/doc/flac-1.3.0/html/ru/developers.html +111 -0
- data/vendor/local/share/doc/flac-1.3.0/html/ru/documentation.html +518 -0
- data/vendor/local/share/doc/flac-1.3.0/html/ru/download.html +111 -0
- data/vendor/local/share/doc/flac-1.3.0/html/ru/features.html +126 -0
- data/vendor/local/share/doc/flac-1.3.0/html/ru/format.html +1008 -0
- data/vendor/local/share/doc/flac-1.3.0/html/ru/goals.html +106 -0
- data/vendor/local/share/doc/flac-1.3.0/html/ru/id.html +130 -0
- data/vendor/local/share/doc/flac-1.3.0/html/ru/index.html +123 -0
- data/vendor/local/share/doc/flac-1.3.0/html/ru/links.html +126 -0
- data/vendor/local/share/doc/flac-1.3.0/html/ru/news.html +306 -0
- data/vendor/local/share/doc/libogg/fish_xiph_org.png +0 -0
- data/vendor/local/share/doc/libogg/framing.html +429 -0
- data/vendor/local/share/doc/libogg/index.html +105 -0
- data/vendor/local/share/doc/libogg/libogg/bitpacking.html +103 -0
- data/vendor/local/share/doc/libogg/libogg/datastructures.html +59 -0
- data/vendor/local/share/doc/libogg/libogg/decoding.html +104 -0
- data/vendor/local/share/doc/libogg/libogg/encoding.html +76 -0
- data/vendor/local/share/doc/libogg/libogg/general.html +109 -0
- data/vendor/local/share/doc/libogg/libogg/index.html +39 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_iovec_t.html +62 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_packet.html +75 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_packet_clear.html +64 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_page.html +75 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_page_bos.html +65 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_page_checksum_set.html +62 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_page_continued.html +64 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_page_eos.html +65 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_page_granulepos.html +65 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_page_packets.html +75 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_page_pageno.html +63 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_page_serialno.html +63 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_page_version.html +63 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_check.html +71 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_clear.html +61 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_destroy.html +71 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_eos.html +62 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_flush.html +67 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_flush_fill.html +74 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_init.html +66 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_iovecin.html +80 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_packetin.html +72 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_packetout.html +85 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_packetpeek.html +85 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_pagein.html +67 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_pageout.html +84 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_pageout_fill.html +89 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_reset.html +61 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_reset_serialno.html +67 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_state.html +121 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_sync_buffer.html +67 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_sync_check.html +71 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_sync_clear.html +62 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_sync_destroy.html +68 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_sync_init.html +63 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_sync_pageout.html +77 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_sync_pageseek.html +68 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_sync_reset.html +63 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_sync_state.html +77 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_sync_wrote.html +73 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_adv.html +64 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_adv1.html +62 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_bits.html +62 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_buffer.html +66 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_bytes.html +67 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_get_buffer.html +62 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_look.html +66 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_look1.html +63 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_read.html +65 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_read1.html +63 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_readinit.html +64 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_reset.html +62 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_write.html +68 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_writealign.html +65 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_writecheck.html +81 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_writeclear.html +62 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_writecopy.html +69 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_writeinit.html +62 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_writetrunc.html +65 -0
- data/vendor/local/share/doc/libogg/libogg/overview.html +44 -0
- data/vendor/local/share/doc/libogg/libogg/reference.html +98 -0
- data/vendor/local/share/doc/{libogg-1.3.0/ogg → libogg/libogg}/style.css +0 -0
- data/vendor/local/share/doc/libogg/multiplex1.png +0 -0
- data/vendor/local/share/doc/{libogg-1.3.0 → libogg}/ogg-multiplex.html +0 -0
- data/vendor/local/share/doc/{libogg-1.3.0 → libogg}/oggstream.html +0 -0
- data/vendor/local/share/doc/libogg/packets.png +0 -0
- data/vendor/local/share/doc/libogg/pages.png +0 -0
- data/vendor/local/share/doc/{libogg-1.3.0 → libogg}/rfc3533.txt +0 -0
- data/vendor/local/share/doc/{libogg-1.3.0 → libogg}/rfc5334.txt +0 -0
- data/vendor/local/share/doc/{libogg-1.3.0 → libogg}/skeleton.html +0 -0
- data/vendor/local/share/doc/{libogg-1.3.0 → libogg}/stream.png +0 -0
- data/vendor/local/share/doc/{libogg-1.3.0 → libogg}/vorbisword2.png +0 -0
- data/vendor/local/share/doc/{libogg-1.3.0 → libogg}/white-ogg.png +0 -0
- data/vendor/local/share/doc/{libogg-1.3.0 → libogg}/white-xifish.png +0 -0
- data/vendor/local/share/doc/libtheora-1.1.1/Theora.pdf +0 -0
- data/vendor/local/share/doc/libtheora-1.1.1/html/annotated.html +15 -14
- data/vendor/local/share/doc/libtheora-1.1.1/html/bc_s.png +0 -0
- data/vendor/local/share/doc/libtheora-1.1.1/html/classes.html +4 -3
- data/vendor/local/share/doc/libtheora-1.1.1/html/codec_8h.html +89 -56
- data/vendor/local/share/doc/libtheora-1.1.1/html/codec_8h_source.html +156 -90
- data/vendor/local/share/doc/libtheora-1.1.1/html/dir_0f91760d62c578de767c41a0aaae5482.html +10 -5
- data/vendor/local/share/doc/libtheora-1.1.1/html/dir_d44c64559bbebec7f509842c48db8b23.html +7 -5
- data/vendor/local/share/doc/libtheora-1.1.1/html/doxygen.css +212 -18
- data/vendor/local/share/doc/libtheora-1.1.1/html/dynsections.js +32 -13
- data/vendor/local/share/doc/libtheora-1.1.1/html/files.html +8 -7
- data/vendor/local/share/doc/libtheora-1.1.1/html/functions.html +4 -3
- data/vendor/local/share/doc/libtheora-1.1.1/html/functions_vars.html +4 -3
- data/vendor/local/share/doc/libtheora-1.1.1/html/globals.html +4 -3
- data/vendor/local/share/doc/libtheora-1.1.1/html/globals_defs.html +4 -3
- data/vendor/local/share/doc/libtheora-1.1.1/html/globals_enum.html +4 -3
- data/vendor/local/share/doc/libtheora-1.1.1/html/globals_eval.html +4 -3
- data/vendor/local/share/doc/libtheora-1.1.1/html/globals_func.html +4 -3
- data/vendor/local/share/doc/libtheora-1.1.1/html/globals_type.html +4 -3
- data/vendor/local/share/doc/libtheora-1.1.1/html/globals_vars.html +4 -3
- data/vendor/local/share/doc/libtheora-1.1.1/html/group__basefuncs.html +67 -51
- data/vendor/local/share/doc/libtheora-1.1.1/html/group__decfuncs.html +43 -35
- data/vendor/local/share/doc/libtheora-1.1.1/html/group__encfuncs.html +33 -26
- data/vendor/local/share/doc/libtheora-1.1.1/html/group__oldfuncs.html +179 -129
- data/vendor/local/share/doc/libtheora-1.1.1/html/index.html +4 -3
- data/vendor/local/share/doc/libtheora-1.1.1/html/modules.html +4 -3
- data/vendor/local/share/doc/libtheora-1.1.1/html/structth__comment.html +16 -11
- data/vendor/local/share/doc/libtheora-1.1.1/html/structth__huff__code.html +11 -8
- data/vendor/local/share/doc/libtheora-1.1.1/html/structth__img__plane.html +15 -10
- data/vendor/local/share/doc/libtheora-1.1.1/html/structth__info.html +44 -24
- data/vendor/local/share/doc/libtheora-1.1.1/html/structth__quant__info.html +16 -13
- data/vendor/local/share/doc/libtheora-1.1.1/html/structth__quant__ranges.html +15 -11
- data/vendor/local/share/doc/libtheora-1.1.1/html/structth__stripe__callback.html +13 -10
- data/vendor/local/share/doc/libtheora-1.1.1/html/structtheora__comment.html +16 -11
- data/vendor/local/share/doc/libtheora-1.1.1/html/structtheora__info.html +50 -21
- data/vendor/local/share/doc/libtheora-1.1.1/html/structtheora__state.html +11 -6
- data/vendor/local/share/doc/libtheora-1.1.1/html/structyuv__buffer.html +27 -17
- data/vendor/local/share/doc/libtheora-1.1.1/html/tab_b.png +0 -0
- data/vendor/local/share/doc/libtheora-1.1.1/html/tab_h.png +0 -0
- data/vendor/local/share/doc/libtheora-1.1.1/html/theora_8h.html +114 -61
- data/vendor/local/share/doc/libtheora-1.1.1/html/theora_8h_source.html +199 -112
- data/vendor/local/share/doc/libtheora-1.1.1/html/theoradec_8h.html +63 -42
- data/vendor/local/share/doc/libtheora-1.1.1/html/theoradec_8h_source.html +48 -30
- data/vendor/local/share/doc/libtheora-1.1.1/html/theoraenc_8h.html +92 -64
- data/vendor/local/share/doc/libtheora-1.1.1/html/theoraenc_8h_source.html +51 -33
- data/vendor/local/share/doc/libtheora-1.1.1/latex/Makefile +2 -0
- data/vendor/local/share/doc/libtheora-1.1.1/latex/codec_8h.tex +2 -4
- data/vendor/local/share/doc/libtheora-1.1.1/latex/dir_0f91760d62c578de767c41a0aaae5482.tex +2 -2
- data/vendor/local/share/doc/libtheora-1.1.1/latex/dir_d44c64559bbebec7f509842c48db8b23.tex +2 -2
- data/vendor/local/share/doc/libtheora-1.1.1/latex/doxygen.sty +194 -214
- data/vendor/local/share/doc/libtheora-1.1.1/latex/group__basefuncs.tex +2 -1
- data/vendor/local/share/doc/libtheora-1.1.1/latex/group__oldfuncs.tex +2 -4
- data/vendor/local/share/doc/libtheora-1.1.1/latex/refman.tex +101 -24
- data/vendor/local/share/doc/libtheora-1.1.1/latex/structth__info.tex +2 -1
- data/vendor/local/share/doc/libtheora-1.1.1/latex/structth__quant__info.tex +0 -4
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/doxygen-build.stamp +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/eightphase.png +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/evenlsp.png +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/fish_xiph_org.png +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/floor1_inverse_dB_table.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/floorval.png +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/fourphase.png +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/framing.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/helper.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/index.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/index.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/overview.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/reference.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/return.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/style.css +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_analysis.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_analysis_blockout.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_analysis_buffer.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_analysis_headerout.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_analysis_init.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_analysis_wrote.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_bitrate_addblock.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_bitrate_flushpacket.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_block.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_block_clear.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_block_init.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_comment.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_comment_add.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_comment_add_tag.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_comment_clear.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_comment_init.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_comment_query.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_comment_query_count.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_commentheader_out.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_dsp_clear.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_dsp_state.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_granule_time.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_info.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_info_blocksize.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_info_clear.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_info_init.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_packet_blocksize.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis_blockin.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis_halfrate.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis_halfrate_p.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis_headerin.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis_idheader.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis_init.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis_lapout.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis_pcmout.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis_read.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis_restart.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis_trackonly.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_version_string.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/lspmap.png +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/oddlsp.png +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/oggstream.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/programming.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/rfc5215.txt +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/rfc5215.xml +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/squarepolar.png +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/stereo.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/stream.png +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/v-comment.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbis-clip.txt +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbis-errors.txt +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbis-fidelity.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbis.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/changes.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/examples.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/index.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/ovectl_ratemanage2_arg.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/ovectl_ratemanage_arg.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/overview.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/reference.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/style.css +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/vorbis_encode_ctl.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/vorbis_encode_init.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/vorbis_encode_init_vbr.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/vorbis_encode_setup_init.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/vorbis_encode_setup_managed.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/vorbis_encode_setup_vbr.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/OggVorbis_File.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/callbacks.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/chaining_example_c.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/chainingexample.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/crosslap.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/datastructures.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/decoding.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/example.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/exampleindex.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/fileinfo.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/index.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/initialization.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_bitrate.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_bitrate_instant.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_callbacks.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_clear.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_comment.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_crosslap.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_fopen.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_info.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_open.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_open_callbacks.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_pcm_seek.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_pcm_seek_lap.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_pcm_seek_page.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_pcm_seek_page_lap.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_pcm_tell.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_pcm_total.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_raw_seek.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_raw_seek_lap.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_raw_tell.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_raw_total.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_read.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_read_filter.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_read_float.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_seekable.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_serialnumber.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_streams.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_test.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_test_callbacks.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_test_open.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_time_seek.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_time_seek_lap.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_time_seek_page.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_time_seek_page_lap.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_time_tell.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_time_total.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/overview.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/reference.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/seekexample.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/seeking.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/seeking_example_c.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/seeking_test_c.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/seekingexample.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/style.css +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/threads.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/vorbisfile_example_c.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisword2.png +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/wait.png +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/white-xifish.png +0 -0
- data/vendor/local/share/gir-1.0/Gst-1.0.gir +7379 -5728
- data/vendor/local/share/gir-1.0/GstAllocators-1.0.gir +85 -0
- data/vendor/local/share/gir-1.0/GstApp-1.0.gir +145 -128
- data/vendor/local/share/gir-1.0/GstAudio-1.0.gir +786 -759
- data/vendor/local/share/gir-1.0/GstBase-1.0.gir +1899 -1033
- data/vendor/local/share/gir-1.0/GstCheck-1.0.gir +516 -61
- data/vendor/local/share/gir-1.0/GstController-1.0.gir +91 -95
- data/vendor/local/share/gir-1.0/GstFft-1.0.gir +90 -94
- data/vendor/local/share/gir-1.0/GstInsertBin-1.0.gir +358 -0
- data/vendor/local/share/gir-1.0/GstMpegts-1.0.gir +2469 -0
- data/vendor/local/share/gir-1.0/GstNet-1.0.gir +43 -43
- data/vendor/local/share/gir-1.0/GstPbutils-1.0.gir +510 -443
- data/vendor/local/share/gir-1.0/GstRiff-1.0.gir +54 -56
- data/vendor/local/share/gir-1.0/GstRtp-1.0.gir +793 -624
- data/vendor/local/share/gir-1.0/GstRtsp-1.0.gir +810 -512
- data/vendor/local/share/gir-1.0/GstSdp-1.0.gir +1247 -345
- data/vendor/local/share/gir-1.0/GstTag-1.0.gir +249 -239
- data/vendor/local/share/gir-1.0/GstVideo-1.0.gir +1677 -1049
- data/vendor/local/share/gir-1.0/Soup-2.4.gir +16867 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/annotation-glossary.html +29 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/api-index-deprecated.html +39 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/api-index-full.html +370 -130
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/codecparsers.html +8 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/compiling.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-1.0.devhelp2 +608 -42
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-descriptors.html +188 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-sections.html +170 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html +692 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html +985 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html +1263 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.html +696 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstInsertbin.html +634 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ISDB-variants-of-MPEG-TS-descriptors.html +240 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Mpeg-ts-helper-library.html +65 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstmpegvideometa.html +202 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-h264parser.html +149 -26
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html +369 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpegvideoparser.html +223 -31
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-vc1parser.html +335 -34
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gstreamer-libs-hierarchy.html +27 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gstreamer-plugins-bad.html +22 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/index.html +23 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/index.sgml +655 -50
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/mpegts.html +61 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/tools.html +33 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/annotation-glossary.html +34 -43
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/api-index-deprecated.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/api-index-full.html +422 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/compiling.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-1.0.devhelp2 +318 -71
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoDecoder.html +152 -44
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoEncoder.html +104 -30
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-appsink.html +55 -16
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-appsrc.html +98 -20
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-dmabuf.html +155 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-encoding-profile.html +271 -55
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudio.html +271 -33
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiobasesink.html +63 -18
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiobasesrc.html +41 -14
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiocdsrc.html +24 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiochannels.html +652 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudioclock.html +27 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiodecoder.html +131 -38
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudioencoder.html +136 -42
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiofilter.html +11 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudioiec61937.html +11 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiometa.html +229 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiomixerutils.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudioringbuffer.html +149 -42
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiosink.html +11 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiosrc.html +11 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstcolorbalance.html +36 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstcolorbalancechannel.html +16 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstdiscoverer.html +254 -62
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstfft.html +11 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstfftf32.html +27 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstfftf64.html +27 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstffts16.html +27 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstffts32.html +27 -9
- 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 +78 -17
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutilsdescriptions.html +34 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutilsinstallplugins.html +52 -22
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutilsmissingplugins.html +57 -18
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpluginsbaseversion.html +13 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstriff.html +39 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtcpbuffer.html +254 -74
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtpbaseaudiopayload.html +40 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtpbasedepayload.html +15 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtpbasepayload.html +44 -14
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtpbuffer.html +192 -51
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtphdrext.html +162 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtppayloads.html +24 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspconnection.html +341 -40
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html +628 -21
- 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 +109 -30
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtsprange.html +185 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtsptransport.html +58 -16
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspurl.html +35 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstsdpmessage.html +1928 -162
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gststreamvolume.html +28 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttag.html +16 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagdemux.html +17 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagexif.html +19 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagid3.html +40 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttaglanguagecodes.html +32 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttaglicenses.html +35 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagmux.html +13 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagvorbis.html +32 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagxmp.html +15 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagxmpwriter.html +24 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html +336 -70
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideofilter.html +8 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideometa.html +445 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideoorientation.html +39 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideooverlay.html +51 -27
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideooverlaycomposition.html +162 -35
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideosink.html +24 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideoutils.html +79 -22
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-allocators.html +38 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-app.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-audio.html +8 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-base-utils.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-ffft.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-libs-hierarchy.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-plugins-base.html +13 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-riff.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-rtp.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-rtsp.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-sdp.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-tag.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-video.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/index.html +14 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/index.sgml +294 -42
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/ch01.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/ch02.html +32 -32
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-1.0.devhelp2 +147 -119
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-adder.html +26 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-alsasink.html +13 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-alsasrc.html +13 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-appsink.html +50 -17
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-appsrc.html +41 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-audioconvert.html +26 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-audiorate.html +18 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-audioresample.html +43 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-audiotestsrc.html +19 -14
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-cdparanoiasrc.html +21 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-clockoverlay.html +17 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-decodebin.html +124 -43
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-encodebin.html +70 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-giosink.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-giosrc.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-giostreamsink.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-giostreamsrc.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-multifdsink.html +69 -20
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-multisocketsink.html +162 -17
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-oggdemux.html +17 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-oggmux.html +29 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-playbin.html +117 -77
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-adder.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-alsa.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-app.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-audioconvert.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-audiorate.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-audioresample.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-audiotestsrc.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-cdparanoia.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-encoding.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-gio.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-libvisual.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-ogg.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-pango.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-playback.html +18 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-subparse.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-tcp.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-theora.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-typefindfunctions.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-videoconvert.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-videorate.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-videoscale.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-videotestsrc.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-volume.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-vorbis.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-ximagesink.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-xvimagesink.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-subtitleoverlay.html +22 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-tcpclientsink.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-tcpclientsrc.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-tcpserversink.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-tcpserversrc.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-textoverlay.html +21 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-textrender.html +17 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-theoradec.html +17 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-theoraenc.html +17 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-theoraparse.html +17 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-timeoverlay.html +17 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-uridecodebin.html +73 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-videoconvert.html +28 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-videorate.html +18 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-videoscale.html +33 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-videotestsrc.html +32 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-volume.html +18 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-vorbisdec.html +17 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-vorbisenc.html +18 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-vorbisparse.html +17 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-vorbistag.html +17 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-ximagesink.html +13 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-xvimagesink.html +13 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/index.html +31 -31
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/index.sgml +29 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstAllocator.html +62 -20
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstBin.html +138 -34
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstBus.html +113 -38
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstChildProxy.html +65 -20
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstClock.html +191 -50
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstControlBinding.html +37 -13
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstControlSource.html +31 -10
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstElement.html +447 -114
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstElementFactory.html +82 -25
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstGhostPad.html +74 -25
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstObject.html +186 -55
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPad.html +568 -167
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPadTemplate.html +61 -19
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPipeline.html +53 -17
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPlugin.html +131 -38
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPluginFeature.html +83 -17
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPreset.html +48 -15
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstRegistry.html +81 -24
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstSystemClock.html +11 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTagSetter.html +47 -14
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTask.html +93 -27
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTaskPool.html +31 -10
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTypeFindFactory.html +24 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/annotation-glossary.html +52 -57
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/api-index-deprecated.html +24 -8
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/api-index-full.html +315 -11
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gst-building.html +6 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gst-running.html +128 -16
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-1.0.devhelp2 +92 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-Gst.html +50 -17
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstAtomicQueue.html +31 -10
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstBuffer.html +373 -87
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstBufferList.html +59 -17
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstBufferPool.html +91 -25
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstCaps.html +447 -74
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstCapsFeatures.html +783 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstContext.html +432 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstDateTime.html +119 -32
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstEvent.html +392 -73
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstFormat.html +39 -12
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstGError.html +26 -11
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstInfo.html +417 -82
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstIterator.html +109 -31
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstMemory.html +207 -31
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstMessage.html +565 -95
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstMeta.html +80 -19
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstMiniObject.html +137 -38
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstParamSpec.html +11 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstParse.html +67 -23
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstPoll.html +87 -24
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstQuery.html +581 -108
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstSample.html +39 -14
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstSegment.html +56 -17
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstStructure.html +301 -72
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstTagList.html +295 -85
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstToc.html +121 -30
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstTocSetter.html +19 -7
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstTypeFind.html +39 -17
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstUriHandler.html +72 -21
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstUtils.html +324 -79
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstValue.html +436 -100
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstVersion.html +9 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-gstconfig.html +5 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-hierarchy.html +5 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-support.html +6 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer.html +6 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/index.html +12 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/index.sgml +107 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/libgstreamer.html +13 -7
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstAdapter.html +81 -30
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstBaseSink.html +112 -27
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstBaseSrc.html +76 -25
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstBaseTransform.html +78 -37
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstCollectPads.html +141 -39
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstInterpolationControlSource.html +11 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstLFOControlSource.html +17 -11
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstNetClientClock.html +7 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstNetTimeProvider.html +10 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstPushSrc.html +3 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstTestClock.html +754 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstTimedValueControlSource.html +35 -11
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstTriggerControlSource.html +7 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/annotation-glossary.html +47 -48
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/api-index-deprecated.html +5 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/api-index-full.html +220 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-base.html +10 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-check.html +7 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-control.html +6 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-hierarchy.html +8 -7
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-1.0.devhelp2 +59 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstARGBControlBinding.html +8 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstBaseParse.html +115 -30
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstBitReader.html +140 -32
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstBufferStraw.html +15 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstByteReader.html +467 -119
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstByteWriter.html +280 -73
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstCheck.html +414 -23
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstDataQueue.html +598 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstDirectControlBinding.html +10 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstNetTimePacket.html +23 -8
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstQueueArray.html +306 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstStreamConsistency.html +17 -8
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstTypeFindHelper.html +37 -15
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs.html +13 -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 +14 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/index.sgml +78 -8
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/ch01.html +6 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/ch02.html +7 -7
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-1.0.devhelp2 +63 -72
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-capsfilter.html +18 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-fakesink.html +35 -20
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-fakesrc.html +44 -23
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-fdsink.html +13 -7
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-fdsrc.html +15 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-filesink.html +26 -20
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-filesrc.html +14 -48
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-funnel.html +17 -8
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-identity.html +44 -40
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-input-selector.html +46 -67
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-multiqueue.html +60 -45
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-output-selector.html +25 -16
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-plugin-coreelements.html +15 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-queue.html +70 -26
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-queue2.html +38 -29
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-tee.html +34 -30
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-typefind.html +25 -22
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-valve.html +17 -8
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/index.html +6 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/index.sgml +20 -29
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAddress.html +875 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuth.html +662 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuthDomain.html +758 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuthDomainBasic.html +277 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuthDomainDigest.html +313 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuthManager.html +216 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCache.html +326 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupContentDecoder.html +114 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupContentSniffer.html +189 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCookie.html +1135 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCookieJar.html +695 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCookieJarDB.html +162 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCookieJarText.html +156 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupLogger.html +564 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMessage.html +2205 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMessageBody.html +1015 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMessageHeaders.html +1473 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMultipart.html +413 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMultipartInputStream.html +339 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupProxyResolverDefault.html +108 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupRequest.html +404 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupRequestData.html +84 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupRequestFile.html +113 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupRequestHTTP.html +117 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupServer.html +1346 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSession.html +2416 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSessionAsync.html +144 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSessionFeature.html +182 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSessionSync.html +144 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSocket.html +1239 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupURI.html +1279 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/annotation-glossary.html +72 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/ch01.html +49 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/ch02.html +109 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/ch03.html +59 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/ch04.html +41 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/ch05.html +38 -0
- data/vendor/local/share/{doc/libxml2-2.9.0/html/html → gtk-doc/html/libsoup-2.4}/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/index.html +178 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/index.sgml +1144 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/ix01.html +1489 -0
- data/vendor/local/share/{doc/libxml2-2.9.0/html/html → gtk-doc/html/libsoup-2.4}/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-GValue-Support.html +710 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-HTML-Form-Support.html +510 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-Soup-Miscellaneous-Utilities.html +1527 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-Top-Level-Domain-utils.html +202 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-Version-Information.html +464 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-XMLRPC-Support.html +633 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-soup-method.html +240 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-soup-status.html +734 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4.devhelp2 +948 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-build-howto.html +136 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-client-howto.html +604 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-request-howto.html +172 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-server-howto.html +444 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-session-porting.html +218 -0
- data/vendor/local/share/{doc/libxml2-2.9.0/html/html → gtk-doc/html/libsoup-2.4}/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/style.css +266 -0
- data/vendor/local/share/{doc/libxml2-2.9.0/html/html → gtk-doc/html/libsoup-2.4}/up.png +0 -0
- data/vendor/local/share/license/flac/AUTHORS +3 -2
- data/vendor/local/share/license/gst-libav/COPYING.LIB +2 -2
- data/vendor/local/share/license/gst-plugins-base/COPYING +2 -2
- data/vendor/local/share/license/gst-plugins-base/COPYING.LIB +2 -2
- data/vendor/local/share/license/gstreamer/COPYING +2 -2
- data/vendor/local/share/license/libav/COPYING.LGPLv2.1 +0 -2
- data/vendor/local/share/license/libav/LICENSE +38 -18
- data/vendor/local/share/license/libsoup/AUTHORS +13 -0
- data/vendor/local/share/license/libsoup/COPYING +481 -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/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/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/share/locale/bn_IN/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/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/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/share/locale/el/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/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/share/locale/es/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/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/share/locale/eu/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/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/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/share/locale/gl/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/gu/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/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/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/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/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/share/locale/ja/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/kn/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/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/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/share/locale/ml/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/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/share/locale/nl/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/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/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/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/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/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/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/share/locale/sr/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/ta/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/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/share/locale/ug/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/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/share/locale/zh_CN/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/man/man1/cjpeg.1 +49 -8
- data/vendor/local/share/man/man1/flac.1 +65 -10
- data/vendor/local/share/man/man1/gst-launch-1.0.1 +27 -6
- data/vendor/local/share/man/man1/gst-play-1.0.1 +34 -0
- data/vendor/local/share/man/man1/metaflac.1 +5 -4
- data/vendor/local/share/man/man1/sqlite3.1 +229 -0
- metadata +865 -838
- data/vendor/local/bin/libgstbasevideo-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstsignalprocessor-1.0-0.dll +0 -0
- data/vendor/local/bin/libjpeg-8.dll +0 -0
- data/vendor/local/bin/libxml2-2.dll +0 -0
- data/vendor/local/bin/xmlcatalog.exe +0 -0
- data/vendor/local/bin/xmllint.exe +0 -0
- data/vendor/local/include/gstreamer-1.0/gst/signalprocessor/gstsignalprocessor.h +0 -136
- data/vendor/local/include/gstreamer-1.0/gst/video/gstsurfaceconverter.h +0 -65
- data/vendor/local/include/gstreamer-1.0/gst/video/gstsurfacemeta.h +0 -68
- data/vendor/local/include/gstreamer-1.0/gst/video/videocontext.h +0 -117
- data/vendor/local/include/libxml2/libxml/DOCBparser.h +0 -96
- data/vendor/local/include/libxml2/libxml/HTMLparser.h +0 -306
- data/vendor/local/include/libxml2/libxml/HTMLtree.h +0 -147
- data/vendor/local/include/libxml2/libxml/SAX.h +0 -173
- data/vendor/local/include/libxml2/libxml/SAX2.h +0 -176
- data/vendor/local/include/libxml2/libxml/c14n.h +0 -126
- data/vendor/local/include/libxml2/libxml/catalog.h +0 -182
- data/vendor/local/include/libxml2/libxml/chvalid.h +0 -230
- data/vendor/local/include/libxml2/libxml/debugXML.h +0 -217
- data/vendor/local/include/libxml2/libxml/dict.h +0 -80
- data/vendor/local/include/libxml2/libxml/encoding.h +0 -240
- data/vendor/local/include/libxml2/libxml/entities.h +0 -150
- data/vendor/local/include/libxml2/libxml/globals.h +0 -502
- data/vendor/local/include/libxml2/libxml/hash.h +0 -233
- data/vendor/local/include/libxml2/libxml/list.h +0 -137
- data/vendor/local/include/libxml2/libxml/nanoftp.h +0 -163
- data/vendor/local/include/libxml2/libxml/nanohttp.h +0 -81
- data/vendor/local/include/libxml2/libxml/parser.h +0 -1240
- data/vendor/local/include/libxml2/libxml/parserInternals.h +0 -644
- data/vendor/local/include/libxml2/libxml/pattern.h +0 -100
- data/vendor/local/include/libxml2/libxml/relaxng.h +0 -213
- data/vendor/local/include/libxml2/libxml/schemasInternals.h +0 -958
- data/vendor/local/include/libxml2/libxml/schematron.h +0 -142
- data/vendor/local/include/libxml2/libxml/threads.h +0 -84
- data/vendor/local/include/libxml2/libxml/tree.h +0 -1303
- data/vendor/local/include/libxml2/libxml/uri.h +0 -94
- data/vendor/local/include/libxml2/libxml/valid.h +0 -458
- data/vendor/local/include/libxml2/libxml/xinclude.h +0 -129
- data/vendor/local/include/libxml2/libxml/xlink.h +0 -189
- data/vendor/local/include/libxml2/libxml/xmlIO.h +0 -366
- data/vendor/local/include/libxml2/libxml/xmlautomata.h +0 -146
- data/vendor/local/include/libxml2/libxml/xmlerror.h +0 -944
- data/vendor/local/include/libxml2/libxml/xmlexports.h +0 -162
- data/vendor/local/include/libxml2/libxml/xmlmemory.h +0 -224
- data/vendor/local/include/libxml2/libxml/xmlmodule.h +0 -57
- data/vendor/local/include/libxml2/libxml/xmlreader.h +0 -428
- data/vendor/local/include/libxml2/libxml/xmlregexp.h +0 -222
- data/vendor/local/include/libxml2/libxml/xmlsave.h +0 -88
- data/vendor/local/include/libxml2/libxml/xmlschemas.h +0 -246
- data/vendor/local/include/libxml2/libxml/xmlschemastypes.h +0 -151
- data/vendor/local/include/libxml2/libxml/xmlstring.h +0 -140
- data/vendor/local/include/libxml2/libxml/xmlunicode.h +0 -202
- data/vendor/local/include/libxml2/libxml/xmlversion.h +0 -480
- data/vendor/local/include/libxml2/libxml/xmlwriter.h +0 -488
- data/vendor/local/include/libxml2/libxml/xpath.h +0 -550
- data/vendor/local/include/libxml2/libxml/xpathInternals.h +0 -632
- data/vendor/local/include/libxml2/libxml/xpointer.h +0 -114
- data/vendor/local/lib/gstreamer-1.0/libgstavscale.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstavscale.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstavscale.la +0 -41
- data/vendor/local/lib/gstreamer-1.0/libgstrtpmux.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtpmux.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtpmux.la +0 -41
- data/vendor/local/lib/gstreamer-1.0/libgstrtpvp8.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtpvp8.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtpvp8.la +0 -41
- data/vendor/local/lib/gstreamer-1.0/libgstscaletempoplugin.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstscaletempoplugin.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstscaletempoplugin.la +0 -41
- data/vendor/local/lib/libFLAC.a +0 -0
- data/vendor/local/lib/libgstbasevideo-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstbasevideo-1.0.la +0 -41
- data/vendor/local/lib/libgstsignalprocessor-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstsignalprocessor-1.0.la +0 -41
- data/vendor/local/lib/libxml2.def +0 -1659
- data/vendor/local/lib/libxml2.dll.a +0 -0
- data/vendor/local/lib/libxml2.lib +0 -0
- data/vendor/local/lib/pkgconfig/gstreamer-basevideo-1.0.pc +0 -12
- data/vendor/local/lib/pkgconfig/libxml-2.0.pc +0 -13
- data/vendor/local/manifest/jpeg-dev_8-1_win32.mft +0 -18
- data/vendor/local/manifest/jpeg_8-1_win32.mft +0 -2
- data/vendor/local/manifest/libsoup-dev_2.26.3-1_win32.mft +0 -41
- data/vendor/local/manifest/libsoup_2.26.3-1_win32.mft +0 -2
- data/vendor/local/manifest/libxml2-dev_2.9.0-1_win32.mft +0 -268
- data/vendor/local/manifest/libxml2_2.9.0-1_win32.mft +0 -2
- data/vendor/local/share/aclocal/libxml.m4 +0 -188
- data/vendor/local/share/doc/flac-1.2.1/FLAC.tag +0 -12259
- data/vendor/local/share/doc/flac-1.2.1/html/api/+_2all_8h-source.html +0 -73
- data/vendor/local/share/doc/flac-1.2.1/html/api/+_2export_8h-source.html +0 -89
- data/vendor/local/share/doc/flac-1.2.1/html/api/+_2export_8h.html +0 -55
- data/vendor/local/share/doc/flac-1.2.1/html/api/+_2metadata_8h-source.html +0 -751
- data/vendor/local/share/doc/flac-1.2.1/html/api/+_2metadata_8h.html +0 -66
- data/vendor/local/share/doc/flac-1.2.1/html/api/all_8h-source.html +0 -77
- data/vendor/local/share/doc/flac-1.2.1/html/api/annotated.html +0 -81
- data/vendor/local/share/doc/flac-1.2.1/html/api/assert_8h-source.html +0 -77
- data/vendor/local/share/doc/flac-1.2.1/html/api/callback_8h-source.html +0 -103
- data/vendor/local/share/doc/flac-1.2.1/html/api/callback_8h.html +0 -59
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Decoder_1_1File-members.html +0 -87
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Decoder_1_1File.html +0 -1457
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Decoder_1_1File.png +0 -0
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Decoder_1_1Stream-members.html +0 -79
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Decoder_1_1Stream.html +0 -1268
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Decoder_1_1Stream.png +0 -0
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Decoder_1_1Stream_1_1State-members.html +0 -36
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Decoder_1_1Stream_1_1State.html +0 -59
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Encoder_1_1File-members.html +0 -102
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Encoder_1_1File.html +0 -2124
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Encoder_1_1File.png +0 -0
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Encoder_1_1Stream-members.html +0 -93
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Encoder_1_1Stream.html +0 -1882
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Encoder_1_1Stream.png +0 -0
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Encoder_1_1Stream_1_1State-members.html +0 -36
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Encoder_1_1Stream_1_1State.html +0 -59
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Application-members.html +0 -71
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Application.html +0 -548
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Application.png +0 -0
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Chain-members.html +0 -46
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Chain.html +0 -453
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Chain_1_1Status-members.html +0 -35
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Chain_1_1Status.html +0 -56
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1CueSheet-members.html +0 -82
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1CueSheet.html +0 -799
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1CueSheet.png +0 -0
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1CueSheet_1_1Track-members.html +0 -52
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1CueSheet_1_1Track.html +0 -131
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Iterator-members.html +0 -45
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Iterator.html +0 -370
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Padding-members.html +0 -67
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Padding.html +0 -498
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Padding.png +0 -0
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Picture-members.html +0 -82
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Picture.html +0 -696
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Picture.png +0 -0
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Prototype-members.html +0 -56
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Prototype.html +0 -435
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Prototype.png +0 -0
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1SeekTable-members.html +0 -72
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1SeekTable.html +0 -646
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1SeekTable.png +0 -0
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1SimpleIterator-members.html +0 -50
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1SimpleIterator.html +0 -561
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1SimpleIterator_1_1Status-members.html +0 -35
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1SimpleIterator_1_1Status.html +0 -56
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1StreamInfo-members.html +0 -84
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1StreamInfo.html +0 -575
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1StreamInfo.png +0 -0
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Unknown-members.html +0 -69
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Unknown.html +0 -542
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Unknown.png +0 -0
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1VorbisComment-members.html +0 -74
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1VorbisComment.html +0 -685
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1VorbisComment.png +0 -0
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1VorbisComment_1_1Entry-members.html +0 -58
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1VorbisComment_1_1Entry.html +0 -152
- data/vendor/local/share/doc/flac-1.2.1/html/api/classes.html +0 -41
- data/vendor/local/share/doc/flac-1.2.1/html/api/decoder_8h-source.html +0 -190
- data/vendor/local/share/doc/flac-1.2.1/html/api/decoder_8h.html +0 -50
- data/vendor/local/share/doc/flac-1.2.1/html/api/dir_000000.html +0 -42
- data/vendor/local/share/doc/flac-1.2.1/html/api/dir_000001.html +0 -48
- data/vendor/local/share/doc/flac-1.2.1/html/api/dir_000002.html +0 -56
- data/vendor/local/share/doc/flac-1.2.1/html/api/dirs.html +0 -37
- data/vendor/local/share/doc/flac-1.2.1/html/api/doxygen.css +0 -309
- data/vendor/local/share/doc/flac-1.2.1/html/api/doxygen.png +0 -0
- data/vendor/local/share/doc/flac-1.2.1/html/api/encoder_8h-source.html +0 -203
- data/vendor/local/share/doc/flac-1.2.1/html/api/encoder_8h.html +0 -51
- data/vendor/local/share/doc/flac-1.2.1/html/api/export_8h-source.html +0 -95
- data/vendor/local/share/doc/flac-1.2.1/html/api/export_8h.html +0 -55
- data/vendor/local/share/doc/flac-1.2.1/html/api/files.html +0 -46
- data/vendor/local/share/doc/flac-1.2.1/html/api/format_8h-source.html +0 -521
- data/vendor/local/share/doc/flac-1.2.1/html/api/format_8h.html +0 -330
- data/vendor/local/share/doc/flac-1.2.1/html/api/functions.html +0 -260
- data/vendor/local/share/doc/flac-1.2.1/html/api/functions_func.html +0 -210
- data/vendor/local/share/doc/flac-1.2.1/html/api/functions_vars.html +0 -117
- data/vendor/local/share/doc/flac-1.2.1/html/api/globals.html +0 -39
- data/vendor/local/share/doc/flac-1.2.1/html/api/globals_0x66.html +0 -529
- data/vendor/local/share/doc/flac-1.2.1/html/api/globals_0x67.html +0 -42
- data/vendor/local/share/doc/flac-1.2.1/html/api/globals_defs.html +0 -58
- data/vendor/local/share/doc/flac-1.2.1/html/api/globals_enum.html +0 -57
- data/vendor/local/share/doc/flac-1.2.1/html/api/globals_eval.html +0 -177
- data/vendor/local/share/doc/flac-1.2.1/html/api/globals_func.html +0 -233
- data/vendor/local/share/doc/flac-1.2.1/html/api/globals_type.html +0 -59
- data/vendor/local/share/doc/flac-1.2.1/html/api/globals_vars.html +0 -135
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac.html +0 -50
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__callbacks.html +0 -299
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__decoder.html +0 -44
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__encoder.html +0 -44
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__export.html +0 -148
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__format.html +0 -3353
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__metadata.html +0 -60
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__metadata__level0.html +0 -308
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__metadata__level1.html +0 -950
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__metadata__level2.html +0 -1428
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__metadata__object.html +0 -2741
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__stream__decoder.html +0 -2854
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__stream__encoder.html +0 -3644
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flacpp.html +0 -45
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flacpp__decoder.html +0 -50
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flacpp__encoder.html +0 -50
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flacpp__export.html +0 -54
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flacpp__metadata.html +0 -50
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flacpp__metadata__level0.html +0 -414
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flacpp__metadata__level1.html +0 -50
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flacpp__metadata__level2.html +0 -52
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flacpp__metadata__object.html +0 -227
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__porting.html +0 -52
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__porting__1__1__2__to__1__1__3.html +0 -101
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__porting__1__1__3__to__1__1__4.html +0 -38
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__porting__1__1__4__to__1__2__0.html +0 -39
- data/vendor/local/share/doc/flac-1.2.1/html/api/hierarchy.html +0 -87
- data/vendor/local/share/doc/flac-1.2.1/html/api/index.html +0 -57
- data/vendor/local/share/doc/flac-1.2.1/html/api/metadata_8h-source.html +0 -335
- data/vendor/local/share/doc/flac-1.2.1/html/api/metadata_8h.html +0 -283
- data/vendor/local/share/doc/flac-1.2.1/html/api/modules.html +0 -72
- data/vendor/local/share/doc/flac-1.2.1/html/api/ordinals_8h-source.html +0 -112
- data/vendor/local/share/doc/flac-1.2.1/html/api/stream__decoder_8h-source.html +0 -333
- data/vendor/local/share/doc/flac-1.2.1/html/api/stream__decoder_8h.html +0 -206
- data/vendor/local/share/doc/flac-1.2.1/html/api/stream__encoder_8h-source.html +0 -305
- data/vendor/local/share/doc/flac-1.2.1/html/api/stream__encoder_8h.html +0 -236
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____EntropyCodingMethod-members.html +0 -34
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____EntropyCodingMethod.html +0 -54
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____EntropyCodingMethod__PartitionedRice-members.html +0 -33
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____EntropyCodingMethod__PartitionedRice.html +0 -95
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____EntropyCodingMethod__PartitionedRiceContents-members.html +0 -34
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____EntropyCodingMethod__PartitionedRiceContents.html +0 -120
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Frame-members.html +0 -34
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Frame.html +0 -53
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____FrameFooter-members.html +0 -32
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____FrameFooter.html +0 -70
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____FrameHeader-members.html +0 -41
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____FrameHeader.html +0 -251
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____IOCallbacks-members.html +0 -37
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____IOCallbacks.html +0 -63
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamDecoder-members.html +0 -33
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamDecoder.html +0 -50
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamEncoder-members.html +0 -33
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamEncoder.html +0 -50
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata-members.html +0 -43
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata.html +0 -163
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__Application-members.html +0 -33
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__Application.html +0 -50
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__CueSheet-members.html +0 -36
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__CueSheet.html +0 -170
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__CueSheet__Index-members.html +0 -33
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__CueSheet__Index.html +0 -95
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__CueSheet__Track-members.html +0 -38
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__CueSheet__Track.html +0 -220
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__Padding-members.html +0 -32
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__Padding.html +0 -70
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__Picture-members.html +0 -40
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__Picture.html +0 -270
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__SeekPoint-members.html +0 -34
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__SeekPoint.html +0 -120
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__SeekTable-members.html +0 -33
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__SeekTable.html +0 -54
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__StreamInfo-members.html +0 -40
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__StreamInfo.html +0 -71
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__Unknown-members.html +0 -32
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__Unknown.html +0 -47
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__VorbisComment-members.html +0 -34
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__VorbisComment.html +0 -53
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__VorbisComment__Entry-members.html +0 -33
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__VorbisComment__Entry.html +0 -52
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Subframe-members.html +0 -38
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Subframe.html +0 -63
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Subframe__Constant-members.html +0 -32
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Subframe__Constant.html +0 -70
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Subframe__Fixed-members.html +0 -35
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Subframe__Fixed.html +0 -145
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Subframe__LPC-members.html +0 -38
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Subframe__LPC.html +0 -220
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Subframe__Verbatim-members.html +0 -32
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Subframe__Verbatim.html +0 -70
- data/vendor/local/share/doc/flac-1.2.1/html/changelog.html +0 -832
- data/vendor/local/share/doc/flac-1.2.1/html/comparison.html +0 -431
- data/vendor/local/share/doc/flac-1.2.1/html/comparison__chopin_prelude_24.html +0 -168
- data/vendor/local/share/doc/flac-1.2.1/html/comparison__dream_theater_600.html +0 -168
- data/vendor/local/share/doc/flac-1.2.1/html/comparison__eddie_warner_titus.html +0 -168
- data/vendor/local/share/doc/flac-1.2.1/html/comparison__fanfare_de_l_eventail_de_jeanne.html +0 -168
- data/vendor/local/share/doc/flac-1.2.1/html/comparison__gloria_estefan_conga.html +0 -168
- data/vendor/local/share/doc/flac-1.2.1/html/comparison__hand_in_my_pocket.html +0 -168
- data/vendor/local/share/doc/flac-1.2.1/html/comparison__l_sub_raga_sivapriya.html +0 -168
- data/vendor/local/share/doc/flac-1.2.1/html/comparison__laetatus_sum.html +0 -168
- data/vendor/local/share/doc/flac-1.2.1/html/comparison__mummified_in_barbed_wire.html +0 -168
- data/vendor/local/share/doc/flac-1.2.1/html/comparison__prokofiev_pcon3_3.html +0 -168
- data/vendor/local/share/doc/flac-1.2.1/html/comparison__ravel_sq4_4.html +0 -168
- data/vendor/local/share/doc/flac-1.2.1/html/comparison__scarlatti_k42.html +0 -168
- data/vendor/local/share/doc/flac-1.2.1/html/comparison__tool_forty_six_and_2.html +0 -168
- data/vendor/local/share/doc/flac-1.2.1/html/comparison__white_room.html +0 -168
- data/vendor/local/share/doc/flac-1.2.1/html/comparison_all_cpudectime.html +0 -165
- data/vendor/local/share/doc/flac-1.2.1/html/comparison_all_cpuenctime.html +0 -165
- data/vendor/local/share/doc/flac-1.2.1/html/comparison_all_procdectime.html +0 -165
- data/vendor/local/share/doc/flac-1.2.1/html/comparison_all_procenctime.html +0 -165
- data/vendor/local/share/doc/flac-1.2.1/html/comparison_all_ratio.html +0 -165
- data/vendor/local/share/doc/flac-1.2.1/html/developers.html +0 -141
- data/vendor/local/share/doc/flac-1.2.1/html/documentation.html +0 -105
- data/vendor/local/share/doc/flac-1.2.1/html/documentation_bugs.html +0 -101
- data/vendor/local/share/doc/flac-1.2.1/html/documentation_example_code.html +0 -81
- data/vendor/local/share/doc/flac-1.2.1/html/documentation_format_overview.html +0 -130
- data/vendor/local/share/doc/flac-1.2.1/html/documentation_tasks.html +0 -226
- data/vendor/local/share/doc/flac-1.2.1/html/documentation_tools.html +0 -92
- data/vendor/local/share/doc/flac-1.2.1/html/documentation_tools_flac.html +0 -1135
- data/vendor/local/share/doc/flac-1.2.1/html/documentation_tools_metaflac.html +0 -570
- data/vendor/local/share/doc/flac-1.2.1/html/documentation_tools_plugins.html +0 -94
- data/vendor/local/share/doc/flac-1.2.1/html/download.html +0 -284
- data/vendor/local/share/doc/flac-1.2.1/html/faq.html +0 -402
- data/vendor/local/share/doc/flac-1.2.1/html/features.html +0 -127
- data/vendor/local/share/doc/flac-1.2.1/html/flac.css +0 -191
- data/vendor/local/share/doc/flac-1.2.1/html/format.html +0 -1852
- data/vendor/local/share/doc/flac-1.2.1/html/id.html +0 -289
- data/vendor/local/share/doc/flac-1.2.1/html/index.html +0 -148
- data/vendor/local/share/doc/flac-1.2.1/html/itunes.html +0 -91
- data/vendor/local/share/doc/flac-1.2.1/html/license.html +0 -93
- data/vendor/local/share/doc/flac-1.2.1/html/links.html +0 -485
- data/vendor/local/share/doc/flac-1.2.1/html/news.html +0 -697
- data/vendor/local/share/doc/flac-1.2.1/html/ogg_mapping.html +0 -138
- data/vendor/local/share/doc/flac-1.2.1/html/ru/authors.html +0 -112
- data/vendor/local/share/doc/flac-1.2.1/html/ru/comparison.html +0 -864
- data/vendor/local/share/doc/flac-1.2.1/html/ru/developers.html +0 -109
- data/vendor/local/share/doc/flac-1.2.1/html/ru/documentation.html +0 -516
- data/vendor/local/share/doc/flac-1.2.1/html/ru/download.html +0 -109
- data/vendor/local/share/doc/flac-1.2.1/html/ru/features.html +0 -124
- data/vendor/local/share/doc/flac-1.2.1/html/ru/format.html +0 -1006
- data/vendor/local/share/doc/flac-1.2.1/html/ru/goals.html +0 -104
- data/vendor/local/share/doc/flac-1.2.1/html/ru/id.html +0 -128
- data/vendor/local/share/doc/flac-1.2.1/html/ru/index.html +0 -121
- data/vendor/local/share/doc/flac-1.2.1/html/ru/links.html +0 -124
- data/vendor/local/share/doc/flac-1.2.1/html/ru/news.html +0 -304
- data/vendor/local/share/doc/libogg-1.3.0/framing.html +0 -429
- data/vendor/local/share/doc/libogg-1.3.0/index.html +0 -105
- data/vendor/local/share/doc/libogg-1.3.0/ogg/bitpacking.html +0 -103
- data/vendor/local/share/doc/libogg-1.3.0/ogg/datastructures.html +0 -59
- data/vendor/local/share/doc/libogg-1.3.0/ogg/decoding.html +0 -104
- data/vendor/local/share/doc/libogg-1.3.0/ogg/encoding.html +0 -76
- data/vendor/local/share/doc/libogg-1.3.0/ogg/general.html +0 -109
- data/vendor/local/share/doc/libogg-1.3.0/ogg/index.html +0 -39
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_packet.html +0 -75
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_packet_clear.html +0 -64
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_page.html +0 -75
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_page_bos.html +0 -65
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_page_checksum_set.html +0 -62
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_page_continued.html +0 -64
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_page_eos.html +0 -65
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_page_granulepos.html +0 -65
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_page_packets.html +0 -75
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_page_pageno.html +0 -63
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_page_serialno.html +0 -63
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_page_version.html +0 -63
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_clear.html +0 -61
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_destroy.html +0 -71
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_eos.html +0 -62
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_flush.html +0 -67
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_init.html +0 -66
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_packetin.html +0 -72
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_packetout.html +0 -85
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_packetpeek.html +0 -85
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_pagein.html +0 -67
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_pageout.html +0 -84
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_pageout_fill.html +0 -89
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_reset.html +0 -61
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_reset_serialno.html +0 -67
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_state.html +0 -121
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_sync_buffer.html +0 -67
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_sync_clear.html +0 -62
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_sync_destroy.html +0 -68
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_sync_init.html +0 -63
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_sync_pageout.html +0 -77
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_sync_pageseek.html +0 -68
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_sync_reset.html +0 -63
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_sync_state.html +0 -77
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_sync_wrote.html +0 -73
- data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_adv.html +0 -64
- data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_adv1.html +0 -62
- data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_bits.html +0 -62
- data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_buffer.html +0 -66
- data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_bytes.html +0 -67
- data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_get_buffer.html +0 -62
- data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_look.html +0 -66
- data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_look1.html +0 -63
- data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_read.html +0 -65
- data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_read1.html +0 -63
- data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_readinit.html +0 -64
- data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_reset.html +0 -62
- data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_write.html +0 -68
- data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_writealign.html +0 -65
- data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_writeclear.html +0 -62
- data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_writecopy.html +0 -69
- data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_writeinit.html +0 -62
- data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_writetrunc.html +0 -65
- data/vendor/local/share/doc/libogg-1.3.0/ogg/overview.html +0 -44
- data/vendor/local/share/doc/libogg-1.3.0/ogg/reference.html +0 -98
- data/vendor/local/share/doc/libxml2-2.9.0/Copyright +0 -27
- data/vendor/local/share/doc/libxml2-2.9.0/examples/testHTML.c +0 -880
- data/vendor/local/share/doc/libxml2-2.9.0/examples/testSAX.c +0 -1198
- data/vendor/local/share/doc/libxml2-2.9.0/examples/testXPath.c +0 -229
- data/vendor/local/share/doc/libxml2-2.9.0/examples/xmllint.c +0 -3770
- data/vendor/local/share/doc/libxml2-2.9.0/html/DOM.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/FAQ.html +0 -282
- data/vendor/local/share/doc/libxml2-2.9.0/html/Libxml2-Logo-180x168.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/Libxml2-Logo-90x34.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/encoding.html +0 -207
- data/vendor/local/share/doc/libxml2-2.9.0/html/examples.xml +0 -751
- data/vendor/local/share/doc/libxml2-2.9.0/html/examples.xsl +0 -174
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/book1.html +0 -13
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/index.html +0 -13
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-DOCBparser.html +0 -51
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-HTMLparser.html +0 -184
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-HTMLtree.html +0 -73
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-SAX.html +0 -125
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-SAX2.html +0 -128
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-c14n.html +0 -38
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-catalog.html +0 -142
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-chvalid.html +0 -72
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-debugXML.html +0 -120
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-dict.html +0 -58
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-encoding.html +0 -124
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-entities.html +0 -79
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-globals.html +0 -152
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-hash.html +0 -116
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-lib.html +0 -13
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-list.html +0 -120
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-nanoftp.html +0 -94
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-nanohttp.html +0 -65
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-parser.html +0 -559
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-parserInternals.html +0 -322
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-pattern.html +0 -76
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-relaxng.html +0 -162
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-schemasInternals.html +0 -373
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-schematron.html +0 -81
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-threads.html +0 -72
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-tree.html +0 -989
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-uri.html +0 -73
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-valid.html +0 -289
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xinclude.html +0 -59
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xlink.html +0 -82
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlIO.html +0 -212
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlautomata.html +0 -85
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlerror.html +0 -864
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlexports.html +0 -20
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlmemory.html +0 -107
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlmodule.html +0 -38
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlreader.html +0 -330
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlregexp.html +0 -143
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlsave.html +0 -60
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlschemas.html +0 -185
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlschemastypes.html +0 -123
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlstring.html +0 -108
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlunicode.html +0 -512
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlversion.html +0 -62
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlwriter.html +0 -261
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xpath.html +0 -310
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xpathInternals.html +0 -394
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xpointer.html +0 -83
- data/vendor/local/share/doc/libxml2-2.9.0/html/index.html +0 -14
- data/vendor/local/share/doc/libxml2-2.9.0/html/io1.c +0 -166
- data/vendor/local/share/doc/libxml2-2.9.0/html/io1.res +0 -5
- data/vendor/local/share/doc/libxml2-2.9.0/html/io2.c +0 -58
- data/vendor/local/share/doc/libxml2-2.9.0/html/io2.res +0 -2
- data/vendor/local/share/doc/libxml2-2.9.0/html/libxml.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/parse1.c +0 -56
- data/vendor/local/share/doc/libxml2-2.9.0/html/parse2.c +0 -72
- data/vendor/local/share/doc/libxml2-2.9.0/html/parse3.c +0 -60
- data/vendor/local/share/doc/libxml2-2.9.0/html/parse4.c +0 -143
- data/vendor/local/share/doc/libxml2-2.9.0/html/reader1.c +0 -107
- data/vendor/local/share/doc/libxml2-2.9.0/html/reader1.res +0 -14
- data/vendor/local/share/doc/libxml2-2.9.0/html/reader2.c +0 -122
- data/vendor/local/share/doc/libxml2-2.9.0/html/reader3.c +0 -120
- data/vendor/local/share/doc/libxml2-2.9.0/html/reader3.res +0 -13
- data/vendor/local/share/doc/libxml2-2.9.0/html/reader4.c +0 -122
- data/vendor/local/share/doc/libxml2-2.9.0/html/reader4.res +0 -3
- data/vendor/local/share/doc/libxml2-2.9.0/html/redhat.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/smallfootonly.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/structure.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/test1.xml +0 -1
- data/vendor/local/share/doc/libxml2-2.9.0/html/test2.xml +0 -13
- data/vendor/local/share/doc/libxml2-2.9.0/html/test3.xml +0 -39
- data/vendor/local/share/doc/libxml2-2.9.0/html/testWriter.c +0 -1198
- data/vendor/local/share/doc/libxml2-2.9.0/html/tree1.c +0 -94
- data/vendor/local/share/doc/libxml2-2.9.0/html/tree1.res +0 -4
- data/vendor/local/share/doc/libxml2-2.9.0/html/tree2.c +0 -118
- data/vendor/local/share/doc/libxml2-2.9.0/html/tree2.res +0 -18
- data/vendor/local/share/doc/libxml2-2.9.0/html/tst.xml +0 -7
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apa.html +0 -8
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apb.html +0 -14
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apc.html +0 -82
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apd.html +0 -76
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ape.html +0 -78
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apf.html +0 -67
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apg.html +0 -75
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/aph.html +0 -76
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/api.html +0 -4
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s02.html +0 -14
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s03.html +0 -47
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s04.html +0 -54
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s05.html +0 -55
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s06.html +0 -35
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s07.html +0 -30
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s08.html +0 -38
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s09.html +0 -63
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/blank.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/1.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/10.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/2.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/3.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/4.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/5.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/6.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/7.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/8.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/9.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/caution.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/draft.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/home.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/important.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/next.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/note.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/prev.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/tip.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/toc-blank.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/toc-minus.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/toc-plus.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/up.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/warning.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includeaddattribute.c +0 -64
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includeaddkeyword.c +0 -75
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includeconvert.c +0 -73
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includegetattribute.c +0 -72
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includekeyword.c +0 -79
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includexpath.c +0 -74
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/index.html +0 -14
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ix01.html +0 -1
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/xmltutorial.pdf +0 -1336
- data/vendor/local/share/doc/libxml2-2.9.0/html/w3c.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/writer.xml +0 -2
- data/vendor/local/share/doc/libxml2-2.9.0/html/xml.html +0 -5715
- data/vendor/local/share/doc/libxml2-2.9.0/html/xpath1.c +0 -250
- data/vendor/local/share/doc/libxml2-2.9.0/html/xpath1.res +0 -5
- data/vendor/local/share/doc/libxml2-2.9.0/html/xpath2.c +0 -190
- data/vendor/local/share/doc/libxml2-2.9.0/html/xpath2.res +0 -30
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstBaseVideoCodec.html +0 -53
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstBaseVideoDecoder.html +0 -53
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstBaseVideoEncoder.html +0 -53
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstSurfaceBuffer.html +0 -53
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstSurfaceConverter.html +0 -159
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstVideoContextInterface.html +0 -752
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstbasevideoutils.html +0 -53
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/video.html +0 -53
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmultichannel.html +0 -292
- data/vendor/local/share/gtk-doc/html/libxml2/general.html +0 -38
- data/vendor/local/share/gtk-doc/html/libxml2/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/libxml2/index.html +0 -67
- data/vendor/local/share/gtk-doc/html/libxml2/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-DOCBparser.html +0 -138
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-HTMLparser.html +0 -373
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-HTMLtree.html +0 -172
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-SAX.html +0 -243
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-SAX2.html +0 -247
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-c14n.html +0 -91
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-catalog.html +0 -278
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-chvalid.html +0 -241
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-debugXML.html +0 -225
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-dict.html +0 -134
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-encoding.html +0 -218
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-entities.html +0 -166
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-globals.html +0 -383
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-hash.html +0 -214
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-list.html +0 -226
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-nanoftp.html +0 -187
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-nanohttp.html +0 -142
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-parser.html +0 -766
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-parserInternals.html +0 -688
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-pattern.html +0 -166
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-relaxng.html +0 -278
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-schemasInternals.html +0 -860
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-schematron.html +0 -166
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-threads.html +0 -161
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-tree.html +0 -1596
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-uri.html +0 -154
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-valid.html +0 -528
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xinclude.html +0 -169
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xlink.html +0 -160
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlIO.html +0 -347
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlautomata.html +0 -176
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlerror.html +0 -952
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlexports.html +0 -87
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlmemory.html +0 -186
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlmodule.html +0 -97
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlreader.html +0 -565
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlregexp.html +0 -280
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlsave.html +0 -133
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlschemas.html +0 -314
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlschemastypes.html +0 -237
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlstring.html +0 -217
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlunicode.html +0 -887
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlversion.html +0 -287
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlwriter.html +0 -479
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xpath.html +0 -532
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xpathInternals.html +0 -787
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xpointer.html +0 -171
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2.devhelp +0 -3569
- data/vendor/local/share/gtk-doc/html/libxml2/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/libxml2/style.css +0 -66
- data/vendor/local/share/gtk-doc/html/libxml2/up.png +0 -0
- data/vendor/local/share/man/man1/xml2-config.1 +0 -30
- data/vendor/local/share/man/man1/xmlcatalog.1 +0 -340
- data/vendor/local/share/man/man1/xmllint.1 +0 -427
- data/vendor/local/share/man/man3/libxml.3 +0 -71
- data/vendor/local/src/dieterv/packaging/libxml2_2.9.0-1_win32.log +0 -867
- data/vendor/local/src/dieterv/packaging/libxml2_2.9.0-1_win32.sh +0 -68
- data/vendor/local/src/tml/packaging/jpeg_8-1_win32.log +0 -248
- data/vendor/local/src/tml/packaging/jpeg_8-1_win32.sh +0 -44
- data/vendor/local/src/tml/packaging/libsoup_2.26.3-1_win32.log +0 -1518
- data/vendor/local/src/tml/packaging/libsoup_2.26.3-1_win32.sh +0 -60
@@ -10,9 +10,7 @@ and/or use gtk-doc annotations. -->
|
|
10
10
|
<include name="GstAudio" version="1.0"/>
|
11
11
|
<include name="GstTag" version="1.0"/>
|
12
12
|
<package name="gstreamer-riff-1.0"/>
|
13
|
-
<c:include name="gst/riff/riff
|
14
|
-
<c:include name="gst/riff/riff-media.h"/>
|
15
|
-
<c:include name="gst/riff/riff-read.h"/>
|
13
|
+
<c:include name="gst/riff/riff.h"/>
|
16
14
|
<namespace name="GstRiff"
|
17
15
|
version="1.0"
|
18
16
|
shared-library="libgstriff-1.0-0.dll"
|
@@ -889,27 +887,27 @@ and/or use gtk-doc annotations. -->
|
|
889
887
|
</return-value>
|
890
888
|
<parameters>
|
891
889
|
<parameter name="codec_fcc" transfer-ownership="none">
|
892
|
-
<doc xml:
|
890
|
+
<doc xml:space="preserve">fourCC codec for this codec.</doc>
|
893
891
|
<type name="guint32" c:type="guint32"/>
|
894
892
|
</parameter>
|
895
893
|
<parameter name="strh" transfer-ownership="none">
|
896
|
-
<doc xml:
|
894
|
+
<doc xml:space="preserve">pointer to the strh stream header structure.</doc>
|
897
895
|
<type c:type="gst_riff_strh*"/>
|
898
896
|
</parameter>
|
899
897
|
<parameter name="strf" transfer-ownership="none">
|
900
|
-
<doc xml:
|
898
|
+
<doc xml:space="preserve">pointer to the strf stream header structure, including any data that is within the range of strf.size, but excluding any additional data withint this chunk but outside strf.size.</doc>
|
901
899
|
<type c:type="gst_riff_strf_vids*"/>
|
902
900
|
</parameter>
|
903
901
|
<parameter name="strf_data" transfer-ownership="none">
|
904
|
-
<doc xml:
|
902
|
+
<doc xml:space="preserve">a #GstBuffer containing the additional data in the strf chunk outside reach of strf.size. Ususally a palette.</doc>
|
905
903
|
<type name="Gst.Buffer" c:type="GstBuffer*"/>
|
906
904
|
</parameter>
|
907
905
|
<parameter name="strd_data" transfer-ownership="none">
|
908
|
-
<doc xml:
|
906
|
+
<doc xml:space="preserve">a #GstBuffer containing the data in the strd stream header chunk. Usually codec initialization data.</doc>
|
909
907
|
<type name="Gst.Buffer" c:type="GstBuffer*"/>
|
910
908
|
</parameter>
|
911
909
|
<parameter name="codec_name" transfer-ownership="none">
|
912
|
-
<doc xml:
|
910
|
+
<doc xml:space="preserve">if given, will be filled with a human-readable codec name.</doc>
|
913
911
|
<type name="utf8" c:type="char**"/>
|
914
912
|
</parameter>
|
915
913
|
</parameters>
|
@@ -921,81 +919,81 @@ and/or use gtk-doc annotations. -->
|
|
921
919
|
</return-value>
|
922
920
|
</function>
|
923
921
|
<function name="riff_init" c:identifier="gst_riff_init">
|
924
|
-
<doc xml:
|
922
|
+
<doc xml:space="preserve">Initialize riff library.</doc>
|
925
923
|
<return-value transfer-ownership="none">
|
926
924
|
<type name="none" c:type="void"/>
|
927
925
|
</return-value>
|
928
926
|
</function>
|
929
927
|
<function name="riff_parse_chunk" c:identifier="gst_riff_parse_chunk">
|
930
|
-
<doc xml:
|
928
|
+
<doc xml:space="preserve">Reads a single chunk.</doc>
|
931
929
|
<return-value transfer-ownership="none">
|
932
|
-
<doc xml:
|
930
|
+
<doc xml:space="preserve">FALSE on error, TRUE otherwise</doc>
|
933
931
|
<type name="gboolean" c:type="gboolean"/>
|
934
932
|
</return-value>
|
935
933
|
<parameters>
|
936
934
|
<parameter name="element" transfer-ownership="none">
|
937
|
-
<doc xml:
|
935
|
+
<doc xml:space="preserve">caller element (used for debugging).</doc>
|
938
936
|
<type name="Gst.Element" c:type="GstElement*"/>
|
939
937
|
</parameter>
|
940
938
|
<parameter name="buf" transfer-ownership="none">
|
941
|
-
<doc xml:
|
939
|
+
<doc xml:space="preserve">input buffer.</doc>
|
942
940
|
<type name="Gst.Buffer" c:type="GstBuffer*"/>
|
943
941
|
</parameter>
|
944
942
|
<parameter name="offset" transfer-ownership="none">
|
945
|
-
<doc xml:
|
943
|
+
<doc xml:space="preserve">offset in the buffer in the caller. Is incremented by the read size by this function.</doc>
|
946
944
|
<type name="guint" c:type="guint*"/>
|
947
945
|
</parameter>
|
948
946
|
<parameter name="fourcc" transfer-ownership="none">
|
949
|
-
<doc xml:
|
947
|
+
<doc xml:space="preserve">fourcc (returned by this function0 of the chunk.</doc>
|
950
948
|
<type name="guint32" c:type="guint32*"/>
|
951
949
|
</parameter>
|
952
950
|
<parameter name="chunk_data" transfer-ownership="none">
|
953
|
-
<doc xml:
|
951
|
+
<doc xml:space="preserve">buffer (returned by the function) containing the chunk data, which may be NULL if chunksize == 0</doc>
|
954
952
|
<type name="Gst.Buffer" c:type="GstBuffer**"/>
|
955
953
|
</parameter>
|
956
954
|
</parameters>
|
957
955
|
</function>
|
958
956
|
<function name="riff_parse_file_header"
|
959
957
|
c:identifier="gst_riff_parse_file_header">
|
960
|
-
<doc xml:
|
958
|
+
<doc xml:space="preserve">Reads the first few bytes from the provided buffer, checks
|
961
959
|
if this stream is a RIFF stream, and determines document type.
|
962
960
|
This function takes ownership of @buf so it should not be used anymore
|
963
961
|
after calling this function.</doc>
|
964
962
|
<return-value transfer-ownership="none">
|
965
|
-
<doc xml:
|
963
|
+
<doc xml:space="preserve">FALSE if this is not a RIFF stream (in which case the caller should error out; we already throw an error), or TRUE if it is.</doc>
|
966
964
|
<type name="gboolean" c:type="gboolean"/>
|
967
965
|
</return-value>
|
968
966
|
<parameters>
|
969
967
|
<parameter name="element" transfer-ownership="none">
|
970
|
-
<doc xml:
|
968
|
+
<doc xml:space="preserve">caller element (used for debugging/error).</doc>
|
971
969
|
<type name="Gst.Element" c:type="GstElement*"/>
|
972
970
|
</parameter>
|
973
971
|
<parameter name="buf" transfer-ownership="none">
|
974
|
-
<doc xml:
|
972
|
+
<doc xml:space="preserve">input buffer from which the file header will be parsed, should be at least 12 bytes long.</doc>
|
975
973
|
<type name="Gst.Buffer" c:type="GstBuffer*"/>
|
976
974
|
</parameter>
|
977
975
|
<parameter name="doctype" transfer-ownership="none">
|
978
|
-
<doc xml:
|
976
|
+
<doc xml:space="preserve">a fourcc (returned by this function) to indicate the type of document (according to the header).</doc>
|
979
977
|
<type name="guint32" c:type="guint32*"/>
|
980
978
|
</parameter>
|
981
979
|
</parameters>
|
982
980
|
</function>
|
983
981
|
<function name="riff_parse_info" c:identifier="gst_riff_parse_info">
|
984
|
-
<doc xml:
|
982
|
+
<doc xml:space="preserve">Parses stream metadata from input data.</doc>
|
985
983
|
<return-value transfer-ownership="none">
|
986
984
|
<type name="none" c:type="void"/>
|
987
985
|
</return-value>
|
988
986
|
<parameters>
|
989
987
|
<parameter name="element" transfer-ownership="none">
|
990
|
-
<doc xml:
|
988
|
+
<doc xml:space="preserve">caller element (used for debugging/error).</doc>
|
991
989
|
<type name="Gst.Element" c:type="GstElement*"/>
|
992
990
|
</parameter>
|
993
991
|
<parameter name="buf" transfer-ownership="none">
|
994
|
-
<doc xml:
|
992
|
+
<doc xml:space="preserve">input data to be used for parsing, stripped from header.</doc>
|
995
993
|
<type name="Gst.Buffer" c:type="GstBuffer*"/>
|
996
994
|
</parameter>
|
997
995
|
<parameter name="taglist" transfer-ownership="none">
|
998
|
-
<doc xml:
|
996
|
+
<doc xml:space="preserve">a pointer to a taglist (returned by this function) containing information about this stream. May be NULL if no supported tags were found.</doc>
|
999
997
|
<type name="Gst.TagList" c:type="GstTagList**"/>
|
1000
998
|
</parameter>
|
1001
999
|
</parameters>
|
@@ -1003,28 +1001,28 @@ after calling this function.</doc>
|
|
1003
1001
|
<function name="riff_parse_strf_auds"
|
1004
1002
|
c:identifier="gst_riff_parse_strf_auds"
|
1005
1003
|
introspectable="0">
|
1006
|
-
<doc xml:
|
1004
|
+
<doc xml:space="preserve">Parses an audio stream´s strf structure plus optionally some
|
1007
1005
|
extradata from input data. This function takes ownership of @buf.
|
1008
1006
|
use.</doc>
|
1009
1007
|
<return-value transfer-ownership="none">
|
1010
|
-
<doc xml:
|
1008
|
+
<doc xml:space="preserve">TRUE if parsing succeeded, otherwise FALSE. The stream should be skipped on error, but it is not fatal.</doc>
|
1011
1009
|
<type name="gboolean" c:type="gboolean"/>
|
1012
1010
|
</return-value>
|
1013
1011
|
<parameters>
|
1014
1012
|
<parameter name="element" transfer-ownership="none">
|
1015
|
-
<doc xml:
|
1013
|
+
<doc xml:space="preserve">caller element (used for debugging/error).</doc>
|
1016
1014
|
<type name="Gst.Element" c:type="GstElement*"/>
|
1017
1015
|
</parameter>
|
1018
1016
|
<parameter name="buf" transfer-ownership="none">
|
1019
|
-
<doc xml:
|
1017
|
+
<doc xml:space="preserve">input data to be used for parsing, stripped from header.</doc>
|
1020
1018
|
<type name="Gst.Buffer" c:type="GstBuffer*"/>
|
1021
1019
|
</parameter>
|
1022
1020
|
<parameter name="strf" transfer-ownership="none">
|
1023
|
-
<doc xml:
|
1021
|
+
<doc xml:space="preserve">a pointer (returned by this function) to a filled-in strf/auds structure. Caller should free it.</doc>
|
1024
1022
|
<type c:type="gst_riff_strf_auds**"/>
|
1025
1023
|
</parameter>
|
1026
1024
|
<parameter name="data" transfer-ownership="none">
|
1027
|
-
<doc xml:
|
1025
|
+
<doc xml:space="preserve">a pointer (returned by this function) to a buffer containing extradata for this particular stream (e.g. codec initialization data).</doc>
|
1028
1026
|
<type name="Gst.Buffer" c:type="GstBuffer**"/>
|
1029
1027
|
</parameter>
|
1030
1028
|
</parameters>
|
@@ -1032,28 +1030,28 @@ use.</doc>
|
|
1032
1030
|
<function name="riff_parse_strf_iavs"
|
1033
1031
|
c:identifier="gst_riff_parse_strf_iavs"
|
1034
1032
|
introspectable="0">
|
1035
|
-
<doc xml:
|
1033
|
+
<doc xml:space="preserve">Parses a interleaved (also known as "complex") stream´s strf
|
1036
1034
|
structure plus optionally some extradata from input data. This
|
1037
1035
|
function takes ownership of @buf.</doc>
|
1038
1036
|
<return-value transfer-ownership="none">
|
1039
|
-
<doc xml:
|
1037
|
+
<doc xml:space="preserve">TRUE if parsing succeeded, otherwise FALSE.</doc>
|
1040
1038
|
<type name="gboolean" c:type="gboolean"/>
|
1041
1039
|
</return-value>
|
1042
1040
|
<parameters>
|
1043
1041
|
<parameter name="element" transfer-ownership="none">
|
1044
|
-
<doc xml:
|
1042
|
+
<doc xml:space="preserve">caller element (used for debugging/error).</doc>
|
1045
1043
|
<type name="Gst.Element" c:type="GstElement*"/>
|
1046
1044
|
</parameter>
|
1047
1045
|
<parameter name="buf" transfer-ownership="none">
|
1048
|
-
<doc xml:
|
1046
|
+
<doc xml:space="preserve">input data to be used for parsing, stripped from header.</doc>
|
1049
1047
|
<type name="Gst.Buffer" c:type="GstBuffer*"/>
|
1050
1048
|
</parameter>
|
1051
1049
|
<parameter name="strf" transfer-ownership="none">
|
1052
|
-
<doc xml:
|
1050
|
+
<doc xml:space="preserve">a pointer (returned by this function) to a filled-in strf/iavs structure. Caller should free it.</doc>
|
1053
1051
|
<type c:type="gst_riff_strf_iavs**"/>
|
1054
1052
|
</parameter>
|
1055
1053
|
<parameter name="data" transfer-ownership="none">
|
1056
|
-
<doc xml:
|
1054
|
+
<doc xml:space="preserve">a pointer (returned by this function) to a buffer containing extradata for this particular stream (e.g. codec initialization data).</doc>
|
1057
1055
|
<type name="Gst.Buffer" c:type="GstBuffer**"/>
|
1058
1056
|
</parameter>
|
1059
1057
|
</parameters>
|
@@ -1061,27 +1059,27 @@ function takes ownership of @buf.</doc>
|
|
1061
1059
|
<function name="riff_parse_strf_vids"
|
1062
1060
|
c:identifier="gst_riff_parse_strf_vids"
|
1063
1061
|
introspectable="0">
|
1064
|
-
<doc xml:
|
1062
|
+
<doc xml:space="preserve">Parses a video stream´s strf structure plus optionally some
|
1065
1063
|
extradata from input data. This function takes ownership of @buf.</doc>
|
1066
1064
|
<return-value transfer-ownership="none">
|
1067
|
-
<doc xml:
|
1065
|
+
<doc xml:space="preserve">TRUE if parsing succeeded, otherwise FALSE. The stream should be skipped on error, but it is not fatal.</doc>
|
1068
1066
|
<type name="gboolean" c:type="gboolean"/>
|
1069
1067
|
</return-value>
|
1070
1068
|
<parameters>
|
1071
1069
|
<parameter name="element" transfer-ownership="none">
|
1072
|
-
<doc xml:
|
1070
|
+
<doc xml:space="preserve">caller element (used for debugging/error).</doc>
|
1073
1071
|
<type name="Gst.Element" c:type="GstElement*"/>
|
1074
1072
|
</parameter>
|
1075
1073
|
<parameter name="buf" transfer-ownership="none">
|
1076
|
-
<doc xml:
|
1074
|
+
<doc xml:space="preserve">input data to be used for parsing, stripped from header.</doc>
|
1077
1075
|
<type name="Gst.Buffer" c:type="GstBuffer*"/>
|
1078
1076
|
</parameter>
|
1079
1077
|
<parameter name="strf" transfer-ownership="none">
|
1080
|
-
<doc xml:
|
1078
|
+
<doc xml:space="preserve">a pointer (returned by this function) to a filled-in strf/vids structure. Caller should free it.</doc>
|
1081
1079
|
<type c:type="gst_riff_strf_vids**"/>
|
1082
1080
|
</parameter>
|
1083
1081
|
<parameter name="data" transfer-ownership="none">
|
1084
|
-
<doc xml:
|
1082
|
+
<doc xml:space="preserve">a pointer (returned by this function) to a buffer containing extradata for this particular stream (e.g. palette, codec initialization data).</doc>
|
1085
1083
|
<type name="Gst.Buffer" c:type="GstBuffer**"/>
|
1086
1084
|
</parameter>
|
1087
1085
|
</parameters>
|
@@ -1089,52 +1087,52 @@ extradata from input data. This function takes ownership of @buf.</doc>
|
|
1089
1087
|
<function name="riff_parse_strh"
|
1090
1088
|
c:identifier="gst_riff_parse_strh"
|
1091
1089
|
introspectable="0">
|
1092
|
-
<doc xml:
|
1090
|
+
<doc xml:space="preserve">Parses a strh structure from input data. Takes ownership of @buf.</doc>
|
1093
1091
|
<return-value transfer-ownership="none">
|
1094
|
-
<doc xml:
|
1092
|
+
<doc xml:space="preserve">TRUE if parsing succeeded, otherwise FALSE. The stream should be skipped on error, but it is not fatal.</doc>
|
1095
1093
|
<type name="gboolean" c:type="gboolean"/>
|
1096
1094
|
</return-value>
|
1097
1095
|
<parameters>
|
1098
1096
|
<parameter name="element" transfer-ownership="none">
|
1099
|
-
<doc xml:
|
1097
|
+
<doc xml:space="preserve">caller element (used for debugging/error).</doc>
|
1100
1098
|
<type name="Gst.Element" c:type="GstElement*"/>
|
1101
1099
|
</parameter>
|
1102
1100
|
<parameter name="buf" transfer-ownership="none">
|
1103
|
-
<doc xml:
|
1101
|
+
<doc xml:space="preserve">input data to be used for parsing, stripped from header.</doc>
|
1104
1102
|
<type name="Gst.Buffer" c:type="GstBuffer*"/>
|
1105
1103
|
</parameter>
|
1106
1104
|
<parameter name="strh" transfer-ownership="none">
|
1107
|
-
<doc xml:
|
1105
|
+
<doc xml:space="preserve">a pointer (returned by this function) to a filled-in strh structure. Caller should free it.</doc>
|
1108
1106
|
<type c:type="gst_riff_strh**"/>
|
1109
1107
|
</parameter>
|
1110
1108
|
</parameters>
|
1111
1109
|
</function>
|
1112
1110
|
<function name="riff_read_chunk" c:identifier="gst_riff_read_chunk">
|
1113
|
-
<doc xml:
|
1111
|
+
<doc xml:space="preserve">Reads a single chunk of data. 'JUNK' chunks are skipped
|
1114
1112
|
automatically.</doc>
|
1115
1113
|
<return-value transfer-ownership="none">
|
1116
|
-
<doc xml:
|
1114
|
+
<doc xml:space="preserve">flow status.</doc>
|
1117
1115
|
<type name="Gst.FlowReturn" c:type="GstFlowReturn"/>
|
1118
1116
|
</return-value>
|
1119
1117
|
<parameters>
|
1120
1118
|
<parameter name="element" transfer-ownership="none">
|
1121
|
-
<doc xml:
|
1119
|
+
<doc xml:space="preserve">caller element (used for debugging).</doc>
|
1122
1120
|
<type name="Gst.Element" c:type="GstElement*"/>
|
1123
1121
|
</parameter>
|
1124
1122
|
<parameter name="pad" transfer-ownership="none">
|
1125
|
-
<doc xml:
|
1123
|
+
<doc xml:space="preserve">pad to pull data from.</doc>
|
1126
1124
|
<type name="Gst.Pad" c:type="GstPad*"/>
|
1127
1125
|
</parameter>
|
1128
1126
|
<parameter name="offset" transfer-ownership="none">
|
1129
|
-
<doc xml:
|
1127
|
+
<doc xml:space="preserve">offset to pull from, incremented by this function.</doc>
|
1130
1128
|
<type name="guint64" c:type="guint64*"/>
|
1131
1129
|
</parameter>
|
1132
1130
|
<parameter name="tag" transfer-ownership="none">
|
1133
|
-
<doc xml:
|
1131
|
+
<doc xml:space="preserve">fourcc of the chunk (returned by this function).</doc>
|
1134
1132
|
<type name="guint32" c:type="guint32*"/>
|
1135
1133
|
</parameter>
|
1136
1134
|
<parameter name="chunk_data" transfer-ownership="none">
|
1137
|
-
<doc xml:
|
1135
|
+
<doc xml:space="preserve">buffer (returned by this function).</doc>
|
1138
1136
|
<type name="Gst.Buffer" c:type="GstBuffer**"/>
|
1139
1137
|
</parameter>
|
1140
1138
|
</parameters>
|
@@ -9,19 +9,14 @@ and/or use gtk-doc annotations. -->
|
|
9
9
|
<include name="Gst" version="1.0"/>
|
10
10
|
<include name="GstBase" version="1.0"/>
|
11
11
|
<package name="gstreamer-rtp-1.0"/>
|
12
|
-
<c:include name="gst/rtp/
|
13
|
-
<c:include name="gst/rtp/gstrtpbaseaudiopayload.h"/>
|
14
|
-
<c:include name="gst/rtp/gstrtpbasedepayload.h"/>
|
15
|
-
<c:include name="gst/rtp/gstrtpbasepayload.h"/>
|
16
|
-
<c:include name="gst/rtp/gstrtpbuffer.h"/>
|
17
|
-
<c:include name="gst/rtp/gstrtppayloads.h"/>
|
12
|
+
<c:include name="gst/rtp/rtp.h"/>
|
18
13
|
<namespace name="GstRtp"
|
19
14
|
version="1.0"
|
20
15
|
shared-library="libgstrtp-1.0-0.dll"
|
21
16
|
c:identifier-prefixes="Gst"
|
22
17
|
c:symbol-prefixes="gst">
|
23
18
|
<record name="RTCPBuffer" c:type="GstRTCPBuffer">
|
24
|
-
<doc xml:
|
19
|
+
<doc xml:space="preserve">Note: The API in this module is not yet declared stable.
|
25
20
|
|
26
21
|
<refsect2>
|
27
22
|
<para>
|
@@ -45,62 +40,62 @@ Last reviewed on 2007-03-26 (0.10.13)</doc>
|
|
45
40
|
<type name="Gst.MapInfo" c:type="GstMapInfo"/>
|
46
41
|
</field>
|
47
42
|
<method name="add_packet" c:identifier="gst_rtcp_buffer_add_packet">
|
48
|
-
<doc xml:
|
43
|
+
<doc xml:space="preserve">Add a new packet of @type to @rtcp. @packet will point to the newly created
|
49
44
|
packet.</doc>
|
50
45
|
<return-value transfer-ownership="none">
|
51
|
-
<doc xml:
|
46
|
+
<doc xml:space="preserve">%TRUE if the packet could be created. This function returns %FALSE if the max mtu is exceeded for the buffer.</doc>
|
52
47
|
<type name="gboolean" c:type="gboolean"/>
|
53
48
|
</return-value>
|
54
49
|
<parameters>
|
55
50
|
<instance-parameter name="rtcp" transfer-ownership="none">
|
56
|
-
<doc xml:
|
51
|
+
<doc xml:space="preserve">a valid RTCP buffer</doc>
|
57
52
|
<type name="RTCPBuffer" c:type="GstRTCPBuffer*"/>
|
58
53
|
</instance-parameter>
|
59
54
|
<parameter name="type" transfer-ownership="none">
|
60
|
-
<doc xml:
|
55
|
+
<doc xml:space="preserve">the #GstRTCPType of the new packet</doc>
|
61
56
|
<type name="RTCPType" c:type="GstRTCPType"/>
|
62
57
|
</parameter>
|
63
58
|
<parameter name="packet" transfer-ownership="none">
|
64
|
-
<doc xml:
|
59
|
+
<doc xml:space="preserve">pointer to new packet</doc>
|
65
60
|
<type name="RTCPPacket" c:type="GstRTCPPacket*"/>
|
66
61
|
</parameter>
|
67
62
|
</parameters>
|
68
63
|
</method>
|
69
64
|
<method name="get_first_packet"
|
70
65
|
c:identifier="gst_rtcp_buffer_get_first_packet">
|
71
|
-
<doc xml:
|
66
|
+
<doc xml:space="preserve">Initialize a new #GstRTCPPacket pointer that points to the first packet in
|
72
67
|
@rtcp.</doc>
|
73
68
|
<return-value transfer-ownership="none">
|
74
|
-
<doc xml:
|
69
|
+
<doc xml:space="preserve">TRUE if the packet existed in @rtcp.</doc>
|
75
70
|
<type name="gboolean" c:type="gboolean"/>
|
76
71
|
</return-value>
|
77
72
|
<parameters>
|
78
73
|
<instance-parameter name="rtcp" transfer-ownership="none">
|
79
|
-
<doc xml:
|
74
|
+
<doc xml:space="preserve">a valid RTCP buffer</doc>
|
80
75
|
<type name="RTCPBuffer" c:type="GstRTCPBuffer*"/>
|
81
76
|
</instance-parameter>
|
82
77
|
<parameter name="packet" transfer-ownership="none">
|
83
|
-
<doc xml:
|
78
|
+
<doc xml:space="preserve">a #GstRTCPPacket</doc>
|
84
79
|
<type name="RTCPPacket" c:type="GstRTCPPacket*"/>
|
85
80
|
</parameter>
|
86
81
|
</parameters>
|
87
82
|
</method>
|
88
83
|
<method name="get_packet_count"
|
89
84
|
c:identifier="gst_rtcp_buffer_get_packet_count">
|
90
|
-
<doc xml:
|
85
|
+
<doc xml:space="preserve">Get the number of RTCP packets in @rtcp.</doc>
|
91
86
|
<return-value transfer-ownership="none">
|
92
|
-
<doc xml:
|
87
|
+
<doc xml:space="preserve">the number of RTCP packets in @rtcp.</doc>
|
93
88
|
<type name="guint" c:type="guint"/>
|
94
89
|
</return-value>
|
95
90
|
<parameters>
|
96
91
|
<instance-parameter name="rtcp" transfer-ownership="none">
|
97
|
-
<doc xml:
|
92
|
+
<doc xml:space="preserve">a valid RTCP buffer</doc>
|
98
93
|
<type name="RTCPBuffer" c:type="GstRTCPBuffer*"/>
|
99
94
|
</instance-parameter>
|
100
95
|
</parameters>
|
101
96
|
</method>
|
102
97
|
<method name="unmap" c:identifier="gst_rtcp_buffer_unmap">
|
103
|
-
<doc xml:
|
98
|
+
<doc xml:space="preserve">Finish @rtcp after being constructured. This function is usually called
|
104
99
|
after gst_rtcp_buffer_map() and after adding the RTCP items to the new buffer.
|
105
100
|
|
106
101
|
The function adjusts the size of @rtcp with the total length of all the
|
@@ -110,193 +105,197 @@ added packets.</doc>
|
|
110
105
|
</return-value>
|
111
106
|
<parameters>
|
112
107
|
<instance-parameter name="rtcp" transfer-ownership="none">
|
113
|
-
<doc xml:
|
108
|
+
<doc xml:space="preserve">a buffer with an RTCP packet</doc>
|
114
109
|
<type name="RTCPBuffer" c:type="GstRTCPBuffer*"/>
|
115
110
|
</instance-parameter>
|
116
111
|
</parameters>
|
117
112
|
</method>
|
118
113
|
<function name="map" c:identifier="gst_rtcp_buffer_map">
|
119
|
-
<doc xml:
|
114
|
+
<doc xml:space="preserve">Open @buffer for reading or writing, depending on @flags. The resulting RTCP
|
120
115
|
buffer state is stored in @rtcp.</doc>
|
121
116
|
<return-value transfer-ownership="none">
|
122
117
|
<type name="gboolean" c:type="gboolean"/>
|
123
118
|
</return-value>
|
124
119
|
<parameters>
|
125
120
|
<parameter name="buffer" transfer-ownership="none">
|
126
|
-
<doc xml:
|
121
|
+
<doc xml:space="preserve">a buffer with an RTCP packet</doc>
|
127
122
|
<type name="Gst.Buffer" c:type="GstBuffer*"/>
|
128
123
|
</parameter>
|
129
124
|
<parameter name="flags" transfer-ownership="none">
|
130
|
-
<doc xml:
|
125
|
+
<doc xml:space="preserve">flags for the mapping</doc>
|
131
126
|
<type name="Gst.MapFlags" c:type="GstMapFlags"/>
|
132
127
|
</parameter>
|
133
128
|
<parameter name="rtcp" transfer-ownership="none">
|
134
|
-
<doc xml:
|
129
|
+
<doc xml:space="preserve">resulting #GstRTCPBuffer</doc>
|
135
130
|
<type name="RTCPBuffer" c:type="GstRTCPBuffer*"/>
|
136
131
|
</parameter>
|
137
132
|
</parameters>
|
138
133
|
</function>
|
139
134
|
<function name="new" c:identifier="gst_rtcp_buffer_new">
|
140
|
-
<doc xml:
|
135
|
+
<doc xml:space="preserve">Create a new buffer for constructing RTCP packets. The packet will have a
|
141
136
|
maximum size of @mtu.</doc>
|
142
137
|
<return-value transfer-ownership="full">
|
143
|
-
<doc xml:
|
138
|
+
<doc xml:space="preserve">A newly allocated buffer.</doc>
|
144
139
|
<type name="Gst.Buffer" c:type="GstBuffer*"/>
|
145
140
|
</return-value>
|
146
141
|
<parameters>
|
147
142
|
<parameter name="mtu" transfer-ownership="none">
|
148
|
-
<doc xml:
|
143
|
+
<doc xml:space="preserve">the maximum mtu size.</doc>
|
149
144
|
<type name="guint" c:type="guint"/>
|
150
145
|
</parameter>
|
151
146
|
</parameters>
|
152
147
|
</function>
|
153
148
|
<function name="new_copy_data"
|
154
149
|
c:identifier="gst_rtcp_buffer_new_copy_data">
|
155
|
-
<doc xml:
|
150
|
+
<doc xml:space="preserve">Create a new buffer and set the data to a copy of @len
|
156
151
|
bytes of @data and the size to @len. The data will be freed when the buffer
|
157
152
|
is freed.</doc>
|
158
153
|
<return-value transfer-ownership="full">
|
159
|
-
<doc xml:
|
154
|
+
<doc xml:space="preserve">A newly allocated buffer with a copy of @data and of size @len.</doc>
|
160
155
|
<type name="Gst.Buffer" c:type="GstBuffer*"/>
|
161
156
|
</return-value>
|
162
157
|
<parameters>
|
163
158
|
<parameter name="data" transfer-ownership="none">
|
164
|
-
<doc xml:
|
159
|
+
<doc xml:space="preserve">data for the new buffer</doc>
|
165
160
|
<array length="1" zero-terminated="0" c:type="gpointer">
|
166
161
|
<type name="guint8"/>
|
167
162
|
</array>
|
168
163
|
</parameter>
|
169
164
|
<parameter name="len" transfer-ownership="none">
|
170
|
-
<doc xml:
|
165
|
+
<doc xml:space="preserve">the length of data</doc>
|
171
166
|
<type name="guint" c:type="guint"/>
|
172
167
|
</parameter>
|
173
168
|
</parameters>
|
174
169
|
</function>
|
175
170
|
<function name="new_take_data"
|
176
171
|
c:identifier="gst_rtcp_buffer_new_take_data">
|
177
|
-
<doc xml:
|
172
|
+
<doc xml:space="preserve">Create a new buffer and set the data and size of the buffer to @data and @len
|
178
173
|
respectively. @data will be freed when the buffer is unreffed, so this
|
179
174
|
function transfers ownership of @data to the new buffer.</doc>
|
180
175
|
<return-value transfer-ownership="full">
|
181
|
-
<doc xml:
|
176
|
+
<doc xml:space="preserve">A newly allocated buffer with @data and of size @len.</doc>
|
182
177
|
<type name="Gst.Buffer" c:type="GstBuffer*"/>
|
183
178
|
</return-value>
|
184
179
|
<parameters>
|
185
180
|
<parameter name="data" transfer-ownership="none">
|
186
|
-
<doc xml:
|
181
|
+
<doc xml:space="preserve">data for the new buffer</doc>
|
187
182
|
<array length="1" zero-terminated="0" c:type="gpointer">
|
188
183
|
<type name="guint8"/>
|
189
184
|
</array>
|
190
185
|
</parameter>
|
191
186
|
<parameter name="len" transfer-ownership="none">
|
192
|
-
<doc xml:
|
187
|
+
<doc xml:space="preserve">the length of data</doc>
|
193
188
|
<type name="guint" c:type="guint"/>
|
194
189
|
</parameter>
|
195
190
|
</parameters>
|
196
191
|
</function>
|
197
192
|
<function name="validate" c:identifier="gst_rtcp_buffer_validate">
|
198
|
-
<doc xml:
|
193
|
+
<doc xml:space="preserve">Check if the data pointed to by @buffer is a valid RTCP packet using
|
199
194
|
gst_rtcp_buffer_validate_data().</doc>
|
200
195
|
<return-value transfer-ownership="none">
|
201
|
-
<doc xml:
|
196
|
+
<doc xml:space="preserve">TRUE if @buffer is a valid RTCP packet.</doc>
|
202
197
|
<type name="gboolean" c:type="gboolean"/>
|
203
198
|
</return-value>
|
204
199
|
<parameters>
|
205
200
|
<parameter name="buffer" transfer-ownership="none">
|
206
|
-
<doc xml:
|
201
|
+
<doc xml:space="preserve">the buffer to validate</doc>
|
207
202
|
<type name="Gst.Buffer" c:type="GstBuffer*"/>
|
208
203
|
</parameter>
|
209
204
|
</parameters>
|
210
205
|
</function>
|
211
206
|
<function name="validate_data"
|
212
207
|
c:identifier="gst_rtcp_buffer_validate_data">
|
213
|
-
<doc xml:
|
208
|
+
<doc xml:space="preserve">Check if the @data and @size point to the data of a valid RTCP (compound)
|
214
209
|
packet.
|
215
210
|
Use this function to validate a packet before using the other functions in
|
216
211
|
this module.</doc>
|
217
212
|
<return-value transfer-ownership="none">
|
218
|
-
<doc xml:
|
213
|
+
<doc xml:space="preserve">TRUE if the data points to a valid RTCP packet.</doc>
|
219
214
|
<type name="gboolean" c:type="gboolean"/>
|
220
215
|
</return-value>
|
221
216
|
<parameters>
|
222
217
|
<parameter name="data" transfer-ownership="none">
|
223
|
-
<doc xml:
|
218
|
+
<doc xml:space="preserve">the data to validate</doc>
|
224
219
|
<array length="1" zero-terminated="0" c:type="guint8*">
|
225
220
|
<type name="guint8" c:type="guint8"/>
|
226
221
|
</array>
|
227
222
|
</parameter>
|
228
223
|
<parameter name="len" transfer-ownership="none">
|
229
|
-
<doc xml:
|
224
|
+
<doc xml:space="preserve">the length of @data to validate</doc>
|
230
225
|
<type name="guint" c:type="guint"/>
|
231
226
|
</parameter>
|
232
227
|
</parameters>
|
233
228
|
</function>
|
234
229
|
</record>
|
235
230
|
<enumeration name="RTCPFBType" c:type="GstRTCPFBType">
|
236
|
-
<doc xml:
|
231
|
+
<doc xml:space="preserve">Different types of feedback messages.</doc>
|
237
232
|
<member name="fb_type_invalid"
|
238
233
|
value="0"
|
239
234
|
c:identifier="GST_RTCP_FB_TYPE_INVALID">
|
240
|
-
<doc xml:
|
235
|
+
<doc xml:space="preserve">Invalid type</doc>
|
241
236
|
</member>
|
242
237
|
<member name="rtpfb_type_nack"
|
243
238
|
value="1"
|
244
239
|
c:identifier="GST_RTCP_RTPFB_TYPE_NACK">
|
245
|
-
<doc xml:
|
240
|
+
<doc xml:space="preserve">Generic NACK</doc>
|
246
241
|
</member>
|
247
242
|
<member name="rtpfb_type_tmmbr"
|
248
243
|
value="3"
|
249
244
|
c:identifier="GST_RTCP_RTPFB_TYPE_TMMBR">
|
250
|
-
<doc xml:
|
245
|
+
<doc xml:space="preserve">Temporary Maximum Media Stream Bit Rate Request</doc>
|
251
246
|
</member>
|
252
247
|
<member name="rtpfb_type_tmmbn"
|
253
248
|
value="4"
|
254
249
|
c:identifier="GST_RTCP_RTPFB_TYPE_TMMBN">
|
255
|
-
<doc xml:
|
250
|
+
<doc xml:space="preserve">Temporary Maximum Media Stream Bit Rate Notification</doc>
|
251
|
+
</member>
|
252
|
+
<member name="rtpfb_type_rctp_sr_req"
|
253
|
+
value="5"
|
254
|
+
c:identifier="GST_RTCP_RTPFB_TYPE_RCTP_SR_REQ">
|
256
255
|
</member>
|
257
256
|
<member name="psfb_type_pli"
|
258
257
|
value="1"
|
259
258
|
c:identifier="GST_RTCP_PSFB_TYPE_PLI">
|
260
|
-
<doc xml:
|
259
|
+
<doc xml:space="preserve">Picture Loss Indication</doc>
|
261
260
|
</member>
|
262
261
|
<member name="psfb_type_sli"
|
263
262
|
value="2"
|
264
263
|
c:identifier="GST_RTCP_PSFB_TYPE_SLI">
|
265
|
-
<doc xml:
|
264
|
+
<doc xml:space="preserve">Slice Loss Indication</doc>
|
266
265
|
</member>
|
267
266
|
<member name="psfb_type_rpsi"
|
268
267
|
value="3"
|
269
268
|
c:identifier="GST_RTCP_PSFB_TYPE_RPSI">
|
270
|
-
<doc xml:
|
269
|
+
<doc xml:space="preserve">Reference Picture Selection Indication</doc>
|
271
270
|
</member>
|
272
271
|
<member name="psfb_type_afb"
|
273
272
|
value="15"
|
274
273
|
c:identifier="GST_RTCP_PSFB_TYPE_AFB">
|
275
|
-
<doc xml:
|
274
|
+
<doc xml:space="preserve">Application layer Feedback</doc>
|
276
275
|
</member>
|
277
276
|
<member name="psfb_type_fir"
|
278
277
|
value="4"
|
279
278
|
c:identifier="GST_RTCP_PSFB_TYPE_FIR">
|
280
|
-
<doc xml:
|
279
|
+
<doc xml:space="preserve">Full Intra Request Command</doc>
|
281
280
|
</member>
|
282
281
|
<member name="psfb_type_tstr"
|
283
282
|
value="5"
|
284
283
|
c:identifier="GST_RTCP_PSFB_TYPE_TSTR">
|
285
|
-
<doc xml:
|
284
|
+
<doc xml:space="preserve">Temporal-Spatial Trade-off Request</doc>
|
286
285
|
</member>
|
287
286
|
<member name="psfb_type_tstn"
|
288
287
|
value="6"
|
289
288
|
c:identifier="GST_RTCP_PSFB_TYPE_TSTN">
|
290
|
-
<doc xml:
|
289
|
+
<doc xml:space="preserve">Temporal-Spatial Trade-off Notification</doc>
|
291
290
|
</member>
|
292
291
|
<member name="psfb_type_vbcn"
|
293
292
|
value="7"
|
294
293
|
c:identifier="GST_RTCP_PSFB_TYPE_VBCN">
|
295
|
-
<doc xml:
|
294
|
+
<doc xml:space="preserve">Video Back Channel Message</doc>
|
296
295
|
</member>
|
297
296
|
</enumeration>
|
298
297
|
<record name="RTCPPacket" c:type="GstRTCPPacket">
|
299
|
-
<doc xml:
|
298
|
+
<doc xml:space="preserve">Data structure that points to a packet at @offset in @buffer.
|
300
299
|
The size of the structure is made public to allow stack allocations.</doc>
|
301
300
|
<field name="rtcp" writable="1">
|
302
301
|
<type name="RTCPBuffer" c:type="GstRTCPBuffer*"/>
|
@@ -326,490 +325,490 @@ The size of the structure is made public to allow stack allocations.</doc>
|
|
326
325
|
<type name="guint" c:type="guint"/>
|
327
326
|
</field>
|
328
327
|
<method name="add_rb" c:identifier="gst_rtcp_packet_add_rb">
|
329
|
-
<doc xml:
|
328
|
+
<doc xml:space="preserve">Add a new report block to @packet with the given values.</doc>
|
330
329
|
<return-value transfer-ownership="none">
|
331
|
-
<doc xml:
|
330
|
+
<doc xml:space="preserve">%TRUE if the packet was created. This function can return %FALSE if the max MTU is exceeded or the number of report blocks is greater than #GST_RTCP_MAX_RB_COUNT.</doc>
|
332
331
|
<type name="gboolean" c:type="gboolean"/>
|
333
332
|
</return-value>
|
334
333
|
<parameters>
|
335
334
|
<instance-parameter name="packet" transfer-ownership="none">
|
336
|
-
<doc xml:
|
335
|
+
<doc xml:space="preserve">a valid SR or RR #GstRTCPPacket</doc>
|
337
336
|
<type name="RTCPPacket" c:type="GstRTCPPacket*"/>
|
338
337
|
</instance-parameter>
|
339
338
|
<parameter name="ssrc" transfer-ownership="none">
|
340
|
-
<doc xml:
|
339
|
+
<doc xml:space="preserve">data source being reported</doc>
|
341
340
|
<type name="guint32" c:type="guint32"/>
|
342
341
|
</parameter>
|
343
342
|
<parameter name="fractionlost" transfer-ownership="none">
|
344
|
-
<doc xml:
|
343
|
+
<doc xml:space="preserve">fraction lost since last SR/RR</doc>
|
345
344
|
<type name="guint8" c:type="guint8"/>
|
346
345
|
</parameter>
|
347
346
|
<parameter name="packetslost" transfer-ownership="none">
|
348
|
-
<doc xml:
|
347
|
+
<doc xml:space="preserve">the cumululative number of packets lost</doc>
|
349
348
|
<type name="gint32" c:type="gint32"/>
|
350
349
|
</parameter>
|
351
350
|
<parameter name="exthighestseq" transfer-ownership="none">
|
352
|
-
<doc xml:
|
351
|
+
<doc xml:space="preserve">the extended last sequence number received</doc>
|
353
352
|
<type name="guint32" c:type="guint32"/>
|
354
353
|
</parameter>
|
355
354
|
<parameter name="jitter" transfer-ownership="none">
|
356
|
-
<doc xml:
|
355
|
+
<doc xml:space="preserve">the interarrival jitter</doc>
|
357
356
|
<type name="guint32" c:type="guint32"/>
|
358
357
|
</parameter>
|
359
358
|
<parameter name="lsr" transfer-ownership="none">
|
360
|
-
<doc xml:
|
359
|
+
<doc xml:space="preserve">the last SR packet from this source</doc>
|
361
360
|
<type name="guint32" c:type="guint32"/>
|
362
361
|
</parameter>
|
363
362
|
<parameter name="dlsr" transfer-ownership="none">
|
364
|
-
<doc xml:
|
363
|
+
<doc xml:space="preserve">the delay since last SR packet</doc>
|
365
364
|
<type name="guint32" c:type="guint32"/>
|
366
365
|
</parameter>
|
367
366
|
</parameters>
|
368
367
|
</method>
|
369
368
|
<method name="bye_add_ssrc" c:identifier="gst_rtcp_packet_bye_add_ssrc">
|
370
|
-
<doc xml:
|
369
|
+
<doc xml:space="preserve">Add @ssrc to the BYE @packet.</doc>
|
371
370
|
<return-value transfer-ownership="none">
|
372
|
-
<doc xml:
|
371
|
+
<doc xml:space="preserve">%TRUE if the ssrc was added. This function can return %FALSE if the max MTU is exceeded or the number of sources blocks is greater than #GST_RTCP_MAX_BYE_SSRC_COUNT.</doc>
|
373
372
|
<type name="gboolean" c:type="gboolean"/>
|
374
373
|
</return-value>
|
375
374
|
<parameters>
|
376
375
|
<instance-parameter name="packet" transfer-ownership="none">
|
377
|
-
<doc xml:
|
376
|
+
<doc xml:space="preserve">a valid BYE #GstRTCPPacket</doc>
|
378
377
|
<type name="RTCPPacket" c:type="GstRTCPPacket*"/>
|
379
378
|
</instance-parameter>
|
380
379
|
<parameter name="ssrc" transfer-ownership="none">
|
381
|
-
<doc xml:
|
380
|
+
<doc xml:space="preserve">an SSRC to add</doc>
|
382
381
|
<type name="guint32" c:type="guint32"/>
|
383
382
|
</parameter>
|
384
383
|
</parameters>
|
385
384
|
</method>
|
386
385
|
<method name="bye_add_ssrcs"
|
387
386
|
c:identifier="gst_rtcp_packet_bye_add_ssrcs">
|
388
|
-
<doc xml:
|
387
|
+
<doc xml:space="preserve">Adds @len SSRCs in @ssrc to BYE @packet.</doc>
|
389
388
|
<return-value transfer-ownership="none">
|
390
|
-
<doc xml:
|
389
|
+
<doc xml:space="preserve">%TRUE if the all the SSRCs were added. This function can return %FALSE if the max MTU is exceeded or the number of sources blocks is greater than #GST_RTCP_MAX_BYE_SSRC_COUNT.</doc>
|
391
390
|
<type name="gboolean" c:type="gboolean"/>
|
392
391
|
</return-value>
|
393
392
|
<parameters>
|
394
393
|
<instance-parameter name="packet" transfer-ownership="none">
|
395
|
-
<doc xml:
|
394
|
+
<doc xml:space="preserve">a valid BYE #GstRTCPPacket</doc>
|
396
395
|
<type name="RTCPPacket" c:type="GstRTCPPacket*"/>
|
397
396
|
</instance-parameter>
|
398
397
|
<parameter name="ssrc" transfer-ownership="none">
|
399
|
-
<doc xml:
|
398
|
+
<doc xml:space="preserve">an array of SSRCs to add</doc>
|
400
399
|
<type name="guint32" c:type="guint32*"/>
|
401
400
|
</parameter>
|
402
401
|
<parameter name="len" transfer-ownership="none">
|
403
|
-
<doc xml:
|
402
|
+
<doc xml:space="preserve">number of elements in @ssrc</doc>
|
404
403
|
<type name="guint" c:type="guint"/>
|
405
404
|
</parameter>
|
406
405
|
</parameters>
|
407
406
|
</method>
|
408
407
|
<method name="bye_get_nth_ssrc"
|
409
408
|
c:identifier="gst_rtcp_packet_bye_get_nth_ssrc">
|
410
|
-
<doc xml:
|
409
|
+
<doc xml:space="preserve">Get the @nth SSRC of the BYE @packet.</doc>
|
411
410
|
<return-value transfer-ownership="none">
|
412
|
-
<doc xml:
|
411
|
+
<doc xml:space="preserve">The @nth SSRC of @packet.</doc>
|
413
412
|
<type name="guint32" c:type="guint32"/>
|
414
413
|
</return-value>
|
415
414
|
<parameters>
|
416
415
|
<instance-parameter name="packet" transfer-ownership="none">
|
417
|
-
<doc xml:
|
416
|
+
<doc xml:space="preserve">a valid BYE #GstRTCPPacket</doc>
|
418
417
|
<type name="RTCPPacket" c:type="GstRTCPPacket*"/>
|
419
418
|
</instance-parameter>
|
420
419
|
<parameter name="nth" transfer-ownership="none">
|
421
|
-
<doc xml:
|
420
|
+
<doc xml:space="preserve">the nth SSRC to get</doc>
|
422
421
|
<type name="guint" c:type="guint"/>
|
423
422
|
</parameter>
|
424
423
|
</parameters>
|
425
424
|
</method>
|
426
425
|
<method name="bye_get_reason"
|
427
426
|
c:identifier="gst_rtcp_packet_bye_get_reason">
|
428
|
-
<doc xml:
|
427
|
+
<doc xml:space="preserve">Get the reason in @packet.</doc>
|
429
428
|
<return-value transfer-ownership="full">
|
430
|
-
<doc xml:
|
429
|
+
<doc xml:space="preserve">The reason for the BYE @packet or NULL if the packet did not contain a reason string. The string must be freed with g_free() after usage.</doc>
|
431
430
|
<type name="utf8" c:type="gchar*"/>
|
432
431
|
</return-value>
|
433
432
|
<parameters>
|
434
433
|
<instance-parameter name="packet" transfer-ownership="none">
|
435
|
-
<doc xml:
|
434
|
+
<doc xml:space="preserve">a valid BYE #GstRTCPPacket</doc>
|
436
435
|
<type name="RTCPPacket" c:type="GstRTCPPacket*"/>
|
437
436
|
</instance-parameter>
|
438
437
|
</parameters>
|
439
438
|
</method>
|
440
439
|
<method name="bye_get_reason_len"
|
441
440
|
c:identifier="gst_rtcp_packet_bye_get_reason_len">
|
442
|
-
<doc xml:
|
441
|
+
<doc xml:space="preserve">Get the length of the reason string.</doc>
|
443
442
|
<return-value transfer-ownership="none">
|
444
|
-
<doc xml:
|
443
|
+
<doc xml:space="preserve">The length of the reason string or 0 when there is no reason string present.</doc>
|
445
444
|
<type name="guint8" c:type="guint8"/>
|
446
445
|
</return-value>
|
447
446
|
<parameters>
|
448
447
|
<instance-parameter name="packet" transfer-ownership="none">
|
449
|
-
<doc xml:
|
448
|
+
<doc xml:space="preserve">a valid BYE #GstRTCPPacket</doc>
|
450
449
|
<type name="RTCPPacket" c:type="GstRTCPPacket*"/>
|
451
450
|
</instance-parameter>
|
452
451
|
</parameters>
|
453
452
|
</method>
|
454
453
|
<method name="bye_get_ssrc_count"
|
455
454
|
c:identifier="gst_rtcp_packet_bye_get_ssrc_count">
|
456
|
-
<doc xml:
|
455
|
+
<doc xml:space="preserve">Get the number of SSRC fields in @packet.</doc>
|
457
456
|
<return-value transfer-ownership="none">
|
458
|
-
<doc xml:
|
457
|
+
<doc xml:space="preserve">The number of SSRC fields in @packet.</doc>
|
459
458
|
<type name="guint" c:type="guint"/>
|
460
459
|
</return-value>
|
461
460
|
<parameters>
|
462
461
|
<instance-parameter name="packet" transfer-ownership="none">
|
463
|
-
<doc xml:
|
462
|
+
<doc xml:space="preserve">a valid BYE #GstRTCPPacket</doc>
|
464
463
|
<type name="RTCPPacket" c:type="GstRTCPPacket*"/>
|
465
464
|
</instance-parameter>
|
466
465
|
</parameters>
|
467
466
|
</method>
|
468
467
|
<method name="bye_set_reason"
|
469
468
|
c:identifier="gst_rtcp_packet_bye_set_reason">
|
470
|
-
<doc xml:
|
469
|
+
<doc xml:space="preserve">Set the reason string to @reason in @packet.</doc>
|
471
470
|
<return-value transfer-ownership="none">
|
472
|
-
<doc xml:
|
471
|
+
<doc xml:space="preserve">TRUE if the string could be set.</doc>
|
473
472
|
<type name="gboolean" c:type="gboolean"/>
|
474
473
|
</return-value>
|
475
474
|
<parameters>
|
476
475
|
<instance-parameter name="packet" transfer-ownership="none">
|
477
|
-
<doc xml:
|
476
|
+
<doc xml:space="preserve">a valid BYE #GstRTCPPacket</doc>
|
478
477
|
<type name="RTCPPacket" c:type="GstRTCPPacket*"/>
|
479
478
|
</instance-parameter>
|
480
479
|
<parameter name="reason" transfer-ownership="none">
|
481
|
-
<doc xml:
|
480
|
+
<doc xml:space="preserve">a reason string</doc>
|
482
481
|
<type name="utf8" c:type="const gchar*"/>
|
483
482
|
</parameter>
|
484
483
|
</parameters>
|
485
484
|
</method>
|
486
485
|
<method name="fb_get_fci" c:identifier="gst_rtcp_packet_fb_get_fci">
|
487
|
-
<doc xml:
|
486
|
+
<doc xml:space="preserve">Get the Feedback Control Information attached to a RTPFB or PSFB @packet.</doc>
|
488
487
|
<return-value transfer-ownership="none">
|
489
|
-
<doc xml:
|
488
|
+
<doc xml:space="preserve">a pointer to the FCI</doc>
|
490
489
|
<type name="guint8" c:type="guint8*"/>
|
491
490
|
</return-value>
|
492
491
|
<parameters>
|
493
492
|
<instance-parameter name="packet" transfer-ownership="none">
|
494
|
-
<doc xml:
|
493
|
+
<doc xml:space="preserve">a valid RTPFB or PSFB #GstRTCPPacket</doc>
|
495
494
|
<type name="RTCPPacket" c:type="GstRTCPPacket*"/>
|
496
495
|
</instance-parameter>
|
497
496
|
</parameters>
|
498
497
|
</method>
|
499
498
|
<method name="fb_get_fci_length"
|
500
499
|
c:identifier="gst_rtcp_packet_fb_get_fci_length">
|
501
|
-
<doc xml:
|
500
|
+
<doc xml:space="preserve">Get the length of the Feedback Control Information attached to a
|
502
501
|
RTPFB or PSFB @packet.</doc>
|
503
502
|
<return-value transfer-ownership="none">
|
504
|
-
<doc xml:
|
503
|
+
<doc xml:space="preserve">The length of the FCI in 32-bit words.</doc>
|
505
504
|
<type name="guint16" c:type="guint16"/>
|
506
505
|
</return-value>
|
507
506
|
<parameters>
|
508
507
|
<instance-parameter name="packet" transfer-ownership="none">
|
509
|
-
<doc xml:
|
508
|
+
<doc xml:space="preserve">a valid RTPFB or PSFB #GstRTCPPacket</doc>
|
510
509
|
<type name="RTCPPacket" c:type="GstRTCPPacket*"/>
|
511
510
|
</instance-parameter>
|
512
511
|
</parameters>
|
513
512
|
</method>
|
514
513
|
<method name="fb_get_media_ssrc"
|
515
514
|
c:identifier="gst_rtcp_packet_fb_get_media_ssrc">
|
516
|
-
<doc xml:
|
515
|
+
<doc xml:space="preserve">Get the media SSRC field of the RTPFB or PSFB @packet.</doc>
|
517
516
|
<return-value transfer-ownership="none">
|
518
|
-
<doc xml:
|
517
|
+
<doc xml:space="preserve">the media SSRC.</doc>
|
519
518
|
<type name="guint32" c:type="guint32"/>
|
520
519
|
</return-value>
|
521
520
|
<parameters>
|
522
521
|
<instance-parameter name="packet" transfer-ownership="none">
|
523
|
-
<doc xml:
|
522
|
+
<doc xml:space="preserve">a valid RTPFB or PSFB #GstRTCPPacket</doc>
|
524
523
|
<type name="RTCPPacket" c:type="GstRTCPPacket*"/>
|
525
524
|
</instance-parameter>
|
526
525
|
</parameters>
|
527
526
|
</method>
|
528
527
|
<method name="fb_get_sender_ssrc"
|
529
528
|
c:identifier="gst_rtcp_packet_fb_get_sender_ssrc">
|
530
|
-
<doc xml:
|
529
|
+
<doc xml:space="preserve">Get the sender SSRC field of the RTPFB or PSFB @packet.</doc>
|
531
530
|
<return-value transfer-ownership="none">
|
532
|
-
<doc xml:
|
531
|
+
<doc xml:space="preserve">the sender SSRC.</doc>
|
533
532
|
<type name="guint32" c:type="guint32"/>
|
534
533
|
</return-value>
|
535
534
|
<parameters>
|
536
535
|
<instance-parameter name="packet" transfer-ownership="none">
|
537
|
-
<doc xml:
|
536
|
+
<doc xml:space="preserve">a valid RTPFB or PSFB #GstRTCPPacket</doc>
|
538
537
|
<type name="RTCPPacket" c:type="GstRTCPPacket*"/>
|
539
538
|
</instance-parameter>
|
540
539
|
</parameters>
|
541
540
|
</method>
|
542
541
|
<method name="fb_get_type" c:identifier="gst_rtcp_packet_fb_get_type">
|
543
|
-
<doc xml:
|
542
|
+
<doc xml:space="preserve">Get the feedback message type of the FB @packet.</doc>
|
544
543
|
<return-value transfer-ownership="none">
|
545
|
-
<doc xml:
|
544
|
+
<doc xml:space="preserve">The feedback message type.</doc>
|
546
545
|
<type name="RTCPFBType" c:type="GstRTCPFBType"/>
|
547
546
|
</return-value>
|
548
547
|
<parameters>
|
549
548
|
<instance-parameter name="packet" transfer-ownership="none">
|
550
|
-
<doc xml:
|
549
|
+
<doc xml:space="preserve">a valid RTPFB or PSFB #GstRTCPPacket</doc>
|
551
550
|
<type name="RTCPPacket" c:type="GstRTCPPacket*"/>
|
552
551
|
</instance-parameter>
|
553
552
|
</parameters>
|
554
553
|
</method>
|
555
554
|
<method name="fb_set_fci_length"
|
556
555
|
c:identifier="gst_rtcp_packet_fb_set_fci_length">
|
557
|
-
<doc xml:
|
556
|
+
<doc xml:space="preserve">Set the length of the Feedback Control Information attached to a
|
558
557
|
RTPFB or PSFB @packet.</doc>
|
559
558
|
<return-value transfer-ownership="none">
|
560
|
-
<doc xml:
|
559
|
+
<doc xml:space="preserve">%TRUE if there was enough space in the packet to add this much FCI</doc>
|
561
560
|
<type name="gboolean" c:type="gboolean"/>
|
562
561
|
</return-value>
|
563
562
|
<parameters>
|
564
563
|
<instance-parameter name="packet" transfer-ownership="none">
|
565
|
-
<doc xml:
|
564
|
+
<doc xml:space="preserve">a valid RTPFB or PSFB #GstRTCPPacket</doc>
|
566
565
|
<type name="RTCPPacket" c:type="GstRTCPPacket*"/>
|
567
566
|
</instance-parameter>
|
568
567
|
<parameter name="wordlen" transfer-ownership="none">
|
569
|
-
<doc xml:
|
568
|
+
<doc xml:space="preserve">Length of the FCI in 32-bit words</doc>
|
570
569
|
<type name="guint16" c:type="guint16"/>
|
571
570
|
</parameter>
|
572
571
|
</parameters>
|
573
572
|
</method>
|
574
573
|
<method name="fb_set_media_ssrc"
|
575
574
|
c:identifier="gst_rtcp_packet_fb_set_media_ssrc">
|
576
|
-
<doc xml:
|
575
|
+
<doc xml:space="preserve">Set the media SSRC field of the RTPFB or PSFB @packet.</doc>
|
577
576
|
<return-value transfer-ownership="none">
|
578
577
|
<type name="none" c:type="void"/>
|
579
578
|
</return-value>
|
580
579
|
<parameters>
|
581
580
|
<instance-parameter name="packet" transfer-ownership="none">
|
582
|
-
<doc xml:
|
581
|
+
<doc xml:space="preserve">a valid RTPFB or PSFB #GstRTCPPacket</doc>
|
583
582
|
<type name="RTCPPacket" c:type="GstRTCPPacket*"/>
|
584
583
|
</instance-parameter>
|
585
584
|
<parameter name="ssrc" transfer-ownership="none">
|
586
|
-
<doc xml:
|
585
|
+
<doc xml:space="preserve">a media SSRC</doc>
|
587
586
|
<type name="guint32" c:type="guint32"/>
|
588
587
|
</parameter>
|
589
588
|
</parameters>
|
590
589
|
</method>
|
591
590
|
<method name="fb_set_sender_ssrc"
|
592
591
|
c:identifier="gst_rtcp_packet_fb_set_sender_ssrc">
|
593
|
-
<doc xml:
|
592
|
+
<doc xml:space="preserve">Set the sender SSRC field of the RTPFB or PSFB @packet.</doc>
|
594
593
|
<return-value transfer-ownership="none">
|
595
594
|
<type name="none" c:type="void"/>
|
596
595
|
</return-value>
|
597
596
|
<parameters>
|
598
597
|
<instance-parameter name="packet" transfer-ownership="none">
|
599
|
-
<doc xml:
|
598
|
+
<doc xml:space="preserve">a valid RTPFB or PSFB #GstRTCPPacket</doc>
|
600
599
|
<type name="RTCPPacket" c:type="GstRTCPPacket*"/>
|
601
600
|
</instance-parameter>
|
602
601
|
<parameter name="ssrc" transfer-ownership="none">
|
603
|
-
<doc xml:
|
602
|
+
<doc xml:space="preserve">a sender SSRC</doc>
|
604
603
|
<type name="guint32" c:type="guint32"/>
|
605
604
|
</parameter>
|
606
605
|
</parameters>
|
607
606
|
</method>
|
608
607
|
<method name="fb_set_type" c:identifier="gst_rtcp_packet_fb_set_type">
|
609
|
-
<doc xml:
|
608
|
+
<doc xml:space="preserve">Set the feedback message type of the FB @packet.</doc>
|
610
609
|
<return-value transfer-ownership="none">
|
611
610
|
<type name="none" c:type="void"/>
|
612
611
|
</return-value>
|
613
612
|
<parameters>
|
614
613
|
<instance-parameter name="packet" transfer-ownership="none">
|
615
|
-
<doc xml:
|
614
|
+
<doc xml:space="preserve">a valid RTPFB or PSFB #GstRTCPPacket</doc>
|
616
615
|
<type name="RTCPPacket" c:type="GstRTCPPacket*"/>
|
617
616
|
</instance-parameter>
|
618
617
|
<parameter name="type" transfer-ownership="none">
|
619
|
-
<doc xml:
|
618
|
+
<doc xml:space="preserve">the #GstRTCPFBType to set</doc>
|
620
619
|
<type name="RTCPFBType" c:type="GstRTCPFBType"/>
|
621
620
|
</parameter>
|
622
621
|
</parameters>
|
623
622
|
</method>
|
624
623
|
<method name="get_count" c:identifier="gst_rtcp_packet_get_count">
|
625
|
-
<doc xml:
|
624
|
+
<doc xml:space="preserve">Get the count field in @packet.</doc>
|
626
625
|
<return-value transfer-ownership="none">
|
627
|
-
<doc xml:
|
626
|
+
<doc xml:space="preserve">The count field in @packet or -1 if @packet does not point to a valid packet.</doc>
|
628
627
|
<type name="guint8" c:type="guint8"/>
|
629
628
|
</return-value>
|
630
629
|
<parameters>
|
631
630
|
<instance-parameter name="packet" transfer-ownership="none">
|
632
|
-
<doc xml:
|
631
|
+
<doc xml:space="preserve">a valid #GstRTCPPacket</doc>
|
633
632
|
<type name="RTCPPacket" c:type="GstRTCPPacket*"/>
|
634
633
|
</instance-parameter>
|
635
634
|
</parameters>
|
636
635
|
</method>
|
637
636
|
<method name="get_length" c:identifier="gst_rtcp_packet_get_length">
|
638
|
-
<doc xml:
|
637
|
+
<doc xml:space="preserve">Get the length field of @packet. This is the length of the packet in
|
639
638
|
32-bit words minus one.</doc>
|
640
639
|
<return-value transfer-ownership="none">
|
641
|
-
<doc xml:
|
640
|
+
<doc xml:space="preserve">The length field of @packet.</doc>
|
642
641
|
<type name="guint16" c:type="guint16"/>
|
643
642
|
</return-value>
|
644
643
|
<parameters>
|
645
644
|
<instance-parameter name="packet" transfer-ownership="none">
|
646
|
-
<doc xml:
|
645
|
+
<doc xml:space="preserve">a valid #GstRTCPPacket</doc>
|
647
646
|
<type name="RTCPPacket" c:type="GstRTCPPacket*"/>
|
648
647
|
</instance-parameter>
|
649
648
|
</parameters>
|
650
649
|
</method>
|
651
650
|
<method name="get_padding" c:identifier="gst_rtcp_packet_get_padding">
|
652
|
-
<doc xml:
|
651
|
+
<doc xml:space="preserve">Get the packet padding of the packet pointed to by @packet.</doc>
|
653
652
|
<return-value transfer-ownership="none">
|
654
|
-
<doc xml:
|
653
|
+
<doc xml:space="preserve">If the packet has the padding bit set.</doc>
|
655
654
|
<type name="gboolean" c:type="gboolean"/>
|
656
655
|
</return-value>
|
657
656
|
<parameters>
|
658
657
|
<instance-parameter name="packet" transfer-ownership="none">
|
659
|
-
<doc xml:
|
658
|
+
<doc xml:space="preserve">a valid #GstRTCPPacket</doc>
|
660
659
|
<type name="RTCPPacket" c:type="GstRTCPPacket*"/>
|
661
660
|
</instance-parameter>
|
662
661
|
</parameters>
|
663
662
|
</method>
|
664
663
|
<method name="get_rb" c:identifier="gst_rtcp_packet_get_rb">
|
665
|
-
<doc xml:
|
664
|
+
<doc xml:space="preserve">Parse the values of the @nth report block in @packet and store the result in
|
666
665
|
the values.</doc>
|
667
666
|
<return-value transfer-ownership="none">
|
668
667
|
<type name="none" c:type="void"/>
|
669
668
|
</return-value>
|
670
669
|
<parameters>
|
671
670
|
<instance-parameter name="packet" transfer-ownership="none">
|
672
|
-
<doc xml:
|
671
|
+
<doc xml:space="preserve">a valid SR or RR #GstRTCPPacket</doc>
|
673
672
|
<type name="RTCPPacket" c:type="GstRTCPPacket*"/>
|
674
673
|
</instance-parameter>
|
675
674
|
<parameter name="nth" transfer-ownership="none">
|
676
|
-
<doc xml:
|
675
|
+
<doc xml:space="preserve">the nth report block in @packet</doc>
|
677
676
|
<type name="guint" c:type="guint"/>
|
678
677
|
</parameter>
|
679
678
|
<parameter name="ssrc" transfer-ownership="none">
|
680
|
-
<doc xml:
|
679
|
+
<doc xml:space="preserve">result for data source being reported</doc>
|
681
680
|
<type name="guint32" c:type="guint32*"/>
|
682
681
|
</parameter>
|
683
682
|
<parameter name="fractionlost" transfer-ownership="none">
|
684
|
-
<doc xml:
|
683
|
+
<doc xml:space="preserve">result for fraction lost since last SR/RR</doc>
|
685
684
|
<type name="guint8" c:type="guint8*"/>
|
686
685
|
</parameter>
|
687
686
|
<parameter name="packetslost" transfer-ownership="none">
|
688
|
-
<doc xml:
|
687
|
+
<doc xml:space="preserve">result for the cumululative number of packets lost</doc>
|
689
688
|
<type name="gint32" c:type="gint32*"/>
|
690
689
|
</parameter>
|
691
690
|
<parameter name="exthighestseq" transfer-ownership="none">
|
692
|
-
<doc xml:
|
691
|
+
<doc xml:space="preserve">result for the extended last sequence number received</doc>
|
693
692
|
<type name="guint32" c:type="guint32*"/>
|
694
693
|
</parameter>
|
695
694
|
<parameter name="jitter" transfer-ownership="none">
|
696
|
-
<doc xml:
|
695
|
+
<doc xml:space="preserve">result for the interarrival jitter</doc>
|
697
696
|
<type name="guint32" c:type="guint32*"/>
|
698
697
|
</parameter>
|
699
698
|
<parameter name="lsr" transfer-ownership="none">
|
700
|
-
<doc xml:
|
699
|
+
<doc xml:space="preserve">result for the last SR packet from this source</doc>
|
701
700
|
<type name="guint32" c:type="guint32*"/>
|
702
701
|
</parameter>
|
703
702
|
<parameter name="dlsr" transfer-ownership="none">
|
704
|
-
<doc xml:
|
703
|
+
<doc xml:space="preserve">result for the delay since last SR packet</doc>
|
705
704
|
<type name="guint32" c:type="guint32*"/>
|
706
705
|
</parameter>
|
707
706
|
</parameters>
|
708
707
|
</method>
|
709
708
|
<method name="get_rb_count" c:identifier="gst_rtcp_packet_get_rb_count">
|
710
|
-
<doc xml:
|
709
|
+
<doc xml:space="preserve">Get the number of report blocks in @packet.</doc>
|
711
710
|
<return-value transfer-ownership="none">
|
712
|
-
<doc xml:
|
711
|
+
<doc xml:space="preserve">The number of report blocks in @packet.</doc>
|
713
712
|
<type name="guint" c:type="guint"/>
|
714
713
|
</return-value>
|
715
714
|
<parameters>
|
716
715
|
<instance-parameter name="packet" transfer-ownership="none">
|
717
|
-
<doc xml:
|
716
|
+
<doc xml:space="preserve">a valid SR or RR #GstRTCPPacket</doc>
|
718
717
|
<type name="RTCPPacket" c:type="GstRTCPPacket*"/>
|
719
718
|
</instance-parameter>
|
720
719
|
</parameters>
|
721
720
|
</method>
|
722
721
|
<method name="get_type" c:identifier="gst_rtcp_packet_get_type">
|
723
|
-
<doc xml:
|
722
|
+
<doc xml:space="preserve">Get the packet type of the packet pointed to by @packet.</doc>
|
724
723
|
<return-value transfer-ownership="none">
|
725
|
-
<doc xml:
|
724
|
+
<doc xml:space="preserve">The packet type or GST_RTCP_TYPE_INVALID when @packet is not pointing to a valid packet.</doc>
|
726
725
|
<type name="RTCPType" c:type="GstRTCPType"/>
|
727
726
|
</return-value>
|
728
727
|
<parameters>
|
729
728
|
<instance-parameter name="packet" transfer-ownership="none">
|
730
|
-
<doc xml:
|
729
|
+
<doc xml:space="preserve">a valid #GstRTCPPacket</doc>
|
731
730
|
<type name="RTCPPacket" c:type="GstRTCPPacket*"/>
|
732
731
|
</instance-parameter>
|
733
732
|
</parameters>
|
734
733
|
</method>
|
735
734
|
<method name="move_to_next" c:identifier="gst_rtcp_packet_move_to_next">
|
736
|
-
<doc xml:
|
735
|
+
<doc xml:space="preserve">Move the packet pointer @packet to the next packet in the payload.
|
737
736
|
Use gst_rtcp_buffer_get_first_packet() to initialize @packet.</doc>
|
738
737
|
<return-value transfer-ownership="none">
|
739
|
-
<doc xml:
|
738
|
+
<doc xml:space="preserve">TRUE if @packet is pointing to a valid packet after calling this function.</doc>
|
740
739
|
<type name="gboolean" c:type="gboolean"/>
|
741
740
|
</return-value>
|
742
741
|
<parameters>
|
743
742
|
<instance-parameter name="packet" transfer-ownership="none">
|
744
|
-
<doc xml:
|
743
|
+
<doc xml:space="preserve">a #GstRTCPPacket</doc>
|
745
744
|
<type name="RTCPPacket" c:type="GstRTCPPacket*"/>
|
746
745
|
</instance-parameter>
|
747
746
|
</parameters>
|
748
747
|
</method>
|
749
748
|
<method name="remove" c:identifier="gst_rtcp_packet_remove">
|
750
|
-
<doc xml:
|
749
|
+
<doc xml:space="preserve">Removes the packet pointed to by @packet and moves pointer to the next one</doc>
|
751
750
|
<return-value transfer-ownership="none">
|
752
|
-
<doc xml:
|
751
|
+
<doc xml:space="preserve">TRUE if @packet is pointing to a valid packet after calling this function.</doc>
|
753
752
|
<type name="gboolean" c:type="gboolean"/>
|
754
753
|
</return-value>
|
755
754
|
<parameters>
|
756
755
|
<instance-parameter name="packet" transfer-ownership="none">
|
757
|
-
<doc xml:
|
756
|
+
<doc xml:space="preserve">a #GstRTCPPacket</doc>
|
758
757
|
<type name="RTCPPacket" c:type="GstRTCPPacket*"/>
|
759
758
|
</instance-parameter>
|
760
759
|
</parameters>
|
761
760
|
</method>
|
762
761
|
<method name="rr_get_ssrc" c:identifier="gst_rtcp_packet_rr_get_ssrc">
|
763
|
-
<doc xml:
|
762
|
+
<doc xml:space="preserve">Get the ssrc field of the RR @packet.</doc>
|
764
763
|
<return-value transfer-ownership="none">
|
765
|
-
<doc xml:
|
764
|
+
<doc xml:space="preserve">the ssrc.</doc>
|
766
765
|
<type name="guint32" c:type="guint32"/>
|
767
766
|
</return-value>
|
768
767
|
<parameters>
|
769
768
|
<instance-parameter name="packet" transfer-ownership="none">
|
770
|
-
<doc xml:
|
769
|
+
<doc xml:space="preserve">a valid RR #GstRTCPPacket</doc>
|
771
770
|
<type name="RTCPPacket" c:type="GstRTCPPacket*"/>
|
772
771
|
</instance-parameter>
|
773
772
|
</parameters>
|
774
773
|
</method>
|
775
774
|
<method name="rr_set_ssrc" c:identifier="gst_rtcp_packet_rr_set_ssrc">
|
776
|
-
<doc xml:
|
775
|
+
<doc xml:space="preserve">Set the ssrc field of the RR @packet.</doc>
|
777
776
|
<return-value transfer-ownership="none">
|
778
777
|
<type name="none" c:type="void"/>
|
779
778
|
</return-value>
|
780
779
|
<parameters>
|
781
780
|
<instance-parameter name="packet" transfer-ownership="none">
|
782
|
-
<doc xml:
|
781
|
+
<doc xml:space="preserve">a valid RR #GstRTCPPacket</doc>
|
783
782
|
<type name="RTCPPacket" c:type="GstRTCPPacket*"/>
|
784
783
|
</instance-parameter>
|
785
784
|
<parameter name="ssrc" transfer-ownership="none">
|
786
|
-
<doc xml:
|
785
|
+
<doc xml:space="preserve">the SSRC to set</doc>
|
787
786
|
<type name="guint32" c:type="guint32"/>
|
788
787
|
</parameter>
|
789
788
|
</parameters>
|
790
789
|
</method>
|
791
790
|
<method name="sdes_add_entry"
|
792
791
|
c:identifier="gst_rtcp_packet_sdes_add_entry">
|
793
|
-
<doc xml:
|
792
|
+
<doc xml:space="preserve">Add a new SDES entry to the current item in @packet.</doc>
|
794
793
|
<return-value transfer-ownership="none">
|
795
|
-
<doc xml:
|
794
|
+
<doc xml:space="preserve">%TRUE if the item could be added, %FALSE if the MTU has been reached.</doc>
|
796
795
|
<type name="gboolean" c:type="gboolean"/>
|
797
796
|
</return-value>
|
798
797
|
<parameters>
|
799
798
|
<instance-parameter name="packet" transfer-ownership="none">
|
800
|
-
<doc xml:
|
799
|
+
<doc xml:space="preserve">a valid SDES #GstRTCPPacket</doc>
|
801
800
|
<type name="RTCPPacket" c:type="GstRTCPPacket*"/>
|
802
801
|
</instance-parameter>
|
803
802
|
<parameter name="type" transfer-ownership="none">
|
804
|
-
<doc xml:
|
803
|
+
<doc xml:space="preserve">the #GstRTCPSDESType of the SDES entry</doc>
|
805
804
|
<type name="RTCPSDESType" c:type="GstRTCPSDESType"/>
|
806
805
|
</parameter>
|
807
806
|
<parameter name="len" transfer-ownership="none">
|
808
|
-
<doc xml:
|
807
|
+
<doc xml:space="preserve">the data length</doc>
|
809
808
|
<type name="guint8" c:type="guint8"/>
|
810
809
|
</parameter>
|
811
810
|
<parameter name="data" transfer-ownership="none">
|
812
|
-
<doc xml:
|
811
|
+
<doc xml:space="preserve">the data</doc>
|
813
812
|
<array length="1" zero-terminated="0" c:type="guint8*">
|
814
813
|
<type name="guint8" c:type="guint8"/>
|
815
814
|
</array>
|
@@ -818,51 +817,51 @@ Use gst_rtcp_buffer_get_first_packet() to initialize @packet.</doc>
|
|
818
817
|
</method>
|
819
818
|
<method name="sdes_add_item"
|
820
819
|
c:identifier="gst_rtcp_packet_sdes_add_item">
|
821
|
-
<doc xml:
|
820
|
+
<doc xml:space="preserve">Add a new SDES item for @ssrc to @packet.</doc>
|
822
821
|
<return-value transfer-ownership="none">
|
823
|
-
<doc xml:
|
822
|
+
<doc xml:space="preserve">%TRUE if the item could be added, %FALSE if the maximum amount of items has been exceeded for the SDES packet or the MTU has been reached.</doc>
|
824
823
|
<type name="gboolean" c:type="gboolean"/>
|
825
824
|
</return-value>
|
826
825
|
<parameters>
|
827
826
|
<instance-parameter name="packet" transfer-ownership="none">
|
828
|
-
<doc xml:
|
827
|
+
<doc xml:space="preserve">a valid SDES #GstRTCPPacket</doc>
|
829
828
|
<type name="RTCPPacket" c:type="GstRTCPPacket*"/>
|
830
829
|
</instance-parameter>
|
831
830
|
<parameter name="ssrc" transfer-ownership="none">
|
832
|
-
<doc xml:
|
831
|
+
<doc xml:space="preserve">the SSRC of the new item to add</doc>
|
833
832
|
<type name="guint32" c:type="guint32"/>
|
834
833
|
</parameter>
|
835
834
|
</parameters>
|
836
835
|
</method>
|
837
836
|
<method name="sdes_copy_entry"
|
838
837
|
c:identifier="gst_rtcp_packet_sdes_copy_entry">
|
839
|
-
<doc xml:
|
838
|
+
<doc xml:space="preserve">This function is like gst_rtcp_packet_sdes_get_entry() but it returns a
|
840
839
|
null-terminated copy of the data instead. use g_free() after usage.</doc>
|
841
840
|
<return-value transfer-ownership="none">
|
842
|
-
<doc xml:
|
841
|
+
<doc xml:space="preserve">%TRUE if there was valid data.</doc>
|
843
842
|
<type name="gboolean" c:type="gboolean"/>
|
844
843
|
</return-value>
|
845
844
|
<parameters>
|
846
845
|
<instance-parameter name="packet" transfer-ownership="none">
|
847
|
-
<doc xml:
|
846
|
+
<doc xml:space="preserve">a valid SDES #GstRTCPPacket</doc>
|
848
847
|
<type name="RTCPPacket" c:type="GstRTCPPacket*"/>
|
849
848
|
</instance-parameter>
|
850
849
|
<parameter name="type" transfer-ownership="none">
|
851
|
-
<doc xml:
|
850
|
+
<doc xml:space="preserve">result of the entry type</doc>
|
852
851
|
<type name="RTCPSDESType" c:type="GstRTCPSDESType*"/>
|
853
852
|
</parameter>
|
854
853
|
<parameter name="len"
|
855
854
|
direction="out"
|
856
855
|
caller-allocates="0"
|
857
856
|
transfer-ownership="full">
|
858
|
-
<doc xml:
|
857
|
+
<doc xml:space="preserve">result length of the entry data</doc>
|
859
858
|
<type name="guint8" c:type="guint8*"/>
|
860
859
|
</parameter>
|
861
860
|
<parameter name="data"
|
862
861
|
direction="out"
|
863
862
|
caller-allocates="0"
|
864
863
|
transfer-ownership="full">
|
865
|
-
<doc xml:
|
864
|
+
<doc xml:space="preserve">result entry data</doc>
|
866
865
|
<array length="1" zero-terminated="0" c:type="guint8**">
|
867
866
|
<type name="guint8" c:type="guint8*"/>
|
868
867
|
</array>
|
@@ -871,35 +870,35 @@ null-terminated copy of the data instead. use g_free() after usage.</doc>
|
|
871
870
|
</method>
|
872
871
|
<method name="sdes_first_entry"
|
873
872
|
c:identifier="gst_rtcp_packet_sdes_first_entry">
|
874
|
-
<doc xml:
|
873
|
+
<doc xml:space="preserve">Move to the first SDES entry in the current item.</doc>
|
875
874
|
<return-value transfer-ownership="none">
|
876
|
-
<doc xml:
|
875
|
+
<doc xml:space="preserve">%TRUE if there was a first entry.</doc>
|
877
876
|
<type name="gboolean" c:type="gboolean"/>
|
878
877
|
</return-value>
|
879
878
|
<parameters>
|
880
879
|
<instance-parameter name="packet" transfer-ownership="none">
|
881
|
-
<doc xml:
|
880
|
+
<doc xml:space="preserve">a valid SDES #GstRTCPPacket</doc>
|
882
881
|
<type name="RTCPPacket" c:type="GstRTCPPacket*"/>
|
883
882
|
</instance-parameter>
|
884
883
|
</parameters>
|
885
884
|
</method>
|
886
885
|
<method name="sdes_first_item"
|
887
886
|
c:identifier="gst_rtcp_packet_sdes_first_item">
|
888
|
-
<doc xml:
|
887
|
+
<doc xml:space="preserve">Move to the first SDES item in @packet.</doc>
|
889
888
|
<return-value transfer-ownership="none">
|
890
|
-
<doc xml:
|
889
|
+
<doc xml:space="preserve">TRUE if there was a first item.</doc>
|
891
890
|
<type name="gboolean" c:type="gboolean"/>
|
892
891
|
</return-value>
|
893
892
|
<parameters>
|
894
893
|
<instance-parameter name="packet" transfer-ownership="none">
|
895
|
-
<doc xml:
|
894
|
+
<doc xml:space="preserve">a valid SDES #GstRTCPPacket</doc>
|
896
895
|
<type name="RTCPPacket" c:type="GstRTCPPacket*"/>
|
897
896
|
</instance-parameter>
|
898
897
|
</parameters>
|
899
898
|
</method>
|
900
899
|
<method name="sdes_get_entry"
|
901
900
|
c:identifier="gst_rtcp_packet_sdes_get_entry">
|
902
|
-
<doc xml:
|
901
|
+
<doc xml:space="preserve">Get the data of the current SDES item entry. @type (when not NULL) will
|
903
902
|
contain the type of the entry. @data (when not NULL) will point to @len
|
904
903
|
bytes.
|
905
904
|
|
@@ -907,30 +906,30 @@ When @type refers to a text item, @data will point to a UTF8 string. Note
|
|
907
906
|
that this UTF8 string is NOT null-terminated. Use
|
908
907
|
gst_rtcp_packet_sdes_copy_entry() to get a null-terminated copy of the entry.</doc>
|
909
908
|
<return-value transfer-ownership="none">
|
910
|
-
<doc xml:
|
909
|
+
<doc xml:space="preserve">%TRUE if there was valid data.</doc>
|
911
910
|
<type name="gboolean" c:type="gboolean"/>
|
912
911
|
</return-value>
|
913
912
|
<parameters>
|
914
913
|
<instance-parameter name="packet" transfer-ownership="none">
|
915
|
-
<doc xml:
|
914
|
+
<doc xml:space="preserve">a valid SDES #GstRTCPPacket</doc>
|
916
915
|
<type name="RTCPPacket" c:type="GstRTCPPacket*"/>
|
917
916
|
</instance-parameter>
|
918
917
|
<parameter name="type" transfer-ownership="none">
|
919
|
-
<doc xml:
|
918
|
+
<doc xml:space="preserve">result of the entry type</doc>
|
920
919
|
<type name="RTCPSDESType" c:type="GstRTCPSDESType*"/>
|
921
920
|
</parameter>
|
922
921
|
<parameter name="len"
|
923
922
|
direction="out"
|
924
923
|
caller-allocates="0"
|
925
924
|
transfer-ownership="full">
|
926
|
-
<doc xml:
|
925
|
+
<doc xml:space="preserve">result length of the entry data</doc>
|
927
926
|
<type name="guint8" c:type="guint8*"/>
|
928
927
|
</parameter>
|
929
928
|
<parameter name="data"
|
930
929
|
direction="out"
|
931
930
|
caller-allocates="0"
|
932
931
|
transfer-ownership="none">
|
933
|
-
<doc xml:
|
932
|
+
<doc xml:space="preserve">result entry data</doc>
|
934
933
|
<array length="1" zero-terminated="0" c:type="guint8**">
|
935
934
|
<type name="guint8" c:type="guint8*"/>
|
936
935
|
</array>
|
@@ -939,62 +938,62 @@ gst_rtcp_packet_sdes_copy_entry() to get a null-terminated copy of the entry.</d
|
|
939
938
|
</method>
|
940
939
|
<method name="sdes_get_item_count"
|
941
940
|
c:identifier="gst_rtcp_packet_sdes_get_item_count">
|
942
|
-
<doc xml:
|
941
|
+
<doc xml:space="preserve">Get the number of items in the SDES packet @packet.</doc>
|
943
942
|
<return-value transfer-ownership="none">
|
944
|
-
<doc xml:
|
943
|
+
<doc xml:space="preserve">The number of items in @packet.</doc>
|
945
944
|
<type name="guint" c:type="guint"/>
|
946
945
|
</return-value>
|
947
946
|
<parameters>
|
948
947
|
<instance-parameter name="packet" transfer-ownership="none">
|
949
|
-
<doc xml:
|
948
|
+
<doc xml:space="preserve">a valid SDES #GstRTCPPacket</doc>
|
950
949
|
<type name="RTCPPacket" c:type="GstRTCPPacket*"/>
|
951
950
|
</instance-parameter>
|
952
951
|
</parameters>
|
953
952
|
</method>
|
954
953
|
<method name="sdes_get_ssrc"
|
955
954
|
c:identifier="gst_rtcp_packet_sdes_get_ssrc">
|
956
|
-
<doc xml:
|
955
|
+
<doc xml:space="preserve">Get the SSRC of the current SDES item.</doc>
|
957
956
|
<return-value transfer-ownership="none">
|
958
|
-
<doc xml:
|
957
|
+
<doc xml:space="preserve">the SSRC of the current item.</doc>
|
959
958
|
<type name="guint32" c:type="guint32"/>
|
960
959
|
</return-value>
|
961
960
|
<parameters>
|
962
961
|
<instance-parameter name="packet" transfer-ownership="none">
|
963
|
-
<doc xml:
|
962
|
+
<doc xml:space="preserve">a valid SDES #GstRTCPPacket</doc>
|
964
963
|
<type name="RTCPPacket" c:type="GstRTCPPacket*"/>
|
965
964
|
</instance-parameter>
|
966
965
|
</parameters>
|
967
966
|
</method>
|
968
967
|
<method name="sdes_next_entry"
|
969
968
|
c:identifier="gst_rtcp_packet_sdes_next_entry">
|
970
|
-
<doc xml:
|
969
|
+
<doc xml:space="preserve">Move to the next SDES entry in the current item.</doc>
|
971
970
|
<return-value transfer-ownership="none">
|
972
|
-
<doc xml:
|
971
|
+
<doc xml:space="preserve">%TRUE if there was a next entry.</doc>
|
973
972
|
<type name="gboolean" c:type="gboolean"/>
|
974
973
|
</return-value>
|
975
974
|
<parameters>
|
976
975
|
<instance-parameter name="packet" transfer-ownership="none">
|
977
|
-
<doc xml:
|
976
|
+
<doc xml:space="preserve">a valid SDES #GstRTCPPacket</doc>
|
978
977
|
<type name="RTCPPacket" c:type="GstRTCPPacket*"/>
|
979
978
|
</instance-parameter>
|
980
979
|
</parameters>
|
981
980
|
</method>
|
982
981
|
<method name="sdes_next_item"
|
983
982
|
c:identifier="gst_rtcp_packet_sdes_next_item">
|
984
|
-
<doc xml:
|
983
|
+
<doc xml:space="preserve">Move to the next SDES item in @packet.</doc>
|
985
984
|
<return-value transfer-ownership="none">
|
986
|
-
<doc xml:
|
985
|
+
<doc xml:space="preserve">TRUE if there was a next item.</doc>
|
987
986
|
<type name="gboolean" c:type="gboolean"/>
|
988
987
|
</return-value>
|
989
988
|
<parameters>
|
990
989
|
<instance-parameter name="packet" transfer-ownership="none">
|
991
|
-
<doc xml:
|
990
|
+
<doc xml:space="preserve">a valid SDES #GstRTCPPacket</doc>
|
992
991
|
<type name="RTCPPacket" c:type="GstRTCPPacket*"/>
|
993
992
|
</instance-parameter>
|
994
993
|
</parameters>
|
995
994
|
</method>
|
996
995
|
<method name="set_rb" c:identifier="gst_rtcp_packet_set_rb">
|
997
|
-
<doc xml:
|
996
|
+
<doc xml:space="preserve">Set the @nth new report block in @packet with the given values.
|
998
997
|
|
999
998
|
Note: Not implemented.</doc>
|
1000
999
|
<return-value transfer-ownership="none">
|
@@ -1002,205 +1001,205 @@ Note: Not implemented.</doc>
|
|
1002
1001
|
</return-value>
|
1003
1002
|
<parameters>
|
1004
1003
|
<instance-parameter name="packet" transfer-ownership="none">
|
1005
|
-
<doc xml:
|
1004
|
+
<doc xml:space="preserve">a valid SR or RR #GstRTCPPacket</doc>
|
1006
1005
|
<type name="RTCPPacket" c:type="GstRTCPPacket*"/>
|
1007
1006
|
</instance-parameter>
|
1008
1007
|
<parameter name="nth" transfer-ownership="none">
|
1009
|
-
<doc xml:
|
1008
|
+
<doc xml:space="preserve">the nth report block to set</doc>
|
1010
1009
|
<type name="guint" c:type="guint"/>
|
1011
1010
|
</parameter>
|
1012
1011
|
<parameter name="ssrc" transfer-ownership="none">
|
1013
|
-
<doc xml:
|
1012
|
+
<doc xml:space="preserve">data source being reported</doc>
|
1014
1013
|
<type name="guint32" c:type="guint32"/>
|
1015
1014
|
</parameter>
|
1016
1015
|
<parameter name="fractionlost" transfer-ownership="none">
|
1017
|
-
<doc xml:
|
1016
|
+
<doc xml:space="preserve">fraction lost since last SR/RR</doc>
|
1018
1017
|
<type name="guint8" c:type="guint8"/>
|
1019
1018
|
</parameter>
|
1020
1019
|
<parameter name="packetslost" transfer-ownership="none">
|
1021
|
-
<doc xml:
|
1020
|
+
<doc xml:space="preserve">the cumululative number of packets lost</doc>
|
1022
1021
|
<type name="gint32" c:type="gint32"/>
|
1023
1022
|
</parameter>
|
1024
1023
|
<parameter name="exthighestseq" transfer-ownership="none">
|
1025
|
-
<doc xml:
|
1024
|
+
<doc xml:space="preserve">the extended last sequence number received</doc>
|
1026
1025
|
<type name="guint32" c:type="guint32"/>
|
1027
1026
|
</parameter>
|
1028
1027
|
<parameter name="jitter" transfer-ownership="none">
|
1029
|
-
<doc xml:
|
1028
|
+
<doc xml:space="preserve">the interarrival jitter</doc>
|
1030
1029
|
<type name="guint32" c:type="guint32"/>
|
1031
1030
|
</parameter>
|
1032
1031
|
<parameter name="lsr" transfer-ownership="none">
|
1033
|
-
<doc xml:
|
1032
|
+
<doc xml:space="preserve">the last SR packet from this source</doc>
|
1034
1033
|
<type name="guint32" c:type="guint32"/>
|
1035
1034
|
</parameter>
|
1036
1035
|
<parameter name="dlsr" transfer-ownership="none">
|
1037
|
-
<doc xml:
|
1036
|
+
<doc xml:space="preserve">the delay since last SR packet</doc>
|
1038
1037
|
<type name="guint32" c:type="guint32"/>
|
1039
1038
|
</parameter>
|
1040
1039
|
</parameters>
|
1041
1040
|
</method>
|
1042
1041
|
<method name="sr_get_sender_info"
|
1043
1042
|
c:identifier="gst_rtcp_packet_sr_get_sender_info">
|
1044
|
-
<doc xml:
|
1043
|
+
<doc xml:space="preserve">Parse the SR sender info and store the values.</doc>
|
1045
1044
|
<return-value transfer-ownership="none">
|
1046
1045
|
<type name="none" c:type="void"/>
|
1047
1046
|
</return-value>
|
1048
1047
|
<parameters>
|
1049
1048
|
<instance-parameter name="packet" transfer-ownership="none">
|
1050
|
-
<doc xml:
|
1049
|
+
<doc xml:space="preserve">a valid SR #GstRTCPPacket</doc>
|
1051
1050
|
<type name="RTCPPacket" c:type="GstRTCPPacket*"/>
|
1052
1051
|
</instance-parameter>
|
1053
1052
|
<parameter name="ssrc" transfer-ownership="none">
|
1054
|
-
<doc xml:
|
1053
|
+
<doc xml:space="preserve">result SSRC</doc>
|
1055
1054
|
<type name="guint32" c:type="guint32*"/>
|
1056
1055
|
</parameter>
|
1057
1056
|
<parameter name="ntptime" transfer-ownership="none">
|
1058
|
-
<doc xml:
|
1057
|
+
<doc xml:space="preserve">result NTP time</doc>
|
1059
1058
|
<type name="guint64" c:type="guint64*"/>
|
1060
1059
|
</parameter>
|
1061
1060
|
<parameter name="rtptime" transfer-ownership="none">
|
1062
|
-
<doc xml:
|
1061
|
+
<doc xml:space="preserve">result RTP time</doc>
|
1063
1062
|
<type name="guint32" c:type="guint32*"/>
|
1064
1063
|
</parameter>
|
1065
1064
|
<parameter name="packet_count" transfer-ownership="none">
|
1066
|
-
<doc xml:
|
1065
|
+
<doc xml:space="preserve">result packet count</doc>
|
1067
1066
|
<type name="guint32" c:type="guint32*"/>
|
1068
1067
|
</parameter>
|
1069
1068
|
<parameter name="octet_count" transfer-ownership="none">
|
1070
|
-
<doc xml:
|
1069
|
+
<doc xml:space="preserve">result octet count</doc>
|
1071
1070
|
<type name="guint32" c:type="guint32*"/>
|
1072
1071
|
</parameter>
|
1073
1072
|
</parameters>
|
1074
1073
|
</method>
|
1075
1074
|
<method name="sr_set_sender_info"
|
1076
1075
|
c:identifier="gst_rtcp_packet_sr_set_sender_info">
|
1077
|
-
<doc xml:
|
1076
|
+
<doc xml:space="preserve">Set the given values in the SR packet @packet.</doc>
|
1078
1077
|
<return-value transfer-ownership="none">
|
1079
1078
|
<type name="none" c:type="void"/>
|
1080
1079
|
</return-value>
|
1081
1080
|
<parameters>
|
1082
1081
|
<instance-parameter name="packet" transfer-ownership="none">
|
1083
|
-
<doc xml:
|
1082
|
+
<doc xml:space="preserve">a valid SR #GstRTCPPacket</doc>
|
1084
1083
|
<type name="RTCPPacket" c:type="GstRTCPPacket*"/>
|
1085
1084
|
</instance-parameter>
|
1086
1085
|
<parameter name="ssrc" transfer-ownership="none">
|
1087
|
-
<doc xml:
|
1086
|
+
<doc xml:space="preserve">the SSRC</doc>
|
1088
1087
|
<type name="guint32" c:type="guint32"/>
|
1089
1088
|
</parameter>
|
1090
1089
|
<parameter name="ntptime" transfer-ownership="none">
|
1091
|
-
<doc xml:
|
1090
|
+
<doc xml:space="preserve">the NTP time</doc>
|
1092
1091
|
<type name="guint64" c:type="guint64"/>
|
1093
1092
|
</parameter>
|
1094
1093
|
<parameter name="rtptime" transfer-ownership="none">
|
1095
|
-
<doc xml:
|
1094
|
+
<doc xml:space="preserve">the RTP time</doc>
|
1096
1095
|
<type name="guint32" c:type="guint32"/>
|
1097
1096
|
</parameter>
|
1098
1097
|
<parameter name="packet_count" transfer-ownership="none">
|
1099
|
-
<doc xml:
|
1098
|
+
<doc xml:space="preserve">the packet count</doc>
|
1100
1099
|
<type name="guint32" c:type="guint32"/>
|
1101
1100
|
</parameter>
|
1102
1101
|
<parameter name="octet_count" transfer-ownership="none">
|
1103
|
-
<doc xml:
|
1102
|
+
<doc xml:space="preserve">the octet count</doc>
|
1104
1103
|
<type name="guint32" c:type="guint32"/>
|
1105
1104
|
</parameter>
|
1106
1105
|
</parameters>
|
1107
1106
|
</method>
|
1108
1107
|
</record>
|
1109
1108
|
<enumeration name="RTCPSDESType" c:type="GstRTCPSDESType">
|
1110
|
-
<doc xml:
|
1109
|
+
<doc xml:space="preserve">Different types of SDES content.</doc>
|
1111
1110
|
<member name="invalid" value="-1" c:identifier="GST_RTCP_SDES_INVALID">
|
1112
|
-
<doc xml:
|
1111
|
+
<doc xml:space="preserve">Invalid SDES entry</doc>
|
1113
1112
|
</member>
|
1114
1113
|
<member name="end" value="0" c:identifier="GST_RTCP_SDES_END">
|
1115
|
-
<doc xml:
|
1114
|
+
<doc xml:space="preserve">End of SDES list</doc>
|
1116
1115
|
</member>
|
1117
1116
|
<member name="cname" value="1" c:identifier="GST_RTCP_SDES_CNAME">
|
1118
|
-
<doc xml:
|
1117
|
+
<doc xml:space="preserve">Canonical name</doc>
|
1119
1118
|
</member>
|
1120
1119
|
<member name="name" value="2" c:identifier="GST_RTCP_SDES_NAME">
|
1121
|
-
<doc xml:
|
1120
|
+
<doc xml:space="preserve">User name</doc>
|
1122
1121
|
</member>
|
1123
1122
|
<member name="email" value="3" c:identifier="GST_RTCP_SDES_EMAIL">
|
1124
|
-
<doc xml:
|
1123
|
+
<doc xml:space="preserve">User's electronic mail address</doc>
|
1125
1124
|
</member>
|
1126
1125
|
<member name="phone" value="4" c:identifier="GST_RTCP_SDES_PHONE">
|
1127
|
-
<doc xml:
|
1126
|
+
<doc xml:space="preserve">User's phone number</doc>
|
1128
1127
|
</member>
|
1129
1128
|
<member name="loc" value="5" c:identifier="GST_RTCP_SDES_LOC">
|
1130
|
-
<doc xml:
|
1129
|
+
<doc xml:space="preserve">Geographic user location</doc>
|
1131
1130
|
</member>
|
1132
1131
|
<member name="tool" value="6" c:identifier="GST_RTCP_SDES_TOOL">
|
1133
|
-
<doc xml:
|
1132
|
+
<doc xml:space="preserve">Name of application or tool</doc>
|
1134
1133
|
</member>
|
1135
1134
|
<member name="note" value="7" c:identifier="GST_RTCP_SDES_NOTE">
|
1136
|
-
<doc xml:
|
1135
|
+
<doc xml:space="preserve">Notice about the source</doc>
|
1137
1136
|
</member>
|
1138
1137
|
<member name="priv" value="8" c:identifier="GST_RTCP_SDES_PRIV">
|
1139
|
-
<doc xml:
|
1138
|
+
<doc xml:space="preserve">Private extensions</doc>
|
1140
1139
|
</member>
|
1141
1140
|
</enumeration>
|
1142
1141
|
<enumeration name="RTCPType" c:type="GstRTCPType">
|
1143
|
-
<doc xml:
|
1142
|
+
<doc xml:space="preserve">Different RTCP packet types.</doc>
|
1144
1143
|
<member name="invalid" value="0" c:identifier="GST_RTCP_TYPE_INVALID">
|
1145
|
-
<doc xml:
|
1144
|
+
<doc xml:space="preserve">Invalid type</doc>
|
1146
1145
|
</member>
|
1147
1146
|
<member name="sr" value="200" c:identifier="GST_RTCP_TYPE_SR">
|
1148
|
-
<doc xml:
|
1147
|
+
<doc xml:space="preserve">Sender report</doc>
|
1149
1148
|
</member>
|
1150
1149
|
<member name="rr" value="201" c:identifier="GST_RTCP_TYPE_RR">
|
1151
|
-
<doc xml:
|
1150
|
+
<doc xml:space="preserve">Receiver report</doc>
|
1152
1151
|
</member>
|
1153
1152
|
<member name="sdes" value="202" c:identifier="GST_RTCP_TYPE_SDES">
|
1154
|
-
<doc xml:
|
1153
|
+
<doc xml:space="preserve">Source description</doc>
|
1155
1154
|
</member>
|
1156
1155
|
<member name="bye" value="203" c:identifier="GST_RTCP_TYPE_BYE">
|
1157
|
-
<doc xml:
|
1156
|
+
<doc xml:space="preserve">Goodbye</doc>
|
1158
1157
|
</member>
|
1159
1158
|
<member name="app" value="204" c:identifier="GST_RTCP_TYPE_APP">
|
1160
|
-
<doc xml:
|
1159
|
+
<doc xml:space="preserve">Application defined</doc>
|
1161
1160
|
</member>
|
1162
1161
|
<member name="rtpfb" value="205" c:identifier="GST_RTCP_TYPE_RTPFB">
|
1163
|
-
<doc xml:
|
1162
|
+
<doc xml:space="preserve">Transport layer feedback.</doc>
|
1164
1163
|
</member>
|
1165
1164
|
<member name="psfb" value="206" c:identifier="GST_RTCP_TYPE_PSFB">
|
1166
|
-
<doc xml:
|
1165
|
+
<doc xml:space="preserve">Payload-specific feedback.</doc>
|
1167
1166
|
</member>
|
1168
1167
|
</enumeration>
|
1169
1168
|
<constant name="RTCP_MAX_BYE_SSRC_COUNT"
|
1170
1169
|
value="31"
|
1171
1170
|
c:type="GST_RTCP_MAX_BYE_SSRC_COUNT">
|
1172
|
-
<doc xml:
|
1171
|
+
<doc xml:space="preserve">The maximum amount of SSRCs in a BYE packet.</doc>
|
1173
1172
|
<type name="gint" c:type="gint"/>
|
1174
1173
|
</constant>
|
1175
1174
|
<constant name="RTCP_MAX_RB_COUNT"
|
1176
1175
|
value="31"
|
1177
1176
|
c:type="GST_RTCP_MAX_RB_COUNT">
|
1178
|
-
<doc xml:
|
1177
|
+
<doc xml:space="preserve">The maximum amount of Receiver report blocks in RR and SR messages.</doc>
|
1179
1178
|
<type name="gint" c:type="gint"/>
|
1180
1179
|
</constant>
|
1181
1180
|
<constant name="RTCP_MAX_SDES" value="255" c:type="GST_RTCP_MAX_SDES">
|
1182
|
-
<doc xml:
|
1181
|
+
<doc xml:space="preserve">The maximum text length for an SDES item.</doc>
|
1183
1182
|
<type name="gint" c:type="gint"/>
|
1184
1183
|
</constant>
|
1185
1184
|
<constant name="RTCP_MAX_SDES_ITEM_COUNT"
|
1186
1185
|
value="31"
|
1187
1186
|
c:type="GST_RTCP_MAX_SDES_ITEM_COUNT">
|
1188
|
-
<doc xml:
|
1187
|
+
<doc xml:space="preserve">The maximum amount of SDES items.</doc>
|
1189
1188
|
<type name="gint" c:type="gint"/>
|
1190
1189
|
</constant>
|
1191
1190
|
<constant name="RTCP_VALID_MASK"
|
1192
1191
|
value="57598"
|
1193
1192
|
c:type="GST_RTCP_VALID_MASK">
|
1194
|
-
<doc xml:
|
1193
|
+
<doc xml:space="preserve">Mask for version, padding bit and packet type pair</doc>
|
1195
1194
|
<type name="gint" c:type="gint"/>
|
1196
1195
|
</constant>
|
1197
1196
|
<constant name="RTCP_VALID_VALUE" value="0" c:type="GST_RTCP_VALID_VALUE">
|
1198
|
-
<doc xml:
|
1197
|
+
<doc xml:space="preserve">Valid value for the first two bytes of an RTCP packet after applying
|
1199
1198
|
#GST_RTCP_VALID_MASK to them.</doc>
|
1200
1199
|
<type name="gint" c:type="gint"/>
|
1201
1200
|
</constant>
|
1202
1201
|
<constant name="RTCP_VERSION" value="2" c:type="GST_RTCP_VERSION">
|
1203
|
-
<doc xml:
|
1202
|
+
<doc xml:space="preserve">The supported RTCP version 2.</doc>
|
1204
1203
|
<type name="gint" c:type="gint"/>
|
1205
1204
|
</constant>
|
1206
1205
|
<class name="RTPBaseAudioPayload"
|
@@ -1210,7 +1209,7 @@ Note: Not implemented.</doc>
|
|
1210
1209
|
glib:type-name="GstRTPBaseAudioPayload"
|
1211
1210
|
glib:get-type="gst_rtp_base_audio_payload_get_type"
|
1212
1211
|
glib:type-struct="RTPBaseAudioPayloadClass">
|
1213
|
-
<doc xml:
|
1212
|
+
<doc xml:space="preserve">Provides a base class for audio RTP payloaders for frame or sample based
|
1214
1213
|
audio codecs (constant bitrate)
|
1215
1214
|
|
1216
1215
|
This class derives from GstRTPBasePayload. It can be used for payloading
|
@@ -1242,78 +1241,78 @@ specific to GstRTPBaseAudioPayload.
|
|
1242
1241
|
</para>
|
1243
1242
|
</refsect2></doc>
|
1244
1243
|
<method name="flush" c:identifier="gst_rtp_base_audio_payload_flush">
|
1245
|
-
<doc xml:
|
1244
|
+
<doc xml:space="preserve">Create an RTP buffer and store @payload_len bytes of the adapter as the
|
1246
1245
|
payload. Set the timestamp on the new buffer to @timestamp before pushing
|
1247
1246
|
the buffer downstream.
|
1248
1247
|
|
1249
1248
|
If @payload_len is -1, all pending bytes will be flushed. If @timestamp is
|
1250
1249
|
-1, the timestamp will be calculated automatically.</doc>
|
1251
1250
|
<return-value transfer-ownership="none">
|
1252
|
-
<doc xml:
|
1251
|
+
<doc xml:space="preserve">a #GstFlowReturn</doc>
|
1253
1252
|
<type name="Gst.FlowReturn" c:type="GstFlowReturn"/>
|
1254
1253
|
</return-value>
|
1255
1254
|
<parameters>
|
1256
1255
|
<instance-parameter name="baseaudiopayload"
|
1257
1256
|
transfer-ownership="none">
|
1258
|
-
<doc xml:
|
1257
|
+
<doc xml:space="preserve">a #GstRTPBasePayload</doc>
|
1259
1258
|
<type name="RTPBaseAudioPayload" c:type="GstRTPBaseAudioPayload*"/>
|
1260
1259
|
</instance-parameter>
|
1261
1260
|
<parameter name="payload_len" transfer-ownership="none">
|
1262
|
-
<doc xml:
|
1261
|
+
<doc xml:space="preserve">length of payload</doc>
|
1263
1262
|
<type name="guint" c:type="guint"/>
|
1264
1263
|
</parameter>
|
1265
1264
|
<parameter name="timestamp" transfer-ownership="none">
|
1266
|
-
<doc xml:
|
1265
|
+
<doc xml:space="preserve">a #GstClockTime</doc>
|
1267
1266
|
<type name="Gst.ClockTime" c:type="GstClockTime"/>
|
1268
1267
|
</parameter>
|
1269
1268
|
</parameters>
|
1270
1269
|
</method>
|
1271
1270
|
<method name="get_adapter"
|
1272
1271
|
c:identifier="gst_rtp_base_audio_payload_get_adapter">
|
1273
|
-
<doc xml:
|
1272
|
+
<doc xml:space="preserve">Gets the internal adapter used by the depayloader.</doc>
|
1274
1273
|
<return-value transfer-ownership="full">
|
1275
|
-
<doc xml:
|
1274
|
+
<doc xml:space="preserve">a #GstAdapter.</doc>
|
1276
1275
|
<type name="GstBase.Adapter" c:type="GstAdapter*"/>
|
1277
1276
|
</return-value>
|
1278
1277
|
<parameters>
|
1279
1278
|
<instance-parameter name="rtpbaseaudiopayload"
|
1280
1279
|
transfer-ownership="none">
|
1281
|
-
<doc xml:
|
1280
|
+
<doc xml:space="preserve">a #GstRTPBaseAudioPayload</doc>
|
1282
1281
|
<type name="RTPBaseAudioPayload" c:type="GstRTPBaseAudioPayload*"/>
|
1283
1282
|
</instance-parameter>
|
1284
1283
|
</parameters>
|
1285
1284
|
</method>
|
1286
1285
|
<method name="push" c:identifier="gst_rtp_base_audio_payload_push">
|
1287
|
-
<doc xml:
|
1286
|
+
<doc xml:space="preserve">Create an RTP buffer and store @payload_len bytes of @data as the
|
1288
1287
|
payload. Set the timestamp on the new buffer to @timestamp before pushing
|
1289
1288
|
the buffer downstream.</doc>
|
1290
1289
|
<return-value transfer-ownership="none">
|
1291
|
-
<doc xml:
|
1290
|
+
<doc xml:space="preserve">a #GstFlowReturn</doc>
|
1292
1291
|
<type name="Gst.FlowReturn" c:type="GstFlowReturn"/>
|
1293
1292
|
</return-value>
|
1294
1293
|
<parameters>
|
1295
1294
|
<instance-parameter name="baseaudiopayload"
|
1296
1295
|
transfer-ownership="none">
|
1297
|
-
<doc xml:
|
1296
|
+
<doc xml:space="preserve">a #GstRTPBasePayload</doc>
|
1298
1297
|
<type name="RTPBaseAudioPayload" c:type="GstRTPBaseAudioPayload*"/>
|
1299
1298
|
</instance-parameter>
|
1300
1299
|
<parameter name="data" transfer-ownership="none">
|
1301
|
-
<doc xml:
|
1300
|
+
<doc xml:space="preserve">data to set as payload</doc>
|
1302
1301
|
<type name="guint8" c:type="const guint8*"/>
|
1303
1302
|
</parameter>
|
1304
1303
|
<parameter name="payload_len" transfer-ownership="none">
|
1305
|
-
<doc xml:
|
1304
|
+
<doc xml:space="preserve">length of payload</doc>
|
1306
1305
|
<type name="guint" c:type="guint"/>
|
1307
1306
|
</parameter>
|
1308
1307
|
<parameter name="timestamp" transfer-ownership="none">
|
1309
|
-
<doc xml:
|
1308
|
+
<doc xml:space="preserve">a #GstClockTime</doc>
|
1310
1309
|
<type name="Gst.ClockTime" c:type="GstClockTime"/>
|
1311
1310
|
</parameter>
|
1312
1311
|
</parameters>
|
1313
1312
|
</method>
|
1314
1313
|
<method name="set_frame_based"
|
1315
1314
|
c:identifier="gst_rtp_base_audio_payload_set_frame_based">
|
1316
|
-
<doc xml:
|
1315
|
+
<doc xml:space="preserve">Tells #GstRTPBaseAudioPayload that the child element is for a frame based
|
1317
1316
|
audio codec</doc>
|
1318
1317
|
<return-value transfer-ownership="none">
|
1319
1318
|
<type name="none" c:type="void"/>
|
@@ -1321,36 +1320,36 @@ audio codec</doc>
|
|
1321
1320
|
<parameters>
|
1322
1321
|
<instance-parameter name="rtpbaseaudiopayload"
|
1323
1322
|
transfer-ownership="none">
|
1324
|
-
<doc xml:
|
1323
|
+
<doc xml:space="preserve">a pointer to the element.</doc>
|
1325
1324
|
<type name="RTPBaseAudioPayload" c:type="GstRTPBaseAudioPayload*"/>
|
1326
1325
|
</instance-parameter>
|
1327
1326
|
</parameters>
|
1328
1327
|
</method>
|
1329
1328
|
<method name="set_frame_options"
|
1330
1329
|
c:identifier="gst_rtp_base_audio_payload_set_frame_options">
|
1331
|
-
<doc xml:
|
1330
|
+
<doc xml:space="preserve">Sets the options for frame based audio codecs.</doc>
|
1332
1331
|
<return-value transfer-ownership="none">
|
1333
1332
|
<type name="none" c:type="void"/>
|
1334
1333
|
</return-value>
|
1335
1334
|
<parameters>
|
1336
1335
|
<instance-parameter name="rtpbaseaudiopayload"
|
1337
1336
|
transfer-ownership="none">
|
1338
|
-
<doc xml:
|
1337
|
+
<doc xml:space="preserve">a pointer to the element.</doc>
|
1339
1338
|
<type name="RTPBaseAudioPayload" c:type="GstRTPBaseAudioPayload*"/>
|
1340
1339
|
</instance-parameter>
|
1341
1340
|
<parameter name="frame_duration" transfer-ownership="none">
|
1342
|
-
<doc xml:
|
1341
|
+
<doc xml:space="preserve">The duraction of an audio frame in milliseconds.</doc>
|
1343
1342
|
<type name="gint" c:type="gint"/>
|
1344
1343
|
</parameter>
|
1345
1344
|
<parameter name="frame_size" transfer-ownership="none">
|
1346
|
-
<doc xml:
|
1345
|
+
<doc xml:space="preserve">The size of an audio frame in bytes.</doc>
|
1347
1346
|
<type name="gint" c:type="gint"/>
|
1348
1347
|
</parameter>
|
1349
1348
|
</parameters>
|
1350
1349
|
</method>
|
1351
1350
|
<method name="set_sample_based"
|
1352
1351
|
c:identifier="gst_rtp_base_audio_payload_set_sample_based">
|
1353
|
-
<doc xml:
|
1352
|
+
<doc xml:space="preserve">Tells #GstRTPBaseAudioPayload that the child element is for a sample based
|
1354
1353
|
audio codec</doc>
|
1355
1354
|
<return-value transfer-ownership="none">
|
1356
1355
|
<type name="none" c:type="void"/>
|
@@ -1358,43 +1357,43 @@ audio codec</doc>
|
|
1358
1357
|
<parameters>
|
1359
1358
|
<instance-parameter name="rtpbaseaudiopayload"
|
1360
1359
|
transfer-ownership="none">
|
1361
|
-
<doc xml:
|
1360
|
+
<doc xml:space="preserve">a pointer to the element.</doc>
|
1362
1361
|
<type name="RTPBaseAudioPayload" c:type="GstRTPBaseAudioPayload*"/>
|
1363
1362
|
</instance-parameter>
|
1364
1363
|
</parameters>
|
1365
1364
|
</method>
|
1366
1365
|
<method name="set_sample_options"
|
1367
1366
|
c:identifier="gst_rtp_base_audio_payload_set_sample_options">
|
1368
|
-
<doc xml:
|
1367
|
+
<doc xml:space="preserve">Sets the options for sample based audio codecs.</doc>
|
1369
1368
|
<return-value transfer-ownership="none">
|
1370
1369
|
<type name="none" c:type="void"/>
|
1371
1370
|
</return-value>
|
1372
1371
|
<parameters>
|
1373
1372
|
<instance-parameter name="rtpbaseaudiopayload"
|
1374
1373
|
transfer-ownership="none">
|
1375
|
-
<doc xml:
|
1374
|
+
<doc xml:space="preserve">a pointer to the element.</doc>
|
1376
1375
|
<type name="RTPBaseAudioPayload" c:type="GstRTPBaseAudioPayload*"/>
|
1377
1376
|
</instance-parameter>
|
1378
1377
|
<parameter name="sample_size" transfer-ownership="none">
|
1379
|
-
<doc xml:
|
1378
|
+
<doc xml:space="preserve">Size per sample in bytes.</doc>
|
1380
1379
|
<type name="gint" c:type="gint"/>
|
1381
1380
|
</parameter>
|
1382
1381
|
</parameters>
|
1383
1382
|
</method>
|
1384
1383
|
<method name="set_samplebits_options"
|
1385
1384
|
c:identifier="gst_rtp_base_audio_payload_set_samplebits_options">
|
1386
|
-
<doc xml:
|
1385
|
+
<doc xml:space="preserve">Sets the options for sample based audio codecs.</doc>
|
1387
1386
|
<return-value transfer-ownership="none">
|
1388
1387
|
<type name="none" c:type="void"/>
|
1389
1388
|
</return-value>
|
1390
1389
|
<parameters>
|
1391
1390
|
<instance-parameter name="rtpbaseaudiopayload"
|
1392
1391
|
transfer-ownership="none">
|
1393
|
-
<doc xml:
|
1392
|
+
<doc xml:space="preserve">a pointer to the element.</doc>
|
1394
1393
|
<type name="RTPBaseAudioPayload" c:type="GstRTPBaseAudioPayload*"/>
|
1395
1394
|
</instance-parameter>
|
1396
1395
|
<parameter name="sample_size" transfer-ownership="none">
|
1397
|
-
<doc xml:
|
1396
|
+
<doc xml:space="preserve">Size per sample in bits.</doc>
|
1398
1397
|
<type name="gint" c:type="gint"/>
|
1399
1398
|
</parameter>
|
1400
1399
|
</parameters>
|
@@ -1430,7 +1429,7 @@ audio codec</doc>
|
|
1430
1429
|
<record name="RTPBaseAudioPayloadClass"
|
1431
1430
|
c:type="GstRTPBaseAudioPayloadClass"
|
1432
1431
|
glib:is-gtype-struct-for="RTPBaseAudioPayload">
|
1433
|
-
<doc xml:
|
1432
|
+
<doc xml:space="preserve">Base class for audio RTP payloader.</doc>
|
1434
1433
|
<field name="parent_class">
|
1435
1434
|
<type name="RTPBasePayloadClass" c:type="GstRTPBasePayloadClass"/>
|
1436
1435
|
</field>
|
@@ -1452,7 +1451,7 @@ audio codec</doc>
|
|
1452
1451
|
glib:type-name="GstRTPBaseDepayload"
|
1453
1452
|
glib:get-type="gst_rtp_base_depayload_get_type"
|
1454
1453
|
glib:type-struct="RTPBaseDepayloadClass">
|
1455
|
-
<doc xml:
|
1454
|
+
<doc xml:space="preserve">Provides a base class for RTP depayloaders</doc>
|
1456
1455
|
<virtual-method name="handle_event">
|
1457
1456
|
<return-value transfer-ownership="none">
|
1458
1457
|
<type name="gboolean" c:type="gboolean"/>
|
@@ -1506,40 +1505,40 @@ audio codec</doc>
|
|
1506
1505
|
</parameters>
|
1507
1506
|
</virtual-method>
|
1508
1507
|
<method name="push" c:identifier="gst_rtp_base_depayload_push">
|
1509
|
-
<doc xml:
|
1508
|
+
<doc xml:space="preserve">Push @out_buf to the peer of @filter. This function takes ownership of
|
1510
1509
|
@out_buf.
|
1511
1510
|
|
1512
1511
|
This function will by default apply the last incomming timestamp on
|
1513
1512
|
the outgoing buffer when it didn't have a timestamp already.</doc>
|
1514
1513
|
<return-value transfer-ownership="none">
|
1515
|
-
<doc xml:
|
1514
|
+
<doc xml:space="preserve">a #GstFlowReturn.</doc>
|
1516
1515
|
<type name="Gst.FlowReturn" c:type="GstFlowReturn"/>
|
1517
1516
|
</return-value>
|
1518
1517
|
<parameters>
|
1519
1518
|
<instance-parameter name="filter" transfer-ownership="none">
|
1520
|
-
<doc xml:
|
1519
|
+
<doc xml:space="preserve">a #GstRTPBaseDepayload</doc>
|
1521
1520
|
<type name="RTPBaseDepayload" c:type="GstRTPBaseDepayload*"/>
|
1522
1521
|
</instance-parameter>
|
1523
1522
|
<parameter name="out_buf" transfer-ownership="none">
|
1524
|
-
<doc xml:
|
1523
|
+
<doc xml:space="preserve">a #GstBuffer</doc>
|
1525
1524
|
<type name="Gst.Buffer" c:type="GstBuffer*"/>
|
1526
1525
|
</parameter>
|
1527
1526
|
</parameters>
|
1528
1527
|
</method>
|
1529
1528
|
<method name="push_list" c:identifier="gst_rtp_base_depayload_push_list">
|
1530
|
-
<doc xml:
|
1529
|
+
<doc xml:space="preserve">Push @out_list to the peer of @filter. This function takes ownership of
|
1531
1530
|
@out_list.</doc>
|
1532
1531
|
<return-value transfer-ownership="none">
|
1533
|
-
<doc xml:
|
1532
|
+
<doc xml:space="preserve">a #GstFlowReturn.</doc>
|
1534
1533
|
<type name="Gst.FlowReturn" c:type="GstFlowReturn"/>
|
1535
1534
|
</return-value>
|
1536
1535
|
<parameters>
|
1537
1536
|
<instance-parameter name="filter" transfer-ownership="none">
|
1538
|
-
<doc xml:
|
1537
|
+
<doc xml:space="preserve">a #GstRTPBaseDepayload</doc>
|
1539
1538
|
<type name="RTPBaseDepayload" c:type="GstRTPBaseDepayload*"/>
|
1540
1539
|
</instance-parameter>
|
1541
1540
|
<parameter name="out_list" transfer-ownership="none">
|
1542
|
-
<doc xml:
|
1541
|
+
<doc xml:space="preserve">a #GstBufferList</doc>
|
1543
1542
|
<type name="Gst.BufferList" c:type="GstBufferList*"/>
|
1544
1543
|
</parameter>
|
1545
1544
|
</parameters>
|
@@ -1575,7 +1574,7 @@ the outgoing buffer when it didn't have a timestamp already.</doc>
|
|
1575
1574
|
<record name="RTPBaseDepayloadClass"
|
1576
1575
|
c:type="GstRTPBaseDepayloadClass"
|
1577
1576
|
glib:is-gtype-struct-for="RTPBaseDepayload">
|
1578
|
-
<doc xml:
|
1577
|
+
<doc xml:space="preserve">Base class for audio RTP payloader.</doc>
|
1579
1578
|
<field name="parent_class">
|
1580
1579
|
<type name="Gst.ElementClass" c:type="GstElementClass"/>
|
1581
1580
|
</field>
|
@@ -1657,7 +1656,7 @@ the outgoing buffer when it didn't have a timestamp already.</doc>
|
|
1657
1656
|
glib:type-name="GstRTPBasePayload"
|
1658
1657
|
glib:get-type="gst_rtp_base_payload_get_type"
|
1659
1658
|
glib:type-struct="RTPBasePayloadClass">
|
1660
|
-
<doc xml:
|
1659
|
+
<doc xml:space="preserve">Provides a base class for RTP payloaders</doc>
|
1661
1660
|
<virtual-method name="get_caps">
|
1662
1661
|
<return-value transfer-ownership="full">
|
1663
1662
|
<type name="Gst.Caps" c:type="GstCaps*"/>
|
@@ -1743,70 +1742,70 @@ the outgoing buffer when it didn't have a timestamp already.</doc>
|
|
1743
1742
|
</parameters>
|
1744
1743
|
</virtual-method>
|
1745
1744
|
<method name="is_filled" c:identifier="gst_rtp_base_payload_is_filled">
|
1746
|
-
<doc xml:
|
1745
|
+
<doc xml:space="preserve">Check if the packet with @size and @duration would exceed the configured
|
1747
1746
|
maximum size.</doc>
|
1748
1747
|
<return-value transfer-ownership="none">
|
1749
|
-
<doc xml:
|
1748
|
+
<doc xml:space="preserve">%TRUE if the packet of @size and @duration would exceed the configured MTU or max_ptime.</doc>
|
1750
1749
|
<type name="gboolean" c:type="gboolean"/>
|
1751
1750
|
</return-value>
|
1752
1751
|
<parameters>
|
1753
1752
|
<instance-parameter name="payload" transfer-ownership="none">
|
1754
|
-
<doc xml:
|
1753
|
+
<doc xml:space="preserve">a #GstRTPBasePayload</doc>
|
1755
1754
|
<type name="RTPBasePayload" c:type="GstRTPBasePayload*"/>
|
1756
1755
|
</instance-parameter>
|
1757
1756
|
<parameter name="size" transfer-ownership="none">
|
1758
|
-
<doc xml:
|
1757
|
+
<doc xml:space="preserve">the size of the packet</doc>
|
1759
1758
|
<type name="guint" c:type="guint"/>
|
1760
1759
|
</parameter>
|
1761
1760
|
<parameter name="duration" transfer-ownership="none">
|
1762
|
-
<doc xml:
|
1761
|
+
<doc xml:space="preserve">the duration of the packet</doc>
|
1763
1762
|
<type name="Gst.ClockTime" c:type="GstClockTime"/>
|
1764
1763
|
</parameter>
|
1765
1764
|
</parameters>
|
1766
1765
|
</method>
|
1767
1766
|
<method name="push" c:identifier="gst_rtp_base_payload_push">
|
1768
|
-
<doc xml:
|
1767
|
+
<doc xml:space="preserve">Push @buffer to the peer element of the payloader. The SSRC, payload type,
|
1769
1768
|
seqnum and timestamp of the RTP buffer will be updated first.
|
1770
1769
|
|
1771
1770
|
This function takes ownership of @buffer.</doc>
|
1772
1771
|
<return-value transfer-ownership="none">
|
1773
|
-
<doc xml:
|
1772
|
+
<doc xml:space="preserve">a #GstFlowReturn.</doc>
|
1774
1773
|
<type name="Gst.FlowReturn" c:type="GstFlowReturn"/>
|
1775
1774
|
</return-value>
|
1776
1775
|
<parameters>
|
1777
1776
|
<instance-parameter name="payload" transfer-ownership="none">
|
1778
|
-
<doc xml:
|
1777
|
+
<doc xml:space="preserve">a #GstRTPBasePayload</doc>
|
1779
1778
|
<type name="RTPBasePayload" c:type="GstRTPBasePayload*"/>
|
1780
1779
|
</instance-parameter>
|
1781
1780
|
<parameter name="buffer" transfer-ownership="none">
|
1782
|
-
<doc xml:
|
1781
|
+
<doc xml:space="preserve">a #GstBuffer</doc>
|
1783
1782
|
<type name="Gst.Buffer" c:type="GstBuffer*"/>
|
1784
1783
|
</parameter>
|
1785
1784
|
</parameters>
|
1786
1785
|
</method>
|
1787
1786
|
<method name="push_list" c:identifier="gst_rtp_base_payload_push_list">
|
1788
|
-
<doc xml:
|
1787
|
+
<doc xml:space="preserve">Push @list to the peer element of the payloader. The SSRC, payload type,
|
1789
1788
|
seqnum and timestamp of the RTP buffer will be updated first.
|
1790
1789
|
|
1791
1790
|
This function takes ownership of @list.</doc>
|
1792
1791
|
<return-value transfer-ownership="none">
|
1793
|
-
<doc xml:
|
1792
|
+
<doc xml:space="preserve">a #GstFlowReturn.</doc>
|
1794
1793
|
<type name="Gst.FlowReturn" c:type="GstFlowReturn"/>
|
1795
1794
|
</return-value>
|
1796
1795
|
<parameters>
|
1797
1796
|
<instance-parameter name="payload" transfer-ownership="none">
|
1798
|
-
<doc xml:
|
1797
|
+
<doc xml:space="preserve">a #GstRTPBasePayload</doc>
|
1799
1798
|
<type name="RTPBasePayload" c:type="GstRTPBasePayload*"/>
|
1800
1799
|
</instance-parameter>
|
1801
1800
|
<parameter name="list" transfer-ownership="none">
|
1802
|
-
<doc xml:
|
1801
|
+
<doc xml:space="preserve">a #GstBufferList</doc>
|
1803
1802
|
<type name="Gst.BufferList" c:type="GstBufferList*"/>
|
1804
1803
|
</parameter>
|
1805
1804
|
</parameters>
|
1806
1805
|
</method>
|
1807
1806
|
<method name="set_options"
|
1808
1807
|
c:identifier="gst_rtp_base_payload_set_options">
|
1809
|
-
<doc xml:
|
1808
|
+
<doc xml:space="preserve">Set the rtp options of the payloader. These options will be set in the caps
|
1810
1809
|
of the payloader. Subclasses must call this method before calling
|
1811
1810
|
gst_rtp_base_payload_push() or gst_rtp_base_payload_set_outcaps().</doc>
|
1812
1811
|
<return-value transfer-ownership="none">
|
@@ -1814,23 +1813,23 @@ gst_rtp_base_payload_push() or gst_rtp_base_payload_set_outcaps().</doc>
|
|
1814
1813
|
</return-value>
|
1815
1814
|
<parameters>
|
1816
1815
|
<instance-parameter name="payload" transfer-ownership="none">
|
1817
|
-
<doc xml:
|
1816
|
+
<doc xml:space="preserve">a #GstRTPBasePayload</doc>
|
1818
1817
|
<type name="RTPBasePayload" c:type="GstRTPBasePayload*"/>
|
1819
1818
|
</instance-parameter>
|
1820
1819
|
<parameter name="media" transfer-ownership="none">
|
1821
|
-
<doc xml:
|
1820
|
+
<doc xml:space="preserve">the media type (typically "audio" or "video")</doc>
|
1822
1821
|
<type name="utf8" c:type="const gchar*"/>
|
1823
1822
|
</parameter>
|
1824
1823
|
<parameter name="dynamic" transfer-ownership="none">
|
1825
|
-
<doc xml:
|
1824
|
+
<doc xml:space="preserve">if the payload type is dynamic</doc>
|
1826
1825
|
<type name="gboolean" c:type="gboolean"/>
|
1827
1826
|
</parameter>
|
1828
1827
|
<parameter name="encoding_name" transfer-ownership="none">
|
1829
|
-
<doc xml:
|
1828
|
+
<doc xml:space="preserve">the encoding name</doc>
|
1830
1829
|
<type name="utf8" c:type="const gchar*"/>
|
1831
1830
|
</parameter>
|
1832
1831
|
<parameter name="clock_rate" transfer-ownership="none">
|
1833
|
-
<doc xml:
|
1832
|
+
<doc xml:space="preserve">the clock rate of the media</doc>
|
1834
1833
|
<type name="guint32" c:type="guint32"/>
|
1835
1834
|
</parameter>
|
1836
1835
|
</parameters>
|
@@ -1838,21 +1837,21 @@ gst_rtp_base_payload_push() or gst_rtp_base_payload_set_outcaps().</doc>
|
|
1838
1837
|
<method name="set_outcaps"
|
1839
1838
|
c:identifier="gst_rtp_base_payload_set_outcaps"
|
1840
1839
|
introspectable="0">
|
1841
|
-
<doc xml:
|
1840
|
+
<doc xml:space="preserve">Configure the output caps with the optional parameters.
|
1842
1841
|
|
1843
1842
|
Variable arguments should be in the form field name, field type
|
1844
1843
|
(as a GType), value(s). The last variable argument should be NULL.</doc>
|
1845
1844
|
<return-value transfer-ownership="none">
|
1846
|
-
<doc xml:
|
1845
|
+
<doc xml:space="preserve">%TRUE if the caps could be set.</doc>
|
1847
1846
|
<type name="gboolean" c:type="gboolean"/>
|
1848
1847
|
</return-value>
|
1849
1848
|
<parameters>
|
1850
1849
|
<instance-parameter name="payload" transfer-ownership="none">
|
1851
|
-
<doc xml:
|
1850
|
+
<doc xml:space="preserve">a #GstRTPBasePayload</doc>
|
1852
1851
|
<type name="RTPBasePayload" c:type="GstRTPBasePayload*"/>
|
1853
1852
|
</instance-parameter>
|
1854
1853
|
<parameter name="fieldname" transfer-ownership="none">
|
1855
|
-
<doc xml:
|
1854
|
+
<doc xml:space="preserve">the first field name or %NULL</doc>
|
1856
1855
|
<type name="utf8" c:type="const gchar*"/>
|
1857
1856
|
</parameter>
|
1858
1857
|
<parameter name="arg2" transfer-ownership="none">
|
@@ -1972,7 +1971,7 @@ Variable arguments should be in the form field name, field type
|
|
1972
1971
|
<record name="RTPBasePayloadClass"
|
1973
1972
|
c:type="GstRTPBasePayloadClass"
|
1974
1973
|
glib:is-gtype-struct-for="RTPBasePayload">
|
1975
|
-
<doc xml:
|
1974
|
+
<doc xml:space="preserve">Base class for audio RTP payloader.</doc>
|
1976
1975
|
<field name="parent_class">
|
1977
1976
|
<type name="Gst.ElementClass" c:type="GstElementClass"/>
|
1978
1977
|
</field>
|
@@ -2083,7 +2082,7 @@ Variable arguments should be in the form field name, field type
|
|
2083
2082
|
disguised="1">
|
2084
2083
|
</record>
|
2085
2084
|
<record name="RTPBuffer" c:type="GstRTPBuffer">
|
2086
|
-
<doc xml:
|
2085
|
+
<doc xml:space="preserve"><refsect2>
|
2087
2086
|
<para>
|
2088
2087
|
The GstRTPBuffer helper functions makes it easy to parse and create regular
|
2089
2088
|
#GstBuffer objects that contain RTP payloads. These buffers are typically of
|
@@ -2115,7 +2114,7 @@ Last reviewed on 2006-07-17 (0.10.10)</doc>
|
|
2115
2114
|
</field>
|
2116
2115
|
<method name="add_extension_onebyte_header"
|
2117
2116
|
c:identifier="gst_rtp_buffer_add_extension_onebyte_header">
|
2118
|
-
<doc xml:
|
2117
|
+
<doc xml:space="preserve">Adds a RFC 5285 header extension with a one byte header to the end of the
|
2119
2118
|
RTP header. If there is already a RFC 5285 header extension with a one byte
|
2120
2119
|
header, the new extension will be appended.
|
2121
2120
|
It will not work if there is already a header extension that does not follow
|
@@ -2123,33 +2122,33 @@ the mecanism described in RFC 5285 or if there is a header extension with
|
|
2123
2122
|
a two bytes header as described in RFC 5285. In that case, use
|
2124
2123
|
gst_rtp_buffer_add_extension_twobytes_header()</doc>
|
2125
2124
|
<return-value transfer-ownership="none">
|
2126
|
-
<doc xml:
|
2125
|
+
<doc xml:space="preserve">%TRUE if header extension could be added</doc>
|
2127
2126
|
<type name="gboolean" c:type="gboolean"/>
|
2128
2127
|
</return-value>
|
2129
2128
|
<parameters>
|
2130
2129
|
<instance-parameter name="rtp" transfer-ownership="none">
|
2131
|
-
<doc xml:
|
2130
|
+
<doc xml:space="preserve">the RTP packet</doc>
|
2132
2131
|
<type name="RTPBuffer" c:type="GstRTPBuffer*"/>
|
2133
2132
|
</instance-parameter>
|
2134
2133
|
<parameter name="id" transfer-ownership="none">
|
2135
|
-
<doc xml:
|
2134
|
+
<doc xml:space="preserve">The ID of the header extension (between 1 and 14).</doc>
|
2136
2135
|
<type name="guint8" c:type="guint8"/>
|
2137
2136
|
</parameter>
|
2138
2137
|
<parameter name="data" transfer-ownership="none">
|
2139
|
-
<doc xml:
|
2138
|
+
<doc xml:space="preserve">location for data</doc>
|
2140
2139
|
<array length="2" zero-terminated="0" c:type="gpointer">
|
2141
2140
|
<type name="guint8"/>
|
2142
2141
|
</array>
|
2143
2142
|
</parameter>
|
2144
2143
|
<parameter name="size" transfer-ownership="none">
|
2145
|
-
<doc xml:
|
2144
|
+
<doc xml:space="preserve">the size of the data in bytes</doc>
|
2146
2145
|
<type name="guint" c:type="guint"/>
|
2147
2146
|
</parameter>
|
2148
2147
|
</parameters>
|
2149
2148
|
</method>
|
2150
2149
|
<method name="add_extension_twobytes_header"
|
2151
2150
|
c:identifier="gst_rtp_buffer_add_extension_twobytes_header">
|
2152
|
-
<doc xml:
|
2151
|
+
<doc xml:space="preserve">Adds a RFC 5285 header extension with a two bytes header to the end of the
|
2153
2152
|
RTP header. If there is already a RFC 5285 header extension with a two bytes
|
2154
2153
|
header, the new extension will be appended.
|
2155
2154
|
It will not work if there is already a header extension that does not follow
|
@@ -2157,107 +2156,139 @@ the mecanism described in RFC 5285 or if there is a header extension with
|
|
2157
2156
|
a one byte header as described in RFC 5285. In that case, use
|
2158
2157
|
gst_rtp_buffer_add_extension_onebyte_header()</doc>
|
2159
2158
|
<return-value transfer-ownership="none">
|
2160
|
-
<doc xml:
|
2159
|
+
<doc xml:space="preserve">%TRUE if header extension could be added</doc>
|
2161
2160
|
<type name="gboolean" c:type="gboolean"/>
|
2162
2161
|
</return-value>
|
2163
2162
|
<parameters>
|
2164
2163
|
<instance-parameter name="rtp" transfer-ownership="none">
|
2165
|
-
<doc xml:
|
2164
|
+
<doc xml:space="preserve">the RTP packet</doc>
|
2166
2165
|
<type name="RTPBuffer" c:type="GstRTPBuffer*"/>
|
2167
2166
|
</instance-parameter>
|
2168
2167
|
<parameter name="appbits" transfer-ownership="none">
|
2169
|
-
<doc xml:
|
2168
|
+
<doc xml:space="preserve">Application specific bits</doc>
|
2170
2169
|
<type name="guint8" c:type="guint8"/>
|
2171
2170
|
</parameter>
|
2172
2171
|
<parameter name="id" transfer-ownership="none">
|
2173
|
-
<doc xml:
|
2172
|
+
<doc xml:space="preserve">The ID of the header extension</doc>
|
2174
2173
|
<type name="guint8" c:type="guint8"/>
|
2175
2174
|
</parameter>
|
2176
2175
|
<parameter name="data" transfer-ownership="none">
|
2177
|
-
<doc xml:
|
2176
|
+
<doc xml:space="preserve">location for data</doc>
|
2178
2177
|
<array length="3" zero-terminated="0" c:type="gpointer">
|
2179
2178
|
<type name="guint8"/>
|
2180
2179
|
</array>
|
2181
2180
|
</parameter>
|
2182
2181
|
<parameter name="size" transfer-ownership="none">
|
2183
|
-
<doc xml:
|
2182
|
+
<doc xml:space="preserve">the size of the data in bytes</doc>
|
2184
2183
|
<type name="guint" c:type="guint"/>
|
2185
2184
|
</parameter>
|
2186
2185
|
</parameters>
|
2187
2186
|
</method>
|
2188
2187
|
<method name="get_csrc" c:identifier="gst_rtp_buffer_get_csrc">
|
2189
|
-
<doc xml:
|
2188
|
+
<doc xml:space="preserve">Get the CSRC at index @idx in @buffer.</doc>
|
2190
2189
|
<return-value transfer-ownership="none">
|
2191
|
-
<doc xml:
|
2190
|
+
<doc xml:space="preserve">the CSRC at index @idx in host order.</doc>
|
2192
2191
|
<type name="guint32" c:type="guint32"/>
|
2193
2192
|
</return-value>
|
2194
2193
|
<parameters>
|
2195
2194
|
<instance-parameter name="rtp" transfer-ownership="none">
|
2196
|
-
<doc xml:
|
2195
|
+
<doc xml:space="preserve">the RTP packet</doc>
|
2197
2196
|
<type name="RTPBuffer" c:type="GstRTPBuffer*"/>
|
2198
2197
|
</instance-parameter>
|
2199
2198
|
<parameter name="idx" transfer-ownership="none">
|
2200
|
-
<doc xml:
|
2199
|
+
<doc xml:space="preserve">the index of the CSRC to get</doc>
|
2201
2200
|
<type name="guint8" c:type="guint8"/>
|
2202
2201
|
</parameter>
|
2203
2202
|
</parameters>
|
2204
2203
|
</method>
|
2205
2204
|
<method name="get_csrc_count"
|
2206
2205
|
c:identifier="gst_rtp_buffer_get_csrc_count">
|
2207
|
-
<doc xml:
|
2206
|
+
<doc xml:space="preserve">Get the CSRC count of the RTP packet in @buffer.</doc>
|
2208
2207
|
<return-value transfer-ownership="none">
|
2209
|
-
<doc xml:
|
2208
|
+
<doc xml:space="preserve">the CSRC count of @buffer.</doc>
|
2210
2209
|
<type name="guint8" c:type="guint8"/>
|
2211
2210
|
</return-value>
|
2212
2211
|
<parameters>
|
2213
2212
|
<instance-parameter name="rtp" transfer-ownership="none">
|
2214
|
-
<doc xml:
|
2213
|
+
<doc xml:space="preserve">the RTP packet</doc>
|
2215
2214
|
<type name="RTPBuffer" c:type="GstRTPBuffer*"/>
|
2216
2215
|
</instance-parameter>
|
2217
2216
|
</parameters>
|
2218
2217
|
</method>
|
2219
2218
|
<method name="get_extension" c:identifier="gst_rtp_buffer_get_extension">
|
2220
|
-
<doc xml:
|
2219
|
+
<doc xml:space="preserve">Check if the extension bit is set on the RTP packet in @buffer.</doc>
|
2221
2220
|
<return-value transfer-ownership="none">
|
2222
|
-
<doc xml:
|
2221
|
+
<doc xml:space="preserve">TRUE if @buffer has the extension bit set.</doc>
|
2223
2222
|
<type name="gboolean" c:type="gboolean"/>
|
2224
2223
|
</return-value>
|
2225
2224
|
<parameters>
|
2226
2225
|
<instance-parameter name="rtp" transfer-ownership="none">
|
2227
|
-
<doc xml:
|
2226
|
+
<doc xml:space="preserve">the RTP packet</doc>
|
2227
|
+
<type name="RTPBuffer" c:type="GstRTPBuffer*"/>
|
2228
|
+
</instance-parameter>
|
2229
|
+
</parameters>
|
2230
|
+
</method>
|
2231
|
+
<method name="get_extension_bytes"
|
2232
|
+
c:identifier="gst_rtp_buffer_get_extension_bytes"
|
2233
|
+
shadows="get_extension_data"
|
2234
|
+
version="1.2">
|
2235
|
+
<doc xml:space="preserve">Similar to gst_rtp_buffer_get_extension_data, but more suitable for language
|
2236
|
+
bindings usage. @bits will contain the extension 16 bits of custom data and
|
2237
|
+
the extension data (not including the extension header) is placed in a new
|
2238
|
+
#GBytes structure.
|
2239
|
+
|
2240
|
+
If @rtp did not contain an extension, this function will return %NULL, with
|
2241
|
+
@bits unchanged. If there is an extension header but no extension data then
|
2242
|
+
an empty #GBytes will be returned.</doc>
|
2243
|
+
<return-value transfer-ownership="full">
|
2244
|
+
<doc xml:space="preserve">A new #GBytes if an extension header was present and %NULL otherwise.</doc>
|
2245
|
+
<type name="GLib.Bytes" c:type="GBytes*"/>
|
2246
|
+
</return-value>
|
2247
|
+
<parameters>
|
2248
|
+
<instance-parameter name="rtp" transfer-ownership="none">
|
2249
|
+
<doc xml:space="preserve">the RTP packet</doc>
|
2228
2250
|
<type name="RTPBuffer" c:type="GstRTPBuffer*"/>
|
2229
2251
|
</instance-parameter>
|
2252
|
+
<parameter name="bits"
|
2253
|
+
direction="out"
|
2254
|
+
caller-allocates="0"
|
2255
|
+
transfer-ownership="full">
|
2256
|
+
<doc xml:space="preserve">location for header bits</doc>
|
2257
|
+
<type name="guint16" c:type="guint16*"/>
|
2258
|
+
</parameter>
|
2230
2259
|
</parameters>
|
2231
2260
|
</method>
|
2232
2261
|
<method name="get_extension_data"
|
2233
|
-
c:identifier="gst_rtp_buffer_get_extension_data"
|
2234
|
-
|
2262
|
+
c:identifier="gst_rtp_buffer_get_extension_data"
|
2263
|
+
shadowed-by="get_extension_bytes"
|
2264
|
+
introspectable="0">
|
2265
|
+
<doc xml:space="preserve">Get the extension data. @bits will contain the extension 16 bits of custom
|
2235
2266
|
data. @data will point to the data in the extension and @wordlen will contain
|
2236
2267
|
the length of @data in 32 bits words.
|
2237
2268
|
|
2238
2269
|
If @buffer did not contain an extension, this function will return %FALSE
|
2239
2270
|
with @bits, @data and @wordlen unchanged.</doc>
|
2240
2271
|
<return-value transfer-ownership="none">
|
2241
|
-
<doc xml:
|
2272
|
+
<doc xml:space="preserve">TRUE if @buffer had the extension bit set.</doc>
|
2242
2273
|
<type name="gboolean" c:type="gboolean"/>
|
2243
2274
|
</return-value>
|
2244
2275
|
<parameters>
|
2245
2276
|
<instance-parameter name="rtp" transfer-ownership="none">
|
2246
|
-
<doc xml:
|
2277
|
+
<doc xml:space="preserve">the RTP packet</doc>
|
2247
2278
|
<type name="RTPBuffer" c:type="GstRTPBuffer*"/>
|
2248
2279
|
</instance-parameter>
|
2249
2280
|
<parameter name="bits"
|
2250
2281
|
direction="out"
|
2251
2282
|
caller-allocates="0"
|
2252
2283
|
transfer-ownership="full">
|
2253
|
-
<doc xml:
|
2284
|
+
<doc xml:space="preserve">location for result bits</doc>
|
2254
2285
|
<type name="guint16" c:type="guint16*"/>
|
2255
2286
|
</parameter>
|
2256
2287
|
<parameter name="data"
|
2257
2288
|
direction="out"
|
2258
2289
|
caller-allocates="0"
|
2259
2290
|
transfer-ownership="none">
|
2260
|
-
<doc xml:
|
2291
|
+
<doc xml:space="preserve">location for data</doc>
|
2261
2292
|
<array zero-terminated="0" c:type="gpointer*">
|
2262
2293
|
<type name="guint8"/>
|
2263
2294
|
</array>
|
@@ -2266,37 +2297,37 @@ with @bits, @data and @wordlen unchanged.</doc>
|
|
2266
2297
|
direction="out"
|
2267
2298
|
caller-allocates="0"
|
2268
2299
|
transfer-ownership="full">
|
2269
|
-
<doc xml:
|
2300
|
+
<doc xml:space="preserve">location for length of @data in 32 bits words</doc>
|
2270
2301
|
<type name="guint" c:type="guint*"/>
|
2271
2302
|
</parameter>
|
2272
2303
|
</parameters>
|
2273
2304
|
</method>
|
2274
2305
|
<method name="get_extension_onebyte_header"
|
2275
2306
|
c:identifier="gst_rtp_buffer_get_extension_onebyte_header">
|
2276
|
-
<doc xml:
|
2307
|
+
<doc xml:space="preserve">Parses RFC 5285 style header extensions with a one byte header. It will
|
2277
2308
|
return the nth extension with the requested id.</doc>
|
2278
2309
|
<return-value transfer-ownership="none">
|
2279
|
-
<doc xml:
|
2310
|
+
<doc xml:space="preserve">TRUE if @buffer had the requested header extension</doc>
|
2280
2311
|
<type name="gboolean" c:type="gboolean"/>
|
2281
2312
|
</return-value>
|
2282
2313
|
<parameters>
|
2283
2314
|
<instance-parameter name="rtp" transfer-ownership="none">
|
2284
|
-
<doc xml:
|
2315
|
+
<doc xml:space="preserve">the RTP packet</doc>
|
2285
2316
|
<type name="RTPBuffer" c:type="GstRTPBuffer*"/>
|
2286
2317
|
</instance-parameter>
|
2287
2318
|
<parameter name="id" transfer-ownership="none">
|
2288
|
-
<doc xml:
|
2319
|
+
<doc xml:space="preserve">The ID of the header extension to be read (between 1 and 14).</doc>
|
2289
2320
|
<type name="guint8" c:type="guint8"/>
|
2290
2321
|
</parameter>
|
2291
2322
|
<parameter name="nth" transfer-ownership="none">
|
2292
|
-
<doc xml:
|
2323
|
+
<doc xml:space="preserve">Read the nth extension packet with the requested ID</doc>
|
2293
2324
|
<type name="guint" c:type="guint"/>
|
2294
2325
|
</parameter>
|
2295
2326
|
<parameter name="data"
|
2296
2327
|
direction="out"
|
2297
2328
|
caller-allocates="0"
|
2298
2329
|
transfer-ownership="none">
|
2299
|
-
<doc xml:
|
2330
|
+
<doc xml:space="preserve">location for data</doc>
|
2300
2331
|
<array length="3" zero-terminated="0" c:type="gpointer*">
|
2301
2332
|
<type name="guint8"/>
|
2302
2333
|
</array>
|
@@ -2305,44 +2336,44 @@ return the nth extension with the requested id.</doc>
|
|
2305
2336
|
direction="out"
|
2306
2337
|
caller-allocates="0"
|
2307
2338
|
transfer-ownership="full">
|
2308
|
-
<doc xml:
|
2339
|
+
<doc xml:space="preserve">the size of the data in bytes</doc>
|
2309
2340
|
<type name="guint" c:type="guint*"/>
|
2310
2341
|
</parameter>
|
2311
2342
|
</parameters>
|
2312
2343
|
</method>
|
2313
2344
|
<method name="get_extension_twobytes_header"
|
2314
2345
|
c:identifier="gst_rtp_buffer_get_extension_twobytes_header">
|
2315
|
-
<doc xml:
|
2346
|
+
<doc xml:space="preserve">Parses RFC 5285 style header extensions with a two bytes header. It will
|
2316
2347
|
return the nth extension with the requested id.</doc>
|
2317
2348
|
<return-value transfer-ownership="none">
|
2318
|
-
<doc xml:
|
2349
|
+
<doc xml:space="preserve">TRUE if @buffer had the requested header extension</doc>
|
2319
2350
|
<type name="gboolean" c:type="gboolean"/>
|
2320
2351
|
</return-value>
|
2321
2352
|
<parameters>
|
2322
2353
|
<instance-parameter name="rtp" transfer-ownership="none">
|
2323
|
-
<doc xml:
|
2354
|
+
<doc xml:space="preserve">the RTP packet</doc>
|
2324
2355
|
<type name="RTPBuffer" c:type="GstRTPBuffer*"/>
|
2325
2356
|
</instance-parameter>
|
2326
2357
|
<parameter name="appbits"
|
2327
2358
|
direction="out"
|
2328
2359
|
caller-allocates="0"
|
2329
2360
|
transfer-ownership="full">
|
2330
|
-
<doc xml:
|
2361
|
+
<doc xml:space="preserve">Application specific bits</doc>
|
2331
2362
|
<type name="guint8" c:type="guint8*"/>
|
2332
2363
|
</parameter>
|
2333
2364
|
<parameter name="id" transfer-ownership="none">
|
2334
|
-
<doc xml:
|
2365
|
+
<doc xml:space="preserve">The ID of the header extension to be read (between 1 and 14).</doc>
|
2335
2366
|
<type name="guint8" c:type="guint8"/>
|
2336
2367
|
</parameter>
|
2337
2368
|
<parameter name="nth" transfer-ownership="none">
|
2338
|
-
<doc xml:
|
2369
|
+
<doc xml:space="preserve">Read the nth extension packet with the requested ID</doc>
|
2339
2370
|
<type name="guint" c:type="guint"/>
|
2340
2371
|
</parameter>
|
2341
2372
|
<parameter name="data"
|
2342
2373
|
direction="out"
|
2343
2374
|
caller-allocates="0"
|
2344
2375
|
transfer-ownership="none">
|
2345
|
-
<doc xml:
|
2376
|
+
<doc xml:space="preserve">location for data</doc>
|
2346
2377
|
<array length="4" zero-terminated="0" c:type="gpointer*">
|
2347
2378
|
<type name="guint8"/>
|
2348
2379
|
</array>
|
@@ -2351,204 +2382,225 @@ return the nth extension with the requested id.</doc>
|
|
2351
2382
|
direction="out"
|
2352
2383
|
caller-allocates="0"
|
2353
2384
|
transfer-ownership="full">
|
2354
|
-
<doc xml:
|
2385
|
+
<doc xml:space="preserve">the size of the data in bytes</doc>
|
2355
2386
|
<type name="guint" c:type="guint*"/>
|
2356
2387
|
</parameter>
|
2357
2388
|
</parameters>
|
2358
2389
|
</method>
|
2359
2390
|
<method name="get_header_len"
|
2360
2391
|
c:identifier="gst_rtp_buffer_get_header_len">
|
2361
|
-
<doc xml:
|
2392
|
+
<doc xml:space="preserve">Return the total length of the header in @buffer. This include the length of
|
2362
2393
|
the fixed header, the CSRC list and the extension header.</doc>
|
2363
2394
|
<return-value transfer-ownership="none">
|
2364
|
-
<doc xml:
|
2395
|
+
<doc xml:space="preserve">The total length of the header in @buffer.</doc>
|
2365
2396
|
<type name="guint" c:type="guint"/>
|
2366
2397
|
</return-value>
|
2367
2398
|
<parameters>
|
2368
2399
|
<instance-parameter name="rtp" transfer-ownership="none">
|
2369
|
-
<doc xml:
|
2400
|
+
<doc xml:space="preserve">the RTP packet</doc>
|
2370
2401
|
<type name="RTPBuffer" c:type="GstRTPBuffer*"/>
|
2371
2402
|
</instance-parameter>
|
2372
2403
|
</parameters>
|
2373
2404
|
</method>
|
2374
2405
|
<method name="get_marker" c:identifier="gst_rtp_buffer_get_marker">
|
2375
|
-
<doc xml:
|
2406
|
+
<doc xml:space="preserve">Check if the marker bit is set on the RTP packet in @buffer.</doc>
|
2376
2407
|
<return-value transfer-ownership="none">
|
2377
|
-
<doc xml:
|
2408
|
+
<doc xml:space="preserve">TRUE if @buffer has the marker bit set.</doc>
|
2378
2409
|
<type name="gboolean" c:type="gboolean"/>
|
2379
2410
|
</return-value>
|
2380
2411
|
<parameters>
|
2381
2412
|
<instance-parameter name="rtp" transfer-ownership="none">
|
2382
|
-
<doc xml:
|
2413
|
+
<doc xml:space="preserve">the RTP packet</doc>
|
2383
2414
|
<type name="RTPBuffer" c:type="GstRTPBuffer*"/>
|
2384
2415
|
</instance-parameter>
|
2385
2416
|
</parameters>
|
2386
2417
|
</method>
|
2387
2418
|
<method name="get_packet_len"
|
2388
2419
|
c:identifier="gst_rtp_buffer_get_packet_len">
|
2389
|
-
<doc xml:
|
2420
|
+
<doc xml:space="preserve">Return the total length of the packet in @buffer.</doc>
|
2390
2421
|
<return-value transfer-ownership="none">
|
2391
|
-
<doc xml:
|
2422
|
+
<doc xml:space="preserve">The total length of the packet in @buffer.</doc>
|
2392
2423
|
<type name="guint" c:type="guint"/>
|
2393
2424
|
</return-value>
|
2394
2425
|
<parameters>
|
2395
2426
|
<instance-parameter name="rtp" transfer-ownership="none">
|
2396
|
-
<doc xml:
|
2427
|
+
<doc xml:space="preserve">the RTP packet</doc>
|
2397
2428
|
<type name="RTPBuffer" c:type="GstRTPBuffer*"/>
|
2398
2429
|
</instance-parameter>
|
2399
2430
|
</parameters>
|
2400
2431
|
</method>
|
2401
2432
|
<method name="get_padding" c:identifier="gst_rtp_buffer_get_padding">
|
2402
|
-
<doc xml:
|
2433
|
+
<doc xml:space="preserve">Check if the padding bit is set on the RTP packet in @buffer.</doc>
|
2403
2434
|
<return-value transfer-ownership="none">
|
2404
|
-
<doc xml:
|
2435
|
+
<doc xml:space="preserve">TRUE if @buffer has the padding bit set.</doc>
|
2405
2436
|
<type name="gboolean" c:type="gboolean"/>
|
2406
2437
|
</return-value>
|
2407
2438
|
<parameters>
|
2408
2439
|
<instance-parameter name="rtp" transfer-ownership="none">
|
2409
|
-
<doc xml:
|
2440
|
+
<doc xml:space="preserve">the RTP packet</doc>
|
2410
2441
|
<type name="RTPBuffer" c:type="GstRTPBuffer*"/>
|
2411
2442
|
</instance-parameter>
|
2412
2443
|
</parameters>
|
2413
2444
|
</method>
|
2414
|
-
<method name="get_payload"
|
2415
|
-
|
2445
|
+
<method name="get_payload"
|
2446
|
+
c:identifier="gst_rtp_buffer_get_payload"
|
2447
|
+
shadowed-by="get_payload_bytes"
|
2448
|
+
introspectable="0">
|
2449
|
+
<doc xml:space="preserve">Get a pointer to the payload data in @buffer. This pointer is valid as long
|
2416
2450
|
as a reference to @buffer is held.</doc>
|
2417
2451
|
<return-value transfer-ownership="none">
|
2418
|
-
<doc xml:
|
2452
|
+
<doc xml:space="preserve">A pointer to the payload data in @buffer.</doc>
|
2419
2453
|
<array zero-terminated="0" c:type="gpointer">
|
2420
2454
|
<type name="guint8"/>
|
2421
2455
|
</array>
|
2422
2456
|
</return-value>
|
2423
2457
|
<parameters>
|
2424
2458
|
<instance-parameter name="rtp" transfer-ownership="none">
|
2425
|
-
<doc xml:
|
2459
|
+
<doc xml:space="preserve">the RTP packet</doc>
|
2426
2460
|
<type name="RTPBuffer" c:type="GstRTPBuffer*"/>
|
2427
2461
|
</instance-parameter>
|
2428
2462
|
</parameters>
|
2429
2463
|
</method>
|
2430
2464
|
<method name="get_payload_buffer"
|
2431
2465
|
c:identifier="gst_rtp_buffer_get_payload_buffer">
|
2432
|
-
<doc xml:
|
2466
|
+
<doc xml:space="preserve">Create a buffer of the payload of the RTP packet in @buffer. This function
|
2433
2467
|
will internally create a subbuffer of @buffer so that a memcpy can be
|
2434
2468
|
avoided.</doc>
|
2435
2469
|
<return-value transfer-ownership="full">
|
2436
|
-
<doc xml:
|
2470
|
+
<doc xml:space="preserve">A new buffer with the data of the payload.</doc>
|
2437
2471
|
<type name="Gst.Buffer" c:type="GstBuffer*"/>
|
2438
2472
|
</return-value>
|
2439
2473
|
<parameters>
|
2440
2474
|
<instance-parameter name="rtp" transfer-ownership="none">
|
2441
|
-
<doc xml:
|
2475
|
+
<doc xml:space="preserve">the RTP packet</doc>
|
2476
|
+
<type name="RTPBuffer" c:type="GstRTPBuffer*"/>
|
2477
|
+
</instance-parameter>
|
2478
|
+
</parameters>
|
2479
|
+
</method>
|
2480
|
+
<method name="get_payload_bytes"
|
2481
|
+
c:identifier="gst_rtp_buffer_get_payload_bytes"
|
2482
|
+
shadows="get_payload"
|
2483
|
+
version="1.2">
|
2484
|
+
<doc xml:space="preserve">Similar to gst_rtp_buffer_get_payload, but more suitable for language
|
2485
|
+
bindings usage. The return value is a pointer to a #GBytes structure
|
2486
|
+
containing the payload data in @rtp.</doc>
|
2487
|
+
<return-value transfer-ownership="full">
|
2488
|
+
<doc xml:space="preserve">A new #GBytes containing the payload data in @rtp.</doc>
|
2489
|
+
<type name="GLib.Bytes" c:type="GBytes*"/>
|
2490
|
+
</return-value>
|
2491
|
+
<parameters>
|
2492
|
+
<instance-parameter name="rtp" transfer-ownership="none">
|
2493
|
+
<doc xml:space="preserve">the RTP packet</doc>
|
2442
2494
|
<type name="RTPBuffer" c:type="GstRTPBuffer*"/>
|
2443
2495
|
</instance-parameter>
|
2444
2496
|
</parameters>
|
2445
2497
|
</method>
|
2446
2498
|
<method name="get_payload_len"
|
2447
2499
|
c:identifier="gst_rtp_buffer_get_payload_len">
|
2448
|
-
<doc xml:
|
2500
|
+
<doc xml:space="preserve">Get the length of the payload of the RTP packet in @buffer.</doc>
|
2449
2501
|
<return-value transfer-ownership="none">
|
2450
|
-
<doc xml:
|
2502
|
+
<doc xml:space="preserve">The length of the payload in @buffer.</doc>
|
2451
2503
|
<type name="guint" c:type="guint"/>
|
2452
2504
|
</return-value>
|
2453
2505
|
<parameters>
|
2454
2506
|
<instance-parameter name="rtp" transfer-ownership="none">
|
2455
|
-
<doc xml:
|
2507
|
+
<doc xml:space="preserve">the RTP packet</doc>
|
2456
2508
|
<type name="RTPBuffer" c:type="GstRTPBuffer*"/>
|
2457
2509
|
</instance-parameter>
|
2458
2510
|
</parameters>
|
2459
2511
|
</method>
|
2460
2512
|
<method name="get_payload_subbuffer"
|
2461
2513
|
c:identifier="gst_rtp_buffer_get_payload_subbuffer">
|
2462
|
-
<doc xml:
|
2514
|
+
<doc xml:space="preserve">Create a subbuffer of the payload of the RTP packet in @buffer. @offset bytes
|
2463
2515
|
are skipped in the payload and the subbuffer will be of size @len.
|
2464
2516
|
If @len is -1 the total payload starting from @offset if subbuffered.</doc>
|
2465
2517
|
<return-value transfer-ownership="full">
|
2466
|
-
<doc xml:
|
2518
|
+
<doc xml:space="preserve">A new buffer with the specified data of the payload.</doc>
|
2467
2519
|
<type name="Gst.Buffer" c:type="GstBuffer*"/>
|
2468
2520
|
</return-value>
|
2469
2521
|
<parameters>
|
2470
2522
|
<instance-parameter name="rtp" transfer-ownership="none">
|
2471
|
-
<doc xml:
|
2523
|
+
<doc xml:space="preserve">the RTP packet</doc>
|
2472
2524
|
<type name="RTPBuffer" c:type="GstRTPBuffer*"/>
|
2473
2525
|
</instance-parameter>
|
2474
2526
|
<parameter name="offset" transfer-ownership="none">
|
2475
|
-
<doc xml:
|
2527
|
+
<doc xml:space="preserve">the offset in the payload</doc>
|
2476
2528
|
<type name="guint" c:type="guint"/>
|
2477
2529
|
</parameter>
|
2478
2530
|
<parameter name="len" transfer-ownership="none">
|
2479
|
-
<doc xml:
|
2531
|
+
<doc xml:space="preserve">the length in the payload</doc>
|
2480
2532
|
<type name="guint" c:type="guint"/>
|
2481
2533
|
</parameter>
|
2482
2534
|
</parameters>
|
2483
2535
|
</method>
|
2484
2536
|
<method name="get_payload_type"
|
2485
2537
|
c:identifier="gst_rtp_buffer_get_payload_type">
|
2486
|
-
<doc xml:
|
2538
|
+
<doc xml:space="preserve">Get the payload type of the RTP packet in @buffer.</doc>
|
2487
2539
|
<return-value transfer-ownership="none">
|
2488
|
-
<doc xml:
|
2540
|
+
<doc xml:space="preserve">The payload type.</doc>
|
2489
2541
|
<type name="guint8" c:type="guint8"/>
|
2490
2542
|
</return-value>
|
2491
2543
|
<parameters>
|
2492
2544
|
<instance-parameter name="rtp" transfer-ownership="none">
|
2493
|
-
<doc xml:
|
2545
|
+
<doc xml:space="preserve">the RTP packet</doc>
|
2494
2546
|
<type name="RTPBuffer" c:type="GstRTPBuffer*"/>
|
2495
2547
|
</instance-parameter>
|
2496
2548
|
</parameters>
|
2497
2549
|
</method>
|
2498
2550
|
<method name="get_seq" c:identifier="gst_rtp_buffer_get_seq">
|
2499
|
-
<doc xml:
|
2551
|
+
<doc xml:space="preserve">Get the sequence number of the RTP packet in @buffer.</doc>
|
2500
2552
|
<return-value transfer-ownership="none">
|
2501
|
-
<doc xml:
|
2553
|
+
<doc xml:space="preserve">The sequence number in host order.</doc>
|
2502
2554
|
<type name="guint16" c:type="guint16"/>
|
2503
2555
|
</return-value>
|
2504
2556
|
<parameters>
|
2505
2557
|
<instance-parameter name="rtp" transfer-ownership="none">
|
2506
|
-
<doc xml:
|
2558
|
+
<doc xml:space="preserve">the RTP packet</doc>
|
2507
2559
|
<type name="RTPBuffer" c:type="GstRTPBuffer*"/>
|
2508
2560
|
</instance-parameter>
|
2509
2561
|
</parameters>
|
2510
2562
|
</method>
|
2511
2563
|
<method name="get_ssrc" c:identifier="gst_rtp_buffer_get_ssrc">
|
2512
|
-
<doc xml:
|
2564
|
+
<doc xml:space="preserve">Get the SSRC of the RTP packet in @buffer.</doc>
|
2513
2565
|
<return-value transfer-ownership="none">
|
2514
|
-
<doc xml:
|
2566
|
+
<doc xml:space="preserve">the SSRC of @buffer in host order.</doc>
|
2515
2567
|
<type name="guint32" c:type="guint32"/>
|
2516
2568
|
</return-value>
|
2517
2569
|
<parameters>
|
2518
2570
|
<instance-parameter name="rtp" transfer-ownership="none">
|
2519
|
-
<doc xml:
|
2571
|
+
<doc xml:space="preserve">the RTP packet</doc>
|
2520
2572
|
<type name="RTPBuffer" c:type="GstRTPBuffer*"/>
|
2521
2573
|
</instance-parameter>
|
2522
2574
|
</parameters>
|
2523
2575
|
</method>
|
2524
2576
|
<method name="get_timestamp" c:identifier="gst_rtp_buffer_get_timestamp">
|
2525
|
-
<doc xml:
|
2577
|
+
<doc xml:space="preserve">Get the timestamp of the RTP packet in @buffer.</doc>
|
2526
2578
|
<return-value transfer-ownership="none">
|
2527
|
-
<doc xml:
|
2579
|
+
<doc xml:space="preserve">The timestamp in host order.</doc>
|
2528
2580
|
<type name="guint32" c:type="guint32"/>
|
2529
2581
|
</return-value>
|
2530
2582
|
<parameters>
|
2531
2583
|
<instance-parameter name="rtp" transfer-ownership="none">
|
2532
|
-
<doc xml:
|
2584
|
+
<doc xml:space="preserve">the RTP packet</doc>
|
2533
2585
|
<type name="RTPBuffer" c:type="GstRTPBuffer*"/>
|
2534
2586
|
</instance-parameter>
|
2535
2587
|
</parameters>
|
2536
2588
|
</method>
|
2537
2589
|
<method name="get_version" c:identifier="gst_rtp_buffer_get_version">
|
2538
|
-
<doc xml:
|
2590
|
+
<doc xml:space="preserve">Get the version number of the RTP packet in @buffer.</doc>
|
2539
2591
|
<return-value transfer-ownership="none">
|
2540
|
-
<doc xml:
|
2592
|
+
<doc xml:space="preserve">The version of @buffer.</doc>
|
2541
2593
|
<type name="guint8" c:type="guint8"/>
|
2542
2594
|
</return-value>
|
2543
2595
|
<parameters>
|
2544
2596
|
<instance-parameter name="rtp" transfer-ownership="none">
|
2545
|
-
<doc xml:
|
2597
|
+
<doc xml:space="preserve">the RTP packet</doc>
|
2546
2598
|
<type name="RTPBuffer" c:type="GstRTPBuffer*"/>
|
2547
2599
|
</instance-parameter>
|
2548
2600
|
</parameters>
|
2549
2601
|
</method>
|
2550
2602
|
<method name="pad_to" c:identifier="gst_rtp_buffer_pad_to">
|
2551
|
-
<doc xml:
|
2603
|
+
<doc xml:space="preserve">Set the amount of padding in the RTP packet in @buffer to
|
2552
2604
|
@len. If @len is 0, the padding is removed.
|
2553
2605
|
|
2554
2606
|
NOTE: This function does not work correctly.</doc>
|
@@ -2557,221 +2609,221 @@ NOTE: This function does not work correctly.</doc>
|
|
2557
2609
|
</return-value>
|
2558
2610
|
<parameters>
|
2559
2611
|
<instance-parameter name="rtp" transfer-ownership="none">
|
2560
|
-
<doc xml:
|
2612
|
+
<doc xml:space="preserve">the RTP packet</doc>
|
2561
2613
|
<type name="RTPBuffer" c:type="GstRTPBuffer*"/>
|
2562
2614
|
</instance-parameter>
|
2563
2615
|
<parameter name="len" transfer-ownership="none">
|
2564
|
-
<doc xml:
|
2616
|
+
<doc xml:space="preserve">the new amount of padding</doc>
|
2565
2617
|
<type name="guint" c:type="guint"/>
|
2566
2618
|
</parameter>
|
2567
2619
|
</parameters>
|
2568
2620
|
</method>
|
2569
2621
|
<method name="set_csrc" c:identifier="gst_rtp_buffer_set_csrc">
|
2570
|
-
<doc xml:
|
2622
|
+
<doc xml:space="preserve">Modify the CSRC at index @idx in @buffer to @csrc.</doc>
|
2571
2623
|
<return-value transfer-ownership="none">
|
2572
2624
|
<type name="none" c:type="void"/>
|
2573
2625
|
</return-value>
|
2574
2626
|
<parameters>
|
2575
2627
|
<instance-parameter name="rtp" transfer-ownership="none">
|
2576
|
-
<doc xml:
|
2628
|
+
<doc xml:space="preserve">the RTP packet</doc>
|
2577
2629
|
<type name="RTPBuffer" c:type="GstRTPBuffer*"/>
|
2578
2630
|
</instance-parameter>
|
2579
2631
|
<parameter name="idx" transfer-ownership="none">
|
2580
|
-
<doc xml:
|
2632
|
+
<doc xml:space="preserve">the CSRC index to set</doc>
|
2581
2633
|
<type name="guint8" c:type="guint8"/>
|
2582
2634
|
</parameter>
|
2583
2635
|
<parameter name="csrc" transfer-ownership="none">
|
2584
|
-
<doc xml:
|
2636
|
+
<doc xml:space="preserve">the CSRC in host order to set at @idx</doc>
|
2585
2637
|
<type name="guint32" c:type="guint32"/>
|
2586
2638
|
</parameter>
|
2587
2639
|
</parameters>
|
2588
2640
|
</method>
|
2589
2641
|
<method name="set_extension" c:identifier="gst_rtp_buffer_set_extension">
|
2590
|
-
<doc xml:
|
2642
|
+
<doc xml:space="preserve">Set the extension bit on the RTP packet in @buffer to @extension.</doc>
|
2591
2643
|
<return-value transfer-ownership="none">
|
2592
2644
|
<type name="none" c:type="void"/>
|
2593
2645
|
</return-value>
|
2594
2646
|
<parameters>
|
2595
2647
|
<instance-parameter name="rtp" transfer-ownership="none">
|
2596
|
-
<doc xml:
|
2648
|
+
<doc xml:space="preserve">the RTP packet</doc>
|
2597
2649
|
<type name="RTPBuffer" c:type="GstRTPBuffer*"/>
|
2598
2650
|
</instance-parameter>
|
2599
2651
|
<parameter name="extension" transfer-ownership="none">
|
2600
|
-
<doc xml:
|
2652
|
+
<doc xml:space="preserve">the new extension</doc>
|
2601
2653
|
<type name="gboolean" c:type="gboolean"/>
|
2602
2654
|
</parameter>
|
2603
2655
|
</parameters>
|
2604
2656
|
</method>
|
2605
2657
|
<method name="set_extension_data"
|
2606
2658
|
c:identifier="gst_rtp_buffer_set_extension_data">
|
2607
|
-
<doc xml:
|
2659
|
+
<doc xml:space="preserve">Set the extension bit of the rtp buffer and fill in the @bits and @length of the
|
2608
2660
|
extension header. If the existing extension data is not large enough, it will
|
2609
2661
|
be made larger.</doc>
|
2610
2662
|
<return-value transfer-ownership="none">
|
2611
|
-
<doc xml:
|
2663
|
+
<doc xml:space="preserve">True if done.</doc>
|
2612
2664
|
<type name="gboolean" c:type="gboolean"/>
|
2613
2665
|
</return-value>
|
2614
2666
|
<parameters>
|
2615
2667
|
<instance-parameter name="rtp" transfer-ownership="none">
|
2616
|
-
<doc xml:
|
2668
|
+
<doc xml:space="preserve">the RTP packet</doc>
|
2617
2669
|
<type name="RTPBuffer" c:type="GstRTPBuffer*"/>
|
2618
2670
|
</instance-parameter>
|
2619
2671
|
<parameter name="bits" transfer-ownership="none">
|
2620
|
-
<doc xml:
|
2672
|
+
<doc xml:space="preserve">the bits specific for the extension</doc>
|
2621
2673
|
<type name="guint16" c:type="guint16"/>
|
2622
2674
|
</parameter>
|
2623
2675
|
<parameter name="length" transfer-ownership="none">
|
2624
|
-
<doc xml:
|
2676
|
+
<doc xml:space="preserve">the length that counts the number of 32-bit words in the extension, excluding the extension header ( therefore zero is a valid length)</doc>
|
2625
2677
|
<type name="guint16" c:type="guint16"/>
|
2626
2678
|
</parameter>
|
2627
2679
|
</parameters>
|
2628
2680
|
</method>
|
2629
2681
|
<method name="set_marker" c:identifier="gst_rtp_buffer_set_marker">
|
2630
|
-
<doc xml:
|
2682
|
+
<doc xml:space="preserve">Set the marker bit on the RTP packet in @buffer to @marker.</doc>
|
2631
2683
|
<return-value transfer-ownership="none">
|
2632
2684
|
<type name="none" c:type="void"/>
|
2633
2685
|
</return-value>
|
2634
2686
|
<parameters>
|
2635
2687
|
<instance-parameter name="rtp" transfer-ownership="none">
|
2636
|
-
<doc xml:
|
2688
|
+
<doc xml:space="preserve">the RTP packet</doc>
|
2637
2689
|
<type name="RTPBuffer" c:type="GstRTPBuffer*"/>
|
2638
2690
|
</instance-parameter>
|
2639
2691
|
<parameter name="marker" transfer-ownership="none">
|
2640
|
-
<doc xml:
|
2692
|
+
<doc xml:space="preserve">the new marker</doc>
|
2641
2693
|
<type name="gboolean" c:type="gboolean"/>
|
2642
2694
|
</parameter>
|
2643
2695
|
</parameters>
|
2644
2696
|
</method>
|
2645
2697
|
<method name="set_packet_len"
|
2646
2698
|
c:identifier="gst_rtp_buffer_set_packet_len">
|
2647
|
-
<doc xml:
|
2699
|
+
<doc xml:space="preserve">Set the total @rtp size to @len. The data in the buffer will be made
|
2648
2700
|
larger if needed. Any padding will be removed from the packet.</doc>
|
2649
2701
|
<return-value transfer-ownership="none">
|
2650
2702
|
<type name="none" c:type="void"/>
|
2651
2703
|
</return-value>
|
2652
2704
|
<parameters>
|
2653
2705
|
<instance-parameter name="rtp" transfer-ownership="none">
|
2654
|
-
<doc xml:
|
2706
|
+
<doc xml:space="preserve">the RTP packet</doc>
|
2655
2707
|
<type name="RTPBuffer" c:type="GstRTPBuffer*"/>
|
2656
2708
|
</instance-parameter>
|
2657
2709
|
<parameter name="len" transfer-ownership="none">
|
2658
|
-
<doc xml:
|
2710
|
+
<doc xml:space="preserve">the new packet length</doc>
|
2659
2711
|
<type name="guint" c:type="guint"/>
|
2660
2712
|
</parameter>
|
2661
2713
|
</parameters>
|
2662
2714
|
</method>
|
2663
2715
|
<method name="set_padding" c:identifier="gst_rtp_buffer_set_padding">
|
2664
|
-
<doc xml:
|
2716
|
+
<doc xml:space="preserve">Set the padding bit on the RTP packet in @buffer to @padding.</doc>
|
2665
2717
|
<return-value transfer-ownership="none">
|
2666
2718
|
<type name="none" c:type="void"/>
|
2667
2719
|
</return-value>
|
2668
2720
|
<parameters>
|
2669
2721
|
<instance-parameter name="rtp" transfer-ownership="none">
|
2670
|
-
<doc xml:
|
2722
|
+
<doc xml:space="preserve">the buffer</doc>
|
2671
2723
|
<type name="RTPBuffer" c:type="GstRTPBuffer*"/>
|
2672
2724
|
</instance-parameter>
|
2673
2725
|
<parameter name="padding" transfer-ownership="none">
|
2674
|
-
<doc xml:
|
2726
|
+
<doc xml:space="preserve">the new padding</doc>
|
2675
2727
|
<type name="gboolean" c:type="gboolean"/>
|
2676
2728
|
</parameter>
|
2677
2729
|
</parameters>
|
2678
2730
|
</method>
|
2679
2731
|
<method name="set_payload_type"
|
2680
2732
|
c:identifier="gst_rtp_buffer_set_payload_type">
|
2681
|
-
<doc xml:
|
2733
|
+
<doc xml:space="preserve">Set the payload type of the RTP packet in @buffer to @payload_type.</doc>
|
2682
2734
|
<return-value transfer-ownership="none">
|
2683
2735
|
<type name="none" c:type="void"/>
|
2684
2736
|
</return-value>
|
2685
2737
|
<parameters>
|
2686
2738
|
<instance-parameter name="rtp" transfer-ownership="none">
|
2687
|
-
<doc xml:
|
2739
|
+
<doc xml:space="preserve">the RTP packet</doc>
|
2688
2740
|
<type name="RTPBuffer" c:type="GstRTPBuffer*"/>
|
2689
2741
|
</instance-parameter>
|
2690
2742
|
<parameter name="payload_type" transfer-ownership="none">
|
2691
|
-
<doc xml:
|
2743
|
+
<doc xml:space="preserve">the new type</doc>
|
2692
2744
|
<type name="guint8" c:type="guint8"/>
|
2693
2745
|
</parameter>
|
2694
2746
|
</parameters>
|
2695
2747
|
</method>
|
2696
2748
|
<method name="set_seq" c:identifier="gst_rtp_buffer_set_seq">
|
2697
|
-
<doc xml:
|
2749
|
+
<doc xml:space="preserve">Set the sequence number of the RTP packet in @buffer to @seq.</doc>
|
2698
2750
|
<return-value transfer-ownership="none">
|
2699
2751
|
<type name="none" c:type="void"/>
|
2700
2752
|
</return-value>
|
2701
2753
|
<parameters>
|
2702
2754
|
<instance-parameter name="rtp" transfer-ownership="none">
|
2703
|
-
<doc xml:
|
2755
|
+
<doc xml:space="preserve">the RTP packet</doc>
|
2704
2756
|
<type name="RTPBuffer" c:type="GstRTPBuffer*"/>
|
2705
2757
|
</instance-parameter>
|
2706
2758
|
<parameter name="seq" transfer-ownership="none">
|
2707
|
-
<doc xml:
|
2759
|
+
<doc xml:space="preserve">the new sequence number</doc>
|
2708
2760
|
<type name="guint16" c:type="guint16"/>
|
2709
2761
|
</parameter>
|
2710
2762
|
</parameters>
|
2711
2763
|
</method>
|
2712
2764
|
<method name="set_ssrc" c:identifier="gst_rtp_buffer_set_ssrc">
|
2713
|
-
<doc xml:
|
2765
|
+
<doc xml:space="preserve">Set the SSRC on the RTP packet in @buffer to @ssrc.</doc>
|
2714
2766
|
<return-value transfer-ownership="none">
|
2715
2767
|
<type name="none" c:type="void"/>
|
2716
2768
|
</return-value>
|
2717
2769
|
<parameters>
|
2718
2770
|
<instance-parameter name="rtp" transfer-ownership="none">
|
2719
|
-
<doc xml:
|
2771
|
+
<doc xml:space="preserve">the RTP packet</doc>
|
2720
2772
|
<type name="RTPBuffer" c:type="GstRTPBuffer*"/>
|
2721
2773
|
</instance-parameter>
|
2722
2774
|
<parameter name="ssrc" transfer-ownership="none">
|
2723
|
-
<doc xml:
|
2775
|
+
<doc xml:space="preserve">the new SSRC</doc>
|
2724
2776
|
<type name="guint32" c:type="guint32"/>
|
2725
2777
|
</parameter>
|
2726
2778
|
</parameters>
|
2727
2779
|
</method>
|
2728
2780
|
<method name="set_timestamp" c:identifier="gst_rtp_buffer_set_timestamp">
|
2729
|
-
<doc xml:
|
2781
|
+
<doc xml:space="preserve">Set the timestamp of the RTP packet in @buffer to @timestamp.</doc>
|
2730
2782
|
<return-value transfer-ownership="none">
|
2731
2783
|
<type name="none" c:type="void"/>
|
2732
2784
|
</return-value>
|
2733
2785
|
<parameters>
|
2734
2786
|
<instance-parameter name="rtp" transfer-ownership="none">
|
2735
|
-
<doc xml:
|
2787
|
+
<doc xml:space="preserve">the RTP packet</doc>
|
2736
2788
|
<type name="RTPBuffer" c:type="GstRTPBuffer*"/>
|
2737
2789
|
</instance-parameter>
|
2738
2790
|
<parameter name="timestamp" transfer-ownership="none">
|
2739
|
-
<doc xml:
|
2791
|
+
<doc xml:space="preserve">the new timestamp</doc>
|
2740
2792
|
<type name="guint32" c:type="guint32"/>
|
2741
2793
|
</parameter>
|
2742
2794
|
</parameters>
|
2743
2795
|
</method>
|
2744
2796
|
<method name="set_version" c:identifier="gst_rtp_buffer_set_version">
|
2745
|
-
<doc xml:
|
2797
|
+
<doc xml:space="preserve">Set the version of the RTP packet in @buffer to @version.</doc>
|
2746
2798
|
<return-value transfer-ownership="none">
|
2747
2799
|
<type name="none" c:type="void"/>
|
2748
2800
|
</return-value>
|
2749
2801
|
<parameters>
|
2750
2802
|
<instance-parameter name="rtp" transfer-ownership="none">
|
2751
|
-
<doc xml:
|
2803
|
+
<doc xml:space="preserve">the RTP packet</doc>
|
2752
2804
|
<type name="RTPBuffer" c:type="GstRTPBuffer*"/>
|
2753
2805
|
</instance-parameter>
|
2754
2806
|
<parameter name="version" transfer-ownership="none">
|
2755
|
-
<doc xml:
|
2807
|
+
<doc xml:space="preserve">the new version</doc>
|
2756
2808
|
<type name="guint8" c:type="guint8"/>
|
2757
2809
|
</parameter>
|
2758
2810
|
</parameters>
|
2759
2811
|
</method>
|
2760
2812
|
<method name="unmap" c:identifier="gst_rtp_buffer_unmap">
|
2761
|
-
<doc xml:
|
2813
|
+
<doc xml:space="preserve">Unmap @rtp previously mapped with gst_rtp_buffer_map().</doc>
|
2762
2814
|
<return-value transfer-ownership="none">
|
2763
2815
|
<type name="none" c:type="void"/>
|
2764
2816
|
</return-value>
|
2765
2817
|
<parameters>
|
2766
2818
|
<instance-parameter name="rtp" transfer-ownership="none">
|
2767
|
-
<doc xml:
|
2819
|
+
<doc xml:space="preserve">a #GstRTPBuffer</doc>
|
2768
2820
|
<type name="RTPBuffer" c:type="GstRTPBuffer*"/>
|
2769
2821
|
</instance-parameter>
|
2770
2822
|
</parameters>
|
2771
2823
|
</method>
|
2772
2824
|
<function name="allocate_data"
|
2773
2825
|
c:identifier="gst_rtp_buffer_allocate_data">
|
2774
|
-
<doc xml:
|
2826
|
+
<doc xml:space="preserve">Allocate enough data in @buffer to hold an RTP packet with @csrc_count CSRCs,
|
2775
2827
|
a payload length of @payload_len and padding of @pad_len.
|
2776
2828
|
@buffer must be writable and all previous memory in @buffer will be freed.
|
2777
2829
|
If @pad_len is >0, the padding bit will be set. All other RTP header fields
|
@@ -2781,258 +2833,258 @@ will be set to 0/FALSE.</doc>
|
|
2781
2833
|
</return-value>
|
2782
2834
|
<parameters>
|
2783
2835
|
<parameter name="buffer" transfer-ownership="none">
|
2784
|
-
<doc xml:
|
2836
|
+
<doc xml:space="preserve">a #GstBuffer</doc>
|
2785
2837
|
<type name="Gst.Buffer" c:type="GstBuffer*"/>
|
2786
2838
|
</parameter>
|
2787
2839
|
<parameter name="payload_len" transfer-ownership="none">
|
2788
|
-
<doc xml:
|
2840
|
+
<doc xml:space="preserve">the length of the payload</doc>
|
2789
2841
|
<type name="guint" c:type="guint"/>
|
2790
2842
|
</parameter>
|
2791
2843
|
<parameter name="pad_len" transfer-ownership="none">
|
2792
|
-
<doc xml:
|
2844
|
+
<doc xml:space="preserve">the amount of padding</doc>
|
2793
2845
|
<type name="guint8" c:type="guint8"/>
|
2794
2846
|
</parameter>
|
2795
2847
|
<parameter name="csrc_count" transfer-ownership="none">
|
2796
|
-
<doc xml:
|
2848
|
+
<doc xml:space="preserve">the number of CSRC entries</doc>
|
2797
2849
|
<type name="guint8" c:type="guint8"/>
|
2798
2850
|
</parameter>
|
2799
2851
|
</parameters>
|
2800
2852
|
</function>
|
2801
2853
|
<function name="calc_header_len"
|
2802
2854
|
c:identifier="gst_rtp_buffer_calc_header_len">
|
2803
|
-
<doc xml:
|
2855
|
+
<doc xml:space="preserve">Calculate the header length of an RTP packet with @csrc_count CSRC entries.
|
2804
2856
|
An RTP packet can have at most 15 CSRC entries.</doc>
|
2805
2857
|
<return-value transfer-ownership="none">
|
2806
|
-
<doc xml:
|
2858
|
+
<doc xml:space="preserve">The length of an RTP header with @csrc_count CSRC entries.</doc>
|
2807
2859
|
<type name="guint" c:type="guint"/>
|
2808
2860
|
</return-value>
|
2809
2861
|
<parameters>
|
2810
2862
|
<parameter name="csrc_count" transfer-ownership="none">
|
2811
|
-
<doc xml:
|
2863
|
+
<doc xml:space="preserve">the number of CSRC entries</doc>
|
2812
2864
|
<type name="guint8" c:type="guint8"/>
|
2813
2865
|
</parameter>
|
2814
2866
|
</parameters>
|
2815
2867
|
</function>
|
2816
2868
|
<function name="calc_packet_len"
|
2817
2869
|
c:identifier="gst_rtp_buffer_calc_packet_len">
|
2818
|
-
<doc xml:
|
2870
|
+
<doc xml:space="preserve">Calculate the total length of an RTP packet with a payload size of @payload_len,
|
2819
2871
|
a padding of @pad_len and a @csrc_count CSRC entries.</doc>
|
2820
2872
|
<return-value transfer-ownership="none">
|
2821
|
-
<doc xml:
|
2873
|
+
<doc xml:space="preserve">The total length of an RTP header with given parameters.</doc>
|
2822
2874
|
<type name="guint" c:type="guint"/>
|
2823
2875
|
</return-value>
|
2824
2876
|
<parameters>
|
2825
2877
|
<parameter name="payload_len" transfer-ownership="none">
|
2826
|
-
<doc xml:
|
2878
|
+
<doc xml:space="preserve">the length of the payload</doc>
|
2827
2879
|
<type name="guint" c:type="guint"/>
|
2828
2880
|
</parameter>
|
2829
2881
|
<parameter name="pad_len" transfer-ownership="none">
|
2830
|
-
<doc xml:
|
2882
|
+
<doc xml:space="preserve">the amount of padding</doc>
|
2831
2883
|
<type name="guint8" c:type="guint8"/>
|
2832
2884
|
</parameter>
|
2833
2885
|
<parameter name="csrc_count" transfer-ownership="none">
|
2834
|
-
<doc xml:
|
2886
|
+
<doc xml:space="preserve">the number of CSRC entries</doc>
|
2835
2887
|
<type name="guint8" c:type="guint8"/>
|
2836
2888
|
</parameter>
|
2837
2889
|
</parameters>
|
2838
2890
|
</function>
|
2839
2891
|
<function name="calc_payload_len"
|
2840
2892
|
c:identifier="gst_rtp_buffer_calc_payload_len">
|
2841
|
-
<doc xml:
|
2893
|
+
<doc xml:space="preserve">Calculate the length of the payload of an RTP packet with size @packet_len,
|
2842
2894
|
a padding of @pad_len and a @csrc_count CSRC entries.</doc>
|
2843
2895
|
<return-value transfer-ownership="none">
|
2844
|
-
<doc xml:
|
2896
|
+
<doc xml:space="preserve">The length of the payload of an RTP packet with given parameters.</doc>
|
2845
2897
|
<type name="guint" c:type="guint"/>
|
2846
2898
|
</return-value>
|
2847
2899
|
<parameters>
|
2848
2900
|
<parameter name="packet_len" transfer-ownership="none">
|
2849
|
-
<doc xml:
|
2901
|
+
<doc xml:space="preserve">the length of the total RTP packet</doc>
|
2850
2902
|
<type name="guint" c:type="guint"/>
|
2851
2903
|
</parameter>
|
2852
2904
|
<parameter name="pad_len" transfer-ownership="none">
|
2853
|
-
<doc xml:
|
2905
|
+
<doc xml:space="preserve">the amount of padding</doc>
|
2854
2906
|
<type name="guint8" c:type="guint8"/>
|
2855
2907
|
</parameter>
|
2856
2908
|
<parameter name="csrc_count" transfer-ownership="none">
|
2857
|
-
<doc xml:
|
2909
|
+
<doc xml:space="preserve">the number of CSRC entries</doc>
|
2858
2910
|
<type name="guint8" c:type="guint8"/>
|
2859
2911
|
</parameter>
|
2860
2912
|
</parameters>
|
2861
2913
|
</function>
|
2862
2914
|
<function name="compare_seqnum"
|
2863
2915
|
c:identifier="gst_rtp_buffer_compare_seqnum">
|
2864
|
-
<doc xml:
|
2916
|
+
<doc xml:space="preserve">Compare two sequence numbers, taking care of wraparounds. This function
|
2865
2917
|
returns the difference between @seqnum1 and @seqnum2.</doc>
|
2866
2918
|
<return-value transfer-ownership="none">
|
2867
|
-
<doc xml:
|
2919
|
+
<doc xml:space="preserve">a negative value if @seqnum1 is bigger than @seqnum2, 0 if they are equal or a positive value if @seqnum1 is smaller than @segnum2.</doc>
|
2868
2920
|
<type name="gint" c:type="gint"/>
|
2869
2921
|
</return-value>
|
2870
2922
|
<parameters>
|
2871
2923
|
<parameter name="seqnum1" transfer-ownership="none">
|
2872
|
-
<doc xml:
|
2924
|
+
<doc xml:space="preserve">a sequence number</doc>
|
2873
2925
|
<type name="guint16" c:type="guint16"/>
|
2874
2926
|
</parameter>
|
2875
2927
|
<parameter name="seqnum2" transfer-ownership="none">
|
2876
|
-
<doc xml:
|
2928
|
+
<doc xml:space="preserve">a sequence number</doc>
|
2877
2929
|
<type name="guint16" c:type="guint16"/>
|
2878
2930
|
</parameter>
|
2879
2931
|
</parameters>
|
2880
2932
|
</function>
|
2881
2933
|
<function name="default_clock_rate"
|
2882
2934
|
c:identifier="gst_rtp_buffer_default_clock_rate">
|
2883
|
-
<doc xml:
|
2935
|
+
<doc xml:space="preserve">Get the default clock-rate for the static payload type @payload_type.</doc>
|
2884
2936
|
<return-value transfer-ownership="none">
|
2885
|
-
<doc xml:
|
2937
|
+
<doc xml:space="preserve">the default clock rate or -1 if the payload type is not static or the clock-rate is undefined.</doc>
|
2886
2938
|
<type name="guint32" c:type="guint32"/>
|
2887
2939
|
</return-value>
|
2888
2940
|
<parameters>
|
2889
2941
|
<parameter name="payload_type" transfer-ownership="none">
|
2890
|
-
<doc xml:
|
2942
|
+
<doc xml:space="preserve">the static payload type</doc>
|
2891
2943
|
<type name="guint8" c:type="guint8"/>
|
2892
2944
|
</parameter>
|
2893
2945
|
</parameters>
|
2894
2946
|
</function>
|
2895
2947
|
<function name="ext_timestamp"
|
2896
2948
|
c:identifier="gst_rtp_buffer_ext_timestamp">
|
2897
|
-
<doc xml:
|
2949
|
+
<doc xml:space="preserve">Update the @exttimestamp field with @timestamp. For the first call of the
|
2898
2950
|
method, @exttimestamp should point to a location with a value of -1.
|
2899
2951
|
|
2900
2952
|
This function makes sure that the returned value is a constantly increasing
|
2901
2953
|
value even in the case where there is a timestamp wraparound.</doc>
|
2902
2954
|
<return-value transfer-ownership="none">
|
2903
|
-
<doc xml:
|
2955
|
+
<doc xml:space="preserve">The extended timestamp of @timestamp.</doc>
|
2904
2956
|
<type name="guint64" c:type="guint64"/>
|
2905
2957
|
</return-value>
|
2906
2958
|
<parameters>
|
2907
2959
|
<parameter name="exttimestamp" transfer-ownership="none">
|
2908
|
-
<doc xml:
|
2960
|
+
<doc xml:space="preserve">a previous extended timestamp</doc>
|
2909
2961
|
<type name="guint64" c:type="guint64*"/>
|
2910
2962
|
</parameter>
|
2911
2963
|
<parameter name="timestamp" transfer-ownership="none">
|
2912
|
-
<doc xml:
|
2964
|
+
<doc xml:space="preserve">a new timestamp</doc>
|
2913
2965
|
<type name="guint32" c:type="guint32"/>
|
2914
2966
|
</parameter>
|
2915
2967
|
</parameters>
|
2916
2968
|
</function>
|
2917
2969
|
<function name="map" c:identifier="gst_rtp_buffer_map">
|
2918
|
-
<doc xml:
|
2970
|
+
<doc xml:space="preserve">Map the contents of @buffer into @rtp.</doc>
|
2919
2971
|
<return-value transfer-ownership="none">
|
2920
|
-
<doc xml:
|
2972
|
+
<doc xml:space="preserve">%TRUE if @buffer could be mapped.</doc>
|
2921
2973
|
<type name="gboolean" c:type="gboolean"/>
|
2922
2974
|
</return-value>
|
2923
2975
|
<parameters>
|
2924
2976
|
<parameter name="buffer" transfer-ownership="none">
|
2925
|
-
<doc xml:
|
2977
|
+
<doc xml:space="preserve">a #GstBuffer</doc>
|
2926
2978
|
<type name="Gst.Buffer" c:type="GstBuffer*"/>
|
2927
2979
|
</parameter>
|
2928
2980
|
<parameter name="flags" transfer-ownership="none">
|
2929
|
-
<doc xml:
|
2981
|
+
<doc xml:space="preserve">#GstMapFlags</doc>
|
2930
2982
|
<type name="Gst.MapFlags" c:type="GstMapFlags"/>
|
2931
2983
|
</parameter>
|
2932
2984
|
<parameter name="rtp"
|
2933
2985
|
direction="out"
|
2934
2986
|
caller-allocates="1"
|
2935
2987
|
transfer-ownership="none">
|
2936
|
-
<doc xml:
|
2988
|
+
<doc xml:space="preserve">a #GstRTPBuffer</doc>
|
2937
2989
|
<type name="RTPBuffer" c:type="GstRTPBuffer*"/>
|
2938
2990
|
</parameter>
|
2939
2991
|
</parameters>
|
2940
2992
|
</function>
|
2941
2993
|
<function name="new_allocate" c:identifier="gst_rtp_buffer_new_allocate">
|
2942
|
-
<doc xml:
|
2994
|
+
<doc xml:space="preserve">Allocate a new #GstBuffer with enough data to hold an RTP packet with
|
2943
2995
|
@csrc_count CSRCs, a payload length of @payload_len and padding of @pad_len.
|
2944
2996
|
All other RTP header fields will be set to 0/FALSE.</doc>
|
2945
2997
|
<return-value transfer-ownership="full">
|
2946
|
-
<doc xml:
|
2998
|
+
<doc xml:space="preserve">A newly allocated buffer that can hold an RTP packet with given parameters.</doc>
|
2947
2999
|
<type name="Gst.Buffer" c:type="GstBuffer*"/>
|
2948
3000
|
</return-value>
|
2949
3001
|
<parameters>
|
2950
3002
|
<parameter name="payload_len" transfer-ownership="none">
|
2951
|
-
<doc xml:
|
3003
|
+
<doc xml:space="preserve">the length of the payload</doc>
|
2952
3004
|
<type name="guint" c:type="guint"/>
|
2953
3005
|
</parameter>
|
2954
3006
|
<parameter name="pad_len" transfer-ownership="none">
|
2955
|
-
<doc xml:
|
3007
|
+
<doc xml:space="preserve">the amount of padding</doc>
|
2956
3008
|
<type name="guint8" c:type="guint8"/>
|
2957
3009
|
</parameter>
|
2958
3010
|
<parameter name="csrc_count" transfer-ownership="none">
|
2959
|
-
<doc xml:
|
3011
|
+
<doc xml:space="preserve">the number of CSRC entries</doc>
|
2960
3012
|
<type name="guint8" c:type="guint8"/>
|
2961
3013
|
</parameter>
|
2962
3014
|
</parameters>
|
2963
3015
|
</function>
|
2964
3016
|
<function name="new_allocate_len"
|
2965
3017
|
c:identifier="gst_rtp_buffer_new_allocate_len">
|
2966
|
-
<doc xml:
|
3018
|
+
<doc xml:space="preserve">Create a new #GstBuffer that can hold an RTP packet that is exactly
|
2967
3019
|
@packet_len long. The length of the payload depends on @pad_len and
|
2968
3020
|
@csrc_count and can be calculated with gst_rtp_buffer_calc_payload_len().
|
2969
3021
|
All RTP header fields will be set to 0/FALSE.</doc>
|
2970
3022
|
<return-value transfer-ownership="full">
|
2971
|
-
<doc xml:
|
3023
|
+
<doc xml:space="preserve">A newly allocated buffer that can hold an RTP packet of @packet_len.</doc>
|
2972
3024
|
<type name="Gst.Buffer" c:type="GstBuffer*"/>
|
2973
3025
|
</return-value>
|
2974
3026
|
<parameters>
|
2975
3027
|
<parameter name="packet_len" transfer-ownership="none">
|
2976
|
-
<doc xml:
|
3028
|
+
<doc xml:space="preserve">the total length of the packet</doc>
|
2977
3029
|
<type name="guint" c:type="guint"/>
|
2978
3030
|
</parameter>
|
2979
3031
|
<parameter name="pad_len" transfer-ownership="none">
|
2980
|
-
<doc xml:
|
3032
|
+
<doc xml:space="preserve">the amount of padding</doc>
|
2981
3033
|
<type name="guint8" c:type="guint8"/>
|
2982
3034
|
</parameter>
|
2983
3035
|
<parameter name="csrc_count" transfer-ownership="none">
|
2984
|
-
<doc xml:
|
3036
|
+
<doc xml:space="preserve">the number of CSRC entries</doc>
|
2985
3037
|
<type name="guint8" c:type="guint8"/>
|
2986
3038
|
</parameter>
|
2987
3039
|
</parameters>
|
2988
3040
|
</function>
|
2989
3041
|
<function name="new_copy_data"
|
2990
3042
|
c:identifier="gst_rtp_buffer_new_copy_data">
|
2991
|
-
<doc xml:
|
3043
|
+
<doc xml:space="preserve">Create a new buffer and set the data to a copy of @len
|
2992
3044
|
bytes of @data and the size to @len. The data will be freed when the buffer
|
2993
3045
|
is freed.</doc>
|
2994
3046
|
<return-value transfer-ownership="full">
|
2995
|
-
<doc xml:
|
3047
|
+
<doc xml:space="preserve">A newly allocated buffer with a copy of @data and of size @len.</doc>
|
2996
3048
|
<type name="Gst.Buffer" c:type="GstBuffer*"/>
|
2997
3049
|
</return-value>
|
2998
3050
|
<parameters>
|
2999
3051
|
<parameter name="data" transfer-ownership="none">
|
3000
|
-
<doc xml:
|
3052
|
+
<doc xml:space="preserve">data for the new buffer</doc>
|
3001
3053
|
<array length="1" zero-terminated="0" c:type="gpointer">
|
3002
3054
|
<type name="guint8"/>
|
3003
3055
|
</array>
|
3004
3056
|
</parameter>
|
3005
3057
|
<parameter name="len" transfer-ownership="none">
|
3006
|
-
<doc xml:
|
3058
|
+
<doc xml:space="preserve">the length of data</doc>
|
3007
3059
|
<type name="gsize" c:type="gsize"/>
|
3008
3060
|
</parameter>
|
3009
3061
|
</parameters>
|
3010
3062
|
</function>
|
3011
3063
|
<function name="new_take_data"
|
3012
3064
|
c:identifier="gst_rtp_buffer_new_take_data">
|
3013
|
-
<doc xml:
|
3065
|
+
<doc xml:space="preserve">Create a new buffer and set the data and size of the buffer to @data and @len
|
3014
3066
|
respectively. @data will be freed when the buffer is unreffed, so this
|
3015
3067
|
function transfers ownership of @data to the new buffer.</doc>
|
3016
3068
|
<return-value transfer-ownership="full">
|
3017
|
-
<doc xml:
|
3069
|
+
<doc xml:space="preserve">A newly allocated buffer with @data and of size @len.</doc>
|
3018
3070
|
<type name="Gst.Buffer" c:type="GstBuffer*"/>
|
3019
3071
|
</return-value>
|
3020
3072
|
<parameters>
|
3021
3073
|
<parameter name="data" transfer-ownership="full">
|
3022
|
-
<doc xml:
|
3074
|
+
<doc xml:space="preserve">data for the new buffer</doc>
|
3023
3075
|
<array length="1" zero-terminated="0" c:type="gpointer">
|
3024
3076
|
<type name="guint8"/>
|
3025
3077
|
</array>
|
3026
3078
|
</parameter>
|
3027
3079
|
<parameter name="len" transfer-ownership="none">
|
3028
|
-
<doc xml:
|
3080
|
+
<doc xml:space="preserve">the length of data</doc>
|
3029
3081
|
<type name="gsize" c:type="gsize"/>
|
3030
3082
|
</parameter>
|
3031
3083
|
</parameters>
|
3032
3084
|
</function>
|
3033
3085
|
</record>
|
3034
3086
|
<enumeration name="RTPPayload" c:type="GstRTPPayload">
|
3035
|
-
<doc xml:
|
3087
|
+
<doc xml:space="preserve">Standard predefined fixed payload types.
|
3036
3088
|
|
3037
3089
|
The official list is at:
|
3038
3090
|
http://www.iana.org/assignments/rtp-parameters
|
@@ -3045,98 +3097,98 @@ Video:
|
|
3045
3097
|
unassigned: 24, 27, 29, 30, 35-71, 77-95
|
3046
3098
|
Reserved for RTCP conflict avoidance: 72-76</doc>
|
3047
3099
|
<member name="pcmu" value="0" c:identifier="GST_RTP_PAYLOAD_PCMU">
|
3048
|
-
<doc xml:
|
3100
|
+
<doc xml:space="preserve">ITU-T G.711. mu-law audio (RFC 3551)</doc>
|
3049
3101
|
</member>
|
3050
3102
|
<member name="1016" value="1" c:identifier="GST_RTP_PAYLOAD_1016">
|
3051
|
-
<doc xml:
|
3103
|
+
<doc xml:space="preserve">RFC 3551 says reserved</doc>
|
3052
3104
|
</member>
|
3053
3105
|
<member name="g721" value="2" c:identifier="GST_RTP_PAYLOAD_G721">
|
3054
|
-
<doc xml:
|
3106
|
+
<doc xml:space="preserve">RFC 3551 says reserved</doc>
|
3055
3107
|
</member>
|
3056
3108
|
<member name="gsm" value="3" c:identifier="GST_RTP_PAYLOAD_GSM">
|
3057
|
-
<doc xml:
|
3109
|
+
<doc xml:space="preserve">GSM audio</doc>
|
3058
3110
|
</member>
|
3059
3111
|
<member name="g723" value="4" c:identifier="GST_RTP_PAYLOAD_G723">
|
3060
|
-
<doc xml:
|
3112
|
+
<doc xml:space="preserve">ITU G.723.1 audio</doc>
|
3061
3113
|
</member>
|
3062
3114
|
<member name="dvi4_8000"
|
3063
3115
|
value="5"
|
3064
3116
|
c:identifier="GST_RTP_PAYLOAD_DVI4_8000">
|
3065
|
-
<doc xml:
|
3117
|
+
<doc xml:space="preserve">IMA ADPCM wave type (RFC 3551)</doc>
|
3066
3118
|
</member>
|
3067
3119
|
<member name="dvi4_16000"
|
3068
3120
|
value="6"
|
3069
3121
|
c:identifier="GST_RTP_PAYLOAD_DVI4_16000">
|
3070
|
-
<doc xml:
|
3122
|
+
<doc xml:space="preserve">IMA ADPCM wave type (RFC 3551)</doc>
|
3071
3123
|
</member>
|
3072
3124
|
<member name="lpc" value="7" c:identifier="GST_RTP_PAYLOAD_LPC">
|
3073
|
-
<doc xml:
|
3125
|
+
<doc xml:space="preserve">experimental linear predictive encoding</doc>
|
3074
3126
|
</member>
|
3075
3127
|
<member name="pcma" value="8" c:identifier="GST_RTP_PAYLOAD_PCMA">
|
3076
|
-
<doc xml:
|
3128
|
+
<doc xml:space="preserve">ITU-T G.711 A-law audio (RFC 3551)</doc>
|
3077
3129
|
</member>
|
3078
3130
|
<member name="g722" value="9" c:identifier="GST_RTP_PAYLOAD_G722">
|
3079
|
-
<doc xml:
|
3131
|
+
<doc xml:space="preserve">ITU-T G.722 (RFC 3551)</doc>
|
3080
3132
|
</member>
|
3081
3133
|
<member name="l16_stereo"
|
3082
3134
|
value="10"
|
3083
3135
|
c:identifier="GST_RTP_PAYLOAD_L16_STEREO">
|
3084
|
-
<doc xml:
|
3136
|
+
<doc xml:space="preserve">stereo PCM</doc>
|
3085
3137
|
</member>
|
3086
3138
|
<member name="l16_mono"
|
3087
3139
|
value="11"
|
3088
3140
|
c:identifier="GST_RTP_PAYLOAD_L16_MONO">
|
3089
|
-
<doc xml:
|
3141
|
+
<doc xml:space="preserve">mono PCM</doc>
|
3090
3142
|
</member>
|
3091
3143
|
<member name="qcelp" value="12" c:identifier="GST_RTP_PAYLOAD_QCELP">
|
3092
|
-
<doc xml:
|
3144
|
+
<doc xml:space="preserve">EIA & TIA standard IS-733</doc>
|
3093
3145
|
</member>
|
3094
3146
|
<member name="cn" value="13" c:identifier="GST_RTP_PAYLOAD_CN">
|
3095
|
-
<doc xml:
|
3147
|
+
<doc xml:space="preserve">Comfort Noise (RFC 3389)</doc>
|
3096
3148
|
</member>
|
3097
3149
|
<member name="mpa" value="14" c:identifier="GST_RTP_PAYLOAD_MPA">
|
3098
|
-
<doc xml:
|
3150
|
+
<doc xml:space="preserve">Audio MPEG 1-3.</doc>
|
3099
3151
|
</member>
|
3100
3152
|
<member name="g728" value="15" c:identifier="GST_RTP_PAYLOAD_G728">
|
3101
|
-
<doc xml:
|
3153
|
+
<doc xml:space="preserve">ITU-T G.728 Speech coder (RFC 3551)</doc>
|
3102
3154
|
</member>
|
3103
3155
|
<member name="dvi4_11025"
|
3104
3156
|
value="16"
|
3105
3157
|
c:identifier="GST_RTP_PAYLOAD_DVI4_11025">
|
3106
|
-
<doc xml:
|
3158
|
+
<doc xml:space="preserve">IMA ADPCM wave type (RFC 3551)</doc>
|
3107
3159
|
</member>
|
3108
3160
|
<member name="dvi4_22050"
|
3109
3161
|
value="17"
|
3110
3162
|
c:identifier="GST_RTP_PAYLOAD_DVI4_22050">
|
3111
|
-
<doc xml:
|
3163
|
+
<doc xml:space="preserve">IMA ADPCM wave type (RFC 3551)</doc>
|
3112
3164
|
</member>
|
3113
3165
|
<member name="g729" value="18" c:identifier="GST_RTP_PAYLOAD_G729">
|
3114
|
-
<doc xml:
|
3166
|
+
<doc xml:space="preserve">ITU-T G.729 Speech coder (RFC 3551)</doc>
|
3115
3167
|
</member>
|
3116
3168
|
<member name="cellb" value="25" c:identifier="GST_RTP_PAYLOAD_CELLB">
|
3117
|
-
<doc xml:
|
3169
|
+
<doc xml:space="preserve">See RFC 2029</doc>
|
3118
3170
|
</member>
|
3119
3171
|
<member name="jpeg" value="26" c:identifier="GST_RTP_PAYLOAD_JPEG">
|
3120
|
-
<doc xml:
|
3172
|
+
<doc xml:space="preserve">ISO Standards 10918-1 and 10918-2 (RFC 2435)</doc>
|
3121
3173
|
</member>
|
3122
3174
|
<member name="nv" value="28" c:identifier="GST_RTP_PAYLOAD_NV">
|
3123
|
-
<doc xml:
|
3175
|
+
<doc xml:space="preserve">nv encoding by Ron Frederick</doc>
|
3124
3176
|
</member>
|
3125
3177
|
<member name="h261" value="31" c:identifier="GST_RTP_PAYLOAD_H261">
|
3126
|
-
<doc xml:
|
3178
|
+
<doc xml:space="preserve">ITU-T Recommendation H.261 (RFC 2032)</doc>
|
3127
3179
|
</member>
|
3128
3180
|
<member name="mpv" value="32" c:identifier="GST_RTP_PAYLOAD_MPV">
|
3129
|
-
<doc xml:
|
3181
|
+
<doc xml:space="preserve">Video MPEG 1 & 2 (RFC 2250)</doc>
|
3130
3182
|
</member>
|
3131
3183
|
<member name="mp2t" value="33" c:identifier="GST_RTP_PAYLOAD_MP2T">
|
3132
|
-
<doc xml:
|
3184
|
+
<doc xml:space="preserve">MPEG-2 transport stream (RFC 2250)</doc>
|
3133
3185
|
</member>
|
3134
3186
|
<member name="h263" value="34" c:identifier="GST_RTP_PAYLOAD_H263">
|
3135
|
-
<doc xml:
|
3187
|
+
<doc xml:space="preserve">Video H263 (RFC 2190)</doc>
|
3136
3188
|
</member>
|
3137
3189
|
</enumeration>
|
3138
3190
|
<record name="RTPPayloadInfo" c:type="GstRTPPayloadInfo">
|
3139
|
-
<doc xml:
|
3191
|
+
<doc xml:space="preserve">Structure holding default payload type information.</doc>
|
3140
3192
|
<field name="payload_type" writable="1">
|
3141
3193
|
<type name="guint8" c:type="guint8"/>
|
3142
3194
|
</field>
|
@@ -3161,42 +3213,67 @@ Reserved for RTCP conflict avoidance: 72-76</doc>
|
|
3161
3213
|
</array>
|
3162
3214
|
</field>
|
3163
3215
|
<function name="for_name" c:identifier="gst_rtp_payload_info_for_name">
|
3164
|
-
<doc xml:
|
3216
|
+
<doc xml:space="preserve">Get the #GstRTPPayloadInfo for @media and @encoding_name. This function is
|
3165
3217
|
mostly used to get the default clock-rate and bandwidth for dynamic payload
|
3166
3218
|
types specified with @media and @encoding name.
|
3167
3219
|
|
3168
3220
|
The search for @encoding_name will be performed in a case insensitve way.</doc>
|
3169
3221
|
<return-value transfer-ownership="none">
|
3170
|
-
<doc xml:
|
3222
|
+
<doc xml:space="preserve">a #GstRTPPayloadInfo or NULL when no info could be found.</doc>
|
3171
3223
|
<type name="RTPPayloadInfo" c:type="const GstRTPPayloadInfo*"/>
|
3172
3224
|
</return-value>
|
3173
3225
|
<parameters>
|
3174
3226
|
<parameter name="media" transfer-ownership="none">
|
3175
|
-
<doc xml:
|
3227
|
+
<doc xml:space="preserve">the media to find</doc>
|
3176
3228
|
<type name="utf8" c:type="const gchar*"/>
|
3177
3229
|
</parameter>
|
3178
3230
|
<parameter name="encoding_name" transfer-ownership="none">
|
3179
|
-
<doc xml:
|
3231
|
+
<doc xml:space="preserve">the encoding name to find</doc>
|
3180
3232
|
<type name="utf8" c:type="const gchar*"/>
|
3181
3233
|
</parameter>
|
3182
3234
|
</parameters>
|
3183
3235
|
</function>
|
3184
3236
|
<function name="for_pt" c:identifier="gst_rtp_payload_info_for_pt">
|
3185
|
-
<doc xml:
|
3237
|
+
<doc xml:space="preserve">Get the #GstRTPPayloadInfo for @payload_type. This function is
|
3186
3238
|
mostly used to get the default clock-rate and bandwidth for static payload
|
3187
3239
|
types specified with @payload_type.</doc>
|
3188
3240
|
<return-value transfer-ownership="none">
|
3189
|
-
<doc xml:
|
3241
|
+
<doc xml:space="preserve">a #GstRTPPayloadInfo or NULL when no info could be found.</doc>
|
3190
3242
|
<type name="RTPPayloadInfo" c:type="const GstRTPPayloadInfo*"/>
|
3191
3243
|
</return-value>
|
3192
3244
|
<parameters>
|
3193
3245
|
<parameter name="payload_type" transfer-ownership="none">
|
3194
|
-
<doc xml:
|
3246
|
+
<doc xml:space="preserve">the payload_type to find</doc>
|
3195
3247
|
<type name="guint8" c:type="guint8"/>
|
3196
3248
|
</parameter>
|
3197
3249
|
</parameters>
|
3198
3250
|
</function>
|
3199
3251
|
</record>
|
3252
|
+
<constant name="RTP_HDREXT_BASE"
|
3253
|
+
value="urn:ietf:params:rtp-hdrext:"
|
3254
|
+
c:type="GST_RTP_HDREXT_BASE">
|
3255
|
+
<type name="utf8" c:type="gchar*"/>
|
3256
|
+
</constant>
|
3257
|
+
<constant name="RTP_HDREXT_NTP_56"
|
3258
|
+
value="ntp-56"
|
3259
|
+
c:type="GST_RTP_HDREXT_NTP_56">
|
3260
|
+
<type name="utf8" c:type="gchar*"/>
|
3261
|
+
</constant>
|
3262
|
+
<constant name="RTP_HDREXT_NTP_56_SIZE"
|
3263
|
+
value="7"
|
3264
|
+
c:type="GST_RTP_HDREXT_NTP_56_SIZE">
|
3265
|
+
<type name="gint" c:type="gint"/>
|
3266
|
+
</constant>
|
3267
|
+
<constant name="RTP_HDREXT_NTP_64"
|
3268
|
+
value="ntp-64"
|
3269
|
+
c:type="GST_RTP_HDREXT_NTP_64">
|
3270
|
+
<type name="utf8" c:type="gchar*"/>
|
3271
|
+
</constant>
|
3272
|
+
<constant name="RTP_HDREXT_NTP_64_SIZE"
|
3273
|
+
value="8"
|
3274
|
+
c:type="GST_RTP_HDREXT_NTP_64_SIZE">
|
3275
|
+
<type name="gint" c:type="gint"/>
|
3276
|
+
</constant>
|
3200
3277
|
<constant name="RTP_PAYLOAD_1016_STRING"
|
3201
3278
|
value="1"
|
3202
3279
|
c:type="GST_RTP_PAYLOAD_1016_STRING">
|
@@ -3369,28 +3446,28 @@ types specified with @payload_type.</doc>
|
|
3369
3446
|
<type name="utf8" c:type="gchar*"/>
|
3370
3447
|
</constant>
|
3371
3448
|
<constant name="RTP_VERSION" value="2" c:type="GST_RTP_VERSION">
|
3372
|
-
<doc xml:
|
3449
|
+
<doc xml:space="preserve">The supported RTP version 2.</doc>
|
3373
3450
|
<type name="gint" c:type="gint"/>
|
3374
3451
|
</constant>
|
3375
3452
|
<function name="rtcp_buffer_map"
|
3376
3453
|
c:identifier="gst_rtcp_buffer_map"
|
3377
3454
|
moved-to="RTCPBuffer.map">
|
3378
|
-
<doc xml:
|
3455
|
+
<doc xml:space="preserve">Open @buffer for reading or writing, depending on @flags. The resulting RTCP
|
3379
3456
|
buffer state is stored in @rtcp.</doc>
|
3380
3457
|
<return-value transfer-ownership="none">
|
3381
3458
|
<type name="gboolean" c:type="gboolean"/>
|
3382
3459
|
</return-value>
|
3383
3460
|
<parameters>
|
3384
3461
|
<parameter name="buffer" transfer-ownership="none">
|
3385
|
-
<doc xml:
|
3462
|
+
<doc xml:space="preserve">a buffer with an RTCP packet</doc>
|
3386
3463
|
<type name="Gst.Buffer" c:type="GstBuffer*"/>
|
3387
3464
|
</parameter>
|
3388
3465
|
<parameter name="flags" transfer-ownership="none">
|
3389
|
-
<doc xml:
|
3466
|
+
<doc xml:space="preserve">flags for the mapping</doc>
|
3390
3467
|
<type name="Gst.MapFlags" c:type="GstMapFlags"/>
|
3391
3468
|
</parameter>
|
3392
3469
|
<parameter name="rtcp" transfer-ownership="none">
|
3393
|
-
<doc xml:
|
3470
|
+
<doc xml:space="preserve">resulting #GstRTCPBuffer</doc>
|
3394
3471
|
<type name="RTCPBuffer" c:type="GstRTCPBuffer*"/>
|
3395
3472
|
</parameter>
|
3396
3473
|
</parameters>
|
@@ -3398,15 +3475,15 @@ buffer state is stored in @rtcp.</doc>
|
|
3398
3475
|
<function name="rtcp_buffer_new"
|
3399
3476
|
c:identifier="gst_rtcp_buffer_new"
|
3400
3477
|
moved-to="RTCPBuffer.new">
|
3401
|
-
<doc xml:
|
3478
|
+
<doc xml:space="preserve">Create a new buffer for constructing RTCP packets. The packet will have a
|
3402
3479
|
maximum size of @mtu.</doc>
|
3403
3480
|
<return-value transfer-ownership="full">
|
3404
|
-
<doc xml:
|
3481
|
+
<doc xml:space="preserve">A newly allocated buffer.</doc>
|
3405
3482
|
<type name="Gst.Buffer" c:type="GstBuffer*"/>
|
3406
3483
|
</return-value>
|
3407
3484
|
<parameters>
|
3408
3485
|
<parameter name="mtu" transfer-ownership="none">
|
3409
|
-
<doc xml:
|
3486
|
+
<doc xml:space="preserve">the maximum mtu size.</doc>
|
3410
3487
|
<type name="guint" c:type="guint"/>
|
3411
3488
|
</parameter>
|
3412
3489
|
</parameters>
|
@@ -3414,22 +3491,22 @@ maximum size of @mtu.</doc>
|
|
3414
3491
|
<function name="rtcp_buffer_new_copy_data"
|
3415
3492
|
c:identifier="gst_rtcp_buffer_new_copy_data"
|
3416
3493
|
moved-to="RTCPBuffer.new_copy_data">
|
3417
|
-
<doc xml:
|
3494
|
+
<doc xml:space="preserve">Create a new buffer and set the data to a copy of @len
|
3418
3495
|
bytes of @data and the size to @len. The data will be freed when the buffer
|
3419
3496
|
is freed.</doc>
|
3420
3497
|
<return-value transfer-ownership="full">
|
3421
|
-
<doc xml:
|
3498
|
+
<doc xml:space="preserve">A newly allocated buffer with a copy of @data and of size @len.</doc>
|
3422
3499
|
<type name="Gst.Buffer" c:type="GstBuffer*"/>
|
3423
3500
|
</return-value>
|
3424
3501
|
<parameters>
|
3425
3502
|
<parameter name="data" transfer-ownership="none">
|
3426
|
-
<doc xml:
|
3503
|
+
<doc xml:space="preserve">data for the new buffer</doc>
|
3427
3504
|
<array length="1" zero-terminated="0" c:type="gpointer">
|
3428
3505
|
<type name="guint8"/>
|
3429
3506
|
</array>
|
3430
3507
|
</parameter>
|
3431
3508
|
<parameter name="len" transfer-ownership="none">
|
3432
|
-
<doc xml:
|
3509
|
+
<doc xml:space="preserve">the length of data</doc>
|
3433
3510
|
<type name="guint" c:type="guint"/>
|
3434
3511
|
</parameter>
|
3435
3512
|
</parameters>
|
@@ -3437,22 +3514,22 @@ is freed.</doc>
|
|
3437
3514
|
<function name="rtcp_buffer_new_take_data"
|
3438
3515
|
c:identifier="gst_rtcp_buffer_new_take_data"
|
3439
3516
|
moved-to="RTCPBuffer.new_take_data">
|
3440
|
-
<doc xml:
|
3517
|
+
<doc xml:space="preserve">Create a new buffer and set the data and size of the buffer to @data and @len
|
3441
3518
|
respectively. @data will be freed when the buffer is unreffed, so this
|
3442
3519
|
function transfers ownership of @data to the new buffer.</doc>
|
3443
3520
|
<return-value transfer-ownership="full">
|
3444
|
-
<doc xml:
|
3521
|
+
<doc xml:space="preserve">A newly allocated buffer with @data and of size @len.</doc>
|
3445
3522
|
<type name="Gst.Buffer" c:type="GstBuffer*"/>
|
3446
3523
|
</return-value>
|
3447
3524
|
<parameters>
|
3448
3525
|
<parameter name="data" transfer-ownership="none">
|
3449
|
-
<doc xml:
|
3526
|
+
<doc xml:space="preserve">data for the new buffer</doc>
|
3450
3527
|
<array length="1" zero-terminated="0" c:type="gpointer">
|
3451
3528
|
<type name="guint8"/>
|
3452
3529
|
</array>
|
3453
3530
|
</parameter>
|
3454
3531
|
<parameter name="len" transfer-ownership="none">
|
3455
|
-
<doc xml:
|
3532
|
+
<doc xml:space="preserve">the length of data</doc>
|
3456
3533
|
<type name="guint" c:type="guint"/>
|
3457
3534
|
</parameter>
|
3458
3535
|
</parameters>
|
@@ -3460,15 +3537,15 @@ function transfers ownership of @data to the new buffer.</doc>
|
|
3460
3537
|
<function name="rtcp_buffer_validate"
|
3461
3538
|
c:identifier="gst_rtcp_buffer_validate"
|
3462
3539
|
moved-to="RTCPBuffer.validate">
|
3463
|
-
<doc xml:
|
3540
|
+
<doc xml:space="preserve">Check if the data pointed to by @buffer is a valid RTCP packet using
|
3464
3541
|
gst_rtcp_buffer_validate_data().</doc>
|
3465
3542
|
<return-value transfer-ownership="none">
|
3466
|
-
<doc xml:
|
3543
|
+
<doc xml:space="preserve">TRUE if @buffer is a valid RTCP packet.</doc>
|
3467
3544
|
<type name="gboolean" c:type="gboolean"/>
|
3468
3545
|
</return-value>
|
3469
3546
|
<parameters>
|
3470
3547
|
<parameter name="buffer" transfer-ownership="none">
|
3471
|
-
<doc xml:
|
3548
|
+
<doc xml:space="preserve">the buffer to validate</doc>
|
3472
3549
|
<type name="Gst.Buffer" c:type="GstBuffer*"/>
|
3473
3550
|
</parameter>
|
3474
3551
|
</parameters>
|
@@ -3476,86 +3553,86 @@ gst_rtcp_buffer_validate_data().</doc>
|
|
3476
3553
|
<function name="rtcp_buffer_validate_data"
|
3477
3554
|
c:identifier="gst_rtcp_buffer_validate_data"
|
3478
3555
|
moved-to="RTCPBuffer.validate_data">
|
3479
|
-
<doc xml:
|
3556
|
+
<doc xml:space="preserve">Check if the @data and @size point to the data of a valid RTCP (compound)
|
3480
3557
|
packet.
|
3481
3558
|
Use this function to validate a packet before using the other functions in
|
3482
3559
|
this module.</doc>
|
3483
3560
|
<return-value transfer-ownership="none">
|
3484
|
-
<doc xml:
|
3561
|
+
<doc xml:space="preserve">TRUE if the data points to a valid RTCP packet.</doc>
|
3485
3562
|
<type name="gboolean" c:type="gboolean"/>
|
3486
3563
|
</return-value>
|
3487
3564
|
<parameters>
|
3488
3565
|
<parameter name="data" transfer-ownership="none">
|
3489
|
-
<doc xml:
|
3566
|
+
<doc xml:space="preserve">the data to validate</doc>
|
3490
3567
|
<array length="1" zero-terminated="0" c:type="guint8*">
|
3491
3568
|
<type name="guint8" c:type="guint8"/>
|
3492
3569
|
</array>
|
3493
3570
|
</parameter>
|
3494
3571
|
<parameter name="len" transfer-ownership="none">
|
3495
|
-
<doc xml:
|
3572
|
+
<doc xml:space="preserve">the length of @data to validate</doc>
|
3496
3573
|
<type name="guint" c:type="guint"/>
|
3497
3574
|
</parameter>
|
3498
3575
|
</parameters>
|
3499
3576
|
</function>
|
3500
3577
|
<function name="rtcp_ntp_to_unix" c:identifier="gst_rtcp_ntp_to_unix">
|
3501
|
-
<doc xml:
|
3578
|
+
<doc xml:space="preserve">Converts an NTP time to UNIX nanoseconds. @ntptime can typically be
|
3502
3579
|
the NTP time of an SR RTCP message and contains, in the upper 32 bits, the
|
3503
3580
|
number of seconds since 1900 and, in the lower 32 bits, the fractional
|
3504
3581
|
seconds. The resulting value will be the number of nanoseconds since 1970.</doc>
|
3505
3582
|
<return-value transfer-ownership="none">
|
3506
|
-
<doc xml:
|
3583
|
+
<doc xml:space="preserve">the UNIX time for @ntptime in nanoseconds.</doc>
|
3507
3584
|
<type name="guint64" c:type="guint64"/>
|
3508
3585
|
</return-value>
|
3509
3586
|
<parameters>
|
3510
3587
|
<parameter name="ntptime" transfer-ownership="none">
|
3511
|
-
<doc xml:
|
3588
|
+
<doc xml:space="preserve">an NTP timestamp</doc>
|
3512
3589
|
<type name="guint64" c:type="guint64"/>
|
3513
3590
|
</parameter>
|
3514
3591
|
</parameters>
|
3515
3592
|
</function>
|
3516
3593
|
<function name="rtcp_sdes_name_to_type"
|
3517
3594
|
c:identifier="gst_rtcp_sdes_name_to_type">
|
3518
|
-
<doc xml:
|
3595
|
+
<doc xml:space="preserve">Convert @name into a @GstRTCPSDESType. @name is typically a key in a
|
3519
3596
|
#GstStructure containing SDES items.</doc>
|
3520
3597
|
<return-value transfer-ownership="none">
|
3521
|
-
<doc xml:
|
3598
|
+
<doc xml:space="preserve">the #GstRTCPSDESType for @name or #GST_RTCP_SDES_PRIV when @name is a private sdes item.</doc>
|
3522
3599
|
<type name="RTCPSDESType" c:type="GstRTCPSDESType"/>
|
3523
3600
|
</return-value>
|
3524
3601
|
<parameters>
|
3525
3602
|
<parameter name="name" transfer-ownership="none">
|
3526
|
-
<doc xml:
|
3603
|
+
<doc xml:space="preserve">a SDES name</doc>
|
3527
3604
|
<type name="utf8" c:type="const gchar*"/>
|
3528
3605
|
</parameter>
|
3529
3606
|
</parameters>
|
3530
3607
|
</function>
|
3531
3608
|
<function name="rtcp_sdes_type_to_name"
|
3532
3609
|
c:identifier="gst_rtcp_sdes_type_to_name">
|
3533
|
-
<doc xml:
|
3610
|
+
<doc xml:space="preserve">Converts @type to the string equivalent. The string is typically used as a
|
3534
3611
|
key in a #GstStructure containing SDES items.</doc>
|
3535
3612
|
<return-value transfer-ownership="none">
|
3536
|
-
<doc xml:
|
3613
|
+
<doc xml:space="preserve">the string equivalent of @type</doc>
|
3537
3614
|
<type name="utf8" c:type="const gchar*"/>
|
3538
3615
|
</return-value>
|
3539
3616
|
<parameters>
|
3540
3617
|
<parameter name="type" transfer-ownership="none">
|
3541
|
-
<doc xml:
|
3618
|
+
<doc xml:space="preserve">a #GstRTCPSDESType</doc>
|
3542
3619
|
<type name="RTCPSDESType" c:type="GstRTCPSDESType"/>
|
3543
3620
|
</parameter>
|
3544
3621
|
</parameters>
|
3545
3622
|
</function>
|
3546
3623
|
<function name="rtcp_unix_to_ntp" c:identifier="gst_rtcp_unix_to_ntp">
|
3547
|
-
<doc xml:
|
3624
|
+
<doc xml:space="preserve">Converts a UNIX timestamp in nanoseconds to an NTP time. The caller should
|
3548
3625
|
pass a value with nanoseconds since 1970. The NTP time will, in the upper
|
3549
3626
|
32 bits, contain the number of seconds since 1900 and, in the lower 32
|
3550
3627
|
bits, the fractional seconds. The resulting value can be used as an ntptime
|
3551
3628
|
for constructing SR RTCP packets.</doc>
|
3552
3629
|
<return-value transfer-ownership="none">
|
3553
|
-
<doc xml:
|
3630
|
+
<doc xml:space="preserve">the NTP time for @unixtime.</doc>
|
3554
3631
|
<type name="guint64" c:type="guint64"/>
|
3555
3632
|
</return-value>
|
3556
3633
|
<parameters>
|
3557
3634
|
<parameter name="unixtime" transfer-ownership="none">
|
3558
|
-
<doc xml:
|
3635
|
+
<doc xml:space="preserve">an UNIX timestamp in nanoseconds</doc>
|
3559
3636
|
<type name="guint64" c:type="guint64"/>
|
3560
3637
|
</parameter>
|
3561
3638
|
</parameters>
|
@@ -3563,7 +3640,7 @@ for constructing SR RTCP packets.</doc>
|
|
3563
3640
|
<function name="rtp_buffer_allocate_data"
|
3564
3641
|
c:identifier="gst_rtp_buffer_allocate_data"
|
3565
3642
|
moved-to="RTPBuffer.allocate_data">
|
3566
|
-
<doc xml:
|
3643
|
+
<doc xml:space="preserve">Allocate enough data in @buffer to hold an RTP packet with @csrc_count CSRCs,
|
3567
3644
|
a payload length of @payload_len and padding of @pad_len.
|
3568
3645
|
@buffer must be writable and all previous memory in @buffer will be freed.
|
3569
3646
|
If @pad_len is >0, the padding bit will be set. All other RTP header fields
|
@@ -3573,19 +3650,19 @@ will be set to 0/FALSE.</doc>
|
|
3573
3650
|
</return-value>
|
3574
3651
|
<parameters>
|
3575
3652
|
<parameter name="buffer" transfer-ownership="none">
|
3576
|
-
<doc xml:
|
3653
|
+
<doc xml:space="preserve">a #GstBuffer</doc>
|
3577
3654
|
<type name="Gst.Buffer" c:type="GstBuffer*"/>
|
3578
3655
|
</parameter>
|
3579
3656
|
<parameter name="payload_len" transfer-ownership="none">
|
3580
|
-
<doc xml:
|
3657
|
+
<doc xml:space="preserve">the length of the payload</doc>
|
3581
3658
|
<type name="guint" c:type="guint"/>
|
3582
3659
|
</parameter>
|
3583
3660
|
<parameter name="pad_len" transfer-ownership="none">
|
3584
|
-
<doc xml:
|
3661
|
+
<doc xml:space="preserve">the amount of padding</doc>
|
3585
3662
|
<type name="guint8" c:type="guint8"/>
|
3586
3663
|
</parameter>
|
3587
3664
|
<parameter name="csrc_count" transfer-ownership="none">
|
3588
|
-
<doc xml:
|
3665
|
+
<doc xml:space="preserve">the number of CSRC entries</doc>
|
3589
3666
|
<type name="guint8" c:type="guint8"/>
|
3590
3667
|
</parameter>
|
3591
3668
|
</parameters>
|
@@ -3593,15 +3670,15 @@ will be set to 0/FALSE.</doc>
|
|
3593
3670
|
<function name="rtp_buffer_calc_header_len"
|
3594
3671
|
c:identifier="gst_rtp_buffer_calc_header_len"
|
3595
3672
|
moved-to="RTPBuffer.calc_header_len">
|
3596
|
-
<doc xml:
|
3673
|
+
<doc xml:space="preserve">Calculate the header length of an RTP packet with @csrc_count CSRC entries.
|
3597
3674
|
An RTP packet can have at most 15 CSRC entries.</doc>
|
3598
3675
|
<return-value transfer-ownership="none">
|
3599
|
-
<doc xml:
|
3676
|
+
<doc xml:space="preserve">The length of an RTP header with @csrc_count CSRC entries.</doc>
|
3600
3677
|
<type name="guint" c:type="guint"/>
|
3601
3678
|
</return-value>
|
3602
3679
|
<parameters>
|
3603
3680
|
<parameter name="csrc_count" transfer-ownership="none">
|
3604
|
-
<doc xml:
|
3681
|
+
<doc xml:space="preserve">the number of CSRC entries</doc>
|
3605
3682
|
<type name="guint8" c:type="guint8"/>
|
3606
3683
|
</parameter>
|
3607
3684
|
</parameters>
|
@@ -3609,23 +3686,23 @@ An RTP packet can have at most 15 CSRC entries.</doc>
|
|
3609
3686
|
<function name="rtp_buffer_calc_packet_len"
|
3610
3687
|
c:identifier="gst_rtp_buffer_calc_packet_len"
|
3611
3688
|
moved-to="RTPBuffer.calc_packet_len">
|
3612
|
-
<doc xml:
|
3689
|
+
<doc xml:space="preserve">Calculate the total length of an RTP packet with a payload size of @payload_len,
|
3613
3690
|
a padding of @pad_len and a @csrc_count CSRC entries.</doc>
|
3614
3691
|
<return-value transfer-ownership="none">
|
3615
|
-
<doc xml:
|
3692
|
+
<doc xml:space="preserve">The total length of an RTP header with given parameters.</doc>
|
3616
3693
|
<type name="guint" c:type="guint"/>
|
3617
3694
|
</return-value>
|
3618
3695
|
<parameters>
|
3619
3696
|
<parameter name="payload_len" transfer-ownership="none">
|
3620
|
-
<doc xml:
|
3697
|
+
<doc xml:space="preserve">the length of the payload</doc>
|
3621
3698
|
<type name="guint" c:type="guint"/>
|
3622
3699
|
</parameter>
|
3623
3700
|
<parameter name="pad_len" transfer-ownership="none">
|
3624
|
-
<doc xml:
|
3701
|
+
<doc xml:space="preserve">the amount of padding</doc>
|
3625
3702
|
<type name="guint8" c:type="guint8"/>
|
3626
3703
|
</parameter>
|
3627
3704
|
<parameter name="csrc_count" transfer-ownership="none">
|
3628
|
-
<doc xml:
|
3705
|
+
<doc xml:space="preserve">the number of CSRC entries</doc>
|
3629
3706
|
<type name="guint8" c:type="guint8"/>
|
3630
3707
|
</parameter>
|
3631
3708
|
</parameters>
|
@@ -3633,23 +3710,23 @@ a padding of @pad_len and a @csrc_count CSRC entries.</doc>
|
|
3633
3710
|
<function name="rtp_buffer_calc_payload_len"
|
3634
3711
|
c:identifier="gst_rtp_buffer_calc_payload_len"
|
3635
3712
|
moved-to="RTPBuffer.calc_payload_len">
|
3636
|
-
<doc xml:
|
3713
|
+
<doc xml:space="preserve">Calculate the length of the payload of an RTP packet with size @packet_len,
|
3637
3714
|
a padding of @pad_len and a @csrc_count CSRC entries.</doc>
|
3638
3715
|
<return-value transfer-ownership="none">
|
3639
|
-
<doc xml:
|
3716
|
+
<doc xml:space="preserve">The length of the payload of an RTP packet with given parameters.</doc>
|
3640
3717
|
<type name="guint" c:type="guint"/>
|
3641
3718
|
</return-value>
|
3642
3719
|
<parameters>
|
3643
3720
|
<parameter name="packet_len" transfer-ownership="none">
|
3644
|
-
<doc xml:
|
3721
|
+
<doc xml:space="preserve">the length of the total RTP packet</doc>
|
3645
3722
|
<type name="guint" c:type="guint"/>
|
3646
3723
|
</parameter>
|
3647
3724
|
<parameter name="pad_len" transfer-ownership="none">
|
3648
|
-
<doc xml:
|
3725
|
+
<doc xml:space="preserve">the amount of padding</doc>
|
3649
3726
|
<type name="guint8" c:type="guint8"/>
|
3650
3727
|
</parameter>
|
3651
3728
|
<parameter name="csrc_count" transfer-ownership="none">
|
3652
|
-
<doc xml:
|
3729
|
+
<doc xml:space="preserve">the number of CSRC entries</doc>
|
3653
3730
|
<type name="guint8" c:type="guint8"/>
|
3654
3731
|
</parameter>
|
3655
3732
|
</parameters>
|
@@ -3657,19 +3734,19 @@ a padding of @pad_len and a @csrc_count CSRC entries.</doc>
|
|
3657
3734
|
<function name="rtp_buffer_compare_seqnum"
|
3658
3735
|
c:identifier="gst_rtp_buffer_compare_seqnum"
|
3659
3736
|
moved-to="RTPBuffer.compare_seqnum">
|
3660
|
-
<doc xml:
|
3737
|
+
<doc xml:space="preserve">Compare two sequence numbers, taking care of wraparounds. This function
|
3661
3738
|
returns the difference between @seqnum1 and @seqnum2.</doc>
|
3662
3739
|
<return-value transfer-ownership="none">
|
3663
|
-
<doc xml:
|
3740
|
+
<doc xml:space="preserve">a negative value if @seqnum1 is bigger than @seqnum2, 0 if they are equal or a positive value if @seqnum1 is smaller than @segnum2.</doc>
|
3664
3741
|
<type name="gint" c:type="gint"/>
|
3665
3742
|
</return-value>
|
3666
3743
|
<parameters>
|
3667
3744
|
<parameter name="seqnum1" transfer-ownership="none">
|
3668
|
-
<doc xml:
|
3745
|
+
<doc xml:space="preserve">a sequence number</doc>
|
3669
3746
|
<type name="guint16" c:type="guint16"/>
|
3670
3747
|
</parameter>
|
3671
3748
|
<parameter name="seqnum2" transfer-ownership="none">
|
3672
|
-
<doc xml:
|
3749
|
+
<doc xml:space="preserve">a sequence number</doc>
|
3673
3750
|
<type name="guint16" c:type="guint16"/>
|
3674
3751
|
</parameter>
|
3675
3752
|
</parameters>
|
@@ -3677,14 +3754,14 @@ returns the difference between @seqnum1 and @seqnum2.</doc>
|
|
3677
3754
|
<function name="rtp_buffer_default_clock_rate"
|
3678
3755
|
c:identifier="gst_rtp_buffer_default_clock_rate"
|
3679
3756
|
moved-to="RTPBuffer.default_clock_rate">
|
3680
|
-
<doc xml:
|
3757
|
+
<doc xml:space="preserve">Get the default clock-rate for the static payload type @payload_type.</doc>
|
3681
3758
|
<return-value transfer-ownership="none">
|
3682
|
-
<doc xml:
|
3759
|
+
<doc xml:space="preserve">the default clock rate or -1 if the payload type is not static or the clock-rate is undefined.</doc>
|
3683
3760
|
<type name="guint32" c:type="guint32"/>
|
3684
3761
|
</return-value>
|
3685
3762
|
<parameters>
|
3686
3763
|
<parameter name="payload_type" transfer-ownership="none">
|
3687
|
-
<doc xml:
|
3764
|
+
<doc xml:space="preserve">the static payload type</doc>
|
3688
3765
|
<type name="guint8" c:type="guint8"/>
|
3689
3766
|
</parameter>
|
3690
3767
|
</parameters>
|
@@ -3692,22 +3769,22 @@ returns the difference between @seqnum1 and @seqnum2.</doc>
|
|
3692
3769
|
<function name="rtp_buffer_ext_timestamp"
|
3693
3770
|
c:identifier="gst_rtp_buffer_ext_timestamp"
|
3694
3771
|
moved-to="RTPBuffer.ext_timestamp">
|
3695
|
-
<doc xml:
|
3772
|
+
<doc xml:space="preserve">Update the @exttimestamp field with @timestamp. For the first call of the
|
3696
3773
|
method, @exttimestamp should point to a location with a value of -1.
|
3697
3774
|
|
3698
3775
|
This function makes sure that the returned value is a constantly increasing
|
3699
3776
|
value even in the case where there is a timestamp wraparound.</doc>
|
3700
3777
|
<return-value transfer-ownership="none">
|
3701
|
-
<doc xml:
|
3778
|
+
<doc xml:space="preserve">The extended timestamp of @timestamp.</doc>
|
3702
3779
|
<type name="guint64" c:type="guint64"/>
|
3703
3780
|
</return-value>
|
3704
3781
|
<parameters>
|
3705
3782
|
<parameter name="exttimestamp" transfer-ownership="none">
|
3706
|
-
<doc xml:
|
3783
|
+
<doc xml:space="preserve">a previous extended timestamp</doc>
|
3707
3784
|
<type name="guint64" c:type="guint64*"/>
|
3708
3785
|
</parameter>
|
3709
3786
|
<parameter name="timestamp" transfer-ownership="none">
|
3710
|
-
<doc xml:
|
3787
|
+
<doc xml:space="preserve">a new timestamp</doc>
|
3711
3788
|
<type name="guint32" c:type="guint32"/>
|
3712
3789
|
</parameter>
|
3713
3790
|
</parameters>
|
@@ -3715,25 +3792,25 @@ value even in the case where there is a timestamp wraparound.</doc>
|
|
3715
3792
|
<function name="rtp_buffer_map"
|
3716
3793
|
c:identifier="gst_rtp_buffer_map"
|
3717
3794
|
moved-to="RTPBuffer.map">
|
3718
|
-
<doc xml:
|
3795
|
+
<doc xml:space="preserve">Map the contents of @buffer into @rtp.</doc>
|
3719
3796
|
<return-value transfer-ownership="none">
|
3720
|
-
<doc xml:
|
3797
|
+
<doc xml:space="preserve">%TRUE if @buffer could be mapped.</doc>
|
3721
3798
|
<type name="gboolean" c:type="gboolean"/>
|
3722
3799
|
</return-value>
|
3723
3800
|
<parameters>
|
3724
3801
|
<parameter name="buffer" transfer-ownership="none">
|
3725
|
-
<doc xml:
|
3802
|
+
<doc xml:space="preserve">a #GstBuffer</doc>
|
3726
3803
|
<type name="Gst.Buffer" c:type="GstBuffer*"/>
|
3727
3804
|
</parameter>
|
3728
3805
|
<parameter name="flags" transfer-ownership="none">
|
3729
|
-
<doc xml:
|
3806
|
+
<doc xml:space="preserve">#GstMapFlags</doc>
|
3730
3807
|
<type name="Gst.MapFlags" c:type="GstMapFlags"/>
|
3731
3808
|
</parameter>
|
3732
3809
|
<parameter name="rtp"
|
3733
3810
|
direction="out"
|
3734
3811
|
caller-allocates="1"
|
3735
3812
|
transfer-ownership="none">
|
3736
|
-
<doc xml:
|
3813
|
+
<doc xml:space="preserve">a #GstRTPBuffer</doc>
|
3737
3814
|
<type name="RTPBuffer" c:type="GstRTPBuffer*"/>
|
3738
3815
|
</parameter>
|
3739
3816
|
</parameters>
|
@@ -3741,24 +3818,24 @@ value even in the case where there is a timestamp wraparound.</doc>
|
|
3741
3818
|
<function name="rtp_buffer_new_allocate"
|
3742
3819
|
c:identifier="gst_rtp_buffer_new_allocate"
|
3743
3820
|
moved-to="RTPBuffer.new_allocate">
|
3744
|
-
<doc xml:
|
3821
|
+
<doc xml:space="preserve">Allocate a new #GstBuffer with enough data to hold an RTP packet with
|
3745
3822
|
@csrc_count CSRCs, a payload length of @payload_len and padding of @pad_len.
|
3746
3823
|
All other RTP header fields will be set to 0/FALSE.</doc>
|
3747
3824
|
<return-value transfer-ownership="full">
|
3748
|
-
<doc xml:
|
3825
|
+
<doc xml:space="preserve">A newly allocated buffer that can hold an RTP packet with given parameters.</doc>
|
3749
3826
|
<type name="Gst.Buffer" c:type="GstBuffer*"/>
|
3750
3827
|
</return-value>
|
3751
3828
|
<parameters>
|
3752
3829
|
<parameter name="payload_len" transfer-ownership="none">
|
3753
|
-
<doc xml:
|
3830
|
+
<doc xml:space="preserve">the length of the payload</doc>
|
3754
3831
|
<type name="guint" c:type="guint"/>
|
3755
3832
|
</parameter>
|
3756
3833
|
<parameter name="pad_len" transfer-ownership="none">
|
3757
|
-
<doc xml:
|
3834
|
+
<doc xml:space="preserve">the amount of padding</doc>
|
3758
3835
|
<type name="guint8" c:type="guint8"/>
|
3759
3836
|
</parameter>
|
3760
3837
|
<parameter name="csrc_count" transfer-ownership="none">
|
3761
|
-
<doc xml:
|
3838
|
+
<doc xml:space="preserve">the number of CSRC entries</doc>
|
3762
3839
|
<type name="guint8" c:type="guint8"/>
|
3763
3840
|
</parameter>
|
3764
3841
|
</parameters>
|
@@ -3766,25 +3843,25 @@ All other RTP header fields will be set to 0/FALSE.</doc>
|
|
3766
3843
|
<function name="rtp_buffer_new_allocate_len"
|
3767
3844
|
c:identifier="gst_rtp_buffer_new_allocate_len"
|
3768
3845
|
moved-to="RTPBuffer.new_allocate_len">
|
3769
|
-
<doc xml:
|
3846
|
+
<doc xml:space="preserve">Create a new #GstBuffer that can hold an RTP packet that is exactly
|
3770
3847
|
@packet_len long. The length of the payload depends on @pad_len and
|
3771
3848
|
@csrc_count and can be calculated with gst_rtp_buffer_calc_payload_len().
|
3772
3849
|
All RTP header fields will be set to 0/FALSE.</doc>
|
3773
3850
|
<return-value transfer-ownership="full">
|
3774
|
-
<doc xml:
|
3851
|
+
<doc xml:space="preserve">A newly allocated buffer that can hold an RTP packet of @packet_len.</doc>
|
3775
3852
|
<type name="Gst.Buffer" c:type="GstBuffer*"/>
|
3776
3853
|
</return-value>
|
3777
3854
|
<parameters>
|
3778
3855
|
<parameter name="packet_len" transfer-ownership="none">
|
3779
|
-
<doc xml:
|
3856
|
+
<doc xml:space="preserve">the total length of the packet</doc>
|
3780
3857
|
<type name="guint" c:type="guint"/>
|
3781
3858
|
</parameter>
|
3782
3859
|
<parameter name="pad_len" transfer-ownership="none">
|
3783
|
-
<doc xml:
|
3860
|
+
<doc xml:space="preserve">the amount of padding</doc>
|
3784
3861
|
<type name="guint8" c:type="guint8"/>
|
3785
3862
|
</parameter>
|
3786
3863
|
<parameter name="csrc_count" transfer-ownership="none">
|
3787
|
-
<doc xml:
|
3864
|
+
<doc xml:space="preserve">the number of CSRC entries</doc>
|
3788
3865
|
<type name="guint8" c:type="guint8"/>
|
3789
3866
|
</parameter>
|
3790
3867
|
</parameters>
|
@@ -3792,22 +3869,22 @@ All RTP header fields will be set to 0/FALSE.</doc>
|
|
3792
3869
|
<function name="rtp_buffer_new_copy_data"
|
3793
3870
|
c:identifier="gst_rtp_buffer_new_copy_data"
|
3794
3871
|
moved-to="RTPBuffer.new_copy_data">
|
3795
|
-
<doc xml:
|
3872
|
+
<doc xml:space="preserve">Create a new buffer and set the data to a copy of @len
|
3796
3873
|
bytes of @data and the size to @len. The data will be freed when the buffer
|
3797
3874
|
is freed.</doc>
|
3798
3875
|
<return-value transfer-ownership="full">
|
3799
|
-
<doc xml:
|
3876
|
+
<doc xml:space="preserve">A newly allocated buffer with a copy of @data and of size @len.</doc>
|
3800
3877
|
<type name="Gst.Buffer" c:type="GstBuffer*"/>
|
3801
3878
|
</return-value>
|
3802
3879
|
<parameters>
|
3803
3880
|
<parameter name="data" transfer-ownership="none">
|
3804
|
-
<doc xml:
|
3881
|
+
<doc xml:space="preserve">data for the new buffer</doc>
|
3805
3882
|
<array length="1" zero-terminated="0" c:type="gpointer">
|
3806
3883
|
<type name="guint8"/>
|
3807
3884
|
</array>
|
3808
3885
|
</parameter>
|
3809
3886
|
<parameter name="len" transfer-ownership="none">
|
3810
|
-
<doc xml:
|
3887
|
+
<doc xml:space="preserve">the length of data</doc>
|
3811
3888
|
<type name="gsize" c:type="gsize"/>
|
3812
3889
|
</parameter>
|
3813
3890
|
</parameters>
|
@@ -3815,45 +3892,137 @@ is freed.</doc>
|
|
3815
3892
|
<function name="rtp_buffer_new_take_data"
|
3816
3893
|
c:identifier="gst_rtp_buffer_new_take_data"
|
3817
3894
|
moved-to="RTPBuffer.new_take_data">
|
3818
|
-
<doc xml:
|
3895
|
+
<doc xml:space="preserve">Create a new buffer and set the data and size of the buffer to @data and @len
|
3819
3896
|
respectively. @data will be freed when the buffer is unreffed, so this
|
3820
3897
|
function transfers ownership of @data to the new buffer.</doc>
|
3821
3898
|
<return-value transfer-ownership="full">
|
3822
|
-
<doc xml:
|
3899
|
+
<doc xml:space="preserve">A newly allocated buffer with @data and of size @len.</doc>
|
3823
3900
|
<type name="Gst.Buffer" c:type="GstBuffer*"/>
|
3824
3901
|
</return-value>
|
3825
3902
|
<parameters>
|
3826
3903
|
<parameter name="data" transfer-ownership="full">
|
3827
|
-
<doc xml:
|
3904
|
+
<doc xml:space="preserve">data for the new buffer</doc>
|
3828
3905
|
<array length="1" zero-terminated="0" c:type="gpointer">
|
3829
3906
|
<type name="guint8"/>
|
3830
3907
|
</array>
|
3831
3908
|
</parameter>
|
3832
3909
|
<parameter name="len" transfer-ownership="none">
|
3833
|
-
<doc xml:
|
3910
|
+
<doc xml:space="preserve">the length of data</doc>
|
3834
3911
|
<type name="gsize" c:type="gsize"/>
|
3835
3912
|
</parameter>
|
3836
3913
|
</parameters>
|
3837
3914
|
</function>
|
3915
|
+
<function name="rtp_hdrext_get_ntp_56"
|
3916
|
+
c:identifier="gst_rtp_hdrext_get_ntp_56">
|
3917
|
+
<doc xml:space="preserve">Reads the NTP time from the @size NTP-56 extension bytes in @data and store the
|
3918
|
+
result in @ntptime.</doc>
|
3919
|
+
<return-value transfer-ownership="none">
|
3920
|
+
<doc xml:space="preserve">%TRUE on success.</doc>
|
3921
|
+
<type name="gboolean" c:type="gboolean"/>
|
3922
|
+
</return-value>
|
3923
|
+
<parameters>
|
3924
|
+
<parameter name="data" transfer-ownership="none">
|
3925
|
+
<doc xml:space="preserve">the data to read from</doc>
|
3926
|
+
<type name="gpointer" c:type="gpointer"/>
|
3927
|
+
</parameter>
|
3928
|
+
<parameter name="size" transfer-ownership="none">
|
3929
|
+
<doc xml:space="preserve">the size of @data</doc>
|
3930
|
+
<type name="guint" c:type="guint"/>
|
3931
|
+
</parameter>
|
3932
|
+
<parameter name="ntptime" transfer-ownership="none">
|
3933
|
+
<doc xml:space="preserve">the result NTP time</doc>
|
3934
|
+
<type name="guint64" c:type="guint64*"/>
|
3935
|
+
</parameter>
|
3936
|
+
</parameters>
|
3937
|
+
</function>
|
3938
|
+
<function name="rtp_hdrext_get_ntp_64"
|
3939
|
+
c:identifier="gst_rtp_hdrext_get_ntp_64">
|
3940
|
+
<doc xml:space="preserve">Reads the NTP time from the @size NTP-64 extension bytes in @data and store the
|
3941
|
+
result in @ntptime.</doc>
|
3942
|
+
<return-value transfer-ownership="none">
|
3943
|
+
<doc xml:space="preserve">%TRUE on success.</doc>
|
3944
|
+
<type name="gboolean" c:type="gboolean"/>
|
3945
|
+
</return-value>
|
3946
|
+
<parameters>
|
3947
|
+
<parameter name="data" transfer-ownership="none">
|
3948
|
+
<doc xml:space="preserve">the data to read from</doc>
|
3949
|
+
<type name="gpointer" c:type="gpointer"/>
|
3950
|
+
</parameter>
|
3951
|
+
<parameter name="size" transfer-ownership="none">
|
3952
|
+
<doc xml:space="preserve">the size of @data</doc>
|
3953
|
+
<type name="guint" c:type="guint"/>
|
3954
|
+
</parameter>
|
3955
|
+
<parameter name="ntptime" transfer-ownership="none">
|
3956
|
+
<doc xml:space="preserve">the result NTP time</doc>
|
3957
|
+
<type name="guint64" c:type="guint64*"/>
|
3958
|
+
</parameter>
|
3959
|
+
</parameters>
|
3960
|
+
</function>
|
3961
|
+
<function name="rtp_hdrext_set_ntp_56"
|
3962
|
+
c:identifier="gst_rtp_hdrext_set_ntp_56">
|
3963
|
+
<doc xml:space="preserve">Writes the NTP time in @ntptime to the format required for the NTP-56 header
|
3964
|
+
extension. @data must hold at least #GST_RTP_HDREXT_NTP_56_SIZE bytes.</doc>
|
3965
|
+
<return-value transfer-ownership="none">
|
3966
|
+
<doc xml:space="preserve">%TRUE on success.</doc>
|
3967
|
+
<type name="gboolean" c:type="gboolean"/>
|
3968
|
+
</return-value>
|
3969
|
+
<parameters>
|
3970
|
+
<parameter name="data" transfer-ownership="none">
|
3971
|
+
<doc xml:space="preserve">the data to write to</doc>
|
3972
|
+
<type name="gpointer" c:type="gpointer"/>
|
3973
|
+
</parameter>
|
3974
|
+
<parameter name="size" transfer-ownership="none">
|
3975
|
+
<doc xml:space="preserve">the size of @data</doc>
|
3976
|
+
<type name="guint" c:type="guint"/>
|
3977
|
+
</parameter>
|
3978
|
+
<parameter name="ntptime" transfer-ownership="none">
|
3979
|
+
<doc xml:space="preserve">the NTP time</doc>
|
3980
|
+
<type name="guint64" c:type="guint64"/>
|
3981
|
+
</parameter>
|
3982
|
+
</parameters>
|
3983
|
+
</function>
|
3984
|
+
<function name="rtp_hdrext_set_ntp_64"
|
3985
|
+
c:identifier="gst_rtp_hdrext_set_ntp_64">
|
3986
|
+
<doc xml:space="preserve">Writes the NTP time in @ntptime to the format required for the NTP-64 header
|
3987
|
+
extension. @data must hold at least #GST_RTP_HDREXT_NTP_64_SIZE bytes.</doc>
|
3988
|
+
<return-value transfer-ownership="none">
|
3989
|
+
<doc xml:space="preserve">%TRUE on success.</doc>
|
3990
|
+
<type name="gboolean" c:type="gboolean"/>
|
3991
|
+
</return-value>
|
3992
|
+
<parameters>
|
3993
|
+
<parameter name="data" transfer-ownership="none">
|
3994
|
+
<doc xml:space="preserve">the data to write to</doc>
|
3995
|
+
<type name="gpointer" c:type="gpointer"/>
|
3996
|
+
</parameter>
|
3997
|
+
<parameter name="size" transfer-ownership="none">
|
3998
|
+
<doc xml:space="preserve">the size of @data</doc>
|
3999
|
+
<type name="guint" c:type="guint"/>
|
4000
|
+
</parameter>
|
4001
|
+
<parameter name="ntptime" transfer-ownership="none">
|
4002
|
+
<doc xml:space="preserve">the NTP time</doc>
|
4003
|
+
<type name="guint64" c:type="guint64"/>
|
4004
|
+
</parameter>
|
4005
|
+
</parameters>
|
4006
|
+
</function>
|
3838
4007
|
<function name="rtp_payload_info_for_name"
|
3839
4008
|
c:identifier="gst_rtp_payload_info_for_name"
|
3840
4009
|
moved-to="RTPPayloadInfo.for_name">
|
3841
|
-
<doc xml:
|
4010
|
+
<doc xml:space="preserve">Get the #GstRTPPayloadInfo for @media and @encoding_name. This function is
|
3842
4011
|
mostly used to get the default clock-rate and bandwidth for dynamic payload
|
3843
4012
|
types specified with @media and @encoding name.
|
3844
4013
|
|
3845
4014
|
The search for @encoding_name will be performed in a case insensitve way.</doc>
|
3846
4015
|
<return-value transfer-ownership="none">
|
3847
|
-
<doc xml:
|
4016
|
+
<doc xml:space="preserve">a #GstRTPPayloadInfo or NULL when no info could be found.</doc>
|
3848
4017
|
<type name="RTPPayloadInfo" c:type="const GstRTPPayloadInfo*"/>
|
3849
4018
|
</return-value>
|
3850
4019
|
<parameters>
|
3851
4020
|
<parameter name="media" transfer-ownership="none">
|
3852
|
-
<doc xml:
|
4021
|
+
<doc xml:space="preserve">the media to find</doc>
|
3853
4022
|
<type name="utf8" c:type="const gchar*"/>
|
3854
4023
|
</parameter>
|
3855
4024
|
<parameter name="encoding_name" transfer-ownership="none">
|
3856
|
-
<doc xml:
|
4025
|
+
<doc xml:space="preserve">the encoding name to find</doc>
|
3857
4026
|
<type name="utf8" c:type="const gchar*"/>
|
3858
4027
|
</parameter>
|
3859
4028
|
</parameters>
|
@@ -3861,16 +4030,16 @@ The search for @encoding_name will be performed in a case insensitve way.</doc>
|
|
3861
4030
|
<function name="rtp_payload_info_for_pt"
|
3862
4031
|
c:identifier="gst_rtp_payload_info_for_pt"
|
3863
4032
|
moved-to="RTPPayloadInfo.for_pt">
|
3864
|
-
<doc xml:
|
4033
|
+
<doc xml:space="preserve">Get the #GstRTPPayloadInfo for @payload_type. This function is
|
3865
4034
|
mostly used to get the default clock-rate and bandwidth for static payload
|
3866
4035
|
types specified with @payload_type.</doc>
|
3867
4036
|
<return-value transfer-ownership="none">
|
3868
|
-
<doc xml:
|
4037
|
+
<doc xml:space="preserve">a #GstRTPPayloadInfo or NULL when no info could be found.</doc>
|
3869
4038
|
<type name="RTPPayloadInfo" c:type="const GstRTPPayloadInfo*"/>
|
3870
4039
|
</return-value>
|
3871
4040
|
<parameters>
|
3872
4041
|
<parameter name="payload_type" transfer-ownership="none">
|
3873
|
-
<doc xml:
|
4042
|
+
<doc xml:space="preserve">the payload_type to find</doc>
|
3874
4043
|
<type name="guint8" c:type="guint8"/>
|
3875
4044
|
</parameter>
|
3876
4045
|
</parameters>
|