gstreamer 3.2.5-x64-mingw32 → 3.2.6-x64-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/COPYING.LIB +502 -0
- data/README.md +31 -0
- data/Rakefile +10 -11
- data/ext/gstreamer/rbgst.c +10 -7
- data/gstreamer.gemspec +44 -0
- data/lib/2.2/gstreamer.so +0 -0
- data/lib/2.3/gstreamer.so +0 -0
- data/lib/2.4/gstreamer.so +0 -0
- data/lib/2.5/gstreamer.so +0 -0
- data/lib/gst/bus.rb +31 -1
- data/lib/gst/element.rb +7 -1
- data/vendor/local/bin/cjpeg.exe +0 -0
- data/vendor/local/bin/djpeg.exe +0 -0
- data/vendor/local/bin/flac.exe +0 -0
- data/vendor/local/bin/gst-device-monitor-1.0.exe +0 -0
- data/vendor/local/bin/gst-discoverer-1.0.exe +0 -0
- data/vendor/local/bin/gst-inspect-1.0.exe +0 -0
- data/vendor/local/bin/gst-launch-1.0.exe +0 -0
- data/vendor/local/bin/gst-play-1.0.exe +0 -0
- data/vendor/local/bin/gst-stats-1.0.exe +0 -0
- data/vendor/local/bin/gst-typefind-1.0.exe +0 -0
- data/vendor/local/bin/jpegtran.exe +0 -0
- data/vendor/local/bin/libFLAC-8.dll +0 -0
- data/vendor/local/bin/libgstadaptivedemux-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstallocators-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstapp-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstaudio-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstbadaudio-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstbadvideo-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstbase-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstbasecamerabinsrc-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstcodecparsers-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstcontroller-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstfft-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstgl-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstinsertbin-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstisoff-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstmpegts-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstnet-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstpbutils-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstphotography-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstplayer-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstreamer-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstriff-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstrtp-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstrtsp-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstsdp-1.0-0.dll +0 -0
- data/vendor/local/bin/libgsttag-1.0-0.dll +0 -0
- data/vendor/local/bin/libgsturidownloader-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstvideo-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstwebrtc-1.0-0.dll +0 -0
- data/vendor/local/bin/libjpeg-9.dll +0 -0
- data/vendor/local/bin/libogg-0.dll +0 -0
- data/vendor/local/bin/libopus-0.dll +0 -0
- data/vendor/local/bin/libsoup-2.4-1.dll +0 -0
- data/vendor/local/bin/libsqlite3-0.dll +0 -0
- data/vendor/local/bin/libtheora-0.dll +0 -0
- data/vendor/local/bin/libtheoradec-1.dll +0 -0
- data/vendor/local/bin/libtheoraenc-1.dll +0 -0
- data/vendor/local/bin/libvorbis-0.dll +0 -0
- data/vendor/local/bin/libvorbisenc-2.dll +0 -0
- data/vendor/local/bin/libvorbisfile-3.dll +0 -0
- data/vendor/local/bin/metaflac.exe +0 -0
- data/vendor/local/bin/rdjpgcom.exe +0 -0
- data/vendor/local/bin/sqlite3.exe +0 -0
- data/vendor/local/bin/wrjpgcom.exe +0 -0
- data/vendor/local/include/gstreamer-1.0/gst/allocators/allocators-prelude.h +31 -0
- data/vendor/local/include/gstreamer-1.0/gst/allocators/allocators.h +3 -0
- data/vendor/local/include/gstreamer-1.0/gst/allocators/gstdmabuf.h +7 -2
- data/vendor/local/include/gstreamer-1.0/gst/allocators/gstfdmemory.h +10 -2
- data/vendor/local/include/gstreamer-1.0/gst/allocators/gstphysmemory.h +6 -1
- data/vendor/local/include/gstreamer-1.0/gst/app/app-enumtypes.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/app/app-prelude.h +31 -0
- data/vendor/local/include/gstreamer-1.0/gst/app/gstappsink.h +30 -1
- data/vendor/local/include/gstreamer-1.0/gst/app/gstappsrc.h +36 -2
- data/vendor/local/include/gstreamer-1.0/gst/audio/audio-bad-prelude.h +31 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/audio-channel-mixer.h +14 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/audio-channels.h +10 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/audio-converter.h +53 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/audio-enumtypes.h +22 -22
- data/vendor/local/include/gstreamer-1.0/gst/audio/audio-format.h +7 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/audio-info.h +14 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/audio-prelude.h +31 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/audio-quantize.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/audio-resampler.h +11 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/audio.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudioaggregator.h +73 -26
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiobasesink.h +15 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiobasesrc.h +8 -1
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiocdsrc.h +2 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudioclock.h +9 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiodecoder.h +36 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudioencoder.h +34 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiofilter.h +2 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudioiec61937.h +3 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiometa.h +9 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudioringbuffer.h +57 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiosink.h +1 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiosrc.h +1 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiostreamalign.h +92 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstnonstreamaudiodecoder.h +412 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/streamvolume.h +10 -0
- data/vendor/local/include/gstreamer-1.0/gst/base/base-prelude.h +31 -0
- data/vendor/local/include/gstreamer-1.0/gst/base/base.h +3 -0
- data/vendor/local/include/gstreamer-1.0/gst/base/gstadapter.h +54 -1
- data/vendor/local/include/gstreamer-1.0/gst/base/gstaggregator.h +89 -42
- data/vendor/local/include/gstreamer-1.0/gst/base/gstbaseparse.h +24 -16
- data/vendor/local/include/gstreamer-1.0/gst/base/gstbasesink.h +57 -1
- data/vendor/local/include/gstreamer-1.0/gst/base/gstbasesrc.h +50 -7
- data/vendor/local/include/gstreamer-1.0/gst/base/gstbasetransform.h +38 -5
- data/vendor/local/include/gstreamer-1.0/gst/base/gstbitreader.h +27 -0
- data/vendor/local/include/gstreamer-1.0/gst/base/gstbytereader.h +117 -2
- data/vendor/local/include/gstreamer-1.0/gst/base/gstbytewriter.h +74 -1
- data/vendor/local/include/gstreamer-1.0/gst/base/gstcollectpads.h +42 -3
- data/vendor/local/include/gstreamer-1.0/gst/base/gstdataqueue.h +18 -2
- data/vendor/local/include/gstreamer-1.0/gst/base/gstflowcombiner.h +12 -1
- data/vendor/local/include/gstreamer-1.0/gst/base/gstpushsrc.h +2 -1
- data/vendor/local/include/gstreamer-1.0/gst/base/gstqueuearray.h +27 -5
- data/vendor/local/include/gstreamer-1.0/gst/base/gsttypefindhelper.h +7 -3
- data/vendor/local/include/gstreamer-1.0/gst/basecamerabinsrc/basecamerabinsrc-prelude.h +31 -0
- data/vendor/local/include/gstreamer-1.0/gst/basecamerabinsrc/gstbasecamerasrc.h +10 -0
- data/vendor/local/include/gstreamer-1.0/gst/basecamerabinsrc/gstcamerabin-enum.h +2 -0
- data/vendor/local/include/gstreamer-1.0/gst/basecamerabinsrc/gstcamerabinpreview.h +10 -0
- data/vendor/local/include/gstreamer-1.0/gst/codecparsers/codecparsers-prelude.h +31 -0
- data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gsth264parser.h +32 -0
- data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gsth265parser.h +117 -1
- data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gstjpeg2000sampling.h +13 -0
- data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gstjpegparser.h +9 -0
- data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gstmpeg4parser.h +10 -6
- data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gstmpegvideometa.h +3 -0
- data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gstmpegvideoparser.h +15 -23
- data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gstvc1parser.h +16 -2
- data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gstvp8parser.h +8 -5
- data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gstvp8rangedecoder.h +14 -12
- data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gstvp9parser.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/controller/controller-enumtypes.h +3 -3
- data/vendor/local/include/gstreamer-1.0/gst/controller/controller-prelude.h +31 -0
- data/vendor/local/include/gstreamer-1.0/gst/controller/controller.h +2 -0
- data/vendor/local/include/gstreamer-1.0/gst/controller/gstargbcontrolbinding.h +3 -0
- data/vendor/local/include/gstreamer-1.0/gst/controller/gstdirectcontrolbinding.h +4 -1
- data/vendor/local/include/gstreamer-1.0/gst/controller/gstinterpolationcontrolsource.h +2 -0
- data/vendor/local/include/gstreamer-1.0/gst/controller/gstlfocontrolsource.h +2 -0
- data/vendor/local/include/gstreamer-1.0/gst/controller/gstproxycontrolbinding.h +9 -5
- data/vendor/local/include/gstreamer-1.0/gst/controller/gsttimedvaluecontrolsource.h +18 -4
- data/vendor/local/include/gstreamer-1.0/gst/controller/gsttriggercontrolsource.h +2 -0
- data/vendor/local/include/gstreamer-1.0/gst/fft/fft-prelude.h +31 -0
- data/vendor/local/include/gstreamer-1.0/gst/fft/gstfft.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/fft/gstfftf32.h +8 -0
- data/vendor/local/include/gstreamer-1.0/gst/fft/gstfftf64.h +8 -0
- data/vendor/local/include/gstreamer-1.0/gst/fft/gstffts16.h +8 -0
- data/vendor/local/include/gstreamer-1.0/gst/fft/gstffts32.h +8 -0
- data/vendor/local/include/gstreamer-1.0/gst/{allocators/badallocators.h → gl/gl-prelude.h} +10 -7
- data/vendor/local/include/gstreamer-1.0/gst/gl/gl.h +2 -7
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstgl_fwd.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglapi.h +5 -77
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglbasefilter.h +2 -4
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglbasememory.h +52 -15
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglbuffer.h +15 -9
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglbufferpool.h +5 -6
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglcolorconvert.h +7 -7
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglcontext.h +39 -36
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstgldebug.h +11 -11
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstgldisplay.h +23 -14
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglfeature.h +1 -1
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglfilter.h +17 -10
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglformat.h +31 -8
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglframebuffer.h +12 -11
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglfuncs.h +108 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglmemory.h +42 -31
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglmemorypbo.h +7 -12
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstgloverlaycompositor.h +8 -8
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglquery.h +9 -8
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglrenderbuffer.h +14 -6
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglshader.h +53 -59
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglshaderstrings.h +7 -6
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglsl.h +19 -12
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglslstage.h +12 -12
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglsyncmeta.h +7 -7
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglupload.h +10 -9
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglutils.h +12 -9
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglviewconvert.h +15 -12
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglwindow.h +43 -30
- data/vendor/local/include/gstreamer-1.0/gst/gst.h +21 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstallocator.h +23 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstatomicqueue.h +12 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstbin.h +30 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstbuffer.h +188 -49
- data/vendor/local/include/gstreamer-1.0/gst/gstbufferlist.h +20 -1
- data/vendor/local/include/gstreamer-1.0/gst/gstbufferpool.h +36 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstbus.h +44 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstcaps.h +72 -7
- data/vendor/local/include/gstreamer-1.0/gst/gstcapsfeatures.h +41 -3
- data/vendor/local/include/gstreamer-1.0/gst/gstchildproxy.h +15 -3
- data/vendor/local/include/gstreamer-1.0/gst/gstclock.h +45 -1
- data/vendor/local/include/gstreamer-1.0/gst/gstconfig.h +17 -1
- data/vendor/local/include/gstreamer-1.0/gst/gstcontext.h +11 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstcontrolbinding.h +10 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstcontrolsource.h +5 -1
- data/vendor/local/include/gstreamer-1.0/gst/gstdatetime.h +42 -6
- data/vendor/local/include/gstreamer-1.0/gst/gstdebugutils.h +5 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstdevice.h +13 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstdevicemonitor.h +12 -1
- data/vendor/local/include/gstreamer-1.0/gst/gstdeviceprovider.h +24 -1
- data/vendor/local/include/gstreamer-1.0/gst/gstdeviceproviderfactory.h +13 -3
- data/vendor/local/include/gstreamer-1.0/gst/gstdynamictypefactory.h +3 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstelement.h +148 -5
- data/vendor/local/include/gstreamer-1.0/gst/gstelementfactory.h +20 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstenumtypes.h +86 -81
- data/vendor/local/include/gstreamer-1.0/gst/gsterror.h +9 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstevent.h +110 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstformat.h +13 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstghostpad.h +22 -3
- data/vendor/local/include/gstreamer-1.0/gst/gstinfo.h +85 -8
- data/vendor/local/include/gstreamer-1.0/gst/gstiterator.h +18 -3
- data/vendor/local/include/gstreamer-1.0/gst/gstmemory.h +21 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstmessage.h +175 -1
- data/vendor/local/include/gstreamer-1.0/gst/gstmeta.h +10 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstminiobject.h +25 -1
- data/vendor/local/include/gstreamer-1.0/gst/gstobject.h +50 -3
- data/vendor/local/include/gstreamer-1.0/gst/gstpad.h +120 -4
- data/vendor/local/include/gstreamer-1.0/gst/gstpadtemplate.h +36 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstparamspecs.h +9 -6
- data/vendor/local/include/gstreamer-1.0/gst/gstparse.h +11 -4
- data/vendor/local/include/gstreamer-1.0/gst/gstpipeline.h +22 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstplugin.h +72 -35
- data/vendor/local/include/gstreamer-1.0/gst/gstpluginfeature.h +16 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstpoll.h +31 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstpreset.h +17 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstpromise.h +129 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstprotection.h +12 -4
- data/vendor/local/include/gstreamer-1.0/gst/gstquery.h +162 -1
- data/vendor/local/include/gstreamer-1.0/gst/gstregistry.h +25 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstsample.h +16 -3
- data/vendor/local/include/gstreamer-1.0/gst/gstsegment.h +31 -5
- data/vendor/local/include/gstreamer-1.0/gst/gststreamcollection.h +8 -1
- data/vendor/local/include/gstreamer-1.0/gst/gststreams.h +29 -9
- data/vendor/local/include/gstreamer-1.0/gst/gststructure.h +76 -61
- data/vendor/local/include/gstreamer-1.0/gst/gstsystemclock.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/gsttaglist.h +77 -3
- data/vendor/local/include/gstreamer-1.0/gst/gsttagsetter.h +11 -5
- data/vendor/local/include/gstreamer-1.0/gst/gsttask.h +18 -2
- data/vendor/local/include/gstreamer-1.0/gst/gsttaskpool.h +7 -0
- data/vendor/local/include/gstreamer-1.0/gst/gsttoc.h +48 -4
- data/vendor/local/include/gstreamer-1.0/gst/gsttocsetter.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/gsttracer.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/gsttracerfactory.h +5 -0
- data/vendor/local/include/gstreamer-1.0/gst/gsttracerrecord.h +3 -0
- data/vendor/local/include/gstreamer-1.0/gst/gsttypefind.h +8 -3
- data/vendor/local/include/gstreamer-1.0/gst/gsttypefindfactory.h +8 -0
- data/vendor/local/include/gstreamer-1.0/gst/gsturi.h +96 -3
- data/vendor/local/include/gstreamer-1.0/gst/gstutils.h +146 -7
- data/vendor/local/include/gstreamer-1.0/gst/gstvalue.h +126 -11
- data/vendor/local/include/gstreamer-1.0/gst/gstversion.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/insertbin/gstinsertbin.h +15 -0
- data/vendor/local/include/gstreamer-1.0/gst/interfaces/photography-enumtypes.h +12 -12
- data/vendor/local/include/gstreamer-1.0/gst/interfaces/photography-prelude.h +31 -0
- data/vendor/local/include/gstreamer-1.0/gst/interfaces/photography.h +32 -0
- data/vendor/local/include/gstreamer-1.0/gst/isoff/gstisoff.h +295 -0
- data/vendor/local/include/gstreamer-1.0/gst/mpegts/gst-atsc-section.h +24 -0
- data/vendor/local/include/gstreamer-1.0/gst/mpegts/gst-dvb-descriptor.h +70 -0
- data/vendor/local/include/gstreamer-1.0/gst/mpegts/gst-dvb-section.h +30 -0
- data/vendor/local/include/gstreamer-1.0/gst/mpegts/gstmpegts-enumtypes.h +32 -32
- data/vendor/local/include/gstreamer-1.0/gst/mpegts/gstmpegtsdescriptor.h +23 -0
- data/vendor/local/include/gstreamer-1.0/gst/mpegts/gstmpegtssection.h +30 -0
- data/vendor/local/include/gstreamer-1.0/gst/mpegts/mpegts-prelude.h +31 -0
- data/vendor/local/include/gstreamer-1.0/gst/mpegts/mpegts.h +2 -0
- data/vendor/local/include/gstreamer-1.0/gst/net/gstnet.h +2 -0
- data/vendor/local/include/gstreamer-1.0/gst/net/gstnetaddressmeta.h +6 -0
- data/vendor/local/include/gstreamer-1.0/gst/net/gstnetclientclock.h +6 -0
- data/vendor/local/include/gstreamer-1.0/gst/net/gstnetcontrolmessagemeta.h +7 -0
- data/vendor/local/include/gstreamer-1.0/gst/net/gstnettimepacket.h +11 -2
- data/vendor/local/include/gstreamer-1.0/gst/net/gstnettimeprovider.h +3 -0
- data/vendor/local/include/gstreamer-1.0/gst/net/gstptpclock.h +11 -0
- data/vendor/local/include/gstreamer-1.0/gst/net/net-prelude.h +31 -0
- data/vendor/local/include/gstreamer-1.0/gst/net/net.h +3 -0
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/codec-utils.h +27 -0
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/descriptions.h +8 -0
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/encoding-profile.h +69 -0
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/encoding-target.h +22 -0
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/gstaudiovisualizer.h +2 -0
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/gstdiscoverer.h +109 -0
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/gstpluginsbaseversion.h +6 -3
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/install-plugins.h +15 -1
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/missing-plugins.h +14 -0
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/pbutils-enumtypes.h +5 -5
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/pbutils-prelude.h +31 -0
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/pbutils.h +2 -0
- data/vendor/local/include/gstreamer-1.0/gst/player/gstplayer-g-main-context-signal-dispatcher.h +2 -0
- data/vendor/local/include/gstreamer-1.0/gst/player/gstplayer-media-info.h +128 -83
- data/vendor/local/include/gstreamer-1.0/gst/player/gstplayer-signal-dispatcher.h +1 -0
- data/vendor/local/include/gstreamer-1.0/gst/player/gstplayer-types.h +1 -0
- data/vendor/local/include/gstreamer-1.0/gst/player/gstplayer-video-overlay-video-renderer.h +14 -0
- data/vendor/local/include/gstreamer-1.0/gst/player/gstplayer-video-renderer.h +1 -0
- data/vendor/local/include/gstreamer-1.0/gst/player/gstplayer-visualization.h +8 -0
- data/vendor/local/include/gstreamer-1.0/gst/player/gstplayer.h +84 -10
- data/vendor/local/include/gstreamer-1.0/gst/player/player-prelude.h +31 -0
- data/vendor/local/include/gstreamer-1.0/gst/player/player.h +1 -0
- data/vendor/local/include/gstreamer-1.0/gst/riff/riff-ids.h +1 -0
- data/vendor/local/include/gstreamer-1.0/gst/riff/riff-media.h +8 -0
- data/vendor/local/include/gstreamer-1.0/gst/riff/riff-prelude.h +31 -0
- data/vendor/local/include/gstreamer-1.0/gst/riff/riff-read.h +12 -0
- data/vendor/local/include/gstreamer-1.0/gst/riff/riff.h +1 -0
- data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtcpbuffer.h +135 -1
- data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtp-enumtypes.h +8 -8
- data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtpbaseaudiopayload.h +16 -0
- data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtpbasedepayload.h +5 -1
- data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtpbasepayload.h +7 -0
- data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtpbuffer.h +83 -0
- data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtpdefs.h +1 -0
- data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtphdrext.h +6 -0
- data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtppayloads.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/rtp/rtp-prelude.h +31 -0
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtsp-enumtypes.h +16 -16
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtspconnection.h +97 -0
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtspdefs.h +28 -4
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtspextension.h +25 -0
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtspmessage.h +69 -1
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtsprange.h +7 -0
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtsptransport.h +11 -0
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtspurl.h +13 -1
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/rtsp-prelude.h +31 -0
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/rtsp.h +2 -0
- data/vendor/local/include/gstreamer-1.0/gst/sdp/gstmikey.h +81 -0
- data/vendor/local/include/gstreamer-1.0/gst/sdp/gstsdpmessage.h +242 -1
- data/vendor/local/include/gstreamer-1.0/gst/sdp/sdp-prelude.h +31 -0
- data/vendor/local/include/gstreamer-1.0/gst/sdp/sdp.h +2 -0
- data/vendor/local/include/gstreamer-1.0/gst/tag/gsttagdemux.h +1 -0
- data/vendor/local/include/gstreamer-1.0/gst/tag/gsttagmux.h +2 -0
- data/vendor/local/include/gstreamer-1.0/gst/tag/tag-enumtypes.h +4 -4
- data/vendor/local/include/gstreamer-1.0/gst/tag/tag-prelude.h +31 -0
- data/vendor/local/include/gstreamer-1.0/gst/tag/tag.h +55 -0
- data/vendor/local/include/gstreamer-1.0/gst/tag/xmpwriter.h +8 -0
- data/vendor/local/include/gstreamer-1.0/gst/uridownloader/gstfragment.h +11 -0
- data/vendor/local/include/gstreamer-1.0/gst/uridownloader/gsturidownloader.h +12 -1
- data/vendor/local/include/gstreamer-1.0/gst/uridownloader/uridownloader-prelude.h +31 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/colorbalance.h +10 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/colorbalancechannel.h +2 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideoaffinetransformationmeta.h +6 -2
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideoaggregator.h +3 -8
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideoaggregatorpad.h +7 -7
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideodecoder.h +44 -2
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideoencoder.h +29 -1
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideofilter.h +1 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideometa.h +46 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideopool.h +6 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideosink.h +3 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideotimecode.h +38 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideoutils.h +16 -2
- data/vendor/local/include/gstreamer-1.0/gst/video/navigation.h +44 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/video-bad-prelude.h +31 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/video-blend.h +2 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/video-chroma.h +9 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/video-color.h +17 -3
- data/vendor/local/include/gstreamer-1.0/gst/video/video-converter.h +7 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/video-dither.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/video-enumtypes.h +38 -38
- data/vendor/local/include/gstreamer-1.0/gst/video/video-event.h +8 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/video-format.h +17 -1
- data/vendor/local/include/gstreamer-1.0/gst/video/video-frame.h +8 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/video-info.h +21 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/video-multiview.h +17 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/video-overlay-composition.h +29 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/video-prelude.h +31 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/video-resampler.h +3 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/video-scaler.h +11 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/video-tile.h +10 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/video.h +9 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/videodirection.h +2 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/videoorientation.h +17 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/videooverlay.h +23 -0
- data/vendor/local/include/gstreamer-1.0/gst/webrtc/dtlstransport.h +70 -0
- data/vendor/local/include/gstreamer-1.0/gst/webrtc/icetransport.h +76 -0
- data/vendor/local/include/gstreamer-1.0/gst/webrtc/rtcsessiondescription.h +58 -0
- data/vendor/local/include/gstreamer-1.0/gst/webrtc/rtpreceiver.h +70 -0
- data/vendor/local/include/gstreamer-1.0/gst/webrtc/rtpsender.h +71 -0
- data/vendor/local/include/gstreamer-1.0/gst/webrtc/rtptransceiver.h +66 -0
- data/vendor/local/include/gstreamer-1.0/gst/webrtc/webrtc-enumtypes.h +50 -0
- data/vendor/local/include/gstreamer-1.0/gst/webrtc/webrtc.h +33 -0
- data/vendor/local/include/gstreamer-1.0/gst/webrtc/webrtc_fwd.h +256 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-version.h +1 -1
- data/vendor/local/lib/girepository-1.0/Gst-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstAllocators-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstApp-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstAudio-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstBase-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstGL-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstNet-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstPbutils-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstPlayer-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstRtp-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstRtsp-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstSdp-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstTag-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstVideo-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstWebRTC-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/Soup-2.4.typelib +0 -0
- data/vendor/local/lib/gstreamer-1.0/include/gst/gl/gstglconfig.h +2 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaccurip.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaccurip.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaccurip.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstadder.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstadder.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstadder.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstadpcmdec.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstadpcmdec.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstadpcmdec.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstadpcmenc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstadpcmenc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstadpcmenc.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstaiff.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaiff.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaiff.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstalaw.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstalaw.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstalaw.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstalpha.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstalpha.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstalpha.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstalphacolor.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstalphacolor.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstalphacolor.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstapetag.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstapetag.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstapetag.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstapp.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstapp.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstapp.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstasfmux.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstasfmux.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstasfmux.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstaudiobuffersplit.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiobuffersplit.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiobuffersplit.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstaudioconvert.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudioconvert.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudioconvert.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstaudiofx.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiofx.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiofx.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstaudiofxbad.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiofxbad.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiofxbad.la +1 -1
- data/vendor/local/{bin/libgstbadallocators-1.0-0.dll → lib/gstreamer-1.0/libgstaudiolatency.dll} +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiolatency.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/{libgstd3dvideosink.la → libgstaudiolatency.la} +5 -5
- data/vendor/local/lib/gstreamer-1.0/libgstaudiomixer.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiomixer.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiomixer.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstaudiomixmatrix.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiomixmatrix.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiomixmatrix.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstaudioparsers.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudioparsers.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudioparsers.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstaudiorate.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiorate.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiorate.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstaudioresample.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudioresample.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudioresample.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstaudiotestsrc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiotestsrc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiotestsrc.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstaudiovisualizers.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiovisualizers.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiovisualizers.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstauparse.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstauparse.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstauparse.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstautoconvert.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstautoconvert.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstautoconvert.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstautodetect.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstautodetect.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstautodetect.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstavi.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstavi.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstavi.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstbayer.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstbayer.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstbayer.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstcairo.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcairo.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcairo.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstcamerabin.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcamerabin.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcamerabin.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstcoloreffects.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcoloreffects.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcoloreffects.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstcompositor.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcompositor.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcompositor.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstcoreelements.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcoreelements.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcoreelements.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstcoretracers.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcoretracers.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcoretracers.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstcutter.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcutter.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcutter.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstd3d.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstd3d.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstd3d.la +41 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdashdemux.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdashdemux.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdashdemux.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstdebug.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdebug.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdebug.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstdebugutilsbad.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdebugutilsbad.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdebugutilsbad.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstdecklink.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdecklink.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdecklink.la +41 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdeinterlace.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdeinterlace.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdeinterlace.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstdirectsound.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdirectsound.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/{libgstdirectsoundsink.la → libgstdirectsound.la} +5 -5
- data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsrc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsrc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsrc.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstdtmf.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdtmf.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdtmf.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstdvbsuboverlay.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdvbsuboverlay.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdvbsuboverlay.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstdvdspu.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdvdspu.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdvdspu.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgsteffectv.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsteffectv.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsteffectv.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstencoding.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstencoding.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstencoding.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstequalizer.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstequalizer.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstequalizer.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstfaceoverlay.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfaceoverlay.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfaceoverlay.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstfestival.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfestival.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfestival.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstfieldanalysis.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfieldanalysis.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfieldanalysis.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstflac.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstflac.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstflac.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstflv.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstflv.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstflv.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstflxdec.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstflxdec.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstflxdec.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstfreeverb.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfreeverb.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfreeverb.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstfrei0r.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfrei0r.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfrei0r.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstgaudieffects.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgaudieffects.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgaudieffects.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstgdkpixbuf.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgdkpixbuf.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgdkpixbuf.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstgdp.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgdp.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgdp.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstgeometrictransform.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgeometrictransform.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgeometrictransform.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstgio.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgio.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgio.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstgoom.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgoom.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgoom.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstgoom2k1.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgoom2k1.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgoom2k1.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgsthls.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsthls.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsthls.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgsticydemux.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsticydemux.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsticydemux.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstid3demux.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstid3demux.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstid3demux.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstid3tag.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstid3tag.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstid3tag.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstimagefreeze.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstimagefreeze.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstimagefreeze.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstinter.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstinter.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstinter.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstinterlace.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstinterlace.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstinterlace.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstinterleave.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstinterleave.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstinterleave.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstisomp4.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstisomp4.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstisomp4.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstivfparse.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstivfparse.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstivfparse.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstivtc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstivtc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstivtc.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstjp2kdecimator.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstjp2kdecimator.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstjp2kdecimator.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstjpeg.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstjpeg.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstjpeg.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstjpegformat.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstjpegformat.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstjpegformat.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstlegacyrawparse.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstlegacyrawparse.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstlegacyrawparse.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstlevel.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstlevel.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstlevel.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstlibav.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstlibav.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstlibav.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstmatroska.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmatroska.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmatroska.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstmidi.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmidi.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmidi.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstmpegpsdemux.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmpegpsdemux.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmpegpsdemux.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstmpegpsmux.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmpegpsmux.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmpegpsmux.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstmpegtsdemux.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmpegtsdemux.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmpegtsdemux.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstmpegtsmux.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmpegtsmux.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmpegtsmux.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstmulaw.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmulaw.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmulaw.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstmultifile.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmultifile.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmultifile.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstmultipart.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmultipart.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmultipart.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstmxf.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmxf.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmxf.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstnavigationtest.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstnavigationtest.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstnavigationtest.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstnetsim.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstnetsim.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstnetsim.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstogg.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstogg.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstogg.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/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/libgstopenglmixers.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstopenglmixers.dll.a +0 -0
- data/vendor/local/lib/{libgstbadbase-1.0.la → gstreamer-1.0/libgstopenglmixers.la} +9 -9
- data/vendor/local/lib/gstreamer-1.0/libgstopus.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstopus.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstopus.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstopusparse.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstopusparse.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstopusparse.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstpango.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstpango.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstpango.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstpbtypes.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstpbtypes.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstpbtypes.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstpcapparse.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstpcapparse.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstpcapparse.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstplayback.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstplayback.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstplayback.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstpng.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstpng.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstpng.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstpnm.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstpnm.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstpnm.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/{libgstdirectsoundsink.dll → libgstproxy.dll} +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstproxy.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstproxy.la +41 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrawparse.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrawparse.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrawparse.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstremovesilence.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstremovesilence.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstremovesilence.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstreplaygain.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstreplaygain.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstreplaygain.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstrtp.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtp.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtp.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstrtpmanager.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtpmanager.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtpmanager.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstrtponvif.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtponvif.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtponvif.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstrtsp.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtsp.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtsp.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstsdpelem.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsdpelem.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsdpelem.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstsegmentclip.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsegmentclip.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsegmentclip.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstshapewipe.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstshapewipe.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstshapewipe.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstsiren.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsiren.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsiren.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstsmooth.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsmooth.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsmooth.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstsmoothstreaming.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsmoothstreaming.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsmoothstreaming.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstsmpte.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsmpte.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsmpte.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstsoup.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsoup.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsoup.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstspectrum.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstspectrum.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstspectrum.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstspeed.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstspeed.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstspeed.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgststereo.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgststereo.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgststereo.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstsubenc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsubenc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsubenc.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstsubparse.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsubparse.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsubparse.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgsttcp.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsttcp.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsttcp.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgsttheora.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsttheora.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsttheora.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgsttimecode.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsttimecode.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsttimecode.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstttmlsubs.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstttmlsubs.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstttmlsubs.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgsttypefindfunctions.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsttypefindfunctions.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsttypefindfunctions.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstudp.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstudp.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstudp.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstvideobox.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideobox.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideobox.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstvideoconvert.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideoconvert.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideoconvert.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstvideocrop.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideocrop.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideocrop.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstvideofilter.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideofilter.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideofilter.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstvideofiltersbad.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideofiltersbad.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideofiltersbad.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstvideoframe_audiolevel.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideoframe_audiolevel.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideoframe_audiolevel.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstvideomixer.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideomixer.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideomixer.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstvideoparsersbad.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideoparsersbad.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideoparsersbad.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstvideorate.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideorate.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideorate.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstvideoscale.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideoscale.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideoscale.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstvideosignal.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideosignal.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideosignal.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstvideotestsrc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideotestsrc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideotestsrc.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstvmnc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvmnc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvmnc.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstvolume.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvolume.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvolume.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstvorbis.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvorbis.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvorbis.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstwasapi.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwasapi.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwasapi.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/{libgstwaveformsink.dll → libgstwaveform.dll} +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwaveform.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/{libgstwaveformsink.la → libgstwaveform.la} +5 -5
- data/vendor/local/lib/gstreamer-1.0/libgstwavenc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwavenc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwavenc.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstwavparse.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwavparse.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwavparse.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstwinks.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwinks.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwinks.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstwinscreencap.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwinscreencap.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwinscreencap.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgsty4mdec.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsty4mdec.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsty4mdec.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgsty4menc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsty4menc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsty4menc.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstyadif.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstyadif.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstyadif.la +1 -1
- data/vendor/local/lib/libFLAC.dll.a +0 -0
- data/vendor/local/lib/libgstadaptivedemux-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstadaptivedemux-1.0.la +3 -3
- data/vendor/local/lib/libgstallocators-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstallocators-1.0.la +3 -3
- data/vendor/local/lib/libgstapp-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstapp-1.0.la +3 -3
- data/vendor/local/lib/libgstaudio-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstaudio-1.0.la +3 -3
- data/vendor/local/lib/libgstbadaudio-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstbadaudio-1.0.la +3 -3
- data/vendor/local/lib/libgstbadvideo-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstbadvideo-1.0.la +3 -3
- data/vendor/local/lib/libgstbase-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstbase-1.0.la +3 -3
- data/vendor/local/lib/libgstbasecamerabinsrc-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstbasecamerabinsrc-1.0.la +3 -3
- data/vendor/local/lib/libgstcodecparsers-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstcodecparsers-1.0.la +3 -3
- data/vendor/local/lib/libgstcontroller-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstcontroller-1.0.la +3 -3
- data/vendor/local/lib/libgstfft-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstfft-1.0.la +3 -3
- data/vendor/local/lib/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/libgstisoff-1.0.dll.a +0 -0
- data/vendor/local/lib/{libgstbadallocators-1.0.la → libgstisoff-1.0.la} +7 -7
- data/vendor/local/lib/libgstmpegts-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstmpegts-1.0.la +3 -3
- data/vendor/local/lib/libgstnet-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstnet-1.0.la +3 -3
- data/vendor/local/lib/libgstpbutils-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstpbutils-1.0.la +3 -3
- data/vendor/local/lib/libgstphotography-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstphotography-1.0.la +3 -3
- data/vendor/local/lib/libgstplayer-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstplayer-1.0.la +3 -3
- data/vendor/local/lib/libgstreamer-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstreamer-1.0.la +3 -3
- data/vendor/local/lib/libgstriff-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstriff-1.0.la +3 -3
- data/vendor/local/lib/libgstrtp-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstrtp-1.0.la +3 -3
- data/vendor/local/lib/libgstrtsp-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstrtsp-1.0.la +3 -3
- data/vendor/local/lib/libgstsdp-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstsdp-1.0.la +3 -3
- data/vendor/local/lib/libgsttag-1.0.dll.a +0 -0
- data/vendor/local/lib/libgsttag-1.0.la +3 -3
- data/vendor/local/lib/libgsturidownloader-1.0.dll.a +0 -0
- data/vendor/local/lib/libgsturidownloader-1.0.la +3 -3
- data/vendor/local/lib/libgstvideo-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstvideo-1.0.la +3 -3
- data/vendor/local/lib/libgstwebrtc-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstwebrtc-1.0.la +41 -0
- data/vendor/local/lib/libjpeg.dll.a +0 -0
- data/vendor/local/lib/libogg.dll.a +0 -0
- data/vendor/local/lib/libopus.dll.a +0 -0
- data/vendor/local/lib/libsoup-2.4.a +0 -0
- data/vendor/local/lib/libsoup-2.4.dll.a +0 -0
- data/vendor/local/lib/libsoup-2.4.la +2 -2
- data/vendor/local/lib/libsqlite3.dll.a +0 -0
- data/vendor/local/lib/libtheora.dll.a +0 -0
- data/vendor/local/lib/libtheoradec.dll.a +0 -0
- data/vendor/local/lib/libtheoraenc.dll.a +0 -0
- data/vendor/local/lib/libvorbis.dll.a +0 -0
- data/vendor/local/lib/libvorbisenc.dll.a +0 -0
- data/vendor/local/lib/libvorbisfile.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/gstreamer-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-allocators-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-app-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-audio-1.0.pc +2 -1
- data/vendor/local/lib/pkgconfig/gstreamer-bad-audio-1.0.pc +3 -3
- data/vendor/local/lib/pkgconfig/gstreamer-bad-video-1.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/gstreamer-base-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-codecparsers-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-controller-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-fft-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-gl-1.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/gstreamer-insertbin-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-mpegts-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-net-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-pbutils-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-player-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-plugins-bad-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-plugins-base-1.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/gstreamer-riff-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-rtp-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-rtsp-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-sdp-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-tag-1.0.pc +2 -1
- data/vendor/local/lib/pkgconfig/gstreamer-video-1.0.pc +2 -1
- data/vendor/local/lib/pkgconfig/gstreamer-webrtc-1.0.pc +12 -0
- data/vendor/local/lib/pkgconfig/libsoup-2.4.pc +1 -1
- data/vendor/local/libexec/gstreamer-1.0/gst-completion-helper.exe +0 -0
- data/vendor/local/libexec/gstreamer-1.0/gst-plugin-scanner.exe +0 -0
- data/vendor/local/share/gir-1.0/Gst-1.0.gir +1438 -313
- data/vendor/local/share/gir-1.0/GstAllocators-1.0.gir +76 -2
- data/vendor/local/share/gir-1.0/GstApp-1.0.gir +128 -17
- data/vendor/local/share/gir-1.0/GstAudio-1.0.gir +905 -101
- data/vendor/local/share/gir-1.0/GstBase-1.0.gir +1133 -33
- data/vendor/local/share/gir-1.0/GstGL-1.0.gir +398 -115
- data/vendor/local/share/gir-1.0/GstNet-1.0.gir +12 -5
- data/vendor/local/share/gir-1.0/GstPbutils-1.0.gir +207 -70
- data/vendor/local/share/gir-1.0/GstPlayer-1.0.gir +34 -32
- data/vendor/local/share/gir-1.0/GstRtp-1.0.gir +120 -40
- data/vendor/local/share/gir-1.0/GstRtsp-1.0.gir +191 -151
- data/vendor/local/share/gir-1.0/GstSdp-1.0.gir +12 -3
- data/vendor/local/share/gir-1.0/GstTag-1.0.gir +72 -25
- data/vendor/local/share/gir-1.0/GstVideo-1.0.gir +394 -58
- data/vendor/local/share/gir-1.0/GstWebRTC-1.0.gir +986 -0
- data/vendor/local/share/gir-1.0/Soup-2.4.gir +6 -5
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/ch01.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/ch02.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/ch03.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-GstFFMpegAudDec.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-GstFFMpegAudEnc.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-GstFFMpegVidDec.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-GstFFMpegVidEnc.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-gstav.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-gstavcfg.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-gstavcodecmap.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-gstavprotocol.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-gstavutils.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-plugin-libav.html +61 -5
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/index.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/up.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstPlayer.html +14 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstPlayerMediaInfo.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstPlayerVideoOverlayVideoRenderer.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstPlayerVisualization.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstVideoAggregator.html +3 -24
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstVideoAggregatorPad.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstWebRTCDTLSTransport.html +252 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstWebRTCICETransport.html +209 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstWebRTCRTPReceiver.html +121 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstWebRTCRTPSender.html +121 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstWebRTCRTPTransceiver.html +121 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstWebRTCSessionDescription.html +224 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/annotation-glossary.html +2 -23
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/api-index-deprecated.html +4 -32
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/api-index-full.html +195 -1942
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/{ch08.html → ch07.html} +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/codecparsers.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/compiling.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-1.0.devhelp2 +56 -646
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-descriptors.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-sections.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstInsertbin.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstPhotography.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstPlayerGMainContextSignalDispatcher.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ISDB-variants-of-MPEG-TS-descriptors.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Mpeg-ts-helper-library.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstmpegvideometa.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-h264parser.html +12 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-jpegparser.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpegvideoparser.html +224 -181
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-vc1parser.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gstreamer-libs-hierarchy.html +16 -31
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gstreamer-plugins-bad.html +18 -97
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/index.html +19 -98
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/mpegts.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/player.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/tools.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/up.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/video.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/webrtc.html +49 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/ch01.html +563 -76
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/ch02.html +272 -14
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-1.0.devhelp2 +1075 -236
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-IQA.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-a2dpsink.html +199 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-accurip.html +10 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/{gst-plugins-bad-plugins-gleffects-xray.html → gst-plugins-bad-plugins-adpcmdec.html} +21 -29
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-adpcmenc.html +128 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-aiffmux.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-aiffparse.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-asfmux.html +360 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-asfparse.html +156 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-assrender.html +11 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-audiobuffersplit.html +223 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-audiochannelmix.html +224 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-audiolatency.html +251 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-audiomixmatrix.html +319 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-audioparse.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-audiosegmentclip.html +156 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-autoconvert.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-autovideoconvert.html +163 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-avdtpsink.html +196 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-avdtpsrc.html +163 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-avwait.html +341 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-bayer2rgb.html +129 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-bpmdetect.html +128 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-bs2b.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-bulge.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-burn.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-bz2dec.html +198 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-bz2enc.html +198 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-camerabin.html +11 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-checksumsink.html +158 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-chopmydata.html +212 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-chromahold.html +247 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-chromaprint.html +219 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-chromium.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-circle.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-coloreffects.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/{gst-plugins-bad-plugins-gldownload.html → gst-plugins-bad-plugins-combdetect.html} +30 -38
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-compare.html +260 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-compositor.html +12 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-curlfilesink.html +180 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-curlftpsink.html +238 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-curlhttpsink.html +260 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-curlhttpsrc.html +493 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-curlsftpsink.html +190 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-curlsmtpsink.html +287 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-cvdilate.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-cvequalizehist.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-cverode.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-cvlaplace.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-cvsmooth.html +63 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-cvsobel.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dashdemux.html +339 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dc1394src.html +383 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-debugspy.html +214 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-decklinkaudiosink.html +216 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-decklinkaudiosrc.html +248 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-decklinkvideosink.html +717 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-decklinkvideosrc.html +770 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dewarp.html +375 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dfbvideosink.html +411 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-diffuse.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dilate.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-diracparse.html +156 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-disparity.html +181 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dodge.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dtlsdec.html +279 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dtlsenc.html +264 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dtlssrtpdec.html +255 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dtlssrtpdemux.html +191 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dtlssrtpenc.html +272 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dtmfdetect.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dtsdec.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dvbbasebin.html +129 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dvbsrc.html +10 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dvbsuboverlay.html +262 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dvdspu.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-edgedetect.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-errorignore.html +241 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-exclusion.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-faac.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-faad.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-faceblur.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-facedetect.html +11 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-faceoverlay.html +263 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-fakevideosink.html +161 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-fbdevsink.html +160 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-fdkaacdec.html +156 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-fdkaacenc.html +190 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-festival.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-fieldanalysis.html +336 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-fisheye.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-fluiddec.html +261 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-fpsdisplaysink.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-freeverb.html +252 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gaussianblur.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gdpdepay.html +201 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gdppay.html +229 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glmixerbin.html +15 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glmosaic.html +10 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glstereomix.html +14 -14
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glvideomixer.html +17 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glvideomixerelement.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gmedec.html +187 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-grabcut.html +247 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gsmdec.html +160 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gsmenc.html +163 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-h263parse.html +156 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-h264parse.html +224 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-h265parse.html +183 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-handdetect.html +273 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-hlsdemux.html +253 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-hlssink.html +251 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-hlssink2.html +259 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-id3mux.html +258 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-interaudiosink.html +159 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-interaudiosrc.html +203 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-interlace.html +190 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-intersubsink.html +159 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-intersubsrc.html +159 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-intervideosink.html +160 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-intervideosrc.html +174 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-ipcpipelinesink.html +265 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-ipcpipelinesrc.html +255 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-ipcslavepipeline.html +129 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-irtspparse.html +213 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-ivfparse.html +156 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-ivtc.html +156 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-jifmux.html +182 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-jp2kdecimator.html +198 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-jpeg2000parse.html +168 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-jpegparse.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-kaleidoscope.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-katedec.html +282 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-kateenc.html +336 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-kateparse.html +211 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-katetag.html +292 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-kmssink.html +294 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-ladspa.html +253 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-liveadder.html +4 -84
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-marble.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-midiparse.html +181 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mirror.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mmssrc.html +183 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-modplug.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-motioncells.html +436 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mpeg2enc.html +44 -24
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mpeg4videoparse.html +206 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mpegpsdemux.html +228 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mpegpsmux.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mpegtsmux.html +14 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mpegvideoparse.html +197 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mplex.html +33 -24
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mssdemux.html +245 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-musepackdec.html +155 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mxfdemux.html +227 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mxfmux.html +428 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-neonhttpsrc.html +26 -50
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-netsim.html +351 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-ofa.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-openalsink.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-openalsrc.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-opencvtextoverlay.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-openexrdec.html +156 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-openh264dec.html +156 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-openh264enc.html +414 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-openjpegdec.html +164 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-openjpegenc.html +281 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-opusparse.html +176 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-pcapparse.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-perspective.html +204 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-pinch.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-pitch.html +128 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-accurip.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-adpcmdec.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-adpcmenc.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-aiff.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/{gst-plugins-bad-plugins-plugin-audiomixer.html → gst-plugins-bad-plugins-plugin-asfmux.html} +18 -18
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-assrender.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-audiobuffersplit.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-audiofxbad.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-audiolatency.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-audiomixmatrix.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-audiovisualizers.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-autoconvert.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-bayer.html +11 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-bluez.html +89 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-bs2b.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-bz2.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-camerabin.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-chromaprint.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-coloreffects.html +10 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-colormanagement.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-compositor.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-curl.html +18 -14
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-dashdemux.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-dc1394.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-de265.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-debugutilsbad.html +19 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-decklink.html +93 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-dfbvideosink.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-dtls.html +97 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-dtsdec.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-dvb.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-dvbsuboverlay.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-dvdspu.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-faac.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-faad.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-faceoverlay.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-fbdevsink.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-fdkaac.html +85 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-festival.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-fieldanalysis.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-flite.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-fluidsynthmidi.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-freeverb.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-frei0r.html +76 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-gaudieffects.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-gdp.html +85 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-geometrictransform.html +11 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-gme.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-gmedec.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-gsm.html +11 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-hls.html +89 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-id3tag.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-inter.html +101 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-interlace.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-ipcpipeline.html +89 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-ivfparse.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-ivtc.html +85 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-jp2kdecimator.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-jpegformat.html +10 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-kate.html +93 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-kms.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-ladspa.html +117 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/{gst-plugins-bad-plugins-plugin-rawparse.html → gst-plugins-bad-plugins-plugin-legacyrawparse.html} +14 -30
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-midi.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-mms.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-modplug.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-mpeg2enc.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-mpegpsdemux.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-mpegpsmux.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-mpegtsdemux.html +85 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-mpegtsmux.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-mplex.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-musepack.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-mxf.html +85 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-neon.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-neonhttpsrc.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-netsim.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-ofa.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-openal.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-opencv.html +17 -17
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-openexr.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-openglmixers.html +97 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-openh264.html +85 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-openjpeg.html +85 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-opusparse.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-pcapparse.html +10 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-pnm.html +85 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-proxy.html +85 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-removesilence.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-resindvd.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-rfbsrc.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-rsvg.html +85 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-rtmp.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-rtponvif.html +85 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-sbc.html +85 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-sdpelem.html +10 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-segmentclip.html +85 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-shm.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-siren.html +85 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-smooth.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-smoothstreaming.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-sndfile.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-soundtouch.html +11 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-spandsp.html +89 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-speed.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-srtp.html +85 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-stereo.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-subenc.html +85 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-teletext.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-timecode.html +85 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-ttmlsubs.html +9 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-uvch264.html +85 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-vcdsrc.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-vdpau.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-videofiltersbad.html +89 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-videoframe_audiolevel.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-videoparsersbad.html +113 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-videosignal.html +89 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-vmnc.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-voaacenc.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-voamrwbenc.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-vulkan.html +85 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-wasapi.html +85 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-waylandsink.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-webp.html +85 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-webrtc.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-webrtcdsp.html +11 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-wildmidi.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-x265.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-y4mdec.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-yadif.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-zbar.html +8 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-pngparse.html +156 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-pnmdec.html +184 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-pnmenc.html +219 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-proxysink.html +137 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-proxysrc.html +250 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rawaudioparse.html +4 -104
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rawvideoparse.html +4 -88
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-removesilence.html +215 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-retinex.html +218 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rfbsrc.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rgb2bayer.html +156 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rotate.html +204 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rsndvdbin.html +152 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rsvgdec.html +176 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rsvgoverlay.html +410 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rtmpsink.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rtmpsrc.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rtpasfpay.html +156 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rtponvifparse.html +155 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rtponviftimestamp.html +209 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-sbcdec.html +156 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-sbcenc.html +163 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-scenechange.html +157 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-sdpdemux.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-sdpsrc.html +182 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-segmentation.html +250 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-sfdec.html +196 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-shmsink.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-shmsrc.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-simplevideomark.html +311 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-simplevideomarkdetect.html +340 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-sirendec.html +160 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-sirenenc.html +167 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-skindetect.html +214 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-smooth.html +224 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-solarize.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-spacescope.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-spanplc.html +158 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-spectrascope.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-speed.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-sphere.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-square.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-srtenc.html +196 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-srtpdec.html +557 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-srtpenc.html +455 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-stereo.html +215 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-stretch.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-synaescope.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-teletextdec.html +260 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-templatematch.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-tiger.html +375 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-timecodestamper.html +281 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-tonegeneratesrc.html +288 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-tsdemux.html +335 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-tsparse.html +152 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-ttmlparse.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-ttmlrender.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-tunnel.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-twirl.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-unalignedaudioparse.html +2 -82
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-unalignedvideoparse.html +4 -84
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-uvch264mjpgdemux.html +272 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-uvch264src.html +688 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-vc1parse.html +156 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-vcdsrc.html +196 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-vdpaumpegdec.html +203 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-videoanalyse.html +210 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-videodiff.html +157 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-videoframe-audiolevel.html +220 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-videoparse.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-videosegmentclip.html +156 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-viewfinderbin.html +180 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-vmncdec.html +128 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-voaacenc.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-voamrwbenc.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-vulkansink.html +175 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-vulkanupload.html +161 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-wasapisink.html +273 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-wasapisrc.html +261 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-watchdog.html +183 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-waterripple.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-wavescope.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-waylandsink.html +204 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-webpdec.html +210 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-webpenc.html +233 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-webrtcbin.html +794 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-webrtcdsp.html +11 -23
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-webrtcechoprobe.html +33 -23
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-webvttenc.html +196 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/{gst-plugins-bad-plugins-mimdec.html → gst-plugins-bad-plugins-wildmidi.html} +14 -14
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-wrappercamerabinsrc.html +244 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-x265enc.html +260 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-y4mdec.html +155 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-yadif.html +204 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-zbar.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-zebrastripe.html +184 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/index.html +737 -83
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/up.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstAudioAggregator.html +361 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstAudioBaseSink.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstAudioBaseSrc.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstAudioCdSrc.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstAudioClock.html +4 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstAudioDecoder.html +13 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstAudioEncoder.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstAudioFilter.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstAudioRingBuffer.html +21 -21
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstAudioSink.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstAudioSrc.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstColorBalance.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstColorBalanceChannel.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstDiscoverer.html +83 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstEncodingProfile.html +16 -15
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0 → gst-plugins-base-libs-1.0}/GstGLBaseFilter.html +13 -13
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0 → gst-plugins-base-libs-1.0}/GstGLBufferPool.html +24 -24
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0 → gst-plugins-base-libs-1.0}/GstGLColorConvert.html +31 -30
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0 → gst-plugins-base-libs-1.0}/GstGLContext.html +106 -73
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0 → gst-plugins-base-libs-1.0}/GstGLDisplay.html +37 -27
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0 → gst-plugins-base-libs-1.0}/GstGLFilter.html +32 -33
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0 → gst-plugins-base-libs-1.0}/GstGLFramebuffer.html +67 -22
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0 → gst-plugins-base-libs-1.0}/GstGLSLStage.html +41 -41
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0 → gst-plugins-base-libs-1.0}/GstGLShader.html +1065 -35
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0 → gst-plugins-base-libs-1.0}/GstGLUpload.html +17 -14
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0 → gst-plugins-base-libs-1.0}/GstGLViewConvert.html +28 -29
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0 → gst-plugins-base-libs-1.0}/GstGLWindow.html +62 -28
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstNavigation.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstRTPBaseAudioPayload.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstRTPBaseDepayload.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstRTPBasePayload.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstStreamVolume.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstVideoDirection.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstVideoFilter.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstVideoOrientation.html +10 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstVideoOverlay.html +103 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstVideoSink.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/annotation-glossary.html +11 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/api-index-deprecated.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/api-index-full.html +2173 -210
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/compiling.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gl.html +122 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-1.0.devhelp2 +676 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-Audio-channels.html +30 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-Codec-utilities.html +94 -79
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-Descriptions.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstAudio-IEC61937.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstAudio.html +436 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstAudioConverter.html +77 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstAudioDownmixMeta.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstAudioQuantize.html +2 -2
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstEGLImage.html → gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstEGLImage.html} +62 -38
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstExiftag.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstFFT.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstFFTF32.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstFFTF64.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstFFTS16.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstFFTS32.html +2 -2
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLAPI.html → gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstGLAPI.html} +42 -42
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGlBaseMemory.html → gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstGLBaseMemory.html} +184 -152
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLBuffer.html → gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstGLBuffer.html} +46 -44
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLDisplayWayland.html → gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstGLDisplayWayland.html} +18 -18
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLDisplayX11.html → gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstGLDisplayX11.html} +20 -20
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLMemory.html → gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstGLMemory.html} +276 -218
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLMemoryPBO.html → gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstGLMemoryPBO.html} +52 -51
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLOverlayCompositor.html → gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstGLOverlayCompositor.html} +25 -25
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLQuery.html → gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstGLQuery.html} +45 -45
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLRenderbuffer.html → gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstGLRenderbuffer.html} +51 -51
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstGLSL.html +707 -0
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLSyncMeta.html → gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstGLSyncMeta.html} +45 -45
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstMIKEYMessage.html +52 -52
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstPhysMemoryAllocator.html +171 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstRTCPBuffer.html +46 -39
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstRTPBuffer.html +30 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstRTPPayloadInfo.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstRTSPConnection.html +24 -24
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstRTSPExtension.html +3 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstRTSPMessage.html +21 -20
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstRTSPRange.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstRTSPTimeRange.html +10 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstRTSPUrl.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstRtphdrext.html +10 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstRtspdefs.html +32 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstSDPMessage.html +57 -57
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstTagDemux.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstTagMux.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstTagXmpWriter.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoAlignment.html +109 -86
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoChroma.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoDecoder.html +11 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoDither.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoEncoder.html +58 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoOverlayRectangle.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoPool.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoResampler.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoScaler.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVorbisTag.html +18 -18
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstXmptag.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-ID3-tag-utils.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-ISO-639-lang-mappings.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-Install-plugins.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-Licenses.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-Missing-plugins.html +2 -2
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-OpenGL-Formats.html → gst-plugins-base-libs-1.0/gst-plugins-base-libs-OpenGL-Formats.html} +126 -92
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-OpenGL-Miscellaneous-Utilities.html → gst-plugins-base-libs-1.0/gst-plugins-base-libs-OpenGL-Miscellaneous-Utilities.html} +46 -46
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-OpenGL-debugging.html → gst-plugins-base-libs-1.0/gst-plugins-base-libs-OpenGL-debugging.html} +78 -78
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-Pbutils.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-Riff-utilities.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-Tags.html +15 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-Version.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-appsink.html +12 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-appsrc.html +62 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-dmabuf.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-fdmemory.html +10 -10
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstglmemoryegl.html → gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstglmemoryegl.html} +46 -46
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideoaffinetransformationmeta.html +38 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideometa.html +108 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideoutils.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-allocators.html +5 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-app.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-audio.html +6 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-base-utils.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-ffft.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-libs-hierarchy.html +35 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-mikey.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-plugins-base.html +99 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-riff.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-rtp.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-rtsp.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-sdp.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-tag.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-video.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/index.html +112 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/ix03.html +114 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/ix04.html +154 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/ix05.html +325 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/ix06.html +45 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/ix07.html +463 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/ix08.html +34 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/ix09.html +438 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/ix10.html +432 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/ix11.html +41 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/ix12.html +38 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/ix13.html +315 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/ix14.html +34 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/up.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/ch01.html +131 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/ch02.html +8 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-1.0.devhelp2 +157 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-adder.html +10 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-alsamidisrc.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-alsasink.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-alsasrc.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-appsink.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-appsrc.html +16 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-audioconvert.html +121 -6
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-audiointerleave.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-audiointerleave.html} +31 -31
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-audiomixer.html +200 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-audiorate.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-audioresample.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-audiotestsrc.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-cdparanoiasrc.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-clockoverlay.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-decodebin.html +12 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-decodebin3.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-encodebin.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-giosink.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-giosrc.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-giostreamsink.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-giostreamsrc.html +7 -7
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glcolorbalance.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-glcolorbalance.html} +35 -35
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glcolorconvert.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-glcolorconvert.html} +23 -23
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glcolorscale.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-glcolorscale.html} +26 -26
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gldeinterlace.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gldeinterlace.html} +28 -28
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gldifferencematte.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gldifferencematte.html} +28 -28
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gldownload.html +169 -0
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-sobel.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gleffects-blur.html} +19 -19
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-mirror.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gleffects-bulge.html} +19 -19
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-identity.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gleffects-fisheye.html} +19 -19
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-twirl.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gleffects-glow.html} +19 -19
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-sepia.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gleffects-heat.html} +19 -19
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-laplacian.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gleffects-identity.html} +19 -19
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gleffects-laplacian.html +136 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gleffects-lumaxpro.html +136 -0
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-fisheye.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gleffects-mirror.html} +19 -19
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-tunnel.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gleffects-sepia.html} +19 -19
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-xpro.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gleffects-sin.html} +19 -19
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-square.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gleffects-sobel.html} +19 -19
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-squeeze.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gleffects-square.html} +19 -19
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-lumaxpro.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gleffects-squeeze.html} +19 -19
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gleffects-stretch.html +136 -0
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-stretch.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gleffects-tunnel.html} +19 -19
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gleffects-twirl.html +136 -0
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-blur.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gleffects-xpro.html} +17 -17
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-bulge.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gleffects-xray.html} +17 -17
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gleffects.html} +18 -18
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glfilterapp.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-glfilterapp.html} +32 -83
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glfilterbin.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-glfilterbin.html} +41 -33
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glfiltercube.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-glfiltercube.html} +35 -35
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glfilterglass.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-glfilterglass.html} +25 -25
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glimagesink.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-glimagesink.html} +31 -23
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glimagesinkelement.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-glimagesinkelement.html} +82 -133
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gloverlay.html +308 -0
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glshader.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-glshader.html} +42 -84
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glsinkbin.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-glsinkbin.html} +126 -118
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glsrcbin.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-glsrcbin.html} +34 -34
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glstereosplit.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-glstereosplit.html} +23 -23
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gltestsrc.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gltestsrc.html} +32 -32
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gltransformation.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gltransformation.html} +18 -18
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glupload.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-glupload.html} +32 -24
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glviewconvert.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-glviewconvert.html} +43 -43
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-multifdsink.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-multisocketsink.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-oggaviparse.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-oggdemux.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-oggmux.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-oggparse.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-ogmaudioparse.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-ogmtextparse.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-ogmvideoparse.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-opusdec.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-opusenc.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-parsebin.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-playbin.html +12 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-playbin3.html +21 -22
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-playsink.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-adder.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-alsa.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-app.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-audioconvert.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-audiomixer.html +89 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-audiorate.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-audioresample.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-audiotestsrc.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-cdparanoia.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-encoding.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-gio.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-ivorbisdec.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-libvisual.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-ogg.html +5 -5
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-opengl.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-opengl.html} +35 -55
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-opus.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-pango.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-playback.html +9 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-rawparse.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-subparse.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-tcp.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-theora.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-typefindfunctions.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-videoconvert.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-videorate.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-videoscale.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-videotestsrc.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-volume.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-vorbis.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-ximagesink.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-xvimagesink.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-rawaudioparse.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-rawvideoparse.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-socketsrc.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-ssaparse.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-streamsynchronizer.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-subparse.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-subtitleoverlay.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-tcpclientsink.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-tcpclientsrc.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-tcpserversink.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-tcpserversrc.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-textoverlay.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-textrender.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-theoradec.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-theoraenc.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-theoraparse.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-timeoverlay.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-unalignedaudioparse.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-unalignedvideoparse.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-uridecodebin.html +9 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-urisourcebin.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-videoconvert.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-videorate.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-videoscale.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-videotestsrc.html +9 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-volume.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-vorbisdec.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-vorbisenc.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-vorbisparse.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-vorbistag.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-ximagesink.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-xvimagesink.html +20 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/index.html +138 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/up.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/ch01.html +44 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/ch02.html +17 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-1.0.devhelp2 +111 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-3gppmux.html +28 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-aacparse.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-aasink.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-ac3parse.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-agingtv.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-alawdec.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-alawenc.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-alpha.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-alphacolor.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-amrparse.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-apedemux.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-apev2mux.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-aspectratiocrop.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-asteriskh263.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audioamplify.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiochebband.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiocheblimit.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiodynamic.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audioecho.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiofirfilter.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audioiirfilter.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audioinvert.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiokaraoke.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiopanorama.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiowsincband.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiowsinclimit.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-auparse.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-autoaudiosink.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-autoaudiosrc.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-autovideosink.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-autovideosrc.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-avidemux.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-avimux.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-avisubtitle.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-breakmydata.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-cacasink.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-cairooverlay.html +11 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-capssetter.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-cpureport.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-cutter.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-dcaparse.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-deinterlace.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-deinterleave.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-dicetv.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-directsoundsink.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-dtmfsrc.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-dv1394src.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-dvdec.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-dvdemux.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-dynudpsink.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-edgetv.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-equalizer-10bands.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-equalizer-3bands.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-equalizer-nbands.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-flacdec.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-flacenc.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-flacparse.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-flactag.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-flvdemux.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-flvmux.html +4 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-flxdec.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-gamma.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-gdkpixbufdec.html +2 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-gdkpixbufoverlay.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-gdkpixbufsink.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-goom.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-goom2k1.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-gtkglsink.html +146 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-gtksink.html +142 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-hdv1394src.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-icydemux.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-id3demux.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-id3v2mux.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-iirequalizer.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-imagefreeze.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-interleave.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-ismlmux.html +31 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-jackaudiosink.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-jackaudiosrc.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-jpegdec.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-jpegenc.html +22 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-lamemp3enc.html +339 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-level.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-matroskademux.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-matroskamux.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-matroskaparse.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-mj2mux.html +31 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-monoscope.html +6 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-mp4mux.html +31 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-mpegaudioparse.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-mpg123audiodec.html +175 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-mulawdec.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-mulawenc.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-multifilesink.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-multifilesrc.html +13 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-multipartdemux.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-multipartmux.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-multiudpsink.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-navigationtest.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-navseek.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-optv.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-oss4sink.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-oss4src.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-osssink.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-osssrc.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-osxaudiosink.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-osxaudiosrc.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-osxvideosink.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-1394.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-aasink.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-alaw.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-alpha.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-alphacolor.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-apetag.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-audiofx.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-audioparsers.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-auparse.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-autodetect.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-avi.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-cacasink.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-cairo.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-cutter.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-debug.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-deinterlace.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-directsound.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-dtmf.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-dv.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-effectv.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-equalizer.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-flac.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-flv.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-flxdec.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-gdkpixbuf.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-goom.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-goom2k1.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-gtk.html +85 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-icydemux.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-id3demux.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-imagefreeze.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-interleave.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-isomp4.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-jack.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-jpeg.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-lame.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-level.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-matroska.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-monoscope.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-mpg123.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-mulaw.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-multifile.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-multipart.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-navigationtest.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-oss4.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-ossaudio.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-osxaudio.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-osxvideo.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-png.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-pulseaudio.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-qmlgl.html +85 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-replaygain.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-rtp.html +33 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-rtpmanager.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-rtsp.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-shapewipe.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-shout2.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-smpte.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-soup.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-spectrum.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-speex.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-taglib.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-twolame.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-udp.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-video4linux2.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-videobox.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-videocrop.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-videofilter.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-videomixer.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-vpx.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-waveform.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-wavenc.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-wavpack.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-wavparse.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-ximagesrc.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-y4menc.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-pngdec.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-pngenc.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-progressreport.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-pulsesink.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-pulsesrc.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-pushfilesrc.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-qmlglsink.html +186 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-qmlglsrc.html +174 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-qtdemux.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-qtmoovrecover.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-qtmux.html +62 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-quarktv.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-radioactv.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-revtv.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rganalysis.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rglimiter.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rgvolume.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rippletv.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rndbuffersize.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpL16depay.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpL16pay.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpL24depay.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpL24pay.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpL8depay.html +177 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpL8pay.html +178 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpac3depay.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpac3pay.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpamrdepay.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpamrpay.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpbin.html +231 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpbvdepay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpbvpay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpceltdepay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpceltpay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpdec.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpdtmfdepay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpdtmfmux.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpdtmfsrc.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpdvdepay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpdvpay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpg722depay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpg722pay.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpg723depay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpg723pay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpg726depay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpg726pay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpg729depay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpg729pay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpgsmdepay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpgsmpay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpgstdepay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpgstpay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtph261depay.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtph261pay.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtph263depay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtph263pay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtph263pdepay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtph263ppay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtph264depay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtph264pay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtph265depay.html +9 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtph265pay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpilbcdepay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpilbcpay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpj2kdepay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpj2kpay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpjitterbuffer.html +35 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpjpegdepay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpjpegpay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpklvdepay.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpklvpay.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmp1sdepay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmp2tdepay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmp2tpay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmp4adepay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmp4apay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmp4gdepay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmp4gpay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmp4vdepay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmp4vpay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmpadepay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmpapay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmparobustdepay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmpvdepay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmpvpay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmux.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpopusdepay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpopuspay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtppcmadepay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtppcmapay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtppcmudepay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtppcmupay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpptdemux.html +37 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpqcelpdepay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpqdm2depay.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpreddec.html +207 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpredenc.html +235 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtprtxqueue.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtprtxreceive.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtprtxsend.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpsbcdepay.html +31 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpsbcpay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpsession.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpsirendepay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpsirenpay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpspeexdepay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpspeexpay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpssrcdemux.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpstorage.html +216 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpstreamdepay.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpstreampay.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpsv3vdepay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtptheoradepay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtptheorapay.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpulpfecdec.html +240 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpulpfecenc.html +298 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpvorbisdepay.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpvorbispay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpvp8depay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpvp8pay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpvp9depay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpvp9pay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpvrawdepay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpvrawpay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpxqtdepay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtspsrc.html +180 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-sbcparse.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-scaletempo.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-shagadelictv.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-shapewipe.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-shout2send.html +36 -38
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-smpte.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-smptealpha.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-souphttpclientsink.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-souphttpsrc.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-spectrum.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-speexdec.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-speexenc.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-splitfilesrc.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-splitmuxsink.html +68 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-splitmuxsrc.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-streaktv.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-taginject.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-testsink.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-twolamemp2enc.html +383 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-udpsink.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-udpsrc.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-v4l2radio.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-v4l2sink.html +9 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-v4l2src.html +12 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-vertigotv.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-videobalance.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-videobox.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-videocrop.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-videoflip.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-videomedian.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-videomixer.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-vp8dec.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-vp8enc.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-vp9dec.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-vp9enc.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-warptv.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-waveformsink.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-wavenc.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-wavpackdec.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-wavpackenc.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-wavpackparse.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-wavparse.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-webmmux.html +9 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-ximagesrc.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-y4menc.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/index.html +60 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/up.png +0 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstAllocator.html +7 -7
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstBin.html +17 -14
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstBuffer.html +272 -43
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstBufferList.html +95 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstBufferPool.html +5 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstBus.html +58 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstCaps.html +23 -22
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstCapsFeatures.html +27 -26
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstChildProxy.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstClock.html +16 -10
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstContext.html +8 -8
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstControlBinding.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstControlSource.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstDateTime.html +4 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstDeviceProviderFactory.html +13 -13
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstDynamicTypeFactory.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstElement.html +516 -25
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstElementFactory.html +4 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstEvent.html +36 -32
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstGhostPad.html +5 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstMemory.html +11 -11
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstMessage.html +104 -59
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstObject.html +10 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPad.html +61 -23
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPadTemplate.html +92 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPipeline.html +6 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPlugin.html +26 -14
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPluginFeature.html +3 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPreset.html +8 -8
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPromise.html +598 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstQuery.html +22 -22
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstRegistry.html +15 -13
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstSample.html +6 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstSegment.html +16 -14
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstStructure.html +15 -11
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstSystemClock.html +5 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTagList.html +46 -10
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTagSetter.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTask.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTaskPool.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstToc.html +7 -7
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTracer.html +390 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTracerFactory.html +45 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTracerRecord.html +5 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTypeFindFactory.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/annotation-glossary.html +6 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gst-building.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gst-running.html +7 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-1.0.devhelp2 +84 -13
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-Gst.html +29 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstAtomicQueue.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstConfig.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstDevice.html +21 -18
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstDeviceMonitor.html +18 -18
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstDeviceProvider.html +69 -20
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstFormat.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstGError.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstInfo.html +201 -24
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstIterator.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstMeta.html +7 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstMiniObject.html +8 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstParamSpec.html +102 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstParse.html +32 -29
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstPoll.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstProtectionMeta.html +58 -14
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstStream.html +21 -26
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstStreamCollection.html +11 -11
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstTocSetter.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstTypeFind.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstUri.html +68 -63
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstUriHandler.html +17 -11
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstUtils.html +74 -11
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstValue.html +17 -15
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstVersion.html +4 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-device-probing.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-hierarchy.html +4 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-support.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/index.html +16 -11
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix01.html +214 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix02.html +11 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix03.html +62 -134
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix04.html +22 -76
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix05.html +76 -213
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix06.html +34 -228
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix07.html +414 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix08.html +86 -101
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix09.html +9 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix10.html +324 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix11.html +34 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix12.html +34 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/libgstreamer.html +5 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/up.png +0 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstARGBControlBinding.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstAdapter.html +16 -16
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0 → gstreamer-libs-1.0}/GstAggregator.html +197 -87
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0 → gstreamer-libs-1.0}/GstAggregatorPad.html +98 -30
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstBaseParse.html +13 -13
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstBaseSink.html +5 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstBaseSrc.html +72 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstBaseTransform.html +29 -13
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstCollectPads.html +14 -14
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstDirectControlBinding.html +3 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstInterpolationControlSource.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstLFOControlSource.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstNetClientClock.html +25 -7
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstNetTimeProvider.html +18 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstPtpClock.html +14 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstPushSrc.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstTestClock.html +19 -19
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstTimedValueControlSource.html +5 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstTriggerControlSource.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/annotation-glossary.html +4 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-base.html +11 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-check.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-control.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-hierarchy.html +5 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-1.0.devhelp2 +60 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstBitReader.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstBufferStraw.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstByteReader.html +8 -8
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstByteWriter.html +4 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstCheck.html +16 -16
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstDataQueue.html +14 -14
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstFlowCombiner.html +77 -11
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstHarness.html +218 -92
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstNetAddressMeta.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstNetControlMessageMeta.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstNetTimePacket.html +3 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstProxyControlBinding.html +6 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstQueueArray.html +165 -15
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstStreamConsistency.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstTypeFindHelper.html +8 -8
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs.html +9 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-net.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/index.html +19 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/ix01.html +118 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/ix02.html +3 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/ix03.html +33 -11
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/ix04.html +10 -25
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/ix05.html +11 -471
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/ix06.html +11 -79
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/ix07.html +13 -201
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/ix08.html +477 -10
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/ix09.html +114 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/ix10.html +241 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/ix11.html +34 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/up.png +0 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/ch01.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/ch02.html +23 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/ch03.html +37 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-1.0.devhelp2 +15 -1
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-capsfilter.html +7 -7
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-concat.html +9 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-dataurisrc.html +6 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-downloadbuffer.html +4 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-fakesink.html +9 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-fakesrc.html +9 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-fdsink.html +7 -7
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-fdsrc.html +7 -7
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-filesink.html +6 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-filesrc.html +6 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-funnel.html +5 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-identity.html +23 -10
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-input-selector.html +9 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-latencytracer.html +78 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-leakstracer.html +80 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-logtracer.html +77 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-multiqueue.html +5 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-output-selector.html +6 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-plugin-coreelements.html +11 -10
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-plugin-coretracers.html +96 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-queue.html +4 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-queue2.html +4 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-rusagetracer.html +77 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-statstracer.html +77 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-streamiddemux.html +7 -7
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-tee.html +7 -7
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-typefind.html +10 -10
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-valve.html +6 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/index.html +29 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/up.png +0 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAddress.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuth.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuthDomain.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuthDomainBasic.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuthDomainDigest.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuthManager.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCache.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupContentDecoder.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupContentSniffer.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCookie.html +8 -7
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCookieJar.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCookieJarDB.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCookieJarText.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupLogger.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMessage.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMessageBody.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMessageHeaders.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMultipart.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMultipartInputStream.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupProxyResolverDefault.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupRequest.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupRequestData.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupRequestFile.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupRequestHTTP.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupServer.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSession.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSessionAsync.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSessionFeature.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSessionSync.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSocket.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupURI.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/annotation-glossary.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/ch01.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/ch02.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/ch03.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/ch04.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/ch05.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/index.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/ix01.html +685 -685
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-HTML-Form-Support.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-Soup-Miscellaneous-Utilities.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-SoupServer-deprecated-API.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-Top-Level-Domain-utils.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-Version-Information.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-WebSockets.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-XMLRPC-Support.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-soup-method.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-soup-status.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-build-howto.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-client-howto.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-request-howto.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-server-howto.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-session-porting.html +2 -2
- data/vendor/local/share/locale/af/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/az/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/fur/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/fur/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/fur/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/mt/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/sq/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/man/man1/gst-launch-1.0.1 +4 -0
- metadata +475 -139
- data/vendor/local/bin/libgstbadbase-1.0-0.dll +0 -0
- data/vendor/local/lib/girepository-1.0/GstBadAllocators-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstFft-1.0.typelib +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstd3dvideosink.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstd3dvideosink.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsink.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwaveformsink.dll.a +0 -0
- data/vendor/local/lib/libgstbadallocators-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstbadbase-1.0.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/gstreamer-bad-allocators-1.0.pc +0 -16
- data/vendor/local/lib/pkgconfig/gstreamer-bad-base-1.0.pc +0 -16
- data/vendor/local/share/gir-1.0/GstBadAllocators-1.0.gir +0 -92
- data/vendor/local/share/gir-1.0/GstFft-1.0.gir +0 -730
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/base.html +0 -38
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gl.html +0 -122
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLSL.html +0 -475
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-audiomixer.html +0 -273
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-glow.html +0 -136
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-heat.html +0 -136
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-sin.html +0 -136
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gloverlay.html +0 -474
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mimenc.html +0 -48
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="gstreamer-plugins-base.html" title="Part I. GStreamer Base Plugins Libraries">
|
9
9
|
<link rel="prev" href="gstreamer-plugins-base.html" title="Part I. GStreamer Base Plugins Libraries">
|
10
10
|
<link rel="next" href="gstreamer-allocators.html" title="Allocators Library">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.27 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -58,6 +58,6 @@ which of the libraries you want to use.
|
|
58
58
|
</div>
|
59
59
|
</div>
|
60
60
|
<div class="footer">
|
61
|
-
<hr>Generated by GTK-Doc V1.
|
61
|
+
<hr>Generated by GTK-Doc V1.27</div>
|
62
62
|
</body>
|
63
63
|
</html>
|
@@ -0,0 +1,122 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
+
<title>OpenGL Integration Library: GStreamer Base Plugins 1.0 Library Reference Manual</title>
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
|
7
|
+
<link rel="home" href="index.html" title="GStreamer Base Plugins 1.0 Library Reference Manual">
|
8
|
+
<link rel="up" href="gstreamer-plugins-base.html" title="Part I. GStreamer Base Plugins Libraries">
|
9
|
+
<link rel="prev" href="GstNavigation.html" title="GstNavigation">
|
10
|
+
<link rel="next" href="gst-plugins-base-libs-GstGLAPI.html" title="GstGLAPI">
|
11
|
+
<meta name="generator" content="GTK-Doc V1.27 (XML mode)">
|
12
|
+
<link rel="stylesheet" href="style.css" type="text/css">
|
13
|
+
</head>
|
14
|
+
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
15
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
|
16
|
+
<td width="100%" align="left" class="shortcuts"></td>
|
17
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
18
|
+
<td><a accesskey="u" href="gstreamer-plugins-base.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
19
|
+
<td><a accesskey="p" href="GstNavigation.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
20
|
+
<td><a accesskey="n" href="gst-plugins-base-libs-GstGLAPI.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
21
|
+
</tr></table>
|
22
|
+
<div class="chapter">
|
23
|
+
<div class="titlepage"><div><div><h2 class="title">
|
24
|
+
<a name="gl"></a>OpenGL Integration Library</h2></div></div></div>
|
25
|
+
<div class="toc"><dl class="toc">
|
26
|
+
<dt>
|
27
|
+
<span class="refentrytitle"><a href="gst-plugins-base-libs-GstGLAPI.html">GstGLAPI</a></span><span class="refpurpose"> — OpenGL API specific functionality</span>
|
28
|
+
</dt>
|
29
|
+
<dt>
|
30
|
+
<span class="refentrytitle"><a href="GstGLBaseFilter.html">GstGLBaseFilter</a></span><span class="refpurpose"> — <span class="type">GstBaseTransform</span> subclass for transforming OpenGL resources</span>
|
31
|
+
</dt>
|
32
|
+
<dt>
|
33
|
+
<span class="refentrytitle"><a href="gst-plugins-base-libs-GstGLBaseMemory.html">GstGLBaseMemory</a></span><span class="refpurpose"> — memory subclass for GL buffers</span>
|
34
|
+
</dt>
|
35
|
+
<dt>
|
36
|
+
<span class="refentrytitle"><a href="gst-plugins-base-libs-GstGLBuffer.html">GstGLBuffer</a></span><span class="refpurpose"> — memory subclass for GL buffers</span>
|
37
|
+
</dt>
|
38
|
+
<dt>
|
39
|
+
<span class="refentrytitle"><a href="GstGLBufferPool.html">GstGLBufferPool</a></span><span class="refpurpose"> — buffer pool for <span class="type">GstGLBaseMemory</span> objects</span>
|
40
|
+
</dt>
|
41
|
+
<dt>
|
42
|
+
<span class="refentrytitle"><a href="GstGLColorConvert.html">GstGLColorConvert</a></span><span class="refpurpose"> — convert between video color spaces and formats</span>
|
43
|
+
</dt>
|
44
|
+
<dt>
|
45
|
+
<span class="refentrytitle"><a href="GstGLContext.html">GstGLContext</a></span><span class="refpurpose"> — OpenGL context abstraction</span>
|
46
|
+
</dt>
|
47
|
+
<dt>
|
48
|
+
<span class="refentrytitle"><a href="GstGLDisplay.html">GstGLDisplay</a></span><span class="refpurpose"> — window system display connection abstraction</span>
|
49
|
+
</dt>
|
50
|
+
<dt>
|
51
|
+
<span class="refentrytitle"><a href="gst-plugins-base-libs-GstGLDisplayWayland.html">GstGLDisplayWayland</a></span><span class="refpurpose"></span>
|
52
|
+
</dt>
|
53
|
+
<dt>
|
54
|
+
<span class="refentrytitle"><a href="gst-plugins-base-libs-GstGLDisplayX11.html">GstGLDisplayX11</a></span><span class="refpurpose"></span>
|
55
|
+
</dt>
|
56
|
+
<dt>
|
57
|
+
<span class="refentrytitle"><a href="gst-plugins-base-libs-GstEGLImage.html">GstEGLImage</a></span><span class="refpurpose"> — EGLImage abstraction</span>
|
58
|
+
</dt>
|
59
|
+
<dt>
|
60
|
+
<span class="refentrytitle"><a href="GstGLFilter.html">GstGLFilter</a></span><span class="refpurpose"> — GstBaseTransform subclass for dealing with RGBA textures</span>
|
61
|
+
</dt>
|
62
|
+
<dt>
|
63
|
+
<span class="refentrytitle"><a href="GstGLFramebuffer.html">GstGLFramebuffer</a></span><span class="refpurpose"> — OpenGL framebuffer abstraction</span>
|
64
|
+
</dt>
|
65
|
+
<dt>
|
66
|
+
<span class="refentrytitle"><a href="gst-plugins-base-libs-GstGLMemory.html">GstGLMemory</a></span><span class="refpurpose"> — memory subclass for GL textures</span>
|
67
|
+
</dt>
|
68
|
+
<dt>
|
69
|
+
<span class="refentrytitle"><a href="gst-plugins-base-libs-gstglmemoryegl.html">GstGLMemoryEGL</a></span><span class="refpurpose"> — memory subclass for EGLImage's</span>
|
70
|
+
</dt>
|
71
|
+
<dt>
|
72
|
+
<span class="refentrytitle"><a href="gst-plugins-base-libs-GstGLMemoryPBO.html">GstGLMemoryPBO</a></span><span class="refpurpose"> — memory subclass for GL textures</span>
|
73
|
+
</dt>
|
74
|
+
<dt>
|
75
|
+
<span class="refentrytitle"><a href="gst-plugins-base-libs-GstGLOverlayCompositor.html">GstGLOverlayCompositor</a></span><span class="refpurpose"> — Composite multiple overlays using OpenGL</span>
|
76
|
+
</dt>
|
77
|
+
<dt>
|
78
|
+
<span class="refentrytitle"><a href="gst-plugins-base-libs-GstGLQuery.html">GstGLQuery</a></span><span class="refpurpose"> — OpenGL query abstraction</span>
|
79
|
+
</dt>
|
80
|
+
<dt>
|
81
|
+
<span class="refentrytitle"><a href="gst-plugins-base-libs-GstGLRenderbuffer.html">GstGLRenderBuffer</a></span><span class="refpurpose"> — memory subclass for GL renderbuffer objects</span>
|
82
|
+
</dt>
|
83
|
+
<dt>
|
84
|
+
<span class="refentrytitle"><a href="GstGLShader.html">GstGLShader</a></span><span class="refpurpose"> — object representing an OpenGL shader program</span>
|
85
|
+
</dt>
|
86
|
+
<dt>
|
87
|
+
<span class="refentrytitle"><a href="gst-plugins-base-libs-GstGLSL.html">GstGLSL</a></span><span class="refpurpose"> — helpers for dealing with OpenGL shaders</span>
|
88
|
+
</dt>
|
89
|
+
<dt>
|
90
|
+
<span class="refentrytitle"><a href="GstGLSLStage.html">GstGLSLStage</a></span><span class="refpurpose"> — object for dealing with OpenGL shader stages</span>
|
91
|
+
</dt>
|
92
|
+
<dt>
|
93
|
+
<span class="refentrytitle"><a href="gst-plugins-base-libs-GstGLSyncMeta.html">GstGLSyncMeta</a></span><span class="refpurpose"> — synchronization primitives</span>
|
94
|
+
</dt>
|
95
|
+
<dt>
|
96
|
+
<span class="refentrytitle"><a href="GstGLUpload.html">GstGLUpload</a></span><span class="refpurpose"> — an object that uploads to GL textures</span>
|
97
|
+
</dt>
|
98
|
+
<dt>
|
99
|
+
<span class="refentrytitle"><a href="GstGLViewConvert.html">GstGLViewConvert</a></span><span class="refpurpose"> — convert between steroscopic/multiview video formats</span>
|
100
|
+
</dt>
|
101
|
+
<dt>
|
102
|
+
<span class="refentrytitle"><a href="GstGLWindow.html">GstGLWindow</a></span><span class="refpurpose"> — window/surface abstraction</span>
|
103
|
+
</dt>
|
104
|
+
<dt>
|
105
|
+
<span class="refentrytitle"><a href="gst-plugins-base-libs-OpenGL-debugging.html">OpenGL debugging</a></span><span class="refpurpose"> — helper routines for dealing with OpenGL debugging</span>
|
106
|
+
</dt>
|
107
|
+
<dt>
|
108
|
+
<span class="refentrytitle"><a href="gst-plugins-base-libs-OpenGL-Formats.html">GstGLFormat</a></span><span class="refpurpose"> — utilities for dealing with OpenGL formats</span>
|
109
|
+
</dt>
|
110
|
+
<dt>
|
111
|
+
<span class="refentrytitle"><a href="gst-plugins-base-libs-OpenGL-Miscellaneous-Utilities.html">GstGLUtils</a></span><span class="refpurpose"> — some miscellaneous utilities for OpenGL</span>
|
112
|
+
</dt>
|
113
|
+
</dl></div>
|
114
|
+
<p>
|
115
|
+
This library should be linked to by getting cflags and libs from
|
116
|
+
<code class="filename">gstreamer-gl-1.0.pc</code>
|
117
|
+
</p>
|
118
|
+
</div>
|
119
|
+
<div class="footer">
|
120
|
+
<hr>Generated by GTK-Doc V1.27</div>
|
121
|
+
</body>
|
122
|
+
</html>
|
data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-1.0.devhelp2
CHANGED
@@ -6,6 +6,7 @@
|
|
6
6
|
<sub name="Allocators Library" link="gstreamer-allocators.html">
|
7
7
|
<sub name="GstDmaBufAllocator" link="gst-plugins-base-libs-dmabuf.html"/>
|
8
8
|
<sub name="GstFdAllocator" link="gst-plugins-base-libs-fdmemory.html"/>
|
9
|
+
<sub name="GstPhysMemoryAllocator" link="gst-plugins-base-libs-GstPhysMemoryAllocator.html"/>
|
9
10
|
</sub>
|
10
11
|
<sub name="App Library" link="gstreamer-app.html">
|
11
12
|
<sub name="GstAppSrc" link="gst-plugins-base-libs-appsrc.html"/>
|
@@ -14,6 +15,7 @@
|
|
14
15
|
<sub name="Audio Library" link="gstreamer-audio.html">
|
15
16
|
<sub name="GstAudio" link="gst-plugins-base-libs-GstAudio.html"/>
|
16
17
|
<sub name="GstAudioDownmixMeta" link="gst-plugins-base-libs-GstAudioDownmixMeta.html"/>
|
18
|
+
<sub name="GstAudioAggregator" link="GstAudioAggregator.html"/>
|
17
19
|
<sub name="GstAudioCdSrc" link="GstAudioCdSrc.html"/>
|
18
20
|
<sub name="GstAudioClock" link="GstAudioClock.html"/>
|
19
21
|
<sub name="GstAudioDecoder" link="GstAudioDecoder.html"/>
|
@@ -108,10 +110,53 @@
|
|
108
110
|
<sub name="gstvideoutils" link="gst-plugins-base-libs-gstvideoutils.html"/>
|
109
111
|
<sub name="GstNavigation" link="GstNavigation.html"/>
|
110
112
|
</sub>
|
113
|
+
<sub name="OpenGL Integration Library" link="gl.html">
|
114
|
+
<sub name="GstGLAPI" link="gst-plugins-base-libs-GstGLAPI.html"/>
|
115
|
+
<sub name="GstGLBaseFilter" link="GstGLBaseFilter.html"/>
|
116
|
+
<sub name="GstGLBaseMemory" link="gst-plugins-base-libs-GstGLBaseMemory.html"/>
|
117
|
+
<sub name="GstGLBuffer" link="gst-plugins-base-libs-GstGLBuffer.html"/>
|
118
|
+
<sub name="GstGLBufferPool" link="GstGLBufferPool.html"/>
|
119
|
+
<sub name="GstGLColorConvert" link="GstGLColorConvert.html"/>
|
120
|
+
<sub name="GstGLContext" link="GstGLContext.html"/>
|
121
|
+
<sub name="GstGLDisplay" link="GstGLDisplay.html"/>
|
122
|
+
<sub name="GstGLDisplayWayland" link="gst-plugins-base-libs-GstGLDisplayWayland.html"/>
|
123
|
+
<sub name="GstGLDisplayX11" link="gst-plugins-base-libs-GstGLDisplayX11.html"/>
|
124
|
+
<sub name="GstEGLImage" link="gst-plugins-base-libs-GstEGLImage.html"/>
|
125
|
+
<sub name="GstGLFilter" link="GstGLFilter.html"/>
|
126
|
+
<sub name="GstGLFramebuffer" link="GstGLFramebuffer.html"/>
|
127
|
+
<sub name="GstGLMemory" link="gst-plugins-base-libs-GstGLMemory.html"/>
|
128
|
+
<sub name="GstGLMemoryEGL" link="gst-plugins-base-libs-gstglmemoryegl.html"/>
|
129
|
+
<sub name="GstGLMemoryPBO" link="gst-plugins-base-libs-GstGLMemoryPBO.html"/>
|
130
|
+
<sub name="GstGLOverlayCompositor" link="gst-plugins-base-libs-GstGLOverlayCompositor.html"/>
|
131
|
+
<sub name="GstGLQuery" link="gst-plugins-base-libs-GstGLQuery.html"/>
|
132
|
+
<sub name="GstGLRenderBuffer" link="gst-plugins-base-libs-GstGLRenderbuffer.html"/>
|
133
|
+
<sub name="GstGLShader" link="GstGLShader.html"/>
|
134
|
+
<sub name="GstGLSL" link="gst-plugins-base-libs-GstGLSL.html"/>
|
135
|
+
<sub name="GstGLSLStage" link="GstGLSLStage.html"/>
|
136
|
+
<sub name="GstGLSyncMeta" link="gst-plugins-base-libs-GstGLSyncMeta.html"/>
|
137
|
+
<sub name="GstGLUpload" link="GstGLUpload.html"/>
|
138
|
+
<sub name="GstGLViewConvert" link="GstGLViewConvert.html"/>
|
139
|
+
<sub name="GstGLWindow" link="GstGLWindow.html"/>
|
140
|
+
<sub name="OpenGL debugging" link="gst-plugins-base-libs-OpenGL-debugging.html"/>
|
141
|
+
<sub name="GstGLFormat" link="gst-plugins-base-libs-OpenGL-Formats.html"/>
|
142
|
+
<sub name="GstGLUtils" link="gst-plugins-base-libs-OpenGL-Miscellaneous-Utilities.html"/>
|
143
|
+
</sub>
|
111
144
|
</sub>
|
112
145
|
<sub name="Object Hierarchy" link="gstreamer-libs-hierarchy.html"/>
|
113
146
|
<sub name="Index" link="api-index-full.html"/>
|
114
147
|
<sub name="Index of deprecated API" link="api-index-deprecated.html"/>
|
148
|
+
<sub name="Index of new API in 1.14" link="ix03.html"/>
|
149
|
+
<sub name="Index of new API in 1.12" link="ix04.html"/>
|
150
|
+
<sub name="Index of new API in 1.10" link="ix05.html"/>
|
151
|
+
<sub name="Index of new API in 1.8.1" link="ix06.html"/>
|
152
|
+
<sub name="Index of new API in 1.8" link="ix07.html"/>
|
153
|
+
<sub name="Index of new API in 1.6.1" link="ix08.html"/>
|
154
|
+
<sub name="Index of new API in 1.6" link="ix09.html"/>
|
155
|
+
<sub name="Index of new API in 1.4" link="ix10.html"/>
|
156
|
+
<sub name="Index of new API in 1.2.2" link="ix11.html"/>
|
157
|
+
<sub name="Index of new API in 1.2.1" link="ix12.html"/>
|
158
|
+
<sub name="Index of new API in 1.2" link="ix13.html"/>
|
159
|
+
<sub name="Index of new API in 1.0.3" link="ix14.html"/>
|
115
160
|
<sub name="Annotation Glossary" link="annotation-glossary.html"/>
|
116
161
|
</chapters>
|
117
162
|
<functions>
|
@@ -120,13 +165,17 @@
|
|
120
165
|
<keyword type="function" name="gst_dmabuf_memory_get_fd ()" link="gst-plugins-base-libs-dmabuf.html#gst-dmabuf-memory-get-fd" since="1.2"/>
|
121
166
|
<keyword type="function" name="gst_dmabuf_allocator_get_type ()" link="gst-plugins-base-libs-dmabuf.html#gst-dmabuf-allocator-get-type"/>
|
122
167
|
<keyword type="function" name="gst_is_dmabuf_memory ()" link="gst-plugins-base-libs-dmabuf.html#gst-is-dmabuf-memory" since="1.2"/>
|
123
|
-
<keyword type="macro" name="GST_CAPS_FEATURE_MEMORY_DMABUF" link="gst-plugins-base-libs-dmabuf.html#GST-CAPS-FEATURE-MEMORY-DMABUF:CAPS" since="1.
|
168
|
+
<keyword type="macro" name="GST_CAPS_FEATURE_MEMORY_DMABUF" link="gst-plugins-base-libs-dmabuf.html#GST-CAPS-FEATURE-MEMORY-DMABUF:CAPS" since="1.12"/>
|
124
169
|
<keyword type="function" name="gst_fd_allocator_alloc ()" link="gst-plugins-base-libs-fdmemory.html#gst-fd-allocator-alloc" since="1.6"/>
|
125
170
|
<keyword type="function" name="gst_fd_allocator_get_type ()" link="gst-plugins-base-libs-fdmemory.html#gst-fd-allocator-get-type"/>
|
126
171
|
<keyword type="function" name="gst_fd_allocator_new ()" link="gst-plugins-base-libs-fdmemory.html#gst-fd-allocator-new" since="1.6"/>
|
127
172
|
<keyword type="function" name="gst_fd_memory_get_fd ()" link="gst-plugins-base-libs-fdmemory.html#gst-fd-memory-get-fd" since="1.6"/>
|
128
173
|
<keyword type="function" name="gst_is_fd_memory ()" link="gst-plugins-base-libs-fdmemory.html#gst-is-fd-memory" since="1.6"/>
|
129
174
|
<keyword type="enum" name="enum GstFdMemoryFlags" link="gst-plugins-base-libs-fdmemory.html#GstFdMemoryFlags" since="1.6"/>
|
175
|
+
<keyword type="function" name="gst_is_phys_memory ()" link="gst-plugins-base-libs-GstPhysMemoryAllocator.html#gst-is-phys-memory" since="1.14"/>
|
176
|
+
<keyword type="function" name="gst_phys_memory_get_phys_addr ()" link="gst-plugins-base-libs-GstPhysMemoryAllocator.html#gst-phys-memory-get-phys-addr" since="1.14"/>
|
177
|
+
<keyword type="struct" name="GstPhysMemoryAllocator" link="gst-plugins-base-libs-GstPhysMemoryAllocator.html#GstPhysMemoryAllocator"/>
|
178
|
+
<keyword type="struct" name="struct GstPhysMemoryAllocatorInterface" link="gst-plugins-base-libs-GstPhysMemoryAllocator.html#GstPhysMemoryAllocatorInterface" since="1.14"/>
|
130
179
|
<keyword type="function" name="gst_app_src_set_caps ()" link="gst-plugins-base-libs-appsrc.html#gst-app-src-set-caps"/>
|
131
180
|
<keyword type="function" name="gst_app_src_get_caps ()" link="gst-plugins-base-libs-appsrc.html#gst-app-src-get-caps"/>
|
132
181
|
<keyword type="function" name="gst_app_src_get_latency ()" link="gst-plugins-base-libs-appsrc.html#gst-app-src-get-latency"/>
|
@@ -144,6 +193,7 @@
|
|
144
193
|
<keyword type="function" name="gst_app_src_set_emit_signals ()" link="gst-plugins-base-libs-appsrc.html#gst-app-src-set-emit-signals"/>
|
145
194
|
<keyword type="function" name="gst_app_src_set_callbacks ()" link="gst-plugins-base-libs-appsrc.html#gst-app-src-set-callbacks"/>
|
146
195
|
<keyword type="function" name="gst_app_src_push_buffer ()" link="gst-plugins-base-libs-appsrc.html#gst-app-src-push-buffer"/>
|
196
|
+
<keyword type="function" name="gst_app_src_push_buffer_list ()" link="gst-plugins-base-libs-appsrc.html#gst-app-src-push-buffer-list" since="1.14"/>
|
147
197
|
<keyword type="function" name="gst_app_src_push_sample ()" link="gst-plugins-base-libs-appsrc.html#gst-app-src-push-sample" since="1.6"/>
|
148
198
|
<keyword type="function" name="gst_app_src_end_of_stream ()" link="gst-plugins-base-libs-appsrc.html#gst-app-src-end-of-stream"/>
|
149
199
|
<keyword type="enum" name="enum GstAppStreamType" link="gst-plugins-base-libs-appsrc.html#GstAppStreamType"/>
|
@@ -228,6 +278,19 @@
|
|
228
278
|
<keyword type="function" name="gst_audio_resampler_resample ()" link="gst-plugins-base-libs-GstAudio.html#gst-audio-resampler-resample"/>
|
229
279
|
<keyword type="function" name="gst_audio_resampler_reset ()" link="gst-plugins-base-libs-GstAudio.html#gst-audio-resampler-reset"/>
|
230
280
|
<keyword type="function" name="gst_audio_resampler_update ()" link="gst-plugins-base-libs-GstAudio.html#gst-audio-resampler-update"/>
|
281
|
+
<keyword type="function" name="gst_audio_stream_align_new ()" link="gst-plugins-base-libs-GstAudio.html#gst-audio-stream-align-new" since="1.14"/>
|
282
|
+
<keyword type="function" name="gst_audio_stream_align_copy ()" link="gst-plugins-base-libs-GstAudio.html#gst-audio-stream-align-copy" since="1.14"/>
|
283
|
+
<keyword type="function" name="gst_audio_stream_align_free ()" link="gst-plugins-base-libs-GstAudio.html#gst-audio-stream-align-free" since="1.14"/>
|
284
|
+
<keyword type="function" name="gst_audio_stream_align_mark_discont ()" link="gst-plugins-base-libs-GstAudio.html#gst-audio-stream-align-mark-discont" since="1.14"/>
|
285
|
+
<keyword type="function" name="gst_audio_stream_align_process ()" link="gst-plugins-base-libs-GstAudio.html#gst-audio-stream-align-process" since="1.14"/>
|
286
|
+
<keyword type="function" name="gst_audio_stream_align_get_samples_since_discont ()" link="gst-plugins-base-libs-GstAudio.html#gst-audio-stream-align-get-samples-since-discont" since="1.14"/>
|
287
|
+
<keyword type="function" name="gst_audio_stream_align_get_timestamp_at_discont ()" link="gst-plugins-base-libs-GstAudio.html#gst-audio-stream-align-get-timestamp-at-discont" since="1.14"/>
|
288
|
+
<keyword type="function" name="gst_audio_stream_align_get_alignment_threshold ()" link="gst-plugins-base-libs-GstAudio.html#gst-audio-stream-align-get-alignment-threshold"/>
|
289
|
+
<keyword type="function" name="gst_audio_stream_align_set_alignment_threshold ()" link="gst-plugins-base-libs-GstAudio.html#gst-audio-stream-align-set-alignment-threshold"/>
|
290
|
+
<keyword type="function" name="gst_audio_stream_align_get_discont_wait ()" link="gst-plugins-base-libs-GstAudio.html#gst-audio-stream-align-get-discont-wait"/>
|
291
|
+
<keyword type="function" name="gst_audio_stream_align_set_discont_wait ()" link="gst-plugins-base-libs-GstAudio.html#gst-audio-stream-align-set-discont-wait"/>
|
292
|
+
<keyword type="function" name="gst_audio_stream_align_get_rate ()" link="gst-plugins-base-libs-GstAudio.html#gst-audio-stream-align-get-rate"/>
|
293
|
+
<keyword type="function" name="gst_audio_stream_align_set_rate ()" link="gst-plugins-base-libs-GstAudio.html#gst-audio-stream-align-set-rate"/>
|
231
294
|
<keyword type="enum" name="enum GstAudioFlags" link="gst-plugins-base-libs-GstAudio.html#GstAudioFlags"/>
|
232
295
|
<keyword type="enum" name="enum GstAudioFormat" link="gst-plugins-base-libs-GstAudio.html#GstAudioFormat"/>
|
233
296
|
<keyword type="enum" name="enum GstAudioFormatFlags" link="gst-plugins-base-libs-GstAudio.html#GstAudioFormatFlags"/>
|
@@ -263,6 +326,7 @@
|
|
263
326
|
<keyword type="macro" name="GST_AUDIO_RESAMPLER_QUALITY_DEFAULT" link="gst-plugins-base-libs-GstAudio.html#GST-AUDIO-RESAMPLER-QUALITY-DEFAULT:CAPS"/>
|
264
327
|
<keyword type="macro" name="GST_AUDIO_RESAMPLER_QUALITY_MAX" link="gst-plugins-base-libs-GstAudio.html#GST-AUDIO-RESAMPLER-QUALITY-MAX:CAPS"/>
|
265
328
|
<keyword type="macro" name="GST_AUDIO_RESAMPLER_QUALITY_MIN" link="gst-plugins-base-libs-GstAudio.html#GST-AUDIO-RESAMPLER-QUALITY-MIN:CAPS"/>
|
329
|
+
<keyword type="struct" name="GstAudioStreamAlign" link="gst-plugins-base-libs-GstAudio.html#GstAudioStreamAlign" since="1.14"/>
|
266
330
|
<keyword type="function" name="gst_buffer_add_audio_downmix_meta ()" link="gst-plugins-base-libs-GstAudioDownmixMeta.html#gst-buffer-add-audio-downmix-meta"/>
|
267
331
|
<keyword type="macro" name="gst_buffer_get_audio_downmix_meta()" link="gst-plugins-base-libs-GstAudioDownmixMeta.html#gst-buffer-get-audio-downmix-meta"/>
|
268
332
|
<keyword type="function" name="gst_buffer_get_audio_downmix_meta_for_channels ()" link="gst-plugins-base-libs-GstAudioDownmixMeta.html#gst-buffer-get-audio-downmix-meta-for-channels"/>
|
@@ -270,6 +334,17 @@
|
|
270
334
|
<keyword type="macro" name="gst_buffer_get_audio_clipping_meta()" link="gst-plugins-base-libs-GstAudioDownmixMeta.html#gst-buffer-get-audio-clipping-meta"/>
|
271
335
|
<keyword type="struct" name="struct GstAudioDownmixMeta" link="gst-plugins-base-libs-GstAudioDownmixMeta.html#GstAudioDownmixMeta"/>
|
272
336
|
<keyword type="struct" name="struct GstAudioClippingMeta" link="gst-plugins-base-libs-GstAudioDownmixMeta.html#GstAudioClippingMeta" since="1.8"/>
|
337
|
+
<keyword type="function" name="gst_audio_aggregator_set_sink_caps ()" link="GstAudioAggregator.html#gst-audio-aggregator-set-sink-caps"/>
|
338
|
+
<keyword type="struct" name="struct GstAudioAggregator" link="GstAudioAggregator.html#GstAudioAggregator-struct"/>
|
339
|
+
<keyword type="struct" name="struct GstAudioAggregatorClass" link="GstAudioAggregator.html#GstAudioAggregatorClass"/>
|
340
|
+
<keyword type="struct" name="struct GstAudioAggregatorPad" link="GstAudioAggregator.html#GstAudioAggregatorPad-struct"/>
|
341
|
+
<keyword type="struct" name="struct GstAudioAggregatorPadClass" link="GstAudioAggregator.html#GstAudioAggregatorPadClass"/>
|
342
|
+
<keyword type="struct" name="struct GstAudioAggregatorConvertPad" link="GstAudioAggregator.html#GstAudioAggregatorConvertPad-struct"/>
|
343
|
+
<keyword type="struct" name="struct GstAudioAggregatorConvertPadClass" link="GstAudioAggregator.html#GstAudioAggregatorConvertPadClass"/>
|
344
|
+
<keyword type="property" name="The “alignment-threshold” property" link="GstAudioAggregator.html#GstAudioAggregator--alignment-threshold"/>
|
345
|
+
<keyword type="property" name="The “discont-wait” property" link="GstAudioAggregator.html#GstAudioAggregator--discont-wait"/>
|
346
|
+
<keyword type="property" name="The “output-buffer-duration” property" link="GstAudioAggregator.html#GstAudioAggregator--output-buffer-duration"/>
|
347
|
+
<keyword type="property" name="The “converter-config” property" link="GstAudioAggregator.html#GstAudioAggregatorConvertPad--converter-config"/>
|
273
348
|
<keyword type="function" name="gst_audio_cd_src_add_track ()" link="GstAudioCdSrc.html#gst-audio-cd-src-add-track"/>
|
274
349
|
<keyword type="struct" name="struct GstAudioCdSrc" link="GstAudioCdSrc.html#GstAudioCdSrc-struct"/>
|
275
350
|
<keyword type="struct" name="struct GstAudioCdSrcClass" link="GstAudioCdSrc.html#GstAudioCdSrcClass"/>
|
@@ -438,6 +513,7 @@
|
|
438
513
|
<keyword type="function" name="gst_audio_get_channel_reorder_map ()" link="gst-plugins-base-libs-Audio-channels.html#gst-audio-get-channel-reorder-map"/>
|
439
514
|
<keyword type="function" name="gst_audio_channel_positions_to_string ()" link="gst-plugins-base-libs-Audio-channels.html#gst-audio-channel-positions-to-string"/>
|
440
515
|
<keyword type="function" name="gst_audio_channel_mixer_new ()" link="gst-plugins-base-libs-Audio-channels.html#gst-audio-channel-mixer-new"/>
|
516
|
+
<keyword type="function" name="gst_audio_channel_mixer_new_with_matrix ()" link="gst-plugins-base-libs-Audio-channels.html#gst-audio-channel-mixer-new-with-matrix"/>
|
441
517
|
<keyword type="function" name="gst_audio_channel_mixer_free ()" link="gst-plugins-base-libs-Audio-channels.html#gst-audio-channel-mixer-free"/>
|
442
518
|
<keyword type="function" name="gst_audio_channel_mixer_is_passthrough ()" link="gst-plugins-base-libs-Audio-channels.html#gst-audio-channel-mixer-is-passthrough"/>
|
443
519
|
<keyword type="function" name="gst_audio_channel_mixer_samples ()" link="gst-plugins-base-libs-Audio-channels.html#gst-audio-channel-mixer-samples"/>
|
@@ -447,6 +523,7 @@
|
|
447
523
|
<keyword type="function" name="gst_audio_converter_new ()" link="gst-plugins-base-libs-GstAudioConverter.html#gst-audio-converter-new"/>
|
448
524
|
<keyword type="function" name="gst_audio_converter_free ()" link="gst-plugins-base-libs-GstAudioConverter.html#gst-audio-converter-free"/>
|
449
525
|
<keyword type="function" name="gst_audio_converter_samples ()" link="gst-plugins-base-libs-GstAudioConverter.html#gst-audio-converter-samples"/>
|
526
|
+
<keyword type="function" name="gst_audio_converter_convert ()" link="gst-plugins-base-libs-GstAudioConverter.html#gst-audio-converter-convert" since="1.14"/>
|
450
527
|
<keyword type="function" name="gst_audio_converter_get_in_frames ()" link="gst-plugins-base-libs-GstAudioConverter.html#gst-audio-converter-get-in-frames"/>
|
451
528
|
<keyword type="function" name="gst_audio_converter_get_max_latency ()" link="gst-plugins-base-libs-GstAudioConverter.html#gst-audio-converter-get-max-latency"/>
|
452
529
|
<keyword type="function" name="gst_audio_converter_get_out_frames ()" link="gst-plugins-base-libs-GstAudioConverter.html#gst-audio-converter-get-out-frames"/>
|
@@ -1267,6 +1344,7 @@
|
|
1267
1344
|
<keyword type="function" name="gst_discoverer_info_get_toc ()" link="GstDiscoverer.html#gst-discoverer-info-get-toc"/>
|
1268
1345
|
<keyword type="function" name="gst_discoverer_info_get_uri ()" link="GstDiscoverer.html#gst-discoverer-info-get-uri"/>
|
1269
1346
|
<keyword type="function" name="gst_discoverer_info_get_seekable ()" link="GstDiscoverer.html#gst-discoverer-info-get-seekable"/>
|
1347
|
+
<keyword type="function" name="gst_discoverer_info_get_live ()" link="GstDiscoverer.html#gst-discoverer-info-get-live" since="1.14"/>
|
1270
1348
|
<keyword type="macro" name="gst_discoverer_info_ref()" link="GstDiscoverer.html#gst-discoverer-info-ref"/>
|
1271
1349
|
<keyword type="macro" name="gst_discoverer_info_unref()" link="GstDiscoverer.html#gst-discoverer-info-unref"/>
|
1272
1350
|
<keyword type="function" name="gst_discoverer_info_to_variant ()" link="GstDiscoverer.html#gst-discoverer-info-to-variant" since="1.6"/>
|
@@ -1290,6 +1368,7 @@
|
|
1290
1368
|
<keyword type="function" name="gst_discoverer_info_get_video_streams ()" link="GstDiscoverer.html#gst-discoverer-info-get-video-streams"/>
|
1291
1369
|
<keyword type="function" name="gst_discoverer_audio_info_get_bitrate ()" link="GstDiscoverer.html#gst-discoverer-audio-info-get-bitrate"/>
|
1292
1370
|
<keyword type="function" name="gst_discoverer_audio_info_get_channels ()" link="GstDiscoverer.html#gst-discoverer-audio-info-get-channels"/>
|
1371
|
+
<keyword type="function" name="gst_discoverer_audio_info_get_channel_mask ()" link="GstDiscoverer.html#gst-discoverer-audio-info-get-channel-mask" since="1.14"/>
|
1293
1372
|
<keyword type="function" name="gst_discoverer_audio_info_get_depth ()" link="GstDiscoverer.html#gst-discoverer-audio-info-get-depth"/>
|
1294
1373
|
<keyword type="function" name="gst_discoverer_audio_info_get_language ()" link="GstDiscoverer.html#gst-discoverer-audio-info-get-language"/>
|
1295
1374
|
<keyword type="function" name="gst_discoverer_audio_info_get_max_bitrate ()" link="GstDiscoverer.html#gst-discoverer-audio-info-get-max-bitrate"/>
|
@@ -1656,6 +1735,8 @@
|
|
1656
1735
|
<keyword type="function" name="gst_buffer_add_video_region_of_interest_meta_id ()" link="gst-plugins-base-libs-gstvideometa.html#gst-buffer-add-video-region-of-interest-meta-id"/>
|
1657
1736
|
<keyword type="macro" name="gst_buffer_get_video_region_of_interest_meta()" link="gst-plugins-base-libs-gstvideometa.html#gst-buffer-get-video-region-of-interest-meta"/>
|
1658
1737
|
<keyword type="function" name="gst_buffer_get_video_region_of_interest_meta_id ()" link="gst-plugins-base-libs-gstvideometa.html#gst-buffer-get-video-region-of-interest-meta-id"/>
|
1738
|
+
<keyword type="function" name="gst_video_region_of_interest_meta_add_param ()" link="gst-plugins-base-libs-gstvideometa.html#gst-video-region-of-interest-meta-add-param" since="1.14"/>
|
1739
|
+
<keyword type="function" name="gst_video_region_of_interest_meta_get_param ()" link="gst-plugins-base-libs-gstvideometa.html#gst-video-region-of-interest-meta-get-param" since="1.14"/>
|
1659
1740
|
<keyword type="function" name="GstVideoGLTextureUpload ()" link="gst-plugins-base-libs-gstvideometa.html#GstVideoGLTextureUpload"/>
|
1660
1741
|
<keyword type="function" name="gst_buffer_add_video_gl_texture_upload_meta ()" link="gst-plugins-base-libs-gstvideometa.html#gst-buffer-add-video-gl-texture-upload-meta"/>
|
1661
1742
|
<keyword type="macro" name="gst_buffer_get_video_gl_texture_upload_meta()" link="gst-plugins-base-libs-gstvideometa.html#gst-buffer-get-video-gl-texture-upload-meta"/>
|
@@ -1675,7 +1756,7 @@
|
|
1675
1756
|
<keyword type="function" name="gst_buffer_add_video_affine_transformation_meta ()" link="gst-plugins-base-libs-gstvideoaffinetransformationmeta.html#gst-buffer-add-video-affine-transformation-meta" since="1.8"/>
|
1676
1757
|
<keyword type="macro" name="gst_buffer_get_video_affine_transformation_meta()" link="gst-plugins-base-libs-gstvideoaffinetransformationmeta.html#gst-buffer-get-video-affine-transformation-meta"/>
|
1677
1758
|
<keyword type="function" name="gst_video_affine_transformation_meta_apply_matrix ()" link="gst-plugins-base-libs-gstvideoaffinetransformationmeta.html#gst-video-affine-transformation-meta-apply-matrix" since="1.8"/>
|
1678
|
-
<keyword type="struct" name="struct GstVideoAffineTransformationMeta" link="gst-plugins-base-libs-gstvideoaffinetransformationmeta.html#GstVideoAffineTransformationMeta"/>
|
1759
|
+
<keyword type="struct" name="struct GstVideoAffineTransformationMeta" link="gst-plugins-base-libs-gstvideoaffinetransformationmeta.html#GstVideoAffineTransformationMeta" since="1.8"/>
|
1679
1760
|
<keyword type="function" name="gst_video_overlay_composition_new ()" link="gst-plugins-base-libs-GstVideoOverlayRectangle.html#gst-video-overlay-composition-new"/>
|
1680
1761
|
<keyword type="function" name="gst_video_overlay_composition_ref ()" link="gst-plugins-base-libs-GstVideoOverlayRectangle.html#gst-video-overlay-composition-ref"/>
|
1681
1762
|
<keyword type="function" name="gst_video_overlay_composition_unref ()" link="gst-plugins-base-libs-GstVideoOverlayRectangle.html#gst-video-overlay-composition-unref"/>
|
@@ -1790,6 +1871,8 @@
|
|
1790
1871
|
<keyword type="function" name="gst_video_overlay_handle_events ()" link="GstVideoOverlay.html#gst-video-overlay-handle-events"/>
|
1791
1872
|
<keyword type="function" name="gst_video_overlay_set_render_rectangle ()" link="GstVideoOverlay.html#gst-video-overlay-set-render-rectangle"/>
|
1792
1873
|
<keyword type="function" name="gst_is_video_overlay_prepare_window_handle_message ()" link="GstVideoOverlay.html#gst-is-video-overlay-prepare-window-handle-message"/>
|
1874
|
+
<keyword type="function" name="gst_video_overlay_install_properties ()" link="GstVideoOverlay.html#gst-video-overlay-install-properties"/>
|
1875
|
+
<keyword type="function" name="gst_video_overlay_set_property ()" link="GstVideoOverlay.html#gst-video-overlay-set-property"/>
|
1793
1876
|
<keyword type="struct" name="GstVideoOverlay" link="GstVideoOverlay.html#GstVideoOverlay-struct"/>
|
1794
1877
|
<keyword type="struct" name="struct GstVideoOverlayInterface" link="GstVideoOverlay.html#GstVideoOverlayInterface"/>
|
1795
1878
|
<keyword type="macro" name="GST_VIDEO_DECODER_ERROR()" link="gst-plugins-base-libs-GstVideoDecoder.html#GST-VIDEO-DECODER-ERROR:CAPS"/>
|
@@ -1860,6 +1943,7 @@
|
|
1860
1943
|
<keyword type="function" name="gst_video_encoder_set_min_pts ()" link="gst-plugins-base-libs-GstVideoEncoder.html#gst-video-encoder-set-min-pts"/>
|
1861
1944
|
<keyword type="function" name="gst_video_encoder_proxy_getcaps ()" link="gst-plugins-base-libs-GstVideoEncoder.html#gst-video-encoder-proxy-getcaps"/>
|
1862
1945
|
<keyword type="function" name="gst_video_encoder_merge_tags ()" link="gst-plugins-base-libs-GstVideoEncoder.html#gst-video-encoder-merge-tags"/>
|
1946
|
+
<keyword type="function" name="gst_video_encoder_get_max_encode_time ()" link="gst-plugins-base-libs-GstVideoEncoder.html#gst-video-encoder-get-max-encode-time" since="1.14"/>
|
1863
1947
|
<keyword type="macro" name="GST_VIDEO_ENCODER_FLOW_DROPPED" link="gst-plugins-base-libs-GstVideoEncoder.html#GST-VIDEO-ENCODER-FLOW-DROPPED:CAPS" deprecated=""/>
|
1864
1948
|
<keyword type="macro" name="GST_VIDEO_ENCODER_FLOW_NEED_DATA" link="gst-plugins-base-libs-GstVideoEncoder.html#GST-VIDEO-ENCODER-FLOW-NEED-DATA:CAPS"/>
|
1865
1949
|
<keyword type="macro" name="GST_VIDEO_ENCODER_SINK_NAME" link="gst-plugins-base-libs-GstVideoEncoder.html#GST-VIDEO-ENCODER-SINK-NAME:CAPS"/>
|
@@ -1935,6 +2019,409 @@
|
|
1935
2019
|
<keyword type="macro" name="GST_NAVIGATION_COMMAND_DVD_ROOT_MENU" link="GstNavigation.html#GST-NAVIGATION-COMMAND-DVD-ROOT-MENU:CAPS"/>
|
1936
2020
|
<keyword type="macro" name="GST_NAVIGATION_COMMAND_DVD_SUBPICTURE_MENU" link="GstNavigation.html#GST-NAVIGATION-COMMAND-DVD-SUBPICTURE-MENU:CAPS"/>
|
1937
2021
|
<keyword type="macro" name="GST_NAVIGATION_COMMAND_DVD_TITLE_MENU" link="GstNavigation.html#GST-NAVIGATION-COMMAND-DVD-TITLE-MENU:CAPS"/>
|
2022
|
+
<keyword type="function" name="gst_gl_api_to_string ()" link="gst-plugins-base-libs-GstGLAPI.html#gst-gl-api-to-string"/>
|
2023
|
+
<keyword type="function" name="gst_gl_api_from_string ()" link="gst-plugins-base-libs-GstGLAPI.html#gst-gl-api-from-string"/>
|
2024
|
+
<keyword type="function" name="gst_gl_platform_to_string ()" link="gst-plugins-base-libs-GstGLAPI.html#gst-gl-platform-to-string"/>
|
2025
|
+
<keyword type="function" name="gst_gl_platform_from_string ()" link="gst-plugins-base-libs-GstGLAPI.html#gst-gl-platform-from-string"/>
|
2026
|
+
<keyword type="enum" name="enum GstGLAPI" link="gst-plugins-base-libs-GstGLAPI.html#GstGLAPI"/>
|
2027
|
+
<keyword type="enum" name="enum GstGLPlatform" link="gst-plugins-base-libs-GstGLAPI.html#GstGLPlatform"/>
|
2028
|
+
<keyword type="macro" name="GST_GL_API_GLES1_NAME" link="gst-plugins-base-libs-GstGLAPI.html#GST-GL-API-GLES1-NAME:CAPS"/>
|
2029
|
+
<keyword type="macro" name="GST_GL_API_GLES2_NAME" link="gst-plugins-base-libs-GstGLAPI.html#GST-GL-API-GLES2-NAME:CAPS"/>
|
2030
|
+
<keyword type="macro" name="GST_GL_API_OPENGL3_NAME" link="gst-plugins-base-libs-GstGLAPI.html#GST-GL-API-OPENGL3-NAME:CAPS"/>
|
2031
|
+
<keyword type="macro" name="GST_GL_API_OPENGL_NAME" link="gst-plugins-base-libs-GstGLAPI.html#GST-GL-API-OPENGL-NAME:CAPS"/>
|
2032
|
+
<keyword type="struct" name="GstGLBaseFilter" link="GstGLBaseFilter.html#GstGLBaseFilter-struct"/>
|
2033
|
+
<keyword type="struct" name="GstGLBaseFilterClass" link="GstGLBaseFilter.html#GstGLBaseFilterClass"/>
|
2034
|
+
<keyword type="property" name="The “context” property" link="GstGLBaseFilter.html#GstGLBaseFilter--context"/>
|
2035
|
+
<keyword type="function" name="GstGLAllocationParamsCopyFunc ()" link="gst-plugins-base-libs-GstGLBaseMemory.html#GstGLAllocationParamsCopyFunc"/>
|
2036
|
+
<keyword type="function" name="GstGLAllocationParamsFreeFunc ()" link="gst-plugins-base-libs-GstGLBaseMemory.html#GstGLAllocationParamsFreeFunc"/>
|
2037
|
+
<keyword type="function" name="gst_gl_allocation_params_init ()" link="gst-plugins-base-libs-GstGLBaseMemory.html#gst-gl-allocation-params-init" since="1.8"/>
|
2038
|
+
<keyword type="function" name="gst_gl_allocation_params_copy ()" link="gst-plugins-base-libs-GstGLBaseMemory.html#gst-gl-allocation-params-copy" since="1.8"/>
|
2039
|
+
<keyword type="function" name="gst_gl_allocation_params_free ()" link="gst-plugins-base-libs-GstGLBaseMemory.html#gst-gl-allocation-params-free" since="1.8"/>
|
2040
|
+
<keyword type="function" name="gst_gl_allocation_params_free_data ()" link="gst-plugins-base-libs-GstGLBaseMemory.html#gst-gl-allocation-params-free-data" since="1.8"/>
|
2041
|
+
<keyword type="function" name="gst_gl_allocation_params_copy_data ()" link="gst-plugins-base-libs-GstGLBaseMemory.html#gst-gl-allocation-params-copy-data" since="1.8"/>
|
2042
|
+
<keyword type="function" name="gst_gl_base_memory_init_once ()" link="gst-plugins-base-libs-GstGLBaseMemory.html#gst-gl-base-memory-init-once" since="1.8"/>
|
2043
|
+
<keyword type="function" name="gst_gl_base_memory_init ()" link="gst-plugins-base-libs-GstGLBaseMemory.html#gst-gl-base-memory-init" since="1.8"/>
|
2044
|
+
<keyword type="function" name="gst_is_gl_base_memory ()" link="gst-plugins-base-libs-GstGLBaseMemory.html#gst-is-gl-base-memory" since="1.8"/>
|
2045
|
+
<keyword type="function" name="GstGLBaseMemoryAllocatorAllocFunction ()" link="gst-plugins-base-libs-GstGLBaseMemory.html#GstGLBaseMemoryAllocatorAllocFunction" since="1.8"/>
|
2046
|
+
<keyword type="function" name="GstGLBaseMemoryAllocatorCreateFunction ()" link="gst-plugins-base-libs-GstGLBaseMemory.html#GstGLBaseMemoryAllocatorCreateFunction" since="1.8"/>
|
2047
|
+
<keyword type="function" name="GstGLBaseMemoryAllocatorMapFunction ()" link="gst-plugins-base-libs-GstGLBaseMemory.html#GstGLBaseMemoryAllocatorMapFunction" since="1.8"/>
|
2048
|
+
<keyword type="function" name="GstGLBaseMemoryAllocatorUnmapFunction ()" link="gst-plugins-base-libs-GstGLBaseMemory.html#GstGLBaseMemoryAllocatorUnmapFunction" since="1.8"/>
|
2049
|
+
<keyword type="function" name="GstGLBaseMemoryAllocatorCopyFunction ()" link="gst-plugins-base-libs-GstGLBaseMemory.html#GstGLBaseMemoryAllocatorCopyFunction" since="1.8"/>
|
2050
|
+
<keyword type="function" name="GstGLBaseMemoryAllocatorDestroyFunction ()" link="gst-plugins-base-libs-GstGLBaseMemory.html#GstGLBaseMemoryAllocatorDestroyFunction" since="1.8"/>
|
2051
|
+
<keyword type="function" name="gst_gl_base_memory_alloc ()" link="gst-plugins-base-libs-GstGLBaseMemory.html#gst-gl-base-memory-alloc" since="1.8"/>
|
2052
|
+
<keyword type="function" name="gst_gl_base_memory_alloc_data ()" link="gst-plugins-base-libs-GstGLBaseMemory.html#gst-gl-base-memory-alloc-data"/>
|
2053
|
+
<keyword type="function" name="gst_gl_base_memory_memcpy ()" link="gst-plugins-base-libs-GstGLBaseMemory.html#gst-gl-base-memory-memcpy" since="1.8"/>
|
2054
|
+
<keyword type="struct" name="GstGLBaseMemoryAllocator" link="gst-plugins-base-libs-GstGLBaseMemory.html#GstGLBaseMemoryAllocator-struct"/>
|
2055
|
+
<keyword type="struct" name="GstGLBaseMemoryAllocatorClass" link="gst-plugins-base-libs-GstGLBaseMemory.html#GstGLBaseMemoryAllocatorClass" since="1.8"/>
|
2056
|
+
<keyword type="macro" name="GST_GL_BASE_MEMORY_ALLOCATOR_NAME" link="gst-plugins-base-libs-GstGLBaseMemory.html#GST-GL-BASE-MEMORY-ALLOCATOR-NAME:CAPS" since="1.8"/>
|
2057
|
+
<keyword type="macro" name="GST_MAP_GL" link="gst-plugins-base-libs-GstGLBaseMemory.html#GST-MAP-GL:CAPS"/>
|
2058
|
+
<keyword type="enum" name="enum GstGLBaseMemoryError" link="gst-plugins-base-libs-GstGLBaseMemory.html#GstGLBaseMemoryError"/>
|
2059
|
+
<keyword type="macro" name="GST_GL_BASE_MEMORY_ERROR" link="gst-plugins-base-libs-GstGLBaseMemory.html#GST-GL-BASE-MEMORY-ERROR:CAPS"/>
|
2060
|
+
<keyword type="enum" name="enum GstGLBaseMemoryTransfer" link="gst-plugins-base-libs-GstGLBaseMemory.html#GstGLBaseMemoryTransfer"/>
|
2061
|
+
<keyword type="struct" name="struct GstGLAllocationParams" link="gst-plugins-base-libs-GstGLBaseMemory.html#GstGLAllocationParams-struct"/>
|
2062
|
+
<keyword type="macro" name="GST_GL_ALLOCATION_PARAMS_ALLOC_FLAG_ALLOC" link="gst-plugins-base-libs-GstGLBaseMemory.html#GST-GL-ALLOCATION-PARAMS-ALLOC-FLAG-ALLOC:CAPS"/>
|
2063
|
+
<keyword type="macro" name="GST_GL_ALLOCATION_PARAMS_ALLOC_FLAG_WRAP_SYSMEM" link="gst-plugins-base-libs-GstGLBaseMemory.html#GST-GL-ALLOCATION-PARAMS-ALLOC-FLAG-WRAP-SYSMEM:CAPS"/>
|
2064
|
+
<keyword type="macro" name="GST_GL_ALLOCATION_PARAMS_ALLOC_FLAG_WRAP_GPU_HANDLE" link="gst-plugins-base-libs-GstGLBaseMemory.html#GST-GL-ALLOCATION-PARAMS-ALLOC-FLAG-WRAP-GPU-HANDLE:CAPS"/>
|
2065
|
+
<keyword type="macro" name="GST_GL_ALLOCATION_PARAMS_ALLOC_FLAG_USER" link="gst-plugins-base-libs-GstGLBaseMemory.html#GST-GL-ALLOCATION-PARAMS-ALLOC-FLAG-USER:CAPS"/>
|
2066
|
+
<keyword type="struct" name="GstGLBaseMemory" link="gst-plugins-base-libs-GstGLBaseMemory.html#GstGLBaseMemory"/>
|
2067
|
+
<keyword type="function" name="gst_gl_buffer_init_once ()" link="gst-plugins-base-libs-GstGLBuffer.html#gst-gl-buffer-init-once" since="1.8"/>
|
2068
|
+
<keyword type="function" name="gst_is_gl_buffer ()" link="gst-plugins-base-libs-GstGLBuffer.html#gst-is-gl-buffer" since="1.8"/>
|
2069
|
+
<keyword type="function" name="gst_gl_buffer_allocation_params_new ()" link="gst-plugins-base-libs-GstGLBuffer.html#gst-gl-buffer-allocation-params-new" since="1.8"/>
|
2070
|
+
<keyword type="struct" name="GstGLBuffer" link="gst-plugins-base-libs-GstGLBuffer.html#GstGLBuffer"/>
|
2071
|
+
<keyword type="struct" name="struct GstGLBufferAllocationParams" link="gst-plugins-base-libs-GstGLBuffer.html#GstGLBufferAllocationParams-struct"/>
|
2072
|
+
<keyword type="macro" name="GST_GL_ALLOCATION_PARAMS_ALLOC_FLAG_BUFFER" link="gst-plugins-base-libs-GstGLBuffer.html#GST-GL-ALLOCATION-PARAMS-ALLOC-FLAG-BUFFER:CAPS"/>
|
2073
|
+
<keyword type="struct" name="GstGLBufferAllocator" link="gst-plugins-base-libs-GstGLBuffer.html#GstGLBufferAllocator-struct"/>
|
2074
|
+
<keyword type="struct" name="GstGLBufferAllocatorClass" link="gst-plugins-base-libs-GstGLBuffer.html#GstGLBufferAllocatorClass"/>
|
2075
|
+
<keyword type="macro" name="GST_GL_BUFFER_ALLOCATOR_NAME" link="gst-plugins-base-libs-GstGLBuffer.html#GST-GL-BUFFER-ALLOCATOR-NAME:CAPS"/>
|
2076
|
+
<keyword type="macro" name="GST_CAPS_FEATURE_MEMORY_GL_BUFFER" link="gst-plugins-base-libs-GstGLBuffer.html#GST-CAPS-FEATURE-MEMORY-GL-BUFFER:CAPS"/>
|
2077
|
+
<keyword type="function" name="gst_gl_buffer_pool_new ()" link="GstGLBufferPool.html#gst-gl-buffer-pool-new"/>
|
2078
|
+
<keyword type="function" name="gst_buffer_pool_config_get_gl_allocation_params ()" link="GstGLBufferPool.html#gst-buffer-pool-config-get-gl-allocation-params"/>
|
2079
|
+
<keyword type="function" name="gst_buffer_pool_config_set_gl_allocation_params ()" link="GstGLBufferPool.html#gst-buffer-pool-config-set-gl-allocation-params"/>
|
2080
|
+
<keyword type="struct" name="GstGLBufferPool" link="GstGLBufferPool.html#GstGLBufferPool-struct"/>
|
2081
|
+
<keyword type="struct" name="GstGLBufferPoolClass" link="GstGLBufferPool.html#GstGLBufferPoolClass"/>
|
2082
|
+
<keyword type="function" name="gst_gl_color_convert_new ()" link="GstGLColorConvert.html#gst-gl-color-convert-new" since="1.4"/>
|
2083
|
+
<keyword type="function" name="gst_gl_color_convert_set_caps ()" link="GstGLColorConvert.html#gst-gl-color-convert-set-caps" since="1.6"/>
|
2084
|
+
<keyword type="function" name="gst_gl_color_convert_transform_caps ()" link="GstGLColorConvert.html#gst-gl-color-convert-transform-caps" since="1.6"/>
|
2085
|
+
<keyword type="function" name="gst_gl_color_convert_fixate_caps ()" link="GstGLColorConvert.html#gst-gl-color-convert-fixate-caps" since="1.8"/>
|
2086
|
+
<keyword type="function" name="gst_gl_color_convert_decide_allocation ()" link="GstGLColorConvert.html#gst-gl-color-convert-decide-allocation" since="1.8"/>
|
2087
|
+
<keyword type="function" name="gst_gl_color_convert_perform ()" link="GstGLColorConvert.html#gst-gl-color-convert-perform" since="1.4"/>
|
2088
|
+
<keyword type="macro" name="GST_GL_COLOR_CONVERT_FORMATS" link="GstGLColorConvert.html#GST-GL-COLOR-CONVERT-FORMATS:CAPS"/>
|
2089
|
+
<keyword type="macro" name="GST_GL_COLOR_CONVERT_VIDEO_CAPS" link="GstGLColorConvert.html#GST-GL-COLOR-CONVERT-VIDEO-CAPS"/>
|
2090
|
+
<keyword type="struct" name="GstGLColorConvert" link="GstGLColorConvert.html#GstGLColorConvert-struct"/>
|
2091
|
+
<keyword type="struct" name="GstGLColorConvertClass" link="GstGLColorConvert.html#GstGLColorConvertClass"/>
|
2092
|
+
<keyword type="function" name="GstGLContextThreadFunc ()" link="GstGLContext.html#GstGLContextThreadFunc"/>
|
2093
|
+
<keyword type="function" name="gst_gl_context_new ()" link="GstGLContext.html#gst-gl-context-new" since="1.4"/>
|
2094
|
+
<keyword type="function" name="gst_gl_context_new_wrapped ()" link="GstGLContext.html#gst-gl-context-new-wrapped" since="1.4"/>
|
2095
|
+
<keyword type="function" name="gst_gl_context_create ()" link="GstGLContext.html#gst-gl-context-create" since="1.4"/>
|
2096
|
+
<keyword type="function" name="gst_gl_context_destroy ()" link="GstGLContext.html#gst-gl-context-destroy" since="1.6"/>
|
2097
|
+
<keyword type="function" name="gst_gl_context_activate ()" link="GstGLContext.html#gst-gl-context-activate" since="1.4"/>
|
2098
|
+
<keyword type="function" name="gst_gl_context_swap_buffers ()" link="GstGLContext.html#gst-gl-context-swap-buffers"/>
|
2099
|
+
<keyword type="function" name="gst_gl_context_default_get_proc_address ()" link="GstGLContext.html#gst-gl-context-default-get-proc-address" since="1.4"/>
|
2100
|
+
<keyword type="function" name="gst_gl_context_get_proc_address ()" link="GstGLContext.html#gst-gl-context-get-proc-address" since="1.4"/>
|
2101
|
+
<keyword type="function" name="gst_gl_context_get_proc_address_with_platform ()" link="GstGLContext.html#gst-gl-context-get-proc-address-with-platform" since="1.6"/>
|
2102
|
+
<keyword type="function" name="gst_gl_context_get_window ()" link="GstGLContext.html#gst-gl-context-get-window" since="1.4"/>
|
2103
|
+
<keyword type="function" name="gst_gl_context_set_window ()" link="GstGLContext.html#gst-gl-context-set-window" since="1.4"/>
|
2104
|
+
<keyword type="function" name="gst_gl_context_thread_add ()" link="GstGLContext.html#gst-gl-context-thread-add" since="1.4"/>
|
2105
|
+
<keyword type="function" name="gst_gl_context_get_display ()" link="GstGLContext.html#gst-gl-context-get-display" since="1.4"/>
|
2106
|
+
<keyword type="function" name="gst_gl_context_get_gl_api ()" link="GstGLContext.html#gst-gl-context-get-gl-api" since="1.4"/>
|
2107
|
+
<keyword type="function" name="gst_gl_context_get_gl_context ()" link="GstGLContext.html#gst-gl-context-get-gl-context" since="1.4"/>
|
2108
|
+
<keyword type="function" name="gst_gl_context_get_gl_platform ()" link="GstGLContext.html#gst-gl-context-get-gl-platform" since="1.4"/>
|
2109
|
+
<keyword type="function" name="gst_gl_context_get_gl_platform_version ()" link="GstGLContext.html#gst-gl-context-get-gl-platform-version"/>
|
2110
|
+
<keyword type="function" name="gst_gl_context_get_current_gl_context ()" link="GstGLContext.html#gst-gl-context-get-current-gl-context" since="1.6"/>
|
2111
|
+
<keyword type="function" name="gst_gl_context_get_current_gl_api ()" link="GstGLContext.html#gst-gl-context-get-current-gl-api" since="1.6"/>
|
2112
|
+
<keyword type="function" name="gst_gl_context_get_thread ()" link="GstGLContext.html#gst-gl-context-get-thread" since="1.6"/>
|
2113
|
+
<keyword type="function" name="gst_gl_context_can_share ()" link="GstGLContext.html#gst-gl-context-can-share" since="1.6"/>
|
2114
|
+
<keyword type="function" name="gst_gl_context_is_shared ()" link="GstGLContext.html#gst-gl-context-is-shared" since="1.8"/>
|
2115
|
+
<keyword type="function" name="gst_gl_context_set_shared_with ()" link="GstGLContext.html#gst-gl-context-set-shared-with" since="1.8"/>
|
2116
|
+
<keyword type="function" name="gst_gl_context_check_feature ()" link="GstGLContext.html#gst-gl-context-check-feature" since="1.4"/>
|
2117
|
+
<keyword type="function" name="gst_gl_context_check_gl_version ()" link="GstGLContext.html#gst-gl-context-check-gl-version" since="1.4"/>
|
2118
|
+
<keyword type="function" name="gst_gl_context_get_gl_version ()" link="GstGLContext.html#gst-gl-context-get-gl-version" since="1.4"/>
|
2119
|
+
<keyword type="function" name="gst_gl_context_fill_info ()" link="GstGLContext.html#gst-gl-context-fill-info" since="1.6"/>
|
2120
|
+
<keyword type="function" name="gst_gl_context_get_current ()" link="GstGLContext.html#gst-gl-context-get-current" since="1.6"/>
|
2121
|
+
<keyword type="macro" name="GST_GL_CONTEXT_ERROR" link="GstGLContext.html#GST-GL-CONTEXT-ERROR:CAPS"/>
|
2122
|
+
<keyword type="enum" name="enum GstGLContextError" link="GstGLContext.html#GstGLContextError"/>
|
2123
|
+
<keyword type="struct" name="GstGLContext" link="GstGLContext.html#GstGLContext-struct"/>
|
2124
|
+
<keyword type="function" name="gst_gl_display_new ()" link="GstGLDisplay.html#gst-gl-display-new" since="1.4"/>
|
2125
|
+
<keyword type="function" name="gst_gl_display_get_handle_type ()" link="GstGLDisplay.html#gst-gl-display-get-handle-type" since="1.4"/>
|
2126
|
+
<keyword type="function" name="gst_gl_display_filter_gl_api ()" link="GstGLDisplay.html#gst-gl-display-filter-gl-api"/>
|
2127
|
+
<keyword type="function" name="gst_gl_display_get_gl_api ()" link="GstGLDisplay.html#gst-gl-display-get-gl-api"/>
|
2128
|
+
<keyword type="function" name="gst_gl_display_add_context ()" link="GstGLDisplay.html#gst-gl-display-add-context" since="1.6"/>
|
2129
|
+
<keyword type="function" name="gst_gl_display_get_gl_context_for_thread ()" link="GstGLDisplay.html#gst-gl-display-get-gl-context-for-thread" since="1.6"/>
|
2130
|
+
<keyword type="function" name="gst_gl_display_get_handle ()" link="GstGLDisplay.html#gst-gl-display-get-handle" since="1.4"/>
|
2131
|
+
<keyword type="function" name="gst_gl_display_create_context ()" link="GstGLDisplay.html#gst-gl-display-create-context" since="1.6"/>
|
2132
|
+
<keyword type="function" name="gst_gl_display_create_window ()" link="GstGLDisplay.html#gst-gl-display-create-window"/>
|
2133
|
+
<keyword type="function" name="gst_gl_display_find_window ()" link="GstGLDisplay.html#gst-gl-display-find-window" since="1.12"/>
|
2134
|
+
<keyword type="function" name="gst_gl_display_remove_window ()" link="GstGLDisplay.html#gst-gl-display-remove-window" since="1.12"/>
|
2135
|
+
<keyword type="function" name="gst_context_get_gl_display ()" link="GstGLDisplay.html#gst-context-get-gl-display" since="1.4"/>
|
2136
|
+
<keyword type="function" name="gst_context_set_gl_display ()" link="GstGLDisplay.html#gst-context-set-gl-display" since="1.4"/>
|
2137
|
+
<keyword type="macro" name="GST_GL_DISPLAY_CONTEXT_TYPE" link="GstGLDisplay.html#GST-GL-DISPLAY-CONTEXT-TYPE:CAPS"/>
|
2138
|
+
<keyword type="enum" name="enum GstGLDisplayType" link="GstGLDisplay.html#GstGLDisplayType"/>
|
2139
|
+
<keyword type="struct" name="GstGLDisplay" link="GstGLDisplay.html#GstGLDisplay-struct"/>
|
2140
|
+
<keyword type="signal" name="The “create-context” signal" link="GstGLDisplay.html#GstGLDisplay-create-context"/>
|
2141
|
+
<keyword type="function" name="gst_gl_display_wayland_new ()" link="gst-plugins-base-libs-GstGLDisplayWayland.html#gst-gl-display-wayland-new"/>
|
2142
|
+
<keyword type="function" name="gst_gl_display_wayland_new_with_display ()" link="gst-plugins-base-libs-GstGLDisplayWayland.html#gst-gl-display-wayland-new-with-display"/>
|
2143
|
+
<keyword type="function" name="gst_gl_display_x11_new ()" link="gst-plugins-base-libs-GstGLDisplayX11.html#gst-gl-display-x11-new"/>
|
2144
|
+
<keyword type="function" name="gst_gl_display_x11_new_with_display ()" link="gst-plugins-base-libs-GstGLDisplayX11.html#gst-gl-display-x11-new-with-display"/>
|
2145
|
+
<keyword type="function" name="gst_egl_image_from_dmabuf ()" link="gst-plugins-base-libs-GstEGLImage.html#gst-egl-image-from-dmabuf"/>
|
2146
|
+
<keyword type="function" name="gst_egl_image_from_texture ()" link="gst-plugins-base-libs-GstEGLImage.html#gst-egl-image-from-texture"/>
|
2147
|
+
<keyword type="function" name="gst_egl_image_get_image ()" link="gst-plugins-base-libs-GstEGLImage.html#gst-egl-image-get-image"/>
|
2148
|
+
<keyword type="function" name="gst_egl_image_new_wrapped ()" link="gst-plugins-base-libs-GstEGLImage.html#gst-egl-image-new-wrapped"/>
|
2149
|
+
<keyword type="function" name="gst_egl_image_ref ()" link="gst-plugins-base-libs-GstEGLImage.html#gst-egl-image-ref"/>
|
2150
|
+
<keyword type="function" name="gst_egl_image_unref ()" link="gst-plugins-base-libs-GstEGLImage.html#gst-egl-image-unref"/>
|
2151
|
+
<keyword type="function" name="GstEGLImageDestroyNotify ()" link="gst-plugins-base-libs-GstEGLImage.html#GstEGLImageDestroyNotify"/>
|
2152
|
+
<keyword type="function" name="GstGLFilterRenderFunc ()" link="GstGLFilter.html#GstGLFilterRenderFunc" since="1.10"/>
|
2153
|
+
<keyword type="function" name="gst_gl_filter_render_to_target ()" link="GstGLFilter.html#gst-gl-filter-render-to-target" since="1.10"/>
|
2154
|
+
<keyword type="function" name="gst_gl_filter_render_to_target_with_shader ()" link="GstGLFilter.html#gst-gl-filter-render-to-target-with-shader" since="1.4"/>
|
2155
|
+
<keyword type="function" name="gst_gl_filter_filter_texture ()" link="GstGLFilter.html#gst-gl-filter-filter-texture" since="1.4"/>
|
2156
|
+
<keyword type="function" name="gst_gl_filter_draw_fullscreen_quad ()" link="GstGLFilter.html#gst-gl-filter-draw-fullscreen-quad" since="1.10"/>
|
2157
|
+
<keyword type="struct" name="GstGLFilter" link="GstGLFilter.html#GstGLFilter-struct"/>
|
2158
|
+
<keyword type="struct" name="GstGLFilterClass" link="GstGLFilter.html#GstGLFilterClass"/>
|
2159
|
+
<keyword type="function" name="gst_gl_framebuffer_new ()" link="GstGLFramebuffer.html#gst-gl-framebuffer-new" since="1.10"/>
|
2160
|
+
<keyword type="function" name="gst_gl_framebuffer_new_with_default_depth ()" link="GstGLFramebuffer.html#gst-gl-framebuffer-new-with-default-depth" since="1.10"/>
|
2161
|
+
<keyword type="function" name="gst_gl_framebuffer_attach ()" link="GstGLFramebuffer.html#gst-gl-framebuffer-attach" since="1.10"/>
|
2162
|
+
<keyword type="function" name="gst_gl_framebuffer_bind ()" link="GstGLFramebuffer.html#gst-gl-framebuffer-bind" since="1.10"/>
|
2163
|
+
<keyword type="function" name="gst_gl_context_clear_framebuffer ()" link="GstGLFramebuffer.html#gst-gl-context-clear-framebuffer" since="1.10"/>
|
2164
|
+
<keyword type="function" name="GstGLFramebufferFunc ()" link="GstGLFramebuffer.html#GstGLFramebufferFunc"/>
|
2165
|
+
<keyword type="function" name="gst_gl_framebuffer_draw_to_texture ()" link="GstGLFramebuffer.html#gst-gl-framebuffer-draw-to-texture" since="1.10"/>
|
2166
|
+
<keyword type="function" name="gst_gl_framebuffer_get_effective_dimensions ()" link="GstGLFramebuffer.html#gst-gl-framebuffer-get-effective-dimensions" since="1.10"/>
|
2167
|
+
<keyword type="function" name="gst_gl_framebuffer_get_id ()" link="GstGLFramebuffer.html#gst-gl-framebuffer-get-id" since="1.10"/>
|
2168
|
+
<keyword type="function" name="gst_gl_context_check_framebuffer_status ()" link="GstGLFramebuffer.html#gst-gl-context-check-framebuffer-status" since="1.10"/>
|
2169
|
+
<keyword type="struct" name="GstGLFramebuffer" link="GstGLFramebuffer.html#GstGLFramebuffer-struct"/>
|
2170
|
+
<keyword type="struct" name="GstGLFramebufferClass" link="GstGLFramebuffer.html#GstGLFramebufferClass"/>
|
2171
|
+
<keyword type="function" name="gst_gl_video_allocation_params_copy_data ()" link="gst-plugins-base-libs-GstGLMemory.html#gst-gl-video-allocation-params-copy-data" since="1.8"/>
|
2172
|
+
<keyword type="function" name="gst_gl_video_allocation_params_free_data ()" link="gst-plugins-base-libs-GstGLMemory.html#gst-gl-video-allocation-params-free-data" since="1.8"/>
|
2173
|
+
<keyword type="function" name="gst_gl_video_allocation_params_init_full ()" link="gst-plugins-base-libs-GstGLMemory.html#gst-gl-video-allocation-params-init-full" since="1.8"/>
|
2174
|
+
<keyword type="function" name="gst_gl_video_allocation_params_new ()" link="gst-plugins-base-libs-GstGLMemory.html#gst-gl-video-allocation-params-new" since="1.8"/>
|
2175
|
+
<keyword type="function" name="gst_gl_video_allocation_params_new_wrapped_data ()" link="gst-plugins-base-libs-GstGLMemory.html#gst-gl-video-allocation-params-new-wrapped-data" since="1.8"/>
|
2176
|
+
<keyword type="function" name="gst_gl_video_allocation_params_new_wrapped_gl_handle ()" link="gst-plugins-base-libs-GstGLMemory.html#gst-gl-video-allocation-params-new-wrapped-gl-handle" since="1.8"/>
|
2177
|
+
<keyword type="function" name="gst_gl_video_allocation_params_new_wrapped_texture ()" link="gst-plugins-base-libs-GstGLMemory.html#gst-gl-video-allocation-params-new-wrapped-texture" since="1.8"/>
|
2178
|
+
<keyword type="function" name="gst_gl_memory_allocator_get_default ()" link="gst-plugins-base-libs-GstGLMemory.html#gst-gl-memory-allocator-get-default" since="1.8"/>
|
2179
|
+
<keyword type="function" name="gst_gl_memory_init_once ()" link="gst-plugins-base-libs-GstGLMemory.html#gst-gl-memory-init-once" since="1.4"/>
|
2180
|
+
<keyword type="function" name="gst_gl_memory_init ()" link="gst-plugins-base-libs-GstGLMemory.html#gst-gl-memory-init" since="1.8"/>
|
2181
|
+
<keyword type="function" name="gst_is_gl_memory ()" link="gst-plugins-base-libs-GstGLMemory.html#gst-is-gl-memory" since="1.4"/>
|
2182
|
+
<keyword type="function" name="gst_gl_memory_copy_into ()" link="gst-plugins-base-libs-GstGLMemory.html#gst-gl-memory-copy-into" since="1.8"/>
|
2183
|
+
<keyword type="function" name="gst_gl_memory_copy_teximage ()" link="gst-plugins-base-libs-GstGLMemory.html#gst-gl-memory-copy-teximage" since="1.8"/>
|
2184
|
+
<keyword type="function" name="gst_gl_memory_read_pixels ()" link="gst-plugins-base-libs-GstGLMemory.html#gst-gl-memory-read-pixels" since="1.8"/>
|
2185
|
+
<keyword type="function" name="gst_gl_memory_texsubimage ()" link="gst-plugins-base-libs-GstGLMemory.html#gst-gl-memory-texsubimage" since="1.8"/>
|
2186
|
+
<keyword type="function" name="gst_gl_memory_get_texture_height ()" link="gst-plugins-base-libs-GstGLMemory.html#gst-gl-memory-get-texture-height" since="1.8"/>
|
2187
|
+
<keyword type="function" name="gst_gl_memory_get_texture_id ()" link="gst-plugins-base-libs-GstGLMemory.html#gst-gl-memory-get-texture-id" since="1.8"/>
|
2188
|
+
<keyword type="function" name="gst_gl_memory_get_texture_target ()" link="gst-plugins-base-libs-GstGLMemory.html#gst-gl-memory-get-texture-target" since="1.8"/>
|
2189
|
+
<keyword type="function" name="gst_gl_memory_get_texture_format ()" link="gst-plugins-base-libs-GstGLMemory.html#gst-gl-memory-get-texture-format" since="1.12"/>
|
2190
|
+
<keyword type="function" name="gst_gl_memory_get_texture_width ()" link="gst-plugins-base-libs-GstGLMemory.html#gst-gl-memory-get-texture-width" since="1.8"/>
|
2191
|
+
<keyword type="function" name="gst_gl_memory_setup_buffer ()" link="gst-plugins-base-libs-GstGLMemory.html#gst-gl-memory-setup-buffer" since="1.8"/>
|
2192
|
+
<keyword type="macro" name="GST_GL_MEMORY_VIDEO_FORMATS_STR" link="gst-plugins-base-libs-GstGLMemory.html#GST-GL-MEMORY-VIDEO-FORMATS-STR:CAPS"/>
|
2193
|
+
<keyword type="macro" name="GST_CAPS_FEATURE_MEMORY_GL_MEMORY" link="gst-plugins-base-libs-GstGLMemory.html#GST-CAPS-FEATURE-MEMORY-GL-MEMORY:CAPS"/>
|
2194
|
+
<keyword type="struct" name="struct GstGLVideoAllocationParams" link="gst-plugins-base-libs-GstGLMemory.html#GstGLVideoAllocationParams-struct"/>
|
2195
|
+
<keyword type="macro" name="GST_GL_ALLOCATION_PARAMS_ALLOC_FLAG_VIDEO" link="gst-plugins-base-libs-GstGLMemory.html#GST-GL-ALLOCATION-PARAMS-ALLOC-FLAG-VIDEO:CAPS"/>
|
2196
|
+
<keyword type="struct" name="GstGLMemoryAllocator" link="gst-plugins-base-libs-GstGLMemory.html#GstGLMemoryAllocator-struct"/>
|
2197
|
+
<keyword type="struct" name="GstGLMemoryAllocatorClass" link="gst-plugins-base-libs-GstGLMemory.html#GstGLMemoryAllocatorClass"/>
|
2198
|
+
<keyword type="struct" name="GstGLMemory" link="gst-plugins-base-libs-GstGLMemory.html#GstGLMemory"/>
|
2199
|
+
<keyword type="macro" name="GST_GL_MEMORY_ALLOCATOR_NAME" link="gst-plugins-base-libs-GstGLMemory.html#GST-GL-MEMORY-ALLOCATOR-NAME:CAPS"/>
|
2200
|
+
<keyword type="function" name="gst_gl_memory_egl_init_once ()" link="gst-plugins-base-libs-gstglmemoryegl.html#gst-gl-memory-egl-init-once" since="1.10"/>
|
2201
|
+
<keyword type="function" name="gst_gl_memory_egl_get_display ()" link="gst-plugins-base-libs-gstglmemoryegl.html#gst-gl-memory-egl-get-display" since="1.10"/>
|
2202
|
+
<keyword type="function" name="gst_gl_memory_egl_get_image ()" link="gst-plugins-base-libs-gstglmemoryegl.html#gst-gl-memory-egl-get-image" since="1.10"/>
|
2203
|
+
<keyword type="function" name="gst_is_gl_memory_egl ()" link="gst-plugins-base-libs-gstglmemoryegl.html#gst-is-gl-memory-egl" since="1.10"/>
|
2204
|
+
<keyword type="struct" name="GstGLMemoryEGLAllocator" link="gst-plugins-base-libs-gstglmemoryegl.html#GstGLMemoryEGLAllocator"/>
|
2205
|
+
<keyword type="struct" name="GstGLMemoryEGLAllocatorClass" link="gst-plugins-base-libs-gstglmemoryegl.html#GstGLMemoryEGLAllocatorClass"/>
|
2206
|
+
<keyword type="macro" name="GST_GL_MEMORY_EGL_ALLOCATOR_NAME" link="gst-plugins-base-libs-gstglmemoryegl.html#GST-GL-MEMORY-EGL-ALLOCATOR-NAME:CAPS"/>
|
2207
|
+
<keyword type="struct" name="GstGLMemoryEGL" link="gst-plugins-base-libs-gstglmemoryegl.html#GstGLMemoryEGL"/>
|
2208
|
+
<keyword type="function" name="gst_is_gl_memory_pbo ()" link="gst-plugins-base-libs-GstGLMemoryPBO.html#gst-is-gl-memory-pbo" since="1.8"/>
|
2209
|
+
<keyword type="function" name="gst_gl_memory_pbo_copy_into_texture ()" link="gst-plugins-base-libs-GstGLMemoryPBO.html#gst-gl-memory-pbo-copy-into-texture" since="1.8"/>
|
2210
|
+
<keyword type="function" name="gst_gl_memory_pbo_download_transfer ()" link="gst-plugins-base-libs-GstGLMemoryPBO.html#gst-gl-memory-pbo-download-transfer" since="1.8"/>
|
2211
|
+
<keyword type="function" name="gst_gl_memory_pbo_init_once ()" link="gst-plugins-base-libs-GstGLMemoryPBO.html#gst-gl-memory-pbo-init-once"/>
|
2212
|
+
<keyword type="function" name="gst_gl_memory_pbo_upload_transfer ()" link="gst-plugins-base-libs-GstGLMemoryPBO.html#gst-gl-memory-pbo-upload-transfer" since="1.8"/>
|
2213
|
+
<keyword type="struct" name="GstGLMemoryPBOAllocator" link="gst-plugins-base-libs-GstGLMemoryPBO.html#GstGLMemoryPBOAllocator-struct"/>
|
2214
|
+
<keyword type="struct" name="GstGLMemoryPBOAllocatorClass" link="gst-plugins-base-libs-GstGLMemoryPBO.html#GstGLMemoryPBOAllocatorClass"/>
|
2215
|
+
<keyword type="macro" name="GST_GL_MEMORY_PBO_ALLOCATOR_NAME" link="gst-plugins-base-libs-GstGLMemoryPBO.html#GST-GL-MEMORY-PBO-ALLOCATOR-NAME:CAPS"/>
|
2216
|
+
<keyword type="struct" name="GstGLMemoryPBO" link="gst-plugins-base-libs-GstGLMemoryPBO.html#GstGLMemoryPBO"/>
|
2217
|
+
<keyword type="function" name="gst_gl_overlay_compositor_new ()" link="gst-plugins-base-libs-GstGLOverlayCompositor.html#gst-gl-overlay-compositor-new"/>
|
2218
|
+
<keyword type="function" name="gst_gl_overlay_compositor_add_caps ()" link="gst-plugins-base-libs-GstGLOverlayCompositor.html#gst-gl-overlay-compositor-add-caps"/>
|
2219
|
+
<keyword type="function" name="gst_gl_overlay_compositor_draw_overlays ()" link="gst-plugins-base-libs-GstGLOverlayCompositor.html#gst-gl-overlay-compositor-draw-overlays"/>
|
2220
|
+
<keyword type="function" name="gst_gl_overlay_compositor_upload_overlays ()" link="gst-plugins-base-libs-GstGLOverlayCompositor.html#gst-gl-overlay-compositor-upload-overlays"/>
|
2221
|
+
<keyword type="function" name="gst_gl_overlay_compositor_free_overlays ()" link="gst-plugins-base-libs-GstGLOverlayCompositor.html#gst-gl-overlay-compositor-free-overlays"/>
|
2222
|
+
<keyword type="function" name="gst_gl_query_counter ()" link="gst-plugins-base-libs-GstGLQuery.html#gst-gl-query-counter" since="1.10"/>
|
2223
|
+
<keyword type="macro" name="gst_gl_query_counter_log()" link="gst-plugins-base-libs-GstGLQuery.html#gst-gl-query-counter-log"/>
|
2224
|
+
<keyword type="macro" name="gst_gl_query_counter_log_valist()" link="gst-plugins-base-libs-GstGLQuery.html#gst-gl-query-counter-log-valist"/>
|
2225
|
+
<keyword type="function" name="gst_gl_query_end ()" link="gst-plugins-base-libs-GstGLQuery.html#gst-gl-query-end" since="1.10"/>
|
2226
|
+
<keyword type="function" name="gst_gl_query_free ()" link="gst-plugins-base-libs-GstGLQuery.html#gst-gl-query-free" since="1.10"/>
|
2227
|
+
<keyword type="function" name="gst_gl_query_init ()" link="gst-plugins-base-libs-GstGLQuery.html#gst-gl-query-init" since="1.10"/>
|
2228
|
+
<keyword type="function" name="gst_gl_query_new ()" link="gst-plugins-base-libs-GstGLQuery.html#gst-gl-query-new" since="1.10"/>
|
2229
|
+
<keyword type="function" name="gst_gl_query_result ()" link="gst-plugins-base-libs-GstGLQuery.html#gst-gl-query-result" since="1.10"/>
|
2230
|
+
<keyword type="function" name="gst_gl_query_start ()" link="gst-plugins-base-libs-GstGLQuery.html#gst-gl-query-start" since="1.10"/>
|
2231
|
+
<keyword type="macro" name="gst_gl_query_start_log()" link="gst-plugins-base-libs-GstGLQuery.html#gst-gl-query-start-log"/>
|
2232
|
+
<keyword type="macro" name="gst_gl_query_start_log_valist()" link="gst-plugins-base-libs-GstGLQuery.html#gst-gl-query-start-log-valist"/>
|
2233
|
+
<keyword type="function" name="gst_gl_query_unset ()" link="gst-plugins-base-libs-GstGLQuery.html#gst-gl-query-unset" since="1.10"/>
|
2234
|
+
<keyword type="enum" name="enum GstGLQueryType" link="gst-plugins-base-libs-GstGLQuery.html#GstGLQueryType"/>
|
2235
|
+
<keyword type="function" name="gst_gl_renderbuffer_allocation_params_new ()" link="gst-plugins-base-libs-GstGLRenderbuffer.html#gst-gl-renderbuffer-allocation-params-new" since="1.10"/>
|
2236
|
+
<keyword type="function" name="gst_gl_renderbuffer_allocation_params_new_wrapped ()" link="gst-plugins-base-libs-GstGLRenderbuffer.html#gst-gl-renderbuffer-allocation-params-new-wrapped" since="1.10"/>
|
2237
|
+
<keyword type="function" name="gst_gl_renderbuffer_get_height ()" link="gst-plugins-base-libs-GstGLRenderbuffer.html#gst-gl-renderbuffer-get-height" since="1.10"/>
|
2238
|
+
<keyword type="function" name="gst_gl_renderbuffer_get_id ()" link="gst-plugins-base-libs-GstGLRenderbuffer.html#gst-gl-renderbuffer-get-id" since="1.10"/>
|
2239
|
+
<keyword type="function" name="gst_gl_renderbuffer_get_format ()" link="gst-plugins-base-libs-GstGLRenderbuffer.html#gst-gl-renderbuffer-get-format" since="1.12"/>
|
2240
|
+
<keyword type="function" name="gst_gl_renderbuffer_get_width ()" link="gst-plugins-base-libs-GstGLRenderbuffer.html#gst-gl-renderbuffer-get-width" since="1.10"/>
|
2241
|
+
<keyword type="function" name="gst_gl_renderbuffer_init_once ()" link="gst-plugins-base-libs-GstGLRenderbuffer.html#gst-gl-renderbuffer-init-once" since="1.10"/>
|
2242
|
+
<keyword type="function" name="gst_is_gl_renderbuffer ()" link="gst-plugins-base-libs-GstGLRenderbuffer.html#gst-is-gl-renderbuffer" since="1.10"/>
|
2243
|
+
<keyword type="struct" name="GstGLRenderbufferAllocator" link="gst-plugins-base-libs-GstGLRenderbuffer.html#GstGLRenderbufferAllocator-struct"/>
|
2244
|
+
<keyword type="struct" name="GstGLRenderbufferAllocatorClass" link="gst-plugins-base-libs-GstGLRenderbuffer.html#GstGLRenderbufferAllocatorClass"/>
|
2245
|
+
<keyword type="macro" name="GST_GL_RENDERBUFFER_ALLOCATOR_NAME" link="gst-plugins-base-libs-GstGLRenderbuffer.html#GST-GL-RENDERBUFFER-ALLOCATOR-NAME:CAPS"/>
|
2246
|
+
<keyword type="function" name="gst_gl_shader_new ()" link="GstGLShader.html#gst-gl-shader-new"/>
|
2247
|
+
<keyword type="function" name="gst_gl_shader_new_default ()" link="GstGLShader.html#gst-gl-shader-new-default" since="1.8"/>
|
2248
|
+
<keyword type="function" name="gst_gl_shader_new_link_with_stages ()" link="GstGLShader.html#gst-gl-shader-new-link-with-stages" since="1.8"/>
|
2249
|
+
<keyword type="function" name="gst_gl_shader_new_with_stages ()" link="GstGLShader.html#gst-gl-shader-new-with-stages" since="1.8"/>
|
2250
|
+
<keyword type="function" name="gst_gl_shader_use ()" link="GstGLShader.html#gst-gl-shader-use"/>
|
2251
|
+
<keyword type="function" name="gst_gl_context_clear_shader ()" link="GstGLShader.html#gst-gl-context-clear-shader"/>
|
2252
|
+
<keyword type="function" name="gst_gl_shader_get_program_handle ()" link="GstGLShader.html#gst-gl-shader-get-program-handle" since="1.8"/>
|
2253
|
+
<keyword type="function" name="gst_gl_shader_release ()" link="GstGLShader.html#gst-gl-shader-release" since="1.8"/>
|
2254
|
+
<keyword type="function" name="gst_gl_shader_release_unlocked ()" link="GstGLShader.html#gst-gl-shader-release-unlocked" since="1.8"/>
|
2255
|
+
<keyword type="function" name="gst_gl_shader_attach ()" link="GstGLShader.html#gst-gl-shader-attach" since="1.8"/>
|
2256
|
+
<keyword type="function" name="gst_gl_shader_attach_unlocked ()" link="GstGLShader.html#gst-gl-shader-attach-unlocked" since="1.8"/>
|
2257
|
+
<keyword type="function" name="gst_gl_shader_compile_attach_stage ()" link="GstGLShader.html#gst-gl-shader-compile-attach-stage" since="1.8"/>
|
2258
|
+
<keyword type="function" name="gst_gl_shader_detach ()" link="GstGLShader.html#gst-gl-shader-detach" since="1.8"/>
|
2259
|
+
<keyword type="function" name="gst_gl_shader_detach_unlocked ()" link="GstGLShader.html#gst-gl-shader-detach-unlocked" since="1.8"/>
|
2260
|
+
<keyword type="function" name="gst_gl_shader_is_linked ()" link="GstGLShader.html#gst-gl-shader-is-linked" since="1.8"/>
|
2261
|
+
<keyword type="function" name="gst_gl_shader_link ()" link="GstGLShader.html#gst-gl-shader-link" since="1.8"/>
|
2262
|
+
<keyword type="function" name="gst_gl_shader_set_uniform_1i ()" link="GstGLShader.html#gst-gl-shader-set-uniform-1i"/>
|
2263
|
+
<keyword type="function" name="gst_gl_shader_set_uniform_1f ()" link="GstGLShader.html#gst-gl-shader-set-uniform-1f"/>
|
2264
|
+
<keyword type="function" name="gst_gl_shader_set_uniform_1fv ()" link="GstGLShader.html#gst-gl-shader-set-uniform-1fv"/>
|
2265
|
+
<keyword type="function" name="gst_gl_shader_set_uniform_1iv ()" link="GstGLShader.html#gst-gl-shader-set-uniform-1iv"/>
|
2266
|
+
<keyword type="function" name="gst_gl_shader_set_uniform_2f ()" link="GstGLShader.html#gst-gl-shader-set-uniform-2f"/>
|
2267
|
+
<keyword type="function" name="gst_gl_shader_set_uniform_2fv ()" link="GstGLShader.html#gst-gl-shader-set-uniform-2fv"/>
|
2268
|
+
<keyword type="function" name="gst_gl_shader_set_uniform_2i ()" link="GstGLShader.html#gst-gl-shader-set-uniform-2i"/>
|
2269
|
+
<keyword type="function" name="gst_gl_shader_set_uniform_2iv ()" link="GstGLShader.html#gst-gl-shader-set-uniform-2iv"/>
|
2270
|
+
<keyword type="function" name="gst_gl_shader_set_uniform_3f ()" link="GstGLShader.html#gst-gl-shader-set-uniform-3f"/>
|
2271
|
+
<keyword type="function" name="gst_gl_shader_set_uniform_3fv ()" link="GstGLShader.html#gst-gl-shader-set-uniform-3fv"/>
|
2272
|
+
<keyword type="function" name="gst_gl_shader_set_uniform_3i ()" link="GstGLShader.html#gst-gl-shader-set-uniform-3i"/>
|
2273
|
+
<keyword type="function" name="gst_gl_shader_set_uniform_3iv ()" link="GstGLShader.html#gst-gl-shader-set-uniform-3iv"/>
|
2274
|
+
<keyword type="function" name="gst_gl_shader_set_uniform_4f ()" link="GstGLShader.html#gst-gl-shader-set-uniform-4f"/>
|
2275
|
+
<keyword type="function" name="gst_gl_shader_set_uniform_4fv ()" link="GstGLShader.html#gst-gl-shader-set-uniform-4fv"/>
|
2276
|
+
<keyword type="function" name="gst_gl_shader_set_uniform_4i ()" link="GstGLShader.html#gst-gl-shader-set-uniform-4i"/>
|
2277
|
+
<keyword type="function" name="gst_gl_shader_set_uniform_4iv ()" link="GstGLShader.html#gst-gl-shader-set-uniform-4iv"/>
|
2278
|
+
<keyword type="function" name="gst_gl_shader_set_uniform_matrix_2fv ()" link="GstGLShader.html#gst-gl-shader-set-uniform-matrix-2fv"/>
|
2279
|
+
<keyword type="function" name="gst_gl_shader_set_uniform_matrix_2x3fv ()" link="GstGLShader.html#gst-gl-shader-set-uniform-matrix-2x3fv"/>
|
2280
|
+
<keyword type="function" name="gst_gl_shader_set_uniform_matrix_2x4fv ()" link="GstGLShader.html#gst-gl-shader-set-uniform-matrix-2x4fv"/>
|
2281
|
+
<keyword type="function" name="gst_gl_shader_set_uniform_matrix_3fv ()" link="GstGLShader.html#gst-gl-shader-set-uniform-matrix-3fv"/>
|
2282
|
+
<keyword type="function" name="gst_gl_shader_set_uniform_matrix_3x2fv ()" link="GstGLShader.html#gst-gl-shader-set-uniform-matrix-3x2fv"/>
|
2283
|
+
<keyword type="function" name="gst_gl_shader_set_uniform_matrix_3x4fv ()" link="GstGLShader.html#gst-gl-shader-set-uniform-matrix-3x4fv"/>
|
2284
|
+
<keyword type="function" name="gst_gl_shader_set_uniform_matrix_4fv ()" link="GstGLShader.html#gst-gl-shader-set-uniform-matrix-4fv"/>
|
2285
|
+
<keyword type="function" name="gst_gl_shader_set_uniform_matrix_4x2fv ()" link="GstGLShader.html#gst-gl-shader-set-uniform-matrix-4x2fv"/>
|
2286
|
+
<keyword type="function" name="gst_gl_shader_set_uniform_matrix_4x3fv ()" link="GstGLShader.html#gst-gl-shader-set-uniform-matrix-4x3fv"/>
|
2287
|
+
<keyword type="function" name="gst_gl_shader_get_attribute_location ()" link="GstGLShader.html#gst-gl-shader-get-attribute-location"/>
|
2288
|
+
<keyword type="function" name="gst_gl_shader_bind_attribute_location ()" link="GstGLShader.html#gst-gl-shader-bind-attribute-location"/>
|
2289
|
+
<keyword type="function" name="gst_gl_shader_bind_frag_data_location ()" link="GstGLShader.html#gst-gl-shader-bind-frag-data-location"/>
|
2290
|
+
<keyword type="struct" name="GstGLShader" link="GstGLShader.html#GstGLShader-struct"/>
|
2291
|
+
<keyword type="property" name="The “linked” property" link="GstGLShader.html#GstGLShader--linked"/>
|
2292
|
+
<keyword type="function" name="gst_glsl_profile_from_string ()" link="gst-plugins-base-libs-GstGLSL.html#gst-glsl-profile-from-string"/>
|
2293
|
+
<keyword type="function" name="gst_glsl_profile_to_string ()" link="gst-plugins-base-libs-GstGLSL.html#gst-glsl-profile-to-string"/>
|
2294
|
+
<keyword type="function" name="gst_glsl_version_from_string ()" link="gst-plugins-base-libs-GstGLSL.html#gst-glsl-version-from-string"/>
|
2295
|
+
<keyword type="function" name="gst_glsl_version_to_string ()" link="gst-plugins-base-libs-GstGLSL.html#gst-glsl-version-to-string"/>
|
2296
|
+
<keyword type="function" name="gst_glsl_version_profile_from_string ()" link="gst-plugins-base-libs-GstGLSL.html#gst-glsl-version-profile-from-string"/>
|
2297
|
+
<keyword type="function" name="gst_glsl_version_profile_to_string ()" link="gst-plugins-base-libs-GstGLSL.html#gst-glsl-version-profile-to-string"/>
|
2298
|
+
<keyword type="function" name="gst_glsl_string_get_version_profile ()" link="gst-plugins-base-libs-GstGLSL.html#gst-glsl-string-get-version-profile"/>
|
2299
|
+
<keyword type="function" name="gst_gl_context_supports_glsl_profile_version ()" link="gst-plugins-base-libs-GstGLSL.html#gst-gl-context-supports-glsl-profile-version"/>
|
2300
|
+
<keyword type="function" name="gst_gl_version_to_glsl_version ()" link="gst-plugins-base-libs-GstGLSL.html#gst-gl-version-to-glsl-version"/>
|
2301
|
+
<keyword type="macro" name="GST_GLSL_ERROR" link="gst-plugins-base-libs-GstGLSL.html#GST-GLSL-ERROR:CAPS"/>
|
2302
|
+
<keyword type="enum" name="enum GstGLSLError" link="gst-plugins-base-libs-GstGLSL.html#GstGLSLError" since="1.8"/>
|
2303
|
+
<keyword type="enum" name="enum GstGLSLProfile" link="gst-plugins-base-libs-GstGLSL.html#GstGLSLProfile" since="1.8"/>
|
2304
|
+
<keyword type="enum" name="enum GstGLSLVersion" link="gst-plugins-base-libs-GstGLSL.html#GstGLSLVersion" since="1.8"/>
|
2305
|
+
<keyword type="function" name="gst_glsl_stage_new ()" link="GstGLSLStage.html#gst-glsl-stage-new" since="1.8"/>
|
2306
|
+
<keyword type="function" name="gst_glsl_stage_new_default_fragment ()" link="GstGLSLStage.html#gst-glsl-stage-new-default-fragment"/>
|
2307
|
+
<keyword type="function" name="gst_glsl_stage_new_default_vertex ()" link="GstGLSLStage.html#gst-glsl-stage-new-default-vertex"/>
|
2308
|
+
<keyword type="function" name="gst_glsl_stage_new_with_string ()" link="GstGLSLStage.html#gst-glsl-stage-new-with-string" since="1.8"/>
|
2309
|
+
<keyword type="function" name="gst_glsl_stage_new_with_strings ()" link="GstGLSLStage.html#gst-glsl-stage-new-with-strings" since="1.8"/>
|
2310
|
+
<keyword type="function" name="gst_glsl_stage_set_strings ()" link="GstGLSLStage.html#gst-glsl-stage-set-strings" since="1.8"/>
|
2311
|
+
<keyword type="function" name="gst_glsl_stage_compile ()" link="GstGLSLStage.html#gst-glsl-stage-compile" since="1.8"/>
|
2312
|
+
<keyword type="function" name="gst_glsl_stage_get_handle ()" link="GstGLSLStage.html#gst-glsl-stage-get-handle" since="1.8"/>
|
2313
|
+
<keyword type="function" name="gst_glsl_stage_get_profile ()" link="GstGLSLStage.html#gst-glsl-stage-get-profile" since="1.8"/>
|
2314
|
+
<keyword type="function" name="gst_glsl_stage_get_shader_type ()" link="GstGLSLStage.html#gst-glsl-stage-get-shader-type" since="1.8"/>
|
2315
|
+
<keyword type="function" name="gst_glsl_stage_get_version ()" link="GstGLSLStage.html#gst-glsl-stage-get-version" since="1.8"/>
|
2316
|
+
<keyword type="struct" name="GstGLSLStage" link="GstGLSLStage.html#GstGLSLStage-struct"/>
|
2317
|
+
<keyword type="struct" name="GstGLSLStageClass" link="GstGLSLStage.html#GstGLSLStageClass"/>
|
2318
|
+
<keyword type="function" name="gst_gl_sync_meta_get_info ()" link="gst-plugins-base-libs-GstGLSyncMeta.html#gst-gl-sync-meta-get-info"/>
|
2319
|
+
<keyword type="function" name="gst_buffer_add_gl_sync_meta ()" link="gst-plugins-base-libs-GstGLSyncMeta.html#gst-buffer-add-gl-sync-meta" since="1.6"/>
|
2320
|
+
<keyword type="function" name="gst_buffer_add_gl_sync_meta_full ()" link="gst-plugins-base-libs-GstGLSyncMeta.html#gst-buffer-add-gl-sync-meta-full" since="1.8"/>
|
2321
|
+
<keyword type="macro" name="gst_buffer_get_gl_sync_meta()" link="gst-plugins-base-libs-GstGLSyncMeta.html#gst-buffer-get-gl-sync-meta"/>
|
2322
|
+
<keyword type="function" name="gst_gl_sync_meta_set_sync_point ()" link="gst-plugins-base-libs-GstGLSyncMeta.html#gst-gl-sync-meta-set-sync-point" since="1.6"/>
|
2323
|
+
<keyword type="function" name="gst_gl_sync_meta_wait ()" link="gst-plugins-base-libs-GstGLSyncMeta.html#gst-gl-sync-meta-wait" since="1.6"/>
|
2324
|
+
<keyword type="function" name="gst_gl_sync_meta_wait_cpu ()" link="gst-plugins-base-libs-GstGLSyncMeta.html#gst-gl-sync-meta-wait-cpu" since="1.8"/>
|
2325
|
+
<keyword type="struct" name="struct GstGLSyncMeta" link="gst-plugins-base-libs-GstGLSyncMeta.html#GstGLSyncMeta"/>
|
2326
|
+
<keyword type="macro" name="GST_BUFFER_POOL_OPTION_GL_SYNC_META" link="gst-plugins-base-libs-GstGLSyncMeta.html#GST-BUFFER-POOL-OPTION-GL-SYNC-META:CAPS"/>
|
2327
|
+
<keyword type="function" name="gst_gl_upload_new ()" link="GstGLUpload.html#gst-gl-upload-new"/>
|
2328
|
+
<keyword type="function" name="gst_gl_upload_set_context ()" link="GstGLUpload.html#gst-gl-upload-set-context"/>
|
2329
|
+
<keyword type="function" name="gst_gl_upload_get_caps ()" link="GstGLUpload.html#gst-gl-upload-get-caps"/>
|
2330
|
+
<keyword type="function" name="gst_gl_upload_set_caps ()" link="GstGLUpload.html#gst-gl-upload-set-caps"/>
|
2331
|
+
<keyword type="function" name="gst_gl_upload_propose_allocation ()" link="GstGLUpload.html#gst-gl-upload-propose-allocation"/>
|
2332
|
+
<keyword type="function" name="gst_gl_upload_transform_caps ()" link="GstGLUpload.html#gst-gl-upload-transform-caps"/>
|
2333
|
+
<keyword type="function" name="gst_gl_upload_perform_with_buffer ()" link="GstGLUpload.html#gst-gl-upload-perform-with-buffer"/>
|
2334
|
+
<keyword type="function" name="gst_gl_upload_get_input_template_caps ()" link="GstGLUpload.html#gst-gl-upload-get-input-template-caps"/>
|
2335
|
+
<keyword type="struct" name="GstGLUpload" link="GstGLUpload.html#GstGLUpload-struct"/>
|
2336
|
+
<keyword type="enum" name="enum GstGLUploadReturn" link="GstGLUpload.html#GstGLUploadReturn"/>
|
2337
|
+
<keyword type="function" name="gst_gl_view_convert_new ()" link="GstGLViewConvert.html#gst-gl-view-convert-new" since="1.6"/>
|
2338
|
+
<keyword type="function" name="gst_gl_view_convert_set_caps ()" link="GstGLViewConvert.html#gst-gl-view-convert-set-caps" since="1.6"/>
|
2339
|
+
<keyword type="function" name="gst_gl_view_convert_transform_caps ()" link="GstGLViewConvert.html#gst-gl-view-convert-transform-caps" since="1.6"/>
|
2340
|
+
<keyword type="function" name="gst_gl_view_convert_fixate_caps ()" link="GstGLViewConvert.html#gst-gl-view-convert-fixate-caps" since="1.6"/>
|
2341
|
+
<keyword type="function" name="gst_gl_view_convert_submit_input_buffer ()" link="GstGLViewConvert.html#gst-gl-view-convert-submit-input-buffer" since="1.6"/>
|
2342
|
+
<keyword type="function" name="gst_gl_view_convert_get_output ()" link="GstGLViewConvert.html#gst-gl-view-convert-get-output" since="1.6"/>
|
2343
|
+
<keyword type="function" name="gst_gl_view_convert_perform ()" link="GstGLViewConvert.html#gst-gl-view-convert-perform" since="1.6"/>
|
2344
|
+
<keyword type="function" name="gst_gl_view_convert_reset ()" link="GstGLViewConvert.html#gst-gl-view-convert-reset" since="1.6"/>
|
2345
|
+
<keyword type="function" name="gst_gl_view_convert_set_context ()" link="GstGLViewConvert.html#gst-gl-view-convert-set-context" since="1.6"/>
|
2346
|
+
<keyword type="enum" name="enum GstGLStereoDownmix" link="GstGLViewConvert.html#GstGLStereoDownmix"/>
|
2347
|
+
<keyword type="struct" name="GstGLViewConvert" link="GstGLViewConvert.html#GstGLViewConvert-struct"/>
|
2348
|
+
<keyword type="struct" name="GstGLViewConvertClass" link="GstGLViewConvert.html#GstGLViewConvertClass"/>
|
2349
|
+
<keyword type="property" name="The “downmix-mode” property" link="GstGLViewConvert.html#GstGLViewConvert--downmix-mode"/>
|
2350
|
+
<keyword type="property" name="The “input-flags-override” property" link="GstGLViewConvert.html#GstGLViewConvert--input-flags-override"/>
|
2351
|
+
<keyword type="property" name="The “input-mode-override” property" link="GstGLViewConvert.html#GstGLViewConvert--input-mode-override"/>
|
2352
|
+
<keyword type="property" name="The “output-flags-override” property" link="GstGLViewConvert.html#GstGLViewConvert--output-flags-override"/>
|
2353
|
+
<keyword type="property" name="The “output-mode-override” property" link="GstGLViewConvert.html#GstGLViewConvert--output-mode-override"/>
|
2354
|
+
<keyword type="function" name="gst_gl_window_error_quark ()" link="GstGLWindow.html#gst-gl-window-error-quark"/>
|
2355
|
+
<keyword type="function" name="GstGLWindowResizeCB ()" link="GstGLWindow.html#GstGLWindowResizeCB"/>
|
2356
|
+
<keyword type="macro" name="GST_GL_WINDOW_RESIZE_CB()" link="GstGLWindow.html#GST-GL-WINDOW-RESIZE-CB:CAPS"/>
|
2357
|
+
<keyword type="function" name="GstGLWindowCB ()" link="GstGLWindow.html#GstGLWindowCB"/>
|
2358
|
+
<keyword type="macro" name="GST_GL_WINDOW_CB()" link="GstGLWindow.html#GST-GL-WINDOW-CB:CAPS"/>
|
2359
|
+
<keyword type="function" name="gst_gl_window_new ()" link="GstGLWindow.html#gst-gl-window-new" since="1.4"/>
|
2360
|
+
<keyword type="function" name="gst_gl_window_draw ()" link="GstGLWindow.html#gst-gl-window-draw" since="1.4"/>
|
2361
|
+
<keyword type="function" name="gst_gl_window_quit ()" link="GstGLWindow.html#gst-gl-window-quit" since="1.4"/>
|
2362
|
+
<keyword type="function" name="gst_gl_window_run ()" link="GstGLWindow.html#gst-gl-window-run" since="1.4"/>
|
2363
|
+
<keyword type="function" name="gst_gl_window_get_context ()" link="GstGLWindow.html#gst-gl-window-get-context" since="1.4"/>
|
2364
|
+
<keyword type="function" name="gst_gl_window_get_display ()" link="GstGLWindow.html#gst-gl-window-get-display" since="1.4"/>
|
2365
|
+
<keyword type="function" name="gst_gl_window_send_message ()" link="GstGLWindow.html#gst-gl-window-send-message" since="1.4"/>
|
2366
|
+
<keyword type="function" name="gst_gl_window_send_message_async ()" link="GstGLWindow.html#gst-gl-window-send-message-async" since="1.4"/>
|
2367
|
+
<keyword type="function" name="gst_gl_window_set_close_callback ()" link="GstGLWindow.html#gst-gl-window-set-close-callback" since="1.4"/>
|
2368
|
+
<keyword type="function" name="gst_gl_window_set_draw_callback ()" link="GstGLWindow.html#gst-gl-window-set-draw-callback" since="1.4"/>
|
2369
|
+
<keyword type="function" name="gst_gl_window_set_resize_callback ()" link="GstGLWindow.html#gst-gl-window-set-resize-callback" since="1.4"/>
|
2370
|
+
<keyword type="function" name="gst_gl_window_set_window_handle ()" link="GstGLWindow.html#gst-gl-window-set-window-handle" since="1.4"/>
|
2371
|
+
<keyword type="function" name="gst_gl_window_get_window_handle ()" link="GstGLWindow.html#gst-gl-window-get-window-handle" since="1.4"/>
|
2372
|
+
<keyword type="function" name="gst_gl_window_set_preferred_size ()" link="GstGLWindow.html#gst-gl-window-set-preferred-size" since="1.6"/>
|
2373
|
+
<keyword type="function" name="gst_gl_window_show ()" link="GstGLWindow.html#gst-gl-window-show" since="1.6"/>
|
2374
|
+
<keyword type="function" name="gst_gl_window_get_surface_dimensions ()" link="GstGLWindow.html#gst-gl-window-get-surface-dimensions" since="1.6"/>
|
2375
|
+
<keyword type="function" name="gst_gl_window_handle_events ()" link="GstGLWindow.html#gst-gl-window-handle-events"/>
|
2376
|
+
<keyword type="function" name="gst_gl_window_queue_resize ()" link="GstGLWindow.html#gst-gl-window-queue-resize"/>
|
2377
|
+
<keyword type="function" name="gst_gl_window_resize ()" link="GstGLWindow.html#gst-gl-window-resize"/>
|
2378
|
+
<keyword type="function" name="gst_gl_window_set_render_rectangle ()" link="GstGLWindow.html#gst-gl-window-set-render-rectangle"/>
|
2379
|
+
<keyword type="enum" name="enum GstGLWindowError" link="GstGLWindow.html#GstGLWindowError"/>
|
2380
|
+
<keyword type="macro" name="GST_GL_WINDOW_ERROR" link="GstGLWindow.html#GST-GL-WINDOW-ERROR:CAPS"/>
|
2381
|
+
<keyword type="struct" name="GstGLWindow" link="GstGLWindow.html#GstGLWindow-struct"/>
|
2382
|
+
<keyword type="struct" name="GstGLWindowClass" link="GstGLWindow.html#GstGLWindowClass"/>
|
2383
|
+
<keyword type="signal" name="The “key-event” signal" link="GstGLWindow.html#GstGLWindow-key-event"/>
|
2384
|
+
<keyword type="signal" name="The “mouse-event” signal" link="GstGLWindow.html#GstGLWindow-mouse-event"/>
|
2385
|
+
<keyword type="function" name="GstGLAsyncDebugLogGetMessage ()" link="gst-plugins-base-libs-OpenGL-debugging.html#GstGLAsyncDebugLogGetMessage"/>
|
2386
|
+
<keyword type="function" name="gst_gl_async_debug_new ()" link="gst-plugins-base-libs-OpenGL-debugging.html#gst-gl-async-debug-new" since="1.8"/>
|
2387
|
+
<keyword type="function" name="gst_gl_async_debug_free ()" link="gst-plugins-base-libs-OpenGL-debugging.html#gst-gl-async-debug-free" since="1.8"/>
|
2388
|
+
<keyword type="function" name="gst_gl_async_debug_init ()" link="gst-plugins-base-libs-OpenGL-debugging.html#gst-gl-async-debug-init" since="1.8"/>
|
2389
|
+
<keyword type="function" name="gst_gl_async_debug_unset ()" link="gst-plugins-base-libs-OpenGL-debugging.html#gst-gl-async-debug-unset"/>
|
2390
|
+
<keyword type="function" name="gst_gl_async_debug_freeze ()" link="gst-plugins-base-libs-OpenGL-debugging.html#gst-gl-async-debug-freeze" since="1.8"/>
|
2391
|
+
<keyword type="function" name="gst_gl_async_debug_thaw ()" link="gst-plugins-base-libs-OpenGL-debugging.html#gst-gl-async-debug-thaw" since="1.8"/>
|
2392
|
+
<keyword type="function" name="gst_gl_async_debug_output_log_msg ()" link="gst-plugins-base-libs-OpenGL-debugging.html#gst-gl-async-debug-output-log-msg"/>
|
2393
|
+
<keyword type="function" name="gst_gl_async_debug_store_log_msg ()" link="gst-plugins-base-libs-OpenGL-debugging.html#gst-gl-async-debug-store-log-msg" since="1.8"/>
|
2394
|
+
<keyword type="function" name="gst_gl_async_debug_store_log_msg_valist ()" link="gst-plugins-base-libs-OpenGL-debugging.html#gst-gl-async-debug-store-log-msg-valist" since="1.8"/>
|
2395
|
+
<keyword type="macro" name="GST_GL_ASYNC_CAT_LEVEL_LOG_valist()" link="gst-plugins-base-libs-OpenGL-debugging.html#GST-GL-ASYNC-CAT-LEVEL-LOG-valist"/>
|
2396
|
+
<keyword type="macro" name="GST_GL_ASYNC_CAT_LEVEL_LOG()" link="gst-plugins-base-libs-OpenGL-debugging.html#GST-GL-ASYNC-CAT-LEVEL-LOG:CAPS"/>
|
2397
|
+
<keyword type="function" name="gst_gl_insert_debug_marker ()" link="gst-plugins-base-libs-OpenGL-debugging.html#gst-gl-insert-debug-marker" since="1.8"/>
|
2398
|
+
<keyword type="struct" name="GstGLAsyncDebug" link="gst-plugins-base-libs-OpenGL-debugging.html#GstGLAsyncDebug"/>
|
2399
|
+
<keyword type="function" name="gst_gl_format_type_n_bytes ()" link="gst-plugins-base-libs-OpenGL-Formats.html#gst-gl-format-type-n-bytes"/>
|
2400
|
+
<keyword type="function" name="gst_gl_format_from_video_info ()" link="gst-plugins-base-libs-OpenGL-Formats.html#gst-gl-format-from-video-info"/>
|
2401
|
+
<keyword type="function" name="gst_gl_sized_gl_format_from_gl_format_type ()" link="gst-plugins-base-libs-OpenGL-Formats.html#gst-gl-sized-gl-format-from-gl-format-type"/>
|
2402
|
+
<keyword type="function" name="gst_gl_texture_target_from_string ()" link="gst-plugins-base-libs-OpenGL-Formats.html#gst-gl-texture-target-from-string"/>
|
2403
|
+
<keyword type="function" name="gst_gl_texture_target_to_string ()" link="gst-plugins-base-libs-OpenGL-Formats.html#gst-gl-texture-target-to-string"/>
|
2404
|
+
<keyword type="function" name="gst_gl_texture_target_to_gl ()" link="gst-plugins-base-libs-OpenGL-Formats.html#gst-gl-texture-target-to-gl"/>
|
2405
|
+
<keyword type="function" name="gst_gl_texture_target_from_gl ()" link="gst-plugins-base-libs-OpenGL-Formats.html#gst-gl-texture-target-from-gl"/>
|
2406
|
+
<keyword type="function" name="gst_gl_texture_target_to_buffer_pool_option ()" link="gst-plugins-base-libs-OpenGL-Formats.html#gst-gl-texture-target-to-buffer-pool-option"/>
|
2407
|
+
<keyword type="enum" name="enum GstGLTextureTarget" link="gst-plugins-base-libs-OpenGL-Formats.html#GstGLTextureTarget" since="1.8"/>
|
2408
|
+
<keyword type="macro" name="GST_GL_TEXTURE_TARGET_2D_STR" link="gst-plugins-base-libs-OpenGL-Formats.html#GST-GL-TEXTURE-TARGET-2D-STR:CAPS"/>
|
2409
|
+
<keyword type="macro" name="GST_GL_TEXTURE_TARGET_RECTANGLE_STR" link="gst-plugins-base-libs-OpenGL-Formats.html#GST-GL-TEXTURE-TARGET-RECTANGLE-STR:CAPS"/>
|
2410
|
+
<keyword type="macro" name="GST_GL_TEXTURE_TARGET_EXTERNAL_OES_STR" link="gst-plugins-base-libs-OpenGL-Formats.html#GST-GL-TEXTURE-TARGET-EXTERNAL-OES-STR:CAPS"/>
|
2411
|
+
<keyword type="macro" name="GST_BUFFER_POOL_OPTION_GL_TEXTURE_TARGET_2D" link="gst-plugins-base-libs-OpenGL-Formats.html#GST-BUFFER-POOL-OPTION-GL-TEXTURE-TARGET-2D:CAPS"/>
|
2412
|
+
<keyword type="macro" name="GST_BUFFER_POOL_OPTION_GL_TEXTURE_TARGET_RECTANGLE" link="gst-plugins-base-libs-OpenGL-Formats.html#GST-BUFFER-POOL-OPTION-GL-TEXTURE-TARGET-RECTANGLE:CAPS"/>
|
2413
|
+
<keyword type="macro" name="GST_BUFFER_POOL_OPTION_GL_TEXTURE_TARGET_EXTERNAL_OES" link="gst-plugins-base-libs-OpenGL-Formats.html#GST-BUFFER-POOL-OPTION-GL-TEXTURE-TARGET-EXTERNAL-OES:CAPS"/>
|
2414
|
+
<keyword type="enum" name="enum GstGLFormat" link="gst-plugins-base-libs-OpenGL-Formats.html#GstGLFormat"/>
|
2415
|
+
<keyword type="function" name="gst_gl_handle_set_context ()" link="gst-plugins-base-libs-OpenGL-Miscellaneous-Utilities.html#gst-gl-handle-set-context"/>
|
2416
|
+
<keyword type="function" name="gst_gl_handle_context_query ()" link="gst-plugins-base-libs-OpenGL-Miscellaneous-Utilities.html#gst-gl-handle-context-query"/>
|
2417
|
+
<keyword type="function" name="gst_gl_ensure_element_data ()" link="gst-plugins-base-libs-OpenGL-Miscellaneous-Utilities.html#gst-gl-ensure-element-data"/>
|
2418
|
+
<keyword type="function" name="gst_gl_query_local_gl_context ()" link="gst-plugins-base-libs-OpenGL-Miscellaneous-Utilities.html#gst-gl-query-local-gl-context"/>
|
2419
|
+
<keyword type="function" name="gst_gl_get_plane_data_size ()" link="gst-plugins-base-libs-OpenGL-Miscellaneous-Utilities.html#gst-gl-get-plane-data-size"/>
|
2420
|
+
<keyword type="function" name="gst_gl_get_plane_start ()" link="gst-plugins-base-libs-OpenGL-Miscellaneous-Utilities.html#gst-gl-get-plane-start"/>
|
2421
|
+
<keyword type="function" name="gst_gl_value_get_texture_target_mask ()" link="gst-plugins-base-libs-OpenGL-Miscellaneous-Utilities.html#gst-gl-value-get-texture-target-mask"/>
|
2422
|
+
<keyword type="function" name="gst_gl_value_set_texture_target ()" link="gst-plugins-base-libs-OpenGL-Miscellaneous-Utilities.html#gst-gl-value-set-texture-target"/>
|
2423
|
+
<keyword type="function" name="gst_gl_value_set_texture_target_from_mask ()" link="gst-plugins-base-libs-OpenGL-Miscellaneous-Utilities.html#gst-gl-value-set-texture-target-from-mask"/>
|
2424
|
+
<keyword type="function" name="gst_gl_check_extension ()" link="gst-plugins-base-libs-OpenGL-Miscellaneous-Utilities.html#gst-gl-check-extension"/>
|
1938
2425
|
<keyword type="constant" name="GST_FD_MEMORY_FLAG_NONE" link="gst-plugins-base-libs-fdmemory.html#GST-FD-MEMORY-FLAG-NONE:CAPS"/>
|
1939
2426
|
<keyword type="constant" name="GST_FD_MEMORY_FLAG_KEEP_MAPPED" link="gst-plugins-base-libs-fdmemory.html#GST-FD-MEMORY-FLAG-KEEP-MAPPED:CAPS"/>
|
1940
2427
|
<keyword type="constant" name="GST_FD_MEMORY_FLAG_MAP_PRIVATE" link="gst-plugins-base-libs-fdmemory.html#GST-FD-MEMORY-FLAG-MAP-PRIVATE:CAPS"/>
|
@@ -2108,6 +2595,7 @@
|
|
2108
2595
|
<keyword type="constant" name="GST_FFT_WINDOW_BARTLETT" link="gst-plugins-base-libs-GstFFT.html#GST-FFT-WINDOW-BARTLETT:CAPS"/>
|
2109
2596
|
<keyword type="constant" name="GST_FFT_WINDOW_BLACKMAN" link="gst-plugins-base-libs-GstFFT.html#GST-FFT-WINDOW-BLACKMAN:CAPS"/>
|
2110
2597
|
<keyword type="constant" name="GST_RTP_BUFFER_FLAG_RETRANSMISSION" link="gst-plugins-base-libs-GstRTPBuffer.html#GST-RTP-BUFFER-FLAG-RETRANSMISSION:CAPS"/>
|
2598
|
+
<keyword type="constant" name="GST_RTP_BUFFER_FLAG_REDUNDANT" link="gst-plugins-base-libs-GstRTPBuffer.html#GST-RTP-BUFFER-FLAG-REDUNDANT:CAPS"/>
|
2111
2599
|
<keyword type="constant" name="GST_RTP_BUFFER_FLAG_LAST" link="gst-plugins-base-libs-GstRTPBuffer.html#GST-RTP-BUFFER-FLAG-LAST:CAPS"/>
|
2112
2600
|
<keyword type="constant" name="GST_RTP_BUFFER_MAP_FLAG_SKIP_PADDING" link="gst-plugins-base-libs-GstRTPBuffer.html#GST-RTP-BUFFER-MAP-FLAG-SKIP-PADDING:CAPS"/>
|
2113
2601
|
<keyword type="constant" name="GST_RTP_BUFFER_MAP_FLAG_LAST" link="gst-plugins-base-libs-GstRTPBuffer.html#GST-RTP-BUFFER-MAP-FLAG-LAST:CAPS"/>
|
@@ -2119,6 +2607,7 @@
|
|
2119
2607
|
<keyword type="constant" name="GST_RTCP_TYPE_APP" link="gst-plugins-base-libs-GstRTCPBuffer.html#GST-RTCP-TYPE-APP:CAPS"/>
|
2120
2608
|
<keyword type="constant" name="GST_RTCP_TYPE_RTPFB" link="gst-plugins-base-libs-GstRTCPBuffer.html#GST-RTCP-TYPE-RTPFB:CAPS"/>
|
2121
2609
|
<keyword type="constant" name="GST_RTCP_TYPE_PSFB" link="gst-plugins-base-libs-GstRTCPBuffer.html#GST-RTCP-TYPE-PSFB:CAPS"/>
|
2610
|
+
<keyword type="constant" name="GST_RTCP_TYPE_XR" link="gst-plugins-base-libs-GstRTCPBuffer.html#GST-RTCP-TYPE-XR:CAPS"/>
|
2122
2611
|
<keyword type="constant" name="GST_RTCP_SDES_INVALID" link="gst-plugins-base-libs-GstRTCPBuffer.html#GST-RTCP-SDES-INVALID:CAPS"/>
|
2123
2612
|
<keyword type="constant" name="GST_RTCP_SDES_END" link="gst-plugins-base-libs-GstRTCPBuffer.html#GST-RTCP-SDES-END:CAPS"/>
|
2124
2613
|
<keyword type="constant" name="GST_RTCP_SDES_CNAME" link="gst-plugins-base-libs-GstRTCPBuffer.html#GST-RTCP-SDES-CNAME:CAPS"/>
|
@@ -2200,6 +2689,7 @@
|
|
2200
2689
|
<keyword type="constant" name="GST_RTSP_VERSION_INVALID" link="gst-plugins-base-libs-GstRtspdefs.html#GST-RTSP-VERSION-INVALID:CAPS"/>
|
2201
2690
|
<keyword type="constant" name="GST_RTSP_VERSION_1_0" link="gst-plugins-base-libs-GstRtspdefs.html#GST-RTSP-VERSION-1-0:CAPS"/>
|
2202
2691
|
<keyword type="constant" name="GST_RTSP_VERSION_1_1" link="gst-plugins-base-libs-GstRtspdefs.html#GST-RTSP-VERSION-1-1:CAPS"/>
|
2692
|
+
<keyword type="constant" name="GST_RTSP_VERSION_2_0" link="gst-plugins-base-libs-GstRtspdefs.html#GST-RTSP-VERSION-2-0:CAPS"/>
|
2203
2693
|
<keyword type="constant" name="GST_RTSP_INVALID" link="gst-plugins-base-libs-GstRtspdefs.html#GST-RTSP-INVALID:CAPS"/>
|
2204
2694
|
<keyword type="constant" name="GST_RTSP_DESCRIBE" link="gst-plugins-base-libs-GstRtspdefs.html#GST-RTSP-DESCRIBE:CAPS"/>
|
2205
2695
|
<keyword type="constant" name="GST_RTSP_ANNOUNCE" link="gst-plugins-base-libs-GstRtspdefs.html#GST-RTSP-ANNOUNCE:CAPS"/>
|
@@ -2300,6 +2790,10 @@
|
|
2300
2790
|
<keyword type="constant" name="GST_RTSP_HDR_X_SESSIONCOOKIE" link="gst-plugins-base-libs-GstRtspdefs.html#GST-RTSP-HDR-X-SESSIONCOOKIE:CAPS"/>
|
2301
2791
|
<keyword type="constant" name="GST_RTSP_HDR_RTCP_INTERVAL" link="gst-plugins-base-libs-GstRtspdefs.html#GST-RTSP-HDR-RTCP-INTERVAL:CAPS"/>
|
2302
2792
|
<keyword type="constant" name="GST_RTSP_HDR_KEYMGMT" link="gst-plugins-base-libs-GstRtspdefs.html#GST-RTSP-HDR-KEYMGMT:CAPS"/>
|
2793
|
+
<keyword type="constant" name="GST_RTSP_HDR_PIPELINED_REQUESTS" link="gst-plugins-base-libs-GstRtspdefs.html#GST-RTSP-HDR-PIPELINED-REQUESTS:CAPS"/>
|
2794
|
+
<keyword type="constant" name="GST_RTSP_HDR_MEDIA_PROPERTIES" link="gst-plugins-base-libs-GstRtspdefs.html#GST-RTSP-HDR-MEDIA-PROPERTIES:CAPS"/>
|
2795
|
+
<keyword type="constant" name="GST_RTSP_HDR_SEEK_STYLE" link="gst-plugins-base-libs-GstRtspdefs.html#GST-RTSP-HDR-SEEK-STYLE:CAPS"/>
|
2796
|
+
<keyword type="constant" name="GST_RTSP_HDR_ACCEPT_RANGES" link="gst-plugins-base-libs-GstRtspdefs.html#GST-RTSP-HDR-ACCEPT-RANGES:CAPS"/>
|
2303
2797
|
<keyword type="constant" name="GST_RTSP_HDR_LAST" link="gst-plugins-base-libs-GstRtspdefs.html#GST-RTSP-HDR-LAST:CAPS"/>
|
2304
2798
|
<keyword type="constant" name="GST_RTSP_STS_INVALID" link="gst-plugins-base-libs-GstRtspdefs.html#GST-RTSP-STS-INVALID:CAPS"/>
|
2305
2799
|
<keyword type="constant" name="GST_RTSP_STS_CONTINUE" link="gst-plugins-base-libs-GstRtspdefs.html#GST-RTSP-STS-CONTINUE:CAPS"/>
|
@@ -2576,6 +3070,9 @@
|
|
2576
3070
|
<keyword type="constant" name="GST_VIDEO_FORMAT_I422_12LE" link="gst-plugins-base-libs-GstVideoAlignment.html#GST-VIDEO-FORMAT-I422-12LE:CAPS"/>
|
2577
3071
|
<keyword type="constant" name="GST_VIDEO_FORMAT_Y444_12BE" link="gst-plugins-base-libs-GstVideoAlignment.html#GST-VIDEO-FORMAT-Y444-12BE:CAPS"/>
|
2578
3072
|
<keyword type="constant" name="GST_VIDEO_FORMAT_Y444_12LE" link="gst-plugins-base-libs-GstVideoAlignment.html#GST-VIDEO-FORMAT-Y444-12LE:CAPS"/>
|
3073
|
+
<keyword type="constant" name="GST_VIDEO_FORMAT_GRAY10_LE32" link="gst-plugins-base-libs-GstVideoAlignment.html#GST-VIDEO-FORMAT-GRAY10-LE32:CAPS"/>
|
3074
|
+
<keyword type="constant" name="GST_VIDEO_FORMAT_NV12_10LE32" link="gst-plugins-base-libs-GstVideoAlignment.html#GST-VIDEO-FORMAT-NV12-10LE32:CAPS"/>
|
3075
|
+
<keyword type="constant" name="GST_VIDEO_FORMAT_NV16_10LE32" link="gst-plugins-base-libs-GstVideoAlignment.html#GST-VIDEO-FORMAT-NV16-10LE32:CAPS"/>
|
2579
3076
|
<keyword type="constant" name="GST_VIDEO_FORMAT_FLAG_YUV" link="gst-plugins-base-libs-GstVideoAlignment.html#GST-VIDEO-FORMAT-FLAG-YUV:CAPS"/>
|
2580
3077
|
<keyword type="constant" name="GST_VIDEO_FORMAT_FLAG_RGB" link="gst-plugins-base-libs-GstVideoAlignment.html#GST-VIDEO-FORMAT-FLAG-RGB:CAPS"/>
|
2581
3078
|
<keyword type="constant" name="GST_VIDEO_FORMAT_FLAG_GRAY" link="gst-plugins-base-libs-GstVideoAlignment.html#GST-VIDEO-FORMAT-FLAG-GRAY:CAPS"/>
|
@@ -2779,6 +3276,96 @@
|
|
2779
3276
|
<keyword type="constant" name="GST_NAVIGATION_QUERY_INVALID" link="GstNavigation.html#GST-NAVIGATION-QUERY-INVALID:CAPS"/>
|
2780
3277
|
<keyword type="constant" name="GST_NAVIGATION_QUERY_COMMANDS" link="GstNavigation.html#GST-NAVIGATION-QUERY-COMMANDS:CAPS"/>
|
2781
3278
|
<keyword type="constant" name="GST_NAVIGATION_QUERY_ANGLES" link="GstNavigation.html#GST-NAVIGATION-QUERY-ANGLES:CAPS"/>
|
3279
|
+
<keyword type="constant" name="GST_GL_API_NONE" link="gst-plugins-base-libs-GstGLAPI.html#GST-GL-API-NONE:CAPS"/>
|
3280
|
+
<keyword type="constant" name="GST_GL_API_OPENGL" link="gst-plugins-base-libs-GstGLAPI.html#GST-GL-API-OPENGL:CAPS"/>
|
3281
|
+
<keyword type="constant" name="GST_GL_API_OPENGL3" link="gst-plugins-base-libs-GstGLAPI.html#GST-GL-API-OPENGL3:CAPS"/>
|
3282
|
+
<keyword type="constant" name="GST_GL_API_GLES1" link="gst-plugins-base-libs-GstGLAPI.html#GST-GL-API-GLES1:CAPS"/>
|
3283
|
+
<keyword type="constant" name="GST_GL_API_GLES2" link="gst-plugins-base-libs-GstGLAPI.html#GST-GL-API-GLES2:CAPS"/>
|
3284
|
+
<keyword type="constant" name="GST_GL_API_ANY" link="gst-plugins-base-libs-GstGLAPI.html#GST-GL-API-ANY:CAPS"/>
|
3285
|
+
<keyword type="constant" name="GST_GL_PLATFORM_NONE" link="gst-plugins-base-libs-GstGLAPI.html#GST-GL-PLATFORM-NONE:CAPS"/>
|
3286
|
+
<keyword type="constant" name="GST_GL_PLATFORM_EGL" link="gst-plugins-base-libs-GstGLAPI.html#GST-GL-PLATFORM-EGL:CAPS"/>
|
3287
|
+
<keyword type="constant" name="GST_GL_PLATFORM_GLX" link="gst-plugins-base-libs-GstGLAPI.html#GST-GL-PLATFORM-GLX:CAPS"/>
|
3288
|
+
<keyword type="constant" name="GST_GL_PLATFORM_WGL" link="gst-plugins-base-libs-GstGLAPI.html#GST-GL-PLATFORM-WGL:CAPS"/>
|
3289
|
+
<keyword type="constant" name="GST_GL_PLATFORM_CGL" link="gst-plugins-base-libs-GstGLAPI.html#GST-GL-PLATFORM-CGL:CAPS"/>
|
3290
|
+
<keyword type="constant" name="GST_GL_PLATFORM_EAGL" link="gst-plugins-base-libs-GstGLAPI.html#GST-GL-PLATFORM-EAGL:CAPS"/>
|
3291
|
+
<keyword type="constant" name="GST_GL_PLATFORM_ANY" link="gst-plugins-base-libs-GstGLAPI.html#GST-GL-PLATFORM-ANY:CAPS"/>
|
3292
|
+
<keyword type="constant" name="GST_GL_BASE_MEMORY_ERROR_FAILED" link="gst-plugins-base-libs-GstGLBaseMemory.html#GST-GL-BASE-MEMORY-ERROR-FAILED:CAPS"/>
|
3293
|
+
<keyword type="constant" name="GST_GL_BASE_MEMORY_ERROR_OLD_LIBS" link="gst-plugins-base-libs-GstGLBaseMemory.html#GST-GL-BASE-MEMORY-ERROR-OLD-LIBS:CAPS"/>
|
3294
|
+
<keyword type="constant" name="GST_GL_BASE_MEMORY_ERROR_RESOURCE_UNAVAILABLE" link="gst-plugins-base-libs-GstGLBaseMemory.html#GST-GL-BASE-MEMORY-ERROR-RESOURCE-UNAVAILABLE:CAPS"/>
|
3295
|
+
<keyword type="constant" name="GST_GL_BASE_MEMORY_TRANSFER_NEED_DOWNLOAD" link="gst-plugins-base-libs-GstGLBaseMemory.html#GST-GL-BASE-MEMORY-TRANSFER-NEED-DOWNLOAD:CAPS"/>
|
3296
|
+
<keyword type="constant" name="GST_GL_BASE_MEMORY_TRANSFER_NEED_UPLOAD" link="gst-plugins-base-libs-GstGLBaseMemory.html#GST-GL-BASE-MEMORY-TRANSFER-NEED-UPLOAD:CAPS"/>
|
3297
|
+
<keyword type="constant" name="GST_GL_CONTEXT_ERROR_FAILED" link="GstGLContext.html#GST-GL-CONTEXT-ERROR-FAILED:CAPS"/>
|
3298
|
+
<keyword type="constant" name="GST_GL_CONTEXT_ERROR_WRONG_CONFIG" link="GstGLContext.html#GST-GL-CONTEXT-ERROR-WRONG-CONFIG:CAPS"/>
|
3299
|
+
<keyword type="constant" name="GST_GL_CONTEXT_ERROR_WRONG_API" link="GstGLContext.html#GST-GL-CONTEXT-ERROR-WRONG-API:CAPS"/>
|
3300
|
+
<keyword type="constant" name="GST_GL_CONTEXT_ERROR_OLD_LIBS" link="GstGLContext.html#GST-GL-CONTEXT-ERROR-OLD-LIBS:CAPS"/>
|
3301
|
+
<keyword type="constant" name="GST_GL_CONTEXT_ERROR_CREATE_CONTEXT" link="GstGLContext.html#GST-GL-CONTEXT-ERROR-CREATE-CONTEXT:CAPS"/>
|
3302
|
+
<keyword type="constant" name="GST_GL_CONTEXT_ERROR_RESOURCE_UNAVAILABLE" link="GstGLContext.html#GST-GL-CONTEXT-ERROR-RESOURCE-UNAVAILABLE:CAPS"/>
|
3303
|
+
<keyword type="constant" name="GST_GL_DISPLAY_TYPE_NONE" link="GstGLDisplay.html#GST-GL-DISPLAY-TYPE-NONE:CAPS"/>
|
3304
|
+
<keyword type="constant" name="GST_GL_DISPLAY_TYPE_X11" link="GstGLDisplay.html#GST-GL-DISPLAY-TYPE-X11:CAPS"/>
|
3305
|
+
<keyword type="constant" name="GST_GL_DISPLAY_TYPE_WAYLAND" link="GstGLDisplay.html#GST-GL-DISPLAY-TYPE-WAYLAND:CAPS"/>
|
3306
|
+
<keyword type="constant" name="GST_GL_DISPLAY_TYPE_COCOA" link="GstGLDisplay.html#GST-GL-DISPLAY-TYPE-COCOA:CAPS"/>
|
3307
|
+
<keyword type="constant" name="GST_GL_DISPLAY_TYPE_WIN32" link="GstGLDisplay.html#GST-GL-DISPLAY-TYPE-WIN32:CAPS"/>
|
3308
|
+
<keyword type="constant" name="GST_GL_DISPLAY_TYPE_DISPMANX" link="GstGLDisplay.html#GST-GL-DISPLAY-TYPE-DISPMANX:CAPS"/>
|
3309
|
+
<keyword type="constant" name="GST_GL_DISPLAY_TYPE_EGL" link="GstGLDisplay.html#GST-GL-DISPLAY-TYPE-EGL:CAPS"/>
|
3310
|
+
<keyword type="constant" name="GST_GL_DISPLAY_TYPE_VIV_FB" link="GstGLDisplay.html#GST-GL-DISPLAY-TYPE-VIV-FB:CAPS"/>
|
3311
|
+
<keyword type="constant" name="GST_GL_DISPLAY_TYPE_GBM" link="GstGLDisplay.html#GST-GL-DISPLAY-TYPE-GBM:CAPS"/>
|
3312
|
+
<keyword type="constant" name="GST_GL_DISPLAY_TYPE_ANY" link="GstGLDisplay.html#GST-GL-DISPLAY-TYPE-ANY:CAPS"/>
|
3313
|
+
<keyword type="constant" name="GST_GL_QUERY_NONE" link="gst-plugins-base-libs-GstGLQuery.html#GST-GL-QUERY-NONE:CAPS"/>
|
3314
|
+
<keyword type="constant" name="GST_GL_QUERY_TIME_ELAPSED" link="gst-plugins-base-libs-GstGLQuery.html#GST-GL-QUERY-TIME-ELAPSED:CAPS"/>
|
3315
|
+
<keyword type="constant" name="GST_GL_QUERY_TIMESTAMP" link="gst-plugins-base-libs-GstGLQuery.html#GST-GL-QUERY-TIMESTAMP:CAPS"/>
|
3316
|
+
<keyword type="constant" name="GST_GLSL_ERROR_COMPILE" link="gst-plugins-base-libs-GstGLSL.html#GST-GLSL-ERROR-COMPILE:CAPS"/>
|
3317
|
+
<keyword type="constant" name="GST_GLSL_ERROR_LINK" link="gst-plugins-base-libs-GstGLSL.html#GST-GLSL-ERROR-LINK:CAPS"/>
|
3318
|
+
<keyword type="constant" name="GST_GLSL_ERROR_PROGRAM" link="gst-plugins-base-libs-GstGLSL.html#GST-GLSL-ERROR-PROGRAM:CAPS"/>
|
3319
|
+
<keyword type="constant" name="GST_GLSL_PROFILE_NONE" link="gst-plugins-base-libs-GstGLSL.html#GST-GLSL-PROFILE-NONE:CAPS"/>
|
3320
|
+
<keyword type="constant" name="GST_GLSL_PROFILE_ES" link="gst-plugins-base-libs-GstGLSL.html#GST-GLSL-PROFILE-ES:CAPS"/>
|
3321
|
+
<keyword type="constant" name="GST_GLSL_PROFILE_CORE" link="gst-plugins-base-libs-GstGLSL.html#GST-GLSL-PROFILE-CORE:CAPS"/>
|
3322
|
+
<keyword type="constant" name="GST_GLSL_PROFILE_COMPATIBILITY" link="gst-plugins-base-libs-GstGLSL.html#GST-GLSL-PROFILE-COMPATIBILITY:CAPS"/>
|
3323
|
+
<keyword type="constant" name="GST_GLSL_PROFILE_ANY" link="gst-plugins-base-libs-GstGLSL.html#GST-GLSL-PROFILE-ANY:CAPS"/>
|
3324
|
+
<keyword type="constant" name="GST_GLSL_VERSION_NONE" link="gst-plugins-base-libs-GstGLSL.html#GST-GLSL-VERSION-NONE:CAPS"/>
|
3325
|
+
<keyword type="constant" name="GST_GLSL_VERSION_100" link="gst-plugins-base-libs-GstGLSL.html#GST-GLSL-VERSION-100:CAPS"/>
|
3326
|
+
<keyword type="constant" name="GST_GLSL_VERSION_110" link="gst-plugins-base-libs-GstGLSL.html#GST-GLSL-VERSION-110:CAPS"/>
|
3327
|
+
<keyword type="constant" name="GST_GLSL_VERSION_120" link="gst-plugins-base-libs-GstGLSL.html#GST-GLSL-VERSION-120:CAPS"/>
|
3328
|
+
<keyword type="constant" name="GST_GLSL_VERSION_130" link="gst-plugins-base-libs-GstGLSL.html#GST-GLSL-VERSION-130:CAPS"/>
|
3329
|
+
<keyword type="constant" name="GST_GLSL_VERSION_140" link="gst-plugins-base-libs-GstGLSL.html#GST-GLSL-VERSION-140:CAPS"/>
|
3330
|
+
<keyword type="constant" name="GST_GLSL_VERSION_150" link="gst-plugins-base-libs-GstGLSL.html#GST-GLSL-VERSION-150:CAPS"/>
|
3331
|
+
<keyword type="constant" name="GST_GLSL_VERSION_300" link="gst-plugins-base-libs-GstGLSL.html#GST-GLSL-VERSION-300:CAPS"/>
|
3332
|
+
<keyword type="constant" name="GST_GLSL_VERSION_310" link="gst-plugins-base-libs-GstGLSL.html#GST-GLSL-VERSION-310:CAPS"/>
|
3333
|
+
<keyword type="constant" name="GST_GLSL_VERSION_320" link="gst-plugins-base-libs-GstGLSL.html#GST-GLSL-VERSION-320:CAPS"/>
|
3334
|
+
<keyword type="constant" name="GST_GLSL_VERSION_330" link="gst-plugins-base-libs-GstGLSL.html#GST-GLSL-VERSION-330:CAPS"/>
|
3335
|
+
<keyword type="constant" name="GST_GLSL_VERSION_400" link="gst-plugins-base-libs-GstGLSL.html#GST-GLSL-VERSION-400:CAPS"/>
|
3336
|
+
<keyword type="constant" name="GST_GLSL_VERSION_410" link="gst-plugins-base-libs-GstGLSL.html#GST-GLSL-VERSION-410:CAPS"/>
|
3337
|
+
<keyword type="constant" name="GST_GLSL_VERSION_420" link="gst-plugins-base-libs-GstGLSL.html#GST-GLSL-VERSION-420:CAPS"/>
|
3338
|
+
<keyword type="constant" name="GST_GLSL_VERSION_430" link="gst-plugins-base-libs-GstGLSL.html#GST-GLSL-VERSION-430:CAPS"/>
|
3339
|
+
<keyword type="constant" name="GST_GLSL_VERSION_440" link="gst-plugins-base-libs-GstGLSL.html#GST-GLSL-VERSION-440:CAPS"/>
|
3340
|
+
<keyword type="constant" name="GST_GLSL_VERSION_450" link="gst-plugins-base-libs-GstGLSL.html#GST-GLSL-VERSION-450:CAPS"/>
|
3341
|
+
<keyword type="constant" name="GST_GL_UPLOAD_DONE" link="GstGLUpload.html#GST-GL-UPLOAD-DONE:CAPS"/>
|
3342
|
+
<keyword type="constant" name="GST_GL_UPLOAD_ERROR" link="GstGLUpload.html#GST-GL-UPLOAD-ERROR:CAPS"/>
|
3343
|
+
<keyword type="constant" name="GST_GL_UPLOAD_UNSUPPORTED" link="GstGLUpload.html#GST-GL-UPLOAD-UNSUPPORTED:CAPS"/>
|
3344
|
+
<keyword type="constant" name="GST_GL_UPLOAD_RECONFIGURE" link="GstGLUpload.html#GST-GL-UPLOAD-RECONFIGURE:CAPS"/>
|
3345
|
+
<keyword type="constant" name="GST_GL_STEREO_DOWNMIX_ANAGLYPH_GREEN_MAGENTA_DUBOIS" link="GstGLViewConvert.html#GST-GL-STEREO-DOWNMIX-ANAGLYPH-GREEN-MAGENTA-DUBOIS:CAPS"/>
|
3346
|
+
<keyword type="constant" name="GST_GL_STEREO_DOWNMIX_ANAGLYPH_RED_CYAN_DUBOIS" link="GstGLViewConvert.html#GST-GL-STEREO-DOWNMIX-ANAGLYPH-RED-CYAN-DUBOIS:CAPS"/>
|
3347
|
+
<keyword type="constant" name="GST_GL_STEREO_DOWNMIX_ANAGLYPH_AMBER_BLUE_DUBOIS" link="GstGLViewConvert.html#GST-GL-STEREO-DOWNMIX-ANAGLYPH-AMBER-BLUE-DUBOIS:CAPS"/>
|
3348
|
+
<keyword type="constant" name="GST_GL_WINDOW_ERROR_FAILED" link="GstGLWindow.html#GST-GL-WINDOW-ERROR-FAILED:CAPS"/>
|
3349
|
+
<keyword type="constant" name="GST_GL_WINDOW_ERROR_OLD_LIBS" link="GstGLWindow.html#GST-GL-WINDOW-ERROR-OLD-LIBS:CAPS"/>
|
3350
|
+
<keyword type="constant" name="GST_GL_WINDOW_ERROR_RESOURCE_UNAVAILABLE" link="GstGLWindow.html#GST-GL-WINDOW-ERROR-RESOURCE-UNAVAILABLE:CAPS"/>
|
3351
|
+
<keyword type="constant" name="GST_GL_TEXTURE_TARGET_NONE" link="gst-plugins-base-libs-OpenGL-Formats.html#GST-GL-TEXTURE-TARGET-NONE:CAPS"/>
|
3352
|
+
<keyword type="constant" name="GST_GL_TEXTURE_TARGET_2D" link="gst-plugins-base-libs-OpenGL-Formats.html#GST-GL-TEXTURE-TARGET-2D:CAPS"/>
|
3353
|
+
<keyword type="constant" name="GST_GL_TEXTURE_TARGET_RECTANGLE" link="gst-plugins-base-libs-OpenGL-Formats.html#GST-GL-TEXTURE-TARGET-RECTANGLE:CAPS"/>
|
3354
|
+
<keyword type="constant" name="GST_GL_TEXTURE_TARGET_EXTERNAL_OES" link="gst-plugins-base-libs-OpenGL-Formats.html#GST-GL-TEXTURE-TARGET-EXTERNAL-OES:CAPS"/>
|
3355
|
+
<keyword type="constant" name="GST_GL_LUMINANCE" link="gst-plugins-base-libs-OpenGL-Formats.html#GST-GL-LUMINANCE:CAPS"/>
|
3356
|
+
<keyword type="constant" name="GST_GL_ALPHA" link="gst-plugins-base-libs-OpenGL-Formats.html#GST-GL-ALPHA:CAPS"/>
|
3357
|
+
<keyword type="constant" name="GST_GL_LUMINANCE_ALPHA" link="gst-plugins-base-libs-OpenGL-Formats.html#GST-GL-LUMINANCE-ALPHA:CAPS"/>
|
3358
|
+
<keyword type="constant" name="GST_GL_RED" link="gst-plugins-base-libs-OpenGL-Formats.html#GST-GL-RED:CAPS"/>
|
3359
|
+
<keyword type="constant" name="GST_GL_R8" link="gst-plugins-base-libs-OpenGL-Formats.html#GST-GL-R8:CAPS"/>
|
3360
|
+
<keyword type="constant" name="GST_GL_RG" link="gst-plugins-base-libs-OpenGL-Formats.html#GST-GL-RG:CAPS"/>
|
3361
|
+
<keyword type="constant" name="GST_GL_RG8" link="gst-plugins-base-libs-OpenGL-Formats.html#GST-GL-RG8:CAPS"/>
|
3362
|
+
<keyword type="constant" name="GST_GL_RGB" link="gst-plugins-base-libs-OpenGL-Formats.html#GST-GL-RGB:CAPS"/>
|
3363
|
+
<keyword type="constant" name="GST_GL_RGB8" link="gst-plugins-base-libs-OpenGL-Formats.html#GST-GL-RGB8:CAPS"/>
|
3364
|
+
<keyword type="constant" name="GST_GL_RGB565" link="gst-plugins-base-libs-OpenGL-Formats.html#GST-GL-RGB565:CAPS"/>
|
3365
|
+
<keyword type="constant" name="GST_GL_RGBA" link="gst-plugins-base-libs-OpenGL-Formats.html#GST-GL-RGBA:CAPS"/>
|
3366
|
+
<keyword type="constant" name="GST_GL_RGBA8" link="gst-plugins-base-libs-OpenGL-Formats.html#GST-GL-RGBA8:CAPS"/>
|
3367
|
+
<keyword type="constant" name="GST_GL_DEPTH_COMPONENT16" link="gst-plugins-base-libs-OpenGL-Formats.html#GST-GL-DEPTH-COMPONENT16:CAPS"/>
|
3368
|
+
<keyword type="constant" name="GST_GL_DEPTH24_STENCIL8" link="gst-plugins-base-libs-OpenGL-Formats.html#GST-GL-DEPTH24-STENCIL8:CAPS"/>
|
2782
3369
|
<keyword type="member" name="GstAppSrcCallbacks.need-data" link="gst-plugins-base-libs-appsrc.html#GstAppSrcCallbacks.need-data"/>
|
2783
3370
|
<keyword type="member" name="GstAppSrcCallbacks.enough-data" link="gst-plugins-base-libs-appsrc.html#GstAppSrcCallbacks.enough-data"/>
|
2784
3371
|
<keyword type="member" name="GstAppSrcCallbacks.seek-data" link="gst-plugins-base-libs-appsrc.html#GstAppSrcCallbacks.seek-data"/>
|
@@ -2813,6 +3400,10 @@
|
|
2813
3400
|
<keyword type="member" name="GstAudioClippingMeta.format" link="gst-plugins-base-libs-GstAudioDownmixMeta.html#GstAudioClippingMeta.format"/>
|
2814
3401
|
<keyword type="member" name="GstAudioClippingMeta.start" link="gst-plugins-base-libs-GstAudioDownmixMeta.html#GstAudioClippingMeta.start"/>
|
2815
3402
|
<keyword type="member" name="GstAudioClippingMeta.end" link="gst-plugins-base-libs-GstAudioDownmixMeta.html#GstAudioClippingMeta.end"/>
|
3403
|
+
<keyword type="member" name="GstAudioAggregatorClass.create-output-buffer" link="GstAudioAggregator.html#GstAudioAggregatorClass.create-output-buffer"/>
|
3404
|
+
<keyword type="member" name="GstAudioAggregatorClass.aggregate-one-buffer" link="GstAudioAggregator.html#GstAudioAggregatorClass.aggregate-one-buffer"/>
|
3405
|
+
<keyword type="member" name="GstAudioAggregatorPadClass.convert-buffer" link="GstAudioAggregator.html#GstAudioAggregatorPadClass.convert-buffer"/>
|
3406
|
+
<keyword type="member" name="GstAudioAggregatorPadClass.update-conversion-info" link="GstAudioAggregator.html#GstAudioAggregatorPadClass.update-conversion-info"/>
|
2816
3407
|
<keyword type="member" name="GstAudioCdSrcClass.pushsrc-class" link="GstAudioCdSrc.html#GstAudioCdSrcClass.pushsrc-class"/>
|
2817
3408
|
<keyword type="member" name="GstAudioCdSrcClass.open" link="GstAudioCdSrc.html#GstAudioCdSrcClass.open"/>
|
2818
3409
|
<keyword type="member" name="GstAudioCdSrcClass.close" link="GstAudioCdSrc.html#GstAudioCdSrcClass.close"/>
|
@@ -3173,12 +3764,15 @@
|
|
3173
3764
|
<keyword type="member" name="GstVideoRegionOfInterestMeta.y" link="gst-plugins-base-libs-gstvideometa.html#GstVideoRegionOfInterestMeta.y"/>
|
3174
3765
|
<keyword type="member" name="GstVideoRegionOfInterestMeta.w" link="gst-plugins-base-libs-gstvideometa.html#GstVideoRegionOfInterestMeta.w"/>
|
3175
3766
|
<keyword type="member" name="GstVideoRegionOfInterestMeta.h" link="gst-plugins-base-libs-gstvideometa.html#GstVideoRegionOfInterestMeta.h"/>
|
3767
|
+
<keyword type="member" name="GstVideoRegionOfInterestMeta.params" link="gst-plugins-base-libs-gstvideometa.html#GstVideoRegionOfInterestMeta.params"/>
|
3176
3768
|
<keyword type="member" name="GstVideoGLTextureUploadMeta.meta" link="gst-plugins-base-libs-gstvideometa.html#GstVideoGLTextureUploadMeta.meta"/>
|
3177
3769
|
<keyword type="member" name="GstVideoGLTextureUploadMeta.texture-orientation" link="gst-plugins-base-libs-gstvideometa.html#GstVideoGLTextureUploadMeta.texture-orientation"/>
|
3178
3770
|
<keyword type="member" name="GstVideoGLTextureUploadMeta.n-textures" link="gst-plugins-base-libs-gstvideometa.html#GstVideoGLTextureUploadMeta.n-textures"/>
|
3179
3771
|
<keyword type="member" name="GstVideoGLTextureUploadMeta.texture-type" link="gst-plugins-base-libs-gstvideometa.html#GstVideoGLTextureUploadMeta.texture-type"/>
|
3180
3772
|
<keyword type="member" name="GstVideoTimeCodeMeta.meta" link="gst-plugins-base-libs-gstvideometa.html#GstVideoTimeCodeMeta.meta"/>
|
3181
3773
|
<keyword type="member" name="GstVideoTimeCodeMeta.tc" link="gst-plugins-base-libs-gstvideometa.html#GstVideoTimeCodeMeta.tc"/>
|
3774
|
+
<keyword type="member" name="GstVideoAffineTransformationMeta.meta" link="gst-plugins-base-libs-gstvideoaffinetransformationmeta.html#GstVideoAffineTransformationMeta.meta"/>
|
3775
|
+
<keyword type="member" name="GstVideoAffineTransformationMeta.matrix" link="gst-plugins-base-libs-gstvideoaffinetransformationmeta.html#GstVideoAffineTransformationMeta.matrix"/>
|
3182
3776
|
<keyword type="member" name="GstVideoOverlayCompositionMeta.meta" link="gst-plugins-base-libs-GstVideoOverlayRectangle.html#GstVideoOverlayCompositionMeta.meta"/>
|
3183
3777
|
<keyword type="member" name="GstVideoOverlayCompositionMeta.overlay" link="gst-plugins-base-libs-GstVideoOverlayRectangle.html#GstVideoOverlayCompositionMeta.overlay"/>
|
3184
3778
|
<keyword type="member" name="GstVideoFilterClass.set-info" link="GstVideoFilter.html#GstVideoFilterClass.set-info"/>
|
@@ -3280,5 +3874,85 @@
|
|
3280
3874
|
<keyword type="member" name="GstVideoCodecState.allocation-caps" link="gst-plugins-base-libs-gstvideoutils.html#GstVideoCodecState.allocation-caps"/>
|
3281
3875
|
<keyword type="member" name="GstNavigationInterface.iface" link="GstNavigation.html#GstNavigationInterface.iface"/>
|
3282
3876
|
<keyword type="member" name="GstNavigationInterface.send-event" link="GstNavigation.html#GstNavigationInterface.send-event"/>
|
3877
|
+
<keyword type="member" name="GstGLBaseFilterClass.supported-gl-api" link="GstGLBaseFilter.html#GstGLBaseFilterClass.supported-gl-api"/>
|
3878
|
+
<keyword type="member" name="GstGLBaseFilterClass.gl-start" link="GstGLBaseFilter.html#GstGLBaseFilterClass.gl-start"/>
|
3879
|
+
<keyword type="member" name="GstGLBaseFilterClass.gl-stop" link="GstGLBaseFilter.html#GstGLBaseFilterClass.gl-stop"/>
|
3880
|
+
<keyword type="member" name="GstGLBaseFilterClass.gl-set-caps" link="GstGLBaseFilter.html#GstGLBaseFilterClass.gl-set-caps"/>
|
3881
|
+
<keyword type="member" name="GstGLBaseMemoryAllocatorClass.alloc" link="gst-plugins-base-libs-GstGLBaseMemory.html#GstGLBaseMemoryAllocatorClass.alloc"/>
|
3882
|
+
<keyword type="member" name="GstGLBaseMemoryAllocatorClass.create" link="gst-plugins-base-libs-GstGLBaseMemory.html#GstGLBaseMemoryAllocatorClass.create"/>
|
3883
|
+
<keyword type="member" name="GstGLBaseMemoryAllocatorClass.map" link="gst-plugins-base-libs-GstGLBaseMemory.html#GstGLBaseMemoryAllocatorClass.map"/>
|
3884
|
+
<keyword type="member" name="GstGLBaseMemoryAllocatorClass.unmap" link="gst-plugins-base-libs-GstGLBaseMemory.html#GstGLBaseMemoryAllocatorClass.unmap"/>
|
3885
|
+
<keyword type="member" name="GstGLBaseMemoryAllocatorClass.copy" link="gst-plugins-base-libs-GstGLBaseMemory.html#GstGLBaseMemoryAllocatorClass.copy"/>
|
3886
|
+
<keyword type="member" name="GstGLBaseMemoryAllocatorClass.destroy" link="gst-plugins-base-libs-GstGLBaseMemory.html#GstGLBaseMemoryAllocatorClass.destroy"/>
|
3887
|
+
<keyword type="member" name="GstGLAllocationParams-struct.struct-size" link="gst-plugins-base-libs-GstGLBaseMemory.html#GstGLAllocationParams-struct.struct-size"/>
|
3888
|
+
<keyword type="member" name="GstGLAllocationParams-struct.copy" link="gst-plugins-base-libs-GstGLBaseMemory.html#GstGLAllocationParams-struct.copy"/>
|
3889
|
+
<keyword type="member" name="GstGLAllocationParams-struct.free" link="gst-plugins-base-libs-GstGLBaseMemory.html#GstGLAllocationParams-struct.free"/>
|
3890
|
+
<keyword type="member" name="GstGLAllocationParams-struct.alloc-flags" link="gst-plugins-base-libs-GstGLBaseMemory.html#GstGLAllocationParams-struct.alloc-flags"/>
|
3891
|
+
<keyword type="member" name="GstGLAllocationParams-struct.alloc-size" link="gst-plugins-base-libs-GstGLBaseMemory.html#GstGLAllocationParams-struct.alloc-size"/>
|
3892
|
+
<keyword type="member" name="GstGLAllocationParams-struct.alloc-params" link="gst-plugins-base-libs-GstGLBaseMemory.html#GstGLAllocationParams-struct.alloc-params"/>
|
3893
|
+
<keyword type="member" name="GstGLAllocationParams-struct.context" link="gst-plugins-base-libs-GstGLBaseMemory.html#GstGLAllocationParams-struct.context"/>
|
3894
|
+
<keyword type="member" name="GstGLAllocationParams-struct.notify" link="gst-plugins-base-libs-GstGLBaseMemory.html#GstGLAllocationParams-struct.notify"/>
|
3895
|
+
<keyword type="member" name="GstGLAllocationParams-struct.user-data" link="gst-plugins-base-libs-GstGLBaseMemory.html#GstGLAllocationParams-struct.user-data"/>
|
3896
|
+
<keyword type="member" name="GstGLAllocationParams-struct.wrapped-data" link="gst-plugins-base-libs-GstGLBaseMemory.html#GstGLAllocationParams-struct.wrapped-data"/>
|
3897
|
+
<keyword type="member" name="GstGLAllocationParams-struct.gl-handle" link="gst-plugins-base-libs-GstGLBaseMemory.html#GstGLAllocationParams-struct.gl-handle"/>
|
3898
|
+
<keyword type="member" name="GstGLBaseMemory.mem" link="gst-plugins-base-libs-GstGLBaseMemory.html#GstGLBaseMemory.mem"/>
|
3899
|
+
<keyword type="member" name="GstGLBaseMemory.context" link="gst-plugins-base-libs-GstGLBaseMemory.html#GstGLBaseMemory.context"/>
|
3900
|
+
<keyword type="member" name="GstGLBuffer.mem" link="gst-plugins-base-libs-GstGLBuffer.html#GstGLBuffer.mem"/>
|
3901
|
+
<keyword type="member" name="GstGLBuffer.id" link="gst-plugins-base-libs-GstGLBuffer.html#GstGLBuffer.id"/>
|
3902
|
+
<keyword type="member" name="GstGLBuffer.target" link="gst-plugins-base-libs-GstGLBuffer.html#GstGLBuffer.target"/>
|
3903
|
+
<keyword type="member" name="GstGLBuffer.usage-hints" link="gst-plugins-base-libs-GstGLBuffer.html#GstGLBuffer.usage-hints"/>
|
3904
|
+
<keyword type="member" name="GstGLBufferAllocationParams-struct.parent" link="gst-plugins-base-libs-GstGLBuffer.html#GstGLBufferAllocationParams-struct.parent"/>
|
3905
|
+
<keyword type="member" name="GstGLBufferAllocationParams-struct.gl-target" link="gst-plugins-base-libs-GstGLBuffer.html#GstGLBufferAllocationParams-struct.gl-target"/>
|
3906
|
+
<keyword type="member" name="GstGLBufferAllocationParams-struct.gl-usage" link="gst-plugins-base-libs-GstGLBuffer.html#GstGLBufferAllocationParams-struct.gl-usage"/>
|
3907
|
+
<keyword type="member" name="GstGLContext-struct.gl-vtable" link="GstGLContext.html#GstGLContext-struct.gl-vtable"/>
|
3908
|
+
<keyword type="member" name="GstGLFilterClass.set-caps" link="GstGLFilter.html#GstGLFilterClass.set-caps"/>
|
3909
|
+
<keyword type="member" name="GstGLFilterClass.filter" link="GstGLFilter.html#GstGLFilterClass.filter"/>
|
3910
|
+
<keyword type="member" name="GstGLFilterClass.filter-texture" link="GstGLFilter.html#GstGLFilterClass.filter-texture"/>
|
3911
|
+
<keyword type="member" name="GstGLFilterClass.init-fbo" link="GstGLFilter.html#GstGLFilterClass.init-fbo"/>
|
3912
|
+
<keyword type="member" name="GstGLFilterClass.transform-internal-caps" link="GstGLFilter.html#GstGLFilterClass.transform-internal-caps"/>
|
3913
|
+
<keyword type="member" name="GstGLVideoAllocationParams-struct.parent" link="gst-plugins-base-libs-GstGLMemory.html#GstGLVideoAllocationParams-struct.parent"/>
|
3914
|
+
<keyword type="member" name="GstGLVideoAllocationParams-struct.v-info" link="gst-plugins-base-libs-GstGLMemory.html#GstGLVideoAllocationParams-struct.v-info"/>
|
3915
|
+
<keyword type="member" name="GstGLVideoAllocationParams-struct.plane" link="gst-plugins-base-libs-GstGLMemory.html#GstGLVideoAllocationParams-struct.plane"/>
|
3916
|
+
<keyword type="member" name="GstGLVideoAllocationParams-struct.valign" link="gst-plugins-base-libs-GstGLMemory.html#GstGLVideoAllocationParams-struct.valign"/>
|
3917
|
+
<keyword type="member" name="GstGLVideoAllocationParams-struct.target" link="gst-plugins-base-libs-GstGLMemory.html#GstGLVideoAllocationParams-struct.target"/>
|
3918
|
+
<keyword type="member" name="GstGLVideoAllocationParams-struct.tex-format" link="gst-plugins-base-libs-GstGLMemory.html#GstGLVideoAllocationParams-struct.tex-format"/>
|
3919
|
+
<keyword type="member" name="GstGLMemoryAllocatorClass.map" link="gst-plugins-base-libs-GstGLMemory.html#GstGLMemoryAllocatorClass.map"/>
|
3920
|
+
<keyword type="member" name="GstGLMemoryAllocatorClass.copy" link="gst-plugins-base-libs-GstGLMemory.html#GstGLMemoryAllocatorClass.copy"/>
|
3921
|
+
<keyword type="member" name="GstGLMemoryAllocatorClass.unmap" link="gst-plugins-base-libs-GstGLMemory.html#GstGLMemoryAllocatorClass.unmap"/>
|
3922
|
+
<keyword type="member" name="GstGLMemory.mem" link="gst-plugins-base-libs-GstGLMemory.html#GstGLMemory.mem"/>
|
3923
|
+
<keyword type="member" name="GstGLMemory.tex-id" link="gst-plugins-base-libs-GstGLMemory.html#GstGLMemory.tex-id"/>
|
3924
|
+
<keyword type="member" name="GstGLMemory.tex-target" link="gst-plugins-base-libs-GstGLMemory.html#GstGLMemory.tex-target"/>
|
3925
|
+
<keyword type="member" name="GstGLMemory.tex-format" link="gst-plugins-base-libs-GstGLMemory.html#GstGLMemory.tex-format"/>
|
3926
|
+
<keyword type="member" name="GstGLMemory.info" link="gst-plugins-base-libs-GstGLMemory.html#GstGLMemory.info"/>
|
3927
|
+
<keyword type="member" name="GstGLMemory.valign" link="gst-plugins-base-libs-GstGLMemory.html#GstGLMemory.valign"/>
|
3928
|
+
<keyword type="member" name="GstGLMemory.plane" link="gst-plugins-base-libs-GstGLMemory.html#GstGLMemory.plane"/>
|
3929
|
+
<keyword type="member" name="GstGLMemory.tex-scaling" link="gst-plugins-base-libs-GstGLMemory.html#GstGLMemory.tex-scaling"/>
|
3930
|
+
<keyword type="member" name="GstGLSyncMeta.parent" link="gst-plugins-base-libs-GstGLSyncMeta.html#GstGLSyncMeta.parent"/>
|
3931
|
+
<keyword type="member" name="GstGLSyncMeta.context" link="gst-plugins-base-libs-GstGLSyncMeta.html#GstGLSyncMeta.context"/>
|
3932
|
+
<keyword type="member" name="GstGLSyncMeta.data" link="gst-plugins-base-libs-GstGLSyncMeta.html#GstGLSyncMeta.data"/>
|
3933
|
+
<keyword type="member" name="GstGLSyncMeta.set-sync" link="gst-plugins-base-libs-GstGLSyncMeta.html#GstGLSyncMeta.set-sync"/>
|
3934
|
+
<keyword type="member" name="GstGLSyncMeta.set-sync-gl" link="gst-plugins-base-libs-GstGLSyncMeta.html#GstGLSyncMeta.set-sync-gl"/>
|
3935
|
+
<keyword type="member" name="GstGLSyncMeta.wait" link="gst-plugins-base-libs-GstGLSyncMeta.html#GstGLSyncMeta.wait"/>
|
3936
|
+
<keyword type="member" name="GstGLSyncMeta.wait-gl" link="gst-plugins-base-libs-GstGLSyncMeta.html#GstGLSyncMeta.wait-gl"/>
|
3937
|
+
<keyword type="member" name="GstGLSyncMeta.wait-cpu" link="gst-plugins-base-libs-GstGLSyncMeta.html#GstGLSyncMeta.wait-cpu"/>
|
3938
|
+
<keyword type="member" name="GstGLSyncMeta.wait-cpu-gl" link="gst-plugins-base-libs-GstGLSyncMeta.html#GstGLSyncMeta.wait-cpu-gl"/>
|
3939
|
+
<keyword type="member" name="GstGLSyncMeta.copy" link="gst-plugins-base-libs-GstGLSyncMeta.html#GstGLSyncMeta.copy"/>
|
3940
|
+
<keyword type="member" name="GstGLSyncMeta.free" link="gst-plugins-base-libs-GstGLSyncMeta.html#GstGLSyncMeta.free"/>
|
3941
|
+
<keyword type="member" name="GstGLSyncMeta.free-gl" link="gst-plugins-base-libs-GstGLSyncMeta.html#GstGLSyncMeta.free-gl"/>
|
3942
|
+
<keyword type="member" name="GstGLWindowClass.get-display" link="GstGLWindow.html#GstGLWindowClass.get-display"/>
|
3943
|
+
<keyword type="member" name="GstGLWindowClass.set-window-handle" link="GstGLWindow.html#GstGLWindowClass.set-window-handle"/>
|
3944
|
+
<keyword type="member" name="GstGLWindowClass.get-window-handle" link="GstGLWindow.html#GstGLWindowClass.get-window-handle"/>
|
3945
|
+
<keyword type="member" name="GstGLWindowClass.draw" link="GstGLWindow.html#GstGLWindowClass.draw"/>
|
3946
|
+
<keyword type="member" name="GstGLWindowClass.run" link="GstGLWindow.html#GstGLWindowClass.run"/>
|
3947
|
+
<keyword type="member" name="GstGLWindowClass.quit" link="GstGLWindow.html#GstGLWindowClass.quit"/>
|
3948
|
+
<keyword type="member" name="GstGLWindowClass.send-message" link="GstGLWindow.html#GstGLWindowClass.send-message"/>
|
3949
|
+
<keyword type="member" name="GstGLWindowClass.send-message-async" link="GstGLWindow.html#GstGLWindowClass.send-message-async"/>
|
3950
|
+
<keyword type="member" name="GstGLWindowClass.open" link="GstGLWindow.html#GstGLWindowClass.open"/>
|
3951
|
+
<keyword type="member" name="GstGLWindowClass.close" link="GstGLWindow.html#GstGLWindowClass.close"/>
|
3952
|
+
<keyword type="member" name="GstGLWindowClass.handle-events" link="GstGLWindow.html#GstGLWindowClass.handle-events"/>
|
3953
|
+
<keyword type="member" name="GstGLWindowClass.set-preferred-size" link="GstGLWindow.html#GstGLWindowClass.set-preferred-size"/>
|
3954
|
+
<keyword type="member" name="GstGLWindowClass.show" link="GstGLWindow.html#GstGLWindowClass.show"/>
|
3955
|
+
<keyword type="member" name="GstGLWindowClass.set-render-rectangle" link="GstGLWindow.html#GstGLWindowClass.set-render-rectangle"/>
|
3956
|
+
<keyword type="member" name="GstGLWindowClass.queue-resize" link="GstGLWindow.html#GstGLWindowClass.queue-resize"/>
|
3283
3957
|
</functions>
|
3284
3958
|
</book>
|