gstreamer 3.0.7-x64-mingw32 → 3.0.8-x64-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Rakefile +28 -24
- data/ext/gstreamer/extconf.rb +1 -0
- data/lib/2.2/gstreamer.so +0 -0
- data/lib/2.3/gstreamer.so +0 -0
- data/sample/stream-status.rb +2 -2
- data/vendor/local/bin/cjpeg.exe +0 -0
- data/vendor/local/bin/djpeg.exe +0 -0
- data/vendor/local/bin/flac.exe +0 -0
- data/vendor/local/bin/gst-device-monitor-1.0.exe +0 -0
- data/vendor/local/bin/gst-discoverer-1.0.exe +0 -0
- data/vendor/local/bin/gst-inspect-1.0.exe +0 -0
- data/vendor/local/bin/gst-launch-1.0.exe +0 -0
- data/vendor/local/bin/gst-play-1.0.exe +0 -0
- data/vendor/local/bin/gst-stats-1.0.exe +0 -0
- data/vendor/local/bin/gst-typefind-1.0.exe +0 -0
- data/vendor/local/bin/jpegtran.exe +0 -0
- data/vendor/local/bin/libFLAC-8.dll +0 -0
- data/vendor/local/bin/libgstadaptivedemux-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstallocators-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstapp-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstaudio-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstbadaudio-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstbadbase-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstbadvideo-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstbase-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstbasecamerabinsrc-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstcodecparsers-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstcontroller-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstfft-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstgl-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstinsertbin-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstmpegts-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstnet-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstpbutils-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstphotography-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstplayer-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstreamer-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstriff-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstrtp-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstrtsp-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstsdp-1.0-0.dll +0 -0
- data/vendor/local/bin/libgsttag-1.0-0.dll +0 -0
- data/vendor/local/bin/libgsturidownloader-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstvideo-1.0-0.dll +0 -0
- data/vendor/local/bin/libjpeg-9.dll +0 -0
- data/vendor/local/bin/libogg-0.dll +0 -0
- data/vendor/local/bin/libopus-0.dll +0 -0
- data/vendor/local/bin/libsoup-2.4-1.dll +0 -0
- data/vendor/local/bin/libsqlite3-0.dll +0 -0
- data/vendor/local/bin/libtheora-0.dll +0 -0
- data/vendor/local/bin/libtheoradec-1.dll +0 -0
- data/vendor/local/bin/libtheoraenc-1.dll +0 -0
- data/vendor/local/bin/libvorbis-0.dll +0 -0
- data/vendor/local/bin/libvorbisenc-2.dll +0 -0
- data/vendor/local/bin/libvorbisfile-3.dll +0 -0
- data/vendor/local/bin/metaflac.exe +0 -0
- data/vendor/local/bin/rdjpgcom.exe +0 -0
- data/vendor/local/bin/sqlite3.exe +0 -0
- data/vendor/local/bin/wrjpgcom.exe +0 -0
- data/vendor/local/include/gstreamer-1.0/gst/allocators/allocators.h +1 -0
- data/vendor/local/include/gstreamer-1.0/gst/allocators/gstfdmemory.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/app/gstappsink.h +10 -3
- data/vendor/local/include/gstreamer-1.0/gst/app/gstappsrc.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/audio-channel-mixer.h +70 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/audio-channels.h +1 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/audio-converter.h +103 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/audio-enumtypes.h +16 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/audio-format.h +7 -1
- data/vendor/local/include/gstreamer-1.0/gst/audio/audio-info.h +6 -1
- data/vendor/local/include/gstreamer-1.0/gst/audio/audio-quantize.h +99 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/audio.h +12 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudioaggregator.h +171 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiobasesink.h +26 -20
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiobasesrc.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiocdsrc.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudioclock.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiodecoder.h +16 -1
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudioencoder.h +30 -1
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiofilter.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiometa.h +46 -1
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudioringbuffer.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiosink.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiosrc.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/base/gstadapter.h +8 -0
- data/vendor/local/include/gstreamer-1.0/gst/base/gstaggregator.h +299 -0
- data/vendor/local/include/gstreamer-1.0/gst/base/gstbaseparse.h +12 -0
- data/vendor/local/include/gstreamer-1.0/gst/base/gstbasesink.h +16 -12
- data/vendor/local/include/gstreamer-1.0/gst/base/gstbasesrc.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/base/gstbasetransform.h +7 -3
- data/vendor/local/include/gstreamer-1.0/gst/base/gstbytewriter.h +0 -6
- data/vendor/local/include/gstreamer-1.0/gst/base/gstcollectpads.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/base/gstdataqueue.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/base/gstflowcombiner.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/base/gstpushsrc.h +6 -2
- data/vendor/local/include/gstreamer-1.0/gst/base/gstqueuearray.h +16 -0
- data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gsth264parser.h +6 -2
- data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gsth265parser.h +24 -0
- data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gstmpegvideoparser.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gstvp9parser.h +493 -0
- data/vendor/local/include/gstreamer-1.0/gst/controller/gstargbcontrolbinding.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/controller/gstdirectcontrolbinding.h +10 -2
- data/vendor/local/include/gstreamer-1.0/gst/controller/gstinterpolationcontrolsource.h +11 -2
- data/vendor/local/include/gstreamer-1.0/gst/controller/gstlfocontrolsource.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/controller/gsttimedvaluecontrolsource.h +11 -4
- data/vendor/local/include/gstreamer-1.0/gst/controller/gsttriggercontrolsource.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/gl.h +10 -4
- data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/all_functions.h +1 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/base.h +1 -1
- data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/debug.h +28 -1
- data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/gstgl_compat.h +3 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/opengl.h +2 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/query.h +63 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/sync.h +4 -4
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstgl_enums.h +41 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstgl_fwd.h +91 -12
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglapi.h +53 -23
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglbasefilter.h +11 -5
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglbasememory.h +361 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglbuffer.h +125 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglbufferpool.h +5 -6
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglcolorconvert.h +21 -3
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglcontext.h +9 -5
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglcontrolbindingproxy.h +58 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstgldebug.h +172 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstgldisplay.h +12 -1
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglfeature.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglfilter.h +1 -2
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglformat.h +92 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglframebuffer.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglmemory.h +156 -112
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglmemorypbo.h +101 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstgloverlaycompositor.h +78 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglquery.h +140 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglshader.h +23 -37
- data/vendor/local/include/gstreamer-1.0/gst/gl/{gstglshadervariables.h → gstglshaderstrings.h} +12 -15
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglsl.h +96 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglslstage.h +94 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglsyncmeta.h +14 -2
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglupload.h +1 -2
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglutils.h +7 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglviewconvert.h +4 -2
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglwindow.h +18 -32
- data/vendor/local/include/gstreamer-1.0/gst/glib-compat.h +2 -0
- data/vendor/local/include/gstreamer-1.0/gst/gst.h +3 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstallocator.h +5 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstatomicqueue.h +5 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstbin.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstbuffer.h +40 -20
- data/vendor/local/include/gstreamer-1.0/gst/gstbufferlist.h +4 -12
- data/vendor/local/include/gstreamer-1.0/gst/gstbus.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstcaps.h +4 -20
- data/vendor/local/include/gstreamer-1.0/gst/gstcapsfeatures.h +6 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstclock.h +24 -3
- data/vendor/local/include/gstreamer-1.0/gst/gstcompat.h +3 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstcontext.h +6 -16
- data/vendor/local/include/gstreamer-1.0/gst/gstcontrolbinding.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstcontrolsource.h +10 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstdatetime.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstdebugutils.h +3 -1
- data/vendor/local/include/gstreamer-1.0/gst/gstdevice.h +18 -13
- data/vendor/local/include/gstreamer-1.0/gst/gstdevicemonitor.h +9 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstdeviceprovider.h +21 -10
- data/vendor/local/include/gstreamer-1.0/gst/gstdeviceproviderfactory.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstelement.h +26 -8
- data/vendor/local/include/gstreamer-1.0/gst/gstelementfactory.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstelementmetadata.h +2 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstenumtypes.h +6 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstevent.h +4 -24
- data/vendor/local/include/gstreamer-1.0/gst/gstghostpad.h +8 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstinfo.h +13 -8
- data/vendor/local/include/gstreamer-1.0/gst/gstiterator.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstmacros.h +2 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstmemory.h +11 -10
- data/vendor/local/include/gstreamer-1.0/gst/gstmessage.h +4 -16
- data/vendor/local/include/gstreamer-1.0/gst/gstmeta.h +3 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstobject.h +10 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstpad.h +112 -9
- data/vendor/local/include/gstreamer-1.0/gst/gstpadtemplate.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstparse.h +9 -1
- data/vendor/local/include/gstreamer-1.0/gst/gstpipeline.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstplugin.h +9 -1
- data/vendor/local/include/gstreamer-1.0/gst/gstpluginfeature.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstquery.h +4 -16
- data/vendor/local/include/gstreamer-1.0/gst/gstregistry.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstsample.h +4 -12
- data/vendor/local/include/gstreamer-1.0/gst/gstsegment.h +37 -24
- data/vendor/local/include/gstreamer-1.0/gst/gststructure.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstsystemclock.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/gsttaglist.h +29 -12
- data/vendor/local/include/gstreamer-1.0/gst/gsttask.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/gsttaskpool.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/gsttoc.h +17 -0
- data/vendor/local/include/gstreamer-1.0/gst/gsttracer.h +76 -0
- data/vendor/local/include/gstreamer-1.0/gst/gsttracerfactory.h +61 -0
- data/vendor/local/include/gstreamer-1.0/gst/gsttracerrecord.h +102 -0
- data/vendor/local/include/gstreamer-1.0/gst/gsttypefindfactory.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/gsturi.h +4 -12
- data/vendor/local/include/gstreamer-1.0/gst/gstutils.h +16 -56
- data/vendor/local/include/gstreamer-1.0/gst/gstversion.h +4 -2
- data/vendor/local/include/gstreamer-1.0/gst/insertbin/gstinsertbin.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/interfaces/photography.h +0 -2
- data/vendor/local/include/gstreamer-1.0/gst/mpegts/gstmpegtsdescriptor.h +2 -0
- data/vendor/local/include/gstreamer-1.0/gst/net/gstnetaddressmeta.h +1 -3
- data/vendor/local/include/gstreamer-1.0/gst/net/gstnetclientclock.h +8 -0
- data/vendor/local/include/gstreamer-1.0/gst/net/gstnettimepacket.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/net/gstnettimeprovider.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/net/gstptpclock.h +4 -1
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/codec-utils.h +37 -0
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/encoding-profile.h +16 -0
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/encoding-target.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/gstaudiovisualizer.h +106 -0
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/gstdiscoverer.h +28 -0
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/gstpluginsbaseversion.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/install-plugins.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/pbutils-enumtypes.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/player/gstplayer-g-main-context-signal-dispatcher.h +48 -0
- data/vendor/local/include/gstreamer-1.0/gst/player/gstplayer-media-info.h +192 -0
- data/vendor/local/include/gstreamer-1.0/gst/player/gstplayer-signal-dispatcher.h +53 -0
- data/vendor/local/include/gstreamer-1.0/gst/{check/check.h → player/gstplayer-types.h} +14 -9
- data/vendor/local/include/gstreamer-1.0/gst/player/gstplayer-video-overlay-video-renderer.h +53 -0
- data/vendor/local/include/gstreamer-1.0/gst/player/gstplayer-video-renderer.h +47 -0
- data/vendor/local/include/gstreamer-1.0/gst/player/gstplayer-visualization.h +52 -0
- data/vendor/local/include/gstreamer-1.0/gst/player/gstplayer.h +183 -0
- data/vendor/local/include/gstreamer-1.0/gst/{check/gstbufferstraw.h → player/player.h} +9 -14
- data/vendor/local/include/gstreamer-1.0/gst/riff/riff-ids.h +5 -5
- data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtp-enumtypes.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtpbaseaudiopayload.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtpbasedepayload.h +20 -2
- data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtpbasepayload.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtpbuffer.h +16 -0
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtspconnection.h +6 -4
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtspdefs.h +1 -1
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtsptransport.h +1 -0
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtspurl.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/sdp/gstmikey.h +11 -24
- data/vendor/local/include/gstreamer-1.0/gst/sdp/gstsdpmessage.h +9 -0
- data/vendor/local/include/gstreamer-1.0/gst/tag/gsttagdemux.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/tag/gsttagmux.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/uridownloader/gstfragment.h +3 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/colorbalancechannel.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideoaffinetransformationmeta.h +70 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideoaggregator.h +124 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideoaggregatorpad.h +112 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideodecoder.h +16 -1
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideoencoder.h +19 -1
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideofilter.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideopool.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideosink.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideoutils.h +8 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/video-color.h +6 -2
- data/vendor/local/include/gstreamer-1.0/gst/video/video-enumtypes.h +12 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/video-format.h +19 -5
- data/vendor/local/include/gstreamer-1.0/gst/video/video-frame.h +1 -1
- data/vendor/local/include/gstreamer-1.0/gst/video/video-info.h +23 -13
- data/vendor/local/include/gstreamer-1.0/gst/video/video-overlay-composition.h +10 -22
- data/vendor/local/include/jpeglib.h +3 -3
- data/vendor/local/include/libsoup-2.4/libsoup/soup-address.h +11 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-auth-domain-basic.h +3 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-auth-domain-digest.h +4 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-auth-domain.h +11 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-auth-manager.h +2 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-auth.h +26 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-autocleanups.h +68 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-enum-types.h +34 -29
- data/vendor/local/include/libsoup-2.4/libsoup/soup-form.h +8 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-headers.h +9 -1
- data/vendor/local/include/libsoup-2.4/libsoup/soup-logger.h +7 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-message-body.h +16 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-message-headers.h +17 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-message.h +29 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-method.h +15 -15
- data/vendor/local/include/libsoup-2.4/libsoup/soup-misc.h +9 -3
- data/vendor/local/include/libsoup-2.4/libsoup/soup-multipart.h +1 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-proxy-resolver-default.h +2 -1
- data/vendor/local/include/libsoup-2.4/libsoup/soup-proxy-resolver.h +3 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-server.h +22 -1
- data/vendor/local/include/libsoup-2.4/libsoup/soup-session-async.h +15 -1
- data/vendor/local/include/libsoup-2.4/libsoup/soup-session-sync.h +15 -1
- data/vendor/local/include/libsoup-2.4/libsoup/soup-session.h +10 -1
- data/vendor/local/include/libsoup-2.4/libsoup/soup-socket.h +16 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-status.h +2 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-uri.h +26 -4
- data/vendor/local/include/libsoup-2.4/libsoup/soup-value-utils.h +38 -8
- data/vendor/local/include/libsoup-2.4/libsoup/soup-version.h +142 -85
- data/vendor/local/include/libsoup-2.4/libsoup/soup-websocket-connection.h +1 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-websocket.h +1 -1
- data/vendor/local/include/libsoup-2.4/libsoup/soup-xmlrpc-old.h +68 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-xmlrpc.h +53 -35
- data/vendor/local/include/libsoup-2.4/libsoup/soup.h +7 -0
- data/vendor/local/include/opus/opus.h +4 -1
- data/vendor/local/include/opus/opus_defines.h +62 -35
- data/vendor/local/include/opus/opus_multistream.h +3 -3
- data/vendor/local/include/sqlite3.h +923 -50
- data/vendor/local/include/sqlite3ext.h +22 -3
- data/vendor/local/lib/girepository-1.0/Gst-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstAllocators-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstApp-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstAudio-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstBase-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstController-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstGL-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstInsertBin-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstMpegts-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstNet-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstPbutils-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstPlayer-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstRtp-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstRtsp-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstSdp-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstVideo-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/Soup-2.4.typelib +0 -0
- data/vendor/local/lib/gstreamer-1.0/include/gst/gl/gstglconfig.h +3 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaccurip.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaccurip.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaccurip.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstadder.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstadder.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstadder.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstadpcmdec.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstadpcmdec.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstadpcmdec.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstadpcmenc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstadpcmenc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstadpcmenc.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstaiff.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaiff.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaiff.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstalaw.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstalaw.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstalaw.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstalpha.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstalpha.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstalpha.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstalphacolor.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstalphacolor.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstalphacolor.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstapetag.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstapetag.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstapetag.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstapp.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstapp.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstapp.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstasfmux.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstasfmux.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstasfmux.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstaudioconvert.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudioconvert.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudioconvert.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstaudiofx.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiofx.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiofx.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstaudiofxbad.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiofxbad.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiofxbad.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstaudiomixer.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiomixer.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiomixer.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstaudioparsers.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudioparsers.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudioparsers.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstaudiorate.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiorate.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiorate.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstaudioresample.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudioresample.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudioresample.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstaudiotestsrc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiotestsrc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiotestsrc.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstaudiovisualizers.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiovisualizers.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiovisualizers.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstauparse.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstauparse.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstauparse.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstautoconvert.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstautoconvert.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstautoconvert.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstautodetect.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstautodetect.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstautodetect.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstavi.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstavi.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstavi.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstbayer.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstbayer.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstbayer.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstcairo.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcairo.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcairo.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstcamerabin2.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcamerabin2.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcamerabin2.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstcoloreffects.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcoloreffects.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcoloreffects.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstcompositor.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcompositor.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcompositor.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstcoreelements.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcoreelements.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcoreelements.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstcoretracers.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/{libgstfragmented.dll.a → libgstcoretracers.dll.a} +0 -0
- data/vendor/local/lib/{libgstcheck-1.0.la → gstreamer-1.0/libgstcoretracers.la} +9 -9
- data/vendor/local/lib/gstreamer-1.0/libgstcutter.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcutter.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcutter.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstd3dvideosink.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstd3dvideosink.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstd3dvideosink.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstdashdemux.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdashdemux.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdashdemux.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstdataurisrc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdataurisrc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdataurisrc.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstdebug.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdebug.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdebug.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstdebugutilsbad.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdebugutilsbad.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdebugutilsbad.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstdeinterlace.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdeinterlace.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdeinterlace.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsink.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsink.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsink.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsrc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsrc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsrc.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstdtmf.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdtmf.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdtmf.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstdvbsuboverlay.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdvbsuboverlay.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdvbsuboverlay.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstdvdspu.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdvdspu.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdvdspu.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgsteffectv.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsteffectv.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsteffectv.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstencodebin.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstencodebin.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstencodebin.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstequalizer.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstequalizer.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstequalizer.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstfestival.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfestival.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfestival.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstfieldanalysis.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfieldanalysis.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfieldanalysis.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstflac.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstflac.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstflac.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstflv.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstflv.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstflv.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstflxdec.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstflxdec.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstflxdec.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstfreeverb.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfreeverb.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfreeverb.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstfrei0r.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfrei0r.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfrei0r.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstgaudieffects.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgaudieffects.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgaudieffects.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstgdkpixbuf.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgdkpixbuf.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgdkpixbuf.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstgdp.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgdp.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgdp.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstgeometrictransform.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgeometrictransform.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgeometrictransform.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstgio.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgio.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgio.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstgoom.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgoom.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgoom.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstgoom2k1.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgoom2k1.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgoom2k1.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgsthls.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsthls.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/{libgstfragmented.la → libgsthls.la} +5 -5
- data/vendor/local/lib/gstreamer-1.0/libgsticydemux.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsticydemux.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsticydemux.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstid3demux.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstid3demux.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstid3demux.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstid3tag.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstid3tag.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstid3tag.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstimagefreeze.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstimagefreeze.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstimagefreeze.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstinter.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstinter.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstinter.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstinterlace.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstinterlace.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstinterlace.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstinterleave.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstinterleave.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstinterleave.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstisomp4.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstisomp4.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstisomp4.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstivfparse.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstivfparse.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstivfparse.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstivtc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstivtc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstivtc.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstjp2kdecimator.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstjp2kdecimator.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstjp2kdecimator.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstjpeg.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstjpeg.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstjpeg.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstjpegformat.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstjpegformat.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstjpegformat.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstlevel.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstlevel.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstlevel.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstlibav.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstlibav.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstlibav.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstmatroska.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmatroska.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmatroska.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstmidi.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmidi.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmidi.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstmpegpsdemux.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmpegpsdemux.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmpegpsdemux.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstmpegpsmux.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmpegpsmux.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmpegpsmux.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstmpegtsdemux.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmpegtsdemux.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmpegtsdemux.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstmpegtsmux.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmpegtsmux.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmpegtsmux.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstmulaw.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmulaw.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmulaw.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstmultifile.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmultifile.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmultifile.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstmultipart.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmultipart.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmultipart.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstmxf.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmxf.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmxf.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstnavigationtest.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstnavigationtest.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstnavigationtest.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstnetsim.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/{libgstrtpbad.dll.a → libgstnetsim.dll.a} +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstnetsim.la +41 -0
- data/vendor/local/lib/gstreamer-1.0/libgstogg.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstogg.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstogg.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstopengl.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstopengl.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstopengl.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstopus.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstopus.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstopus.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstopusparse.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/{libgstliveadder.dll.a → libgstopusparse.dll.a} +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstopusparse.la +41 -0
- data/vendor/local/lib/gstreamer-1.0/libgstpango.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstpango.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstpango.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstpcapparse.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstpcapparse.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstpcapparse.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstplayback.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstplayback.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstplayback.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstpng.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstpng.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstpng.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstpnm.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstpnm.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstpnm.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstrawparse.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrawparse.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrawparse.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstremovesilence.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstremovesilence.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstremovesilence.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstreplaygain.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstreplaygain.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstreplaygain.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstrtp.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtp.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtp.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstrtpmanager.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtpmanager.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtpmanager.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstrtponvif.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtponvif.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtponvif.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstrtsp.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtsp.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtsp.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstsdpelem.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsdpelem.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsdpelem.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstsegmentclip.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsegmentclip.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsegmentclip.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstshapewipe.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstshapewipe.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstshapewipe.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstsiren.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsiren.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsiren.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstsmooth.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsmooth.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsmooth.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstsmoothstreaming.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsmoothstreaming.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsmoothstreaming.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstsmpte.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsmpte.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsmpte.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstsouphttpsrc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsouphttpsrc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsouphttpsrc.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstspectrum.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstspectrum.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstspectrum.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstspeed.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstspeed.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstspeed.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgststereo.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgststereo.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgststereo.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstsubenc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsubenc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsubenc.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstsubparse.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsubparse.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsubparse.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgsttcp.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsttcp.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsttcp.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgsttheora.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsttheora.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsttheora.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgsttypefindfunctions.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsttypefindfunctions.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsttypefindfunctions.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstudp.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstudp.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstudp.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstvideobox.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideobox.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideobox.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstvideoconvert.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideoconvert.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideoconvert.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstvideocrop.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideocrop.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideocrop.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstvideofilter.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideofilter.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideofilter.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstvideofiltersbad.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideofiltersbad.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideofiltersbad.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstvideoframe_audiolevel.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideoframe_audiolevel.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/{libgstliveadder.la → libgstvideoframe_audiolevel.la} +5 -5
- data/vendor/local/lib/gstreamer-1.0/libgstvideomixer.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideomixer.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideomixer.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstvideoparsersbad.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideoparsersbad.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideoparsersbad.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstvideorate.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideorate.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideorate.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstvideoscale.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideoscale.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideoscale.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstvideosignal.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideosignal.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideosignal.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstvideotestsrc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideotestsrc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideotestsrc.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstvmnc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvmnc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvmnc.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstvolume.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvolume.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvolume.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstvorbis.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvorbis.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvorbis.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstwasapi.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwasapi.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwasapi.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstwaveformsink.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwaveformsink.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwaveformsink.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstwavenc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwavenc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwavenc.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstwavparse.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwavparse.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwavparse.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstwinks.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwinks.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwinks.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstwinscreencap.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwinscreencap.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwinscreencap.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgsty4mdec.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsty4mdec.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsty4mdec.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgsty4menc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsty4menc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsty4menc.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstyadif.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstyadif.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstyadif.la +1 -1
- data/vendor/local/lib/libFLAC.dll.a +0 -0
- data/vendor/local/lib/libgstadaptivedemux-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstadaptivedemux-1.0.la +3 -3
- data/vendor/local/lib/libgstallocators-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstallocators-1.0.la +3 -3
- data/vendor/local/lib/libgstapp-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstapp-1.0.la +3 -3
- data/vendor/local/lib/libgstaudio-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstaudio-1.0.la +3 -3
- data/vendor/local/lib/libgstbadaudio-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstbadaudio-1.0.la +41 -0
- data/vendor/local/lib/libgstbadbase-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstbadbase-1.0.la +3 -3
- data/vendor/local/lib/libgstbadvideo-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstbadvideo-1.0.la +3 -3
- data/vendor/local/lib/libgstbase-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstbase-1.0.la +3 -3
- data/vendor/local/lib/libgstbasecamerabinsrc-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstbasecamerabinsrc-1.0.la +3 -3
- data/vendor/local/lib/libgstcodecparsers-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstcodecparsers-1.0.la +3 -3
- data/vendor/local/lib/libgstcontroller-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstcontroller-1.0.la +3 -3
- data/vendor/local/lib/libgstfft-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstfft-1.0.la +3 -3
- data/vendor/local/lib/libgstgl-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstgl-1.0.la +3 -3
- data/vendor/local/lib/libgstinsertbin-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstinsertbin-1.0.la +3 -3
- data/vendor/local/lib/libgstmpegts-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstmpegts-1.0.la +3 -3
- data/vendor/local/lib/libgstnet-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstnet-1.0.la +3 -3
- data/vendor/local/lib/libgstpbutils-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstpbutils-1.0.la +3 -3
- data/vendor/local/lib/libgstphotography-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstphotography-1.0.la +3 -3
- data/vendor/local/lib/libgstplayer-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstplayer-1.0.la +41 -0
- data/vendor/local/lib/libgstreamer-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstreamer-1.0.la +3 -3
- data/vendor/local/lib/libgstriff-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstriff-1.0.la +3 -3
- data/vendor/local/lib/libgstrtp-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstrtp-1.0.la +3 -3
- data/vendor/local/lib/libgstrtsp-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstrtsp-1.0.la +3 -3
- data/vendor/local/lib/libgstsdp-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstsdp-1.0.la +3 -3
- data/vendor/local/lib/libgsttag-1.0.dll.a +0 -0
- data/vendor/local/lib/libgsttag-1.0.la +3 -3
- data/vendor/local/lib/libgsturidownloader-1.0.dll.a +0 -0
- data/vendor/local/lib/libgsturidownloader-1.0.la +3 -3
- data/vendor/local/lib/libgstvideo-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstvideo-1.0.la +3 -3
- data/vendor/local/lib/libjpeg.a +0 -0
- data/vendor/local/lib/libjpeg.dll.a +0 -0
- data/vendor/local/lib/libjpeg.la +4 -4
- data/vendor/local/lib/libogg.a +0 -0
- data/vendor/local/lib/libogg.dll.a +0 -0
- data/vendor/local/lib/libopus.a +0 -0
- data/vendor/local/lib/libopus.dll.a +0 -0
- data/vendor/local/lib/libopus.la +1 -1
- data/vendor/local/lib/libsoup-2.4.a +0 -0
- data/vendor/local/lib/libsoup-2.4.dll.a +0 -0
- data/vendor/local/lib/libsoup-2.4.la +3 -3
- data/vendor/local/lib/libsqlite3.a +0 -0
- data/vendor/local/lib/libsqlite3.dll.a +0 -0
- data/vendor/local/lib/libsqlite3.la +2 -2
- data/vendor/local/lib/libtheora.a +0 -0
- data/vendor/local/lib/libtheora.dll.a +0 -0
- data/vendor/local/lib/libtheoradec.a +0 -0
- data/vendor/local/lib/libtheoradec.dll.a +0 -0
- data/vendor/local/lib/libtheoraenc.a +0 -0
- data/vendor/local/lib/libtheoraenc.dll.a +0 -0
- data/vendor/local/lib/libvorbis.a +0 -0
- data/vendor/local/lib/libvorbis.dll.a +0 -0
- data/vendor/local/lib/libvorbisenc.a +0 -0
- data/vendor/local/lib/libvorbisenc.dll.a +0 -0
- data/vendor/local/lib/libvorbisfile.a +0 -0
- data/vendor/local/lib/libvorbisfile.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/gstreamer-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-allocators-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-app-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-audio-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-bad-audio-1.0.pc +13 -0
- data/vendor/local/lib/pkgconfig/{gstreamer-check-1.0.pc → gstreamer-bad-base-1.0.pc} +5 -4
- data/vendor/local/lib/pkgconfig/gstreamer-bad-video-1.0.pc +16 -0
- data/vendor/local/lib/pkgconfig/gstreamer-base-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-codecparsers-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-controller-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-fft-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-gl-1.0.pc +4 -4
- data/vendor/local/lib/pkgconfig/gstreamer-insertbin-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-mpegts-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-net-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-pbutils-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-player-1.0.pc +12 -0
- data/vendor/local/lib/pkgconfig/gstreamer-plugins-bad-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-plugins-base-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-riff-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-rtp-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-rtsp-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-sdp-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-tag-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-video-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/libsoup-2.4.pc +1 -1
- data/vendor/local/lib/pkgconfig/opus.pc +1 -1
- data/vendor/local/lib/pkgconfig/sqlite3.pc +1 -1
- data/vendor/local/libexec/gstreamer-1.0/gst-plugin-scanner.exe +0 -0
- data/vendor/local/share/bash-completion/helpers/gst-completion-helper-1.0.exe +0 -0
- data/vendor/local/share/gir-1.0/Gst-1.0.gir +1459 -219
- data/vendor/local/share/gir-1.0/GstAllocators-1.0.gir +2 -8
- data/vendor/local/share/gir-1.0/GstApp-1.0.gir +89 -23
- data/vendor/local/share/gir-1.0/GstAudio-1.0.gir +1124 -77
- data/vendor/local/share/gir-1.0/GstBase-1.0.gir +370 -28
- data/vendor/local/share/gir-1.0/GstController-1.0.gir +43 -11
- data/vendor/local/share/gir-1.0/GstGL-1.0.gir +3776 -1269
- data/vendor/local/share/gir-1.0/GstInsertBin-1.0.gir +65 -16
- data/vendor/local/share/gir-1.0/GstMpegts-1.0.gir +53 -0
- data/vendor/local/share/gir-1.0/GstNet-1.0.gir +50 -10
- data/vendor/local/share/gir-1.0/GstPbutils-1.0.gir +422 -5
- data/vendor/local/share/gir-1.0/GstPlayer-1.0.gir +1853 -0
- data/vendor/local/share/gir-1.0/GstRtp-1.0.gir +66 -5
- data/vendor/local/share/gir-1.0/GstRtsp-1.0.gir +91 -13
- data/vendor/local/share/gir-1.0/GstSdp-1.0.gir +166 -0
- data/vendor/local/share/gir-1.0/GstVideo-1.0.gir +483 -93
- data/vendor/local/share/gir-1.0/Soup-2.4.gir +715 -88
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/ch01.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/ch02.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/ch03.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-1.0.devhelp2 +1 -1
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-GstFFMpegAudDec.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-GstFFMpegAudEnc.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-GstFFMpegVidDec.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-GstFFMpegVidEnc.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-gstav.html +32 -32
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-gstavcfg.html +15 -15
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-gstavcodecmap.html +40 -40
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-gstavprotocol.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-gstavutils.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-plugin-libav.html +444 -16
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/index.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstGLBaseFilter.html +34 -33
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstGLBufferPool.html +111 -33
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstGLColorConvert.html +67 -36
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstGLContext.html +230 -131
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstGLDisplay.html +143 -72
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstGLFilter.html +41 -46
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstGLFramebuffer.html +22 -22
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstGLShader.html +1237 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstGLUpload.html +57 -75
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstGLWindow.html +115 -158
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/annotation-glossary.html +5 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/api-index-deprecated.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/api-index-full.html +1640 -632
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/base.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/{ch07.html → ch08.html} +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/codecparsers.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/compiling.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gl.html +30 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-1.0.devhelp2 +956 -130
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-descriptors.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-sections.html +107 -107
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html +72 -72
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html +126 -126
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html +365 -365
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.html +95 -95
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstAggregator.html +47 -42
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstAggregatorPad.html +38 -38
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstEGLImageMemory.html +20 -20
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLAPI.html +90 -73
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLBuffer.html +362 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLContextCocoa.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLContextEGL.html +14 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLContextEagl.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLContextGLX.html +12 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLContextWGL.html +12 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLMemory.html +1289 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLSL.html +419 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLSyncMeta.html +58 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLWindowAndroid.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLWindowCocoa.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLWindowDispmanx.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLWindowWayland.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLWindowWin32.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLWindowX11.html +12 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstInsertbin.html +116 -116
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstPhotography.html +274 -277
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstVideoAggregator.html +32 -21
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstVideoAggregatorPad.html +15 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ISDB-variants-of-MPEG-TS-descriptors.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Mpeg-ts-helper-library.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-OpenGL-Formats.html +549 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-OpenGL-Miscellaneous-Utilities.html +678 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-OpenGL-debugging.html +648 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstglbasememory.html +1286 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstglmemorypbo.html +325 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstmpegvideometa.html +43 -41
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstplayer-gmaincontextsignaldispatcher.html +93 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstplayer-mediainfo.html +961 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstplayer-videooverlayvideorenderer.html +325 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstplayer-visualization.html +226 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstplayer.html +2252 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-h264parser.html +227 -213
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-jpegparser.html +87 -87
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html +80 -80
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpegvideoparser.html +176 -165
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-vc1parser.html +140 -140
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gstreamer-libs-hierarchy.html +37 -20
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gstreamer-plugins-bad.html +49 -16
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/index.html +50 -17
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/mpegts.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/player.html +46 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/tools.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/video.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/ch01.html +6 -21
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/ch02.html +3 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-1.0.devhelp2 +20 -40
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-accurip.html +15 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-aiffmux.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-aiffparse.html +10 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-assrender.html +17 -17
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-audiointerleave.html +206 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-audiomixer.html +30 -29
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-autoconvert.html +17 -17
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-bs2b.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-bulge.html +35 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-burn.html +19 -19
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-camerabin.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-chromium.html +20 -20
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-circle.html +39 -19
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-coloreffects.html +15 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-compositor.html +22 -22
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-cvdilate.html +14 -25
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-cvequalizehist.html +14 -24
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-cverode.html +14 -25
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-cvlaplace.html +74 -31
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-cvsmooth.html +43 -46
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-cvsobel.html +45 -33
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dataurisrc.html +17 -17
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-diffuse.html +35 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dilate.html +19 -19
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dodge.html +17 -17
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dtmfdetect.html +11 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dtsdec.html +14 -14
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dvbsrc.html +94 -94
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dvdspu.html +12 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-edgedetect.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-exclusion.html +19 -19
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-faac.html +37 -17
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-faad.html +11 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-faceblur.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-facedetect.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-festival.html +12 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-fisheye.html +32 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-fpsdisplaysink.html +49 -50
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gaussianblur.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-jpegparse.html +16 -16
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-kaleidoscope.html +39 -19
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-liveadder.html +10 -72
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-marble.html +41 -21
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mimdec.html +10 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mimenc.html +13 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mirror.html +33 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-modplug.html +35 -35
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mpeg2enc.html +66 -66
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mpegpsmux.html +12 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mpegtsmux.html +39 -23
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mplex.html +25 -25
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-neonhttpsrc.html +36 -36
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-ofa.html +13 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-openalsink.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-openalsrc.html +17 -17
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-opencvtextoverlay.html +43 -40
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-pcapparse.html +27 -27
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-pinch.html +34 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-aiff.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-assrender.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-audiomixer.html +9 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-audiovisualizers.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-autoconvert.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-bayer.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-bs2b.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-bz2.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-camerabin.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-coloreffects.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-curl.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-dataurisrc.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-debugutilsbad.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-dtsdec.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-dvb.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-dvdspu.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-faac.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-faad.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-festival.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-gaudieffects.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-geometrictransform.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-gsm.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-jpegformat.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-mimic.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-mms.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-modplug.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-mpeg2enc.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-mpegpsmux.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-mpegtsmux.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-mplex.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-neon.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-ofa.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-openal.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-opencv.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-pcapparse.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-rawparse.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-rfbsrc.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-rtmp.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-sdp.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-shm.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-soundtouch.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-speed.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-voaacenc.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-voamrwbenc.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-zbar.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-pyramidsegment.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rfbsrc.html +37 -37
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rtmpsink.html +15 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rtmpsrc.html +16 -16
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-sdpdemux.html +23 -23
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-shmsink.html +31 -31
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-shmsrc.html +19 -19
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-solarize.html +23 -23
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-spacescope.html +14 -14
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-spectrascope.html +13 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-speed.html +15 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-sphere.html +34 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-square.html +38 -19
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-stretch.html +34 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-synaescope.html +13 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-templatematch.html +28 -28
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-tunnel.html +32 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-twirl.html +34 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-videoparse.html +74 -33
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-voaacenc.html +20 -16
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-voamrwbenc.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-waterripple.html +38 -19
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-wavescope.html +14 -14
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-zbar.html +19 -19
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/index.html +7 -28
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/annotation-glossary.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/api-index-deprecated.html +11 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/api-index-full.html +219 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/compiling.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-1.0.devhelp2 +575 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstAudioConverter.html +527 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstAudioQuantize.html +335 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoChroma.html +35 -35
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoDecoder.html +217 -193
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoDither.html +22 -22
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoEncoder.html +121 -101
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoPool.html +22 -22
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoResampler.html +29 -29
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoScaler.html +49 -49
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-appsink.html +101 -101
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-appsrc.html +130 -130
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-dmabuf.html +34 -34
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-encoding-profile.html +452 -310
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-fdmemory.html +40 -40
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudio.html +152 -127
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiobasesink.html +323 -85
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiobasesrc.html +55 -62
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiocdsrc.html +41 -41
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiochannels.html +331 -73
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudioclock.html +54 -54
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiodecoder.html +176 -166
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudioencoder.html +212 -168
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiofilter.html +18 -18
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudioiec61937.html +20 -20
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiometa.html +163 -29
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudioringbuffer.html +183 -188
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiosink.html +11 -16
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiosrc.html +12 -17
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstcolorbalance.html +37 -37
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstcolorbalancechannel.html +21 -21
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstdiscoverer.html +319 -319
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstfft.html +13 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstfftf32.html +26 -26
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstfftf64.html +26 -26
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstffts16.html +26 -26
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstffts32.html +26 -26
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html +427 -350
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstnavigation.html +192 -192
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutils.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutilscodecutils.html +489 -138
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutilsdescriptions.html +62 -62
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutilsinstallplugins.html +49 -49
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutilsmissingplugins.html +109 -109
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpluginsbaseversion.html +72 -62
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstriff.html +94 -94
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtcpbuffer.html +367 -367
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtpbaseaudiopayload.html +54 -58
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtpbasedepayload.html +59 -45
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtpbasepayload.html +90 -95
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtpbuffer.html +297 -297
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtphdrext.html +40 -40
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtppayloads.html +26 -26
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspconnection.html +293 -233
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html +75 -75
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspextension.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspmessage.html +137 -137
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtsprange.html +50 -50
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtsptransport.html +56 -56
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspurl.html +43 -43
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstsdpmessage.html +830 -608
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gststreamvolume.html +40 -40
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttag.html +41 -41
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagdemux.html +13 -18
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagexif.html +35 -35
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagid3.html +63 -63
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttaglanguagecodes.html +43 -43
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttaglicenses.html +46 -46
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagmux.html +9 -14
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagvorbis.html +66 -66
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagxmp.html +28 -28
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagxmpwriter.html +25 -25
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html +761 -517
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideoaffinetransformationmeta.html +175 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideofilter.html +12 -17
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideometa.html +142 -142
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideoorientation.html +76 -76
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideooverlay.html +88 -88
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideooverlaycomposition.html +145 -145
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideosink.html +37 -44
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideoutils.html +67 -67
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-allocators.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-app.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-audio.html +9 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-base-utils.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-ffft.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-libs-hierarchy.html +13 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-mikey.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-plugins-base.html +12 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-riff.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-rtp.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-rtsp.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-sdp.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-tag.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-video.html +6 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/index.html +13 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/ch01.html +45 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/ch02.html +11 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-1.0.devhelp2 +95 -58
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-adder.html +14 -14
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-alsamidisrc.html +160 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-alsasink.html +22 -22
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-alsasrc.html +23 -23
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-appsink.html +65 -52
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-appsrc.html +73 -73
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-audioconvert.html +23 -130
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-audiorate.html +26 -26
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-audioresample.html +17 -17
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-audiotestsrc.html +32 -32
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-cdparanoiasrc.html +32 -32
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-clockoverlay.html +13 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-decodebin.html +130 -135
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-encodebin.html +65 -65
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-giosink.html +22 -22
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-giosrc.html +22 -22
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-giostreamsink.html +17 -17
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-giostreamsrc.html +20 -20
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-multifdsink.html +74 -74
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-multisocketsink.html +129 -76
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-oggaviparse.html +128 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-oggdemux.html +12 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-oggmux.html +22 -22
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-oggparse.html +128 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-ogmaudioparse.html +232 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-ogmtextparse.html +128 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-ogmvideoparse.html +448 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-opusdec.html +201 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-opusenc.html +348 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-playbin.html +228 -228
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-playsink.html +65 -65
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-adder.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-alsa.html +8 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-app.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-audioconvert.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-audiorate.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-audioresample.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-audiotestsrc.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-cdparanoia.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-encoding.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-gio.html +10 -10
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-liveadder.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-ivorbisdec.html} +20 -20
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-libvisual.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-ogg.html +11 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-opus.html +85 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-pango.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-playback.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-subparse.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-tcp.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-theora.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-typefindfunctions.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-videoconvert.html +10 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-videorate.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-videoscale.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-videotestsrc.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-volume.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-vorbis.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-ximagesink.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-xvimagesink.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-socketsrc.html +59 -26
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-ssaparse.html +159 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-streamsynchronizer.html +14 -14
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-subparse.html +220 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-subtitleoverlay.html +25 -25
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-tcpclientsink.html +21 -21
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-tcpclientsrc.html +22 -22
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-tcpserversink.html +23 -23
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-tcpserversrc.html +24 -24
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-textoverlay.html +12 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-textrender.html +18 -18
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-theoradec.html +11 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-theoraenc.html +78 -41
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-theoraparse.html +10 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-timeoverlay.html +52 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-uridecodebin.html +129 -129
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-videoconvert.html +27 -27
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-videorate.html +43 -35
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-videoscale.html +28 -28
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-videotestsrc.html +50 -50
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-volume.html +19 -19
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-vorbisdec.html +11 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-vorbisenc.html +58 -26
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-vorbisparse.html +10 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-vorbistag.html +11 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-ximagesink.html +30 -30
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-xvimagesink.html +50 -50
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/index.html +54 -18
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/GstIirEqualizer.html +11 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/ch01.html +675 -48
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/ch02.html +14 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/ch03.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-1.0.devhelp2 +277 -222
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-3gppmux.html +34 -34
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-GstVideoMixerPad.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-aacparse.html +10 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-aasink.html +32 -75
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-ac3parse.html +10 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-agingtv.html +21 -21
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-alawdec.html +14 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-alawenc.html +14 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-alpha.html +45 -43
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-alphacolor.html +16 -16
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-amrparse.html +15 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-apedemux.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-apev2mux.html +10 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-aspectratiocrop.html +11 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audioamplify.html +13 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiochebband.html +22 -22
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiocheblimit.html +21 -21
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiodynamic.html +22 -22
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audioecho.html +26 -26
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiofirfilter.html +68 -68
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audioiirfilter.html +70 -70
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audioinvert.html +23 -23
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiokaraoke.html +26 -26
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiopanorama.html +19 -19
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiowsincband.html +23 -23
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiowsinclimit.html +20 -34
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-auparse.html +10 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-autoaudiosink.html +15 -28
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-autoaudiosrc.html +14 -40
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-autovideosink.html +15 -28
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-autovideosrc.html +14 -40
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-avidemux.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-avimux.html +13 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-avisubtitle.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-cacasink.html +16 -16
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-cairooverlay.html +16 -16
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-capssetter.html +18 -18
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-cutter.html +21 -21
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-dcaparse.html +10 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-deinterlace.html +17 -17
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-deinterleave.html +11 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-dicetv.html +17 -43
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-directsoundsink.html +7 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-dtmfsrc.html +18 -18
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-dv1394src.html +32 -32
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-dvdec.html +15 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-dvdemux.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-edgetv.html +10 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-equalizer-10bands.html +32 -32
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-equalizer-3bands.html +18 -18
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-equalizer-nbands.html +20 -20
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-flacdec.html +11 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-flacenc.html +70 -42
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-flacparse.html +16 -16
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-flactag.html +11 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-flvdemux.html +11 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-flvmux.html +17 -32
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-flxdec.html +10 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-gamma.html +16 -16
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-gdkpixbufsink.html +19 -32
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-goom.html +16 -16
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-goom2k1.html +18 -18
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-hdv1394src.html +26 -26
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-icydemux.html +11 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-id3demux.html +15 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-id3v2mux.html +12 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-imagefreeze.html +12 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-interleave.html +25 -22
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-ismlmux.html +39 -39
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-jackaudiosink.html +23 -23
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-jackaudiosrc.html +24 -24
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-jpegdec.html +16 -16
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-jpegenc.html +16 -42
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-level.html +83 -83
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-matroskademux.html +19 -19
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-matroskamux.html +34 -26
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-mj2mux.html +40 -44
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-monoscope.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-mp4mux.html +45 -41
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-mpegaudioparse.html +17 -17
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-mulawdec.html +13 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-mulawenc.html +11 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-multifilesink.html +39 -39
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-multifilesrc.html +27 -27
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-multipartdemux.html +16 -29
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-multipartmux.html +15 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-multiudpsink.html +94 -135
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-optv.html +18 -18
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-oss4sink.html +23 -23
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-oss4src.html +19 -19
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-osssink.html +16 -16
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-osssrc.html +19 -19
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-osxaudiosink.html +9 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-osxaudiosrc.html +9 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-osxvideosink.html +11 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-1394.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-aasink.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-alaw.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-alpha.html +10 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-alphacolor.html +10 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-apetag.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-audiofx.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-audioparsers.html +109 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-auparse.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-autodetect.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-avi.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-cacasink.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-cairo.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-cutter.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-debug.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-deinterlace.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-directsound.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-dtmf.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-dv.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-effectv.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-equalizer.html +10 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-flac.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-flv.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-flxdec.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-gdkpixbuf.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-goom.html +10 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-goom2k1.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-icydemux.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-id3demux.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-imagefreeze.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-interleave.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-isomp4.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-jack.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-jpeg.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-level.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-matroska.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-monoscope.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-mulaw.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-multifile.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-multipart.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-navigationtest.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-oss4.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-ossaudio.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-osxaudio.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-osxvideo.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-png.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-pulseaudio.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-replaygain.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-rtp.html +51 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-rtpmanager.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-rtsp.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-shapewipe.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-shout2send.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-smpte.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-soup.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-spectrum.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-speex.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-taglib.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-udp.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-video4linux2.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-videobox.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-videocrop.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-videofilter.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-videomixer.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-vpx.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-waveform.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-wavenc.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-wavpack.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-wavparse.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-ximagesrc.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-y4menc.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-pngdec.html +11 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-pngenc.html +17 -17
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-progressreport.html +22 -22
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-pulsesink.html +30 -44
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-pulsesrc.html +36 -50
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-qtdemux.html +16 -42
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-qtmoovrecover.html +33 -33
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-qtmux.html +46 -54
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-quarktv.html +20 -20
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-radioactv.html +21 -21
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-revtv.html +20 -20
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rganalysis.html +27 -27
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rglimiter.html +15 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rgvolume.html +33 -33
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rippletv.html +18 -18
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpL16depay.html +14 -14
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpL16pay.html +15 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpac3depay.html +14 -14
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpac3pay.html +12 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpamrdepay.html +12 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpamrpay.html +14 -14
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpbin.html +400 -206
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpbvdepay.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpbvpay.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpdec.html +71 -86
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpdtmfdepay.html +254 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpdtmfmux.html +12 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpdtmfsrc.html +36 -36
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtph261depay.html +184 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtph261pay.html +190 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpj2kpay.html +16 -42
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpjitterbuffer.html +129 -86
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpjpegpay.html +24 -33
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpklvdepay.html +177 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpklvpay.html +177 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmux.html +25 -25
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rtpopusdepay.html → gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpopusdepay.html} +31 -31
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpopuspay.html +156 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpptdemux.html +43 -43
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtprtxreceive.html +24 -37
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtprtxsend.html +27 -40
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpsbcpay.html +18 -18
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpsession.html +253 -115
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpssrcdemux.html +34 -34
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtspsrc.html +161 -120
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-sbcparse.html +14 -14
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-scaletempo.html +29 -21
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-shagadelictv.html +13 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-shapewipe.html +16 -16
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-shout2send.html +38 -51
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-smokedec.html +87 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-smokeenc.html +87 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-smpte.html +24 -38
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-smptealpha.html +26 -26
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-souphttpsrc.html +83 -112
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-spectrum.html +77 -90
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-speexdec.html +18 -18
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-speexenc.html +35 -35
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-splitfilesrc.html +21 -21
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-splitmuxsink.html +95 -35
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-splitmuxsrc.html +20 -20
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-streaktv.html +18 -18
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-taginject.html +18 -18
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-udpsink.html +22 -22
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-udpsrc.html +60 -102
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-v4l2radio.html +20 -20
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-v4l2sink.html +64 -88
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-v4l2src.html +54 -91
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-vertigotv.html +21 -47
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-videobalance.html +23 -23
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-videobox.html +28 -28
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-videocrop.html +22 -22
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-videoflip.html +16 -16
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-videomixer.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-vp8dec.html +22 -21
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-vp8enc.html +86 -289
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-warptv.html +15 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-waveformsink.html +10 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-wavenc.html +16 -16
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-wavpackdec.html +13 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-wavpackenc.html +21 -21
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-wavpackparse.html +13 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-wavparse.html +14 -14
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-webmmux.html +19 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-ximagesrc.html +33 -47
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-y4menc.html +14 -14
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/index.html +105 -57
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstAllocator.html +54 -54
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstBin.html +137 -142
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstBuffer.html +414 -370
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstBufferList.html +64 -64
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstBufferPool.html +129 -129
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstBus.html +148 -146
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstCaps.html +297 -275
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstCapsFeatures.html +124 -124
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstChildProxy.html +94 -94
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstClock.html +473 -250
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstContext.html +61 -56
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstControlBinding.html +59 -64
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstControlSource.html +51 -53
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstDateTime.html +182 -174
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstDeviceProviderFactory.html +65 -65
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstElement.html +610 -428
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstElementFactory.html +335 -315
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstEvent.html +289 -292
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstGhostPad.html +88 -88
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstMemory.html +145 -145
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstMessage.html +391 -391
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstObject.html +243 -242
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPad.html +1086 -743
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPadTemplate.html +53 -53
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPipeline.html +60 -60
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPlugin.html +192 -183
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPluginFeature.html +77 -76
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPreset.html +99 -97
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstQuery.html +425 -425
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstRegistry.html +125 -125
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstSample.html +40 -40
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstSegment.html +435 -108
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstStructure.html +465 -465
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstSystemClock.html +13 -13
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTagList.html +440 -421
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTagSetter.html +48 -52
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTask.html +95 -95
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTaskPool.html +28 -33
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstToc.html +146 -146
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTracer.html +1612 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTracerFactory.html +116 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTracerRecord.html +300 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTypeFindFactory.html +33 -33
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/annotation-glossary.html +8 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gst-building.html +3 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gst-running.html +6 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-1.0.devhelp2 +390 -41
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-Gst.html +62 -62
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstAtomicQueue.html +33 -33
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstConfig.html +4 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstDevice.html +91 -60
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstDeviceMonitor.html +321 -65
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstDeviceProvider.html +73 -78
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstFormat.html +43 -43
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstGError.html +44 -46
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstInfo.html +549 -292
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstIterator.html +121 -121
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstMeta.html +96 -96
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstMiniObject.html +143 -143
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstParamSpec.html +69 -76
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstParse.html +78 -71
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstPoll.html +106 -106
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstProtectionMeta.html +35 -20
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstTocSetter.html +16 -20
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstTypeFind.html +47 -47
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstUri.html +290 -290
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstUriHandler.html +114 -114
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstUtils.html +317 -317
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstValue.html +727 -694
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstVersion.html +49 -41
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-device-probing.html +3 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-hierarchy.html +11 -8
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-support.html +16 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer.html +3 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/index.html +17 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix01.html +319 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix02.html +10 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix03.html +73 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix04.html +3 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix05.html +3 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix06.html +3 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix07.html +3 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix08.html +3 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/libgstreamer.html +3 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstARGBControlBinding.html +30 -30
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstAdapter.html +384 -163
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstBaseParse.html +197 -152
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstBaseSink.html +209 -214
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstBaseSrc.html +148 -153
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstBaseTransform.html +108 -113
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstCollectPads.html +220 -220
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstDirectControlBinding.html +79 -25
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstInterpolationControlSource.html +29 -19
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstLFOControlSource.html +26 -26
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstNetClientClock.html +61 -60
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstNetTimeProvider.html +44 -37
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstPtpClock.html +551 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstPushSrc.html +12 -17
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstTestClock.html +197 -163
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstTimedValueControlSource.html +82 -82
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstTriggerControlSource.html +34 -34
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/annotation-glossary.html +3 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-base.html +3 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-check.html +8 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-control.html +3 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-hierarchy.html +14 -12
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-1.0.devhelp2 +253 -16
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstBitReader.html +185 -185
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstBufferStraw.html +22 -22
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstByteReader.html +776 -776
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstByteWriter.html +377 -377
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstCheck.html +223 -223
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstDataQueue.html +110 -110
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstFlowCombiner.html +130 -45
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstHarness.html +4117 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstNetAddressMeta.html +51 -24
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstNetControlMessageMeta.html +19 -19
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstNetTimePacket.html +42 -42
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstQueueArray.html +248 -50
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstStreamConsistency.html +24 -24
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstTypeFindHelper.html +89 -89
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs.html +7 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-net.html +4 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/index.html +8 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/ix01.html +470 -15
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/ix02.html +3 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/ix03.html +379 -10
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/ix04.html +3 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/ix05.html +3 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/ix06.html +3 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/ch01.html +14 -8
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/ch02.html +3 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-1.0.devhelp2 +62 -41
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-capsfilter.html +55 -18
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-concat.html +226 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-downloadbuffer.html +30 -30
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-fakesink.html +45 -45
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-fakesrc.html +61 -61
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-fdsink.html +18 -18
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-fdsrc.html +22 -22
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-filesink.html +76 -25
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-filesrc.html +20 -20
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-funnel.html +40 -14
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-identity.html +58 -45
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-input-selector.html +29 -55
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-multiqueue.html +70 -44
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-output-selector.html +19 -19
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-plugin-coreelements.html +6 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-queue.html +60 -60
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-queue2.html +97 -44
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-streamiddemux.html +192 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-tee.html +28 -28
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-typefind.html +26 -26
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-valve.html +16 -16
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/index.html +15 -9
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAddress.html +71 -82
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuth.html +136 -70
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuthDomain.html +47 -55
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuthDomainBasic.html +16 -21
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuthDomainDigest.html +13 -18
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuthManager.html +11 -14
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCache.html +19 -24
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupContentDecoder.html +5 -7
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupContentSniffer.html +12 -18
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCookie.html +87 -100
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCookieJar.html +43 -49
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCookieJarDB.html +12 -16
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCookieJarText.html +11 -15
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupLogger.html +21 -119
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMessage.html +128 -222
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMessageBody.html +59 -66
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMessageHeaders.html +111 -179
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMultipart.html +20 -24
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMultipartInputStream.html +38 -42
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupProxyResolverDefault.html +9 -11
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupRequest.html +40 -42
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupRequestData.html +6 -8
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupRequestFile.html +10 -13
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupRequestHTTP.html +6 -9
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupServer.html +160 -171
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSession.html +270 -324
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSessionAsync.html +4 -91
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSessionFeature.html +9 -9
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSessionSync.html +4 -91
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSocket.html +101 -115
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupURI.html +76 -96
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/annotation-glossary.html +10 -4
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/ch01.html +3 -4
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/ch02.html +3 -4
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/ch03.html +3 -4
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/ch04.html +3 -7
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/ch05.html +3 -4
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/index.html +2 -6
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/index.sgml +183 -44
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/ix01.html +31 -68
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-HTML-Form-Support.html +29 -34
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-Soup-Miscellaneous-Utilities.html +147 -168
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-SoupServer-deprecated-API.html +21 -25
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-Top-Level-Domain-utils.html +15 -18
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-Version-Information.html +69 -61
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-WebSockets.html +126 -136
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-XMLRPC-Support.html +362 -227
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-soup-method.html +4 -4
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-soup-status.html +15 -24
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4.devhelp2 +181 -64
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-build-howto.html +3 -4
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-client-howto.html +14 -15
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-request-howto.html +7 -8
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-server-howto.html +16 -17
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-session-porting.html +7 -8
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/style.css +9 -6
- data/vendor/local/share/license/libav/CREDITS +5 -54
- data/vendor/local/share/license/libav/LICENSE.md +114 -0
- data/vendor/local/share/locale/af/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/af/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/af/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/af/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/an/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{lib → share}/locale/as/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/az/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/az/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/az/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/az/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/{lib → share}/locale/be/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{lib → share}/locale/bn_IN/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{lib → share}/locale/bs/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{lib → share}/locale/ca@valencia/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/{lib → share}/locale/cs/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/{lib → share}/locale/da/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/{lib → share}/locale/el/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/{lib → share}/locale/en_GB/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/{lib → share}/locale/eo/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/{lib → share}/locale/es/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{lib → share}/locale/et/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/{lib → share}/locale/eu/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{lib → share}/locale/fa/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/{lib → share}/locale/fr/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/fur/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/{lib → share}/locale/gl/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{lib → share}/locale/gu/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{lib → share}/locale/he/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{lib → share}/locale/hi/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/{lib → share}/locale/hu/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/{lib → share}/locale/id/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/{lib → share}/locale/it/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/{lib → share}/locale/ja/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{lib → share}/locale/kn/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{lib → share}/locale/ko/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/ky/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/{lib → share}/locale/lt/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{lib → share}/locale/ml/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{lib → share}/locale/mr/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/mt/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/mt/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/{lib → share}/locale/nl/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/{lib → share}/locale/or/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{lib → share}/locale/pa/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/{lib → share}/locale/pl/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/{lib → share}/locale/pt_BR/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/{lib → share}/locale/ro/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/rw/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/{lib → share}/locale/sk/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/{lib → share}/locale/sl/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/sq/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/sq/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/sq/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/sq/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/{lib → share}/locale/sr/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{lib → share}/locale/sr@latin/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/{lib → share}/locale/sv/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{lib → share}/locale/ta/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{lib → share}/locale/te/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{lib → share}/locale/tg/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{lib → share}/locale/ug/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/{lib → share}/locale/uk/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{lib → share}/locale/uz@cyrillic/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/{lib → share}/locale/zh_CN/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/{lib → share}/locale/zh_HK/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/{lib → share}/locale/zh_TW/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/man/man1/cjpeg.1 +2 -2
- data/vendor/local/share/man/man1/djpeg.1 +14 -9
- data/vendor/local/share/man/man1/gst-launch-1.0.1 +2 -1
- data/vendor/local/share/man/man1/gst-play-1.0.1 +5 -2
- data/vendor/local/share/man/man1/jpegtran.1 +17 -7
- metadata +188 -124
- data/lib/2.0/gstreamer.so +0 -0
- data/lib/2.1/gstreamer.so +0 -0
- data/vendor/local/bin/libgstcheck-1.0-0.dll +0 -0
- data/vendor/local/include/gstreamer-1.0/gst/check/gstcheck.h +0 -626
- data/vendor/local/include/gstreamer-1.0/gst/check/gstconsistencychecker.h +0 -48
- data/vendor/local/include/gstreamer-1.0/gst/check/gsttestclock.h +0 -119
- data/vendor/local/include/gstreamer-1.0/gst/check/internal-check.h +0 -1242
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglbasebuffer.h +0 -164
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstgldownload.h +0 -89
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstgluploadmeta.h +0 -79
- data/vendor/local/lib/girepository-1.0/GstCheck-1.0.typelib +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfragmented.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstliveadder.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtpbad.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtpbad.la +0 -41
- data/vendor/local/lib/libgstcheck-1.0.dll.a +0 -0
- data/vendor/local/lib/locale/an/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/lib/locale/bg/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/lib/locale/ca/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/lib/locale/de/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/lib/locale/fur/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/lib/locale/lv/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/lib/locale/nb/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/lib/locale/pt/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/lib/locale/ru/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/lib/locale/th/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/lib/locale/tr/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/lib/locale/vi/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/gir-1.0/GstCheck-1.0.gir +0 -1229
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/index.sgml +0 -100
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstGLDownload.html +0 -238
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstGLUploadMeta.html +0 -241
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Utilities.html +0 -521
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstglmemory.html +0 -702
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstglshader.html +0 -1005
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/index.sgml +0 -1843
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mpg123audiodec.html +0 -156
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-opusdec.html +0 -197
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-opusenc.html +0 -344
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-opusparse.html +0 -156
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-opus.html +0 -97
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rtpopuspay.html +0 -156
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/index.sgml +0 -1220
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/index.sgml +0 -2969
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/index.sgml +0 -1001
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/index.sgml +0 -2691
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/index.sgml +0 -3257
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstPtpClock.html +0 -448
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/index.sgml +0 -919
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/index.sgml +0 -374
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-GValue-Support.html +0 -880
- data/vendor/local/share/license/libav/LICENSE +0 -66
@@ -53,10 +53,7 @@ The memory is only mmapped on gst_buffer_mmap() request.</doc>
|
|
53
53
|
<type name="Gst.Memory" c:type="GstMemory*"/>
|
54
54
|
</return-value>
|
55
55
|
<parameters>
|
56
|
-
<parameter name="allocator"
|
57
|
-
transfer-ownership="none"
|
58
|
-
nullable="1"
|
59
|
-
allow-none="1">
|
56
|
+
<parameter name="allocator" transfer-ownership="none">
|
60
57
|
<doc xml:space="preserve">allocator to be used for this memory</doc>
|
61
58
|
<type name="Gst.Allocator" c:type="GstAllocator*"/>
|
62
59
|
</parameter>
|
@@ -114,10 +111,7 @@ The memory is only mmapped on gst_buffer_mmap() request.</doc>
|
|
114
111
|
<type name="Gst.Memory" c:type="GstMemory*"/>
|
115
112
|
</return-value>
|
116
113
|
<parameters>
|
117
|
-
<parameter name="allocator"
|
118
|
-
transfer-ownership="none"
|
119
|
-
nullable="1"
|
120
|
-
allow-none="1">
|
114
|
+
<parameter name="allocator" transfer-ownership="none">
|
121
115
|
<doc xml:space="preserve">allocator to be used for this memory</doc>
|
122
116
|
<type name="Gst.Allocator" c:type="GstAllocator*"/>
|
123
117
|
</parameter>
|
@@ -197,6 +197,22 @@ signals.</doc>
|
|
197
197
|
</instance-parameter>
|
198
198
|
</parameters>
|
199
199
|
</method>
|
200
|
+
<method name="get_wait_on_eos"
|
201
|
+
c:identifier="gst_app_sink_get_wait_on_eos">
|
202
|
+
<doc xml:space="preserve">Check if @appsink will wait for all buffers to be consumed when an EOS is
|
203
|
+
received.</doc>
|
204
|
+
<return-value transfer-ownership="none">
|
205
|
+
<doc xml:space="preserve">%TRUE if @appsink will wait for all buffers to be consumed when an
|
206
|
+
EOS is received.</doc>
|
207
|
+
<type name="gboolean" c:type="gboolean"/>
|
208
|
+
</return-value>
|
209
|
+
<parameters>
|
210
|
+
<instance-parameter name="appsink" transfer-ownership="none">
|
211
|
+
<doc xml:space="preserve">a #GstAppSink</doc>
|
212
|
+
<type name="AppSink" c:type="GstAppSink*"/>
|
213
|
+
</instance-parameter>
|
214
|
+
</parameters>
|
215
|
+
</method>
|
200
216
|
<method name="is_eos" c:identifier="gst_app_sink_is_eos">
|
201
217
|
<doc xml:space="preserve">Check if @appsink is EOS, which is when no more samples can be pulled because
|
202
218
|
an EOS event was received.
|
@@ -288,7 +304,10 @@ reasons.</doc>
|
|
288
304
|
<doc xml:space="preserve">the callbacks</doc>
|
289
305
|
<type name="AppSinkCallbacks" c:type="GstAppSinkCallbacks*"/>
|
290
306
|
</parameter>
|
291
|
-
<parameter name="user_data"
|
307
|
+
<parameter name="user_data"
|
308
|
+
transfer-ownership="none"
|
309
|
+
nullable="1"
|
310
|
+
allow-none="1">
|
292
311
|
<doc xml:space="preserve">a user_data argument for the callbacks</doc>
|
293
312
|
<type name="gpointer" c:type="gpointer"/>
|
294
313
|
</parameter>
|
@@ -301,8 +320,8 @@ reasons.</doc>
|
|
301
320
|
<method name="set_caps" c:identifier="gst_app_sink_set_caps">
|
302
321
|
<doc xml:space="preserve">Set the capabilities on the appsink element. This function takes
|
303
322
|
a copy of the caps structure. After calling this method, the sink will only
|
304
|
-
accept caps that match @caps. If @caps is non-fixed,
|
305
|
-
on the
|
323
|
+
accept caps that match @caps. If @caps is non-fixed, or incomplete,
|
324
|
+
you must check the caps on the samples to get the actual used caps.</doc>
|
306
325
|
<return-value transfer-ownership="none">
|
307
326
|
<type name="none" c:type="void"/>
|
308
327
|
</return-value>
|
@@ -372,6 +391,23 @@ elements until a sample is pulled from @appsink.</doc>
|
|
372
391
|
</parameter>
|
373
392
|
</parameters>
|
374
393
|
</method>
|
394
|
+
<method name="set_wait_on_eos"
|
395
|
+
c:identifier="gst_app_sink_set_wait_on_eos">
|
396
|
+
<doc xml:space="preserve">Instruct @appsink to wait for all buffers to be consumed when an EOS is received.</doc>
|
397
|
+
<return-value transfer-ownership="none">
|
398
|
+
<type name="none" c:type="void"/>
|
399
|
+
</return-value>
|
400
|
+
<parameters>
|
401
|
+
<instance-parameter name="appsink" transfer-ownership="none">
|
402
|
+
<doc xml:space="preserve">a #GstAppSink</doc>
|
403
|
+
<type name="AppSink" c:type="GstAppSink*"/>
|
404
|
+
</instance-parameter>
|
405
|
+
<parameter name="wait" transfer-ownership="none">
|
406
|
+
<doc xml:space="preserve">the new state</doc>
|
407
|
+
<type name="gboolean" c:type="gboolean"/>
|
408
|
+
</parameter>
|
409
|
+
</parameters>
|
410
|
+
</method>
|
375
411
|
<property name="caps" writable="1" transfer-ownership="none">
|
376
412
|
<type name="Gst.Caps"/>
|
377
413
|
</property>
|
@@ -387,6 +423,9 @@ elements until a sample is pulled from @appsink.</doc>
|
|
387
423
|
<property name="max-buffers" writable="1" transfer-ownership="none">
|
388
424
|
<type name="guint" c:type="guint"/>
|
389
425
|
</property>
|
426
|
+
<property name="wait-on-eos" writable="1" transfer-ownership="none">
|
427
|
+
<type name="gboolean" c:type="gboolean"/>
|
428
|
+
</property>
|
390
429
|
<field name="basesink">
|
391
430
|
<type name="GstBase.BaseSink" c:type="GstBaseSink"/>
|
392
431
|
</field>
|
@@ -400,7 +439,7 @@ elements until a sample is pulled from @appsink.</doc>
|
|
400
439
|
</field>
|
401
440
|
<glib:signal name="eos" when="last">
|
402
441
|
<doc xml:space="preserve">Signal that the end-of-stream has been reached. This signal is emitted from
|
403
|
-
the
|
442
|
+
the streaming thread.</doc>
|
404
443
|
<return-value transfer-ownership="none">
|
405
444
|
<type name="none" c:type="void"/>
|
406
445
|
</return-value>
|
@@ -408,7 +447,7 @@ the steaming thread.</doc>
|
|
408
447
|
<glib:signal name="new-preroll" when="last">
|
409
448
|
<doc xml:space="preserve">Signal that a new preroll sample is available.
|
410
449
|
|
411
|
-
This signal is emitted from the
|
450
|
+
This signal is emitted from the streaming thread and only when the
|
412
451
|
"emit-signals" property is %TRUE.
|
413
452
|
|
414
453
|
The new preroll sample can be retrieved with the "pull-preroll" action
|
@@ -424,7 +463,7 @@ set to %TRUE, which it is not by default for performance reasons.</doc>
|
|
424
463
|
<glib:signal name="new-sample" when="last">
|
425
464
|
<doc xml:space="preserve">Signal that a new sample is available.
|
426
465
|
|
427
|
-
This signal is emitted from the
|
466
|
+
This signal is emitted from the streaming thread and only when the
|
428
467
|
"emit-signals" property is %TRUE.
|
429
468
|
|
430
469
|
The new sample can be retrieved with the "pull-sample" action
|
@@ -494,7 +533,11 @@ gst_app_sink_set_callbacks().</doc>
|
|
494
533
|
<parameter name="appsink" transfer-ownership="none">
|
495
534
|
<type name="AppSink" c:type="GstAppSink*"/>
|
496
535
|
</parameter>
|
497
|
-
<parameter name="user_data"
|
536
|
+
<parameter name="user_data"
|
537
|
+
transfer-ownership="none"
|
538
|
+
nullable="1"
|
539
|
+
allow-none="1"
|
540
|
+
closure="1">
|
498
541
|
<type name="gpointer" c:type="gpointer"/>
|
499
542
|
</parameter>
|
500
543
|
</parameters>
|
@@ -509,7 +552,11 @@ gst_app_sink_set_callbacks().</doc>
|
|
509
552
|
<parameter name="appsink" transfer-ownership="none">
|
510
553
|
<type name="AppSink" c:type="GstAppSink*"/>
|
511
554
|
</parameter>
|
512
|
-
<parameter name="user_data"
|
555
|
+
<parameter name="user_data"
|
556
|
+
transfer-ownership="none"
|
557
|
+
nullable="1"
|
558
|
+
allow-none="1"
|
559
|
+
closure="1">
|
513
560
|
<type name="gpointer" c:type="gpointer"/>
|
514
561
|
</parameter>
|
515
562
|
</parameters>
|
@@ -524,7 +571,11 @@ gst_app_sink_set_callbacks().</doc>
|
|
524
571
|
<parameter name="appsink" transfer-ownership="none">
|
525
572
|
<type name="AppSink" c:type="GstAppSink*"/>
|
526
573
|
</parameter>
|
527
|
-
<parameter name="user_data"
|
574
|
+
<parameter name="user_data"
|
575
|
+
transfer-ownership="none"
|
576
|
+
nullable="1"
|
577
|
+
allow-none="1"
|
578
|
+
closure="1">
|
528
579
|
<type name="gpointer" c:type="gpointer"/>
|
529
580
|
</parameter>
|
530
581
|
</parameters>
|
@@ -752,8 +803,8 @@ space becomes available in the queue.</doc>
|
|
752
803
|
<virtual-method name="push_sample" invoker="push_sample" version="1.6">
|
753
804
|
<doc xml:space="preserve">Extract a buffer from the provided sample and adds it to the queue of
|
754
805
|
buffers that the appsrc element will push to its source pad. Any
|
755
|
-
previous caps
|
756
|
-
with the sample if not equal.
|
806
|
+
previous caps that were set on appsrc will be replaced by the caps
|
807
|
+
associated with the sample if not equal.
|
757
808
|
|
758
809
|
When the block property is TRUE, this function can block until free
|
759
810
|
space becomes available in the queue.</doc>
|
@@ -769,8 +820,8 @@ space becomes available in the queue.</doc>
|
|
769
820
|
<type name="AppSrc" c:type="GstAppSrc*"/>
|
770
821
|
</instance-parameter>
|
771
822
|
<parameter name="sample" transfer-ownership="none">
|
772
|
-
<doc xml:space="preserve">a #GstSample from
|
773
|
-
|
823
|
+
<doc xml:space="preserve">a #GstSample from which buffer and caps may be
|
824
|
+
extracted</doc>
|
774
825
|
<type name="Gst.Sample" c:type="GstSample*"/>
|
775
826
|
</parameter>
|
776
827
|
</parameters>
|
@@ -936,8 +987,8 @@ space becomes available in the queue.</doc>
|
|
936
987
|
version="1.6">
|
937
988
|
<doc xml:space="preserve">Extract a buffer from the provided sample and adds it to the queue of
|
938
989
|
buffers that the appsrc element will push to its source pad. Any
|
939
|
-
previous caps
|
940
|
-
with the sample if not equal.
|
990
|
+
previous caps that were set on appsrc will be replaced by the caps
|
991
|
+
associated with the sample if not equal.
|
941
992
|
|
942
993
|
When the block property is TRUE, this function can block until free
|
943
994
|
space becomes available in the queue.</doc>
|
@@ -953,8 +1004,8 @@ space becomes available in the queue.</doc>
|
|
953
1004
|
<type name="AppSrc" c:type="GstAppSrc*"/>
|
954
1005
|
</instance-parameter>
|
955
1006
|
<parameter name="sample" transfer-ownership="none">
|
956
|
-
<doc xml:space="preserve">a #GstSample from
|
957
|
-
|
1007
|
+
<doc xml:space="preserve">a #GstSample from which buffer and caps may be
|
1008
|
+
extracted</doc>
|
958
1009
|
<type name="Gst.Sample" c:type="GstSample*"/>
|
959
1010
|
</parameter>
|
960
1011
|
</parameters>
|
@@ -981,7 +1032,10 @@ reasons.</doc>
|
|
981
1032
|
<doc xml:space="preserve">the callbacks</doc>
|
982
1033
|
<type name="AppSrcCallbacks" c:type="GstAppSrcCallbacks*"/>
|
983
1034
|
</parameter>
|
984
|
-
<parameter name="user_data"
|
1035
|
+
<parameter name="user_data"
|
1036
|
+
transfer-ownership="none"
|
1037
|
+
nullable="1"
|
1038
|
+
allow-none="1">
|
985
1039
|
<doc xml:space="preserve">a user_data argument for the callbacks</doc>
|
986
1040
|
<type name="gpointer" c:type="gpointer"/>
|
987
1041
|
</parameter>
|
@@ -1257,7 +1311,11 @@ gst_app_src_set_callbacks().</doc>
|
|
1257
1311
|
<parameter name="length" transfer-ownership="none">
|
1258
1312
|
<type name="guint" c:type="guint"/>
|
1259
1313
|
</parameter>
|
1260
|
-
<parameter name="user_data"
|
1314
|
+
<parameter name="user_data"
|
1315
|
+
transfer-ownership="none"
|
1316
|
+
nullable="1"
|
1317
|
+
allow-none="1"
|
1318
|
+
closure="2">
|
1261
1319
|
<type name="gpointer" c:type="gpointer"/>
|
1262
1320
|
</parameter>
|
1263
1321
|
</parameters>
|
@@ -1272,7 +1330,11 @@ gst_app_src_set_callbacks().</doc>
|
|
1272
1330
|
<parameter name="src" transfer-ownership="none">
|
1273
1331
|
<type name="AppSrc" c:type="GstAppSrc*"/>
|
1274
1332
|
</parameter>
|
1275
|
-
<parameter name="user_data"
|
1333
|
+
<parameter name="user_data"
|
1334
|
+
transfer-ownership="none"
|
1335
|
+
nullable="1"
|
1336
|
+
allow-none="1"
|
1337
|
+
closure="1">
|
1276
1338
|
<type name="gpointer" c:type="gpointer"/>
|
1277
1339
|
</parameter>
|
1278
1340
|
</parameters>
|
@@ -1290,7 +1352,11 @@ gst_app_src_set_callbacks().</doc>
|
|
1290
1352
|
<parameter name="offset" transfer-ownership="none">
|
1291
1353
|
<type name="guint64" c:type="guint64"/>
|
1292
1354
|
</parameter>
|
1293
|
-
<parameter name="user_data"
|
1355
|
+
<parameter name="user_data"
|
1356
|
+
transfer-ownership="none"
|
1357
|
+
nullable="1"
|
1358
|
+
allow-none="1"
|
1359
|
+
closure="2">
|
1294
1360
|
<type name="gpointer" c:type="gpointer"/>
|
1295
1361
|
</parameter>
|
1296
1362
|
</parameters>
|
@@ -1399,8 +1465,8 @@ gst_app_src_set_callbacks().</doc>
|
|
1399
1465
|
<type name="AppSrc" c:type="GstAppSrc*"/>
|
1400
1466
|
</parameter>
|
1401
1467
|
<parameter name="sample" transfer-ownership="none">
|
1402
|
-
<doc xml:space="preserve">a #GstSample from
|
1403
|
-
|
1468
|
+
<doc xml:space="preserve">a #GstSample from which buffer and caps may be
|
1469
|
+
extracted</doc>
|
1404
1470
|
<type name="Gst.Sample" c:type="GstSample*"/>
|
1405
1471
|
</parameter>
|
1406
1472
|
</parameters>
|
@@ -22,6 +22,30 @@ and/or use gtk-doc annotations. -->
|
|
22
22
|
<doc xml:space="preserve">Maximum range of allowed channels, for use in template caps strings.</doc>
|
23
23
|
<type name="utf8" c:type="gchar*"/>
|
24
24
|
</constant>
|
25
|
+
<constant name="AUDIO_CONVERTER_OPT_DITHER_METHOD"
|
26
|
+
value="GstAudioConverter.dither-method"
|
27
|
+
c:type="GST_AUDIO_CONVERTER_OPT_DITHER_METHOD">
|
28
|
+
<doc xml:space="preserve">#GST_TYPE_AUDIO_DITHER_METHOD, The dither method to use when
|
29
|
+
changing bit depth.
|
30
|
+
Default is #GST_AUDIO_DITHER_NONE.</doc>
|
31
|
+
<type name="utf8" c:type="gchar*"/>
|
32
|
+
</constant>
|
33
|
+
<constant name="AUDIO_CONVERTER_OPT_NOISE_SHAPING_METHOD"
|
34
|
+
value="GstAudioConverter.noise-shaping-method"
|
35
|
+
c:type="GST_AUDIO_CONVERTER_OPT_NOISE_SHAPING_METHOD">
|
36
|
+
<doc xml:space="preserve">#GST_TYPE_AUDIO_NOISE_SHAPING_METHOD, The noise shaping method to use
|
37
|
+
to mask noise from quantization errors.
|
38
|
+
Default is #GST_AUDIO_NOISE_SHAPING_NONE.</doc>
|
39
|
+
<type name="utf8" c:type="gchar*"/>
|
40
|
+
</constant>
|
41
|
+
<constant name="AUDIO_CONVERTER_OPT_QUANTIZATION"
|
42
|
+
value="GstAudioConverter.quantization"
|
43
|
+
c:type="GST_AUDIO_CONVERTER_OPT_QUANTIZATION">
|
44
|
+
<doc xml:space="preserve">#G_TYPE_UINT, The quantization amount. Components will be
|
45
|
+
quantized to multiples of this value.
|
46
|
+
Default is 1</doc>
|
47
|
+
<type name="utf8" c:type="gchar*"/>
|
48
|
+
</constant>
|
25
49
|
<constant name="AUDIO_DECODER_MAX_ERRORS"
|
26
50
|
value="10"
|
27
51
|
c:type="GST_AUDIO_DECODER_MAX_ERRORS">
|
@@ -269,7 +293,10 @@ method were used.</doc>
|
|
269
293
|
<type name="AudioBaseSinkCustomSlavingCallback"
|
270
294
|
c:type="GstAudioBaseSinkCustomSlavingCallback"/>
|
271
295
|
</parameter>
|
272
|
-
<parameter name="user_data"
|
296
|
+
<parameter name="user_data"
|
297
|
+
transfer-ownership="none"
|
298
|
+
nullable="1"
|
299
|
+
allow-none="1">
|
273
300
|
<doc xml:space="preserve">user data passed to the callback</doc>
|
274
301
|
<type name="gpointer" c:type="gpointer"/>
|
275
302
|
</parameter>
|
@@ -463,19 +490,21 @@ functionality.</doc>
|
|
463
490
|
<doc xml:space="preserve">This function is set with gst_audio_base_sink_set_custom_slaving_callback()
|
464
491
|
and is called during playback. It receives the current time of external and
|
465
492
|
internal clocks, which the callback can then use to apply any custom
|
466
|
-
slaving/synchronization schemes.
|
467
|
-
|
468
|
-
|
469
|
-
|
470
|
-
|
471
|
-
|
472
|
-
|
473
|
-
|
474
|
-
|
475
|
-
|
476
|
-
|
477
|
-
|
478
|
-
|
493
|
+
slaving/synchronization schemes.
|
494
|
+
|
495
|
+
The external clock is the sink's element clock, the internal one is the
|
496
|
+
internal audio clock. The internal audio clock's calibration is applied to
|
497
|
+
the timestamps before they are passed to the callback. The difference between
|
498
|
+
etime and itime is the skew; how much internal and external clock lie apart
|
499
|
+
from each other. A skew of 0 means both clocks are perfectly in sync.
|
500
|
+
itime > etime means the external clock is going slower, while itime < etime
|
501
|
+
means it is going faster than the internal clock. etime and itime are always
|
502
|
+
valid timestamps, except for when a discontinuity happens.
|
503
|
+
|
504
|
+
requested_skew is an output value the callback can write to. It informs the
|
505
|
+
sink of whether or not it should move the playout pointer, and if so, by how
|
506
|
+
much. This pointer is only NULL if a discontinuity occurs; otherwise, it is
|
507
|
+
safe to write to *requested_skew. The default skew is 0.
|
479
508
|
|
480
509
|
The sink may experience discontinuities. If one happens, discont is TRUE,
|
481
510
|
itime, etime are set to GST_CLOCK_TIME_NONE, and requested_skew is NULL.
|
@@ -502,11 +531,15 @@ discontinuity happens.</doc>
|
|
502
531
|
<type name="Gst.ClockTimeDiff" c:type="GstClockTimeDiff*"/>
|
503
532
|
</parameter>
|
504
533
|
<parameter name="discont_reason" transfer-ownership="none">
|
505
|
-
<doc xml:space="preserve">
|
534
|
+
<doc xml:space="preserve">reason for discontinuity (if any)</doc>
|
506
535
|
<type name="AudioBaseSinkDiscontReason"
|
507
536
|
c:type="GstAudioBaseSinkDiscontReason"/>
|
508
537
|
</parameter>
|
509
|
-
<parameter name="user_data"
|
538
|
+
<parameter name="user_data"
|
539
|
+
transfer-ownership="none"
|
540
|
+
nullable="1"
|
541
|
+
allow-none="1"
|
542
|
+
closure="5">
|
510
543
|
<doc xml:space="preserve">user data</doc>
|
511
544
|
<type name="gpointer" c:type="gpointer"/>
|
512
545
|
</parameter>
|
@@ -515,37 +548,37 @@ discontinuity happens.</doc>
|
|
515
548
|
<enumeration name="AudioBaseSinkDiscontReason"
|
516
549
|
version="1.6"
|
517
550
|
c:type="GstAudioBaseSinkDiscontReason">
|
518
|
-
<doc xml:space="preserve">
|
519
|
-
GST_AUDIO_BASE_SINK_DISCONT_REASON_NEW_CAPS: New caps are set, causing renegotiotion
|
520
|
-
GST_AUDIO_BASE_SINK_DISCONT_REASON_FLUSH: Samples have been flushed
|
521
|
-
GST_AUDIO_BASE_SINK_DISCONT_REASON_SYNC_LATENCY: Sink was synchronized to the estimated latency (occurs during initialization)
|
522
|
-
GST_AUDIO_BASE_SINK_DISCONT_REASON_ALIGNMENT: Aligning buffers failed because the timestamps are too discontinuous
|
523
|
-
GST_AUDIO_BASE_SINK_DISCONT_REASON_DEVICE_FAILURE: Audio output device experienced and recovered from an error but introduced latency in the process (see also @gst_audio_base_sink_report_device_failure)
|
524
|
-
Different possible reasons for discontinuities. This enum is useful for the custom
|
551
|
+
<doc xml:space="preserve">Different possible reasons for discontinuities. This enum is useful for the custom
|
525
552
|
slave method.</doc>
|
526
553
|
<member name="no_discont"
|
527
554
|
value="0"
|
528
555
|
c:identifier="GST_AUDIO_BASE_SINK_DISCONT_REASON_NO_DISCONT">
|
556
|
+
<doc xml:space="preserve">No discontinuity occurred</doc>
|
529
557
|
</member>
|
530
558
|
<member name="new_caps"
|
531
559
|
value="1"
|
532
560
|
c:identifier="GST_AUDIO_BASE_SINK_DISCONT_REASON_NEW_CAPS">
|
561
|
+
<doc xml:space="preserve">New caps are set, causing renegotiotion</doc>
|
533
562
|
</member>
|
534
563
|
<member name="flush"
|
535
564
|
value="2"
|
536
565
|
c:identifier="GST_AUDIO_BASE_SINK_DISCONT_REASON_FLUSH">
|
566
|
+
<doc xml:space="preserve">Samples have been flushed</doc>
|
537
567
|
</member>
|
538
568
|
<member name="sync_latency"
|
539
569
|
value="3"
|
540
570
|
c:identifier="GST_AUDIO_BASE_SINK_DISCONT_REASON_SYNC_LATENCY">
|
571
|
+
<doc xml:space="preserve">Sink was synchronized to the estimated latency (occurs during initialization)</doc>
|
541
572
|
</member>
|
542
573
|
<member name="alignment"
|
543
574
|
value="4"
|
544
575
|
c:identifier="GST_AUDIO_BASE_SINK_DISCONT_REASON_ALIGNMENT">
|
576
|
+
<doc xml:space="preserve">Aligning buffers failed because the timestamps are too discontinuous</doc>
|
545
577
|
</member>
|
546
578
|
<member name="device_failure"
|
547
579
|
value="5"
|
548
580
|
c:identifier="GST_AUDIO_BASE_SINK_DISCONT_REASON_DEVICE_FAILURE">
|
581
|
+
<doc xml:space="preserve">Audio output device experienced and recovered from an error but introduced latency in the process (see also @gst_audio_base_sink_report_device_failure())</doc>
|
549
582
|
</member>
|
550
583
|
</enumeration>
|
551
584
|
<record name="AudioBaseSinkPrivate"
|
@@ -1068,6 +1101,147 @@ on the pipeline's #GstBus instead.</doc>
|
|
1068
1101
|
</array>
|
1069
1102
|
</field>
|
1070
1103
|
</record>
|
1104
|
+
<record name="AudioChannelMixer"
|
1105
|
+
c:type="GstAudioChannelMixer"
|
1106
|
+
disguised="1">
|
1107
|
+
<method name="free" c:identifier="gst_audio_channel_mixer_free">
|
1108
|
+
<doc xml:space="preserve">Free memory allocated by @mix.</doc>
|
1109
|
+
<return-value transfer-ownership="none">
|
1110
|
+
<type name="none" c:type="void"/>
|
1111
|
+
</return-value>
|
1112
|
+
<parameters>
|
1113
|
+
<instance-parameter name="mix" transfer-ownership="none">
|
1114
|
+
<doc xml:space="preserve">a #GstAudioChannelMixer</doc>
|
1115
|
+
<type name="AudioChannelMixer" c:type="GstAudioChannelMixer*"/>
|
1116
|
+
</instance-parameter>
|
1117
|
+
</parameters>
|
1118
|
+
</method>
|
1119
|
+
<method name="is_passthrough"
|
1120
|
+
c:identifier="gst_audio_channel_mixer_is_passthrough">
|
1121
|
+
<doc xml:space="preserve">Check if @mix is in passthrough.</doc>
|
1122
|
+
<return-value transfer-ownership="none">
|
1123
|
+
<doc xml:space="preserve">%TRUE is @mix is passthrough.</doc>
|
1124
|
+
<type name="gboolean" c:type="gboolean"/>
|
1125
|
+
</return-value>
|
1126
|
+
<parameters>
|
1127
|
+
<instance-parameter name="mix" transfer-ownership="none">
|
1128
|
+
<doc xml:space="preserve">a #GstAudioChannelMixer</doc>
|
1129
|
+
<type name="AudioChannelMixer" c:type="GstAudioChannelMixer*"/>
|
1130
|
+
</instance-parameter>
|
1131
|
+
</parameters>
|
1132
|
+
</method>
|
1133
|
+
<method name="samples" c:identifier="gst_audio_channel_mixer_samples">
|
1134
|
+
<doc xml:space="preserve">In case the samples are interleaved, @in and @out must point to an
|
1135
|
+
array with a single element pointing to a block of interleaved samples.
|
1136
|
+
|
1137
|
+
If non-interleaved samples are used, @in and @out must point to an
|
1138
|
+
array with pointers to memory blocks, one for each channel.
|
1139
|
+
|
1140
|
+
Perform channel mixing on @in_data and write the result to @out_data.
|
1141
|
+
@in_data and @out_data need to be in @format and @layout.</doc>
|
1142
|
+
<return-value transfer-ownership="none">
|
1143
|
+
<type name="none" c:type="void"/>
|
1144
|
+
</return-value>
|
1145
|
+
<parameters>
|
1146
|
+
<instance-parameter name="mix" transfer-ownership="none">
|
1147
|
+
<doc xml:space="preserve">a #GstAudioChannelMixer</doc>
|
1148
|
+
<type name="AudioChannelMixer" c:type="GstAudioChannelMixer*"/>
|
1149
|
+
</instance-parameter>
|
1150
|
+
<parameter name="in"
|
1151
|
+
transfer-ownership="none"
|
1152
|
+
nullable="1"
|
1153
|
+
allow-none="1">
|
1154
|
+
<doc xml:space="preserve">input samples</doc>
|
1155
|
+
<type name="gpointer" c:type="const gpointer"/>
|
1156
|
+
</parameter>
|
1157
|
+
<parameter name="out"
|
1158
|
+
transfer-ownership="none"
|
1159
|
+
nullable="1"
|
1160
|
+
allow-none="1">
|
1161
|
+
<doc xml:space="preserve">output samples</doc>
|
1162
|
+
<type name="gpointer" c:type="gpointer"/>
|
1163
|
+
</parameter>
|
1164
|
+
<parameter name="samples" transfer-ownership="none">
|
1165
|
+
<doc xml:space="preserve">number of samples</doc>
|
1166
|
+
<type name="gint" c:type="gint"/>
|
1167
|
+
</parameter>
|
1168
|
+
</parameters>
|
1169
|
+
</method>
|
1170
|
+
<function name="new"
|
1171
|
+
c:identifier="gst_audio_channel_mixer_new"
|
1172
|
+
introspectable="0">
|
1173
|
+
<doc xml:space="preserve">Create a new channel mixer object for the given parameters.</doc>
|
1174
|
+
<return-value>
|
1175
|
+
<doc xml:space="preserve">a new #GstAudioChannelMixer object. Free with gst_audio_channel_mixer_free()
|
1176
|
+
after usage.</doc>
|
1177
|
+
<type name="AudioChannelMixer" c:type="GstAudioChannelMixer*"/>
|
1178
|
+
</return-value>
|
1179
|
+
<parameters>
|
1180
|
+
<parameter name="flags" transfer-ownership="none">
|
1181
|
+
<doc xml:space="preserve">#GstAudioChannelMixerFlags</doc>
|
1182
|
+
<type name="AudioChannelMixerFlags"
|
1183
|
+
c:type="GstAudioChannelMixerFlags"/>
|
1184
|
+
</parameter>
|
1185
|
+
<parameter name="format" transfer-ownership="none">
|
1186
|
+
<type name="AudioFormat" c:type="GstAudioFormat"/>
|
1187
|
+
</parameter>
|
1188
|
+
<parameter name="in_channels" transfer-ownership="none">
|
1189
|
+
<doc xml:space="preserve">number of input channels</doc>
|
1190
|
+
<type name="gint" c:type="gint"/>
|
1191
|
+
</parameter>
|
1192
|
+
<parameter name="in_position" transfer-ownership="none">
|
1193
|
+
<doc xml:space="preserve">positions of input channels</doc>
|
1194
|
+
<type name="AudioChannelPosition"
|
1195
|
+
c:type="GstAudioChannelPosition*"/>
|
1196
|
+
</parameter>
|
1197
|
+
<parameter name="out_channels" transfer-ownership="none">
|
1198
|
+
<doc xml:space="preserve">number of output channels</doc>
|
1199
|
+
<type name="gint" c:type="gint"/>
|
1200
|
+
</parameter>
|
1201
|
+
<parameter name="out_position" transfer-ownership="none">
|
1202
|
+
<doc xml:space="preserve">positions of output channels</doc>
|
1203
|
+
<type name="AudioChannelPosition"
|
1204
|
+
c:type="GstAudioChannelPosition*"/>
|
1205
|
+
</parameter>
|
1206
|
+
</parameters>
|
1207
|
+
</function>
|
1208
|
+
</record>
|
1209
|
+
<bitfield name="AudioChannelMixerFlags"
|
1210
|
+
glib:type-name="GstAudioChannelMixerFlags"
|
1211
|
+
glib:get-type="gst_audio_channel_mixer_flags_get_type"
|
1212
|
+
c:type="GstAudioChannelMixerFlags">
|
1213
|
+
<doc xml:space="preserve">Flags passed to gst_audio_channel_mixer_new()</doc>
|
1214
|
+
<member name="none"
|
1215
|
+
value="0"
|
1216
|
+
c:identifier="GST_AUDIO_CHANNEL_MIXER_FLAGS_NONE"
|
1217
|
+
glib:nick="none">
|
1218
|
+
<doc xml:space="preserve">no flag</doc>
|
1219
|
+
</member>
|
1220
|
+
<member name="non_interleaved_in"
|
1221
|
+
value="1"
|
1222
|
+
c:identifier="GST_AUDIO_CHANNEL_MIXER_FLAGS_NON_INTERLEAVED_IN"
|
1223
|
+
glib:nick="non-interleaved-in">
|
1224
|
+
<doc xml:space="preserve">input channels are not interleaved</doc>
|
1225
|
+
</member>
|
1226
|
+
<member name="non_interleaved_out"
|
1227
|
+
value="2"
|
1228
|
+
c:identifier="GST_AUDIO_CHANNEL_MIXER_FLAGS_NON_INTERLEAVED_OUT"
|
1229
|
+
glib:nick="non-interleaved-out">
|
1230
|
+
<doc xml:space="preserve">output channels are not interleaved</doc>
|
1231
|
+
</member>
|
1232
|
+
<member name="unpositioned_in"
|
1233
|
+
value="4"
|
1234
|
+
c:identifier="GST_AUDIO_CHANNEL_MIXER_FLAGS_UNPOSITIONED_IN"
|
1235
|
+
glib:nick="unpositioned-in">
|
1236
|
+
<doc xml:space="preserve">input channels are explicitly unpositioned</doc>
|
1237
|
+
</member>
|
1238
|
+
<member name="unpositioned_out"
|
1239
|
+
value="8"
|
1240
|
+
c:identifier="GST_AUDIO_CHANNEL_MIXER_FLAGS_UNPOSITIONED_OUT"
|
1241
|
+
glib:nick="unpositioned-out">
|
1242
|
+
<doc xml:space="preserve">output channels are explicitly unpositioned</doc>
|
1243
|
+
</member>
|
1244
|
+
</bitfield>
|
1071
1245
|
<enumeration name="AudioChannelPosition"
|
1072
1246
|
glib:type-name="GstAudioChannelPosition"
|
1073
1247
|
glib:get-type="gst_audio_channel_position_get_type"
|
@@ -1286,6 +1460,43 @@ channel.</doc>
|
|
1286
1460
|
<doc xml:space="preserve">Surround right (between rear right and side right)</doc>
|
1287
1461
|
</member>
|
1288
1462
|
</enumeration>
|
1463
|
+
<record name="AudioClippingMeta"
|
1464
|
+
c:type="GstAudioClippingMeta"
|
1465
|
+
version="1.8">
|
1466
|
+
<doc xml:space="preserve">Extra buffer metadata describing how much audio has to be clipped from
|
1467
|
+
the start or end of a buffer. This is used for compressed formats, where
|
1468
|
+
the first frame usually has some additional samples due to encoder and
|
1469
|
+
decoder delays, and the last frame usually has some additional samples to
|
1470
|
+
be able to fill the complete last frame.
|
1471
|
+
|
1472
|
+
This is used to ensure that decoded data in the end has the same amount of
|
1473
|
+
samples, and multiply decoded streams can be gaplessly concatenated.
|
1474
|
+
|
1475
|
+
Note: If clipping of the start is done by adjusting the segment, this meta
|
1476
|
+
has to be dropped from buffers as otherwise clipping could happen twice.</doc>
|
1477
|
+
<field name="meta" writable="1">
|
1478
|
+
<doc xml:space="preserve">parent #GstMeta</doc>
|
1479
|
+
<type name="Gst.Meta" c:type="GstMeta"/>
|
1480
|
+
</field>
|
1481
|
+
<field name="format" writable="1">
|
1482
|
+
<doc xml:space="preserve">GstFormat of @start and @stop, GST_FORMAT_DEFAULT is samples</doc>
|
1483
|
+
<type name="Gst.Format" c:type="GstFormat"/>
|
1484
|
+
</field>
|
1485
|
+
<field name="start" writable="1">
|
1486
|
+
<doc xml:space="preserve">Amount of audio to clip from start of buffer</doc>
|
1487
|
+
<type name="guint64" c:type="guint64"/>
|
1488
|
+
</field>
|
1489
|
+
<field name="end" writable="1">
|
1490
|
+
<doc xml:space="preserve">Amount of to clip from end of buffer</doc>
|
1491
|
+
<type name="guint64" c:type="guint64"/>
|
1492
|
+
</field>
|
1493
|
+
<function name="get_info"
|
1494
|
+
c:identifier="gst_audio_clipping_meta_get_info">
|
1495
|
+
<return-value transfer-ownership="none">
|
1496
|
+
<type name="Gst.MetaInfo" c:type="const GstMetaInfo*"/>
|
1497
|
+
</return-value>
|
1498
|
+
</function>
|
1499
|
+
</record>
|
1289
1500
|
<class name="AudioClock"
|
1290
1501
|
c:symbol-prefix="audio_clock"
|
1291
1502
|
c:type="GstAudioClock"
|
@@ -1319,7 +1530,10 @@ calculated it will call @func with @user_data. When @func returns
|
|
1319
1530
|
<type name="AudioClockGetTimeFunc"
|
1320
1531
|
c:type="GstAudioClockGetTimeFunc"/>
|
1321
1532
|
</parameter>
|
1322
|
-
<parameter name="user_data"
|
1533
|
+
<parameter name="user_data"
|
1534
|
+
transfer-ownership="none"
|
1535
|
+
nullable="1"
|
1536
|
+
allow-none="1">
|
1323
1537
|
<doc xml:space="preserve">user data</doc>
|
1324
1538
|
<type name="gpointer" c:type="gpointer"/>
|
1325
1539
|
</parameter>
|
@@ -1448,12 +1662,272 @@ be used.</doc>
|
|
1448
1662
|
<doc xml:space="preserve">the #GstAudioClock</doc>
|
1449
1663
|
<type name="Gst.Clock" c:type="GstClock*"/>
|
1450
1664
|
</parameter>
|
1451
|
-
<parameter name="user_data"
|
1665
|
+
<parameter name="user_data"
|
1666
|
+
transfer-ownership="none"
|
1667
|
+
nullable="1"
|
1668
|
+
allow-none="1"
|
1669
|
+
closure="1">
|
1452
1670
|
<doc xml:space="preserve">user data</doc>
|
1453
1671
|
<type name="gpointer" c:type="gpointer"/>
|
1454
1672
|
</parameter>
|
1455
1673
|
</parameters>
|
1456
1674
|
</callback>
|
1675
|
+
<record name="AudioConverter" c:type="GstAudioConverter" disguised="1">
|
1676
|
+
<method name="free" c:identifier="gst_audio_converter_free">
|
1677
|
+
<doc xml:space="preserve">Free a previously allocated @convert instance.</doc>
|
1678
|
+
<return-value transfer-ownership="none">
|
1679
|
+
<type name="none" c:type="void"/>
|
1680
|
+
</return-value>
|
1681
|
+
<parameters>
|
1682
|
+
<instance-parameter name="convert" transfer-ownership="none">
|
1683
|
+
<doc xml:space="preserve">a #GstAudioConverter</doc>
|
1684
|
+
<type name="AudioConverter" c:type="GstAudioConverter*"/>
|
1685
|
+
</instance-parameter>
|
1686
|
+
</parameters>
|
1687
|
+
</method>
|
1688
|
+
<method name="get_config" c:identifier="gst_audio_converter_get_config">
|
1689
|
+
<doc xml:space="preserve">Get the current configuration of @convert.</doc>
|
1690
|
+
<return-value transfer-ownership="none">
|
1691
|
+
<doc xml:space="preserve">a #GstStructure that remains valid for as long as @convert is valid
|
1692
|
+
or until gst_audio_converter_update_config() is called.</doc>
|
1693
|
+
<type name="Gst.Structure" c:type="const GstStructure*"/>
|
1694
|
+
</return-value>
|
1695
|
+
<parameters>
|
1696
|
+
<instance-parameter name="convert" transfer-ownership="none">
|
1697
|
+
<doc xml:space="preserve">a #GstAudioConverter</doc>
|
1698
|
+
<type name="AudioConverter" c:type="GstAudioConverter*"/>
|
1699
|
+
</instance-parameter>
|
1700
|
+
<parameter name="in_rate" transfer-ownership="none">
|
1701
|
+
<doc xml:space="preserve">result input rate</doc>
|
1702
|
+
<type name="gint" c:type="gint*"/>
|
1703
|
+
</parameter>
|
1704
|
+
<parameter name="out_rate" transfer-ownership="none">
|
1705
|
+
<doc xml:space="preserve">result output rate</doc>
|
1706
|
+
<type name="gint" c:type="gint*"/>
|
1707
|
+
</parameter>
|
1708
|
+
</parameters>
|
1709
|
+
</method>
|
1710
|
+
<method name="get_in_frames"
|
1711
|
+
c:identifier="gst_audio_converter_get_in_frames">
|
1712
|
+
<doc xml:space="preserve">Calculate how many input frames are currently needed by @convert to produce
|
1713
|
+
@out_frames of output frames.</doc>
|
1714
|
+
<return-value transfer-ownership="none">
|
1715
|
+
<doc xml:space="preserve">the number of input frames</doc>
|
1716
|
+
<type name="gsize" c:type="gsize"/>
|
1717
|
+
</return-value>
|
1718
|
+
<parameters>
|
1719
|
+
<instance-parameter name="convert" transfer-ownership="none">
|
1720
|
+
<doc xml:space="preserve">a #GstAudioConverter</doc>
|
1721
|
+
<type name="AudioConverter" c:type="GstAudioConverter*"/>
|
1722
|
+
</instance-parameter>
|
1723
|
+
<parameter name="out_frames" transfer-ownership="none">
|
1724
|
+
<doc xml:space="preserve">number of output frames</doc>
|
1725
|
+
<type name="gsize" c:type="gsize"/>
|
1726
|
+
</parameter>
|
1727
|
+
</parameters>
|
1728
|
+
</method>
|
1729
|
+
<method name="get_max_latency"
|
1730
|
+
c:identifier="gst_audio_converter_get_max_latency">
|
1731
|
+
<doc xml:space="preserve">Get the maximum number of input frames that the converter would
|
1732
|
+
need before producing output.</doc>
|
1733
|
+
<return-value transfer-ownership="none">
|
1734
|
+
<doc xml:space="preserve">the latency of @convert as expressed in the number of
|
1735
|
+
frames.</doc>
|
1736
|
+
<type name="gsize" c:type="gsize"/>
|
1737
|
+
</return-value>
|
1738
|
+
<parameters>
|
1739
|
+
<instance-parameter name="convert" transfer-ownership="none">
|
1740
|
+
<doc xml:space="preserve">a #GstAudioConverter</doc>
|
1741
|
+
<type name="AudioConverter" c:type="GstAudioConverter*"/>
|
1742
|
+
</instance-parameter>
|
1743
|
+
</parameters>
|
1744
|
+
</method>
|
1745
|
+
<method name="get_out_frames"
|
1746
|
+
c:identifier="gst_audio_converter_get_out_frames">
|
1747
|
+
<doc xml:space="preserve">Calculate how many output frames can be produced when @in_frames input
|
1748
|
+
frames are given to @convert.</doc>
|
1749
|
+
<return-value transfer-ownership="none">
|
1750
|
+
<doc xml:space="preserve">the number of output frames</doc>
|
1751
|
+
<type name="gsize" c:type="gsize"/>
|
1752
|
+
</return-value>
|
1753
|
+
<parameters>
|
1754
|
+
<instance-parameter name="convert" transfer-ownership="none">
|
1755
|
+
<doc xml:space="preserve">a #GstAudioConverter</doc>
|
1756
|
+
<type name="AudioConverter" c:type="GstAudioConverter*"/>
|
1757
|
+
</instance-parameter>
|
1758
|
+
<parameter name="in_frames" transfer-ownership="none">
|
1759
|
+
<doc xml:space="preserve">number of input frames</doc>
|
1760
|
+
<type name="gsize" c:type="gsize"/>
|
1761
|
+
</parameter>
|
1762
|
+
</parameters>
|
1763
|
+
</method>
|
1764
|
+
<method name="reset" c:identifier="gst_audio_converter_reset">
|
1765
|
+
<doc xml:space="preserve">Reset @convert to the state it was when it was first created, clearing
|
1766
|
+
any history it might currently have.</doc>
|
1767
|
+
<return-value transfer-ownership="none">
|
1768
|
+
<type name="none" c:type="void"/>
|
1769
|
+
</return-value>
|
1770
|
+
<parameters>
|
1771
|
+
<instance-parameter name="convert" transfer-ownership="none">
|
1772
|
+
<doc xml:space="preserve">a #GstAudioConverter</doc>
|
1773
|
+
<type name="AudioConverter" c:type="GstAudioConverter*"/>
|
1774
|
+
</instance-parameter>
|
1775
|
+
</parameters>
|
1776
|
+
</method>
|
1777
|
+
<method name="samples" c:identifier="gst_audio_converter_samples">
|
1778
|
+
<doc xml:space="preserve">Perform the conversion with @in_frames in @in to @out_frames in @out
|
1779
|
+
using @convert.
|
1780
|
+
|
1781
|
+
In case the samples are interleaved, @in and @out must point to an
|
1782
|
+
array with a single element pointing to a block of interleaved samples.
|
1783
|
+
|
1784
|
+
If non-interleaved samples are used, @in and @out must point to an
|
1785
|
+
array with pointers to memory blocks, one for each channel.
|
1786
|
+
|
1787
|
+
@in may be %NULL, in which case @in_frames of silence samples are processed
|
1788
|
+
by the converter.
|
1789
|
+
|
1790
|
+
This function always produces @out_frames of output and consumes @in_frames of
|
1791
|
+
input. Use gst_audio_converter_get_out_frames() and
|
1792
|
+
gst_audio_converter_get_in_frames() to make sure @in_frames and @out_frames
|
1793
|
+
are matching and @in and @out point to enough memory.</doc>
|
1794
|
+
<return-value transfer-ownership="none">
|
1795
|
+
<doc xml:space="preserve">%TRUE is the conversion could be performed.</doc>
|
1796
|
+
<type name="gboolean" c:type="gboolean"/>
|
1797
|
+
</return-value>
|
1798
|
+
<parameters>
|
1799
|
+
<instance-parameter name="convert" transfer-ownership="none">
|
1800
|
+
<doc xml:space="preserve">a #GstAudioConverter</doc>
|
1801
|
+
<type name="AudioConverter" c:type="GstAudioConverter*"/>
|
1802
|
+
</instance-parameter>
|
1803
|
+
<parameter name="flags" transfer-ownership="none">
|
1804
|
+
<doc xml:space="preserve">extra #GstAudioConverterFlags</doc>
|
1805
|
+
<type name="AudioConverterFlags" c:type="GstAudioConverterFlags"/>
|
1806
|
+
</parameter>
|
1807
|
+
<parameter name="in"
|
1808
|
+
transfer-ownership="none"
|
1809
|
+
nullable="1"
|
1810
|
+
allow-none="1">
|
1811
|
+
<doc xml:space="preserve">input frames</doc>
|
1812
|
+
<type name="gpointer" c:type="gpointer"/>
|
1813
|
+
</parameter>
|
1814
|
+
<parameter name="in_frames" transfer-ownership="none">
|
1815
|
+
<doc xml:space="preserve">number of input frames</doc>
|
1816
|
+
<type name="gsize" c:type="gsize"/>
|
1817
|
+
</parameter>
|
1818
|
+
<parameter name="out"
|
1819
|
+
transfer-ownership="none"
|
1820
|
+
nullable="1"
|
1821
|
+
allow-none="1">
|
1822
|
+
<doc xml:space="preserve">output frames</doc>
|
1823
|
+
<type name="gpointer" c:type="gpointer"/>
|
1824
|
+
</parameter>
|
1825
|
+
<parameter name="out_frames" transfer-ownership="none">
|
1826
|
+
<doc xml:space="preserve">number of output frames</doc>
|
1827
|
+
<type name="gsize" c:type="gsize"/>
|
1828
|
+
</parameter>
|
1829
|
+
</parameters>
|
1830
|
+
</method>
|
1831
|
+
<method name="update_config"
|
1832
|
+
c:identifier="gst_audio_converter_update_config">
|
1833
|
+
<doc xml:space="preserve">Set @in_rate, @out_rate and @config as extra configuration for @convert.
|
1834
|
+
|
1835
|
+
in_rate and @out_rate specify the new sample rates of input and output
|
1836
|
+
formats. A value of 0 leaves the sample rate unchanged.
|
1837
|
+
|
1838
|
+
@config can be %NULL, in which case, the current configuration is not
|
1839
|
+
changed.
|
1840
|
+
|
1841
|
+
If the parameters in @config can not be set exactly, this function returns
|
1842
|
+
%FALSE and will try to update as much state as possible. The new state can
|
1843
|
+
then be retrieved and refined with gst_audio_converter_get_config().
|
1844
|
+
|
1845
|
+
Look at the #GST_AUDIO_CONVERTER_OPT_* fields to check valid configuration
|
1846
|
+
option and values.</doc>
|
1847
|
+
<return-value transfer-ownership="none">
|
1848
|
+
<doc xml:space="preserve">%TRUE when the new parameters could be set</doc>
|
1849
|
+
<type name="gboolean" c:type="gboolean"/>
|
1850
|
+
</return-value>
|
1851
|
+
<parameters>
|
1852
|
+
<instance-parameter name="convert" transfer-ownership="none">
|
1853
|
+
<doc xml:space="preserve">a #GstAudioConverter</doc>
|
1854
|
+
<type name="AudioConverter" c:type="GstAudioConverter*"/>
|
1855
|
+
</instance-parameter>
|
1856
|
+
<parameter name="in_rate" transfer-ownership="none">
|
1857
|
+
<doc xml:space="preserve">input rate</doc>
|
1858
|
+
<type name="gint" c:type="gint"/>
|
1859
|
+
</parameter>
|
1860
|
+
<parameter name="out_rate" transfer-ownership="none">
|
1861
|
+
<doc xml:space="preserve">output rate</doc>
|
1862
|
+
<type name="gint" c:type="gint"/>
|
1863
|
+
</parameter>
|
1864
|
+
<parameter name="config"
|
1865
|
+
transfer-ownership="full"
|
1866
|
+
nullable="1"
|
1867
|
+
allow-none="1">
|
1868
|
+
<doc xml:space="preserve">a #GstStructure or %NULL</doc>
|
1869
|
+
<type name="Gst.Structure" c:type="GstStructure*"/>
|
1870
|
+
</parameter>
|
1871
|
+
</parameters>
|
1872
|
+
</method>
|
1873
|
+
<function name="new"
|
1874
|
+
c:identifier="gst_audio_converter_new"
|
1875
|
+
introspectable="0">
|
1876
|
+
<doc xml:space="preserve">Create a new #GstAudioConverter that is able to convert between @in and @out
|
1877
|
+
audio formats.
|
1878
|
+
|
1879
|
+
@config contains extra configuration options, see #GST_VIDEO_CONVERTER_OPT_*
|
1880
|
+
parameters for details about the options and values.</doc>
|
1881
|
+
<return-value>
|
1882
|
+
<doc xml:space="preserve">a #GstAudioConverter or %NULL if conversion is not possible.</doc>
|
1883
|
+
<type name="AudioConverter" c:type="GstAudioConverter*"/>
|
1884
|
+
</return-value>
|
1885
|
+
<parameters>
|
1886
|
+
<parameter name="flags" transfer-ownership="none">
|
1887
|
+
<doc xml:space="preserve">#GstAudioConverterFlags</doc>
|
1888
|
+
<type name="AudioConverterFlags" c:type="GstAudioConverterFlags"/>
|
1889
|
+
</parameter>
|
1890
|
+
<parameter name="in_info" transfer-ownership="none">
|
1891
|
+
<doc xml:space="preserve">a source #GstAudioInfo</doc>
|
1892
|
+
<type name="AudioInfo" c:type="GstAudioInfo*"/>
|
1893
|
+
</parameter>
|
1894
|
+
<parameter name="out_info" transfer-ownership="none">
|
1895
|
+
<doc xml:space="preserve">a destination #GstAudioInfo</doc>
|
1896
|
+
<type name="AudioInfo" c:type="GstAudioInfo*"/>
|
1897
|
+
</parameter>
|
1898
|
+
<parameter name="config" transfer-ownership="full">
|
1899
|
+
<doc xml:space="preserve">a #GstStructure with configuration options</doc>
|
1900
|
+
<type name="Gst.Structure" c:type="GstStructure*"/>
|
1901
|
+
</parameter>
|
1902
|
+
</parameters>
|
1903
|
+
</function>
|
1904
|
+
</record>
|
1905
|
+
<bitfield name="AudioConverterFlags"
|
1906
|
+
glib:type-name="GstAudioConverterFlags"
|
1907
|
+
glib:get-type="gst_audio_converter_flags_get_type"
|
1908
|
+
c:type="GstAudioConverterFlags">
|
1909
|
+
<doc xml:space="preserve">Extra flags passed to gst_audio_converter_new() and gst_audio_converter_samples().</doc>
|
1910
|
+
<member name="none"
|
1911
|
+
value="0"
|
1912
|
+
c:identifier="GST_AUDIO_CONVERTER_FLAG_NONE"
|
1913
|
+
glib:nick="none">
|
1914
|
+
<doc xml:space="preserve">no flag</doc>
|
1915
|
+
</member>
|
1916
|
+
<member name="in_writable"
|
1917
|
+
value="1"
|
1918
|
+
c:identifier="GST_AUDIO_CONVERTER_FLAG_IN_WRITABLE"
|
1919
|
+
glib:nick="in-writable">
|
1920
|
+
<doc xml:space="preserve">the input sample arrays are writable and can be
|
1921
|
+
used as temporary storage during conversion.</doc>
|
1922
|
+
</member>
|
1923
|
+
<member name="variable_rate"
|
1924
|
+
value="2"
|
1925
|
+
c:identifier="GST_AUDIO_CONVERTER_FLAG_VARIABLE_RATE"
|
1926
|
+
glib:nick="variable-rate">
|
1927
|
+
<doc xml:space="preserve">allow arbitrary rate updates with
|
1928
|
+
gst_audio_converter_update_config().</doc>
|
1929
|
+
</member>
|
1930
|
+
</bitfield>
|
1457
1931
|
<class name="AudioDecoder"
|
1458
1932
|
c:symbol-prefix="audio_decoder"
|
1459
1933
|
c:type="GstAudioDecoder"
|
@@ -1795,6 +2269,25 @@ negotiate fails.</doc>
|
|
1795
2269
|
</instance-parameter>
|
1796
2270
|
</parameters>
|
1797
2271
|
</virtual-method>
|
2272
|
+
<virtual-method name="transform_meta">
|
2273
|
+
<return-value transfer-ownership="none">
|
2274
|
+
<type name="gboolean" c:type="gboolean"/>
|
2275
|
+
</return-value>
|
2276
|
+
<parameters>
|
2277
|
+
<instance-parameter name="enc" transfer-ownership="none">
|
2278
|
+
<type name="AudioDecoder" c:type="GstAudioDecoder*"/>
|
2279
|
+
</instance-parameter>
|
2280
|
+
<parameter name="outbuf" transfer-ownership="none">
|
2281
|
+
<type name="Gst.Buffer" c:type="GstBuffer*"/>
|
2282
|
+
</parameter>
|
2283
|
+
<parameter name="meta" transfer-ownership="none">
|
2284
|
+
<type name="Gst.Meta" c:type="GstMeta*"/>
|
2285
|
+
</parameter>
|
2286
|
+
<parameter name="inbuf" transfer-ownership="none">
|
2287
|
+
<type name="Gst.Buffer" c:type="GstBuffer*"/>
|
2288
|
+
</parameter>
|
2289
|
+
</parameters>
|
2290
|
+
</virtual-method>
|
1798
2291
|
<method name="allocate_output_buffer"
|
1799
2292
|
c:identifier="gst_audio_decoder_allocate_output_buffer">
|
1800
2293
|
<doc xml:space="preserve">Helper function that allocates a buffer to hold an audio frame
|
@@ -2077,15 +2570,12 @@ MT safe.</doc>
|
|
2077
2570
|
</parameters>
|
2078
2571
|
</method>
|
2079
2572
|
<method name="merge_tags" c:identifier="gst_audio_decoder_merge_tags">
|
2080
|
-
<doc xml:space="preserve">
|
2081
|
-
|
2573
|
+
<doc xml:space="preserve">Sets the audio decoder tags and how they should be merged with any
|
2574
|
+
upstream stream tags. This will override any tags previously-set
|
2575
|
+
with gst_audio_decoder_merge_tags().
|
2082
2576
|
|
2083
2577
|
Note that this is provided for convenience, and the subclass is
|
2084
|
-
not required to use this and can still do tag handling on its own
|
2085
|
-
although it should be aware that baseclass already takes care
|
2086
|
-
of the usual CODEC/AUDIO_CODEC tags.
|
2087
|
-
|
2088
|
-
MT safe.</doc>
|
2578
|
+
not required to use this and can still do tag handling on its own.</doc>
|
2089
2579
|
<return-value transfer-ownership="none">
|
2090
2580
|
<type name="none" c:type="void"/>
|
2091
2581
|
</return-value>
|
@@ -2094,12 +2584,15 @@ MT safe.</doc>
|
|
2094
2584
|
<doc xml:space="preserve">a #GstAudioDecoder</doc>
|
2095
2585
|
<type name="AudioDecoder" c:type="GstAudioDecoder*"/>
|
2096
2586
|
</instance-parameter>
|
2097
|
-
<parameter name="tags"
|
2098
|
-
|
2587
|
+
<parameter name="tags"
|
2588
|
+
transfer-ownership="none"
|
2589
|
+
nullable="1"
|
2590
|
+
allow-none="1">
|
2591
|
+
<doc xml:space="preserve">a #GstTagList to merge, or NULL</doc>
|
2099
2592
|
<type name="Gst.TagList" c:type="const GstTagList*"/>
|
2100
2593
|
</parameter>
|
2101
2594
|
<parameter name="mode" transfer-ownership="none">
|
2102
|
-
<doc xml:space="preserve">the #GstTagMergeMode to use</doc>
|
2595
|
+
<doc xml:space="preserve">the #GstTagMergeMode to use, usually #GST_TAG_MERGE_REPLACE</doc>
|
2103
2596
|
<type name="Gst.TagMergeMode" c:type="GstTagMergeMode"/>
|
2104
2597
|
</parameter>
|
2105
2598
|
</parameters>
|
@@ -2345,6 +2838,29 @@ MT safe.</doc>
|
|
2345
2838
|
</parameter>
|
2346
2839
|
</parameters>
|
2347
2840
|
</method>
|
2841
|
+
<method name="set_use_default_pad_acceptcaps"
|
2842
|
+
c:identifier="gst_audio_decoder_set_use_default_pad_acceptcaps"
|
2843
|
+
version="1.6">
|
2844
|
+
<doc xml:space="preserve">Lets #GstAudioDecoder sub-classes decide if they want the sink pad
|
2845
|
+
to use the default pad query handler to reply to accept-caps queries.
|
2846
|
+
|
2847
|
+
By setting this to true it is possible to further customize the default
|
2848
|
+
handler with %GST_PAD_SET_ACCEPT_INTERSECT and
|
2849
|
+
%GST_PAD_SET_ACCEPT_TEMPLATE</doc>
|
2850
|
+
<return-value transfer-ownership="none">
|
2851
|
+
<type name="none" c:type="void"/>
|
2852
|
+
</return-value>
|
2853
|
+
<parameters>
|
2854
|
+
<instance-parameter name="decoder" transfer-ownership="none">
|
2855
|
+
<doc xml:space="preserve">a #GstAudioDecoder</doc>
|
2856
|
+
<type name="AudioDecoder" c:type="GstAudioDecoder*"/>
|
2857
|
+
</instance-parameter>
|
2858
|
+
<parameter name="use" transfer-ownership="none">
|
2859
|
+
<doc xml:space="preserve">if the default pad accept-caps query handling should be used</doc>
|
2860
|
+
<type name="gboolean" c:type="gboolean"/>
|
2861
|
+
</parameter>
|
2862
|
+
</parameters>
|
2863
|
+
</method>
|
2348
2864
|
<property name="min-latency" writable="1" transfer-ownership="none">
|
2349
2865
|
<type name="gint64" c:type="gint64"/>
|
2350
2866
|
</property>
|
@@ -2639,8 +3155,29 @@ overridden.</doc>
|
|
2639
3155
|
</parameters>
|
2640
3156
|
</callback>
|
2641
3157
|
</field>
|
3158
|
+
<field name="transform_meta">
|
3159
|
+
<callback name="transform_meta">
|
3160
|
+
<return-value transfer-ownership="none">
|
3161
|
+
<type name="gboolean" c:type="gboolean"/>
|
3162
|
+
</return-value>
|
3163
|
+
<parameters>
|
3164
|
+
<parameter name="enc" transfer-ownership="none">
|
3165
|
+
<type name="AudioDecoder" c:type="GstAudioDecoder*"/>
|
3166
|
+
</parameter>
|
3167
|
+
<parameter name="outbuf" transfer-ownership="none">
|
3168
|
+
<type name="Gst.Buffer" c:type="GstBuffer*"/>
|
3169
|
+
</parameter>
|
3170
|
+
<parameter name="meta" transfer-ownership="none">
|
3171
|
+
<type name="Gst.Meta" c:type="GstMeta*"/>
|
3172
|
+
</parameter>
|
3173
|
+
<parameter name="inbuf" transfer-ownership="none">
|
3174
|
+
<type name="Gst.Buffer" c:type="GstBuffer*"/>
|
3175
|
+
</parameter>
|
3176
|
+
</parameters>
|
3177
|
+
</callback>
|
3178
|
+
</field>
|
2642
3179
|
<field name="_gst_reserved" readable="0" private="1">
|
2643
|
-
<array zero-terminated="0" c:type="gpointer" fixed-size="
|
3180
|
+
<array zero-terminated="0" c:type="gpointer" fixed-size="16">
|
2644
3181
|
<type name="gpointer" c:type="gpointer"/>
|
2645
3182
|
</array>
|
2646
3183
|
</field>
|
@@ -2649,6 +3186,36 @@ overridden.</doc>
|
|
2649
3186
|
c:type="GstAudioDecoderPrivate"
|
2650
3187
|
disguised="1">
|
2651
3188
|
</record>
|
3189
|
+
<enumeration name="AudioDitherMethod"
|
3190
|
+
glib:type-name="GstAudioDitherMethod"
|
3191
|
+
glib:get-type="gst_audio_dither_method_get_type"
|
3192
|
+
c:type="GstAudioDitherMethod">
|
3193
|
+
<doc xml:space="preserve">Set of available dithering methods.</doc>
|
3194
|
+
<member name="none"
|
3195
|
+
value="0"
|
3196
|
+
c:identifier="GST_AUDIO_DITHER_NONE"
|
3197
|
+
glib:nick="none">
|
3198
|
+
<doc xml:space="preserve">No dithering</doc>
|
3199
|
+
</member>
|
3200
|
+
<member name="rpdf"
|
3201
|
+
value="1"
|
3202
|
+
c:identifier="GST_AUDIO_DITHER_RPDF"
|
3203
|
+
glib:nick="rpdf">
|
3204
|
+
<doc xml:space="preserve">Rectangular dithering</doc>
|
3205
|
+
</member>
|
3206
|
+
<member name="tpdf"
|
3207
|
+
value="2"
|
3208
|
+
c:identifier="GST_AUDIO_DITHER_TPDF"
|
3209
|
+
glib:nick="tpdf">
|
3210
|
+
<doc xml:space="preserve">Triangular dithering (default)</doc>
|
3211
|
+
</member>
|
3212
|
+
<member name="tpdf_hf"
|
3213
|
+
value="3"
|
3214
|
+
c:identifier="GST_AUDIO_DITHER_TPDF_HF"
|
3215
|
+
glib:nick="tpdf-hf">
|
3216
|
+
<doc xml:space="preserve">High frequency triangular dithering</doc>
|
3217
|
+
</member>
|
3218
|
+
</enumeration>
|
2652
3219
|
<record name="AudioDownmixMeta" c:type="GstAudioDownmixMeta">
|
2653
3220
|
<doc xml:space="preserve">Extra buffer metadata describing audio downmixing matrix. This metadata is
|
2654
3221
|
attached to audio buffers and contains a matrix to downmix the buffer number
|
@@ -2909,17 +3476,56 @@ negotiate fails.</doc>
|
|
2909
3476
|
<instance-parameter name="enc" transfer-ownership="none">
|
2910
3477
|
<type name="AudioEncoder" c:type="GstAudioEncoder*"/>
|
2911
3478
|
</instance-parameter>
|
2912
|
-
<parameter name="buffer" transfer-ownership="none">
|
2913
|
-
<type name="Gst.Buffer" c:type="GstBuffer**"/>
|
3479
|
+
<parameter name="buffer" transfer-ownership="none">
|
3480
|
+
<type name="Gst.Buffer" c:type="GstBuffer**"/>
|
3481
|
+
</parameter>
|
3482
|
+
</parameters>
|
3483
|
+
</virtual-method>
|
3484
|
+
<virtual-method name="propose_allocation">
|
3485
|
+
<return-value transfer-ownership="none">
|
3486
|
+
<type name="gboolean" c:type="gboolean"/>
|
3487
|
+
</return-value>
|
3488
|
+
<parameters>
|
3489
|
+
<instance-parameter name="enc" transfer-ownership="none">
|
3490
|
+
<type name="AudioEncoder" c:type="GstAudioEncoder*"/>
|
3491
|
+
</instance-parameter>
|
3492
|
+
<parameter name="query" transfer-ownership="none">
|
3493
|
+
<type name="Gst.Query" c:type="GstQuery*"/>
|
3494
|
+
</parameter>
|
3495
|
+
</parameters>
|
3496
|
+
</virtual-method>
|
3497
|
+
<virtual-method name="set_format">
|
3498
|
+
<return-value transfer-ownership="none">
|
3499
|
+
<type name="gboolean" c:type="gboolean"/>
|
3500
|
+
</return-value>
|
3501
|
+
<parameters>
|
3502
|
+
<instance-parameter name="enc" transfer-ownership="none">
|
3503
|
+
<type name="AudioEncoder" c:type="GstAudioEncoder*"/>
|
3504
|
+
</instance-parameter>
|
3505
|
+
<parameter name="info" transfer-ownership="none">
|
3506
|
+
<type name="AudioInfo" c:type="GstAudioInfo*"/>
|
3507
|
+
</parameter>
|
3508
|
+
</parameters>
|
3509
|
+
</virtual-method>
|
3510
|
+
<virtual-method name="sink_event">
|
3511
|
+
<return-value transfer-ownership="none">
|
3512
|
+
<type name="gboolean" c:type="gboolean"/>
|
3513
|
+
</return-value>
|
3514
|
+
<parameters>
|
3515
|
+
<instance-parameter name="enc" transfer-ownership="none">
|
3516
|
+
<type name="AudioEncoder" c:type="GstAudioEncoder*"/>
|
3517
|
+
</instance-parameter>
|
3518
|
+
<parameter name="event" transfer-ownership="none">
|
3519
|
+
<type name="Gst.Event" c:type="GstEvent*"/>
|
2914
3520
|
</parameter>
|
2915
3521
|
</parameters>
|
2916
3522
|
</virtual-method>
|
2917
|
-
<virtual-method name="
|
3523
|
+
<virtual-method name="sink_query">
|
2918
3524
|
<return-value transfer-ownership="none">
|
2919
3525
|
<type name="gboolean" c:type="gboolean"/>
|
2920
3526
|
</return-value>
|
2921
3527
|
<parameters>
|
2922
|
-
<instance-parameter name="
|
3528
|
+
<instance-parameter name="encoder" transfer-ownership="none">
|
2923
3529
|
<type name="AudioEncoder" c:type="GstAudioEncoder*"/>
|
2924
3530
|
</instance-parameter>
|
2925
3531
|
<parameter name="query" transfer-ownership="none">
|
@@ -2927,7 +3533,7 @@ negotiate fails.</doc>
|
|
2927
3533
|
</parameter>
|
2928
3534
|
</parameters>
|
2929
3535
|
</virtual-method>
|
2930
|
-
<virtual-method name="
|
3536
|
+
<virtual-method name="src_event">
|
2931
3537
|
<return-value transfer-ownership="none">
|
2932
3538
|
<type name="gboolean" c:type="gboolean"/>
|
2933
3539
|
</return-value>
|
@@ -2935,25 +3541,25 @@ negotiate fails.</doc>
|
|
2935
3541
|
<instance-parameter name="enc" transfer-ownership="none">
|
2936
3542
|
<type name="AudioEncoder" c:type="GstAudioEncoder*"/>
|
2937
3543
|
</instance-parameter>
|
2938
|
-
<parameter name="
|
2939
|
-
<type name="
|
3544
|
+
<parameter name="event" transfer-ownership="none">
|
3545
|
+
<type name="Gst.Event" c:type="GstEvent*"/>
|
2940
3546
|
</parameter>
|
2941
3547
|
</parameters>
|
2942
3548
|
</virtual-method>
|
2943
|
-
<virtual-method name="
|
3549
|
+
<virtual-method name="src_query">
|
2944
3550
|
<return-value transfer-ownership="none">
|
2945
3551
|
<type name="gboolean" c:type="gboolean"/>
|
2946
3552
|
</return-value>
|
2947
3553
|
<parameters>
|
2948
|
-
<instance-parameter name="
|
3554
|
+
<instance-parameter name="encoder" transfer-ownership="none">
|
2949
3555
|
<type name="AudioEncoder" c:type="GstAudioEncoder*"/>
|
2950
3556
|
</instance-parameter>
|
2951
|
-
<parameter name="
|
2952
|
-
<type name="Gst.
|
3557
|
+
<parameter name="query" transfer-ownership="none">
|
3558
|
+
<type name="Gst.Query" c:type="GstQuery*"/>
|
2953
3559
|
</parameter>
|
2954
3560
|
</parameters>
|
2955
3561
|
</virtual-method>
|
2956
|
-
<virtual-method name="
|
3562
|
+
<virtual-method name="start">
|
2957
3563
|
<return-value transfer-ownership="none">
|
2958
3564
|
<type name="gboolean" c:type="gboolean"/>
|
2959
3565
|
</return-value>
|
@@ -2961,12 +3567,9 @@ negotiate fails.</doc>
|
|
2961
3567
|
<instance-parameter name="enc" transfer-ownership="none">
|
2962
3568
|
<type name="AudioEncoder" c:type="GstAudioEncoder*"/>
|
2963
3569
|
</instance-parameter>
|
2964
|
-
<parameter name="event" transfer-ownership="none">
|
2965
|
-
<type name="Gst.Event" c:type="GstEvent*"/>
|
2966
|
-
</parameter>
|
2967
3570
|
</parameters>
|
2968
3571
|
</virtual-method>
|
2969
|
-
<virtual-method name="
|
3572
|
+
<virtual-method name="stop">
|
2970
3573
|
<return-value transfer-ownership="none">
|
2971
3574
|
<type name="gboolean" c:type="gboolean"/>
|
2972
3575
|
</return-value>
|
@@ -2976,7 +3579,7 @@ negotiate fails.</doc>
|
|
2976
3579
|
</instance-parameter>
|
2977
3580
|
</parameters>
|
2978
3581
|
</virtual-method>
|
2979
|
-
<virtual-method name="
|
3582
|
+
<virtual-method name="transform_meta">
|
2980
3583
|
<return-value transfer-ownership="none">
|
2981
3584
|
<type name="gboolean" c:type="gboolean"/>
|
2982
3585
|
</return-value>
|
@@ -2984,6 +3587,15 @@ negotiate fails.</doc>
|
|
2984
3587
|
<instance-parameter name="enc" transfer-ownership="none">
|
2985
3588
|
<type name="AudioEncoder" c:type="GstAudioEncoder*"/>
|
2986
3589
|
</instance-parameter>
|
3590
|
+
<parameter name="outbuf" transfer-ownership="none">
|
3591
|
+
<type name="Gst.Buffer" c:type="GstBuffer*"/>
|
3592
|
+
</parameter>
|
3593
|
+
<parameter name="meta" transfer-ownership="none">
|
3594
|
+
<type name="Gst.Meta" c:type="GstMeta*"/>
|
3595
|
+
</parameter>
|
3596
|
+
<parameter name="inbuf" transfer-ownership="none">
|
3597
|
+
<type name="Gst.Buffer" c:type="GstBuffer*"/>
|
3598
|
+
</parameter>
|
2987
3599
|
</parameters>
|
2988
3600
|
</virtual-method>
|
2989
3601
|
<method name="allocate_output_buffer"
|
@@ -3260,13 +3872,12 @@ MT safe.</doc>
|
|
3260
3872
|
</parameters>
|
3261
3873
|
</method>
|
3262
3874
|
<method name="merge_tags" c:identifier="gst_audio_encoder_merge_tags">
|
3263
|
-
<doc xml:space="preserve">
|
3264
|
-
|
3875
|
+
<doc xml:space="preserve">Sets the audio encoder tags and how they should be merged with any
|
3876
|
+
upstream stream tags. This will override any tags previously-set
|
3877
|
+
with gst_audio_encoder_merge_tags().
|
3265
3878
|
|
3266
3879
|
Note that this is provided for convenience, and the subclass is
|
3267
|
-
not required to use this and can still do tag handling on its own
|
3268
|
-
although it should be aware that baseclass already takes care
|
3269
|
-
of the usual CODEC/AUDIO_CODEC tags.
|
3880
|
+
not required to use this and can still do tag handling on its own.
|
3270
3881
|
|
3271
3882
|
MT safe.</doc>
|
3272
3883
|
<return-value transfer-ownership="none">
|
@@ -3277,12 +3888,16 @@ MT safe.</doc>
|
|
3277
3888
|
<doc xml:space="preserve">a #GstAudioEncoder</doc>
|
3278
3889
|
<type name="AudioEncoder" c:type="GstAudioEncoder*"/>
|
3279
3890
|
</instance-parameter>
|
3280
|
-
<parameter name="tags"
|
3281
|
-
|
3891
|
+
<parameter name="tags"
|
3892
|
+
transfer-ownership="none"
|
3893
|
+
nullable="1"
|
3894
|
+
allow-none="1">
|
3895
|
+
<doc xml:space="preserve">a #GstTagList to merge, or NULL to unset
|
3896
|
+
previously-set tags</doc>
|
3282
3897
|
<type name="Gst.TagList" c:type="const GstTagList*"/>
|
3283
3898
|
</parameter>
|
3284
3899
|
<parameter name="mode" transfer-ownership="none">
|
3285
|
-
<doc xml:space="preserve">the #GstTagMergeMode to use</doc>
|
3900
|
+
<doc xml:space="preserve">the #GstTagMergeMode to use, usually #GST_TAG_MERGE_REPLACE</doc>
|
3286
3901
|
<type name="Gst.TagMergeMode" c:type="GstTagMergeMode"/>
|
3287
3902
|
</parameter>
|
3288
3903
|
</parameters>
|
@@ -3357,7 +3972,10 @@ MT safe.</doc>
|
|
3357
3972
|
<method name="set_frame_max"
|
3358
3973
|
c:identifier="gst_audio_encoder_set_frame_max">
|
3359
3974
|
<doc xml:space="preserve">Sets max number of frames accepted at once (assumed minimally 1).
|
3360
|
-
Requires @frame_samples_min and @frame_samples_max to be the equal
|
3975
|
+
Requires @frame_samples_min and @frame_samples_max to be the equal.
|
3976
|
+
|
3977
|
+
Note: This value will be reset to 0 every time before
|
3978
|
+
GstAudioEncoder::set_format() is called.</doc>
|
3361
3979
|
<return-value transfer-ownership="none">
|
3362
3980
|
<type name="none" c:type="void"/>
|
3363
3981
|
</return-value>
|
@@ -3378,7 +3996,10 @@ Requires @frame_samples_min and @frame_samples_max to be the equal.</doc>
|
|
3378
3996
|
at most or will be handed all available if 0.
|
3379
3997
|
|
3380
3998
|
If an exact number of samples is required, gst_audio_encoder_set_frame_samples_min()
|
3381
|
-
must be called with the same number
|
3999
|
+
must be called with the same number.
|
4000
|
+
|
4001
|
+
Note: This value will be reset to 0 every time before
|
4002
|
+
GstAudioEncoder::set_format() is called.</doc>
|
3382
4003
|
<return-value transfer-ownership="none">
|
3383
4004
|
<type name="none" c:type="void"/>
|
3384
4005
|
</return-value>
|
@@ -3399,7 +4020,10 @@ must be called with the same number.</doc>
|
|
3399
4020
|
at least or will be handed all available if 0.
|
3400
4021
|
|
3401
4022
|
If an exact number of samples is required, gst_audio_encoder_set_frame_samples_max()
|
3402
|
-
must be called with the same number
|
4023
|
+
must be called with the same number.
|
4024
|
+
|
4025
|
+
Note: This value will be reset to 0 every time before
|
4026
|
+
GstAudioEncoder::set_format() is called.</doc>
|
3403
4027
|
<return-value transfer-ownership="none">
|
3404
4028
|
<type name="none" c:type="void"/>
|
3405
4029
|
</return-value>
|
@@ -3491,7 +4115,10 @@ MT safe.</doc>
|
|
3491
4115
|
</method>
|
3492
4116
|
<method name="set_lookahead"
|
3493
4117
|
c:identifier="gst_audio_encoder_set_lookahead">
|
3494
|
-
<doc xml:space="preserve">Sets encoder lookahead (in units of input rate samples)
|
4118
|
+
<doc xml:space="preserve">Sets encoder lookahead (in units of input rate samples)
|
4119
|
+
|
4120
|
+
Note: This value will be reset to 0 every time before
|
4121
|
+
GstAudioEncoder::set_format() is called.</doc>
|
3495
4122
|
<return-value transfer-ownership="none">
|
3496
4123
|
<type name="none" c:type="void"/>
|
3497
4124
|
</return-value>
|
@@ -3821,8 +4448,59 @@ needed. At minimum @set_format and @handle_frame needs to be overridden.</doc>
|
|
3821
4448
|
</parameters>
|
3822
4449
|
</callback>
|
3823
4450
|
</field>
|
4451
|
+
<field name="transform_meta">
|
4452
|
+
<callback name="transform_meta">
|
4453
|
+
<return-value transfer-ownership="none">
|
4454
|
+
<type name="gboolean" c:type="gboolean"/>
|
4455
|
+
</return-value>
|
4456
|
+
<parameters>
|
4457
|
+
<parameter name="enc" transfer-ownership="none">
|
4458
|
+
<type name="AudioEncoder" c:type="GstAudioEncoder*"/>
|
4459
|
+
</parameter>
|
4460
|
+
<parameter name="outbuf" transfer-ownership="none">
|
4461
|
+
<type name="Gst.Buffer" c:type="GstBuffer*"/>
|
4462
|
+
</parameter>
|
4463
|
+
<parameter name="meta" transfer-ownership="none">
|
4464
|
+
<type name="Gst.Meta" c:type="GstMeta*"/>
|
4465
|
+
</parameter>
|
4466
|
+
<parameter name="inbuf" transfer-ownership="none">
|
4467
|
+
<type name="Gst.Buffer" c:type="GstBuffer*"/>
|
4468
|
+
</parameter>
|
4469
|
+
</parameters>
|
4470
|
+
</callback>
|
4471
|
+
</field>
|
4472
|
+
<field name="sink_query">
|
4473
|
+
<callback name="sink_query">
|
4474
|
+
<return-value transfer-ownership="none">
|
4475
|
+
<type name="gboolean" c:type="gboolean"/>
|
4476
|
+
</return-value>
|
4477
|
+
<parameters>
|
4478
|
+
<parameter name="encoder" transfer-ownership="none">
|
4479
|
+
<type name="AudioEncoder" c:type="GstAudioEncoder*"/>
|
4480
|
+
</parameter>
|
4481
|
+
<parameter name="query" transfer-ownership="none">
|
4482
|
+
<type name="Gst.Query" c:type="GstQuery*"/>
|
4483
|
+
</parameter>
|
4484
|
+
</parameters>
|
4485
|
+
</callback>
|
4486
|
+
</field>
|
4487
|
+
<field name="src_query">
|
4488
|
+
<callback name="src_query">
|
4489
|
+
<return-value transfer-ownership="none">
|
4490
|
+
<type name="gboolean" c:type="gboolean"/>
|
4491
|
+
</return-value>
|
4492
|
+
<parameters>
|
4493
|
+
<parameter name="encoder" transfer-ownership="none">
|
4494
|
+
<type name="AudioEncoder" c:type="GstAudioEncoder*"/>
|
4495
|
+
</parameter>
|
4496
|
+
<parameter name="query" transfer-ownership="none">
|
4497
|
+
<type name="Gst.Query" c:type="GstQuery*"/>
|
4498
|
+
</parameter>
|
4499
|
+
</parameters>
|
4500
|
+
</callback>
|
4501
|
+
</field>
|
3824
4502
|
<field name="_gst_reserved" readable="0" private="1">
|
3825
|
-
<array zero-terminated="0" c:type="gpointer" fixed-size="
|
4503
|
+
<array zero-terminated="0" c:type="gpointer" fixed-size="17">
|
3826
4504
|
<type name="gpointer" c:type="gpointer"/>
|
3827
4505
|
</array>
|
3828
4506
|
</field>
|
@@ -4702,10 +5380,46 @@ Note: This initializes @info first, no values are preserved.</doc>
|
|
4702
5380
|
<doc xml:space="preserve">non-interleaved audio</doc>
|
4703
5381
|
</member>
|
4704
5382
|
</enumeration>
|
4705
|
-
<enumeration name="
|
4706
|
-
glib:type-name="
|
4707
|
-
glib:get-type="
|
4708
|
-
c:type="
|
5383
|
+
<enumeration name="AudioNoiseShapingMethod"
|
5384
|
+
glib:type-name="GstAudioNoiseShapingMethod"
|
5385
|
+
glib:get-type="gst_audio_noise_shaping_method_get_type"
|
5386
|
+
c:type="GstAudioNoiseShapingMethod">
|
5387
|
+
<doc xml:space="preserve">Set of available noise shaping methods</doc>
|
5388
|
+
<member name="none"
|
5389
|
+
value="0"
|
5390
|
+
c:identifier="GST_AUDIO_NOISE_SHAPING_NONE"
|
5391
|
+
glib:nick="none">
|
5392
|
+
<doc xml:space="preserve">No noise shaping (default)</doc>
|
5393
|
+
</member>
|
5394
|
+
<member name="error_feedback"
|
5395
|
+
value="1"
|
5396
|
+
c:identifier="GST_AUDIO_NOISE_SHAPING_ERROR_FEEDBACK"
|
5397
|
+
glib:nick="error-feedback">
|
5398
|
+
<doc xml:space="preserve">Error feedback</doc>
|
5399
|
+
</member>
|
5400
|
+
<member name="simple"
|
5401
|
+
value="2"
|
5402
|
+
c:identifier="GST_AUDIO_NOISE_SHAPING_SIMPLE"
|
5403
|
+
glib:nick="simple">
|
5404
|
+
<doc xml:space="preserve">Simple 2-pole noise shaping</doc>
|
5405
|
+
</member>
|
5406
|
+
<member name="medium"
|
5407
|
+
value="3"
|
5408
|
+
c:identifier="GST_AUDIO_NOISE_SHAPING_MEDIUM"
|
5409
|
+
glib:nick="medium">
|
5410
|
+
<doc xml:space="preserve">Medium 5-pole noise shaping</doc>
|
5411
|
+
</member>
|
5412
|
+
<member name="high"
|
5413
|
+
value="4"
|
5414
|
+
c:identifier="GST_AUDIO_NOISE_SHAPING_HIGH"
|
5415
|
+
glib:nick="high">
|
5416
|
+
<doc xml:space="preserve">High 8-pole noise shaping</doc>
|
5417
|
+
</member>
|
5418
|
+
</enumeration>
|
5419
|
+
<bitfield name="AudioPackFlags"
|
5420
|
+
glib:type-name="GstAudioPackFlags"
|
5421
|
+
glib:get-type="gst_audio_pack_flags_get_type"
|
5422
|
+
c:type="GstAudioPackFlags">
|
4709
5423
|
<doc xml:space="preserve">The different flags that can be used when packing and unpacking.</doc>
|
4710
5424
|
<member name="none"
|
4711
5425
|
value="0"
|
@@ -4713,7 +5427,143 @@ Note: This initializes @info first, no values are preserved.</doc>
|
|
4713
5427
|
glib:nick="none">
|
4714
5428
|
<doc xml:space="preserve">No flag</doc>
|
4715
5429
|
</member>
|
4716
|
-
|
5430
|
+
<member name="truncate_range"
|
5431
|
+
value="1"
|
5432
|
+
c:identifier="GST_AUDIO_PACK_FLAG_TRUNCATE_RANGE"
|
5433
|
+
glib:nick="truncate-range">
|
5434
|
+
<doc xml:space="preserve">When the source has a smaller depth
|
5435
|
+
than the target format, set the least significant bits of the target
|
5436
|
+
to 0. This is likely sightly faster but less accurate. When this flag
|
5437
|
+
is not specified, the most significant bits of the source are duplicated
|
5438
|
+
in the least significant bits of the destination.</doc>
|
5439
|
+
</member>
|
5440
|
+
</bitfield>
|
5441
|
+
<record name="AudioQuantize" c:type="GstAudioQuantize" disguised="1">
|
5442
|
+
<method name="free" c:identifier="gst_audio_quantize_free">
|
5443
|
+
<doc xml:space="preserve">Free a #GstAudioQuantize.</doc>
|
5444
|
+
<return-value transfer-ownership="none">
|
5445
|
+
<type name="none" c:type="void"/>
|
5446
|
+
</return-value>
|
5447
|
+
<parameters>
|
5448
|
+
<instance-parameter name="quant" transfer-ownership="none">
|
5449
|
+
<doc xml:space="preserve">a #GstAudioQuantize</doc>
|
5450
|
+
<type name="AudioQuantize" c:type="GstAudioQuantize*"/>
|
5451
|
+
</instance-parameter>
|
5452
|
+
</parameters>
|
5453
|
+
</method>
|
5454
|
+
<method name="reset" c:identifier="gst_audio_quantize_reset">
|
5455
|
+
<doc xml:space="preserve">Reset @quant to the state is was when created, clearing any
|
5456
|
+
history it might have.</doc>
|
5457
|
+
<return-value transfer-ownership="none">
|
5458
|
+
<type name="none" c:type="void"/>
|
5459
|
+
</return-value>
|
5460
|
+
<parameters>
|
5461
|
+
<instance-parameter name="quant" transfer-ownership="none">
|
5462
|
+
<doc xml:space="preserve">a #GstAudioQuantize</doc>
|
5463
|
+
<type name="AudioQuantize" c:type="GstAudioQuantize*"/>
|
5464
|
+
</instance-parameter>
|
5465
|
+
</parameters>
|
5466
|
+
</method>
|
5467
|
+
<method name="samples" c:identifier="gst_audio_quantize_samples">
|
5468
|
+
<doc xml:space="preserve">Perform quantization on @samples in @in and write the result to @out.
|
5469
|
+
|
5470
|
+
In case the samples are interleaved, @in and @out must point to an
|
5471
|
+
array with a single element pointing to a block of interleaved samples.
|
5472
|
+
|
5473
|
+
If non-interleaved samples are used, @in and @out must point to an
|
5474
|
+
array with pointers to memory blocks, one for each channel.
|
5475
|
+
|
5476
|
+
@in and @out may point to the same memory location, in which case samples will be
|
5477
|
+
modified in-place.</doc>
|
5478
|
+
<return-value transfer-ownership="none">
|
5479
|
+
<type name="none" c:type="void"/>
|
5480
|
+
</return-value>
|
5481
|
+
<parameters>
|
5482
|
+
<instance-parameter name="quant" transfer-ownership="none">
|
5483
|
+
<doc xml:space="preserve">a #GstAudioQuantize</doc>
|
5484
|
+
<type name="AudioQuantize" c:type="GstAudioQuantize*"/>
|
5485
|
+
</instance-parameter>
|
5486
|
+
<parameter name="in"
|
5487
|
+
transfer-ownership="none"
|
5488
|
+
nullable="1"
|
5489
|
+
allow-none="1">
|
5490
|
+
<doc xml:space="preserve">input samples</doc>
|
5491
|
+
<type name="gpointer" c:type="const gpointer"/>
|
5492
|
+
</parameter>
|
5493
|
+
<parameter name="out"
|
5494
|
+
transfer-ownership="none"
|
5495
|
+
nullable="1"
|
5496
|
+
allow-none="1">
|
5497
|
+
<doc xml:space="preserve">output samples</doc>
|
5498
|
+
<type name="gpointer" c:type="gpointer"/>
|
5499
|
+
</parameter>
|
5500
|
+
<parameter name="samples" transfer-ownership="none">
|
5501
|
+
<doc xml:space="preserve">number of samples</doc>
|
5502
|
+
<type name="guint" c:type="guint"/>
|
5503
|
+
</parameter>
|
5504
|
+
</parameters>
|
5505
|
+
</method>
|
5506
|
+
<function name="new"
|
5507
|
+
c:identifier="gst_audio_quantize_new"
|
5508
|
+
introspectable="0">
|
5509
|
+
<doc xml:space="preserve">Create a new quantizer object with the given parameters.
|
5510
|
+
|
5511
|
+
Output samples will be quantized to a multiple of @quantizer. Better
|
5512
|
+
performance is achieved when @quantizer is a power of 2.
|
5513
|
+
|
5514
|
+
Dithering and noise-shaping can be performed during quantization with
|
5515
|
+
the @dither and @ns parameters.</doc>
|
5516
|
+
<return-value>
|
5517
|
+
<doc xml:space="preserve">a new #GstAudioQuantize. Free with gst_audio_quantize_free().</doc>
|
5518
|
+
<type name="AudioQuantize" c:type="GstAudioQuantize*"/>
|
5519
|
+
</return-value>
|
5520
|
+
<parameters>
|
5521
|
+
<parameter name="dither" transfer-ownership="none">
|
5522
|
+
<doc xml:space="preserve">a #GstAudioDitherMethod</doc>
|
5523
|
+
<type name="AudioDitherMethod" c:type="GstAudioDitherMethod"/>
|
5524
|
+
</parameter>
|
5525
|
+
<parameter name="ns" transfer-ownership="none">
|
5526
|
+
<doc xml:space="preserve">a #GstAudioNoiseShapingMethod</doc>
|
5527
|
+
<type name="AudioNoiseShapingMethod"
|
5528
|
+
c:type="GstAudioNoiseShapingMethod"/>
|
5529
|
+
</parameter>
|
5530
|
+
<parameter name="flags" transfer-ownership="none">
|
5531
|
+
<doc xml:space="preserve">#GstAudioQuantizeFlags</doc>
|
5532
|
+
<type name="AudioQuantizeFlags" c:type="GstAudioQuantizeFlags"/>
|
5533
|
+
</parameter>
|
5534
|
+
<parameter name="format" transfer-ownership="none">
|
5535
|
+
<doc xml:space="preserve">the #GstAudioFormat of the samples</doc>
|
5536
|
+
<type name="AudioFormat" c:type="GstAudioFormat"/>
|
5537
|
+
</parameter>
|
5538
|
+
<parameter name="channels" transfer-ownership="none">
|
5539
|
+
<doc xml:space="preserve">the amount of channels in the samples</doc>
|
5540
|
+
<type name="guint" c:type="guint"/>
|
5541
|
+
</parameter>
|
5542
|
+
<parameter name="quantizer" transfer-ownership="none">
|
5543
|
+
<doc xml:space="preserve">the quantizer to use</doc>
|
5544
|
+
<type name="guint" c:type="guint"/>
|
5545
|
+
</parameter>
|
5546
|
+
</parameters>
|
5547
|
+
</function>
|
5548
|
+
</record>
|
5549
|
+
<bitfield name="AudioQuantizeFlags"
|
5550
|
+
glib:type-name="GstAudioQuantizeFlags"
|
5551
|
+
glib:get-type="gst_audio_quantize_flags_get_type"
|
5552
|
+
c:type="GstAudioQuantizeFlags">
|
5553
|
+
<doc xml:space="preserve">Extra flags that can be passed to gst_audio_quantize_new()</doc>
|
5554
|
+
<member name="none"
|
5555
|
+
value="0"
|
5556
|
+
c:identifier="GST_AUDIO_QUANTIZE_FLAG_NONE"
|
5557
|
+
glib:nick="none">
|
5558
|
+
<doc xml:space="preserve">no flags</doc>
|
5559
|
+
</member>
|
5560
|
+
<member name="non_interleaved"
|
5561
|
+
value="1"
|
5562
|
+
c:identifier="GST_AUDIO_QUANTIZE_FLAG_NON_INTERLEAVED"
|
5563
|
+
glib:nick="non-interleaved">
|
5564
|
+
<doc xml:space="preserve">samples are non-interleaved</doc>
|
5565
|
+
</member>
|
5566
|
+
</bitfield>
|
4717
5567
|
<class name="AudioRingBuffer"
|
4718
5568
|
c:symbol-prefix="audio_ring_buffer"
|
4719
5569
|
c:type="GstAudioRingBuffer"
|
@@ -5470,7 +6320,10 @@ MT safe.</doc>
|
|
5470
6320
|
<type name="AudioRingBufferCallback"
|
5471
6321
|
c:type="GstAudioRingBufferCallback"/>
|
5472
6322
|
</parameter>
|
5473
|
-
<parameter name="user_data"
|
6323
|
+
<parameter name="user_data"
|
6324
|
+
transfer-ownership="none"
|
6325
|
+
nullable="1"
|
6326
|
+
allow-none="1">
|
5474
6327
|
<doc xml:space="preserve">user data passed to the callback</doc>
|
5475
6328
|
<type name="gpointer" c:type="gpointer"/>
|
5476
6329
|
</parameter>
|
@@ -5691,7 +6544,11 @@ called to fill the memory at @data with @len bytes of samples.</doc>
|
|
5691
6544
|
<doc xml:space="preserve">amount to fill</doc>
|
5692
6545
|
<type name="guint" c:type="guint"/>
|
5693
6546
|
</parameter>
|
5694
|
-
<parameter name="user_data"
|
6547
|
+
<parameter name="user_data"
|
6548
|
+
transfer-ownership="none"
|
6549
|
+
nullable="1"
|
6550
|
+
allow-none="1"
|
6551
|
+
closure="3">
|
5695
6552
|
<doc xml:space="preserve">user data</doc>
|
5696
6553
|
<type name="gpointer" c:type="gpointer"/>
|
5697
6554
|
</parameter>
|
@@ -6192,7 +7049,10 @@ together with #GstAudioBaseSink using a default implementation of a
|
|
6192
7049
|
<instance-parameter name="sink" transfer-ownership="none">
|
6193
7050
|
<type name="AudioSink" c:type="GstAudioSink*"/>
|
6194
7051
|
</instance-parameter>
|
6195
|
-
<parameter name="data"
|
7052
|
+
<parameter name="data"
|
7053
|
+
transfer-ownership="none"
|
7054
|
+
nullable="1"
|
7055
|
+
allow-none="1">
|
6196
7056
|
<type name="gpointer" c:type="gpointer"/>
|
6197
7057
|
</parameter>
|
6198
7058
|
<parameter name="length" transfer-ownership="none">
|
@@ -6281,7 +7141,10 @@ together with #GstAudioBaseSink using a default implementation of a
|
|
6281
7141
|
<parameter name="sink" transfer-ownership="none">
|
6282
7142
|
<type name="AudioSink" c:type="GstAudioSink*"/>
|
6283
7143
|
</parameter>
|
6284
|
-
<parameter name="data"
|
7144
|
+
<parameter name="data"
|
7145
|
+
transfer-ownership="none"
|
7146
|
+
nullable="1"
|
7147
|
+
allow-none="1">
|
6285
7148
|
<type name="gpointer" c:type="gpointer"/>
|
6286
7149
|
</parameter>
|
6287
7150
|
<parameter name="length" transfer-ownership="none">
|
@@ -6416,7 +7279,10 @@ together with #GstAudioBaseSrc using a default implementation of a
|
|
6416
7279
|
<instance-parameter name="src" transfer-ownership="none">
|
6417
7280
|
<type name="AudioSrc" c:type="GstAudioSrc*"/>
|
6418
7281
|
</instance-parameter>
|
6419
|
-
<parameter name="data"
|
7282
|
+
<parameter name="data"
|
7283
|
+
transfer-ownership="none"
|
7284
|
+
nullable="1"
|
7285
|
+
allow-none="1">
|
6420
7286
|
<type name="gpointer" c:type="gpointer"/>
|
6421
7287
|
</parameter>
|
6422
7288
|
<parameter name="length" transfer-ownership="none">
|
@@ -6529,7 +7395,10 @@ functionality.</doc>
|
|
6529
7395
|
<parameter name="src" transfer-ownership="none">
|
6530
7396
|
<type name="AudioSrc" c:type="GstAudioSrc*"/>
|
6531
7397
|
</parameter>
|
6532
|
-
<parameter name="data"
|
7398
|
+
<parameter name="data"
|
7399
|
+
transfer-ownership="none"
|
7400
|
+
nullable="1"
|
7401
|
+
allow-none="1">
|
6533
7402
|
<type name="gpointer" c:type="gpointer"/>
|
6534
7403
|
</parameter>
|
6535
7404
|
<parameter name="length" transfer-ownership="none">
|
@@ -6578,6 +7447,13 @@ functionality.</doc>
|
|
6578
7447
|
<doc xml:space="preserve">This metadata stays relevant as long as channels are unchanged.</doc>
|
6579
7448
|
<type name="utf8" c:type="gchar*"/>
|
6580
7449
|
</constant>
|
7450
|
+
<constant name="META_TAG_AUDIO_RATE_STR"
|
7451
|
+
value="rate"
|
7452
|
+
c:type="GST_META_TAG_AUDIO_RATE_STR"
|
7453
|
+
version="1.8">
|
7454
|
+
<doc xml:space="preserve">This metadata stays relevant as long as sample rate is unchanged.</doc>
|
7455
|
+
<type name="utf8" c:type="gchar*"/>
|
7456
|
+
</constant>
|
6581
7457
|
<constant name="META_TAG_AUDIO_STR"
|
6582
7458
|
value="audio"
|
6583
7459
|
c:type="GST_META_TAG_AUDIO_STR"
|
@@ -6803,6 +7679,62 @@ positions and the same positions, only in a different order.
|
|
6803
7679
|
</parameter>
|
6804
7680
|
</parameters>
|
6805
7681
|
</function>
|
7682
|
+
<function name="audio_channel_get_fallback_mask"
|
7683
|
+
c:identifier="gst_audio_channel_get_fallback_mask"
|
7684
|
+
version="1.8">
|
7685
|
+
<doc xml:space="preserve">Get the fallback channel-mask for the given number of channels.
|
7686
|
+
|
7687
|
+
This function returns a reasonable fallback channel-mask and should be
|
7688
|
+
called as a last resort when the specific channel map is unknown.</doc>
|
7689
|
+
<return-value transfer-ownership="none">
|
7690
|
+
<doc xml:space="preserve">a fallback channel-mask for @channels or 0 when there is no
|
7691
|
+
mask.</doc>
|
7692
|
+
<type name="guint64" c:type="guint64"/>
|
7693
|
+
</return-value>
|
7694
|
+
<parameters>
|
7695
|
+
<parameter name="channels" transfer-ownership="none">
|
7696
|
+
<doc xml:space="preserve">the number of channels</doc>
|
7697
|
+
<type name="gint" c:type="gint"/>
|
7698
|
+
</parameter>
|
7699
|
+
</parameters>
|
7700
|
+
</function>
|
7701
|
+
<function name="audio_channel_mixer_new"
|
7702
|
+
c:identifier="gst_audio_channel_mixer_new"
|
7703
|
+
moved-to="AudioChannelMixer.new"
|
7704
|
+
introspectable="0">
|
7705
|
+
<doc xml:space="preserve">Create a new channel mixer object for the given parameters.</doc>
|
7706
|
+
<return-value>
|
7707
|
+
<doc xml:space="preserve">a new #GstAudioChannelMixer object. Free with gst_audio_channel_mixer_free()
|
7708
|
+
after usage.</doc>
|
7709
|
+
<type name="AudioChannelMixer" c:type="GstAudioChannelMixer*"/>
|
7710
|
+
</return-value>
|
7711
|
+
<parameters>
|
7712
|
+
<parameter name="flags" transfer-ownership="none">
|
7713
|
+
<doc xml:space="preserve">#GstAudioChannelMixerFlags</doc>
|
7714
|
+
<type name="AudioChannelMixerFlags"
|
7715
|
+
c:type="GstAudioChannelMixerFlags"/>
|
7716
|
+
</parameter>
|
7717
|
+
<parameter name="format" transfer-ownership="none">
|
7718
|
+
<type name="AudioFormat" c:type="GstAudioFormat"/>
|
7719
|
+
</parameter>
|
7720
|
+
<parameter name="in_channels" transfer-ownership="none">
|
7721
|
+
<doc xml:space="preserve">number of input channels</doc>
|
7722
|
+
<type name="gint" c:type="gint"/>
|
7723
|
+
</parameter>
|
7724
|
+
<parameter name="in_position" transfer-ownership="none">
|
7725
|
+
<doc xml:space="preserve">positions of input channels</doc>
|
7726
|
+
<type name="AudioChannelPosition" c:type="GstAudioChannelPosition*"/>
|
7727
|
+
</parameter>
|
7728
|
+
<parameter name="out_channels" transfer-ownership="none">
|
7729
|
+
<doc xml:space="preserve">number of output channels</doc>
|
7730
|
+
<type name="gint" c:type="gint"/>
|
7731
|
+
</parameter>
|
7732
|
+
<parameter name="out_position" transfer-ownership="none">
|
7733
|
+
<doc xml:space="preserve">positions of output channels</doc>
|
7734
|
+
<type name="AudioChannelPosition" c:type="GstAudioChannelPosition*"/>
|
7735
|
+
</parameter>
|
7736
|
+
</parameters>
|
7737
|
+
</function>
|
6806
7738
|
<function name="audio_channel_positions_from_mask"
|
6807
7739
|
c:identifier="gst_audio_channel_positions_from_mask">
|
6808
7740
|
<doc xml:space="preserve">Convert the @channels present in @channel_mask to a @position array
|
@@ -6928,6 +7860,51 @@ checks if the channels are in the order required by GStreamer.</doc>
|
|
6928
7860
|
</parameter>
|
6929
7861
|
</parameters>
|
6930
7862
|
</function>
|
7863
|
+
<function name="audio_clipping_meta_api_get_type"
|
7864
|
+
c:identifier="gst_audio_clipping_meta_api_get_type">
|
7865
|
+
<return-value transfer-ownership="none">
|
7866
|
+
<type name="GType" c:type="GType"/>
|
7867
|
+
</return-value>
|
7868
|
+
</function>
|
7869
|
+
<function name="audio_clipping_meta_get_info"
|
7870
|
+
c:identifier="gst_audio_clipping_meta_get_info"
|
7871
|
+
moved-to="AudioClippingMeta.get_info">
|
7872
|
+
<return-value transfer-ownership="none">
|
7873
|
+
<type name="Gst.MetaInfo" c:type="const GstMetaInfo*"/>
|
7874
|
+
</return-value>
|
7875
|
+
</function>
|
7876
|
+
<function name="audio_converter_new"
|
7877
|
+
c:identifier="gst_audio_converter_new"
|
7878
|
+
moved-to="AudioConverter.new"
|
7879
|
+
introspectable="0">
|
7880
|
+
<doc xml:space="preserve">Create a new #GstAudioConverter that is able to convert between @in and @out
|
7881
|
+
audio formats.
|
7882
|
+
|
7883
|
+
@config contains extra configuration options, see #GST_VIDEO_CONVERTER_OPT_*
|
7884
|
+
parameters for details about the options and values.</doc>
|
7885
|
+
<return-value>
|
7886
|
+
<doc xml:space="preserve">a #GstAudioConverter or %NULL if conversion is not possible.</doc>
|
7887
|
+
<type name="AudioConverter" c:type="GstAudioConverter*"/>
|
7888
|
+
</return-value>
|
7889
|
+
<parameters>
|
7890
|
+
<parameter name="flags" transfer-ownership="none">
|
7891
|
+
<doc xml:space="preserve">#GstAudioConverterFlags</doc>
|
7892
|
+
<type name="AudioConverterFlags" c:type="GstAudioConverterFlags"/>
|
7893
|
+
</parameter>
|
7894
|
+
<parameter name="in_info" transfer-ownership="none">
|
7895
|
+
<doc xml:space="preserve">a source #GstAudioInfo</doc>
|
7896
|
+
<type name="AudioInfo" c:type="GstAudioInfo*"/>
|
7897
|
+
</parameter>
|
7898
|
+
<parameter name="out_info" transfer-ownership="none">
|
7899
|
+
<doc xml:space="preserve">a destination #GstAudioInfo</doc>
|
7900
|
+
<type name="AudioInfo" c:type="GstAudioInfo*"/>
|
7901
|
+
</parameter>
|
7902
|
+
<parameter name="config" transfer-ownership="full">
|
7903
|
+
<doc xml:space="preserve">a #GstStructure with configuration options</doc>
|
7904
|
+
<type name="Gst.Structure" c:type="GstStructure*"/>
|
7905
|
+
</parameter>
|
7906
|
+
</parameters>
|
7907
|
+
</function>
|
6931
7908
|
<function name="audio_downmix_meta_api_get_type"
|
6932
7909
|
c:identifier="gst_audio_downmix_meta_api_get_type">
|
6933
7910
|
<return-value transfer-ownership="none">
|
@@ -7145,6 +8122,49 @@ otherwise.</doc>
|
|
7145
8122
|
</parameter>
|
7146
8123
|
</parameters>
|
7147
8124
|
</function>
|
8125
|
+
<function name="audio_quantize_new"
|
8126
|
+
c:identifier="gst_audio_quantize_new"
|
8127
|
+
moved-to="AudioQuantize.new"
|
8128
|
+
introspectable="0">
|
8129
|
+
<doc xml:space="preserve">Create a new quantizer object with the given parameters.
|
8130
|
+
|
8131
|
+
Output samples will be quantized to a multiple of @quantizer. Better
|
8132
|
+
performance is achieved when @quantizer is a power of 2.
|
8133
|
+
|
8134
|
+
Dithering and noise-shaping can be performed during quantization with
|
8135
|
+
the @dither and @ns parameters.</doc>
|
8136
|
+
<return-value>
|
8137
|
+
<doc xml:space="preserve">a new #GstAudioQuantize. Free with gst_audio_quantize_free().</doc>
|
8138
|
+
<type name="AudioQuantize" c:type="GstAudioQuantize*"/>
|
8139
|
+
</return-value>
|
8140
|
+
<parameters>
|
8141
|
+
<parameter name="dither" transfer-ownership="none">
|
8142
|
+
<doc xml:space="preserve">a #GstAudioDitherMethod</doc>
|
8143
|
+
<type name="AudioDitherMethod" c:type="GstAudioDitherMethod"/>
|
8144
|
+
</parameter>
|
8145
|
+
<parameter name="ns" transfer-ownership="none">
|
8146
|
+
<doc xml:space="preserve">a #GstAudioNoiseShapingMethod</doc>
|
8147
|
+
<type name="AudioNoiseShapingMethod"
|
8148
|
+
c:type="GstAudioNoiseShapingMethod"/>
|
8149
|
+
</parameter>
|
8150
|
+
<parameter name="flags" transfer-ownership="none">
|
8151
|
+
<doc xml:space="preserve">#GstAudioQuantizeFlags</doc>
|
8152
|
+
<type name="AudioQuantizeFlags" c:type="GstAudioQuantizeFlags"/>
|
8153
|
+
</parameter>
|
8154
|
+
<parameter name="format" transfer-ownership="none">
|
8155
|
+
<doc xml:space="preserve">the #GstAudioFormat of the samples</doc>
|
8156
|
+
<type name="AudioFormat" c:type="GstAudioFormat"/>
|
8157
|
+
</parameter>
|
8158
|
+
<parameter name="channels" transfer-ownership="none">
|
8159
|
+
<doc xml:space="preserve">the amount of channels in the samples</doc>
|
8160
|
+
<type name="guint" c:type="guint"/>
|
8161
|
+
</parameter>
|
8162
|
+
<parameter name="quantizer" transfer-ownership="none">
|
8163
|
+
<doc xml:space="preserve">the quantizer to use</doc>
|
8164
|
+
<type name="guint" c:type="guint"/>
|
8165
|
+
</parameter>
|
8166
|
+
</parameters>
|
8167
|
+
</function>
|
7148
8168
|
<function name="audio_reorder_channels"
|
7149
8169
|
c:identifier="gst_audio_reorder_channels">
|
7150
8170
|
<doc xml:space="preserve">Reorders @data from the channel positions @from to the channel
|
@@ -7190,6 +8210,33 @@ positions and the same positions, only in a different order.</doc>
|
|
7190
8210
|
</parameter>
|
7191
8211
|
</parameters>
|
7192
8212
|
</function>
|
8213
|
+
<function name="buffer_add_audio_clipping_meta"
|
8214
|
+
c:identifier="gst_buffer_add_audio_clipping_meta"
|
8215
|
+
version="1.8">
|
8216
|
+
<doc xml:space="preserve">Attaches #GstAudioClippingMeta metadata to @buffer with the given parameters.</doc>
|
8217
|
+
<return-value transfer-ownership="none">
|
8218
|
+
<doc xml:space="preserve">the #GstAudioClippingMeta on @buffer.</doc>
|
8219
|
+
<type name="AudioClippingMeta" c:type="GstAudioClippingMeta*"/>
|
8220
|
+
</return-value>
|
8221
|
+
<parameters>
|
8222
|
+
<parameter name="buffer" transfer-ownership="none">
|
8223
|
+
<doc xml:space="preserve">a #GstBuffer</doc>
|
8224
|
+
<type name="Gst.Buffer" c:type="GstBuffer*"/>
|
8225
|
+
</parameter>
|
8226
|
+
<parameter name="format" transfer-ownership="none">
|
8227
|
+
<doc xml:space="preserve">GstFormat of @start and @stop, GST_FORMAT_DEFAULT is samples</doc>
|
8228
|
+
<type name="Gst.Format" c:type="GstFormat"/>
|
8229
|
+
</parameter>
|
8230
|
+
<parameter name="start" transfer-ownership="none">
|
8231
|
+
<doc xml:space="preserve">Amount of audio to clip from start of buffer</doc>
|
8232
|
+
<type name="guint64" c:type="guint64"/>
|
8233
|
+
</parameter>
|
8234
|
+
<parameter name="end" transfer-ownership="none">
|
8235
|
+
<doc xml:space="preserve">Amount of to clip from end of buffer</doc>
|
8236
|
+
<type name="guint64" c:type="guint64"/>
|
8237
|
+
</parameter>
|
8238
|
+
</parameters>
|
8239
|
+
</function>
|
7193
8240
|
<function name="buffer_add_audio_downmix_meta"
|
7194
8241
|
c:identifier="gst_buffer_add_audio_downmix_meta">
|
7195
8242
|
<doc xml:space="preserve">Attaches #GstAudioDownmixMeta metadata to @buffer with the given parameters.
|