gstreamer 3.2.5-x86-mingw32 → 3.2.6-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/COPYING.LIB +502 -0
- data/README.md +31 -0
- data/Rakefile +10 -11
- data/ext/gstreamer/rbgst.c +10 -7
- data/gstreamer.gemspec +44 -0
- data/lib/2.2/gstreamer.so +0 -0
- data/lib/2.3/gstreamer.so +0 -0
- data/lib/2.4/gstreamer.so +0 -0
- data/lib/2.5/gstreamer.so +0 -0
- data/lib/gst/bus.rb +31 -1
- data/lib/gst/element.rb +7 -1
- data/vendor/local/bin/cjpeg.exe +0 -0
- data/vendor/local/bin/djpeg.exe +0 -0
- data/vendor/local/bin/flac.exe +0 -0
- data/vendor/local/bin/gst-device-monitor-1.0.exe +0 -0
- data/vendor/local/bin/gst-discoverer-1.0.exe +0 -0
- data/vendor/local/bin/gst-inspect-1.0.exe +0 -0
- data/vendor/local/bin/gst-launch-1.0.exe +0 -0
- data/vendor/local/bin/gst-play-1.0.exe +0 -0
- data/vendor/local/bin/gst-stats-1.0.exe +0 -0
- data/vendor/local/bin/gst-typefind-1.0.exe +0 -0
- data/vendor/local/bin/jpegtran.exe +0 -0
- data/vendor/local/bin/libFLAC-8.dll +0 -0
- data/vendor/local/bin/libgstadaptivedemux-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstallocators-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstapp-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstaudio-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstbadaudio-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstbadvideo-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstbase-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstbasecamerabinsrc-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstcodecparsers-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstcontroller-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstfft-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstinsertbin-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstisoff-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstmpegts-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstnet-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstpbutils-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstphotography-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstplayer-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstreamer-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstriff-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstrtp-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstrtsp-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstsdp-1.0-0.dll +0 -0
- data/vendor/local/bin/libgsttag-1.0-0.dll +0 -0
- data/vendor/local/bin/libgsturidownloader-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstvideo-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstwebrtc-1.0-0.dll +0 -0
- data/vendor/local/bin/libjpeg-9.dll +0 -0
- data/vendor/local/bin/libogg-0.dll +0 -0
- data/vendor/local/bin/libopus-0.dll +0 -0
- data/vendor/local/bin/libsoup-2.4-1.dll +0 -0
- data/vendor/local/bin/libsqlite3-0.dll +0 -0
- data/vendor/local/bin/libtheora-0.dll +0 -0
- data/vendor/local/bin/libtheoradec-1.dll +0 -0
- data/vendor/local/bin/libtheoraenc-1.dll +0 -0
- data/vendor/local/bin/libvorbis-0.dll +0 -0
- data/vendor/local/bin/libvorbisenc-2.dll +0 -0
- data/vendor/local/bin/libvorbisfile-3.dll +0 -0
- data/vendor/local/bin/metaflac.exe +0 -0
- data/vendor/local/bin/rdjpgcom.exe +0 -0
- data/vendor/local/bin/sqlite3.exe +0 -0
- data/vendor/local/bin/wrjpgcom.exe +0 -0
- data/vendor/local/include/gstreamer-1.0/gst/{gl/gstgl_enums.h → allocators/allocators-prelude.h} +12 -22
- data/vendor/local/include/gstreamer-1.0/gst/allocators/allocators.h +3 -0
- data/vendor/local/include/gstreamer-1.0/gst/allocators/gstdmabuf.h +7 -2
- data/vendor/local/include/gstreamer-1.0/gst/allocators/gstfdmemory.h +10 -2
- data/vendor/local/include/gstreamer-1.0/gst/allocators/gstphysmemory.h +6 -1
- data/vendor/local/include/gstreamer-1.0/gst/app/app-enumtypes.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/{allocators/badallocators.h → app/app-prelude.h} +10 -7
- data/vendor/local/include/gstreamer-1.0/gst/app/gstappsink.h +30 -1
- data/vendor/local/include/gstreamer-1.0/gst/app/gstappsrc.h +36 -2
- data/vendor/local/include/gstreamer-1.0/gst/audio/audio-bad-prelude.h +31 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/audio-channel-mixer.h +14 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/audio-channels.h +10 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/audio-converter.h +53 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/audio-enumtypes.h +22 -22
- data/vendor/local/include/gstreamer-1.0/gst/audio/audio-format.h +7 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/audio-info.h +14 -0
- data/vendor/local/include/gstreamer-1.0/gst/{gl/glprototypes/all_functions.h → audio/audio-prelude.h} +14 -16
- data/vendor/local/include/gstreamer-1.0/gst/audio/audio-quantize.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/audio-resampler.h +11 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/audio.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudioaggregator.h +73 -26
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiobasesink.h +15 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiobasesrc.h +8 -1
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiocdsrc.h +2 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudioclock.h +9 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiodecoder.h +36 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudioencoder.h +34 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiofilter.h +2 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudioiec61937.h +3 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiometa.h +9 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudioringbuffer.h +57 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiosink.h +1 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiosrc.h +1 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiostreamalign.h +92 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstnonstreamaudiodecoder.h +412 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/streamvolume.h +10 -0
- data/vendor/local/include/gstreamer-1.0/gst/base/base-prelude.h +31 -0
- data/vendor/local/include/gstreamer-1.0/gst/base/base.h +3 -0
- data/vendor/local/include/gstreamer-1.0/gst/base/gstadapter.h +54 -1
- data/vendor/local/include/gstreamer-1.0/gst/base/gstaggregator.h +89 -42
- data/vendor/local/include/gstreamer-1.0/gst/base/gstbaseparse.h +24 -16
- data/vendor/local/include/gstreamer-1.0/gst/base/gstbasesink.h +57 -1
- data/vendor/local/include/gstreamer-1.0/gst/base/gstbasesrc.h +50 -7
- data/vendor/local/include/gstreamer-1.0/gst/base/gstbasetransform.h +38 -5
- data/vendor/local/include/gstreamer-1.0/gst/base/gstbitreader.h +27 -0
- data/vendor/local/include/gstreamer-1.0/gst/base/gstbytereader.h +117 -2
- data/vendor/local/include/gstreamer-1.0/gst/base/gstbytewriter.h +74 -1
- data/vendor/local/include/gstreamer-1.0/gst/base/gstcollectpads.h +42 -3
- data/vendor/local/include/gstreamer-1.0/gst/base/gstdataqueue.h +18 -2
- data/vendor/local/include/gstreamer-1.0/gst/base/gstflowcombiner.h +12 -1
- data/vendor/local/include/gstreamer-1.0/gst/base/gstpushsrc.h +2 -1
- data/vendor/local/include/gstreamer-1.0/gst/base/gstqueuearray.h +27 -5
- data/vendor/local/include/gstreamer-1.0/gst/base/gsttypefindhelper.h +7 -3
- data/vendor/local/include/gstreamer-1.0/gst/basecamerabinsrc/basecamerabinsrc-prelude.h +31 -0
- data/vendor/local/include/gstreamer-1.0/gst/basecamerabinsrc/gstbasecamerasrc.h +10 -0
- data/vendor/local/include/gstreamer-1.0/gst/basecamerabinsrc/gstcamerabin-enum.h +2 -0
- data/vendor/local/include/gstreamer-1.0/gst/basecamerabinsrc/gstcamerabinpreview.h +10 -0
- data/vendor/local/include/gstreamer-1.0/gst/codecparsers/codecparsers-prelude.h +31 -0
- data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gsth264parser.h +32 -0
- data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gsth265parser.h +117 -1
- data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gstjpeg2000sampling.h +13 -0
- data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gstjpegparser.h +9 -0
- data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gstmpeg4parser.h +10 -6
- data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gstmpegvideometa.h +3 -0
- data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gstmpegvideoparser.h +15 -23
- data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gstvc1parser.h +16 -2
- data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gstvp8parser.h +8 -5
- data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gstvp8rangedecoder.h +14 -12
- data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gstvp9parser.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/controller/controller-enumtypes.h +3 -3
- data/vendor/local/include/gstreamer-1.0/gst/controller/controller-prelude.h +31 -0
- data/vendor/local/include/gstreamer-1.0/gst/controller/controller.h +2 -0
- data/vendor/local/include/gstreamer-1.0/gst/controller/gstargbcontrolbinding.h +3 -0
- data/vendor/local/include/gstreamer-1.0/gst/controller/gstdirectcontrolbinding.h +4 -1
- data/vendor/local/include/gstreamer-1.0/gst/controller/gstinterpolationcontrolsource.h +2 -0
- data/vendor/local/include/gstreamer-1.0/gst/controller/gstlfocontrolsource.h +2 -0
- data/vendor/local/include/gstreamer-1.0/gst/controller/gstproxycontrolbinding.h +9 -5
- data/vendor/local/include/gstreamer-1.0/gst/controller/gsttimedvaluecontrolsource.h +18 -4
- data/vendor/local/include/gstreamer-1.0/gst/controller/gsttriggercontrolsource.h +2 -0
- data/vendor/local/include/gstreamer-1.0/gst/fft/fft-prelude.h +31 -0
- data/vendor/local/include/gstreamer-1.0/gst/fft/gstfft.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/fft/gstfftf32.h +8 -0
- data/vendor/local/include/gstreamer-1.0/gst/fft/gstfftf64.h +8 -0
- data/vendor/local/include/gstreamer-1.0/gst/fft/gstffts16.h +8 -0
- data/vendor/local/include/gstreamer-1.0/gst/fft/gstffts32.h +8 -0
- data/vendor/local/include/gstreamer-1.0/gst/gst.h +21 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstallocator.h +23 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstatomicqueue.h +12 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstbin.h +30 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstbuffer.h +188 -49
- data/vendor/local/include/gstreamer-1.0/gst/gstbufferlist.h +20 -1
- data/vendor/local/include/gstreamer-1.0/gst/gstbufferpool.h +36 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstbus.h +44 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstcaps.h +72 -7
- data/vendor/local/include/gstreamer-1.0/gst/gstcapsfeatures.h +41 -3
- data/vendor/local/include/gstreamer-1.0/gst/gstchildproxy.h +15 -3
- data/vendor/local/include/gstreamer-1.0/gst/gstclock.h +45 -1
- data/vendor/local/include/gstreamer-1.0/gst/gstconfig.h +17 -1
- data/vendor/local/include/gstreamer-1.0/gst/gstcontext.h +11 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstcontrolbinding.h +10 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstcontrolsource.h +5 -1
- data/vendor/local/include/gstreamer-1.0/gst/gstdatetime.h +42 -6
- data/vendor/local/include/gstreamer-1.0/gst/gstdebugutils.h +5 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstdevice.h +13 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstdevicemonitor.h +12 -1
- data/vendor/local/include/gstreamer-1.0/gst/gstdeviceprovider.h +24 -1
- data/vendor/local/include/gstreamer-1.0/gst/gstdeviceproviderfactory.h +13 -3
- data/vendor/local/include/gstreamer-1.0/gst/gstdynamictypefactory.h +3 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstelement.h +148 -5
- data/vendor/local/include/gstreamer-1.0/gst/gstelementfactory.h +20 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstenumtypes.h +86 -81
- data/vendor/local/include/gstreamer-1.0/gst/gsterror.h +9 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstevent.h +110 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstformat.h +13 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstghostpad.h +22 -3
- data/vendor/local/include/gstreamer-1.0/gst/gstinfo.h +85 -8
- data/vendor/local/include/gstreamer-1.0/gst/gstiterator.h +18 -3
- data/vendor/local/include/gstreamer-1.0/gst/gstmemory.h +21 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstmessage.h +175 -1
- data/vendor/local/include/gstreamer-1.0/gst/gstmeta.h +10 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstminiobject.h +25 -1
- data/vendor/local/include/gstreamer-1.0/gst/gstobject.h +50 -3
- data/vendor/local/include/gstreamer-1.0/gst/gstpad.h +120 -4
- data/vendor/local/include/gstreamer-1.0/gst/gstpadtemplate.h +36 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstparamspecs.h +9 -6
- data/vendor/local/include/gstreamer-1.0/gst/gstparse.h +11 -4
- data/vendor/local/include/gstreamer-1.0/gst/gstpipeline.h +22 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstplugin.h +72 -35
- data/vendor/local/include/gstreamer-1.0/gst/gstpluginfeature.h +16 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstpoll.h +31 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstpreset.h +17 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstpromise.h +129 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstprotection.h +12 -4
- data/vendor/local/include/gstreamer-1.0/gst/gstquery.h +162 -1
- data/vendor/local/include/gstreamer-1.0/gst/gstregistry.h +25 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstsample.h +16 -3
- data/vendor/local/include/gstreamer-1.0/gst/gstsegment.h +31 -5
- data/vendor/local/include/gstreamer-1.0/gst/gststreamcollection.h +8 -1
- data/vendor/local/include/gstreamer-1.0/gst/gststreams.h +29 -9
- data/vendor/local/include/gstreamer-1.0/gst/gststructure.h +76 -61
- data/vendor/local/include/gstreamer-1.0/gst/gstsystemclock.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/gsttaglist.h +77 -3
- data/vendor/local/include/gstreamer-1.0/gst/gsttagsetter.h +11 -5
- data/vendor/local/include/gstreamer-1.0/gst/gsttask.h +18 -2
- data/vendor/local/include/gstreamer-1.0/gst/gsttaskpool.h +7 -0
- data/vendor/local/include/gstreamer-1.0/gst/gsttoc.h +48 -4
- data/vendor/local/include/gstreamer-1.0/gst/gsttocsetter.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/gsttracer.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/gsttracerfactory.h +5 -0
- data/vendor/local/include/gstreamer-1.0/gst/gsttracerrecord.h +3 -0
- data/vendor/local/include/gstreamer-1.0/gst/gsttypefind.h +8 -3
- data/vendor/local/include/gstreamer-1.0/gst/gsttypefindfactory.h +8 -0
- data/vendor/local/include/gstreamer-1.0/gst/gsturi.h +96 -3
- data/vendor/local/include/gstreamer-1.0/gst/gstutils.h +146 -7
- data/vendor/local/include/gstreamer-1.0/gst/gstvalue.h +126 -11
- data/vendor/local/include/gstreamer-1.0/gst/gstversion.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/insertbin/gstinsertbin.h +15 -0
- data/vendor/local/include/gstreamer-1.0/gst/interfaces/photography-enumtypes.h +12 -12
- data/vendor/local/include/gstreamer-1.0/gst/interfaces/photography-prelude.h +31 -0
- data/vendor/local/include/gstreamer-1.0/gst/interfaces/photography.h +32 -0
- data/vendor/local/include/gstreamer-1.0/gst/isoff/gstisoff.h +295 -0
- data/vendor/local/include/gstreamer-1.0/gst/mpegts/gst-atsc-section.h +24 -0
- data/vendor/local/include/gstreamer-1.0/gst/mpegts/gst-dvb-descriptor.h +70 -0
- data/vendor/local/include/gstreamer-1.0/gst/mpegts/gst-dvb-section.h +30 -0
- data/vendor/local/include/gstreamer-1.0/gst/mpegts/gstmpegts-enumtypes.h +32 -32
- data/vendor/local/include/gstreamer-1.0/gst/mpegts/gstmpegtsdescriptor.h +23 -0
- data/vendor/local/include/gstreamer-1.0/gst/mpegts/gstmpegtssection.h +30 -0
- data/vendor/local/include/gstreamer-1.0/gst/mpegts/mpegts-prelude.h +31 -0
- data/vendor/local/include/gstreamer-1.0/gst/mpegts/mpegts.h +2 -0
- data/vendor/local/include/gstreamer-1.0/gst/net/gstnet.h +2 -0
- data/vendor/local/include/gstreamer-1.0/gst/net/gstnetaddressmeta.h +6 -0
- data/vendor/local/include/gstreamer-1.0/gst/net/gstnetclientclock.h +6 -0
- data/vendor/local/include/gstreamer-1.0/gst/net/gstnetcontrolmessagemeta.h +7 -0
- data/vendor/local/include/gstreamer-1.0/gst/net/gstnettimepacket.h +11 -2
- data/vendor/local/include/gstreamer-1.0/gst/net/gstnettimeprovider.h +3 -0
- data/vendor/local/include/gstreamer-1.0/gst/net/gstptpclock.h +11 -0
- data/vendor/local/include/gstreamer-1.0/gst/net/net-prelude.h +31 -0
- data/vendor/local/include/gstreamer-1.0/gst/net/net.h +3 -0
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/codec-utils.h +27 -0
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/descriptions.h +8 -0
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/encoding-profile.h +69 -0
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/encoding-target.h +22 -0
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/gstaudiovisualizer.h +2 -0
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/gstdiscoverer.h +109 -0
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/gstpluginsbaseversion.h +6 -3
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/install-plugins.h +15 -1
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/missing-plugins.h +14 -0
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/pbutils-enumtypes.h +5 -5
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/pbutils-prelude.h +31 -0
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/pbutils.h +2 -0
- data/vendor/local/include/gstreamer-1.0/gst/player/gstplayer-g-main-context-signal-dispatcher.h +2 -0
- data/vendor/local/include/gstreamer-1.0/gst/player/gstplayer-media-info.h +128 -83
- data/vendor/local/include/gstreamer-1.0/gst/player/gstplayer-signal-dispatcher.h +1 -0
- data/vendor/local/include/gstreamer-1.0/gst/player/gstplayer-types.h +1 -0
- data/vendor/local/include/gstreamer-1.0/gst/player/gstplayer-video-overlay-video-renderer.h +14 -0
- data/vendor/local/include/gstreamer-1.0/gst/player/gstplayer-video-renderer.h +1 -0
- data/vendor/local/include/gstreamer-1.0/gst/player/gstplayer-visualization.h +8 -0
- data/vendor/local/include/gstreamer-1.0/gst/player/gstplayer.h +84 -10
- data/vendor/local/include/gstreamer-1.0/gst/player/player-prelude.h +31 -0
- data/vendor/local/include/gstreamer-1.0/gst/player/player.h +1 -0
- data/vendor/local/include/gstreamer-1.0/gst/riff/riff-ids.h +1 -0
- data/vendor/local/include/gstreamer-1.0/gst/riff/riff-media.h +8 -0
- data/vendor/local/include/gstreamer-1.0/gst/riff/riff-prelude.h +31 -0
- data/vendor/local/include/gstreamer-1.0/gst/riff/riff-read.h +12 -0
- data/vendor/local/include/gstreamer-1.0/gst/riff/riff.h +1 -0
- data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtcpbuffer.h +135 -1
- data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtp-enumtypes.h +8 -8
- data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtpbaseaudiopayload.h +16 -0
- data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtpbasedepayload.h +5 -1
- data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtpbasepayload.h +7 -0
- data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtpbuffer.h +83 -0
- data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtpdefs.h +1 -0
- data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtphdrext.h +6 -0
- data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtppayloads.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/rtp/rtp-prelude.h +31 -0
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtsp-enumtypes.h +16 -16
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtspconnection.h +97 -0
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtspdefs.h +28 -4
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtspextension.h +25 -0
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtspmessage.h +69 -1
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtsprange.h +7 -0
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtsptransport.h +11 -0
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtspurl.h +13 -1
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/rtsp-prelude.h +31 -0
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/rtsp.h +2 -0
- data/vendor/local/include/gstreamer-1.0/gst/sdp/gstmikey.h +81 -0
- data/vendor/local/include/gstreamer-1.0/gst/sdp/gstsdpmessage.h +242 -1
- data/vendor/local/include/gstreamer-1.0/gst/sdp/sdp-prelude.h +31 -0
- data/vendor/local/include/gstreamer-1.0/gst/sdp/sdp.h +2 -0
- data/vendor/local/include/gstreamer-1.0/gst/tag/gsttagdemux.h +1 -0
- data/vendor/local/include/gstreamer-1.0/gst/tag/gsttagmux.h +2 -0
- data/vendor/local/include/gstreamer-1.0/gst/tag/tag-enumtypes.h +4 -4
- data/vendor/local/include/gstreamer-1.0/gst/tag/tag-prelude.h +31 -0
- data/vendor/local/include/gstreamer-1.0/gst/tag/tag.h +55 -0
- data/vendor/local/include/gstreamer-1.0/gst/tag/xmpwriter.h +8 -0
- data/vendor/local/include/gstreamer-1.0/gst/uridownloader/gstfragment.h +11 -0
- data/vendor/local/include/gstreamer-1.0/gst/uridownloader/gsturidownloader.h +12 -1
- data/vendor/local/include/gstreamer-1.0/gst/uridownloader/uridownloader-prelude.h +31 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/colorbalance.h +10 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/colorbalancechannel.h +2 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideoaffinetransformationmeta.h +6 -2
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideoaggregator.h +3 -8
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideoaggregatorpad.h +7 -7
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideodecoder.h +44 -2
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideoencoder.h +29 -1
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideofilter.h +1 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideometa.h +46 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideopool.h +6 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideosink.h +3 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideotimecode.h +38 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideoutils.h +16 -2
- data/vendor/local/include/gstreamer-1.0/gst/video/navigation.h +44 -0
- data/vendor/local/include/gstreamer-1.0/gst/{gl/gstglshaderstrings.h → video/video-bad-prelude.h} +11 -22
- data/vendor/local/include/gstreamer-1.0/gst/video/video-blend.h +2 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/video-chroma.h +9 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/video-color.h +17 -3
- data/vendor/local/include/gstreamer-1.0/gst/video/video-converter.h +7 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/video-dither.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/video-enumtypes.h +38 -38
- data/vendor/local/include/gstreamer-1.0/gst/video/video-event.h +8 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/video-format.h +17 -1
- data/vendor/local/include/gstreamer-1.0/gst/video/video-frame.h +8 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/video-info.h +21 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/video-multiview.h +17 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/video-overlay-composition.h +29 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/video-prelude.h +31 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/video-resampler.h +3 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/video-scaler.h +11 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/video-tile.h +10 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/video.h +9 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/videodirection.h +2 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/videoorientation.h +17 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/videooverlay.h +23 -0
- data/vendor/local/include/gstreamer-1.0/gst/webrtc/dtlstransport.h +70 -0
- data/vendor/local/include/gstreamer-1.0/gst/webrtc/icetransport.h +76 -0
- data/vendor/local/include/gstreamer-1.0/gst/webrtc/rtcsessiondescription.h +58 -0
- data/vendor/local/include/gstreamer-1.0/gst/webrtc/rtpreceiver.h +70 -0
- data/vendor/local/include/gstreamer-1.0/gst/webrtc/rtpsender.h +71 -0
- data/vendor/local/include/gstreamer-1.0/gst/webrtc/rtptransceiver.h +66 -0
- data/vendor/local/include/gstreamer-1.0/gst/webrtc/webrtc-enumtypes.h +50 -0
- data/vendor/local/include/gstreamer-1.0/gst/webrtc/webrtc.h +33 -0
- data/vendor/local/include/gstreamer-1.0/gst/webrtc/webrtc_fwd.h +256 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-version.h +1 -1
- data/vendor/local/lib/girepository-1.0/Gst-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstAllocators-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstApp-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstAudio-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstBase-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstNet-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstPbutils-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstPlayer-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstRtp-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstRtsp-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstSdp-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstTag-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstVideo-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstWebRTC-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/Soup-2.4.typelib +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaccurip.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaccurip.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaccurip.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstadder.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstadder.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstadder.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstadpcmdec.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstadpcmdec.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstadpcmdec.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstadpcmenc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstadpcmenc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstadpcmenc.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstaiff.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaiff.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaiff.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstalaw.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstalaw.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstalaw.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstalpha.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstalpha.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstalpha.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstalphacolor.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstalphacolor.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstalphacolor.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstapetag.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstapetag.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstapetag.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstapp.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstapp.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstapp.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstasfmux.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstasfmux.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstasfmux.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstaudiobuffersplit.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiobuffersplit.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiobuffersplit.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstaudioconvert.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudioconvert.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudioconvert.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstaudiofx.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiofx.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiofx.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstaudiofxbad.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiofxbad.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiofxbad.la +1 -1
- data/vendor/local/{bin/libgstbadallocators-1.0-0.dll → lib/gstreamer-1.0/libgstaudiolatency.dll} +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiolatency.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiolatency.la +41 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiomixer.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiomixer.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiomixer.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstaudiomixmatrix.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiomixmatrix.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiomixmatrix.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstaudioparsers.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudioparsers.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudioparsers.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstaudiorate.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiorate.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiorate.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstaudioresample.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudioresample.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudioresample.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstaudiotestsrc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiotestsrc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiotestsrc.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstaudiovisualizers.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiovisualizers.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiovisualizers.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstauparse.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstauparse.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstauparse.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstautoconvert.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstautoconvert.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstautoconvert.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstautodetect.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstautodetect.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstautodetect.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstavi.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstavi.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstavi.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstbayer.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstbayer.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstbayer.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstcairo.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcairo.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcairo.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstcamerabin.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcamerabin.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcamerabin.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstcoloreffects.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcoloreffects.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcoloreffects.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstcompositor.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcompositor.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcompositor.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstcoreelements.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcoreelements.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcoreelements.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstcoretracers.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcoretracers.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcoretracers.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstcutter.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcutter.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcutter.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstd3d.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstd3d.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/{libgstd3dvideosink.la → libgstd3d.la} +5 -5
- data/vendor/local/lib/gstreamer-1.0/libgstdashdemux.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdashdemux.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdashdemux.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstdebug.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdebug.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdebug.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstdebugutilsbad.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdebugutilsbad.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdebugutilsbad.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstdecklink.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdecklink.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdecklink.la +41 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdeinterlace.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdeinterlace.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdeinterlace.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstdirectsound.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdirectsound.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/{libgstdirectsoundsink.la → libgstdirectsound.la} +5 -5
- data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsrc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsrc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsrc.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstdtmf.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdtmf.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdtmf.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstdvbsuboverlay.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdvbsuboverlay.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdvbsuboverlay.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstdvdspu.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdvdspu.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdvdspu.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgsteffectv.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsteffectv.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsteffectv.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstencoding.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstencoding.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstencoding.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstequalizer.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstequalizer.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstequalizer.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstfaceoverlay.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfaceoverlay.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfaceoverlay.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstfestival.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfestival.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfestival.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstfieldanalysis.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfieldanalysis.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfieldanalysis.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstflac.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstflac.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstflac.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstflv.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstflv.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstflv.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstflxdec.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstflxdec.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstflxdec.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstfreeverb.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfreeverb.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfreeverb.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstfrei0r.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfrei0r.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfrei0r.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstgaudieffects.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgaudieffects.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgaudieffects.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstgdkpixbuf.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgdkpixbuf.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgdkpixbuf.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstgdp.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgdp.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgdp.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstgeometrictransform.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgeometrictransform.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgeometrictransform.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstgio.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgio.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgio.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstgoom.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgoom.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgoom.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstgoom2k1.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgoom2k1.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgoom2k1.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgsthls.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsthls.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsthls.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgsticydemux.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsticydemux.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsticydemux.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstid3demux.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstid3demux.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstid3demux.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstid3tag.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstid3tag.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstid3tag.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstimagefreeze.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstimagefreeze.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstimagefreeze.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstinter.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstinter.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstinter.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstinterlace.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstinterlace.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstinterlace.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstinterleave.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstinterleave.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstinterleave.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstisomp4.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstisomp4.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstisomp4.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstivfparse.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstivfparse.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstivfparse.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstivtc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstivtc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstivtc.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstjp2kdecimator.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstjp2kdecimator.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstjp2kdecimator.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstjpeg.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstjpeg.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstjpeg.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstjpegformat.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstjpegformat.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstjpegformat.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstlegacyrawparse.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstlegacyrawparse.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstlegacyrawparse.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstlevel.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstlevel.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstlevel.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstlibav.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstlibav.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstlibav.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstmatroska.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmatroska.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmatroska.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstmidi.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmidi.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmidi.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstmpegpsdemux.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmpegpsdemux.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmpegpsdemux.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstmpegpsmux.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmpegpsmux.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmpegpsmux.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstmpegtsdemux.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmpegtsdemux.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmpegtsdemux.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstmpegtsmux.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmpegtsmux.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmpegtsmux.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstmulaw.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmulaw.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmulaw.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstmultifile.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmultifile.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmultifile.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstmultipart.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmultipart.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmultipart.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstmxf.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmxf.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmxf.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstnavigationtest.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstnavigationtest.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstnavigationtest.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstnetsim.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstnetsim.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstnetsim.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstogg.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstogg.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstogg.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstopus.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstopus.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstopus.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstopusparse.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstopusparse.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstopusparse.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstpango.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstpango.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstpango.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstpbtypes.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstpbtypes.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstpbtypes.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstpcapparse.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstpcapparse.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstpcapparse.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstplayback.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstplayback.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstplayback.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstpng.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstpng.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstpng.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstpnm.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstpnm.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstpnm.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstproxy.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstproxy.dll.a +0 -0
- data/vendor/local/lib/{libgstbadbase-1.0.la → gstreamer-1.0/libgstproxy.la} +9 -9
- data/vendor/local/lib/gstreamer-1.0/libgstrawparse.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrawparse.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrawparse.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstremovesilence.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstremovesilence.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstremovesilence.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstreplaygain.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstreplaygain.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstreplaygain.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstrtp.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtp.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtp.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstrtpmanager.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtpmanager.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtpmanager.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstrtponvif.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtponvif.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtponvif.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstrtsp.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtsp.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtsp.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstsdpelem.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsdpelem.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsdpelem.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstsegmentclip.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsegmentclip.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsegmentclip.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstshapewipe.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstshapewipe.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstshapewipe.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstsiren.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsiren.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsiren.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstsmooth.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsmooth.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsmooth.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstsmoothstreaming.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsmoothstreaming.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsmoothstreaming.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstsmpte.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsmpte.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsmpte.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstsoup.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsoup.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsoup.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstspectrum.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstspectrum.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstspectrum.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstspeed.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstspeed.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstspeed.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgststereo.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgststereo.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgststereo.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstsubenc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsubenc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsubenc.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstsubparse.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsubparse.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsubparse.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgsttcp.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsttcp.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsttcp.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgsttheora.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsttheora.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsttheora.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgsttimecode.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsttimecode.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsttimecode.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstttmlsubs.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstttmlsubs.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstttmlsubs.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgsttypefindfunctions.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsttypefindfunctions.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsttypefindfunctions.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstudp.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstudp.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstudp.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstvideobox.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideobox.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideobox.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstvideoconvert.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideoconvert.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideoconvert.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstvideocrop.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideocrop.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideocrop.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstvideofilter.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideofilter.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideofilter.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstvideofiltersbad.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideofiltersbad.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideofiltersbad.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstvideoframe_audiolevel.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideoframe_audiolevel.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideoframe_audiolevel.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstvideomixer.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideomixer.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideomixer.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstvideoparsersbad.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideoparsersbad.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideoparsersbad.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstvideorate.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideorate.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideorate.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstvideoscale.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideoscale.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideoscale.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstvideosignal.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideosignal.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideosignal.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstvideotestsrc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideotestsrc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideotestsrc.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstvmnc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvmnc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvmnc.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstvolume.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvolume.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvolume.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstvorbis.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvorbis.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvorbis.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstwasapi.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwasapi.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwasapi.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/{libgstwaveformsink.dll → libgstwaveform.dll} +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwaveform.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/{libgstwaveformsink.la → libgstwaveform.la} +5 -5
- data/vendor/local/lib/gstreamer-1.0/libgstwavenc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwavenc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwavenc.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstwavparse.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwavparse.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwavparse.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstwinks.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwinks.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwinks.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstwinscreencap.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwinscreencap.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwinscreencap.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgsty4mdec.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsty4mdec.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsty4mdec.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgsty4menc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsty4menc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsty4menc.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstyadif.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstyadif.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstyadif.la +1 -1
- data/vendor/local/lib/libFLAC.dll.a +0 -0
- data/vendor/local/lib/libgstadaptivedemux-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstadaptivedemux-1.0.la +3 -3
- data/vendor/local/lib/libgstallocators-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstallocators-1.0.la +3 -3
- data/vendor/local/lib/libgstapp-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstapp-1.0.la +3 -3
- data/vendor/local/lib/libgstaudio-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstaudio-1.0.la +3 -3
- data/vendor/local/lib/libgstbadaudio-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstbadaudio-1.0.la +3 -3
- data/vendor/local/lib/libgstbadvideo-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstbadvideo-1.0.la +3 -3
- data/vendor/local/lib/libgstbase-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstbase-1.0.la +3 -3
- data/vendor/local/lib/libgstbasecamerabinsrc-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstbasecamerabinsrc-1.0.la +3 -3
- data/vendor/local/lib/libgstcodecparsers-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstcodecparsers-1.0.la +3 -3
- data/vendor/local/lib/libgstcontroller-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstcontroller-1.0.la +3 -3
- data/vendor/local/lib/libgstfft-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstfft-1.0.la +3 -3
- data/vendor/local/lib/libgstinsertbin-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstinsertbin-1.0.la +3 -3
- data/vendor/local/lib/libgstisoff-1.0.dll.a +0 -0
- data/vendor/local/lib/{libgstbadallocators-1.0.la → libgstisoff-1.0.la} +7 -7
- data/vendor/local/lib/libgstmpegts-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstmpegts-1.0.la +3 -3
- data/vendor/local/lib/libgstnet-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstnet-1.0.la +3 -3
- data/vendor/local/lib/libgstpbutils-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstpbutils-1.0.la +3 -3
- data/vendor/local/lib/libgstphotography-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstphotography-1.0.la +3 -3
- data/vendor/local/lib/libgstplayer-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstplayer-1.0.la +3 -3
- data/vendor/local/lib/libgstreamer-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstreamer-1.0.la +3 -3
- data/vendor/local/lib/libgstriff-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstriff-1.0.la +3 -3
- data/vendor/local/lib/libgstrtp-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstrtp-1.0.la +3 -3
- data/vendor/local/lib/libgstrtsp-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstrtsp-1.0.la +3 -3
- data/vendor/local/lib/libgstsdp-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstsdp-1.0.la +3 -3
- data/vendor/local/lib/libgsttag-1.0.dll.a +0 -0
- data/vendor/local/lib/libgsttag-1.0.la +3 -3
- data/vendor/local/lib/libgsturidownloader-1.0.dll.a +0 -0
- data/vendor/local/lib/libgsturidownloader-1.0.la +3 -3
- data/vendor/local/lib/libgstvideo-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstvideo-1.0.la +3 -3
- data/vendor/local/lib/libgstwebrtc-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstwebrtc-1.0.la +41 -0
- data/vendor/local/lib/libjpeg.dll.a +0 -0
- data/vendor/local/lib/libogg.dll.a +0 -0
- data/vendor/local/lib/libopus.dll.a +0 -0
- data/vendor/local/lib/libsoup-2.4.a +0 -0
- data/vendor/local/lib/libsoup-2.4.dll.a +0 -0
- data/vendor/local/lib/libsoup-2.4.la +2 -2
- data/vendor/local/lib/libsqlite3.dll.a +0 -0
- data/vendor/local/lib/libtheora.dll.a +0 -0
- data/vendor/local/lib/libtheoradec.dll.a +0 -0
- data/vendor/local/lib/libtheoraenc.dll.a +0 -0
- data/vendor/local/lib/libvorbis.dll.a +0 -0
- data/vendor/local/lib/libvorbisenc.dll.a +0 -0
- data/vendor/local/lib/libvorbisfile.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/gstreamer-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-allocators-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-app-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-audio-1.0.pc +2 -1
- data/vendor/local/lib/pkgconfig/gstreamer-bad-audio-1.0.pc +3 -3
- data/vendor/local/lib/pkgconfig/gstreamer-bad-video-1.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/gstreamer-base-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-codecparsers-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-controller-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-fft-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-insertbin-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-mpegts-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-net-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-pbutils-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-player-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-plugins-bad-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-plugins-base-1.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/gstreamer-riff-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-rtp-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-rtsp-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-sdp-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-tag-1.0.pc +2 -1
- data/vendor/local/lib/pkgconfig/gstreamer-video-1.0.pc +2 -1
- data/vendor/local/lib/pkgconfig/gstreamer-webrtc-1.0.pc +12 -0
- data/vendor/local/lib/pkgconfig/libsoup-2.4.pc +1 -1
- data/vendor/local/libexec/gstreamer-1.0/gst-completion-helper.exe +0 -0
- data/vendor/local/libexec/gstreamer-1.0/gst-plugin-scanner.exe +0 -0
- data/vendor/local/share/gir-1.0/Gst-1.0.gir +1438 -313
- data/vendor/local/share/gir-1.0/GstAllocators-1.0.gir +76 -2
- data/vendor/local/share/gir-1.0/GstApp-1.0.gir +128 -17
- data/vendor/local/share/gir-1.0/GstAudio-1.0.gir +905 -101
- data/vendor/local/share/gir-1.0/GstBase-1.0.gir +1133 -33
- data/vendor/local/share/gir-1.0/GstNet-1.0.gir +12 -5
- data/vendor/local/share/gir-1.0/GstPbutils-1.0.gir +207 -70
- data/vendor/local/share/gir-1.0/GstPlayer-1.0.gir +34 -32
- data/vendor/local/share/gir-1.0/GstRtp-1.0.gir +120 -40
- data/vendor/local/share/gir-1.0/GstRtsp-1.0.gir +191 -151
- data/vendor/local/share/gir-1.0/GstSdp-1.0.gir +12 -3
- data/vendor/local/share/gir-1.0/GstTag-1.0.gir +72 -25
- data/vendor/local/share/gir-1.0/GstVideo-1.0.gir +394 -58
- data/vendor/local/share/gir-1.0/GstWebRTC-1.0.gir +986 -0
- data/vendor/local/share/gir-1.0/Soup-2.4.gir +6 -5
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/ch01.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/ch02.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/ch03.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-GstFFMpegAudDec.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-GstFFMpegAudEnc.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-GstFFMpegVidDec.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-GstFFMpegVidEnc.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-gstav.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-gstavcfg.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-gstavcodecmap.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-gstavprotocol.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-gstavutils.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-plugin-libav.html +61 -5
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/index.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/up.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstPlayer.html +14 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstPlayerMediaInfo.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstPlayerVideoOverlayVideoRenderer.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstPlayerVisualization.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstVideoAggregator.html +3 -24
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstVideoAggregatorPad.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstWebRTCDTLSTransport.html +252 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstWebRTCICETransport.html +209 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstWebRTCRTPReceiver.html +121 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstWebRTCRTPSender.html +121 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstWebRTCRTPTransceiver.html +121 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstWebRTCSessionDescription.html +224 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/annotation-glossary.html +2 -23
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/api-index-deprecated.html +4 -32
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/api-index-full.html +195 -1942
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/{ch08.html → ch07.html} +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/codecparsers.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/compiling.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-1.0.devhelp2 +56 -646
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-descriptors.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-sections.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstInsertbin.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstPhotography.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstPlayerGMainContextSignalDispatcher.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ISDB-variants-of-MPEG-TS-descriptors.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Mpeg-ts-helper-library.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstmpegvideometa.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-h264parser.html +12 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-jpegparser.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpegvideoparser.html +224 -181
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-vc1parser.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gstreamer-libs-hierarchy.html +16 -31
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gstreamer-plugins-bad.html +18 -97
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/index.html +19 -98
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/mpegts.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/player.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/tools.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/up.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/video.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/webrtc.html +49 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/ch01.html +563 -76
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/ch02.html +272 -14
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-1.0.devhelp2 +1075 -236
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-IQA.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-a2dpsink.html +199 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-accurip.html +10 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-adpcmdec.html +128 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-adpcmenc.html +128 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-aiffmux.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-aiffparse.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-asfmux.html +360 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-asfparse.html +156 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-assrender.html +11 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-audiobuffersplit.html +223 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-audiochannelmix.html +224 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-audiolatency.html +251 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-audiomixmatrix.html +319 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-audioparse.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-audiosegmentclip.html +156 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-autoconvert.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-autovideoconvert.html +163 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-avdtpsink.html +196 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-avdtpsrc.html +163 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-avwait.html +341 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-bayer2rgb.html +129 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-bpmdetect.html +128 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-bs2b.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-bulge.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-burn.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-bz2dec.html +198 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-bz2enc.html +198 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-camerabin.html +11 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-checksumsink.html +158 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-chopmydata.html +212 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-chromahold.html +247 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-chromaprint.html +219 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-chromium.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-circle.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-coloreffects.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/{gst-plugins-bad-plugins-gldownload.html → gst-plugins-bad-plugins-combdetect.html} +30 -38
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-compare.html +260 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-compositor.html +12 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-curlfilesink.html +180 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-curlftpsink.html +238 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-curlhttpsink.html +260 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-curlhttpsrc.html +493 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-curlsftpsink.html +190 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-curlsmtpsink.html +287 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-cvdilate.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-cvequalizehist.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-cverode.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-cvlaplace.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-cvsmooth.html +63 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-cvsobel.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dashdemux.html +339 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dc1394src.html +383 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-debugspy.html +214 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-decklinkaudiosink.html +216 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-decklinkaudiosrc.html +248 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-decklinkvideosink.html +717 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-decklinkvideosrc.html +770 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dewarp.html +375 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dfbvideosink.html +411 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-diffuse.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dilate.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-diracparse.html +156 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-disparity.html +181 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dodge.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dtlsdec.html +279 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dtlsenc.html +264 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dtlssrtpdec.html +255 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dtlssrtpdemux.html +191 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dtlssrtpenc.html +272 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dtmfdetect.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dtsdec.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dvbbasebin.html +129 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dvbsrc.html +10 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dvbsuboverlay.html +262 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dvdspu.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-edgedetect.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-errorignore.html +241 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-exclusion.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-faac.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-faad.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-faceblur.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-facedetect.html +11 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-faceoverlay.html +263 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-fakevideosink.html +161 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-fbdevsink.html +160 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-fdkaacdec.html +156 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-fdkaacenc.html +190 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-festival.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-fieldanalysis.html +336 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-fisheye.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-fluiddec.html +261 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-fpsdisplaysink.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-freeverb.html +252 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gaussianblur.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gdpdepay.html +201 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gdppay.html +229 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glmixerbin.html +15 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glmosaic.html +10 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glstereomix.html +14 -14
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glvideomixer.html +17 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glvideomixerelement.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gmedec.html +187 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-grabcut.html +247 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gsmdec.html +160 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gsmenc.html +163 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-h263parse.html +156 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-h264parse.html +224 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-h265parse.html +183 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-handdetect.html +273 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-hlsdemux.html +253 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-hlssink.html +251 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-hlssink2.html +259 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-id3mux.html +258 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-interaudiosink.html +159 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-interaudiosrc.html +203 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-interlace.html +190 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-intersubsink.html +159 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-intersubsrc.html +159 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-intervideosink.html +160 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-intervideosrc.html +174 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-ipcpipelinesink.html +265 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-ipcpipelinesrc.html +255 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-ipcslavepipeline.html +129 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-irtspparse.html +213 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-ivfparse.html +156 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-ivtc.html +156 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-jifmux.html +182 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-jp2kdecimator.html +198 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-jpeg2000parse.html +168 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-jpegparse.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-kaleidoscope.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-katedec.html +282 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-kateenc.html +336 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-kateparse.html +211 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-katetag.html +292 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-kmssink.html +294 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-ladspa.html +253 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-liveadder.html +4 -84
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-marble.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-midiparse.html +181 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mirror.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mmssrc.html +183 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-modplug.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-motioncells.html +436 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mpeg2enc.html +44 -24
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mpeg4videoparse.html +206 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mpegpsdemux.html +228 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mpegpsmux.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mpegtsmux.html +14 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mpegvideoparse.html +197 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mplex.html +33 -24
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mssdemux.html +245 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-musepackdec.html +155 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mxfdemux.html +227 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mxfmux.html +428 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-neonhttpsrc.html +26 -50
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-netsim.html +351 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-ofa.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-openalsink.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-openalsrc.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-opencvtextoverlay.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-openexrdec.html +156 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-openh264dec.html +156 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-openh264enc.html +414 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-openjpegdec.html +164 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-openjpegenc.html +281 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-opusparse.html +176 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-pcapparse.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-perspective.html +204 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-pinch.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-pitch.html +128 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-accurip.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-adpcmdec.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-adpcmenc.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-aiff.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/{gst-plugins-bad-plugins-plugin-audiomixer.html → gst-plugins-bad-plugins-plugin-asfmux.html} +18 -18
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-assrender.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-audiobuffersplit.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-audiofxbad.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-audiolatency.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-audiomixmatrix.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-audiovisualizers.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-autoconvert.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-bayer.html +11 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-bluez.html +89 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-bs2b.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-bz2.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-camerabin.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-chromaprint.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-coloreffects.html +10 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-colormanagement.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-compositor.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-curl.html +18 -14
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-dashdemux.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-dc1394.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-de265.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-debugutilsbad.html +19 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-decklink.html +93 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-dfbvideosink.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-dtls.html +97 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-dtsdec.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-dvb.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-dvbsuboverlay.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-dvdspu.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-faac.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-faad.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-faceoverlay.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-fbdevsink.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-fdkaac.html +85 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-festival.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-fieldanalysis.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-flite.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-fluidsynthmidi.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-freeverb.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-frei0r.html +76 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-gaudieffects.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-gdp.html +85 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-geometrictransform.html +11 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-gme.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-gmedec.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-gsm.html +11 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-hls.html +89 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-id3tag.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-inter.html +101 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-interlace.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-ipcpipeline.html +89 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-ivfparse.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-ivtc.html +85 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-jp2kdecimator.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-jpegformat.html +10 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-kate.html +93 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-kms.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-ladspa.html +117 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/{gst-plugins-bad-plugins-plugin-rawparse.html → gst-plugins-bad-plugins-plugin-legacyrawparse.html} +14 -30
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-midi.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-mms.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-modplug.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-mpeg2enc.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-mpegpsdemux.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-mpegpsmux.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-mpegtsdemux.html +85 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-mpegtsmux.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-mplex.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-musepack.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-mxf.html +85 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-neon.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-neonhttpsrc.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-netsim.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-ofa.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-openal.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-opencv.html +17 -17
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-openexr.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-openglmixers.html +97 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-openh264.html +85 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-openjpeg.html +85 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-opusparse.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-pcapparse.html +10 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-pnm.html +85 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-proxy.html +85 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-removesilence.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-resindvd.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-rfbsrc.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-rsvg.html +85 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-rtmp.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-rtponvif.html +85 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-sbc.html +85 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-sdpelem.html +10 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-segmentclip.html +85 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-shm.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-siren.html +85 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-smooth.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-smoothstreaming.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-sndfile.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-soundtouch.html +11 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-spandsp.html +89 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-speed.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-srtp.html +85 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-stereo.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-subenc.html +85 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-teletext.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-timecode.html +85 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-ttmlsubs.html +9 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-uvch264.html +85 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-vcdsrc.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-vdpau.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-videofiltersbad.html +89 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-videoframe_audiolevel.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-videoparsersbad.html +113 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-videosignal.html +89 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-vmnc.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-voaacenc.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-voamrwbenc.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-vulkan.html +85 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-wasapi.html +85 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-waylandsink.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-webp.html +85 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-webrtc.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-webrtcdsp.html +11 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-wildmidi.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-x265.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-y4mdec.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-yadif.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-zbar.html +8 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-pngparse.html +156 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-pnmdec.html +184 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-pnmenc.html +219 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-proxysink.html +137 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-proxysrc.html +250 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rawaudioparse.html +4 -104
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rawvideoparse.html +4 -88
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-removesilence.html +215 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-retinex.html +218 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rfbsrc.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rgb2bayer.html +156 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rotate.html +204 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rsndvdbin.html +152 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rsvgdec.html +176 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rsvgoverlay.html +410 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rtmpsink.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rtmpsrc.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rtpasfpay.html +156 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rtponvifparse.html +155 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rtponviftimestamp.html +209 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-sbcdec.html +156 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-sbcenc.html +163 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-scenechange.html +157 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-sdpdemux.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-sdpsrc.html +182 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-segmentation.html +250 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-sfdec.html +196 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-shmsink.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-shmsrc.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-simplevideomark.html +311 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-simplevideomarkdetect.html +340 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-sirendec.html +160 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-sirenenc.html +167 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-skindetect.html +214 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-smooth.html +224 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-solarize.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-spacescope.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-spanplc.html +158 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-spectrascope.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-speed.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-sphere.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-square.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-srtenc.html +196 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-srtpdec.html +557 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-srtpenc.html +455 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-stereo.html +215 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-stretch.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-synaescope.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-teletextdec.html +260 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-templatematch.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-tiger.html +375 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-timecodestamper.html +281 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-tonegeneratesrc.html +288 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-tsdemux.html +335 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/{gst-plugins-bad-plugins-gleffects-xray.html → gst-plugins-bad-plugins-tsparse.html} +43 -27
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-ttmlparse.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-ttmlrender.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-tunnel.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-twirl.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-unalignedaudioparse.html +2 -82
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-unalignedvideoparse.html +4 -84
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-uvch264mjpgdemux.html +272 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-uvch264src.html +688 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-vc1parse.html +156 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-vcdsrc.html +196 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-vdpaumpegdec.html +203 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-videoanalyse.html +210 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-videodiff.html +157 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-videoframe-audiolevel.html +220 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-videoparse.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-videosegmentclip.html +156 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-viewfinderbin.html +180 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-vmncdec.html +128 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-voaacenc.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-voamrwbenc.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-vulkansink.html +175 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-vulkanupload.html +161 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-wasapisink.html +273 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-wasapisrc.html +261 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-watchdog.html +183 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-waterripple.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-wavescope.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-waylandsink.html +204 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-webpdec.html +210 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-webpenc.html +233 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-webrtcbin.html +794 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-webrtcdsp.html +11 -23
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-webrtcechoprobe.html +33 -23
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-webvttenc.html +196 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/{gst-plugins-bad-plugins-mimenc.html → gst-plugins-bad-plugins-wildmidi.html} +14 -14
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-wrappercamerabinsrc.html +244 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-x265enc.html +260 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-y4mdec.html +155 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-yadif.html +204 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-zbar.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-zebrastripe.html +184 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/index.html +737 -83
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/up.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstAudioAggregator.html +361 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstAudioBaseSink.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstAudioBaseSrc.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstAudioCdSrc.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstAudioClock.html +4 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstAudioDecoder.html +13 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstAudioEncoder.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstAudioFilter.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstAudioRingBuffer.html +21 -21
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstAudioSink.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstAudioSrc.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstColorBalance.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstColorBalanceChannel.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstDiscoverer.html +83 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstEncodingProfile.html +16 -15
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0 → gst-plugins-base-libs-1.0}/GstGLBaseFilter.html +13 -13
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0 → gst-plugins-base-libs-1.0}/GstGLBufferPool.html +24 -24
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0 → gst-plugins-base-libs-1.0}/GstGLColorConvert.html +31 -30
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0 → gst-plugins-base-libs-1.0}/GstGLContext.html +106 -73
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0 → gst-plugins-base-libs-1.0}/GstGLDisplay.html +37 -27
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0 → gst-plugins-base-libs-1.0}/GstGLFilter.html +32 -33
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0 → gst-plugins-base-libs-1.0}/GstGLFramebuffer.html +67 -22
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0 → gst-plugins-base-libs-1.0}/GstGLSLStage.html +41 -41
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0 → gst-plugins-base-libs-1.0}/GstGLShader.html +1065 -35
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0 → gst-plugins-base-libs-1.0}/GstGLUpload.html +17 -14
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0 → gst-plugins-base-libs-1.0}/GstGLViewConvert.html +28 -29
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0 → gst-plugins-base-libs-1.0}/GstGLWindow.html +62 -28
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstNavigation.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstRTPBaseAudioPayload.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstRTPBaseDepayload.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstRTPBasePayload.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstStreamVolume.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstVideoDirection.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstVideoFilter.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstVideoOrientation.html +10 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstVideoOverlay.html +103 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstVideoSink.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/annotation-glossary.html +11 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/api-index-deprecated.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/api-index-full.html +2173 -210
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/compiling.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gl.html +122 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-1.0.devhelp2 +676 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-Audio-channels.html +30 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-Codec-utilities.html +94 -79
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-Descriptions.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstAudio-IEC61937.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstAudio.html +436 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstAudioConverter.html +77 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstAudioDownmixMeta.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstAudioQuantize.html +2 -2
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstEGLImage.html → gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstEGLImage.html} +62 -38
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstExiftag.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstFFT.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstFFTF32.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstFFTF64.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstFFTS16.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstFFTS32.html +2 -2
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLAPI.html → gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstGLAPI.html} +42 -42
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGlBaseMemory.html → gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstGLBaseMemory.html} +184 -152
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLBuffer.html → gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstGLBuffer.html} +46 -44
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLDisplayWayland.html → gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstGLDisplayWayland.html} +18 -18
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLDisplayX11.html → gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstGLDisplayX11.html} +20 -20
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLMemory.html → gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstGLMemory.html} +276 -218
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLMemoryPBO.html → gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstGLMemoryPBO.html} +52 -51
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLOverlayCompositor.html → gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstGLOverlayCompositor.html} +25 -25
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLQuery.html → gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstGLQuery.html} +45 -45
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLRenderbuffer.html → gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstGLRenderbuffer.html} +51 -51
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstGLSL.html +707 -0
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLSyncMeta.html → gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstGLSyncMeta.html} +45 -45
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstMIKEYMessage.html +52 -52
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstPhysMemoryAllocator.html +171 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstRTCPBuffer.html +46 -39
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstRTPBuffer.html +30 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstRTPPayloadInfo.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstRTSPConnection.html +24 -24
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstRTSPExtension.html +3 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstRTSPMessage.html +21 -20
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstRTSPRange.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstRTSPTimeRange.html +10 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstRTSPUrl.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstRtphdrext.html +10 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstRtspdefs.html +32 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstSDPMessage.html +57 -57
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstTagDemux.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstTagMux.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstTagXmpWriter.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoAlignment.html +109 -86
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoChroma.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoDecoder.html +11 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoDither.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoEncoder.html +58 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoOverlayRectangle.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoPool.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoResampler.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoScaler.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVorbisTag.html +18 -18
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstXmptag.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-ID3-tag-utils.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-ISO-639-lang-mappings.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-Install-plugins.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-Licenses.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-Missing-plugins.html +2 -2
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-OpenGL-Formats.html → gst-plugins-base-libs-1.0/gst-plugins-base-libs-OpenGL-Formats.html} +126 -92
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-OpenGL-Miscellaneous-Utilities.html → gst-plugins-base-libs-1.0/gst-plugins-base-libs-OpenGL-Miscellaneous-Utilities.html} +46 -46
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-OpenGL-debugging.html → gst-plugins-base-libs-1.0/gst-plugins-base-libs-OpenGL-debugging.html} +78 -78
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-Pbutils.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-Riff-utilities.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-Tags.html +15 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-Version.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-appsink.html +12 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-appsrc.html +62 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-dmabuf.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-fdmemory.html +10 -10
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstglmemoryegl.html → gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstglmemoryegl.html} +46 -46
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideoaffinetransformationmeta.html +38 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideometa.html +108 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideoutils.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-allocators.html +5 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-app.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-audio.html +6 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-base-utils.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-ffft.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-libs-hierarchy.html +35 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-mikey.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-plugins-base.html +99 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-riff.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-rtp.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-rtsp.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-sdp.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-tag.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-video.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/index.html +112 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/ix03.html +114 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/ix04.html +154 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/ix05.html +325 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/ix06.html +45 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/ix07.html +463 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/ix08.html +34 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/ix09.html +438 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/ix10.html +432 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/ix11.html +41 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/ix12.html +38 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/ix13.html +315 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/ix14.html +34 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/up.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/ch01.html +131 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/ch02.html +8 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-1.0.devhelp2 +157 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-adder.html +10 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-alsamidisrc.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-alsasink.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-alsasrc.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-appsink.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-appsrc.html +16 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-audioconvert.html +121 -6
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-audiointerleave.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-audiointerleave.html} +31 -31
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-audiomixer.html +200 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-audiorate.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-audioresample.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-audiotestsrc.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-cdparanoiasrc.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-clockoverlay.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-decodebin.html +12 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-decodebin3.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-encodebin.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-giosink.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-giosrc.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-giostreamsink.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-giostreamsrc.html +7 -7
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glcolorbalance.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-glcolorbalance.html} +35 -35
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glcolorconvert.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-glcolorconvert.html} +23 -23
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glcolorscale.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-glcolorscale.html} +26 -26
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gldeinterlace.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gldeinterlace.html} +28 -28
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gldifferencematte.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gldifferencematte.html} +28 -28
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gldownload.html +169 -0
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-sobel.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gleffects-blur.html} +19 -19
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-mirror.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gleffects-bulge.html} +19 -19
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-identity.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gleffects-fisheye.html} +19 -19
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-twirl.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gleffects-glow.html} +19 -19
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-sepia.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gleffects-heat.html} +19 -19
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-laplacian.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gleffects-identity.html} +19 -19
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gleffects-laplacian.html +136 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gleffects-lumaxpro.html +136 -0
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-fisheye.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gleffects-mirror.html} +19 -19
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-tunnel.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gleffects-sepia.html} +19 -19
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-xpro.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gleffects-sin.html} +19 -19
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-square.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gleffects-sobel.html} +19 -19
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-squeeze.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gleffects-square.html} +19 -19
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-lumaxpro.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gleffects-squeeze.html} +19 -19
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gleffects-stretch.html +136 -0
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-stretch.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gleffects-tunnel.html} +19 -19
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gleffects-twirl.html +136 -0
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-blur.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gleffects-xpro.html} +17 -17
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-bulge.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gleffects-xray.html} +17 -17
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gleffects.html} +18 -18
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glfilterapp.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-glfilterapp.html} +32 -83
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glfilterbin.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-glfilterbin.html} +41 -33
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glfiltercube.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-glfiltercube.html} +35 -35
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glfilterglass.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-glfilterglass.html} +25 -25
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glimagesink.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-glimagesink.html} +31 -23
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glimagesinkelement.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-glimagesinkelement.html} +82 -133
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gloverlay.html +308 -0
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glshader.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-glshader.html} +42 -84
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glsinkbin.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-glsinkbin.html} +126 -118
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glsrcbin.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-glsrcbin.html} +34 -34
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glstereosplit.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-glstereosplit.html} +23 -23
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gltestsrc.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gltestsrc.html} +32 -32
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gltransformation.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-gltransformation.html} +18 -18
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glupload.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-glupload.html} +32 -24
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-glviewconvert.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-glviewconvert.html} +43 -43
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-multifdsink.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-multisocketsink.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-oggaviparse.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-oggdemux.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-oggmux.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-oggparse.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-ogmaudioparse.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-ogmtextparse.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-ogmvideoparse.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-opusdec.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-opusenc.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-parsebin.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-playbin.html +12 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-playbin3.html +21 -22
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-playsink.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-adder.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-alsa.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-app.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-audioconvert.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-audiomixer.html +89 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-audiorate.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-audioresample.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-audiotestsrc.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-cdparanoia.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-encoding.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-gio.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-ivorbisdec.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-libvisual.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-ogg.html +5 -5
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-opengl.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-opengl.html} +35 -55
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-opus.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-pango.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-playback.html +9 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-rawparse.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-subparse.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-tcp.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-theora.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-typefindfunctions.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-videoconvert.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-videorate.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-videoscale.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-videotestsrc.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-volume.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-vorbis.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-ximagesink.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-xvimagesink.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-rawaudioparse.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-rawvideoparse.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-socketsrc.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-ssaparse.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-streamsynchronizer.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-subparse.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-subtitleoverlay.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-tcpclientsink.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-tcpclientsrc.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-tcpserversink.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-tcpserversrc.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-textoverlay.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-textrender.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-theoradec.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-theoraenc.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-theoraparse.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-timeoverlay.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-unalignedaudioparse.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-unalignedvideoparse.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-uridecodebin.html +9 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-urisourcebin.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-videoconvert.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-videorate.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-videoscale.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-videotestsrc.html +9 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-volume.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-vorbisdec.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-vorbisenc.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-vorbisparse.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-vorbistag.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-ximagesink.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-xvimagesink.html +20 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/index.html +138 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/up.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/ch01.html +44 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/ch02.html +17 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-1.0.devhelp2 +111 -1
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-3gppmux.html +28 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-aacparse.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-aasink.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-ac3parse.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-agingtv.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-alawdec.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-alawenc.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-alpha.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-alphacolor.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-amrparse.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-apedemux.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-apev2mux.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-aspectratiocrop.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-asteriskh263.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audioamplify.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiochebband.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiocheblimit.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiodynamic.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audioecho.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiofirfilter.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audioiirfilter.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audioinvert.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiokaraoke.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiopanorama.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiowsincband.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiowsinclimit.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-auparse.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-autoaudiosink.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-autoaudiosrc.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-autovideosink.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-autovideosrc.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-avidemux.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-avimux.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-avisubtitle.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-breakmydata.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-cacasink.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-cairooverlay.html +11 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-capssetter.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-cpureport.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-cutter.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-dcaparse.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-deinterlace.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-deinterleave.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-dicetv.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-directsoundsink.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-dtmfsrc.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-dv1394src.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-dvdec.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-dvdemux.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-dynudpsink.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-edgetv.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-equalizer-10bands.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-equalizer-3bands.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-equalizer-nbands.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-flacdec.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-flacenc.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-flacparse.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-flactag.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-flvdemux.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-flvmux.html +4 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-flxdec.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-gamma.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-gdkpixbufdec.html +2 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-gdkpixbufoverlay.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-gdkpixbufsink.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-goom.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-goom2k1.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-gtkglsink.html +146 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-gtksink.html +142 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-hdv1394src.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-icydemux.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-id3demux.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-id3v2mux.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-iirequalizer.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-imagefreeze.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-interleave.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-ismlmux.html +31 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-jackaudiosink.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-jackaudiosrc.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-jpegdec.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-jpegenc.html +22 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-lamemp3enc.html +339 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-level.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-matroskademux.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-matroskamux.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-matroskaparse.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-mj2mux.html +31 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-monoscope.html +6 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-mp4mux.html +31 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-mpegaudioparse.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-mpg123audiodec.html +175 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-mulawdec.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-mulawenc.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-multifilesink.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-multifilesrc.html +13 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-multipartdemux.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-multipartmux.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-multiudpsink.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-navigationtest.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-navseek.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-optv.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-oss4sink.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-oss4src.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-osssink.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-osssrc.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-osxaudiosink.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-osxaudiosrc.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-osxvideosink.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-1394.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-aasink.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-alaw.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-alpha.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-alphacolor.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-apetag.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-audiofx.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-audioparsers.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-auparse.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-autodetect.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-avi.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-cacasink.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-cairo.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-cutter.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-debug.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-deinterlace.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-directsound.html +2 -2
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-dtmf.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-dv.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-effectv.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-equalizer.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-flac.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-flv.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-flxdec.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-gdkpixbuf.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-goom.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-goom2k1.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-gtk.html +85 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-icydemux.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-id3demux.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-imagefreeze.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-interleave.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-isomp4.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-jack.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-jpeg.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-lame.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-level.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-matroska.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-monoscope.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-mpg123.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-mulaw.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-multifile.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-multipart.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-navigationtest.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-oss4.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-ossaudio.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-osxaudio.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-osxvideo.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-png.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-pulseaudio.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-qmlgl.html +85 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-replaygain.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-rtp.html +33 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-rtpmanager.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-rtsp.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-shapewipe.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-shout2.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-smpte.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-soup.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-spectrum.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-speex.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-taglib.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-twolame.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-udp.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-video4linux2.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-videobox.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-videocrop.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-videofilter.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-videomixer.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-vpx.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-waveform.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-wavenc.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-wavpack.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-wavparse.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-ximagesrc.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-y4menc.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-pngdec.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-pngenc.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-progressreport.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-pulsesink.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-pulsesrc.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-pushfilesrc.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-qmlglsink.html +186 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-qmlglsrc.html +174 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-qtdemux.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-qtmoovrecover.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-qtmux.html +62 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-quarktv.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-radioactv.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-revtv.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rganalysis.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rglimiter.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rgvolume.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rippletv.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rndbuffersize.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpL16depay.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpL16pay.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpL24depay.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpL24pay.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpL8depay.html +177 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpL8pay.html +178 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpac3depay.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpac3pay.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpamrdepay.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpamrpay.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpbin.html +231 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpbvdepay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpbvpay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpceltdepay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpceltpay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpdec.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpdtmfdepay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpdtmfmux.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpdtmfsrc.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpdvdepay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpdvpay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpg722depay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpg722pay.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpg723depay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpg723pay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpg726depay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpg726pay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpg729depay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpg729pay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpgsmdepay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpgsmpay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpgstdepay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpgstpay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtph261depay.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtph261pay.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtph263depay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtph263pay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtph263pdepay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtph263ppay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtph264depay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtph264pay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtph265depay.html +9 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtph265pay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpilbcdepay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpilbcpay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpj2kdepay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpj2kpay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpjitterbuffer.html +35 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpjpegdepay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpjpegpay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpklvdepay.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpklvpay.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmp1sdepay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmp2tdepay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmp2tpay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmp4adepay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmp4apay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmp4gdepay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmp4gpay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmp4vdepay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmp4vpay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmpadepay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmpapay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmparobustdepay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmpvdepay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmpvpay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmux.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpopusdepay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpopuspay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtppcmadepay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtppcmapay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtppcmudepay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtppcmupay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpptdemux.html +37 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpqcelpdepay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpqdm2depay.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpreddec.html +207 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpredenc.html +235 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtprtxqueue.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtprtxreceive.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtprtxsend.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpsbcdepay.html +31 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpsbcpay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpsession.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpsirendepay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpsirenpay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpspeexdepay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpspeexpay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpssrcdemux.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpstorage.html +216 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpstreamdepay.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpstreampay.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpsv3vdepay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtptheoradepay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtptheorapay.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpulpfecdec.html +240 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpulpfecenc.html +298 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpvorbisdepay.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpvorbispay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpvp8depay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpvp8pay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpvp9depay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpvp9pay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpvrawdepay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpvrawpay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpxqtdepay.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtspsrc.html +180 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-sbcparse.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-scaletempo.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-shagadelictv.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-shapewipe.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-shout2send.html +36 -38
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-smpte.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-smptealpha.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-souphttpclientsink.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-souphttpsrc.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-spectrum.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-speexdec.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-speexenc.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-splitfilesrc.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-splitmuxsink.html +68 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-splitmuxsrc.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-streaktv.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-taginject.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-testsink.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-twolamemp2enc.html +383 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-udpsink.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-udpsrc.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-v4l2radio.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-v4l2sink.html +9 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-v4l2src.html +12 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-vertigotv.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-videobalance.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-videobox.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-videocrop.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-videoflip.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-videomedian.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-videomixer.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-vp8dec.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-vp8enc.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-vp9dec.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-vp9enc.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-warptv.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-waveformsink.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-wavenc.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-wavpackdec.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-wavpackenc.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-wavpackparse.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-wavparse.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-webmmux.html +9 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-ximagesrc.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-y4menc.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/index.html +60 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/up.png +0 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstAllocator.html +7 -7
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstBin.html +17 -14
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstBuffer.html +272 -43
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstBufferList.html +95 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstBufferPool.html +5 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstBus.html +58 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstCaps.html +23 -22
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstCapsFeatures.html +27 -26
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstChildProxy.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstClock.html +16 -10
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstContext.html +8 -8
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstControlBinding.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstControlSource.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstDateTime.html +4 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstDeviceProviderFactory.html +13 -13
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstDynamicTypeFactory.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstElement.html +516 -25
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstElementFactory.html +4 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstEvent.html +36 -32
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstGhostPad.html +5 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstMemory.html +11 -11
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstMessage.html +104 -59
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstObject.html +10 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPad.html +61 -23
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPadTemplate.html +92 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPipeline.html +6 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPlugin.html +26 -14
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPluginFeature.html +3 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPreset.html +8 -8
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPromise.html +598 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstQuery.html +22 -22
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstRegistry.html +15 -13
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstSample.html +6 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstSegment.html +16 -14
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstStructure.html +15 -11
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstSystemClock.html +5 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTagList.html +46 -10
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTagSetter.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTask.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTaskPool.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstToc.html +7 -7
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTracer.html +390 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTracerFactory.html +45 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTracerRecord.html +5 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTypeFindFactory.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/annotation-glossary.html +6 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gst-building.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gst-running.html +7 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-1.0.devhelp2 +84 -13
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-Gst.html +29 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstAtomicQueue.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstConfig.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstDevice.html +21 -18
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstDeviceMonitor.html +18 -18
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstDeviceProvider.html +69 -20
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstFormat.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstGError.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstInfo.html +201 -24
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstIterator.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstMeta.html +7 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstMiniObject.html +8 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstParamSpec.html +102 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstParse.html +32 -29
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstPoll.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstProtectionMeta.html +58 -14
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstStream.html +21 -26
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstStreamCollection.html +11 -11
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstTocSetter.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstTypeFind.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstUri.html +68 -63
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstUriHandler.html +17 -11
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstUtils.html +74 -11
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstValue.html +17 -15
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstVersion.html +4 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-device-probing.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-hierarchy.html +4 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-support.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/index.html +16 -11
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix01.html +214 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix02.html +11 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix03.html +62 -134
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix04.html +22 -76
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix05.html +76 -213
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix06.html +34 -228
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix07.html +414 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix08.html +86 -101
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix09.html +9 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix10.html +324 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix11.html +34 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix12.html +34 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/libgstreamer.html +5 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/up.png +0 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstARGBControlBinding.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstAdapter.html +16 -16
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0 → gstreamer-libs-1.0}/GstAggregator.html +197 -87
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-libs-1.0 → gstreamer-libs-1.0}/GstAggregatorPad.html +98 -30
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstBaseParse.html +13 -13
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstBaseSink.html +5 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstBaseSrc.html +72 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstBaseTransform.html +29 -13
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstCollectPads.html +14 -14
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstDirectControlBinding.html +3 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstInterpolationControlSource.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstLFOControlSource.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstNetClientClock.html +25 -7
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstNetTimeProvider.html +18 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstPtpClock.html +14 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstPushSrc.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstTestClock.html +19 -19
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstTimedValueControlSource.html +5 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstTriggerControlSource.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/annotation-glossary.html +4 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-base.html +11 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-check.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-control.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-hierarchy.html +5 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-1.0.devhelp2 +60 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstBitReader.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstBufferStraw.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstByteReader.html +8 -8
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstByteWriter.html +4 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstCheck.html +16 -16
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstDataQueue.html +14 -14
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstFlowCombiner.html +77 -11
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstHarness.html +218 -92
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstNetAddressMeta.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstNetControlMessageMeta.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstNetTimePacket.html +3 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstProxyControlBinding.html +6 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstQueueArray.html +165 -15
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstStreamConsistency.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstTypeFindHelper.html +8 -8
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs.html +9 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-net.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/index.html +19 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/ix01.html +118 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/ix02.html +3 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/ix03.html +33 -11
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/ix04.html +10 -25
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/ix05.html +11 -471
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/ix06.html +11 -79
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/ix07.html +13 -201
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/ix08.html +477 -10
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/ix09.html +114 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/ix10.html +241 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/ix11.html +34 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/up.png +0 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/ch01.html +2 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/ch02.html +23 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/ch03.html +37 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-1.0.devhelp2 +15 -1
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-capsfilter.html +7 -7
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-concat.html +9 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-dataurisrc.html +6 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-downloadbuffer.html +4 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-fakesink.html +9 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-fakesrc.html +9 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-fdsink.html +7 -7
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-fdsrc.html +7 -7
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-filesink.html +6 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-filesrc.html +6 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-funnel.html +5 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-identity.html +23 -10
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-input-selector.html +9 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-latencytracer.html +78 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-leakstracer.html +80 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-logtracer.html +77 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-multiqueue.html +5 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-output-selector.html +6 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-plugin-coreelements.html +11 -10
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-plugin-coretracers.html +96 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-queue.html +4 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-queue2.html +4 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-rusagetracer.html +77 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-statstracer.html +77 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-streamiddemux.html +7 -7
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-tee.html +7 -7
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-typefind.html +10 -10
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-valve.html +6 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/index.html +29 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/up.png +0 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAddress.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuth.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuthDomain.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuthDomainBasic.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuthDomainDigest.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuthManager.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCache.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupContentDecoder.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupContentSniffer.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCookie.html +8 -7
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCookieJar.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCookieJarDB.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCookieJarText.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupLogger.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMessage.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMessageBody.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMessageHeaders.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMultipart.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMultipartInputStream.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupProxyResolverDefault.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupRequest.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupRequestData.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupRequestFile.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupRequestHTTP.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupServer.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSession.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSessionAsync.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSessionFeature.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSessionSync.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSocket.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupURI.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/annotation-glossary.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/ch01.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/ch02.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/ch03.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/ch04.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/ch05.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/index.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/ix01.html +685 -685
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-HTML-Form-Support.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-Soup-Miscellaneous-Utilities.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-SoupServer-deprecated-API.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-Top-Level-Domain-utils.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-Version-Information.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-WebSockets.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-XMLRPC-Support.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-soup-method.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-soup-status.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-build-howto.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-client-howto.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-request-howto.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-server-howto.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-session-porting.html +2 -2
- data/vendor/local/share/locale/af/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/az/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/fur/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/fur/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/fur/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/mt/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/sq/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/man/man1/gst-launch-1.0.1 +4 -0
- metadata +470 -195
- data/vendor/local/bin/libgstbadbase-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstgl-1.0-0.dll +0 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/gl.h +0 -58
- data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/base.h +0 -328
- data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/blending.h +0 -99
- data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/buffers.h +0 -48
- data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/debug.h +0 -117
- data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/eglimage.h +0 -53
- data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/fbo.h +0 -157
- data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/fixedfunction.h +0 -144
- data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/gles.h +0 -102
- data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/gstgl_compat.h +0 -67
- data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/gstgl_gles2compat.h +0 -57
- data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/opengl.h +0 -72
- data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/query.h +0 -63
- data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/shaders.h +0 -374
- data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/sync.h +0 -46
- data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/vao.h +0 -37
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstgl_fwd.h +0 -173
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglapi.h +0 -186
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglbasefilter.h +0 -90
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglbasememory.h +0 -384
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglbuffer.h +0 -135
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglbufferpool.h +0 -81
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglcolorconvert.h +0 -142
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglcontext.h +0 -214
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstgldebug.h +0 -184
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstgldisplay.h +0 -142
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglfeature.h +0 -62
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglfilter.h +0 -142
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglformat.h +0 -125
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglframebuffer.h +0 -120
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglmemory.h +0 -295
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglmemorypbo.h +0 -115
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstgloverlaycompositor.h +0 -92
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglquery.h +0 -162
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglrenderbuffer.h +0 -146
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglshader.h +0 -162
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglsl.h +0 -150
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglslstage.h +0 -108
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglsyncmeta.h +0 -95
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglupload.h +0 -122
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglutils.h +0 -61
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglviewconvert.h +0 -134
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglwindow.h +0 -252
- data/vendor/local/lib/girepository-1.0/GstBadAllocators-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstFft-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstGL-1.0.typelib +0 -0
- data/vendor/local/lib/gstreamer-1.0/include/gst/gl/gstglconfig.h +0 -48
- data/vendor/local/lib/gstreamer-1.0/libgstd3dvideosink.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstd3dvideosink.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsink.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsink.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstopengl.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstopengl.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstopengl.la +0 -41
- data/vendor/local/lib/gstreamer-1.0/libgstwaveformsink.dll.a +0 -0
- data/vendor/local/lib/libgstbadallocators-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstbadbase-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstgl-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstgl-1.0.la +0 -41
- data/vendor/local/lib/pkgconfig/gstreamer-bad-allocators-1.0.pc +0 -16
- data/vendor/local/lib/pkgconfig/gstreamer-bad-base-1.0.pc +0 -16
- data/vendor/local/lib/pkgconfig/gstreamer-gl-1.0.pc +0 -16
- data/vendor/local/share/gir-1.0/GstBadAllocators-1.0.gir +0 -92
- data/vendor/local/share/gir-1.0/GstFft-1.0.gir +0 -730
- data/vendor/local/share/gir-1.0/GstGL-1.0.gir +0 -13700
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/base.html +0 -38
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gl.html +0 -122
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLSL.html +0 -475
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-audiomixer.html +0 -273
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-glow.html +0 -136
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-heat.html +0 -136
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gleffects-sin.html +0 -136
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gloverlay.html +0 -474
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mimdec.html +0 -48
@@ -7,21 +7,15 @@
|
|
7
7
|
<link rel="home" href="index.html" title="GStreamer Bad Plugins 1.0 Library Reference Manual">
|
8
8
|
<link rel="up" href="index.html" title="GStreamer Bad Plugins 1.0 Library Reference Manual">
|
9
9
|
<link rel="prev" href="api-index-deprecated.html" title="Index of deprecated API">
|
10
|
-
<meta name="generator" content="GTK-Doc V1.
|
10
|
+
<meta name="generator" content="GTK-Doc V1.27 (XML mode)">
|
11
11
|
<link rel="stylesheet" href="style.css" type="text/css">
|
12
12
|
</head>
|
13
13
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
14
14
|
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
|
15
15
|
<td width="100%" align="left" class="shortcuts"><span id="nav_glossary"><a class="shortcut" href="#glsA">A</a>
|
16
16
|
<span class="dim">|</span>
|
17
|
-
<a class="shortcut" href="#glsC">C</a>
|
18
|
-
<span class="dim">|</span>
|
19
17
|
<a class="shortcut" href="#glsE">E</a>
|
20
18
|
<span class="dim">|</span>
|
21
|
-
<a class="shortcut" href="#glsI">I</a>
|
22
|
-
<span class="dim">|</span>
|
23
|
-
<a class="shortcut" href="#glsN">N</a>
|
24
|
-
<span class="dim">|</span>
|
25
19
|
<a class="shortcut" href="#glsO">O</a>
|
26
20
|
<span class="dim">|</span>
|
27
21
|
<a class="shortcut" href="#glsS">S</a>
|
@@ -42,30 +36,15 @@
|
|
42
36
|
<dd class="glossdef"><p>NULL is OK, both for passing and for returning.</p></dd>
|
43
37
|
<dt><span class="glossterm"><a name="annotation-glossterm-array"></a>array</span></dt>
|
44
38
|
<dd class="glossdef"><p>Parameter points to an array of items.</p></dd>
|
45
|
-
<a name="glsC"></a><h3 class="title">C</h3>
|
46
|
-
<dt><span class="glossterm"><a name="annotation-glossterm-closure"></a>closure</span></dt>
|
47
|
-
<dd class="glossdef"><p>This parameter is a 'user_data', for callbacks; many bindings can pass NULL here.</p></dd>
|
48
39
|
<a name="glsE"></a><h3 class="title">E</h3>
|
49
40
|
<dt><span class="glossterm"><a name="annotation-glossterm-element-type"></a>element-type</span></dt>
|
50
41
|
<dd class="glossdef"><p>Generics and defining elements of containers and arrays.</p></dd>
|
51
|
-
<a name="glsI"></a><h3 class="title">I</h3>
|
52
|
-
<dt><span class="glossterm"><a name="annotation-glossterm-inout"></a>inout</span></dt>
|
53
|
-
<dd class="glossdef"><p>Parameter for input and for returning results. Default is <acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>.</p></dd>
|
54
|
-
<a name="glsN"></a><h3 class="title">N</h3>
|
55
|
-
<dt><span class="glossterm"><a name="annotation-glossterm-nullable"></a>nullable</span></dt>
|
56
|
-
<dd class="glossdef"><p>NULL may be passed as the value in, out, in-out; or as a return value.</p></dd>
|
57
42
|
<a name="glsO"></a><h3 class="title">O</h3>
|
58
43
|
<dt><span class="glossterm"><a name="annotation-glossterm-out"></a>out</span></dt>
|
59
44
|
<dd class="glossdef"><p>Parameter for returning results. Default is <acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>.</p></dd>
|
60
45
|
<a name="glsS"></a><h3 class="title">S</h3>
|
61
46
|
<dt><span class="glossterm"><a name="annotation-glossterm-scope%20async"></a>scope async</span></dt>
|
62
47
|
<dd class="glossdef"><p>The callback is valid until first called.</p></dd>
|
63
|
-
<dt><span class="glossterm"><a name="annotation-glossterm-scope%20call"></a>scope call</span></dt>
|
64
|
-
<dd class="glossdef"><p>The callback is valid only during the call to the method.</p></dd>
|
65
|
-
<dt><span class="glossterm"><a name="annotation-glossterm-scope%20notified"></a>scope notified</span></dt>
|
66
|
-
<dd class="glossdef"><p>The callback is valid until the GDestroyNotify argument is called.</p></dd>
|
67
|
-
<dt><span class="glossterm"><a name="annotation-glossterm-skip"></a>skip</span></dt>
|
68
|
-
<dd class="glossdef"><p>Exposed in C code, not necessarily available in other languages.</p></dd>
|
69
48
|
<a name="glsT"></a><h3 class="title">T</h3>
|
70
49
|
<dt><span class="glossterm"><a name="annotation-glossterm-transfer%20container"></a>transfer container</span></dt>
|
71
50
|
<dd class="glossdef"><p>Free data container after the code is done.</p></dd>
|
@@ -93,6 +72,6 @@ mentioned in the release notes for the affected release.
|
|
93
72
|
</p></dd>
|
94
73
|
</div>
|
95
74
|
<div class="footer">
|
96
|
-
<hr>Generated by GTK-Doc V1.
|
75
|
+
<hr>Generated by GTK-Doc V1.27</div>
|
97
76
|
</body>
|
98
77
|
</html>
|
@@ -8,12 +8,12 @@
|
|
8
8
|
<link rel="up" href="index.html" title="GStreamer Bad Plugins 1.0 Library Reference Manual">
|
9
9
|
<link rel="prev" href="api-index-full.html" title="Index">
|
10
10
|
<link rel="next" href="annotation-glossary.html" title="Annotation Glossary">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.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">
|
15
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"
|
16
|
+
<td width="100%" align="left" class="shortcuts"></td>
|
17
17
|
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
18
18
|
<td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
|
19
19
|
<td><a accesskey="p" href="api-index-full.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
@@ -22,37 +22,9 @@
|
|
22
22
|
<div class="index">
|
23
23
|
<div class="titlepage"><div><div><h1 class="title">
|
24
24
|
<a name="api-index-deprecated"></a>Index of deprecated API</h1></div></div></div>
|
25
|
-
<a name="idx"></a
|
26
|
-
<dt>
|
27
|
-
<a class="link" href="gst-plugins-bad-libs-mpegvideoparser.html#gst-mpeg-video-parse-gop" title="gst_mpeg_video_parse_gop ()">gst_mpeg_video_parse_gop</a>, function in <a class="link" href="gst-plugins-bad-libs-mpegvideoparser.html" title="GstMpegvideoParser">mpegvideoparser</a>
|
28
|
-
</dt>
|
29
|
-
<dd></dd>
|
30
|
-
<dt>
|
31
|
-
<a class="link" href="gst-plugins-bad-libs-mpegvideoparser.html#gst-mpeg-video-parse-picture-extension" title="gst_mpeg_video_parse_picture_extension ()">gst_mpeg_video_parse_picture_extension</a>, function in <a class="link" href="gst-plugins-bad-libs-mpegvideoparser.html" title="GstMpegvideoParser">mpegvideoparser</a>
|
32
|
-
</dt>
|
33
|
-
<dd></dd>
|
34
|
-
<dt>
|
35
|
-
<a class="link" href="gst-plugins-bad-libs-mpegvideoparser.html#gst-mpeg-video-parse-picture-header" title="gst_mpeg_video_parse_picture_header ()">gst_mpeg_video_parse_picture_header</a>, function in <a class="link" href="gst-plugins-bad-libs-mpegvideoparser.html" title="GstMpegvideoParser">mpegvideoparser</a>
|
36
|
-
</dt>
|
37
|
-
<dd></dd>
|
38
|
-
<dt>
|
39
|
-
<a class="link" href="gst-plugins-bad-libs-mpegvideoparser.html#gst-mpeg-video-parse-quant-matrix-extension" title="gst_mpeg_video_parse_quant_matrix_extension ()">gst_mpeg_video_parse_quant_matrix_extension</a>, function in <a class="link" href="gst-plugins-bad-libs-mpegvideoparser.html" title="GstMpegvideoParser">mpegvideoparser</a>
|
40
|
-
</dt>
|
41
|
-
<dd></dd>
|
42
|
-
<dt>
|
43
|
-
<a class="link" href="gst-plugins-bad-libs-mpegvideoparser.html#gst-mpeg-video-parse-sequence-display-extension" title="gst_mpeg_video_parse_sequence_display_extension ()">gst_mpeg_video_parse_sequence_display_extension</a>, function in <a class="link" href="gst-plugins-bad-libs-mpegvideoparser.html" title="GstMpegvideoParser">mpegvideoparser</a>
|
44
|
-
</dt>
|
45
|
-
<dd></dd>
|
46
|
-
<dt>
|
47
|
-
<a class="link" href="gst-plugins-bad-libs-mpegvideoparser.html#gst-mpeg-video-parse-sequence-extension" title="gst_mpeg_video_parse_sequence_extension ()">gst_mpeg_video_parse_sequence_extension</a>, function in <a class="link" href="gst-plugins-bad-libs-mpegvideoparser.html" title="GstMpegvideoParser">mpegvideoparser</a>
|
48
|
-
</dt>
|
49
|
-
<dd></dd>
|
50
|
-
<dt>
|
51
|
-
<a class="link" href="gst-plugins-bad-libs-mpegvideoparser.html#gst-mpeg-video-parse-sequence-header" title="gst_mpeg_video_parse_sequence_header ()">gst_mpeg_video_parse_sequence_header</a>, function in <a class="link" href="gst-plugins-bad-libs-mpegvideoparser.html" title="GstMpegvideoParser">mpegvideoparser</a>
|
52
|
-
</dt>
|
53
|
-
<dd></dd>
|
25
|
+
<a name="idx"></a>
|
54
26
|
</div>
|
55
27
|
<div class="footer">
|
56
|
-
<hr>Generated by GTK-Doc V1.
|
28
|
+
<hr>Generated by GTK-Doc V1.27</div>
|
57
29
|
</body>
|
58
30
|
</html>
|
@@ -8,1998 +8,158 @@
|
|
8
8
|
<link rel="up" href="index.html" title="GStreamer Bad Plugins 1.0 Library Reference Manual">
|
9
9
|
<link rel="prev" href="gstreamer-libs-hierarchy.html" title="Part II. Object Hierarchy">
|
10
10
|
<link rel="next" href="api-index-deprecated.html" title="Index of deprecated API">
|
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">
|
15
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"><span id="nav_index"><a class="shortcut" href="#
|
16
|
+
<td width="100%" align="left" class="shortcuts"><span id="nav_index"><a class="shortcut" href="#idxB">B</a>
|
17
17
|
<span class="dim">|</span>
|
18
|
-
<a class="shortcut" href="#
|
19
|
-
<span class="dim">|</span>
|
20
|
-
<a class="shortcut" href="#
|
21
|
-
<span class="dim">|</span>
|
22
|
-
<a class="shortcut" href="#
|
23
|
-
<span class="dim">|</span>
|
24
|
-
<a class="shortcut" href="#
|
25
|
-
<span class="dim">|</span>
|
26
|
-
<a class="shortcut" href="#
|
27
|
-
<span class="dim">|</span>
|
28
|
-
<a class="shortcut" href="#
|
29
|
-
<span class="dim">|</span>
|
30
|
-
<a class="shortcut" href="#
|
31
|
-
<span class="dim">|</span>
|
32
|
-
<a class="shortcut" href="#
|
33
|
-
<span class="dim">|</span>
|
34
|
-
<a class="shortcut" href="#
|
35
|
-
<span class="dim">|</span>
|
36
|
-
<a class="shortcut" href="#
|
37
|
-
<span class="dim">|</span>
|
38
|
-
<a class="shortcut" href="#
|
39
|
-
<span class="dim">|</span>
|
40
|
-
<a class="shortcut" href="#
|
41
|
-
|
42
|
-
|
43
|
-
<td><a accesskey="
|
44
|
-
<td><img src="
|
45
|
-
|
46
|
-
<
|
47
|
-
|
48
|
-
<
|
49
|
-
<
|
50
|
-
<a name="api-index-full"></a>Index</h1></div></div></div>
|
51
|
-
<a name="idx"></a><a name="idxA"></a><h3 class="title">A</h3>
|
52
|
-
<dt>
|
53
|
-
<a class="link" href="GstAggregator.html#GstAggregator-struct" title="struct GstAggregator">GstAggregator</a>, struct in <a class="link" href="GstAggregator.html" title="GstAggregator">GstAggregator</a>
|
54
|
-
</dt>
|
55
|
-
<dd></dd>
|
56
|
-
<dt>
|
57
|
-
<a class="link" href="GstAggregator.html#GstAggregator--latency" title="The “latency” property">GstAggregator:latency</a>, object property in <a class="link" href="GstAggregator.html" title="GstAggregator">GstAggregator</a>
|
58
|
-
</dt>
|
59
|
-
<dd></dd>
|
60
|
-
<dt>
|
61
|
-
<a class="link" href="GstAggregator.html#GstAggregator--start-time" title="The “start-time” property">GstAggregator:start-time</a>, object property in <a class="link" href="GstAggregator.html" title="GstAggregator">GstAggregator</a>
|
62
|
-
</dt>
|
63
|
-
<dd></dd>
|
64
|
-
<dt>
|
65
|
-
<a class="link" href="GstAggregator.html#GstAggregator--start-time-selection" title="The “start-time-selection” property">GstAggregator:start-time-selection</a>, object property in <a class="link" href="GstAggregator.html" title="GstAggregator">GstAggregator</a>
|
66
|
-
</dt>
|
67
|
-
<dd></dd>
|
68
|
-
<dt>
|
69
|
-
<a class="link" href="GstAggregator.html#GstAggregatorClass" title="struct GstAggregatorClass">GstAggregatorClass</a>, struct in <a class="link" href="GstAggregator.html" title="GstAggregator">GstAggregator</a>
|
70
|
-
</dt>
|
71
|
-
<dd></dd>
|
72
|
-
<dt>
|
73
|
-
<a class="link" href="GstAggregatorPad.html#GstAggregatorPad-struct" title="struct GstAggregatorPad">GstAggregatorPad</a>, struct in <a class="link" href="GstAggregatorPad.html" title="GstAggregatorPad">GstAggregatorPad</a>
|
74
|
-
</dt>
|
75
|
-
<dd></dd>
|
76
|
-
<dt>
|
77
|
-
<a class="link" href="GstAggregatorPad.html#GstAggregatorPadClass" title="struct GstAggregatorPadClass">GstAggregatorPadClass</a>, struct in <a class="link" href="GstAggregatorPad.html" title="GstAggregatorPad">GstAggregatorPad</a>
|
78
|
-
</dt>
|
79
|
-
<dd></dd>
|
80
|
-
<dt>
|
81
|
-
<a class="link" href="GstAggregator.html#gst-aggregator-finish-buffer" title="gst_aggregator_finish_buffer ()">gst_aggregator_finish_buffer</a>, function in <a class="link" href="GstAggregator.html" title="GstAggregator">GstAggregator</a>
|
82
|
-
</dt>
|
83
|
-
<dd></dd>
|
84
|
-
<dt>
|
85
|
-
<a class="link" href="GstAggregator.html#gst-aggregator-get-latency" title="gst_aggregator_get_latency ()">gst_aggregator_get_latency</a>, function in <a class="link" href="GstAggregator.html" title="GstAggregator">GstAggregator</a>
|
86
|
-
</dt>
|
87
|
-
<dd></dd>
|
88
|
-
<dt>
|
89
|
-
<a class="link" href="GstAggregator.html#gst-aggregator-iterate-sinkpads" title="gst_aggregator_iterate_sinkpads ()">gst_aggregator_iterate_sinkpads</a>, function in <a class="link" href="GstAggregator.html" title="GstAggregator">GstAggregator</a>
|
90
|
-
</dt>
|
91
|
-
<dd></dd>
|
92
|
-
<dt>
|
93
|
-
<a class="link" href="GstAggregatorPad.html#gst-aggregator-pad-drop-buffer" title="gst_aggregator_pad_drop_buffer ()">gst_aggregator_pad_drop_buffer</a>, function in <a class="link" href="GstAggregatorPad.html" title="GstAggregatorPad">GstAggregatorPad</a>
|
94
|
-
</dt>
|
95
|
-
<dd></dd>
|
96
|
-
<dt>
|
97
|
-
<a class="link" href="GstAggregatorPad.html#gst-aggregator-pad-get-buffer" title="gst_aggregator_pad_get_buffer ()">gst_aggregator_pad_get_buffer</a>, function in <a class="link" href="GstAggregatorPad.html" title="GstAggregatorPad">GstAggregatorPad</a>
|
98
|
-
</dt>
|
99
|
-
<dd></dd>
|
100
|
-
<dt>
|
101
|
-
<a class="link" href="GstAggregatorPad.html#gst-aggregator-pad-is-eos" title="gst_aggregator_pad_is_eos ()">gst_aggregator_pad_is_eos</a>, function in <a class="link" href="GstAggregatorPad.html" title="GstAggregatorPad">GstAggregatorPad</a>
|
102
|
-
</dt>
|
103
|
-
<dd></dd>
|
104
|
-
<dt>
|
105
|
-
<a class="link" href="GstAggregatorPad.html#gst-aggregator-pad-steal-buffer" title="gst_aggregator_pad_steal_buffer ()">gst_aggregator_pad_steal_buffer</a>, function in <a class="link" href="GstAggregatorPad.html" title="GstAggregatorPad">GstAggregatorPad</a>
|
106
|
-
</dt>
|
107
|
-
<dd></dd>
|
108
|
-
<dt>
|
109
|
-
<a class="link" href="GstAggregator.html#gst-aggregator-set-src-caps" title="gst_aggregator_set_src_caps ()">gst_aggregator_set_src_caps</a>, function in <a class="link" href="GstAggregator.html" title="GstAggregator">GstAggregator</a>
|
110
|
-
</dt>
|
111
|
-
<dd></dd>
|
112
|
-
<a name="idxB"></a><h3 class="title">B</h3>
|
113
|
-
<dt>
|
114
|
-
GstBaseCameraSrc, struct in GstBaseCameraSrc
|
115
|
-
</dt>
|
116
|
-
<dd></dd>
|
117
|
-
<dt>
|
118
|
-
GstBaseCameraSrcClass, struct in GstBaseCameraSrc
|
119
|
-
</dt>
|
120
|
-
<dd></dd>
|
121
|
-
<dt>
|
122
|
-
GST_BASE_CAMERA_SRC_CAST, macro in GstBaseCameraSrc
|
123
|
-
</dt>
|
124
|
-
<dd></dd>
|
125
|
-
<dt>
|
126
|
-
gst_base_camera_src_finish_capture, function in GstBaseCameraSrc
|
127
|
-
</dt>
|
128
|
-
<dd></dd>
|
129
|
-
<dt>
|
130
|
-
GST_BASE_CAMERA_SRC_IMAGE_PAD_NAME, macro in GstBaseCameraSrc
|
131
|
-
</dt>
|
132
|
-
<dd></dd>
|
133
|
-
<dt>
|
134
|
-
gst_base_camera_src_post_preview, function in GstBaseCameraSrc
|
135
|
-
</dt>
|
136
|
-
<dd></dd>
|
137
|
-
<dt>
|
138
|
-
GST_BASE_CAMERA_SRC_PREVIEW_MESSAGE_NAME, macro in GstBaseCameraSrc
|
139
|
-
</dt>
|
140
|
-
<dd></dd>
|
141
|
-
<dt>
|
142
|
-
gst_base_camera_src_setup_preview, function in GstBaseCameraSrc
|
143
|
-
</dt>
|
144
|
-
<dd></dd>
|
145
|
-
<dt>
|
146
|
-
gst_base_camera_src_setup_zoom, function in GstBaseCameraSrc
|
147
|
-
</dt>
|
148
|
-
<dd></dd>
|
149
|
-
<dt>
|
150
|
-
gst_base_camera_src_set_mode, function in GstBaseCameraSrc
|
151
|
-
</dt>
|
152
|
-
<dd></dd>
|
153
|
-
<dt>
|
154
|
-
GST_BASE_CAMERA_SRC_VIDEO_PAD_NAME, macro in GstBaseCameraSrc
|
155
|
-
</dt>
|
156
|
-
<dd></dd>
|
157
|
-
<dt>
|
158
|
-
GST_BASE_CAMERA_SRC_VIEWFINDER_PAD_NAME, macro in GstBaseCameraSrc
|
159
|
-
</dt>
|
160
|
-
<dd></dd>
|
161
|
-
<dt>
|
162
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLSyncMeta.html#gst-buffer-add-gl-sync-meta" title="gst_buffer_add_gl_sync_meta ()">gst_buffer_add_gl_sync_meta</a>, function in <a class="link" href="gst-plugins-bad-libs-GstGLSyncMeta.html" title="GstGLSyncMeta">GstGLSyncMeta</a>
|
163
|
-
</dt>
|
164
|
-
<dd></dd>
|
165
|
-
<dt>
|
166
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLSyncMeta.html#gst-buffer-add-gl-sync-meta-full" title="gst_buffer_add_gl_sync_meta_full ()">gst_buffer_add_gl_sync_meta_full</a>, function in <a class="link" href="gst-plugins-bad-libs-GstGLSyncMeta.html" title="GstGLSyncMeta">GstGLSyncMeta</a>
|
167
|
-
</dt>
|
168
|
-
<dd></dd>
|
169
|
-
<dt>
|
170
|
-
<a class="link" href="gst-plugins-bad-libs-gstmpegvideometa.html#gst-buffer-add-mpeg-video-meta" title="gst_buffer_add_mpeg_video_meta ()">gst_buffer_add_mpeg_video_meta</a>, function in <a class="link" href="gst-plugins-bad-libs-gstmpegvideometa.html" title="gstmpegvideometa">gstmpegvideometa</a>
|
171
|
-
</dt>
|
172
|
-
<dd></dd>
|
173
|
-
<dt>
|
174
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLSyncMeta.html#gst-buffer-get-gl-sync-meta" title="gst_buffer_get_gl_sync_meta()">gst_buffer_get_gl_sync_meta</a>, macro in <a class="link" href="gst-plugins-bad-libs-GstGLSyncMeta.html" title="GstGLSyncMeta">GstGLSyncMeta</a>
|
175
|
-
</dt>
|
176
|
-
<dd></dd>
|
177
|
-
<dt>
|
178
|
-
<a class="link" href="gst-plugins-bad-libs-gstmpegvideometa.html#gst-buffer-get-mpeg-video-meta" title="gst_buffer_get_mpeg_video_meta()">gst_buffer_get_mpeg_video_meta</a>, macro in <a class="link" href="gst-plugins-bad-libs-gstmpegvideometa.html" title="gstmpegvideometa">gstmpegvideometa</a>
|
179
|
-
</dt>
|
180
|
-
<dd></dd>
|
181
|
-
<dt>
|
182
|
-
<a class="link" href="GstGLBufferPool.html#gst-buffer-pool-config-get-gl-allocation-params" title="gst_buffer_pool_config_get_gl_allocation_params ()">gst_buffer_pool_config_get_gl_allocation_params</a>, function in <a class="link" href="GstGLBufferPool.html" title="GstGlBufferPool">GstGLBufferPool</a>
|
183
|
-
</dt>
|
184
|
-
<dd></dd>
|
185
|
-
<dt>
|
186
|
-
<a class="link" href="GstGLBufferPool.html#gst-buffer-pool-config-set-gl-allocation-params" title="gst_buffer_pool_config_set_gl_allocation_params ()">gst_buffer_pool_config_set_gl_allocation_params</a>, function in <a class="link" href="GstGLBufferPool.html" title="GstGlBufferPool">GstGLBufferPool</a>
|
187
|
-
</dt>
|
188
|
-
<dd></dd>
|
189
|
-
<dt>
|
190
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLSyncMeta.html#GST-BUFFER-POOL-OPTION-GL-SYNC-META:CAPS" title="GST_BUFFER_POOL_OPTION_GL_SYNC_META">GST_BUFFER_POOL_OPTION_GL_SYNC_META</a>, macro in <a class="link" href="gst-plugins-bad-libs-GstGLSyncMeta.html" title="GstGLSyncMeta">GstGLSyncMeta</a>
|
191
|
-
</dt>
|
192
|
-
<dd></dd>
|
193
|
-
<dt>
|
194
|
-
<a class="link" href="gst-plugins-bad-libs-OpenGL-Formats.html#GST-BUFFER-POOL-OPTION-GL-TEXTURE-TARGET-2D:CAPS" title="GST_BUFFER_POOL_OPTION_GL_TEXTURE_TARGET_2D">GST_BUFFER_POOL_OPTION_GL_TEXTURE_TARGET_2D</a>, macro in <a class="link" href="gst-plugins-bad-libs-OpenGL-Formats.html" title="GstGlFormat">OpenGL Formats</a>
|
195
|
-
</dt>
|
196
|
-
<dd></dd>
|
197
|
-
<dt>
|
198
|
-
<a class="link" href="gst-plugins-bad-libs-OpenGL-Formats.html#GST-BUFFER-POOL-OPTION-GL-TEXTURE-TARGET-EXTERNAL-OES:CAPS" title="GST_BUFFER_POOL_OPTION_GL_TEXTURE_TARGET_EXTERNAL_OES">GST_BUFFER_POOL_OPTION_GL_TEXTURE_TARGET_EXTERNAL_OES</a>, macro in <a class="link" href="gst-plugins-bad-libs-OpenGL-Formats.html" title="GstGlFormat">OpenGL Formats</a>
|
199
|
-
</dt>
|
200
|
-
<dd></dd>
|
201
|
-
<dt>
|
202
|
-
<a class="link" href="gst-plugins-bad-libs-OpenGL-Formats.html#GST-BUFFER-POOL-OPTION-GL-TEXTURE-TARGET-RECTANGLE:CAPS" title="GST_BUFFER_POOL_OPTION_GL_TEXTURE_TARGET_RECTANGLE">GST_BUFFER_POOL_OPTION_GL_TEXTURE_TARGET_RECTANGLE</a>, macro in <a class="link" href="gst-plugins-bad-libs-OpenGL-Formats.html" title="GstGlFormat">OpenGL Formats</a>
|
203
|
-
</dt>
|
204
|
-
<dd></dd>
|
205
|
-
<a name="idxC"></a><h3 class="title">C</h3>
|
206
|
-
<dt>
|
207
|
-
GstCameraBinMode, enum in gstcamerabin-enum
|
208
|
-
</dt>
|
209
|
-
<dd></dd>
|
210
|
-
<dt>
|
211
|
-
gst_camerabin_create_preview_pipeline, function in gstcamerabinpreview
|
212
|
-
</dt>
|
213
|
-
<dd></dd>
|
214
|
-
<dt>
|
215
|
-
gst_camerabin_destroy_preview_pipeline, function in gstcamerabinpreview
|
216
|
-
</dt>
|
217
|
-
<dd></dd>
|
218
|
-
<dt>
|
219
|
-
gst_camerabin_mode_get_type, function in gstcamerabin-enum
|
220
|
-
</dt>
|
221
|
-
<dd></dd>
|
222
|
-
<dt>
|
223
|
-
gst_camerabin_preview_pipeline_post, function in gstcamerabinpreview
|
224
|
-
</dt>
|
225
|
-
<dd></dd>
|
226
|
-
<dt>
|
227
|
-
gst_camerabin_preview_set_caps, function in gstcamerabinpreview
|
228
|
-
</dt>
|
229
|
-
<dd></dd>
|
230
|
-
<dt>
|
231
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLBuffer.html#GST-CAPS-FEATURE-MEMORY-GL-BUFFER:CAPS" title="GST_CAPS_FEATURE_MEMORY_GL_BUFFER">GST_CAPS_FEATURE_MEMORY_GL_BUFFER</a>, macro in <a class="link" href="gst-plugins-bad-libs-GstGLBuffer.html" title="GstGlBuffer">GstGLBuffer</a>
|
232
|
-
</dt>
|
233
|
-
<dd></dd>
|
234
|
-
<dt>
|
235
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLMemory.html#GST-CAPS-FEATURE-MEMORY-GL-MEMORY:CAPS" title="GST_CAPS_FEATURE_MEMORY_GL_MEMORY">GST_CAPS_FEATURE_MEMORY_GL_MEMORY</a>, macro in <a class="link" href="gst-plugins-bad-libs-GstGLMemory.html" title="GstGlMemory">GstGLMemory</a>
|
236
|
-
</dt>
|
237
|
-
<dd></dd>
|
238
|
-
<dt>
|
239
|
-
<a class="link" href="GstGLDisplay.html#gst-context-get-gl-display" title="gst_context_get_gl_display ()">gst_context_get_gl_display</a>, function in <a class="link" href="GstGLDisplay.html" title="GstGLDisplay">GstGLDisplay</a>
|
240
|
-
</dt>
|
241
|
-
<dd></dd>
|
242
|
-
<dt>
|
243
|
-
<a class="link" href="GstGLDisplay.html#gst-context-set-gl-display" title="gst_context_set_gl_display ()">gst_context_set_gl_display</a>, function in <a class="link" href="GstGLDisplay.html" title="GstGLDisplay">GstGLDisplay</a>
|
244
|
-
</dt>
|
245
|
-
<dd></dd>
|
246
|
-
<a name="idxD"></a><h3 class="title">D</h3>
|
247
|
-
<dt>
|
248
|
-
DEFAULT_CAPTURE_HEIGHT, macro in gstcamerabin-enum
|
249
|
-
</dt>
|
250
|
-
<dd></dd>
|
251
|
-
<dt>
|
252
|
-
DEFAULT_CAPTURE_WIDTH, macro in gstcamerabin-enum
|
253
|
-
</dt>
|
254
|
-
<dd></dd>
|
255
|
-
<dt>
|
256
|
-
DEFAULT_FPS_D, macro in gstcamerabin-enum
|
257
|
-
</dt>
|
258
|
-
<dd></dd>
|
259
|
-
<dt>
|
260
|
-
DEFAULT_FPS_N, macro in gstcamerabin-enum
|
261
|
-
</dt>
|
262
|
-
<dd></dd>
|
263
|
-
<dt>
|
264
|
-
DEFAULT_HEIGHT, macro in gstcamerabin-enum
|
265
|
-
</dt>
|
266
|
-
<dd></dd>
|
267
|
-
<dt>
|
268
|
-
DEFAULT_WIDTH, macro in gstcamerabin-enum
|
269
|
-
</dt>
|
270
|
-
<dd></dd>
|
271
|
-
<dt>
|
272
|
-
DEFAULT_ZOOM, macro in gstcamerabin-enum
|
273
|
-
</dt>
|
274
|
-
<dd></dd>
|
275
|
-
<a name="idxE"></a><h3 class="title">E</h3>
|
276
|
-
<dt>
|
277
|
-
<a class="link" href="gst-plugins-bad-libs-GstEGLImage.html#GstEGLImageDestroyNotify" title="GstEGLImageDestroyNotify ()">GstEGLImageDestroyNotify</a>, user_function in <a class="link" href="gst-plugins-bad-libs-GstEGLImage.html" title="GstEGLImage">GstEGLImage</a>
|
278
|
-
</dt>
|
279
|
-
<dd></dd>
|
280
|
-
<dt>
|
281
|
-
gst_egl_get_error_string, function in GstGLContextEGL
|
282
|
-
</dt>
|
283
|
-
<dd></dd>
|
284
|
-
<dt>
|
285
|
-
<a class="link" href="gst-plugins-bad-libs-GstEGLImage.html#gst-egl-image-from-dmabuf" title="gst_egl_image_from_dmabuf ()">gst_egl_image_from_dmabuf</a>, function in <a class="link" href="gst-plugins-bad-libs-GstEGLImage.html" title="GstEGLImage">GstEGLImage</a>
|
286
|
-
</dt>
|
287
|
-
<dd></dd>
|
288
|
-
<dt>
|
289
|
-
<a class="link" href="gst-plugins-bad-libs-GstEGLImage.html#gst-egl-image-from-texture" title="gst_egl_image_from_texture ()">gst_egl_image_from_texture</a>, function in <a class="link" href="gst-plugins-bad-libs-GstEGLImage.html" title="GstEGLImage">GstEGLImage</a>
|
290
|
-
</dt>
|
291
|
-
<dd></dd>
|
292
|
-
<dt>
|
293
|
-
<a class="link" href="gst-plugins-bad-libs-GstEGLImage.html#gst-egl-image-get-image" title="gst_egl_image_get_image ()">gst_egl_image_get_image</a>, function in <a class="link" href="gst-plugins-bad-libs-GstEGLImage.html" title="GstEGLImage">GstEGLImage</a>
|
294
|
-
</dt>
|
295
|
-
<dd></dd>
|
296
|
-
<dt>
|
297
|
-
<a class="link" href="gst-plugins-bad-libs-GstEGLImage.html#gst-egl-image-new-wrapped" title="gst_egl_image_new_wrapped ()">gst_egl_image_new_wrapped</a>, function in <a class="link" href="gst-plugins-bad-libs-GstEGLImage.html" title="GstEGLImage">GstEGLImage</a>
|
298
|
-
</dt>
|
299
|
-
<dd></dd>
|
300
|
-
<dt>
|
301
|
-
<a class="link" href="gst-plugins-bad-libs-GstEGLImage.html#gst-egl-image-ref" title="gst_egl_image_ref ()">gst_egl_image_ref</a>, function in <a class="link" href="gst-plugins-bad-libs-GstEGLImage.html" title="GstEGLImage">GstEGLImage</a>
|
302
|
-
</dt>
|
303
|
-
<dd></dd>
|
304
|
-
<dt>
|
305
|
-
<a class="link" href="gst-plugins-bad-libs-GstEGLImage.html#gst-egl-image-unref" title="gst_egl_image_unref ()">gst_egl_image_unref</a>, function in <a class="link" href="gst-plugins-bad-libs-GstEGLImage.html" title="GstEGLImage">GstEGLImage</a>
|
306
|
-
</dt>
|
307
|
-
<dd></dd>
|
308
|
-
<dt>
|
309
|
-
<a class="link" href="gst-plugins-bad-libs-Base-MPEG-TS-sections.html#gst-event-parse-mpegts-section" title="gst_event_parse_mpegts_section ()">gst_event_parse_mpegts_section</a>, function in <a class="link" href="gst-plugins-bad-libs-Base-MPEG-TS-sections.html" title="Base MPEG-TS sections">Base MPEG-TS sections</a>
|
310
|
-
</dt>
|
311
|
-
<dd></dd>
|
312
|
-
<a name="idxG"></a><h3 class="title">G</h3>
|
313
|
-
<dt>
|
314
|
-
<a class="link" href="gst-plugins-bad-libs-GstGlBaseMemory.html#GstGLAllocationParams-struct" title="struct GstGLAllocationParams">GstGLAllocationParams</a>, struct in <a class="link" href="gst-plugins-bad-libs-GstGlBaseMemory.html" title="GstGlBaseMemory">GstGlBaseMemory</a>
|
315
|
-
</dt>
|
316
|
-
<dd></dd>
|
317
|
-
<dt>
|
318
|
-
<a class="link" href="gst-plugins-bad-libs-GstGlBaseMemory.html#GstGLAllocationParamsCopyFunc" title="GstGLAllocationParamsCopyFunc ()">GstGLAllocationParamsCopyFunc</a>, user_function in <a class="link" href="gst-plugins-bad-libs-GstGlBaseMemory.html" title="GstGlBaseMemory">GstGlBaseMemory</a>
|
319
|
-
</dt>
|
320
|
-
<dd></dd>
|
321
|
-
<dt>
|
322
|
-
<a class="link" href="gst-plugins-bad-libs-GstGlBaseMemory.html#GstGLAllocationParamsFreeFunc" title="GstGLAllocationParamsFreeFunc ()">GstGLAllocationParamsFreeFunc</a>, user_function in <a class="link" href="gst-plugins-bad-libs-GstGlBaseMemory.html" title="GstGlBaseMemory">GstGlBaseMemory</a>
|
323
|
-
</dt>
|
324
|
-
<dd></dd>
|
325
|
-
<dt>
|
326
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLAPI.html#GstGLAPI" title="enum GstGLAPI">GstGLAPI</a>, enum in <a class="link" href="gst-plugins-bad-libs-GstGLAPI.html" title="GstGlApi">GstGLAPI</a>
|
327
|
-
</dt>
|
328
|
-
<dd></dd>
|
329
|
-
<dt>
|
330
|
-
<a class="link" href="gst-plugins-bad-libs-OpenGL-debugging.html#GstGLAsyncDebug" title="struct GstGLAsyncDebug">GstGLAsyncDebug</a>, struct in <a class="link" href="gst-plugins-bad-libs-OpenGL-debugging.html" title="OpenGL debugging">OpenGL Debugging</a>
|
331
|
-
</dt>
|
332
|
-
<dd></dd>
|
333
|
-
<dt>
|
334
|
-
<a class="link" href="gst-plugins-bad-libs-OpenGL-debugging.html#GstGLAsyncDebugLogGetMessage" title="GstGLAsyncDebugLogGetMessage ()">GstGLAsyncDebugLogGetMessage</a>, user_function in <a class="link" href="gst-plugins-bad-libs-OpenGL-debugging.html" title="OpenGL debugging">OpenGL debugging</a>
|
335
|
-
</dt>
|
336
|
-
<dd></dd>
|
337
|
-
<dt>
|
338
|
-
<a class="link" href="GstGLBaseFilter.html#GstGLBaseFilter-struct" title="GstGLBaseFilter">GstGLBaseFilter</a>, struct in <a class="link" href="GstGLBaseFilter.html" title="GstGLBaseFilter">GstGLBaseFilter</a>
|
339
|
-
</dt>
|
340
|
-
<dd></dd>
|
341
|
-
<dt>
|
342
|
-
<a class="link" href="GstGLBaseFilter.html#GstGLBaseFilter--context" title="The “context” property">GstGLBaseFilter:context</a>, object property in <a class="link" href="GstGLBaseFilter.html" title="GstGLBaseFilter">GstGLBaseFilter</a>
|
343
|
-
</dt>
|
344
|
-
<dd></dd>
|
345
|
-
<dt>
|
346
|
-
<a class="link" href="GstGLBaseFilter.html#GstGLBaseFilterClass" title="GstGLBaseFilterClass">GstGLBaseFilterClass</a>, struct in <a class="link" href="GstGLBaseFilter.html" title="GstGLBaseFilter">GstGLBaseFilter</a>
|
347
|
-
</dt>
|
348
|
-
<dd></dd>
|
349
|
-
<dt>
|
350
|
-
<a class="link" href="gst-plugins-bad-libs-GstGlBaseMemory.html#GstGLBaseMemory" title="GstGLBaseMemory">GstGLBaseMemory</a>, struct in <a class="link" href="gst-plugins-bad-libs-GstGlBaseMemory.html" title="GstGlBaseMemory">GstGLBaseMemory</a>
|
351
|
-
</dt>
|
352
|
-
<dd></dd>
|
353
|
-
<dt>
|
354
|
-
<a class="link" href="gst-plugins-bad-libs-GstGlBaseMemory.html#GstGLBaseMemoryAllocator-struct" title="GstGLBaseMemoryAllocator">GstGLBaseMemoryAllocator</a>, struct in <a class="link" href="gst-plugins-bad-libs-GstGlBaseMemory.html" title="GstGlBaseMemory">GstGlBaseMemory</a>
|
355
|
-
</dt>
|
356
|
-
<dd></dd>
|
357
|
-
<dt>
|
358
|
-
<a class="link" href="gst-plugins-bad-libs-GstGlBaseMemory.html#GstGLBaseMemoryAllocatorAllocFunction" title="GstGLBaseMemoryAllocatorAllocFunction ()">GstGLBaseMemoryAllocatorAllocFunction</a>, user_function in <a class="link" href="gst-plugins-bad-libs-GstGlBaseMemory.html" title="GstGlBaseMemory">GstGLBaseMemory</a>
|
359
|
-
</dt>
|
360
|
-
<dd></dd>
|
361
|
-
<dt>
|
362
|
-
<a class="link" href="gst-plugins-bad-libs-GstGlBaseMemory.html#GstGLBaseMemoryAllocatorClass" title="GstGLBaseMemoryAllocatorClass">GstGLBaseMemoryAllocatorClass</a>, struct in <a class="link" href="gst-plugins-bad-libs-GstGlBaseMemory.html" title="GstGlBaseMemory">GstGlBaseMemory</a>
|
363
|
-
</dt>
|
364
|
-
<dd></dd>
|
365
|
-
<dt>
|
366
|
-
<a class="link" href="gst-plugins-bad-libs-GstGlBaseMemory.html#GstGLBaseMemoryAllocatorCopyFunction" title="GstGLBaseMemoryAllocatorCopyFunction ()">GstGLBaseMemoryAllocatorCopyFunction</a>, user_function in <a class="link" href="gst-plugins-bad-libs-GstGlBaseMemory.html" title="GstGlBaseMemory">GstGLBaseMemory</a>
|
367
|
-
</dt>
|
368
|
-
<dd></dd>
|
369
|
-
<dt>
|
370
|
-
<a class="link" href="gst-plugins-bad-libs-GstGlBaseMemory.html#GstGLBaseMemoryAllocatorCreateFunction" title="GstGLBaseMemoryAllocatorCreateFunction ()">GstGLBaseMemoryAllocatorCreateFunction</a>, user_function in <a class="link" href="gst-plugins-bad-libs-GstGlBaseMemory.html" title="GstGlBaseMemory">GstGLBaseMemory</a>
|
371
|
-
</dt>
|
372
|
-
<dd></dd>
|
373
|
-
<dt>
|
374
|
-
<a class="link" href="gst-plugins-bad-libs-GstGlBaseMemory.html#GstGLBaseMemoryAllocatorDestroyFunction" title="GstGLBaseMemoryAllocatorDestroyFunction ()">GstGLBaseMemoryAllocatorDestroyFunction</a>, user_function in <a class="link" href="gst-plugins-bad-libs-GstGlBaseMemory.html" title="GstGlBaseMemory">GstGLBaseMemory</a>
|
375
|
-
</dt>
|
376
|
-
<dd></dd>
|
377
|
-
<dt>
|
378
|
-
<a class="link" href="gst-plugins-bad-libs-GstGlBaseMemory.html#GstGLBaseMemoryAllocatorMapFunction" title="GstGLBaseMemoryAllocatorMapFunction ()">GstGLBaseMemoryAllocatorMapFunction</a>, user_function in <a class="link" href="gst-plugins-bad-libs-GstGlBaseMemory.html" title="GstGlBaseMemory">GstGLBaseMemory</a>
|
379
|
-
</dt>
|
380
|
-
<dd></dd>
|
381
|
-
<dt>
|
382
|
-
<a class="link" href="gst-plugins-bad-libs-GstGlBaseMemory.html#GstGLBaseMemoryAllocatorUnmapFunction" title="GstGLBaseMemoryAllocatorUnmapFunction ()">GstGLBaseMemoryAllocatorUnmapFunction</a>, user_function in <a class="link" href="gst-plugins-bad-libs-GstGlBaseMemory.html" title="GstGlBaseMemory">GstGLBaseMemory</a>
|
383
|
-
</dt>
|
384
|
-
<dd></dd>
|
385
|
-
<dt>
|
386
|
-
<a class="link" href="gst-plugins-bad-libs-GstGlBaseMemory.html#GstGLBaseMemoryError" title="enum GstGLBaseMemoryError">GstGLBaseMemoryError</a>, enum in <a class="link" href="gst-plugins-bad-libs-GstGlBaseMemory.html" title="GstGlBaseMemory">GstGlBaseMemory</a>
|
387
|
-
</dt>
|
388
|
-
<dd></dd>
|
389
|
-
<dt>
|
390
|
-
<a class="link" href="gst-plugins-bad-libs-GstGlBaseMemory.html#GstGLBaseMemoryTransfer" title="enum GstGLBaseMemoryTransfer">GstGLBaseMemoryTransfer</a>, enum in <a class="link" href="gst-plugins-bad-libs-GstGlBaseMemory.html" title="GstGlBaseMemory">GstGlBaseMemory</a>
|
391
|
-
</dt>
|
392
|
-
<dd></dd>
|
393
|
-
<dt>
|
394
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLBuffer.html#GstGLBuffer" title="GstGLBuffer">GstGLBuffer</a>, struct in <a class="link" href="gst-plugins-bad-libs-GstGLBuffer.html" title="GstGlBuffer">GstGLBuffer</a>
|
395
|
-
</dt>
|
396
|
-
<dd></dd>
|
397
|
-
<dt>
|
398
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLBuffer.html#GstGLBufferAllocationParams-struct" title="struct GstGLBufferAllocationParams">GstGLBufferAllocationParams</a>, struct in <a class="link" href="gst-plugins-bad-libs-GstGLBuffer.html" title="GstGlBuffer">GstGLBuffer</a>
|
399
|
-
</dt>
|
400
|
-
<dd></dd>
|
401
|
-
<dt>
|
402
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLBuffer.html#GstGLBufferAllocator-struct" title="GstGLBufferAllocator">GstGLBufferAllocator</a>, struct in <a class="link" href="gst-plugins-bad-libs-GstGLBuffer.html" title="GstGlBuffer">GstGLBuffer</a>
|
403
|
-
</dt>
|
404
|
-
<dd></dd>
|
405
|
-
<dt>
|
406
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLBuffer.html#GstGLBufferAllocatorClass" title="GstGLBufferAllocatorClass">GstGLBufferAllocatorClass</a>, struct in <a class="link" href="gst-plugins-bad-libs-GstGLBuffer.html" title="GstGlBuffer">GstGLBuffer</a>
|
407
|
-
</dt>
|
408
|
-
<dd></dd>
|
409
|
-
<dt>
|
410
|
-
<a class="link" href="GstGLBufferPool.html#GstGLBufferPool-struct" title="GstGLBufferPool">GstGLBufferPool</a>, struct in <a class="link" href="GstGLBufferPool.html" title="GstGlBufferPool">GstGLBufferPool</a>
|
411
|
-
</dt>
|
412
|
-
<dd></dd>
|
413
|
-
<dt>
|
414
|
-
<a class="link" href="GstGLBufferPool.html#GstGLBufferPoolClass" title="GstGLBufferPoolClass">GstGLBufferPoolClass</a>, struct in <a class="link" href="GstGLBufferPool.html" title="GstGlBufferPool">GstGLBufferPool</a>
|
415
|
-
</dt>
|
416
|
-
<dd></dd>
|
417
|
-
<dt>
|
418
|
-
<a class="link" href="GstGLColorConvert.html#GstGLColorConvert-struct" title="GstGLColorConvert">GstGLColorConvert</a>, struct in <a class="link" href="GstGLColorConvert.html" title="GstGlColorConvert">GstGLColorConvert</a>
|
419
|
-
</dt>
|
420
|
-
<dd></dd>
|
421
|
-
<dt>
|
422
|
-
<a class="link" href="GstGLColorConvert.html#GstGLColorConvertClass" title="GstGLColorConvertClass">GstGLColorConvertClass</a>, struct in <a class="link" href="GstGLColorConvert.html" title="GstGlColorConvert">GstGLColorConvert</a>
|
423
|
-
</dt>
|
424
|
-
<dd></dd>
|
425
|
-
<dt>
|
426
|
-
<a class="link" href="GstGLContext.html#GstGLContext-struct" title="GstGLContext">GstGLContext</a>, struct in <a class="link" href="GstGLContext.html" title="GstGLContext">GstGLContext</a>
|
427
|
-
</dt>
|
428
|
-
<dd></dd>
|
429
|
-
<dt>
|
430
|
-
GstGLContextCocoa, struct in GstGLContextCocoa
|
431
|
-
</dt>
|
432
|
-
<dd></dd>
|
433
|
-
<dt>
|
434
|
-
GstGLContextEagl, struct in GstGLContextEagl
|
435
|
-
</dt>
|
436
|
-
<dd></dd>
|
437
|
-
<dt>
|
438
|
-
GstGLContextEGL, struct in GstGLContextEGL
|
439
|
-
</dt>
|
440
|
-
<dd></dd>
|
441
|
-
<dt>
|
442
|
-
<a class="link" href="GstGLContext.html#GstGLContextError" title="enum GstGLContextError">GstGLContextError</a>, enum in <a class="link" href="GstGLContext.html" title="GstGLContext">GstGLContext</a>
|
443
|
-
</dt>
|
444
|
-
<dd></dd>
|
445
|
-
<dt>
|
446
|
-
GstGLContextGLX, struct in GstGLContextGLX
|
447
|
-
</dt>
|
448
|
-
<dd></dd>
|
449
|
-
<dt>
|
450
|
-
<a class="link" href="GstGLContext.html#GstGLContextThreadFunc" title="GstGLContextThreadFunc ()">GstGLContextThreadFunc</a>, user_function in <a class="link" href="GstGLContext.html" title="GstGLContext">GstGLContext</a>
|
451
|
-
</dt>
|
452
|
-
<dd></dd>
|
453
|
-
<dt>
|
454
|
-
GstGLContextWGL, struct in GstGLContextWGL
|
455
|
-
</dt>
|
456
|
-
<dd></dd>
|
457
|
-
<dt>
|
458
|
-
<a class="link" href="GstGLDisplay.html#GstGLDisplay-struct" title="GstGLDisplay">GstGLDisplay</a>, struct in <a class="link" href="GstGLDisplay.html" title="GstGLDisplay">GstGLDisplay</a>
|
459
|
-
</dt>
|
460
|
-
<dd></dd>
|
461
|
-
<dt>
|
462
|
-
<a class="link" href="GstGLDisplay.html#GstGLDisplay-create-context" title="The “create-context” signal">GstGLDisplay::create-context</a>, object signal in <a class="link" href="GstGLDisplay.html" title="GstGLDisplay">GstGLDisplay</a>
|
463
|
-
</dt>
|
464
|
-
<dd></dd>
|
465
|
-
<dt>
|
466
|
-
<a class="link" href="GstGLDisplay.html#GstGLDisplayType" title="enum GstGLDisplayType">GstGLDisplayType</a>, enum in <a class="link" href="GstGLDisplay.html" title="GstGLDisplay">GstGLDisplay</a>
|
467
|
-
</dt>
|
468
|
-
<dd></dd>
|
469
|
-
<dt>
|
470
|
-
<a class="link" href="GstGLFilter.html#GstGLFilter-struct" title="GstGLFilter">GstGLFilter</a>, struct in <a class="link" href="GstGLFilter.html" title="GstGlFilter">GstGLFilter</a>
|
471
|
-
</dt>
|
472
|
-
<dd></dd>
|
473
|
-
<dt>
|
474
|
-
<a class="link" href="GstGLFilter.html#GstGLFilterClass" title="GstGLFilterClass">GstGLFilterClass</a>, struct in <a class="link" href="GstGLFilter.html" title="GstGlFilter">GstGLFilter</a>
|
475
|
-
</dt>
|
476
|
-
<dd></dd>
|
477
|
-
<dt>
|
478
|
-
<a class="link" href="GstGLFilter.html#GstGLFilterRenderFunc" title="GstGLFilterRenderFunc ()">GstGLFilterRenderFunc</a>, user_function in <a class="link" href="GstGLFilter.html" title="GstGlFilter">GstGLFilter</a>
|
479
|
-
</dt>
|
480
|
-
<dd></dd>
|
481
|
-
<dt>
|
482
|
-
<a class="link" href="gst-plugins-bad-libs-OpenGL-Formats.html#GstGLFormat" title="enum GstGLFormat">GstGLFormat</a>, enum in <a class="link" href="gst-plugins-bad-libs-OpenGL-Formats.html" title="GstGlFormat">OpenGL Formats</a>
|
483
|
-
</dt>
|
484
|
-
<dd></dd>
|
485
|
-
<dt>
|
486
|
-
<a class="link" href="GstGLFramebuffer.html#GstGLFramebuffer-struct" title="GstGLFramebuffer">GstGLFramebuffer</a>, struct in <a class="link" href="GstGLFramebuffer.html" title="GstGLFramebuffer">GstGLFramebuffer</a>
|
487
|
-
</dt>
|
488
|
-
<dd></dd>
|
489
|
-
<dt>
|
490
|
-
<a class="link" href="GstGLFramebuffer.html#GstGLFramebufferClass" title="GstGLFramebufferClass">GstGLFramebufferClass</a>, struct in <a class="link" href="GstGLFramebuffer.html" title="GstGLFramebuffer">GstGLFramebuffer</a>
|
491
|
-
</dt>
|
492
|
-
<dd></dd>
|
493
|
-
<dt>
|
494
|
-
<a class="link" href="GstGLFramebuffer.html#GstGLFramebufferFunc" title="GstGLFramebufferFunc ()">GstGLFramebufferFunc</a>, user_function in <a class="link" href="GstGLFramebuffer.html" title="GstGLFramebuffer">GstGLFramebuffer</a>
|
495
|
-
</dt>
|
496
|
-
<dd></dd>
|
497
|
-
<dt>
|
498
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLMemory.html#GstGLMemory" title="GstGLMemory">GstGLMemory</a>, struct in <a class="link" href="gst-plugins-bad-libs-GstGLMemory.html" title="GstGlMemory">GstGLMemory</a>
|
499
|
-
</dt>
|
500
|
-
<dd></dd>
|
501
|
-
<dt>
|
502
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLMemory.html#GstGLMemoryAllocator-struct" title="GstGLMemoryAllocator">GstGLMemoryAllocator</a>, struct in <a class="link" href="gst-plugins-bad-libs-GstGLMemory.html" title="GstGlMemory">GstGLMemory</a>
|
503
|
-
</dt>
|
504
|
-
<dd></dd>
|
505
|
-
<dt>
|
506
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLMemory.html#GstGLMemoryAllocatorClass" title="GstGLMemoryAllocatorClass">GstGLMemoryAllocatorClass</a>, struct in <a class="link" href="gst-plugins-bad-libs-GstGLMemory.html" title="GstGlMemory">GstGLMemory</a>
|
507
|
-
</dt>
|
508
|
-
<dd></dd>
|
509
|
-
<dt>
|
510
|
-
<a class="link" href="gst-plugins-bad-libs-gstglmemoryegl.html#GstGLMemoryEGL" title="GstGLMemoryEGL">GstGLMemoryEGL</a>, struct in <a class="link" href="gst-plugins-bad-libs-gstglmemoryegl.html" title="GstGLMemoryEGL">GstGLMemoryEGL</a>
|
511
|
-
</dt>
|
512
|
-
<dd></dd>
|
513
|
-
<dt>
|
514
|
-
<a class="link" href="gst-plugins-bad-libs-gstglmemoryegl.html#GstGLMemoryEGLAllocator" title="GstGLMemoryEGLAllocator">GstGLMemoryEGLAllocator</a>, struct in <a class="link" href="gst-plugins-bad-libs-gstglmemoryegl.html" title="GstGLMemoryEGL">gstglmemoryegl</a>
|
515
|
-
</dt>
|
516
|
-
<dd></dd>
|
517
|
-
<dt>
|
518
|
-
<a class="link" href="gst-plugins-bad-libs-gstglmemoryegl.html#GstGLMemoryEGLAllocatorClass" title="GstGLMemoryEGLAllocatorClass">GstGLMemoryEGLAllocatorClass</a>, struct in <a class="link" href="gst-plugins-bad-libs-gstglmemoryegl.html" title="GstGLMemoryEGL">gstglmemoryegl</a>
|
519
|
-
</dt>
|
520
|
-
<dd></dd>
|
521
|
-
<dt>
|
522
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLMemoryPBO.html#GstGLMemoryPBO" title="GstGLMemoryPBO">GstGLMemoryPBO</a>, struct in <a class="link" href="gst-plugins-bad-libs-GstGLMemoryPBO.html" title="GstGLMemoryPBO">GstGLMemoryPBO</a>
|
523
|
-
</dt>
|
524
|
-
<dd></dd>
|
525
|
-
<dt>
|
526
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLMemoryPBO.html#GstGLMemoryPBOAllocator-struct" title="GstGLMemoryPBOAllocator">GstGLMemoryPBOAllocator</a>, struct in <a class="link" href="gst-plugins-bad-libs-GstGLMemoryPBO.html" title="GstGLMemoryPBO">GstGLMemoryPBO</a>
|
527
|
-
</dt>
|
528
|
-
<dd></dd>
|
529
|
-
<dt>
|
530
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLMemoryPBO.html#GstGLMemoryPBOAllocatorClass" title="GstGLMemoryPBOAllocatorClass">GstGLMemoryPBOAllocatorClass</a>, struct in <a class="link" href="gst-plugins-bad-libs-GstGLMemoryPBO.html" title="GstGLMemoryPBO">GstGLMemoryPBO</a>
|
531
|
-
</dt>
|
532
|
-
<dd></dd>
|
533
|
-
<dt>
|
534
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLAPI.html#GstGLPlatform" title="enum GstGLPlatform">GstGLPlatform</a>, enum in <a class="link" href="gst-plugins-bad-libs-GstGLAPI.html" title="GstGlApi">GstGLAPI</a>
|
535
|
-
</dt>
|
536
|
-
<dd></dd>
|
537
|
-
<dt>
|
538
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLQuery.html#GstGLQueryType" title="enum GstGLQueryType">GstGLQueryType</a>, enum in <a class="link" href="gst-plugins-bad-libs-GstGLQuery.html" title="GstGLQuery">GstGLQuery</a>
|
539
|
-
</dt>
|
540
|
-
<dd></dd>
|
541
|
-
<dt>
|
542
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLRenderbuffer.html#GstGLRenderbufferAllocator-struct" title="GstGLRenderbufferAllocator">GstGLRenderbufferAllocator</a>, struct in <a class="link" href="gst-plugins-bad-libs-GstGLRenderbuffer.html" title="GstGLRenderBuffer">GstGLRenderbuffer</a>
|
543
|
-
</dt>
|
544
|
-
<dd></dd>
|
545
|
-
<dt>
|
546
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLRenderbuffer.html#GstGLRenderbufferAllocatorClass" title="GstGLRenderbufferAllocatorClass">GstGLRenderbufferAllocatorClass</a>, struct in <a class="link" href="gst-plugins-bad-libs-GstGLRenderbuffer.html" title="GstGLRenderBuffer">GstGLRenderbuffer</a>
|
547
|
-
</dt>
|
548
|
-
<dd></dd>
|
549
|
-
<dt>
|
550
|
-
<a class="link" href="GstGLShader.html#GstGLShader-struct" title="GstGLShader">GstGLShader</a>, struct in <a class="link" href="GstGLShader.html" title="GstGLShader">GstGLShader</a>
|
551
|
-
</dt>
|
552
|
-
<dd></dd>
|
553
|
-
<dt>
|
554
|
-
<a class="link" href="GstGLShader.html#GstGLShader--linked" title="The “linked” property">GstGLShader:linked</a>, object property in <a class="link" href="GstGLShader.html" title="GstGLShader">GstGLShader</a>
|
555
|
-
</dt>
|
556
|
-
<dd></dd>
|
557
|
-
<dt>
|
558
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLSL.html#GstGLSLError" title="enum GstGLSLError">GstGLSLError</a>, enum in <a class="link" href="gst-plugins-bad-libs-GstGLSL.html" title="GstGLSL">GstGLSL</a>
|
559
|
-
</dt>
|
560
|
-
<dd></dd>
|
561
|
-
<dt>
|
562
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLSL.html#GstGLSLProfile" title="enum GstGLSLProfile">GstGLSLProfile</a>, enum in <a class="link" href="gst-plugins-bad-libs-GstGLSL.html" title="GstGLSL">GstGLSL</a>
|
563
|
-
</dt>
|
564
|
-
<dd></dd>
|
565
|
-
<dt>
|
566
|
-
<a class="link" href="GstGLSLStage.html#GstGLSLStage-struct" title="GstGLSLStage">GstGLSLStage</a>, struct in <a class="link" href="GstGLSLStage.html" title="GstGLSLStage">GstGLSLStage</a>
|
567
|
-
</dt>
|
568
|
-
<dd></dd>
|
569
|
-
<dt>
|
570
|
-
<a class="link" href="GstGLSLStage.html#GstGLSLStageClass" title="GstGLSLStageClass">GstGLSLStageClass</a>, struct in <a class="link" href="GstGLSLStage.html" title="GstGLSLStage">GstGLSLStage</a>
|
571
|
-
</dt>
|
572
|
-
<dd></dd>
|
573
|
-
<dt>
|
574
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLSL.html#GstGLSLVersion" title="enum GstGLSLVersion">GstGLSLVersion</a>, enum in <a class="link" href="gst-plugins-bad-libs-GstGLSL.html" title="GstGLSL">GstGLSL</a>
|
575
|
-
</dt>
|
576
|
-
<dd></dd>
|
577
|
-
<dt>
|
578
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLSL.html#GST-GLSL-ERROR:CAPS" title="GST_GLSL_ERROR">GST_GLSL_ERROR</a>, macro in <a class="link" href="gst-plugins-bad-libs-GstGLSL.html" title="GstGLSL">GstGLSL</a>
|
579
|
-
</dt>
|
580
|
-
<dd></dd>
|
581
|
-
<dt>
|
582
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLSL.html#gst-glsl-error-quark" title="gst_glsl_error_quark ()">gst_glsl_error_quark</a>, function in <a class="link" href="gst-plugins-bad-libs-GstGLSL.html" title="GstGLSL">GstGLSL</a>
|
583
|
-
</dt>
|
584
|
-
<dd></dd>
|
585
|
-
<dt>
|
586
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLSL.html#gst-glsl-profile-from-string" title="gst_glsl_profile_from_string ()">gst_glsl_profile_from_string</a>, function in <a class="link" href="gst-plugins-bad-libs-GstGLSL.html" title="GstGLSL">GstGLSL</a>
|
587
|
-
</dt>
|
588
|
-
<dd></dd>
|
589
|
-
<dt>
|
590
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLSL.html#gst-glsl-profile-to-string" title="gst_glsl_profile_to_string ()">gst_glsl_profile_to_string</a>, function in <a class="link" href="gst-plugins-bad-libs-GstGLSL.html" title="GstGLSL">GstGLSL</a>
|
591
|
-
</dt>
|
592
|
-
<dd></dd>
|
593
|
-
<dt>
|
594
|
-
<a class="link" href="GstGLSLStage.html#gst-glsl-stage-compile" title="gst_glsl_stage_compile ()">gst_glsl_stage_compile</a>, function in <a class="link" href="GstGLSLStage.html" title="GstGLSLStage">GstGLSLStage</a>
|
595
|
-
</dt>
|
596
|
-
<dd></dd>
|
597
|
-
<dt>
|
598
|
-
<a class="link" href="GstGLSLStage.html#gst-glsl-stage-get-handle" title="gst_glsl_stage_get_handle ()">gst_glsl_stage_get_handle</a>, function in <a class="link" href="GstGLSLStage.html" title="GstGLSLStage">GstGLSLStage</a>
|
599
|
-
</dt>
|
600
|
-
<dd></dd>
|
601
|
-
<dt>
|
602
|
-
<a class="link" href="GstGLSLStage.html#gst-glsl-stage-get-profile" title="gst_glsl_stage_get_profile ()">gst_glsl_stage_get_profile</a>, function in <a class="link" href="GstGLSLStage.html" title="GstGLSLStage">GstGLSLStage</a>
|
603
|
-
</dt>
|
604
|
-
<dd></dd>
|
605
|
-
<dt>
|
606
|
-
<a class="link" href="GstGLSLStage.html#gst-glsl-stage-get-shader-type" title="gst_glsl_stage_get_shader_type ()">gst_glsl_stage_get_shader_type</a>, function in <a class="link" href="GstGLSLStage.html" title="GstGLSLStage">GstGLSLStage</a>
|
607
|
-
</dt>
|
608
|
-
<dd></dd>
|
609
|
-
<dt>
|
610
|
-
<a class="link" href="GstGLSLStage.html#gst-glsl-stage-get-version" title="gst_glsl_stage_get_version ()">gst_glsl_stage_get_version</a>, function in <a class="link" href="GstGLSLStage.html" title="GstGLSLStage">GstGLSLStage</a>
|
611
|
-
</dt>
|
612
|
-
<dd></dd>
|
613
|
-
<dt>
|
614
|
-
<a class="link" href="GstGLSLStage.html#gst-glsl-stage-new" title="gst_glsl_stage_new ()">gst_glsl_stage_new</a>, function in <a class="link" href="GstGLSLStage.html" title="GstGLSLStage">GstGLSLStage</a>
|
615
|
-
</dt>
|
616
|
-
<dd></dd>
|
617
|
-
<dt>
|
618
|
-
<a class="link" href="GstGLSLStage.html#gst-glsl-stage-new-default-fragment" title="gst_glsl_stage_new_default_fragment ()">gst_glsl_stage_new_default_fragment</a>, function in <a class="link" href="GstGLSLStage.html" title="GstGLSLStage">GstGLSLStage</a>
|
619
|
-
</dt>
|
620
|
-
<dd></dd>
|
621
|
-
<dt>
|
622
|
-
<a class="link" href="GstGLSLStage.html#gst-glsl-stage-new-default-vertex" title="gst_glsl_stage_new_default_vertex ()">gst_glsl_stage_new_default_vertex</a>, function in <a class="link" href="GstGLSLStage.html" title="GstGLSLStage">GstGLSLStage</a>
|
623
|
-
</dt>
|
624
|
-
<dd></dd>
|
625
|
-
<dt>
|
626
|
-
<a class="link" href="GstGLSLStage.html#gst-glsl-stage-new-with-string" title="gst_glsl_stage_new_with_string ()">gst_glsl_stage_new_with_string</a>, function in <a class="link" href="GstGLSLStage.html" title="GstGLSLStage">GstGLSLStage</a>
|
627
|
-
</dt>
|
628
|
-
<dd></dd>
|
629
|
-
<dt>
|
630
|
-
<a class="link" href="GstGLSLStage.html#gst-glsl-stage-new-with-strings" title="gst_glsl_stage_new_with_strings ()">gst_glsl_stage_new_with_strings</a>, function in <a class="link" href="GstGLSLStage.html" title="GstGLSLStage">GstGLSLStage</a>
|
631
|
-
</dt>
|
632
|
-
<dd></dd>
|
633
|
-
<dt>
|
634
|
-
<a class="link" href="GstGLSLStage.html#gst-glsl-stage-set-strings" title="gst_glsl_stage_set_strings ()">gst_glsl_stage_set_strings</a>, function in <a class="link" href="GstGLSLStage.html" title="GstGLSLStage">GstGLSLStage</a>
|
635
|
-
</dt>
|
636
|
-
<dd></dd>
|
637
|
-
<dt>
|
638
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLSL.html#gst-glsl-string-get-version-profile" title="gst_glsl_string_get_version_profile ()">gst_glsl_string_get_version_profile</a>, function in <a class="link" href="gst-plugins-bad-libs-GstGLSL.html" title="GstGLSL">GstGLSL</a>
|
639
|
-
</dt>
|
640
|
-
<dd></dd>
|
641
|
-
<dt>
|
642
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLSL.html#gst-glsl-version-from-string" title="gst_glsl_version_from_string ()">gst_glsl_version_from_string</a>, function in <a class="link" href="gst-plugins-bad-libs-GstGLSL.html" title="GstGLSL">GstGLSL</a>
|
643
|
-
</dt>
|
644
|
-
<dd></dd>
|
645
|
-
<dt>
|
646
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLSL.html#gst-glsl-version-profile-from-string" title="gst_glsl_version_profile_from_string ()">gst_glsl_version_profile_from_string</a>, function in <a class="link" href="gst-plugins-bad-libs-GstGLSL.html" title="GstGLSL">GstGLSL</a>
|
647
|
-
</dt>
|
648
|
-
<dd></dd>
|
649
|
-
<dt>
|
650
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLSL.html#gst-glsl-version-profile-to-string" title="gst_glsl_version_profile_to_string ()">gst_glsl_version_profile_to_string</a>, function in <a class="link" href="gst-plugins-bad-libs-GstGLSL.html" title="GstGLSL">GstGLSL</a>
|
651
|
-
</dt>
|
652
|
-
<dd></dd>
|
653
|
-
<dt>
|
654
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLSL.html#gst-glsl-version-to-string" title="gst_glsl_version_to_string ()">gst_glsl_version_to_string</a>, function in <a class="link" href="gst-plugins-bad-libs-GstGLSL.html" title="GstGLSL">GstGLSL</a>
|
655
|
-
</dt>
|
656
|
-
<dd></dd>
|
657
|
-
<dt>
|
658
|
-
<a class="link" href="GstGLViewConvert.html#GstGLStereoDownmix" title="enum GstGLStereoDownmix">GstGLStereoDownmix</a>, enum in <a class="link" href="GstGLViewConvert.html" title="GstGLViewConvert">GstGLViewConvert</a>
|
659
|
-
</dt>
|
660
|
-
<dd></dd>
|
661
|
-
<dt>
|
662
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLSyncMeta.html#GstGLSyncMeta" title="struct GstGLSyncMeta">GstGLSyncMeta</a>, struct in <a class="link" href="gst-plugins-bad-libs-GstGLSyncMeta.html" title="GstGLSyncMeta">GstGLSyncMeta</a>
|
663
|
-
</dt>
|
664
|
-
<dd></dd>
|
665
|
-
<dt>
|
666
|
-
<a class="link" href="gst-plugins-bad-libs-OpenGL-Formats.html#GstGLTextureTarget" title="enum GstGLTextureTarget">GstGLTextureTarget</a>, enum in <a class="link" href="gst-plugins-bad-libs-OpenGL-Formats.html" title="GstGlFormat">OpenGL Formats</a>
|
667
|
-
</dt>
|
668
|
-
<dd></dd>
|
669
|
-
<dt>
|
670
|
-
<a class="link" href="GstGLUpload.html#GstGLUpload-struct" title="GstGLUpload">GstGLUpload</a>, struct in <a class="link" href="GstGLUpload.html" title="GstGLUpload">GstGLUpload</a>
|
671
|
-
</dt>
|
672
|
-
<dd></dd>
|
673
|
-
<dt>
|
674
|
-
<a class="link" href="GstGLUpload.html#GstGLUploadReturn" title="enum GstGLUploadReturn">GstGLUploadReturn</a>, enum in <a class="link" href="GstGLUpload.html" title="GstGLUpload">GstGLUpload</a>
|
675
|
-
</dt>
|
676
|
-
<dd></dd>
|
677
|
-
<dt>
|
678
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLMemory.html#GstGLVideoAllocationParams-struct" title="struct GstGLVideoAllocationParams">GstGLVideoAllocationParams</a>, struct in <a class="link" href="gst-plugins-bad-libs-GstGLMemory.html" title="GstGlMemory">GstGLMemory</a>
|
679
|
-
</dt>
|
680
|
-
<dd></dd>
|
681
|
-
<dt>
|
682
|
-
<a class="link" href="GstGLViewConvert.html#GstGLViewConvert-struct" title="GstGLViewConvert">GstGLViewConvert</a>, struct in <a class="link" href="GstGLViewConvert.html" title="GstGLViewConvert">GstGLViewConvert</a>
|
683
|
-
</dt>
|
684
|
-
<dd></dd>
|
685
|
-
<dt>
|
686
|
-
<a class="link" href="GstGLViewConvert.html#GstGLViewConvert--downmix-mode" title="The “downmix-mode” property">GstGLViewConvert:downmix-mode</a>, object property in <a class="link" href="GstGLViewConvert.html" title="GstGLViewConvert">GstGLViewConvert</a>
|
687
|
-
</dt>
|
688
|
-
<dd></dd>
|
689
|
-
<dt>
|
690
|
-
<a class="link" href="GstGLViewConvert.html#GstGLViewConvert--input-flags-override" title="The “input-flags-override” property">GstGLViewConvert:input-flags-override</a>, object property in <a class="link" href="GstGLViewConvert.html" title="GstGLViewConvert">GstGLViewConvert</a>
|
691
|
-
</dt>
|
692
|
-
<dd></dd>
|
693
|
-
<dt>
|
694
|
-
<a class="link" href="GstGLViewConvert.html#GstGLViewConvert--input-mode-override" title="The “input-mode-override” property">GstGLViewConvert:input-mode-override</a>, object property in <a class="link" href="GstGLViewConvert.html" title="GstGLViewConvert">GstGLViewConvert</a>
|
695
|
-
</dt>
|
696
|
-
<dd></dd>
|
697
|
-
<dt>
|
698
|
-
<a class="link" href="GstGLViewConvert.html#GstGLViewConvert--output-flags-override" title="The “output-flags-override” property">GstGLViewConvert:output-flags-override</a>, object property in <a class="link" href="GstGLViewConvert.html" title="GstGLViewConvert">GstGLViewConvert</a>
|
699
|
-
</dt>
|
700
|
-
<dd></dd>
|
701
|
-
<dt>
|
702
|
-
<a class="link" href="GstGLViewConvert.html#GstGLViewConvert--output-mode-override" title="The “output-mode-override” property">GstGLViewConvert:output-mode-override</a>, object property in <a class="link" href="GstGLViewConvert.html" title="GstGLViewConvert">GstGLViewConvert</a>
|
703
|
-
</dt>
|
704
|
-
<dd></dd>
|
705
|
-
<dt>
|
706
|
-
<a class="link" href="GstGLViewConvert.html#GstGLViewConvertClass" title="GstGLViewConvertClass">GstGLViewConvertClass</a>, struct in <a class="link" href="GstGLViewConvert.html" title="GstGLViewConvert">GstGLViewConvert</a>
|
707
|
-
</dt>
|
708
|
-
<dd></dd>
|
709
|
-
<dt>
|
710
|
-
<a class="link" href="GstGLWindow.html#GstGLWindow-struct" title="GstGLWindow">GstGLWindow</a>, struct in <a class="link" href="GstGLWindow.html" title="GstGLWindow">GstGLWindow</a>
|
711
|
-
</dt>
|
712
|
-
<dd></dd>
|
713
|
-
<dt>
|
714
|
-
<a class="link" href="GstGLWindow.html#GstGLWindow-key-event" title="The “key-event” signal">GstGLWindow::key-event</a>, object signal in <a class="link" href="GstGLWindow.html" title="GstGLWindow">GstGLWindow</a>
|
715
|
-
</dt>
|
716
|
-
<dd></dd>
|
717
|
-
<dt>
|
718
|
-
<a class="link" href="GstGLWindow.html#GstGLWindow-mouse-event" title="The “mouse-event” signal">GstGLWindow::mouse-event</a>, object signal in <a class="link" href="GstGLWindow.html" title="GstGLWindow">GstGLWindow</a>
|
719
|
-
</dt>
|
720
|
-
<dd></dd>
|
721
|
-
<dt>
|
722
|
-
GstGLWindowAndroidEGL, struct in GstGLWindowAndroid
|
723
|
-
</dt>
|
724
|
-
<dd></dd>
|
725
|
-
<dt>
|
726
|
-
GstGLWindowAndroidEGLClass, struct in GstGLWindowAndroid
|
727
|
-
</dt>
|
728
|
-
<dd></dd>
|
729
|
-
<dt>
|
730
|
-
<a class="link" href="GstGLWindow.html#GstGLWindowCB" title="GstGLWindowCB ()">GstGLWindowCB</a>, user_function in <a class="link" href="GstGLWindow.html" title="GstGLWindow">GstGLWindow</a>
|
731
|
-
</dt>
|
732
|
-
<dd></dd>
|
733
|
-
<dt>
|
734
|
-
<a class="link" href="GstGLWindow.html#GstGLWindowClass" title="GstGLWindowClass">GstGLWindowClass</a>, struct in <a class="link" href="GstGLWindow.html" title="GstGLWindow">GstGLWindow</a>
|
735
|
-
</dt>
|
736
|
-
<dd></dd>
|
737
|
-
<dt>
|
738
|
-
GstGLWindowCocoa, struct in GstGLWindowCocoa
|
739
|
-
</dt>
|
740
|
-
<dd></dd>
|
741
|
-
<dt>
|
742
|
-
GstGLWindowCocoaClass, struct in GstGLWindowCocoa
|
743
|
-
</dt>
|
744
|
-
<dd></dd>
|
745
|
-
<dt>
|
746
|
-
GstGLWindowDispmanxEGL, struct in GstGLWindowDispmanx
|
747
|
-
</dt>
|
748
|
-
<dd></dd>
|
749
|
-
<dt>
|
750
|
-
GstGLWindowDispmanxEGLClass, struct in GstGLWindowDispmanx
|
751
|
-
</dt>
|
752
|
-
<dd></dd>
|
753
|
-
<dt>
|
754
|
-
<a class="link" href="GstGLWindow.html#GstGLWindowError" title="enum GstGLWindowError">GstGLWindowError</a>, enum in <a class="link" href="GstGLWindow.html" title="GstGLWindow">GstGLWindow</a>
|
755
|
-
</dt>
|
756
|
-
<dd></dd>
|
757
|
-
<dt>
|
758
|
-
<a class="link" href="GstGLWindow.html#GstGLWindowResizeCB" title="GstGLWindowResizeCB ()">GstGLWindowResizeCB</a>, user_function in <a class="link" href="GstGLWindow.html" title="GstGLWindow">GstGLWindow</a>
|
759
|
-
</dt>
|
760
|
-
<dd></dd>
|
761
|
-
<dt>
|
762
|
-
GstGLWindowWaylandEGL, struct in GstGLWindowWayland
|
763
|
-
</dt>
|
764
|
-
<dd></dd>
|
765
|
-
<dt>
|
766
|
-
GstGLWindowWaylandEGLClass, struct in GstGLWindowWayland
|
767
|
-
</dt>
|
768
|
-
<dd></dd>
|
769
|
-
<dt>
|
770
|
-
GstGLWindowWin32, struct in GstGLWindowWin32
|
771
|
-
</dt>
|
772
|
-
<dd></dd>
|
773
|
-
<dt>
|
774
|
-
GstGLWindowWin32Class, struct in GstGLWindowWin32
|
775
|
-
</dt>
|
776
|
-
<dd></dd>
|
777
|
-
<dt>
|
778
|
-
GstGLWindowX11, struct in GstGLWindowX11
|
779
|
-
</dt>
|
780
|
-
<dd></dd>
|
781
|
-
<dt>
|
782
|
-
GstGLWindowX11Class, struct in GstGLWindowX11
|
783
|
-
</dt>
|
784
|
-
<dd></dd>
|
785
|
-
<dt>
|
786
|
-
<a class="link" href="gst-plugins-bad-libs-GstGlBaseMemory.html#GST-GL-ALLOCATION-PARAMS-ALLOC-FLAG-ALLOC:CAPS" title="GST_GL_ALLOCATION_PARAMS_ALLOC_FLAG_ALLOC">GST_GL_ALLOCATION_PARAMS_ALLOC_FLAG_ALLOC</a>, macro in <a class="link" href="gst-plugins-bad-libs-GstGlBaseMemory.html" title="GstGlBaseMemory">GstGlBaseMemory</a>
|
787
|
-
</dt>
|
788
|
-
<dd></dd>
|
789
|
-
<dt>
|
790
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLBuffer.html#GST-GL-ALLOCATION-PARAMS-ALLOC-FLAG-BUFFER:CAPS" title="GST_GL_ALLOCATION_PARAMS_ALLOC_FLAG_BUFFER">GST_GL_ALLOCATION_PARAMS_ALLOC_FLAG_BUFFER</a>, macro in <a class="link" href="gst-plugins-bad-libs-GstGLBuffer.html" title="GstGlBuffer">GstGLBuffer</a>
|
791
|
-
</dt>
|
792
|
-
<dd></dd>
|
793
|
-
<dt>
|
794
|
-
<a class="link" href="gst-plugins-bad-libs-GstGlBaseMemory.html#GST-GL-ALLOCATION-PARAMS-ALLOC-FLAG-USER:CAPS" title="GST_GL_ALLOCATION_PARAMS_ALLOC_FLAG_USER">GST_GL_ALLOCATION_PARAMS_ALLOC_FLAG_USER</a>, macro in <a class="link" href="gst-plugins-bad-libs-GstGlBaseMemory.html" title="GstGlBaseMemory">GstGlBaseMemory</a>
|
795
|
-
</dt>
|
796
|
-
<dd></dd>
|
797
|
-
<dt>
|
798
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLMemory.html#GST-GL-ALLOCATION-PARAMS-ALLOC-FLAG-VIDEO:CAPS" title="GST_GL_ALLOCATION_PARAMS_ALLOC_FLAG_VIDEO">GST_GL_ALLOCATION_PARAMS_ALLOC_FLAG_VIDEO</a>, macro in <a class="link" href="gst-plugins-bad-libs-GstGLMemory.html" title="GstGlMemory">GstGLMemory</a>
|
799
|
-
</dt>
|
800
|
-
<dd></dd>
|
801
|
-
<dt>
|
802
|
-
<a class="link" href="gst-plugins-bad-libs-GstGlBaseMemory.html#GST-GL-ALLOCATION-PARAMS-ALLOC-FLAG-WRAP-GPU-HANDLE:CAPS" title="GST_GL_ALLOCATION_PARAMS_ALLOC_FLAG_WRAP_GPU_HANDLE">GST_GL_ALLOCATION_PARAMS_ALLOC_FLAG_WRAP_GPU_HANDLE</a>, macro in <a class="link" href="gst-plugins-bad-libs-GstGlBaseMemory.html" title="GstGlBaseMemory">GstGlBaseMemory</a>
|
803
|
-
</dt>
|
804
|
-
<dd></dd>
|
805
|
-
<dt>
|
806
|
-
<a class="link" href="gst-plugins-bad-libs-GstGlBaseMemory.html#GST-GL-ALLOCATION-PARAMS-ALLOC-FLAG-WRAP-SYSMEM:CAPS" title="GST_GL_ALLOCATION_PARAMS_ALLOC_FLAG_WRAP_SYSMEM">GST_GL_ALLOCATION_PARAMS_ALLOC_FLAG_WRAP_SYSMEM</a>, macro in <a class="link" href="gst-plugins-bad-libs-GstGlBaseMemory.html" title="GstGlBaseMemory">GstGlBaseMemory</a>
|
807
|
-
</dt>
|
808
|
-
<dd></dd>
|
809
|
-
<dt>
|
810
|
-
<a class="link" href="gst-plugins-bad-libs-GstGlBaseMemory.html#gst-gl-allocation-params-copy" title="gst_gl_allocation_params_copy ()">gst_gl_allocation_params_copy</a>, function in <a class="link" href="gst-plugins-bad-libs-GstGlBaseMemory.html" title="GstGlBaseMemory">GstGlBaseMemory</a>
|
811
|
-
</dt>
|
812
|
-
<dd></dd>
|
813
|
-
<dt>
|
814
|
-
<a class="link" href="gst-plugins-bad-libs-GstGlBaseMemory.html#gst-gl-allocation-params-copy-data" title="gst_gl_allocation_params_copy_data ()">gst_gl_allocation_params_copy_data</a>, function in <a class="link" href="gst-plugins-bad-libs-GstGlBaseMemory.html" title="GstGlBaseMemory">GstGlBaseMemory</a>
|
815
|
-
</dt>
|
816
|
-
<dd></dd>
|
817
|
-
<dt>
|
818
|
-
<a class="link" href="gst-plugins-bad-libs-GstGlBaseMemory.html#gst-gl-allocation-params-free" title="gst_gl_allocation_params_free ()">gst_gl_allocation_params_free</a>, function in <a class="link" href="gst-plugins-bad-libs-GstGlBaseMemory.html" title="GstGlBaseMemory">GstGlBaseMemory</a>
|
819
|
-
</dt>
|
820
|
-
<dd></dd>
|
821
|
-
<dt>
|
822
|
-
<a class="link" href="gst-plugins-bad-libs-GstGlBaseMemory.html#gst-gl-allocation-params-free-data" title="gst_gl_allocation_params_free_data ()">gst_gl_allocation_params_free_data</a>, function in <a class="link" href="gst-plugins-bad-libs-GstGlBaseMemory.html" title="GstGlBaseMemory">GstGlBaseMemory</a>
|
823
|
-
</dt>
|
824
|
-
<dd></dd>
|
825
|
-
<dt>
|
826
|
-
<a class="link" href="gst-plugins-bad-libs-GstGlBaseMemory.html#gst-gl-allocation-params-init" title="gst_gl_allocation_params_init ()">gst_gl_allocation_params_init</a>, function in <a class="link" href="gst-plugins-bad-libs-GstGlBaseMemory.html" title="GstGlBaseMemory">GstGlBaseMemory</a>
|
827
|
-
</dt>
|
828
|
-
<dd></dd>
|
829
|
-
<dt>
|
830
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLAPI.html#gst-gl-api-from-string" title="gst_gl_api_from_string ()">gst_gl_api_from_string</a>, function in <a class="link" href="gst-plugins-bad-libs-GstGLAPI.html" title="GstGlApi">GstGLAPI</a>
|
831
|
-
</dt>
|
832
|
-
<dd></dd>
|
833
|
-
<dt>
|
834
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLAPI.html#GST-GL-API-GLES1-NAME:CAPS" title="GST_GL_API_GLES1_NAME">GST_GL_API_GLES1_NAME</a>, macro in <a class="link" href="gst-plugins-bad-libs-GstGLAPI.html" title="GstGlApi">GstGLAPI</a>
|
835
|
-
</dt>
|
836
|
-
<dd></dd>
|
837
|
-
<dt>
|
838
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLAPI.html#GST-GL-API-GLES2-NAME:CAPS" title="GST_GL_API_GLES2_NAME">GST_GL_API_GLES2_NAME</a>, macro in <a class="link" href="gst-plugins-bad-libs-GstGLAPI.html" title="GstGlApi">GstGLAPI</a>
|
839
|
-
</dt>
|
840
|
-
<dd></dd>
|
841
|
-
<dt>
|
842
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLAPI.html#GST-GL-API-OPENGL3-NAME:CAPS" title="GST_GL_API_OPENGL3_NAME">GST_GL_API_OPENGL3_NAME</a>, macro in <a class="link" href="gst-plugins-bad-libs-GstGLAPI.html" title="GstGlApi">GstGLAPI</a>
|
843
|
-
</dt>
|
844
|
-
<dd></dd>
|
845
|
-
<dt>
|
846
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLAPI.html#GST-GL-API-OPENGL-NAME:CAPS" title="GST_GL_API_OPENGL_NAME">GST_GL_API_OPENGL_NAME</a>, macro in <a class="link" href="gst-plugins-bad-libs-GstGLAPI.html" title="GstGlApi">GstGLAPI</a>
|
847
|
-
</dt>
|
848
|
-
<dd></dd>
|
849
|
-
<dt>
|
850
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLAPI.html#gst-gl-api-to-string" title="gst_gl_api_to_string ()">gst_gl_api_to_string</a>, function in <a class="link" href="gst-plugins-bad-libs-GstGLAPI.html" title="GstGlApi">GstGLAPI</a>
|
851
|
-
</dt>
|
852
|
-
<dd></dd>
|
853
|
-
<dt>
|
854
|
-
<a class="link" href="gst-plugins-bad-libs-OpenGL-debugging.html#GST-GL-ASYNC-CAT-LEVEL-LOG:CAPS" title="GST_GL_ASYNC_CAT_LEVEL_LOG()">GST_GL_ASYNC_CAT_LEVEL_LOG</a>, macro in <a class="link" href="gst-plugins-bad-libs-OpenGL-debugging.html" title="OpenGL debugging">OpenGL Debugging</a>
|
855
|
-
</dt>
|
856
|
-
<dd></dd>
|
857
|
-
<dt>
|
858
|
-
<a class="link" href="gst-plugins-bad-libs-OpenGL-debugging.html#GST-GL-ASYNC-CAT-LEVEL-LOG-valist" title="GST_GL_ASYNC_CAT_LEVEL_LOG_valist()">GST_GL_ASYNC_CAT_LEVEL_LOG_valist</a>, macro in <a class="link" href="gst-plugins-bad-libs-OpenGL-debugging.html" title="OpenGL debugging">OpenGL Debugging</a>
|
859
|
-
</dt>
|
860
|
-
<dd></dd>
|
861
|
-
<dt>
|
862
|
-
<a class="link" href="gst-plugins-bad-libs-OpenGL-debugging.html#gst-gl-async-debug-free" title="gst_gl_async_debug_free ()">gst_gl_async_debug_free</a>, function in <a class="link" href="gst-plugins-bad-libs-OpenGL-debugging.html" title="OpenGL debugging">OpenGL Debugging</a>
|
863
|
-
</dt>
|
864
|
-
<dd></dd>
|
865
|
-
<dt>
|
866
|
-
<a class="link" href="gst-plugins-bad-libs-OpenGL-debugging.html#gst-gl-async-debug-freeze" title="gst_gl_async_debug_freeze ()">gst_gl_async_debug_freeze</a>, function in <a class="link" href="gst-plugins-bad-libs-OpenGL-debugging.html" title="OpenGL debugging">OpenGL Debugging</a>
|
867
|
-
</dt>
|
868
|
-
<dd></dd>
|
869
|
-
<dt>
|
870
|
-
<a class="link" href="gst-plugins-bad-libs-OpenGL-debugging.html#gst-gl-async-debug-init" title="gst_gl_async_debug_init ()">gst_gl_async_debug_init</a>, function in <a class="link" href="gst-plugins-bad-libs-OpenGL-debugging.html" title="OpenGL debugging">OpenGL Debugging</a>
|
871
|
-
</dt>
|
872
|
-
<dd></dd>
|
873
|
-
<dt>
|
874
|
-
<a class="link" href="gst-plugins-bad-libs-OpenGL-debugging.html#gst-gl-async-debug-new" title="gst_gl_async_debug_new ()">gst_gl_async_debug_new</a>, function in <a class="link" href="gst-plugins-bad-libs-OpenGL-debugging.html" title="OpenGL debugging">OpenGL Debugging</a>
|
875
|
-
</dt>
|
876
|
-
<dd></dd>
|
877
|
-
<dt>
|
878
|
-
<a class="link" href="gst-plugins-bad-libs-OpenGL-debugging.html#gst-gl-async-debug-output-log-msg" title="gst_gl_async_debug_output_log_msg ()">gst_gl_async_debug_output_log_msg</a>, function in <a class="link" href="gst-plugins-bad-libs-OpenGL-debugging.html" title="OpenGL debugging">OpenGL Debugging</a>
|
879
|
-
</dt>
|
880
|
-
<dd></dd>
|
881
|
-
<dt>
|
882
|
-
<a class="link" href="gst-plugins-bad-libs-OpenGL-debugging.html#gst-gl-async-debug-store-log-msg" title="gst_gl_async_debug_store_log_msg ()">gst_gl_async_debug_store_log_msg</a>, function in <a class="link" href="gst-plugins-bad-libs-OpenGL-debugging.html" title="OpenGL debugging">OpenGL Debugging</a>
|
883
|
-
</dt>
|
884
|
-
<dd></dd>
|
885
|
-
<dt>
|
886
|
-
<a class="link" href="gst-plugins-bad-libs-OpenGL-debugging.html#gst-gl-async-debug-store-log-msg-valist" title="gst_gl_async_debug_store_log_msg_valist ()">gst_gl_async_debug_store_log_msg_valist</a>, function in <a class="link" href="gst-plugins-bad-libs-OpenGL-debugging.html" title="OpenGL debugging">OpenGL Debugging</a>
|
887
|
-
</dt>
|
888
|
-
<dd></dd>
|
889
|
-
<dt>
|
890
|
-
<a class="link" href="gst-plugins-bad-libs-OpenGL-debugging.html#gst-gl-async-debug-thaw" title="gst_gl_async_debug_thaw ()">gst_gl_async_debug_thaw</a>, function in <a class="link" href="gst-plugins-bad-libs-OpenGL-debugging.html" title="OpenGL debugging">OpenGL Debugging</a>
|
891
|
-
</dt>
|
892
|
-
<dd></dd>
|
893
|
-
<dt>
|
894
|
-
<a class="link" href="gst-plugins-bad-libs-OpenGL-debugging.html#gst-gl-async-debug-unset" title="gst_gl_async_debug_unset ()">gst_gl_async_debug_unset</a>, function in <a class="link" href="gst-plugins-bad-libs-OpenGL-debugging.html" title="OpenGL debugging">OpenGL Debugging</a>
|
895
|
-
</dt>
|
896
|
-
<dd></dd>
|
897
|
-
<dt>
|
898
|
-
<a class="link" href="gst-plugins-bad-libs-GstGlBaseMemory.html#gst-gl-base-memory-alloc" title="gst_gl_base_memory_alloc ()">gst_gl_base_memory_alloc</a>, function in <a class="link" href="gst-plugins-bad-libs-GstGlBaseMemory.html" title="GstGlBaseMemory">GstGLBaseMemory</a>
|
899
|
-
</dt>
|
900
|
-
<dd></dd>
|
901
|
-
<dt>
|
902
|
-
<a class="link" href="gst-plugins-bad-libs-GstGlBaseMemory.html#GST-GL-BASE-MEMORY-ALLOCATOR-NAME:CAPS" title="GST_GL_BASE_MEMORY_ALLOCATOR_NAME">GST_GL_BASE_MEMORY_ALLOCATOR_NAME</a>, macro in <a class="link" href="gst-plugins-bad-libs-GstGlBaseMemory.html" title="GstGlBaseMemory">GstGlBaseMemory</a>
|
903
|
-
</dt>
|
904
|
-
<dd></dd>
|
905
|
-
<dt>
|
906
|
-
<a class="link" href="gst-plugins-bad-libs-GstGlBaseMemory.html#gst-gl-base-memory-alloc-data" title="gst_gl_base_memory_alloc_data ()">gst_gl_base_memory_alloc_data</a>, function in <a class="link" href="gst-plugins-bad-libs-GstGlBaseMemory.html" title="GstGlBaseMemory">GstGLBaseMemory</a>
|
907
|
-
</dt>
|
908
|
-
<dd></dd>
|
909
|
-
<dt>
|
910
|
-
<a class="link" href="gst-plugins-bad-libs-GstGlBaseMemory.html#GST-GL-BASE-MEMORY-ERROR:CAPS" title="GST_GL_BASE_MEMORY_ERROR">GST_GL_BASE_MEMORY_ERROR</a>, macro in <a class="link" href="gst-plugins-bad-libs-GstGlBaseMemory.html" title="GstGlBaseMemory">GstGlBaseMemory</a>
|
911
|
-
</dt>
|
912
|
-
<dd></dd>
|
913
|
-
<dt>
|
914
|
-
<a class="link" href="gst-plugins-bad-libs-GstGlBaseMemory.html#gst-gl-base-memory-init" title="gst_gl_base_memory_init ()">gst_gl_base_memory_init</a>, function in <a class="link" href="gst-plugins-bad-libs-GstGlBaseMemory.html" title="GstGlBaseMemory">GstGLBaseMemory</a>
|
915
|
-
</dt>
|
916
|
-
<dd></dd>
|
917
|
-
<dt>
|
918
|
-
<a class="link" href="gst-plugins-bad-libs-GstGlBaseMemory.html#gst-gl-base-memory-init-once" title="gst_gl_base_memory_init_once ()">gst_gl_base_memory_init_once</a>, function in <a class="link" href="gst-plugins-bad-libs-GstGlBaseMemory.html" title="GstGlBaseMemory">GstGLBaseMemory</a>
|
919
|
-
</dt>
|
920
|
-
<dd></dd>
|
921
|
-
<dt>
|
922
|
-
<a class="link" href="gst-plugins-bad-libs-GstGlBaseMemory.html#gst-gl-base-memory-memcpy" title="gst_gl_base_memory_memcpy ()">gst_gl_base_memory_memcpy</a>, function in <a class="link" href="gst-plugins-bad-libs-GstGlBaseMemory.html" title="GstGlBaseMemory">GstGLBaseMemory</a>
|
923
|
-
</dt>
|
924
|
-
<dd></dd>
|
925
|
-
<dt>
|
926
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLBuffer.html#gst-gl-buffer-allocation-params-new" title="gst_gl_buffer_allocation_params_new ()">gst_gl_buffer_allocation_params_new</a>, function in <a class="link" href="gst-plugins-bad-libs-GstGLBuffer.html" title="GstGlBuffer">GstGLBuffer</a>
|
927
|
-
</dt>
|
928
|
-
<dd></dd>
|
929
|
-
<dt>
|
930
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLBuffer.html#GST-GL-BUFFER-ALLOCATOR-NAME:CAPS" title="GST_GL_BUFFER_ALLOCATOR_NAME">GST_GL_BUFFER_ALLOCATOR_NAME</a>, macro in <a class="link" href="gst-plugins-bad-libs-GstGLBuffer.html" title="GstGlBuffer">GstGLBuffer</a>
|
931
|
-
</dt>
|
932
|
-
<dd></dd>
|
933
|
-
<dt>
|
934
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLBuffer.html#gst-gl-buffer-init-once" title="gst_gl_buffer_init_once ()">gst_gl_buffer_init_once</a>, function in <a class="link" href="gst-plugins-bad-libs-GstGLBuffer.html" title="GstGlBuffer">GstGLBuffer</a>
|
935
|
-
</dt>
|
936
|
-
<dd></dd>
|
937
|
-
<dt>
|
938
|
-
<a class="link" href="GstGLBufferPool.html#gst-gl-buffer-pool-new" title="gst_gl_buffer_pool_new ()">gst_gl_buffer_pool_new</a>, function in <a class="link" href="GstGLBufferPool.html" title="GstGlBufferPool">GstGLBufferPool</a>
|
939
|
-
</dt>
|
940
|
-
<dd></dd>
|
941
|
-
<dt>
|
942
|
-
<a class="link" href="gst-plugins-bad-libs-OpenGL-Miscellaneous-Utilities.html#gst-gl-check-extension" title="gst_gl_check_extension ()">gst_gl_check_extension</a>, function in <a class="link" href="gst-plugins-bad-libs-OpenGL-Miscellaneous-Utilities.html" title="GstGLUtils">OpenGL Miscellaneous Utilities</a>
|
943
|
-
</dt>
|
944
|
-
<dd></dd>
|
945
|
-
<dt>
|
946
|
-
<a class="link" href="GstGLColorConvert.html#gst-gl-color-convert-decide-allocation" title="gst_gl_color_convert_decide_allocation ()">gst_gl_color_convert_decide_allocation</a>, function in <a class="link" href="GstGLColorConvert.html" title="GstGlColorConvert">GstGLColorConvert</a>
|
947
|
-
</dt>
|
948
|
-
<dd></dd>
|
949
|
-
<dt>
|
950
|
-
<a class="link" href="GstGLColorConvert.html#gst-gl-color-convert-fixate-caps" title="gst_gl_color_convert_fixate_caps ()">gst_gl_color_convert_fixate_caps</a>, function in <a class="link" href="GstGLColorConvert.html" title="GstGlColorConvert">GstGLColorConvert</a>
|
951
|
-
</dt>
|
952
|
-
<dd></dd>
|
953
|
-
<dt>
|
954
|
-
<a class="link" href="GstGLColorConvert.html#GST-GL-COLOR-CONVERT-FORMATS:CAPS" title="GST_GL_COLOR_CONVERT_FORMATS">GST_GL_COLOR_CONVERT_FORMATS</a>, macro in <a class="link" href="GstGLColorConvert.html" title="GstGlColorConvert">GstGLColorConvert</a>
|
955
|
-
</dt>
|
956
|
-
<dd></dd>
|
957
|
-
<dt>
|
958
|
-
<a class="link" href="GstGLColorConvert.html#gst-gl-color-convert-new" title="gst_gl_color_convert_new ()">gst_gl_color_convert_new</a>, function in <a class="link" href="GstGLColorConvert.html" title="GstGlColorConvert">GstGLColorConvert</a>
|
959
|
-
</dt>
|
960
|
-
<dd></dd>
|
961
|
-
<dt>
|
962
|
-
<a class="link" href="GstGLColorConvert.html#gst-gl-color-convert-perform" title="gst_gl_color_convert_perform ()">gst_gl_color_convert_perform</a>, function in <a class="link" href="GstGLColorConvert.html" title="GstGlColorConvert">GstGLColorConvert</a>
|
963
|
-
</dt>
|
964
|
-
<dd></dd>
|
965
|
-
<dt>
|
966
|
-
<a class="link" href="GstGLColorConvert.html#gst-gl-color-convert-set-caps" title="gst_gl_color_convert_set_caps ()">gst_gl_color_convert_set_caps</a>, function in <a class="link" href="GstGLColorConvert.html" title="GstGlColorConvert">GstGLColorConvert</a>
|
967
|
-
</dt>
|
968
|
-
<dd></dd>
|
969
|
-
<dt>
|
970
|
-
<a class="link" href="GstGLColorConvert.html#gst-gl-color-convert-transform-caps" title="gst_gl_color_convert_transform_caps ()">gst_gl_color_convert_transform_caps</a>, function in <a class="link" href="GstGLColorConvert.html" title="GstGlColorConvert">GstGLColorConvert</a>
|
971
|
-
</dt>
|
972
|
-
<dd></dd>
|
973
|
-
<dt>
|
974
|
-
<a class="link" href="GstGLColorConvert.html#GST-GL-COLOR-CONVERT-VIDEO-CAPS" title="GST_GL_COLOR_CONVERT_VIDEO_CAPS">GST_GL_COLOR_CONVERT_VIDEO_CAPS</a>, macro in <a class="link" href="GstGLColorConvert.html" title="GstGlColorConvert">GstGLColorConvert</a>
|
975
|
-
</dt>
|
976
|
-
<dd></dd>
|
977
|
-
<dt>
|
978
|
-
<a class="link" href="GstGLContext.html#gst-gl-context-activate" title="gst_gl_context_activate ()">gst_gl_context_activate</a>, function in <a class="link" href="GstGLContext.html" title="GstGLContext">GstGLContext</a>
|
979
|
-
</dt>
|
980
|
-
<dd></dd>
|
981
|
-
<dt>
|
982
|
-
<a class="link" href="GstGLContext.html#gst-gl-context-can-share" title="gst_gl_context_can_share ()">gst_gl_context_can_share</a>, function in <a class="link" href="GstGLContext.html" title="GstGLContext">GstGLContext</a>
|
983
|
-
</dt>
|
984
|
-
<dd></dd>
|
985
|
-
<dt>
|
986
|
-
<a class="link" href="GstGLContext.html#gst-gl-context-check-feature" title="gst_gl_context_check_feature ()">gst_gl_context_check_feature</a>, function in <a class="link" href="GstGLContext.html" title="GstGLContext">GstGLContext</a>
|
987
|
-
</dt>
|
988
|
-
<dd></dd>
|
989
|
-
<dt>
|
990
|
-
<a class="link" href="GstGLContext.html#gst-gl-context-check-gl-version" title="gst_gl_context_check_gl_version ()">gst_gl_context_check_gl_version</a>, function in <a class="link" href="GstGLContext.html" title="GstGLContext">GstGLContext</a>
|
991
|
-
</dt>
|
992
|
-
<dd></dd>
|
993
|
-
<dt>
|
994
|
-
<a class="link" href="GstGLFramebuffer.html#gst-gl-context-clear-framebuffer" title="gst_gl_context_clear_framebuffer ()">gst_gl_context_clear_framebuffer</a>, function in <a class="link" href="GstGLFramebuffer.html" title="GstGLFramebuffer">GstGLFramebuffer</a>
|
995
|
-
</dt>
|
996
|
-
<dd></dd>
|
997
|
-
<dt>
|
998
|
-
<a class="link" href="GstGLShader.html#gst-gl-context-clear-shader" title="gst_gl_context_clear_shader ()">gst_gl_context_clear_shader</a>, function in <a class="link" href="GstGLShader.html" title="GstGLShader">GstGLShader</a>
|
999
|
-
</dt>
|
1000
|
-
<dd></dd>
|
1001
|
-
<dt>
|
1002
|
-
gst_gl_context_cocoa_get_current_context, function in GstGLContextCocoa
|
1003
|
-
</dt>
|
1004
|
-
<dd></dd>
|
1005
|
-
<dt>
|
1006
|
-
gst_gl_context_cocoa_get_pixel_format, function in GstGLContextCocoa
|
1007
|
-
</dt>
|
1008
|
-
<dd></dd>
|
1009
|
-
<dt>
|
1010
|
-
gst_gl_context_cocoa_new, function in GstGLContextCocoa
|
1011
|
-
</dt>
|
1012
|
-
<dd></dd>
|
1013
|
-
<dt>
|
1014
|
-
<a class="link" href="GstGLContext.html#gst-gl-context-create" title="gst_gl_context_create ()">gst_gl_context_create</a>, function in <a class="link" href="GstGLContext.html" title="GstGLContext">GstGLContext</a>
|
1015
|
-
</dt>
|
1016
|
-
<dd></dd>
|
1017
|
-
<dt>
|
1018
|
-
<a class="link" href="GstGLContext.html#gst-gl-context-default-get-proc-address" title="gst_gl_context_default_get_proc_address ()">gst_gl_context_default_get_proc_address</a>, function in <a class="link" href="GstGLContext.html" title="GstGLContext">GstGLContext</a>
|
1019
|
-
</dt>
|
1020
|
-
<dd></dd>
|
1021
|
-
<dt>
|
1022
|
-
<a class="link" href="GstGLContext.html#gst-gl-context-destroy" title="gst_gl_context_destroy ()">gst_gl_context_destroy</a>, function in <a class="link" href="GstGLContext.html" title="GstGLContext">GstGLContext</a>
|
1023
|
-
</dt>
|
1024
|
-
<dd></dd>
|
1025
|
-
<dt>
|
1026
|
-
gst_gl_context_eagl_get_current_context, function in GstGLContextEagl
|
1027
|
-
</dt>
|
1028
|
-
<dd></dd>
|
1029
|
-
<dt>
|
1030
|
-
gst_gl_context_eagl_new, function in GstGLContextEagl
|
1031
|
-
</dt>
|
1032
|
-
<dd></dd>
|
1033
|
-
<dt>
|
1034
|
-
gst_gl_context_egl_get_current_context, function in GstGLContextEGL
|
1035
|
-
</dt>
|
1036
|
-
<dd></dd>
|
1037
|
-
<dt>
|
1038
|
-
gst_gl_context_egl_get_proc_address, function in GstGLContextEGL
|
1039
|
-
</dt>
|
1040
|
-
<dd></dd>
|
1041
|
-
<dt>
|
1042
|
-
gst_gl_context_egl_new, function in GstGLContextEGL
|
1043
|
-
</dt>
|
1044
|
-
<dd></dd>
|
1045
|
-
<dt>
|
1046
|
-
<a class="link" href="GstGLContext.html#GST-GL-CONTEXT-ERROR:CAPS" title="GST_GL_CONTEXT_ERROR">GST_GL_CONTEXT_ERROR</a>, macro in <a class="link" href="GstGLContext.html" title="GstGLContext">GstGLContext</a>
|
1047
|
-
</dt>
|
1048
|
-
<dd></dd>
|
1049
|
-
<dt>
|
1050
|
-
<a class="link" href="GstGLContext.html#gst-gl-context-error-quark" title="gst_gl_context_error_quark ()">gst_gl_context_error_quark</a>, function in <a class="link" href="GstGLContext.html" title="GstGLContext">GstGLContext</a>
|
1051
|
-
</dt>
|
1052
|
-
<dd></dd>
|
1053
|
-
<dt>
|
1054
|
-
<a class="link" href="GstGLContext.html#gst-gl-context-fill-info" title="gst_gl_context_fill_info ()">gst_gl_context_fill_info</a>, function in <a class="link" href="GstGLContext.html" title="GstGLContext">GstGLContext</a>
|
1055
|
-
</dt>
|
1056
|
-
<dd></dd>
|
1057
|
-
<dt>
|
1058
|
-
<a class="link" href="GstGLContext.html#gst-gl-context-get-current" title="gst_gl_context_get_current ()">gst_gl_context_get_current</a>, function in <a class="link" href="GstGLContext.html" title="GstGLContext">GstGLContext</a>
|
1059
|
-
</dt>
|
1060
|
-
<dd></dd>
|
1061
|
-
<dt>
|
1062
|
-
<a class="link" href="GstGLContext.html#gst-gl-context-get-current-gl-api" title="gst_gl_context_get_current_gl_api ()">gst_gl_context_get_current_gl_api</a>, function in <a class="link" href="GstGLContext.html" title="GstGLContext">GstGLContext</a>
|
1063
|
-
</dt>
|
1064
|
-
<dd></dd>
|
1065
|
-
<dt>
|
1066
|
-
<a class="link" href="GstGLContext.html#gst-gl-context-get-current-gl-context" title="gst_gl_context_get_current_gl_context ()">gst_gl_context_get_current_gl_context</a>, function in <a class="link" href="GstGLContext.html" title="GstGLContext">GstGLContext</a>
|
1067
|
-
</dt>
|
1068
|
-
<dd></dd>
|
1069
|
-
<dt>
|
1070
|
-
<a class="link" href="GstGLContext.html#gst-gl-context-get-display" title="gst_gl_context_get_display ()">gst_gl_context_get_display</a>, function in <a class="link" href="GstGLContext.html" title="GstGLContext">GstGLContext</a>
|
1071
|
-
</dt>
|
1072
|
-
<dd></dd>
|
1073
|
-
<dt>
|
1074
|
-
<a class="link" href="GstGLContext.html#gst-gl-context-get-gl-api" title="gst_gl_context_get_gl_api ()">gst_gl_context_get_gl_api</a>, function in <a class="link" href="GstGLContext.html" title="GstGLContext">GstGLContext</a>
|
1075
|
-
</dt>
|
1076
|
-
<dd></dd>
|
1077
|
-
<dt>
|
1078
|
-
<a class="link" href="GstGLContext.html#gst-gl-context-get-gl-context" title="gst_gl_context_get_gl_context ()">gst_gl_context_get_gl_context</a>, function in <a class="link" href="GstGLContext.html" title="GstGLContext">GstGLContext</a>
|
1079
|
-
</dt>
|
1080
|
-
<dd></dd>
|
1081
|
-
<dt>
|
1082
|
-
<a class="link" href="GstGLContext.html#gst-gl-context-get-gl-platform" title="gst_gl_context_get_gl_platform ()">gst_gl_context_get_gl_platform</a>, function in <a class="link" href="GstGLContext.html" title="GstGLContext">GstGLContext</a>
|
1083
|
-
</dt>
|
1084
|
-
<dd></dd>
|
1085
|
-
<dt>
|
1086
|
-
<a class="link" href="GstGLContext.html#gst-gl-context-get-gl-platform-version" title="gst_gl_context_get_gl_platform_version ()">gst_gl_context_get_gl_platform_version</a>, function in <a class="link" href="GstGLContext.html" title="GstGLContext">GstGLContext</a>
|
1087
|
-
</dt>
|
1088
|
-
<dd></dd>
|
1089
|
-
<dt>
|
1090
|
-
<a class="link" href="GstGLContext.html#gst-gl-context-get-gl-version" title="gst_gl_context_get_gl_version ()">gst_gl_context_get_gl_version</a>, function in <a class="link" href="GstGLContext.html" title="GstGLContext">GstGLContext</a>
|
1091
|
-
</dt>
|
1092
|
-
<dd></dd>
|
1093
|
-
<dt>
|
1094
|
-
<a class="link" href="GstGLContext.html#gst-gl-context-get-proc-address" title="gst_gl_context_get_proc_address ()">gst_gl_context_get_proc_address</a>, function in <a class="link" href="GstGLContext.html" title="GstGLContext">GstGLContext</a>
|
1095
|
-
</dt>
|
1096
|
-
<dd></dd>
|
1097
|
-
<dt>
|
1098
|
-
<a class="link" href="GstGLContext.html#gst-gl-context-get-proc-address-with-platform" title="gst_gl_context_get_proc_address_with_platform ()">gst_gl_context_get_proc_address_with_platform</a>, function in <a class="link" href="GstGLContext.html" title="GstGLContext">GstGLContext</a>
|
1099
|
-
</dt>
|
1100
|
-
<dd></dd>
|
1101
|
-
<dt>
|
1102
|
-
<a class="link" href="GstGLContext.html#gst-gl-context-get-thread" title="gst_gl_context_get_thread ()">gst_gl_context_get_thread</a>, function in <a class="link" href="GstGLContext.html" title="GstGLContext">GstGLContext</a>
|
1103
|
-
</dt>
|
1104
|
-
<dd></dd>
|
1105
|
-
<dt>
|
1106
|
-
<a class="link" href="GstGLContext.html#gst-gl-context-get-window" title="gst_gl_context_get_window ()">gst_gl_context_get_window</a>, function in <a class="link" href="GstGLContext.html" title="GstGLContext">GstGLContext</a>
|
1107
|
-
</dt>
|
1108
|
-
<dd></dd>
|
1109
|
-
<dt>
|
1110
|
-
gst_gl_context_glx_get_current_context, function in GstGLContextGLX
|
1111
|
-
</dt>
|
1112
|
-
<dd></dd>
|
1113
|
-
<dt>
|
1114
|
-
gst_gl_context_glx_get_proc_address, function in GstGLContextGLX
|
1115
|
-
</dt>
|
1116
|
-
<dd></dd>
|
1117
|
-
<dt>
|
1118
|
-
gst_gl_context_glx_new, function in GstGLContextGLX
|
1119
|
-
</dt>
|
1120
|
-
<dd></dd>
|
1121
|
-
<dt>
|
1122
|
-
<a class="link" href="GstGLContext.html#gst-gl-context-is-shared" title="gst_gl_context_is_shared ()">gst_gl_context_is_shared</a>, function in <a class="link" href="GstGLContext.html" title="GstGLContext">GstGLContext</a>
|
1123
|
-
</dt>
|
1124
|
-
<dd></dd>
|
1125
|
-
<dt>
|
1126
|
-
<a class="link" href="GstGLContext.html#gst-gl-context-new" title="gst_gl_context_new ()">gst_gl_context_new</a>, function in <a class="link" href="GstGLContext.html" title="GstGLContext">GstGLContext</a>
|
1127
|
-
</dt>
|
1128
|
-
<dd></dd>
|
1129
|
-
<dt>
|
1130
|
-
<a class="link" href="GstGLContext.html#gst-gl-context-new-wrapped" title="gst_gl_context_new_wrapped ()">gst_gl_context_new_wrapped</a>, function in <a class="link" href="GstGLContext.html" title="GstGLContext">GstGLContext</a>
|
1131
|
-
</dt>
|
1132
|
-
<dd></dd>
|
1133
|
-
<dt>
|
1134
|
-
<a class="link" href="GstGLContext.html#gst-gl-context-set-shared-with" title="gst_gl_context_set_shared_with ()">gst_gl_context_set_shared_with</a>, function in <a class="link" href="GstGLContext.html" title="GstGLContext">GstGLContext</a>
|
1135
|
-
</dt>
|
1136
|
-
<dd></dd>
|
1137
|
-
<dt>
|
1138
|
-
<a class="link" href="GstGLContext.html#gst-gl-context-set-window" title="gst_gl_context_set_window ()">gst_gl_context_set_window</a>, function in <a class="link" href="GstGLContext.html" title="GstGLContext">GstGLContext</a>
|
1139
|
-
</dt>
|
1140
|
-
<dd></dd>
|
1141
|
-
<dt>
|
1142
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLSL.html#gst-gl-context-supports-glsl-profile-version" title="gst_gl_context_supports_glsl_profile_version ()">gst_gl_context_supports_glsl_profile_version</a>, function in <a class="link" href="gst-plugins-bad-libs-GstGLSL.html" title="GstGLSL">GstGLSL</a>
|
1143
|
-
</dt>
|
1144
|
-
<dd></dd>
|
1145
|
-
<dt>
|
1146
|
-
<a class="link" href="GstGLContext.html#gst-gl-context-thread-add" title="gst_gl_context_thread_add ()">gst_gl_context_thread_add</a>, function in <a class="link" href="GstGLContext.html" title="GstGLContext">GstGLContext</a>
|
1147
|
-
</dt>
|
1148
|
-
<dd></dd>
|
1149
|
-
<dt>
|
1150
|
-
gst_gl_context_wgl_get_current_context, function in GstGLContextWGL
|
1151
|
-
</dt>
|
1152
|
-
<dd></dd>
|
1153
|
-
<dt>
|
1154
|
-
gst_gl_context_wgl_get_proc_address, function in GstGLContextWGL
|
1155
|
-
</dt>
|
1156
|
-
<dd></dd>
|
1157
|
-
<dt>
|
1158
|
-
gst_gl_context_wgl_new, function in GstGLContextWGL
|
1159
|
-
</dt>
|
1160
|
-
<dd></dd>
|
1161
|
-
<dt>
|
1162
|
-
<a class="link" href="GstGLDisplay.html#gst-gl-display-add-context" title="gst_gl_display_add_context ()">gst_gl_display_add_context</a>, function in <a class="link" href="GstGLDisplay.html" title="GstGLDisplay">GstGLDisplay</a>
|
1163
|
-
</dt>
|
1164
|
-
<dd></dd>
|
1165
|
-
<dt>
|
1166
|
-
gst_gl_display_cocoa_new, function in GstGLDisplayCocoa
|
1167
|
-
</dt>
|
1168
|
-
<dd></dd>
|
1169
|
-
<dt>
|
1170
|
-
<a class="link" href="GstGLDisplay.html#GST-GL-DISPLAY-CONTEXT-TYPE:CAPS" title="GST_GL_DISPLAY_CONTEXT_TYPE">GST_GL_DISPLAY_CONTEXT_TYPE</a>, macro in <a class="link" href="GstGLDisplay.html" title="GstGLDisplay">GstGLDisplay</a>
|
1171
|
-
</dt>
|
1172
|
-
<dd></dd>
|
1173
|
-
<dt>
|
1174
|
-
<a class="link" href="GstGLDisplay.html#gst-gl-display-create-context" title="gst_gl_display_create_context ()">gst_gl_display_create_context</a>, function in <a class="link" href="GstGLDisplay.html" title="GstGLDisplay">GstGLDisplay</a>
|
1175
|
-
</dt>
|
1176
|
-
<dd></dd>
|
1177
|
-
<dt>
|
1178
|
-
<a class="link" href="GstGLDisplay.html#gst-gl-display-create-window" title="gst_gl_display_create_window ()">gst_gl_display_create_window</a>, function in <a class="link" href="GstGLDisplay.html" title="GstGLDisplay">GstGLDisplay</a>
|
1179
|
-
</dt>
|
1180
|
-
<dd></dd>
|
1181
|
-
<dt>
|
1182
|
-
gst_gl_display_egl_from_gl_display, function in GstGLDisplayEGL
|
1183
|
-
</dt>
|
1184
|
-
<dd></dd>
|
1185
|
-
<dt>
|
1186
|
-
gst_gl_display_egl_get_from_native, function in GstGLDisplayEGL
|
1187
|
-
</dt>
|
1188
|
-
<dd></dd>
|
1189
|
-
<dt>
|
1190
|
-
gst_gl_display_egl_new, function in GstGLDisplayEGL
|
1191
|
-
</dt>
|
1192
|
-
<dd></dd>
|
1193
|
-
<dt>
|
1194
|
-
gst_gl_display_egl_new_with_egl_display, function in GstGLDisplayEGL
|
1195
|
-
</dt>
|
1196
|
-
<dd></dd>
|
1197
|
-
<dt>
|
1198
|
-
<a class="link" href="GstGLDisplay.html#gst-gl-display-filter-gl-api" title="gst_gl_display_filter_gl_api ()">gst_gl_display_filter_gl_api</a>, function in <a class="link" href="GstGLDisplay.html" title="GstGLDisplay">GstGLDisplay</a>
|
1199
|
-
</dt>
|
1200
|
-
<dd></dd>
|
1201
|
-
<dt>
|
1202
|
-
<a class="link" href="GstGLDisplay.html#gst-gl-display-find-window" title="gst_gl_display_find_window ()">gst_gl_display_find_window</a>, function in <a class="link" href="GstGLDisplay.html" title="GstGLDisplay">GstGLDisplay</a>
|
1203
|
-
</dt>
|
1204
|
-
<dd></dd>
|
1205
|
-
<dt>
|
1206
|
-
<a class="link" href="GstGLDisplay.html#gst-gl-display-get-gl-api" title="gst_gl_display_get_gl_api ()">gst_gl_display_get_gl_api</a>, function in <a class="link" href="GstGLDisplay.html" title="GstGLDisplay">GstGLDisplay</a>
|
1207
|
-
</dt>
|
1208
|
-
<dd></dd>
|
1209
|
-
<dt>
|
1210
|
-
<a class="link" href="GstGLDisplay.html#gst-gl-display-get-gl-context-for-thread" title="gst_gl_display_get_gl_context_for_thread ()">gst_gl_display_get_gl_context_for_thread</a>, function in <a class="link" href="GstGLDisplay.html" title="GstGLDisplay">GstGLDisplay</a>
|
1211
|
-
</dt>
|
1212
|
-
<dd></dd>
|
1213
|
-
<dt>
|
1214
|
-
<a class="link" href="GstGLDisplay.html#gst-gl-display-get-handle" title="gst_gl_display_get_handle ()">gst_gl_display_get_handle</a>, function in <a class="link" href="GstGLDisplay.html" title="GstGLDisplay">GstGLDisplay</a>
|
1215
|
-
</dt>
|
1216
|
-
<dd></dd>
|
1217
|
-
<dt>
|
1218
|
-
<a class="link" href="GstGLDisplay.html#gst-gl-display-get-handle-type" title="gst_gl_display_get_handle_type ()">gst_gl_display_get_handle_type</a>, function in <a class="link" href="GstGLDisplay.html" title="GstGLDisplay">GstGLDisplay</a>
|
1219
|
-
</dt>
|
1220
|
-
<dd></dd>
|
1221
|
-
<dt>
|
1222
|
-
<a class="link" href="GstGLDisplay.html#gst-gl-display-new" title="gst_gl_display_new ()">gst_gl_display_new</a>, function in <a class="link" href="GstGLDisplay.html" title="GstGLDisplay">GstGLDisplay</a>
|
1223
|
-
</dt>
|
1224
|
-
<dd></dd>
|
1225
|
-
<dt>
|
1226
|
-
<a class="link" href="GstGLDisplay.html#gst-gl-display-remove-window" title="gst_gl_display_remove_window ()">gst_gl_display_remove_window</a>, function in <a class="link" href="GstGLDisplay.html" title="GstGLDisplay">GstGLDisplay</a>
|
1227
|
-
</dt>
|
1228
|
-
<dd></dd>
|
1229
|
-
<dt>
|
1230
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLDisplayWayland.html#gst-gl-display-wayland-new" title="gst_gl_display_wayland_new ()">gst_gl_display_wayland_new</a>, function in <a class="link" href="gst-plugins-bad-libs-GstGLDisplayWayland.html" title="GstGLDisplayWayland">GstGLDisplayWayland</a>
|
1231
|
-
</dt>
|
1232
|
-
<dd></dd>
|
1233
|
-
<dt>
|
1234
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLDisplayWayland.html#gst-gl-display-wayland-new-with-display" title="gst_gl_display_wayland_new_with_display ()">gst_gl_display_wayland_new_with_display</a>, function in <a class="link" href="gst-plugins-bad-libs-GstGLDisplayWayland.html" title="GstGLDisplayWayland">GstGLDisplayWayland</a>
|
1235
|
-
</dt>
|
1236
|
-
<dd></dd>
|
1237
|
-
<dt>
|
1238
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLDisplayX11.html#gst-gl-display-x11-new" title="gst_gl_display_x11_new ()">gst_gl_display_x11_new</a>, function in <a class="link" href="gst-plugins-bad-libs-GstGLDisplayX11.html" title="GstGLDisplayX11">GstGLDisplayX11</a>
|
1239
|
-
</dt>
|
1240
|
-
<dd></dd>
|
1241
|
-
<dt>
|
1242
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLDisplayX11.html#gst-gl-display-x11-new-with-display" title="gst_gl_display_x11_new_with_display ()">gst_gl_display_x11_new_with_display</a>, function in <a class="link" href="gst-plugins-bad-libs-GstGLDisplayX11.html" title="GstGLDisplayX11">GstGLDisplayX11</a>
|
1243
|
-
</dt>
|
1244
|
-
<dd></dd>
|
1245
|
-
<dt>
|
1246
|
-
<a class="link" href="gst-plugins-bad-libs-OpenGL-Miscellaneous-Utilities.html#gst-gl-ensure-element-data" title="gst_gl_ensure_element_data ()">gst_gl_ensure_element_data</a>, function in <a class="link" href="gst-plugins-bad-libs-OpenGL-Miscellaneous-Utilities.html" title="GstGLUtils">OpenGL Miscellaneous Utilities</a>
|
1247
|
-
</dt>
|
1248
|
-
<dd></dd>
|
1249
|
-
<dt>
|
1250
|
-
<a class="link" href="GstGLFilter.html#gst-gl-filter-draw-fullscreen-quad" title="gst_gl_filter_draw_fullscreen_quad ()">gst_gl_filter_draw_fullscreen_quad</a>, function in <a class="link" href="GstGLFilter.html" title="GstGlFilter">GstGLFilter</a>
|
1251
|
-
</dt>
|
1252
|
-
<dd></dd>
|
1253
|
-
<dt>
|
1254
|
-
<a class="link" href="GstGLFilter.html#gst-gl-filter-filter-texture" title="gst_gl_filter_filter_texture ()">gst_gl_filter_filter_texture</a>, function in <a class="link" href="GstGLFilter.html" title="GstGlFilter">GstGLFilter</a>
|
1255
|
-
</dt>
|
1256
|
-
<dd></dd>
|
1257
|
-
<dt>
|
1258
|
-
<a class="link" href="GstGLFilter.html#gst-gl-filter-render-to-target" title="gst_gl_filter_render_to_target ()">gst_gl_filter_render_to_target</a>, function in <a class="link" href="GstGLFilter.html" title="GstGlFilter">GstGLFilter</a>
|
1259
|
-
</dt>
|
1260
|
-
<dd></dd>
|
1261
|
-
<dt>
|
1262
|
-
<a class="link" href="GstGLFilter.html#gst-gl-filter-render-to-target-with-shader" title="gst_gl_filter_render_to_target_with_shader ()">gst_gl_filter_render_to_target_with_shader</a>, function in <a class="link" href="GstGLFilter.html" title="GstGlFilter">GstGLFilter</a>
|
1263
|
-
</dt>
|
1264
|
-
<dd></dd>
|
1265
|
-
<dt>
|
1266
|
-
<a class="link" href="gst-plugins-bad-libs-OpenGL-Formats.html#gst-gl-format-from-video-info" title="gst_gl_format_from_video_info ()">gst_gl_format_from_video_info</a>, function in <a class="link" href="gst-plugins-bad-libs-OpenGL-Formats.html" title="GstGlFormat">OpenGL Formats</a>
|
1267
|
-
</dt>
|
1268
|
-
<dd></dd>
|
1269
|
-
<dt>
|
1270
|
-
<a class="link" href="gst-plugins-bad-libs-OpenGL-Formats.html#gst-gl-format-type-n-bytes" title="gst_gl_format_type_n_bytes ()">gst_gl_format_type_n_bytes</a>, function in <a class="link" href="gst-plugins-bad-libs-OpenGL-Formats.html" title="GstGlFormat">OpenGL Formats</a>
|
1271
|
-
</dt>
|
1272
|
-
<dd></dd>
|
1273
|
-
<dt>
|
1274
|
-
<a class="link" href="GstGLFramebuffer.html#gst-gl-framebuffer-attach" title="gst_gl_framebuffer_attach ()">gst_gl_framebuffer_attach</a>, function in <a class="link" href="GstGLFramebuffer.html" title="GstGLFramebuffer">GstGLFramebuffer</a>
|
1275
|
-
</dt>
|
1276
|
-
<dd></dd>
|
1277
|
-
<dt>
|
1278
|
-
<a class="link" href="GstGLFramebuffer.html#gst-gl-framebuffer-bind" title="gst_gl_framebuffer_bind ()">gst_gl_framebuffer_bind</a>, function in <a class="link" href="GstGLFramebuffer.html" title="GstGLFramebuffer">GstGLFramebuffer</a>
|
1279
|
-
</dt>
|
1280
|
-
<dd></dd>
|
1281
|
-
<dt>
|
1282
|
-
<a class="link" href="GstGLFramebuffer.html#gst-gl-framebuffer-draw-to-texture" title="gst_gl_framebuffer_draw_to_texture ()">gst_gl_framebuffer_draw_to_texture</a>, function in <a class="link" href="GstGLFramebuffer.html" title="GstGLFramebuffer">GstGLFramebuffer</a>
|
1283
|
-
</dt>
|
1284
|
-
<dd></dd>
|
1285
|
-
<dt>
|
1286
|
-
<a class="link" href="GstGLFramebuffer.html#gst-gl-framebuffer-get-effective-dimensions" title="gst_gl_framebuffer_get_effective_dimensions ()">gst_gl_framebuffer_get_effective_dimensions</a>, function in <a class="link" href="GstGLFramebuffer.html" title="GstGLFramebuffer">GstGLFramebuffer</a>
|
1287
|
-
</dt>
|
1288
|
-
<dd></dd>
|
1289
|
-
<dt>
|
1290
|
-
<a class="link" href="GstGLFramebuffer.html#gst-gl-framebuffer-get-id" title="gst_gl_framebuffer_get_id ()">gst_gl_framebuffer_get_id</a>, function in <a class="link" href="GstGLFramebuffer.html" title="GstGLFramebuffer">GstGLFramebuffer</a>
|
1291
|
-
</dt>
|
1292
|
-
<dd></dd>
|
1293
|
-
<dt>
|
1294
|
-
<a class="link" href="GstGLFramebuffer.html#gst-gl-framebuffer-new" title="gst_gl_framebuffer_new ()">gst_gl_framebuffer_new</a>, function in <a class="link" href="GstGLFramebuffer.html" title="GstGLFramebuffer">GstGLFramebuffer</a>
|
1295
|
-
</dt>
|
1296
|
-
<dd></dd>
|
1297
|
-
<dt>
|
1298
|
-
<a class="link" href="GstGLFramebuffer.html#gst-gl-framebuffer-new-with-default-depth" title="gst_gl_framebuffer_new_with_default_depth ()">gst_gl_framebuffer_new_with_default_depth</a>, function in <a class="link" href="GstGLFramebuffer.html" title="GstGLFramebuffer">GstGLFramebuffer</a>
|
1299
|
-
</dt>
|
1300
|
-
<dd></dd>
|
1301
|
-
<dt>
|
1302
|
-
<a class="link" href="gst-plugins-bad-libs-OpenGL-Miscellaneous-Utilities.html#gst-gl-get-plane-data-size" title="gst_gl_get_plane_data_size ()">gst_gl_get_plane_data_size</a>, function in <a class="link" href="gst-plugins-bad-libs-OpenGL-Miscellaneous-Utilities.html" title="GstGLUtils">OpenGL Miscellaneous Utilities</a>
|
1303
|
-
</dt>
|
1304
|
-
<dd></dd>
|
1305
|
-
<dt>
|
1306
|
-
<a class="link" href="gst-plugins-bad-libs-OpenGL-Miscellaneous-Utilities.html#gst-gl-get-plane-start" title="gst_gl_get_plane_start ()">gst_gl_get_plane_start</a>, function in <a class="link" href="gst-plugins-bad-libs-OpenGL-Miscellaneous-Utilities.html" title="GstGLUtils">OpenGL Miscellaneous Utilities</a>
|
1307
|
-
</dt>
|
1308
|
-
<dd></dd>
|
1309
|
-
<dt>
|
1310
|
-
<a class="link" href="gst-plugins-bad-libs-OpenGL-Miscellaneous-Utilities.html#gst-gl-handle-context-query" title="gst_gl_handle_context_query ()">gst_gl_handle_context_query</a>, function in <a class="link" href="gst-plugins-bad-libs-OpenGL-Miscellaneous-Utilities.html" title="GstGLUtils">OpenGL Miscellaneous Utilities</a>
|
1311
|
-
</dt>
|
1312
|
-
<dd></dd>
|
1313
|
-
<dt>
|
1314
|
-
<a class="link" href="gst-plugins-bad-libs-OpenGL-Miscellaneous-Utilities.html#gst-gl-handle-set-context" title="gst_gl_handle_set_context ()">gst_gl_handle_set_context</a>, function in <a class="link" href="gst-plugins-bad-libs-OpenGL-Miscellaneous-Utilities.html" title="GstGLUtils">OpenGL Miscellaneous Utilities</a>
|
1315
|
-
</dt>
|
1316
|
-
<dd></dd>
|
1317
|
-
<dt>
|
1318
|
-
<a class="link" href="gst-plugins-bad-libs-OpenGL-debugging.html#gst-gl-insert-debug-marker" title="gst_gl_insert_debug_marker ()">gst_gl_insert_debug_marker</a>, function in <a class="link" href="gst-plugins-bad-libs-OpenGL-debugging.html" title="OpenGL debugging">OpenGL Debugging</a>
|
1319
|
-
</dt>
|
1320
|
-
<dd></dd>
|
1321
|
-
<dt>
|
1322
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLMemory.html#gst-gl-memory-allocator-get-default" title="gst_gl_memory_allocator_get_default ()">gst_gl_memory_allocator_get_default</a>, function in <a class="link" href="gst-plugins-bad-libs-GstGLMemory.html" title="GstGlMemory">GstGLMemory</a>
|
1323
|
-
</dt>
|
1324
|
-
<dd></dd>
|
1325
|
-
<dt>
|
1326
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLMemory.html#GST-GL-MEMORY-ALLOCATOR-NAME:CAPS" title="GST_GL_MEMORY_ALLOCATOR_NAME">GST_GL_MEMORY_ALLOCATOR_NAME</a>, macro in <a class="link" href="gst-plugins-bad-libs-GstGLMemory.html" title="GstGlMemory">GstGLMemory</a>
|
1327
|
-
</dt>
|
1328
|
-
<dd></dd>
|
1329
|
-
<dt>
|
1330
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLMemory.html#gst-gl-memory-copy-into" title="gst_gl_memory_copy_into ()">gst_gl_memory_copy_into</a>, function in <a class="link" href="gst-plugins-bad-libs-GstGLMemory.html" title="GstGlMemory">GstGLMemory</a>
|
1331
|
-
</dt>
|
1332
|
-
<dd></dd>
|
1333
|
-
<dt>
|
1334
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLMemory.html#gst-gl-memory-copy-teximage" title="gst_gl_memory_copy_teximage ()">gst_gl_memory_copy_teximage</a>, function in <a class="link" href="gst-plugins-bad-libs-GstGLMemory.html" title="GstGlMemory">GstGLMemory</a>
|
1335
|
-
</dt>
|
1336
|
-
<dd></dd>
|
1337
|
-
<dt>
|
1338
|
-
<a class="link" href="gst-plugins-bad-libs-gstglmemoryegl.html#GST-GL-MEMORY-EGL-ALLOCATOR-NAME:CAPS" title="GST_GL_MEMORY_EGL_ALLOCATOR_NAME">GST_GL_MEMORY_EGL_ALLOCATOR_NAME</a>, macro in <a class="link" href="gst-plugins-bad-libs-gstglmemoryegl.html" title="GstGLMemoryEGL">gstglmemoryegl</a>
|
1339
|
-
</dt>
|
1340
|
-
<dd></dd>
|
1341
|
-
<dt>
|
1342
|
-
<a class="link" href="gst-plugins-bad-libs-gstglmemoryegl.html#gst-gl-memory-egl-get-display" title="gst_gl_memory_egl_get_display ()">gst_gl_memory_egl_get_display</a>, function in <a class="link" href="gst-plugins-bad-libs-gstglmemoryegl.html" title="GstGLMemoryEGL">GstGLMemoryEGL</a>
|
1343
|
-
</dt>
|
1344
|
-
<dd></dd>
|
1345
|
-
<dt>
|
1346
|
-
<a class="link" href="gst-plugins-bad-libs-gstglmemoryegl.html#gst-gl-memory-egl-get-image" title="gst_gl_memory_egl_get_image ()">gst_gl_memory_egl_get_image</a>, function in <a class="link" href="gst-plugins-bad-libs-gstglmemoryegl.html" title="GstGLMemoryEGL">GstGLMemoryEGL</a>
|
1347
|
-
</dt>
|
1348
|
-
<dd></dd>
|
1349
|
-
<dt>
|
1350
|
-
<a class="link" href="gst-plugins-bad-libs-gstglmemoryegl.html#gst-gl-memory-egl-init-once" title="gst_gl_memory_egl_init_once ()">gst_gl_memory_egl_init_once</a>, function in <a class="link" href="gst-plugins-bad-libs-gstglmemoryegl.html" title="GstGLMemoryEGL">GstGLMemoryEGL</a>
|
1351
|
-
</dt>
|
1352
|
-
<dd></dd>
|
1353
|
-
<dt>
|
1354
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLMemory.html#gst-gl-memory-get-texture-format" title="gst_gl_memory_get_texture_format ()">gst_gl_memory_get_texture_format</a>, function in <a class="link" href="gst-plugins-bad-libs-GstGLMemory.html" title="GstGlMemory">GstGLMemory</a>
|
1355
|
-
</dt>
|
1356
|
-
<dd></dd>
|
1357
|
-
<dt>
|
1358
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLMemory.html#gst-gl-memory-get-texture-height" title="gst_gl_memory_get_texture_height ()">gst_gl_memory_get_texture_height</a>, function in <a class="link" href="gst-plugins-bad-libs-GstGLMemory.html" title="GstGlMemory">GstGLMemory</a>
|
1359
|
-
</dt>
|
1360
|
-
<dd></dd>
|
1361
|
-
<dt>
|
1362
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLMemory.html#gst-gl-memory-get-texture-id" title="gst_gl_memory_get_texture_id ()">gst_gl_memory_get_texture_id</a>, function in <a class="link" href="gst-plugins-bad-libs-GstGLMemory.html" title="GstGlMemory">GstGLMemory</a>
|
1363
|
-
</dt>
|
1364
|
-
<dd></dd>
|
1365
|
-
<dt>
|
1366
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLMemory.html#gst-gl-memory-get-texture-target" title="gst_gl_memory_get_texture_target ()">gst_gl_memory_get_texture_target</a>, function in <a class="link" href="gst-plugins-bad-libs-GstGLMemory.html" title="GstGlMemory">GstGLMemory</a>
|
1367
|
-
</dt>
|
1368
|
-
<dd></dd>
|
1369
|
-
<dt>
|
1370
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLMemory.html#gst-gl-memory-get-texture-width" title="gst_gl_memory_get_texture_width ()">gst_gl_memory_get_texture_width</a>, function in <a class="link" href="gst-plugins-bad-libs-GstGLMemory.html" title="GstGlMemory">GstGLMemory</a>
|
1371
|
-
</dt>
|
1372
|
-
<dd></dd>
|
1373
|
-
<dt>
|
1374
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLMemory.html#gst-gl-memory-init" title="gst_gl_memory_init ()">gst_gl_memory_init</a>, function in <a class="link" href="gst-plugins-bad-libs-GstGLMemory.html" title="GstGlMemory">GstGLMemory</a>
|
1375
|
-
</dt>
|
1376
|
-
<dd></dd>
|
1377
|
-
<dt>
|
1378
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLMemory.html#gst-gl-memory-init-once" title="gst_gl_memory_init_once ()">gst_gl_memory_init_once</a>, function in <a class="link" href="gst-plugins-bad-libs-GstGLMemory.html" title="GstGlMemory">GstGLMemory</a>
|
1379
|
-
</dt>
|
1380
|
-
<dd></dd>
|
1381
|
-
<dt>
|
1382
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLMemoryPBO.html#GST-GL-MEMORY-PBO-ALLOCATOR-NAME:CAPS" title="GST_GL_MEMORY_PBO_ALLOCATOR_NAME">GST_GL_MEMORY_PBO_ALLOCATOR_NAME</a>, macro in <a class="link" href="gst-plugins-bad-libs-GstGLMemoryPBO.html" title="GstGLMemoryPBO">GstGLMemoryPBO</a>
|
1383
|
-
</dt>
|
1384
|
-
<dd></dd>
|
1385
|
-
<dt>
|
1386
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLMemoryPBO.html#gst-gl-memory-pbo-copy-into-texture" title="gst_gl_memory_pbo_copy_into_texture ()">gst_gl_memory_pbo_copy_into_texture</a>, function in <a class="link" href="gst-plugins-bad-libs-GstGLMemoryPBO.html" title="GstGLMemoryPBO">GstGLMemoryPBO</a>
|
1387
|
-
</dt>
|
1388
|
-
<dd></dd>
|
1389
|
-
<dt>
|
1390
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLMemoryPBO.html#gst-gl-memory-pbo-download-transfer" title="gst_gl_memory_pbo_download_transfer ()">gst_gl_memory_pbo_download_transfer</a>, function in <a class="link" href="gst-plugins-bad-libs-GstGLMemoryPBO.html" title="GstGLMemoryPBO">GstGLMemoryPBO</a>
|
1391
|
-
</dt>
|
1392
|
-
<dd></dd>
|
1393
|
-
<dt>
|
1394
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLMemoryPBO.html#gst-gl-memory-pbo-init-once" title="gst_gl_memory_pbo_init_once ()">gst_gl_memory_pbo_init_once</a>, function in <a class="link" href="gst-plugins-bad-libs-GstGLMemoryPBO.html" title="GstGLMemoryPBO">GstGLMemoryPBO</a>
|
1395
|
-
</dt>
|
1396
|
-
<dd></dd>
|
1397
|
-
<dt>
|
1398
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLMemoryPBO.html#gst-gl-memory-pbo-upload-transfer" title="gst_gl_memory_pbo_upload_transfer ()">gst_gl_memory_pbo_upload_transfer</a>, function in <a class="link" href="gst-plugins-bad-libs-GstGLMemoryPBO.html" title="GstGLMemoryPBO">GstGLMemoryPBO</a>
|
1399
|
-
</dt>
|
1400
|
-
<dd></dd>
|
1401
|
-
<dt>
|
1402
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLMemory.html#gst-gl-memory-read-pixels" title="gst_gl_memory_read_pixels ()">gst_gl_memory_read_pixels</a>, function in <a class="link" href="gst-plugins-bad-libs-GstGLMemory.html" title="GstGlMemory">GstGLMemory</a>
|
1403
|
-
</dt>
|
1404
|
-
<dd></dd>
|
1405
|
-
<dt>
|
1406
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLMemory.html#gst-gl-memory-setup-buffer" title="gst_gl_memory_setup_buffer ()">gst_gl_memory_setup_buffer</a>, function in <a class="link" href="gst-plugins-bad-libs-GstGLMemory.html" title="GstGlMemory">GstGLMemory</a>
|
1407
|
-
</dt>
|
1408
|
-
<dd></dd>
|
1409
|
-
<dt>
|
1410
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLMemory.html#gst-gl-memory-texsubimage" title="gst_gl_memory_texsubimage ()">gst_gl_memory_texsubimage</a>, function in <a class="link" href="gst-plugins-bad-libs-GstGLMemory.html" title="GstGlMemory">GstGLMemory</a>
|
1411
|
-
</dt>
|
1412
|
-
<dd></dd>
|
1413
|
-
<dt>
|
1414
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLMemory.html#GST-GL-MEMORY-VIDEO-FORMATS-STR:CAPS" title="GST_GL_MEMORY_VIDEO_FORMATS_STR">GST_GL_MEMORY_VIDEO_FORMATS_STR</a>, macro in <a class="link" href="gst-plugins-bad-libs-GstGLMemory.html" title="GstGlMemory">GstGLMemory</a>
|
1415
|
-
</dt>
|
1416
|
-
<dd></dd>
|
1417
|
-
<dt>
|
1418
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLOverlayCompositor.html#gst-gl-overlay-compositor-add-caps" title="gst_gl_overlay_compositor_add_caps ()">gst_gl_overlay_compositor_add_caps</a>, function in <a class="link" href="gst-plugins-bad-libs-GstGLOverlayCompositor.html" title="GstGLOverlayCompositor">GstGLOverlayCompositor</a>
|
1419
|
-
</dt>
|
1420
|
-
<dd></dd>
|
1421
|
-
<dt>
|
1422
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLOverlayCompositor.html#gst-gl-overlay-compositor-draw-overlays" title="gst_gl_overlay_compositor_draw_overlays ()">gst_gl_overlay_compositor_draw_overlays</a>, function in <a class="link" href="gst-plugins-bad-libs-GstGLOverlayCompositor.html" title="GstGLOverlayCompositor">GstGLOverlayCompositor</a>
|
1423
|
-
</dt>
|
1424
|
-
<dd></dd>
|
1425
|
-
<dt>
|
1426
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLOverlayCompositor.html#gst-gl-overlay-compositor-free-overlays" title="gst_gl_overlay_compositor_free_overlays ()">gst_gl_overlay_compositor_free_overlays</a>, function in <a class="link" href="gst-plugins-bad-libs-GstGLOverlayCompositor.html" title="GstGLOverlayCompositor">GstGLOverlayCompositor</a>
|
1427
|
-
</dt>
|
1428
|
-
<dd></dd>
|
1429
|
-
<dt>
|
1430
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLOverlayCompositor.html#gst-gl-overlay-compositor-new" title="gst_gl_overlay_compositor_new ()">gst_gl_overlay_compositor_new</a>, function in <a class="link" href="gst-plugins-bad-libs-GstGLOverlayCompositor.html" title="GstGLOverlayCompositor">GstGLOverlayCompositor</a>
|
1431
|
-
</dt>
|
1432
|
-
<dd></dd>
|
1433
|
-
<dt>
|
1434
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLOverlayCompositor.html#gst-gl-overlay-compositor-upload-overlays" title="gst_gl_overlay_compositor_upload_overlays ()">gst_gl_overlay_compositor_upload_overlays</a>, function in <a class="link" href="gst-plugins-bad-libs-GstGLOverlayCompositor.html" title="GstGLOverlayCompositor">GstGLOverlayCompositor</a>
|
1435
|
-
</dt>
|
1436
|
-
<dd></dd>
|
1437
|
-
<dt>
|
1438
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLAPI.html#gst-gl-platform-from-string" title="gst_gl_platform_from_string ()">gst_gl_platform_from_string</a>, function in <a class="link" href="gst-plugins-bad-libs-GstGLAPI.html" title="GstGlApi">GstGLAPI</a>
|
1439
|
-
</dt>
|
1440
|
-
<dd></dd>
|
1441
|
-
<dt>
|
1442
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLAPI.html#gst-gl-platform-to-string" title="gst_gl_platform_to_string ()">gst_gl_platform_to_string</a>, function in <a class="link" href="gst-plugins-bad-libs-GstGLAPI.html" title="GstGlApi">GstGLAPI</a>
|
1443
|
-
</dt>
|
1444
|
-
<dd></dd>
|
1445
|
-
<dt>
|
1446
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLQuery.html#gst-gl-query-counter" title="gst_gl_query_counter ()">gst_gl_query_counter</a>, function in <a class="link" href="gst-plugins-bad-libs-GstGLQuery.html" title="GstGLQuery">GstGLQuery</a>
|
1447
|
-
</dt>
|
1448
|
-
<dd></dd>
|
1449
|
-
<dt>
|
1450
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLQuery.html#gst-gl-query-counter-log" title="gst_gl_query_counter_log()">gst_gl_query_counter_log</a>, macro in <a class="link" href="gst-plugins-bad-libs-GstGLQuery.html" title="GstGLQuery">GstGLQuery</a>
|
1451
|
-
</dt>
|
1452
|
-
<dd></dd>
|
1453
|
-
<dt>
|
1454
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLQuery.html#gst-gl-query-counter-log-valist" title="gst_gl_query_counter_log_valist()">gst_gl_query_counter_log_valist</a>, macro in <a class="link" href="gst-plugins-bad-libs-GstGLQuery.html" title="GstGLQuery">GstGLQuery</a>
|
1455
|
-
</dt>
|
1456
|
-
<dd></dd>
|
1457
|
-
<dt>
|
1458
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLQuery.html#gst-gl-query-end" title="gst_gl_query_end ()">gst_gl_query_end</a>, function in <a class="link" href="gst-plugins-bad-libs-GstGLQuery.html" title="GstGLQuery">GstGLQuery</a>
|
1459
|
-
</dt>
|
1460
|
-
<dd></dd>
|
1461
|
-
<dt>
|
1462
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLQuery.html#gst-gl-query-free" title="gst_gl_query_free ()">gst_gl_query_free</a>, function in <a class="link" href="gst-plugins-bad-libs-GstGLQuery.html" title="GstGLQuery">GstGLQuery</a>
|
1463
|
-
</dt>
|
1464
|
-
<dd></dd>
|
1465
|
-
<dt>
|
1466
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLQuery.html#gst-gl-query-init" title="gst_gl_query_init ()">gst_gl_query_init</a>, function in <a class="link" href="gst-plugins-bad-libs-GstGLQuery.html" title="GstGLQuery">GstGLQuery</a>
|
1467
|
-
</dt>
|
1468
|
-
<dd></dd>
|
1469
|
-
<dt>
|
1470
|
-
<a class="link" href="gst-plugins-bad-libs-OpenGL-Miscellaneous-Utilities.html#gst-gl-query-local-gl-context" title="gst_gl_query_local_gl_context ()">gst_gl_query_local_gl_context</a>, function in <a class="link" href="gst-plugins-bad-libs-OpenGL-Miscellaneous-Utilities.html" title="GstGLUtils">OpenGL Miscellaneous Utilities</a>
|
1471
|
-
</dt>
|
1472
|
-
<dd></dd>
|
1473
|
-
<dt>
|
1474
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLQuery.html#gst-gl-query-new" title="gst_gl_query_new ()">gst_gl_query_new</a>, function in <a class="link" href="gst-plugins-bad-libs-GstGLQuery.html" title="GstGLQuery">GstGLQuery</a>
|
1475
|
-
</dt>
|
1476
|
-
<dd></dd>
|
1477
|
-
<dt>
|
1478
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLQuery.html#gst-gl-query-result" title="gst_gl_query_result ()">gst_gl_query_result</a>, function in <a class="link" href="gst-plugins-bad-libs-GstGLQuery.html" title="GstGLQuery">GstGLQuery</a>
|
1479
|
-
</dt>
|
1480
|
-
<dd></dd>
|
1481
|
-
<dt>
|
1482
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLQuery.html#gst-gl-query-start" title="gst_gl_query_start ()">gst_gl_query_start</a>, function in <a class="link" href="gst-plugins-bad-libs-GstGLQuery.html" title="GstGLQuery">GstGLQuery</a>
|
1483
|
-
</dt>
|
1484
|
-
<dd></dd>
|
1485
|
-
<dt>
|
1486
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLQuery.html#gst-gl-query-start-log" title="gst_gl_query_start_log()">gst_gl_query_start_log</a>, macro in <a class="link" href="gst-plugins-bad-libs-GstGLQuery.html" title="GstGLQuery">GstGLQuery</a>
|
1487
|
-
</dt>
|
1488
|
-
<dd></dd>
|
1489
|
-
<dt>
|
1490
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLQuery.html#gst-gl-query-start-log-valist" title="gst_gl_query_start_log_valist()">gst_gl_query_start_log_valist</a>, macro in <a class="link" href="gst-plugins-bad-libs-GstGLQuery.html" title="GstGLQuery">GstGLQuery</a>
|
1491
|
-
</dt>
|
1492
|
-
<dd></dd>
|
1493
|
-
<dt>
|
1494
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLQuery.html#gst-gl-query-unset" title="gst_gl_query_unset ()">gst_gl_query_unset</a>, function in <a class="link" href="gst-plugins-bad-libs-GstGLQuery.html" title="GstGLQuery">GstGLQuery</a>
|
1495
|
-
</dt>
|
1496
|
-
<dd></dd>
|
1497
|
-
<dt>
|
1498
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLRenderbuffer.html#gst-gl-renderbuffer-allocation-params-new" title="gst_gl_renderbuffer_allocation_params_new ()">gst_gl_renderbuffer_allocation_params_new</a>, function in <a class="link" href="gst-plugins-bad-libs-GstGLRenderbuffer.html" title="GstGLRenderBuffer">GstGLRenderbuffer</a>
|
1499
|
-
</dt>
|
1500
|
-
<dd></dd>
|
1501
|
-
<dt>
|
1502
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLRenderbuffer.html#gst-gl-renderbuffer-allocation-params-new-wrapped" title="gst_gl_renderbuffer_allocation_params_new_wrapped ()">gst_gl_renderbuffer_allocation_params_new_wrapped</a>, function in <a class="link" href="gst-plugins-bad-libs-GstGLRenderbuffer.html" title="GstGLRenderBuffer">GstGLRenderbuffer</a>
|
1503
|
-
</dt>
|
1504
|
-
<dd></dd>
|
1505
|
-
<dt>
|
1506
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLRenderbuffer.html#GST-GL-RENDERBUFFER-ALLOCATOR-NAME:CAPS" title="GST_GL_RENDERBUFFER_ALLOCATOR_NAME">GST_GL_RENDERBUFFER_ALLOCATOR_NAME</a>, macro in <a class="link" href="gst-plugins-bad-libs-GstGLRenderbuffer.html" title="GstGLRenderBuffer">GstGLRenderbuffer</a>
|
1507
|
-
</dt>
|
1508
|
-
<dd></dd>
|
1509
|
-
<dt>
|
1510
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLRenderbuffer.html#gst-gl-renderbuffer-get-format" title="gst_gl_renderbuffer_get_format ()">gst_gl_renderbuffer_get_format</a>, function in <a class="link" href="gst-plugins-bad-libs-GstGLRenderbuffer.html" title="GstGLRenderBuffer">GstGLRenderbuffer</a>
|
1511
|
-
</dt>
|
1512
|
-
<dd></dd>
|
1513
|
-
<dt>
|
1514
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLRenderbuffer.html#gst-gl-renderbuffer-get-height" title="gst_gl_renderbuffer_get_height ()">gst_gl_renderbuffer_get_height</a>, function in <a class="link" href="gst-plugins-bad-libs-GstGLRenderbuffer.html" title="GstGLRenderBuffer">GstGLRenderbuffer</a>
|
1515
|
-
</dt>
|
1516
|
-
<dd></dd>
|
1517
|
-
<dt>
|
1518
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLRenderbuffer.html#gst-gl-renderbuffer-get-id" title="gst_gl_renderbuffer_get_id ()">gst_gl_renderbuffer_get_id</a>, function in <a class="link" href="gst-plugins-bad-libs-GstGLRenderbuffer.html" title="GstGLRenderBuffer">GstGLRenderbuffer</a>
|
1519
|
-
</dt>
|
1520
|
-
<dd></dd>
|
1521
|
-
<dt>
|
1522
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLRenderbuffer.html#gst-gl-renderbuffer-get-width" title="gst_gl_renderbuffer_get_width ()">gst_gl_renderbuffer_get_width</a>, function in <a class="link" href="gst-plugins-bad-libs-GstGLRenderbuffer.html" title="GstGLRenderBuffer">GstGLRenderbuffer</a>
|
1523
|
-
</dt>
|
1524
|
-
<dd></dd>
|
1525
|
-
<dt>
|
1526
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLRenderbuffer.html#gst-gl-renderbuffer-init-once" title="gst_gl_renderbuffer_init_once ()">gst_gl_renderbuffer_init_once</a>, function in <a class="link" href="gst-plugins-bad-libs-GstGLRenderbuffer.html" title="GstGLRenderBuffer">GstGLRenderbuffer</a>
|
1527
|
-
</dt>
|
1528
|
-
<dd></dd>
|
1529
|
-
<dt>
|
1530
|
-
<a class="link" href="GstGLShader.html#gst-gl-shader-attach" title="gst_gl_shader_attach ()">gst_gl_shader_attach</a>, function in <a class="link" href="GstGLShader.html" title="GstGLShader">GstGLShader</a>
|
1531
|
-
</dt>
|
1532
|
-
<dd></dd>
|
1533
|
-
<dt>
|
1534
|
-
<a class="link" href="GstGLShader.html#gst-gl-shader-attach-unlocked" title="gst_gl_shader_attach_unlocked ()">gst_gl_shader_attach_unlocked</a>, function in <a class="link" href="GstGLShader.html" title="GstGLShader">GstGLShader</a>
|
1535
|
-
</dt>
|
1536
|
-
<dd></dd>
|
1537
|
-
<dt>
|
1538
|
-
<a class="link" href="GstGLShader.html#gst-gl-shader-bind-attribute-location" title="gst_gl_shader_bind_attribute_location ()">gst_gl_shader_bind_attribute_location</a>, function in <a class="link" href="GstGLShader.html" title="GstGLShader">GstGLShader</a>
|
1539
|
-
</dt>
|
1540
|
-
<dd></dd>
|
1541
|
-
<dt>
|
1542
|
-
<a class="link" href="GstGLShader.html#gst-gl-shader-bind-frag-data-location" title="gst_gl_shader_bind_frag_data_location ()">gst_gl_shader_bind_frag_data_location</a>, function in <a class="link" href="GstGLShader.html" title="GstGLShader">GstGLShader</a>
|
1543
|
-
</dt>
|
1544
|
-
<dd></dd>
|
1545
|
-
<dt>
|
1546
|
-
<a class="link" href="GstGLShader.html#gst-gl-shader-compile-attach-stage" title="gst_gl_shader_compile_attach_stage ()">gst_gl_shader_compile_attach_stage</a>, function in <a class="link" href="GstGLShader.html" title="GstGLShader">GstGLShader</a>
|
1547
|
-
</dt>
|
1548
|
-
<dd></dd>
|
1549
|
-
<dt>
|
1550
|
-
<a class="link" href="GstGLShader.html#gst-gl-shader-detach" title="gst_gl_shader_detach ()">gst_gl_shader_detach</a>, function in <a class="link" href="GstGLShader.html" title="GstGLShader">GstGLShader</a>
|
1551
|
-
</dt>
|
1552
|
-
<dd></dd>
|
1553
|
-
<dt>
|
1554
|
-
<a class="link" href="GstGLShader.html#gst-gl-shader-detach-unlocked" title="gst_gl_shader_detach_unlocked ()">gst_gl_shader_detach_unlocked</a>, function in <a class="link" href="GstGLShader.html" title="GstGLShader">GstGLShader</a>
|
1555
|
-
</dt>
|
1556
|
-
<dd></dd>
|
1557
|
-
<dt>
|
1558
|
-
<a class="link" href="GstGLShader.html#gst-gl-shader-get-attribute-location" title="gst_gl_shader_get_attribute_location ()">gst_gl_shader_get_attribute_location</a>, function in <a class="link" href="GstGLShader.html" title="GstGLShader">GstGLShader</a>
|
1559
|
-
</dt>
|
1560
|
-
<dd></dd>
|
1561
|
-
<dt>
|
1562
|
-
<a class="link" href="GstGLShader.html#gst-gl-shader-get-program-handle" title="gst_gl_shader_get_program_handle ()">gst_gl_shader_get_program_handle</a>, function in <a class="link" href="GstGLShader.html" title="GstGLShader">GstGLShader</a>
|
1563
|
-
</dt>
|
1564
|
-
<dd></dd>
|
1565
|
-
<dt>
|
1566
|
-
<a class="link" href="GstGLShader.html#gst-gl-shader-is-linked" title="gst_gl_shader_is_linked ()">gst_gl_shader_is_linked</a>, function in <a class="link" href="GstGLShader.html" title="GstGLShader">GstGLShader</a>
|
1567
|
-
</dt>
|
1568
|
-
<dd></dd>
|
1569
|
-
<dt>
|
1570
|
-
<a class="link" href="GstGLShader.html#gst-gl-shader-link" title="gst_gl_shader_link ()">gst_gl_shader_link</a>, function in <a class="link" href="GstGLShader.html" title="GstGLShader">GstGLShader</a>
|
1571
|
-
</dt>
|
1572
|
-
<dd></dd>
|
1573
|
-
<dt>
|
1574
|
-
<a class="link" href="GstGLShader.html#gst-gl-shader-new" title="gst_gl_shader_new ()">gst_gl_shader_new</a>, function in <a class="link" href="GstGLShader.html" title="GstGLShader">GstGLShader</a>
|
1575
|
-
</dt>
|
1576
|
-
<dd></dd>
|
1577
|
-
<dt>
|
1578
|
-
<a class="link" href="GstGLShader.html#gst-gl-shader-new-default" title="gst_gl_shader_new_default ()">gst_gl_shader_new_default</a>, function in <a class="link" href="GstGLShader.html" title="GstGLShader">GstGLShader</a>
|
1579
|
-
</dt>
|
1580
|
-
<dd></dd>
|
1581
|
-
<dt>
|
1582
|
-
<a class="link" href="GstGLShader.html#gst-gl-shader-new-link-with-stages" title="gst_gl_shader_new_link_with_stages ()">gst_gl_shader_new_link_with_stages</a>, function in <a class="link" href="GstGLShader.html" title="GstGLShader">GstGLShader</a>
|
1583
|
-
</dt>
|
1584
|
-
<dd></dd>
|
1585
|
-
<dt>
|
1586
|
-
<a class="link" href="GstGLShader.html#gst-gl-shader-new-with-stages" title="gst_gl_shader_new_with_stages ()">gst_gl_shader_new_with_stages</a>, function in <a class="link" href="GstGLShader.html" title="GstGLShader">GstGLShader</a>
|
1587
|
-
</dt>
|
1588
|
-
<dd></dd>
|
1589
|
-
<dt>
|
1590
|
-
<a class="link" href="GstGLShader.html#gst-gl-shader-release" title="gst_gl_shader_release ()">gst_gl_shader_release</a>, function in <a class="link" href="GstGLShader.html" title="GstGLShader">GstGLShader</a>
|
1591
|
-
</dt>
|
1592
|
-
<dd></dd>
|
1593
|
-
<dt>
|
1594
|
-
<a class="link" href="GstGLShader.html#gst-gl-shader-release-unlocked" title="gst_gl_shader_release_unlocked ()">gst_gl_shader_release_unlocked</a>, function in <a class="link" href="GstGLShader.html" title="GstGLShader">GstGLShader</a>
|
1595
|
-
</dt>
|
1596
|
-
<dd></dd>
|
1597
|
-
<dt>
|
1598
|
-
<a class="link" href="GstGLShader.html#gst-gl-shader-set-uniform-1f" title="gst_gl_shader_set_uniform_1f ()">gst_gl_shader_set_uniform_1f</a>, function in <a class="link" href="GstGLShader.html" title="GstGLShader">GstGLShader</a>
|
1599
|
-
</dt>
|
1600
|
-
<dd></dd>
|
1601
|
-
<dt>
|
1602
|
-
<a class="link" href="GstGLShader.html#gst-gl-shader-set-uniform-1fv" title="gst_gl_shader_set_uniform_1fv ()">gst_gl_shader_set_uniform_1fv</a>, function in <a class="link" href="GstGLShader.html" title="GstGLShader">GstGLShader</a>
|
1603
|
-
</dt>
|
1604
|
-
<dd></dd>
|
1605
|
-
<dt>
|
1606
|
-
<a class="link" href="GstGLShader.html#gst-gl-shader-set-uniform-1i" title="gst_gl_shader_set_uniform_1i ()">gst_gl_shader_set_uniform_1i</a>, function in <a class="link" href="GstGLShader.html" title="GstGLShader">GstGLShader</a>
|
1607
|
-
</dt>
|
1608
|
-
<dd></dd>
|
1609
|
-
<dt>
|
1610
|
-
<a class="link" href="GstGLShader.html#gst-gl-shader-set-uniform-1iv" title="gst_gl_shader_set_uniform_1iv ()">gst_gl_shader_set_uniform_1iv</a>, function in <a class="link" href="GstGLShader.html" title="GstGLShader">GstGLShader</a>
|
1611
|
-
</dt>
|
1612
|
-
<dd></dd>
|
1613
|
-
<dt>
|
1614
|
-
<a class="link" href="GstGLShader.html#gst-gl-shader-set-uniform-2f" title="gst_gl_shader_set_uniform_2f ()">gst_gl_shader_set_uniform_2f</a>, function in <a class="link" href="GstGLShader.html" title="GstGLShader">GstGLShader</a>
|
1615
|
-
</dt>
|
1616
|
-
<dd></dd>
|
1617
|
-
<dt>
|
1618
|
-
<a class="link" href="GstGLShader.html#gst-gl-shader-set-uniform-2fv" title="gst_gl_shader_set_uniform_2fv ()">gst_gl_shader_set_uniform_2fv</a>, function in <a class="link" href="GstGLShader.html" title="GstGLShader">GstGLShader</a>
|
1619
|
-
</dt>
|
1620
|
-
<dd></dd>
|
1621
|
-
<dt>
|
1622
|
-
<a class="link" href="GstGLShader.html#gst-gl-shader-set-uniform-2i" title="gst_gl_shader_set_uniform_2i ()">gst_gl_shader_set_uniform_2i</a>, function in <a class="link" href="GstGLShader.html" title="GstGLShader">GstGLShader</a>
|
1623
|
-
</dt>
|
1624
|
-
<dd></dd>
|
1625
|
-
<dt>
|
1626
|
-
<a class="link" href="GstGLShader.html#gst-gl-shader-set-uniform-2iv" title="gst_gl_shader_set_uniform_2iv ()">gst_gl_shader_set_uniform_2iv</a>, function in <a class="link" href="GstGLShader.html" title="GstGLShader">GstGLShader</a>
|
1627
|
-
</dt>
|
1628
|
-
<dd></dd>
|
1629
|
-
<dt>
|
1630
|
-
<a class="link" href="GstGLShader.html#gst-gl-shader-set-uniform-3f" title="gst_gl_shader_set_uniform_3f ()">gst_gl_shader_set_uniform_3f</a>, function in <a class="link" href="GstGLShader.html" title="GstGLShader">GstGLShader</a>
|
1631
|
-
</dt>
|
1632
|
-
<dd></dd>
|
1633
|
-
<dt>
|
1634
|
-
<a class="link" href="GstGLShader.html#gst-gl-shader-set-uniform-3fv" title="gst_gl_shader_set_uniform_3fv ()">gst_gl_shader_set_uniform_3fv</a>, function in <a class="link" href="GstGLShader.html" title="GstGLShader">GstGLShader</a>
|
1635
|
-
</dt>
|
1636
|
-
<dd></dd>
|
1637
|
-
<dt>
|
1638
|
-
<a class="link" href="GstGLShader.html#gst-gl-shader-set-uniform-3i" title="gst_gl_shader_set_uniform_3i ()">gst_gl_shader_set_uniform_3i</a>, function in <a class="link" href="GstGLShader.html" title="GstGLShader">GstGLShader</a>
|
1639
|
-
</dt>
|
1640
|
-
<dd></dd>
|
1641
|
-
<dt>
|
1642
|
-
<a class="link" href="GstGLShader.html#gst-gl-shader-set-uniform-3iv" title="gst_gl_shader_set_uniform_3iv ()">gst_gl_shader_set_uniform_3iv</a>, function in <a class="link" href="GstGLShader.html" title="GstGLShader">GstGLShader</a>
|
1643
|
-
</dt>
|
1644
|
-
<dd></dd>
|
1645
|
-
<dt>
|
1646
|
-
<a class="link" href="GstGLShader.html#gst-gl-shader-set-uniform-4f" title="gst_gl_shader_set_uniform_4f ()">gst_gl_shader_set_uniform_4f</a>, function in <a class="link" href="GstGLShader.html" title="GstGLShader">GstGLShader</a>
|
1647
|
-
</dt>
|
1648
|
-
<dd></dd>
|
1649
|
-
<dt>
|
1650
|
-
<a class="link" href="GstGLShader.html#gst-gl-shader-set-uniform-4fv" title="gst_gl_shader_set_uniform_4fv ()">gst_gl_shader_set_uniform_4fv</a>, function in <a class="link" href="GstGLShader.html" title="GstGLShader">GstGLShader</a>
|
1651
|
-
</dt>
|
1652
|
-
<dd></dd>
|
1653
|
-
<dt>
|
1654
|
-
<a class="link" href="GstGLShader.html#gst-gl-shader-set-uniform-4i" title="gst_gl_shader_set_uniform_4i ()">gst_gl_shader_set_uniform_4i</a>, function in <a class="link" href="GstGLShader.html" title="GstGLShader">GstGLShader</a>
|
1655
|
-
</dt>
|
1656
|
-
<dd></dd>
|
1657
|
-
<dt>
|
1658
|
-
<a class="link" href="GstGLShader.html#gst-gl-shader-set-uniform-4iv" title="gst_gl_shader_set_uniform_4iv ()">gst_gl_shader_set_uniform_4iv</a>, function in <a class="link" href="GstGLShader.html" title="GstGLShader">GstGLShader</a>
|
1659
|
-
</dt>
|
1660
|
-
<dd></dd>
|
1661
|
-
<dt>
|
1662
|
-
<a class="link" href="GstGLShader.html#gst-gl-shader-set-uniform-matrix-2fv" title="gst_gl_shader_set_uniform_matrix_2fv ()">gst_gl_shader_set_uniform_matrix_2fv</a>, function in <a class="link" href="GstGLShader.html" title="GstGLShader">GstGLShader</a>
|
1663
|
-
</dt>
|
1664
|
-
<dd></dd>
|
1665
|
-
<dt>
|
1666
|
-
<a class="link" href="GstGLShader.html#gst-gl-shader-set-uniform-matrix-2x3fv" title="gst_gl_shader_set_uniform_matrix_2x3fv ()">gst_gl_shader_set_uniform_matrix_2x3fv</a>, function in <a class="link" href="GstGLShader.html" title="GstGLShader">GstGLShader</a>
|
1667
|
-
</dt>
|
1668
|
-
<dd></dd>
|
1669
|
-
<dt>
|
1670
|
-
<a class="link" href="GstGLShader.html#gst-gl-shader-set-uniform-matrix-2x4fv" title="gst_gl_shader_set_uniform_matrix_2x4fv ()">gst_gl_shader_set_uniform_matrix_2x4fv</a>, function in <a class="link" href="GstGLShader.html" title="GstGLShader">GstGLShader</a>
|
1671
|
-
</dt>
|
1672
|
-
<dd></dd>
|
1673
|
-
<dt>
|
1674
|
-
<a class="link" href="GstGLShader.html#gst-gl-shader-set-uniform-matrix-3fv" title="gst_gl_shader_set_uniform_matrix_3fv ()">gst_gl_shader_set_uniform_matrix_3fv</a>, function in <a class="link" href="GstGLShader.html" title="GstGLShader">GstGLShader</a>
|
1675
|
-
</dt>
|
1676
|
-
<dd></dd>
|
1677
|
-
<dt>
|
1678
|
-
<a class="link" href="GstGLShader.html#gst-gl-shader-set-uniform-matrix-3x2fv" title="gst_gl_shader_set_uniform_matrix_3x2fv ()">gst_gl_shader_set_uniform_matrix_3x2fv</a>, function in <a class="link" href="GstGLShader.html" title="GstGLShader">GstGLShader</a>
|
1679
|
-
</dt>
|
1680
|
-
<dd></dd>
|
1681
|
-
<dt>
|
1682
|
-
<a class="link" href="GstGLShader.html#gst-gl-shader-set-uniform-matrix-3x4fv" title="gst_gl_shader_set_uniform_matrix_3x4fv ()">gst_gl_shader_set_uniform_matrix_3x4fv</a>, function in <a class="link" href="GstGLShader.html" title="GstGLShader">GstGLShader</a>
|
1683
|
-
</dt>
|
1684
|
-
<dd></dd>
|
1685
|
-
<dt>
|
1686
|
-
<a class="link" href="GstGLShader.html#gst-gl-shader-set-uniform-matrix-4fv" title="gst_gl_shader_set_uniform_matrix_4fv ()">gst_gl_shader_set_uniform_matrix_4fv</a>, function in <a class="link" href="GstGLShader.html" title="GstGLShader">GstGLShader</a>
|
1687
|
-
</dt>
|
1688
|
-
<dd></dd>
|
1689
|
-
<dt>
|
1690
|
-
<a class="link" href="GstGLShader.html#gst-gl-shader-set-uniform-matrix-4x2fv" title="gst_gl_shader_set_uniform_matrix_4x2fv ()">gst_gl_shader_set_uniform_matrix_4x2fv</a>, function in <a class="link" href="GstGLShader.html" title="GstGLShader">GstGLShader</a>
|
1691
|
-
</dt>
|
1692
|
-
<dd></dd>
|
1693
|
-
<dt>
|
1694
|
-
<a class="link" href="GstGLShader.html#gst-gl-shader-set-uniform-matrix-4x3fv" title="gst_gl_shader_set_uniform_matrix_4x3fv ()">gst_gl_shader_set_uniform_matrix_4x3fv</a>, function in <a class="link" href="GstGLShader.html" title="GstGLShader">GstGLShader</a>
|
1695
|
-
</dt>
|
1696
|
-
<dd></dd>
|
1697
|
-
<dt>
|
1698
|
-
<a class="link" href="GstGLShader.html#gst-gl-shader-use" title="gst_gl_shader_use ()">gst_gl_shader_use</a>, function in <a class="link" href="GstGLShader.html" title="GstGLShader">GstGLShader</a>
|
1699
|
-
</dt>
|
1700
|
-
<dd></dd>
|
1701
|
-
<dt>
|
1702
|
-
<a class="link" href="gst-plugins-bad-libs-OpenGL-Formats.html#gst-gl-sized-gl-format-from-gl-format-type" title="gst_gl_sized_gl_format_from_gl_format_type ()">gst_gl_sized_gl_format_from_gl_format_type</a>, function in <a class="link" href="gst-plugins-bad-libs-OpenGL-Formats.html" title="GstGlFormat">OpenGL Formats</a>
|
1703
|
-
</dt>
|
1704
|
-
<dd></dd>
|
1705
|
-
<dt>
|
1706
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLSyncMeta.html#gst-gl-sync-meta-get-info" title="gst_gl_sync_meta_get_info ()">gst_gl_sync_meta_get_info</a>, function in <a class="link" href="gst-plugins-bad-libs-GstGLSyncMeta.html" title="GstGLSyncMeta">GstGLSyncMeta</a>
|
1707
|
-
</dt>
|
1708
|
-
<dd></dd>
|
1709
|
-
<dt>
|
1710
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLSyncMeta.html#gst-gl-sync-meta-set-sync-point" title="gst_gl_sync_meta_set_sync_point ()">gst_gl_sync_meta_set_sync_point</a>, function in <a class="link" href="gst-plugins-bad-libs-GstGLSyncMeta.html" title="GstGLSyncMeta">GstGLSyncMeta</a>
|
1711
|
-
</dt>
|
1712
|
-
<dd></dd>
|
1713
|
-
<dt>
|
1714
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLSyncMeta.html#gst-gl-sync-meta-wait" title="gst_gl_sync_meta_wait ()">gst_gl_sync_meta_wait</a>, function in <a class="link" href="gst-plugins-bad-libs-GstGLSyncMeta.html" title="GstGLSyncMeta">GstGLSyncMeta</a>
|
1715
|
-
</dt>
|
1716
|
-
<dd></dd>
|
1717
|
-
<dt>
|
1718
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLSyncMeta.html#gst-gl-sync-meta-wait-cpu" title="gst_gl_sync_meta_wait_cpu ()">gst_gl_sync_meta_wait_cpu</a>, function in <a class="link" href="gst-plugins-bad-libs-GstGLSyncMeta.html" title="GstGLSyncMeta">GstGLSyncMeta</a>
|
1719
|
-
</dt>
|
1720
|
-
<dd></dd>
|
1721
|
-
<dt>
|
1722
|
-
<a class="link" href="gst-plugins-bad-libs-OpenGL-Formats.html#GST-GL-TEXTURE-TARGET-2D-STR:CAPS" title="GST_GL_TEXTURE_TARGET_2D_STR">GST_GL_TEXTURE_TARGET_2D_STR</a>, macro in <a class="link" href="gst-plugins-bad-libs-OpenGL-Formats.html" title="GstGlFormat">OpenGL Formats</a>
|
1723
|
-
</dt>
|
1724
|
-
<dd></dd>
|
1725
|
-
<dt>
|
1726
|
-
<a class="link" href="gst-plugins-bad-libs-OpenGL-Formats.html#GST-GL-TEXTURE-TARGET-EXTERNAL-OES-STR:CAPS" title="GST_GL_TEXTURE_TARGET_EXTERNAL_OES_STR">GST_GL_TEXTURE_TARGET_EXTERNAL_OES_STR</a>, macro in <a class="link" href="gst-plugins-bad-libs-OpenGL-Formats.html" title="GstGlFormat">OpenGL Formats</a>
|
1727
|
-
</dt>
|
1728
|
-
<dd></dd>
|
1729
|
-
<dt>
|
1730
|
-
<a class="link" href="gst-plugins-bad-libs-OpenGL-Formats.html#gst-gl-texture-target-from-gl" title="gst_gl_texture_target_from_gl ()">gst_gl_texture_target_from_gl</a>, function in <a class="link" href="gst-plugins-bad-libs-OpenGL-Formats.html" title="GstGlFormat">OpenGL Formats</a>
|
1731
|
-
</dt>
|
1732
|
-
<dd></dd>
|
1733
|
-
<dt>
|
1734
|
-
<a class="link" href="gst-plugins-bad-libs-OpenGL-Formats.html#gst-gl-texture-target-from-string" title="gst_gl_texture_target_from_string ()">gst_gl_texture_target_from_string</a>, function in <a class="link" href="gst-plugins-bad-libs-OpenGL-Formats.html" title="GstGlFormat">OpenGL Formats</a>
|
1735
|
-
</dt>
|
1736
|
-
<dd></dd>
|
1737
|
-
<dt>
|
1738
|
-
<a class="link" href="gst-plugins-bad-libs-OpenGL-Formats.html#GST-GL-TEXTURE-TARGET-RECTANGLE-STR:CAPS" title="GST_GL_TEXTURE_TARGET_RECTANGLE_STR">GST_GL_TEXTURE_TARGET_RECTANGLE_STR</a>, macro in <a class="link" href="gst-plugins-bad-libs-OpenGL-Formats.html" title="GstGlFormat">OpenGL Formats</a>
|
1739
|
-
</dt>
|
1740
|
-
<dd></dd>
|
1741
|
-
<dt>
|
1742
|
-
<a class="link" href="gst-plugins-bad-libs-OpenGL-Formats.html#gst-gl-texture-target-to-buffer-pool-option" title="gst_gl_texture_target_to_buffer_pool_option ()">gst_gl_texture_target_to_buffer_pool_option</a>, function in <a class="link" href="gst-plugins-bad-libs-OpenGL-Formats.html" title="GstGlFormat">OpenGL Formats</a>
|
1743
|
-
</dt>
|
1744
|
-
<dd></dd>
|
1745
|
-
<dt>
|
1746
|
-
<a class="link" href="gst-plugins-bad-libs-OpenGL-Formats.html#gst-gl-texture-target-to-gl" title="gst_gl_texture_target_to_gl ()">gst_gl_texture_target_to_gl</a>, function in <a class="link" href="gst-plugins-bad-libs-OpenGL-Formats.html" title="GstGlFormat">OpenGL Formats</a>
|
1747
|
-
</dt>
|
1748
|
-
<dd></dd>
|
1749
|
-
<dt>
|
1750
|
-
<a class="link" href="gst-plugins-bad-libs-OpenGL-Formats.html#gst-gl-texture-target-to-string" title="gst_gl_texture_target_to_string ()">gst_gl_texture_target_to_string</a>, function in <a class="link" href="gst-plugins-bad-libs-OpenGL-Formats.html" title="GstGlFormat">OpenGL Formats</a>
|
1751
|
-
</dt>
|
1752
|
-
<dd></dd>
|
1753
|
-
<dt>
|
1754
|
-
<a class="link" href="GstGLUpload.html#gst-gl-upload-get-caps" title="gst_gl_upload_get_caps ()">gst_gl_upload_get_caps</a>, function in <a class="link" href="GstGLUpload.html" title="GstGLUpload">GstGLUpload</a>
|
1755
|
-
</dt>
|
1756
|
-
<dd></dd>
|
1757
|
-
<dt>
|
1758
|
-
<a class="link" href="GstGLUpload.html#gst-gl-upload-get-input-template-caps" title="gst_gl_upload_get_input_template_caps ()">gst_gl_upload_get_input_template_caps</a>, function in <a class="link" href="GstGLUpload.html" title="GstGLUpload">GstGLUpload</a>
|
1759
|
-
</dt>
|
1760
|
-
<dd></dd>
|
1761
|
-
<dt>
|
1762
|
-
<a class="link" href="GstGLUpload.html#gst-gl-upload-new" title="gst_gl_upload_new ()">gst_gl_upload_new</a>, function in <a class="link" href="GstGLUpload.html" title="GstGLUpload">GstGLUpload</a>
|
1763
|
-
</dt>
|
1764
|
-
<dd></dd>
|
1765
|
-
<dt>
|
1766
|
-
<a class="link" href="GstGLUpload.html#gst-gl-upload-perform-with-buffer" title="gst_gl_upload_perform_with_buffer ()">gst_gl_upload_perform_with_buffer</a>, function in <a class="link" href="GstGLUpload.html" title="GstGLUpload">GstGLUpload</a>
|
1767
|
-
</dt>
|
1768
|
-
<dd></dd>
|
1769
|
-
<dt>
|
1770
|
-
<a class="link" href="GstGLUpload.html#gst-gl-upload-propose-allocation" title="gst_gl_upload_propose_allocation ()">gst_gl_upload_propose_allocation</a>, function in <a class="link" href="GstGLUpload.html" title="GstGLUpload">GstGLUpload</a>
|
1771
|
-
</dt>
|
1772
|
-
<dd></dd>
|
1773
|
-
<dt>
|
1774
|
-
<a class="link" href="GstGLUpload.html#gst-gl-upload-set-caps" title="gst_gl_upload_set_caps ()">gst_gl_upload_set_caps</a>, function in <a class="link" href="GstGLUpload.html" title="GstGLUpload">GstGLUpload</a>
|
1775
|
-
</dt>
|
1776
|
-
<dd></dd>
|
1777
|
-
<dt>
|
1778
|
-
<a class="link" href="GstGLUpload.html#gst-gl-upload-set-context" title="gst_gl_upload_set_context ()">gst_gl_upload_set_context</a>, function in <a class="link" href="GstGLUpload.html" title="GstGLUpload">GstGLUpload</a>
|
1779
|
-
</dt>
|
1780
|
-
<dd></dd>
|
1781
|
-
<dt>
|
1782
|
-
<a class="link" href="GstGLUpload.html#gst-gl-upload-transform-caps" title="gst_gl_upload_transform_caps ()">gst_gl_upload_transform_caps</a>, function in <a class="link" href="GstGLUpload.html" title="GstGLUpload">GstGLUpload</a>
|
1783
|
-
</dt>
|
1784
|
-
<dd></dd>
|
1785
|
-
<dt>
|
1786
|
-
<a class="link" href="gst-plugins-bad-libs-OpenGL-Miscellaneous-Utilities.html#gst-gl-value-get-texture-target-mask" title="gst_gl_value_get_texture_target_mask ()">gst_gl_value_get_texture_target_mask</a>, function in <a class="link" href="gst-plugins-bad-libs-OpenGL-Miscellaneous-Utilities.html" title="GstGLUtils">OpenGL Miscellaneous Utilities</a>
|
1787
|
-
</dt>
|
1788
|
-
<dd></dd>
|
1789
|
-
<dt>
|
1790
|
-
<a class="link" href="gst-plugins-bad-libs-OpenGL-Miscellaneous-Utilities.html#gst-gl-value-set-texture-target" title="gst_gl_value_set_texture_target ()">gst_gl_value_set_texture_target</a>, function in <a class="link" href="gst-plugins-bad-libs-OpenGL-Miscellaneous-Utilities.html" title="GstGLUtils">OpenGL Miscellaneous Utilities</a>
|
1791
|
-
</dt>
|
1792
|
-
<dd></dd>
|
1793
|
-
<dt>
|
1794
|
-
<a class="link" href="gst-plugins-bad-libs-OpenGL-Miscellaneous-Utilities.html#gst-gl-value-set-texture-target-from-mask" title="gst_gl_value_set_texture_target_from_mask ()">gst_gl_value_set_texture_target_from_mask</a>, function in <a class="link" href="gst-plugins-bad-libs-OpenGL-Miscellaneous-Utilities.html" title="GstGLUtils">OpenGL Miscellaneous Utilities</a>
|
1795
|
-
</dt>
|
1796
|
-
<dd></dd>
|
1797
|
-
<dt>
|
1798
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLSL.html#gst-gl-version-to-glsl-version" title="gst_gl_version_to_glsl_version ()">gst_gl_version_to_glsl_version</a>, function in <a class="link" href="gst-plugins-bad-libs-GstGLSL.html" title="GstGLSL">GstGLSL</a>
|
1799
|
-
</dt>
|
1800
|
-
<dd></dd>
|
1801
|
-
<dt>
|
1802
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLMemory.html#gst-gl-video-allocation-params-copy-data" title="gst_gl_video_allocation_params_copy_data ()">gst_gl_video_allocation_params_copy_data</a>, function in <a class="link" href="gst-plugins-bad-libs-GstGLMemory.html" title="GstGlMemory">GstGLMemory</a>
|
1803
|
-
</dt>
|
1804
|
-
<dd></dd>
|
1805
|
-
<dt>
|
1806
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLMemory.html#gst-gl-video-allocation-params-free-data" title="gst_gl_video_allocation_params_free_data ()">gst_gl_video_allocation_params_free_data</a>, function in <a class="link" href="gst-plugins-bad-libs-GstGLMemory.html" title="GstGlMemory">GstGLMemory</a>
|
1807
|
-
</dt>
|
1808
|
-
<dd></dd>
|
1809
|
-
<dt>
|
1810
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLMemory.html#gst-gl-video-allocation-params-init-full" title="gst_gl_video_allocation_params_init_full ()">gst_gl_video_allocation_params_init_full</a>, function in <a class="link" href="gst-plugins-bad-libs-GstGLMemory.html" title="GstGlMemory">GstGLMemory</a>
|
1811
|
-
</dt>
|
1812
|
-
<dd></dd>
|
1813
|
-
<dt>
|
1814
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLMemory.html#gst-gl-video-allocation-params-new" title="gst_gl_video_allocation_params_new ()">gst_gl_video_allocation_params_new</a>, function in <a class="link" href="gst-plugins-bad-libs-GstGLMemory.html" title="GstGlMemory">GstGLMemory</a>
|
1815
|
-
</dt>
|
1816
|
-
<dd></dd>
|
1817
|
-
<dt>
|
1818
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLMemory.html#gst-gl-video-allocation-params-new-wrapped-data" title="gst_gl_video_allocation_params_new_wrapped_data ()">gst_gl_video_allocation_params_new_wrapped_data</a>, function in <a class="link" href="gst-plugins-bad-libs-GstGLMemory.html" title="GstGlMemory">GstGLMemory</a>
|
1819
|
-
</dt>
|
1820
|
-
<dd></dd>
|
1821
|
-
<dt>
|
1822
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLMemory.html#gst-gl-video-allocation-params-new-wrapped-gl-handle" title="gst_gl_video_allocation_params_new_wrapped_gl_handle ()">gst_gl_video_allocation_params_new_wrapped_gl_handle</a>, function in <a class="link" href="gst-plugins-bad-libs-GstGLMemory.html" title="GstGlMemory">GstGLMemory</a>
|
1823
|
-
</dt>
|
1824
|
-
<dd></dd>
|
1825
|
-
<dt>
|
1826
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLMemory.html#gst-gl-video-allocation-params-new-wrapped-texture" title="gst_gl_video_allocation_params_new_wrapped_texture ()">gst_gl_video_allocation_params_new_wrapped_texture</a>, function in <a class="link" href="gst-plugins-bad-libs-GstGLMemory.html" title="GstGlMemory">GstGLMemory</a>
|
1827
|
-
</dt>
|
1828
|
-
<dd></dd>
|
1829
|
-
<dt>
|
1830
|
-
<a class="link" href="GstGLViewConvert.html#gst-gl-view-convert-fixate-caps" title="gst_gl_view_convert_fixate_caps ()">gst_gl_view_convert_fixate_caps</a>, function in <a class="link" href="GstGLViewConvert.html" title="GstGLViewConvert">GstGLViewConvert</a>
|
1831
|
-
</dt>
|
1832
|
-
<dd></dd>
|
1833
|
-
<dt>
|
1834
|
-
<a class="link" href="GstGLViewConvert.html#gst-gl-view-convert-get-output" title="gst_gl_view_convert_get_output ()">gst_gl_view_convert_get_output</a>, function in <a class="link" href="GstGLViewConvert.html" title="GstGLViewConvert">GstGLViewConvert</a>
|
1835
|
-
</dt>
|
1836
|
-
<dd></dd>
|
1837
|
-
<dt>
|
1838
|
-
<a class="link" href="GstGLViewConvert.html#gst-gl-view-convert-new" title="gst_gl_view_convert_new ()">gst_gl_view_convert_new</a>, function in <a class="link" href="GstGLViewConvert.html" title="GstGLViewConvert">GstGLViewConvert</a>
|
1839
|
-
</dt>
|
1840
|
-
<dd></dd>
|
1841
|
-
<dt>
|
1842
|
-
<a class="link" href="GstGLViewConvert.html#gst-gl-view-convert-perform" title="gst_gl_view_convert_perform ()">gst_gl_view_convert_perform</a>, function in <a class="link" href="GstGLViewConvert.html" title="GstGLViewConvert">GstGLViewConvert</a>
|
1843
|
-
</dt>
|
1844
|
-
<dd></dd>
|
1845
|
-
<dt>
|
1846
|
-
<a class="link" href="GstGLViewConvert.html#gst-gl-view-convert-reset" title="gst_gl_view_convert_reset ()">gst_gl_view_convert_reset</a>, function in <a class="link" href="GstGLViewConvert.html" title="GstGLViewConvert">GstGLViewConvert</a>
|
1847
|
-
</dt>
|
1848
|
-
<dd></dd>
|
1849
|
-
<dt>
|
1850
|
-
<a class="link" href="GstGLViewConvert.html#gst-gl-view-convert-set-caps" title="gst_gl_view_convert_set_caps ()">gst_gl_view_convert_set_caps</a>, function in <a class="link" href="GstGLViewConvert.html" title="GstGLViewConvert">GstGLViewConvert</a>
|
1851
|
-
</dt>
|
1852
|
-
<dd></dd>
|
1853
|
-
<dt>
|
1854
|
-
<a class="link" href="GstGLViewConvert.html#gst-gl-view-convert-set-context" title="gst_gl_view_convert_set_context ()">gst_gl_view_convert_set_context</a>, function in <a class="link" href="GstGLViewConvert.html" title="GstGLViewConvert">GstGLViewConvert</a>
|
1855
|
-
</dt>
|
1856
|
-
<dd></dd>
|
1857
|
-
<dt>
|
1858
|
-
<a class="link" href="GstGLViewConvert.html#gst-gl-view-convert-submit-input-buffer" title="gst_gl_view_convert_submit_input_buffer ()">gst_gl_view_convert_submit_input_buffer</a>, function in <a class="link" href="GstGLViewConvert.html" title="GstGLViewConvert">GstGLViewConvert</a>
|
1859
|
-
</dt>
|
1860
|
-
<dd></dd>
|
1861
|
-
<dt>
|
1862
|
-
<a class="link" href="GstGLViewConvert.html#gst-gl-view-convert-transform-caps" title="gst_gl_view_convert_transform_caps ()">gst_gl_view_convert_transform_caps</a>, function in <a class="link" href="GstGLViewConvert.html" title="GstGLViewConvert">GstGLViewConvert</a>
|
1863
|
-
</dt>
|
1864
|
-
<dd></dd>
|
1865
|
-
<dt>
|
1866
|
-
gst_gl_window_android_egl_new, function in GstGLWindowAndroid
|
1867
|
-
</dt>
|
1868
|
-
<dd></dd>
|
1869
|
-
<dt>
|
1870
|
-
<a class="link" href="GstGLWindow.html#GST-GL-WINDOW-CB:CAPS" title="GST_GL_WINDOW_CB()">GST_GL_WINDOW_CB</a>, macro in <a class="link" href="GstGLWindow.html" title="GstGLWindow">GstGLWindow</a>
|
1871
|
-
</dt>
|
1872
|
-
<dd></dd>
|
1873
|
-
<dt>
|
1874
|
-
gst_gl_window_cocoa_create_window, function in GstGLWindowCocoa
|
1875
|
-
</dt>
|
1876
|
-
<dd></dd>
|
1877
|
-
<dt>
|
1878
|
-
gst_gl_window_cocoa_new, function in GstGLWindowCocoa
|
1879
|
-
</dt>
|
1880
|
-
<dd></dd>
|
1881
|
-
<dt>
|
1882
|
-
gst_gl_window_dispmanx_egl_new, function in GstGLWindowDispmanx
|
1883
|
-
</dt>
|
1884
|
-
<dd></dd>
|
1885
|
-
<dt>
|
1886
|
-
<a class="link" href="GstGLWindow.html#gst-gl-window-draw" title="gst_gl_window_draw ()">gst_gl_window_draw</a>, function in <a class="link" href="GstGLWindow.html" title="GstGLWindow">GstGLWindow</a>
|
1887
|
-
</dt>
|
1888
|
-
<dd></dd>
|
1889
|
-
<dt>
|
1890
|
-
<a class="link" href="GstGLWindow.html#GST-GL-WINDOW-ERROR:CAPS" title="GST_GL_WINDOW_ERROR">GST_GL_WINDOW_ERROR</a>, macro in <a class="link" href="GstGLWindow.html" title="GstGLWindow">GstGLWindow</a>
|
1891
|
-
</dt>
|
1892
|
-
<dd></dd>
|
18
|
+
<a class="shortcut" href="#idxC">C</a>
|
19
|
+
<span class="dim">|</span>
|
20
|
+
<a class="shortcut" href="#idxD">D</a>
|
21
|
+
<span class="dim">|</span>
|
22
|
+
<a class="shortcut" href="#idxE">E</a>
|
23
|
+
<span class="dim">|</span>
|
24
|
+
<a class="shortcut" href="#idxH">H</a>
|
25
|
+
<span class="dim">|</span>
|
26
|
+
<a class="shortcut" href="#idxI">I</a>
|
27
|
+
<span class="dim">|</span>
|
28
|
+
<a class="shortcut" href="#idxJ">J</a>
|
29
|
+
<span class="dim">|</span>
|
30
|
+
<a class="shortcut" href="#idxM">M</a>
|
31
|
+
<span class="dim">|</span>
|
32
|
+
<a class="shortcut" href="#idxP">P</a>
|
33
|
+
<span class="dim">|</span>
|
34
|
+
<a class="shortcut" href="#idxT">T</a>
|
35
|
+
<span class="dim">|</span>
|
36
|
+
<a class="shortcut" href="#idxV">V</a>
|
37
|
+
<span class="dim">|</span>
|
38
|
+
<a class="shortcut" href="#idxW">W</a>
|
39
|
+
<span class="dim">|</span>
|
40
|
+
<a class="shortcut" href="#idxZ">Z</a></span></td>
|
41
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
42
|
+
<td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
|
43
|
+
<td><a accesskey="p" href="gstreamer-libs-hierarchy.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
44
|
+
<td><a accesskey="n" href="api-index-deprecated.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
45
|
+
</tr></table>
|
46
|
+
<div class="index">
|
47
|
+
<div class="titlepage"><div><div><h1 class="title">
|
48
|
+
<a name="api-index-full"></a>Index</h1></div></div></div>
|
49
|
+
<a name="idx"></a><a name="idxB"></a><h3 class="title">B</h3>
|
1893
50
|
<dt>
|
1894
|
-
|
51
|
+
GstBaseCameraSrc, struct in GstBaseCameraSrc
|
1895
52
|
</dt>
|
1896
53
|
<dd></dd>
|
1897
54
|
<dt>
|
1898
|
-
|
55
|
+
GstBaseCameraSrcClass, struct in GstBaseCameraSrc
|
1899
56
|
</dt>
|
1900
57
|
<dd></dd>
|
1901
58
|
<dt>
|
1902
|
-
|
59
|
+
GST_BASE_CAMERA_SRC_CAST, macro in GstBaseCameraSrc
|
1903
60
|
</dt>
|
1904
61
|
<dd></dd>
|
1905
62
|
<dt>
|
1906
|
-
|
63
|
+
gst_base_camera_src_finish_capture, function in GstBaseCameraSrc
|
1907
64
|
</dt>
|
1908
65
|
<dd></dd>
|
1909
66
|
<dt>
|
1910
|
-
|
67
|
+
GST_BASE_CAMERA_SRC_IMAGE_PAD_NAME, macro in GstBaseCameraSrc
|
1911
68
|
</dt>
|
1912
69
|
<dd></dd>
|
1913
70
|
<dt>
|
1914
|
-
|
71
|
+
gst_base_camera_src_post_preview, function in GstBaseCameraSrc
|
1915
72
|
</dt>
|
1916
73
|
<dd></dd>
|
1917
74
|
<dt>
|
1918
|
-
|
75
|
+
GST_BASE_CAMERA_SRC_PREVIEW_MESSAGE_NAME, macro in GstBaseCameraSrc
|
1919
76
|
</dt>
|
1920
77
|
<dd></dd>
|
1921
78
|
<dt>
|
1922
|
-
|
79
|
+
gst_base_camera_src_setup_preview, function in GstBaseCameraSrc
|
1923
80
|
</dt>
|
1924
81
|
<dd></dd>
|
1925
82
|
<dt>
|
1926
|
-
|
83
|
+
gst_base_camera_src_setup_zoom, function in GstBaseCameraSrc
|
1927
84
|
</dt>
|
1928
85
|
<dd></dd>
|
1929
86
|
<dt>
|
1930
|
-
|
87
|
+
gst_base_camera_src_set_mode, function in GstBaseCameraSrc
|
1931
88
|
</dt>
|
1932
89
|
<dd></dd>
|
1933
90
|
<dt>
|
1934
|
-
|
91
|
+
GST_BASE_CAMERA_SRC_VIDEO_PAD_NAME, macro in GstBaseCameraSrc
|
1935
92
|
</dt>
|
1936
93
|
<dd></dd>
|
1937
94
|
<dt>
|
1938
|
-
|
95
|
+
GST_BASE_CAMERA_SRC_VIEWFINDER_PAD_NAME, macro in GstBaseCameraSrc
|
1939
96
|
</dt>
|
1940
97
|
<dd></dd>
|
1941
98
|
<dt>
|
1942
|
-
<a class="link" href="
|
99
|
+
<a class="link" href="gst-plugins-bad-libs-gstmpegvideometa.html#gst-buffer-add-mpeg-video-meta" title="gst_buffer_add_mpeg_video_meta ()">gst_buffer_add_mpeg_video_meta</a>, function in <a class="link" href="gst-plugins-bad-libs-gstmpegvideometa.html" title="gstmpegvideometa">gstmpegvideometa</a>
|
1943
100
|
</dt>
|
1944
101
|
<dd></dd>
|
1945
102
|
<dt>
|
1946
|
-
<a class="link" href="
|
103
|
+
<a class="link" href="gst-plugins-bad-libs-gstmpegvideometa.html#gst-buffer-get-mpeg-video-meta" title="gst_buffer_get_mpeg_video_meta()">gst_buffer_get_mpeg_video_meta</a>, macro in <a class="link" href="gst-plugins-bad-libs-gstmpegvideometa.html" title="gstmpegvideometa">gstmpegvideometa</a>
|
1947
104
|
</dt>
|
1948
105
|
<dd></dd>
|
106
|
+
<a name="idxC"></a><h3 class="title">C</h3>
|
1949
107
|
<dt>
|
1950
|
-
|
108
|
+
GstCameraBinMode, enum in gstcamerabin-enum
|
1951
109
|
</dt>
|
1952
110
|
<dd></dd>
|
1953
111
|
<dt>
|
1954
|
-
|
112
|
+
gst_camerabin_create_preview_pipeline, function in gstcamerabinpreview
|
1955
113
|
</dt>
|
1956
114
|
<dd></dd>
|
1957
115
|
<dt>
|
1958
|
-
|
116
|
+
gst_camerabin_destroy_preview_pipeline, function in gstcamerabinpreview
|
1959
117
|
</dt>
|
1960
118
|
<dd></dd>
|
1961
119
|
<dt>
|
1962
|
-
|
120
|
+
gst_camerabin_mode_get_type, function in gstcamerabin-enum
|
1963
121
|
</dt>
|
1964
122
|
<dd></dd>
|
1965
123
|
<dt>
|
1966
|
-
|
124
|
+
gst_camerabin_preview_pipeline_post, function in gstcamerabinpreview
|
1967
125
|
</dt>
|
1968
126
|
<dd></dd>
|
1969
127
|
<dt>
|
1970
|
-
|
128
|
+
gst_camerabin_preview_set_caps, function in gstcamerabinpreview
|
1971
129
|
</dt>
|
1972
130
|
<dd></dd>
|
131
|
+
<a name="idxD"></a><h3 class="title">D</h3>
|
1973
132
|
<dt>
|
1974
|
-
|
133
|
+
DEFAULT_CAPTURE_HEIGHT, macro in gstcamerabin-enum
|
1975
134
|
</dt>
|
1976
135
|
<dd></dd>
|
1977
136
|
<dt>
|
1978
|
-
|
137
|
+
DEFAULT_CAPTURE_WIDTH, macro in gstcamerabin-enum
|
1979
138
|
</dt>
|
1980
139
|
<dd></dd>
|
1981
140
|
<dt>
|
1982
|
-
|
141
|
+
DEFAULT_FPS_D, macro in gstcamerabin-enum
|
1983
142
|
</dt>
|
1984
143
|
<dd></dd>
|
1985
144
|
<dt>
|
1986
|
-
|
145
|
+
DEFAULT_FPS_N, macro in gstcamerabin-enum
|
1987
146
|
</dt>
|
1988
147
|
<dd></dd>
|
1989
148
|
<dt>
|
1990
|
-
|
149
|
+
DEFAULT_HEIGHT, macro in gstcamerabin-enum
|
1991
150
|
</dt>
|
1992
151
|
<dd></dd>
|
1993
152
|
<dt>
|
1994
|
-
|
153
|
+
DEFAULT_WIDTH, macro in gstcamerabin-enum
|
1995
154
|
</dt>
|
1996
155
|
<dd></dd>
|
1997
156
|
<dt>
|
1998
|
-
|
157
|
+
DEFAULT_ZOOM, macro in gstcamerabin-enum
|
1999
158
|
</dt>
|
2000
159
|
<dd></dd>
|
160
|
+
<a name="idxE"></a><h3 class="title">E</h3>
|
2001
161
|
<dt>
|
2002
|
-
|
162
|
+
<a class="link" href="gst-plugins-bad-libs-Base-MPEG-TS-sections.html#gst-event-parse-mpegts-section" title="gst_event_parse_mpegts_section ()">gst_event_parse_mpegts_section</a>, function in <a class="link" href="gst-plugins-bad-libs-Base-MPEG-TS-sections.html" title="Base MPEG-TS sections">Base MPEG-TS sections</a>
|
2003
163
|
</dt>
|
2004
164
|
<dd></dd>
|
2005
165
|
<a name="idxH"></a><h3 class="title">H</h3>
|
@@ -2232,30 +392,6 @@ gst_gl_window_x11_untrap_x_errors, function in GstGLWindowX11
|
|
2232
392
|
<a class="link" href="gst-plugins-bad-libs-GstInsertbin.html#gst-insert-bin-remove" title="gst_insert_bin_remove ()">gst_insert_bin_remove</a>, function in <a class="link" href="gst-plugins-bad-libs-GstInsertbin.html" title="GstInsertbin">GstInsertbin</a>
|
2233
393
|
</dt>
|
2234
394
|
<dd></dd>
|
2235
|
-
<dt>
|
2236
|
-
<a class="link" href="gst-plugins-bad-libs-GstGlBaseMemory.html#gst-is-gl-base-memory" title="gst_is_gl_base_memory ()">gst_is_gl_base_memory</a>, function in <a class="link" href="gst-plugins-bad-libs-GstGlBaseMemory.html" title="GstGlBaseMemory">GstGLBaseMemory</a>
|
2237
|
-
</dt>
|
2238
|
-
<dd></dd>
|
2239
|
-
<dt>
|
2240
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLBuffer.html#gst-is-gl-buffer" title="gst_is_gl_buffer ()">gst_is_gl_buffer</a>, function in <a class="link" href="gst-plugins-bad-libs-GstGLBuffer.html" title="GstGlBuffer">GstGLBuffer</a>
|
2241
|
-
</dt>
|
2242
|
-
<dd></dd>
|
2243
|
-
<dt>
|
2244
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLMemory.html#gst-is-gl-memory" title="gst_is_gl_memory ()">gst_is_gl_memory</a>, function in <a class="link" href="gst-plugins-bad-libs-GstGLMemory.html" title="GstGlMemory">GstGLMemory</a>
|
2245
|
-
</dt>
|
2246
|
-
<dd></dd>
|
2247
|
-
<dt>
|
2248
|
-
<a class="link" href="gst-plugins-bad-libs-gstglmemoryegl.html#gst-is-gl-memory-egl" title="gst_is_gl_memory_egl ()">gst_is_gl_memory_egl</a>, function in <a class="link" href="gst-plugins-bad-libs-gstglmemoryegl.html" title="GstGLMemoryEGL">GstGLMemoryEGL</a>
|
2249
|
-
</dt>
|
2250
|
-
<dd></dd>
|
2251
|
-
<dt>
|
2252
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLMemoryPBO.html#gst-is-gl-memory-pbo" title="gst_is_gl_memory_pbo ()">gst_is_gl_memory_pbo</a>, function in <a class="link" href="gst-plugins-bad-libs-GstGLMemoryPBO.html" title="GstGLMemoryPBO">GstGLMemoryPBO</a>
|
2253
|
-
</dt>
|
2254
|
-
<dd></dd>
|
2255
|
-
<dt>
|
2256
|
-
<a class="link" href="gst-plugins-bad-libs-GstGLRenderbuffer.html#gst-is-gl-renderbuffer" title="gst_is_gl_renderbuffer ()">gst_is_gl_renderbuffer</a>, function in <a class="link" href="gst-plugins-bad-libs-GstGLRenderbuffer.html" title="GstGLRenderBuffer">GstGLRenderbuffer</a>
|
2257
|
-
</dt>
|
2258
|
-
<dd></dd>
|
2259
395
|
<a name="idxJ"></a><h3 class="title">J</h3>
|
2260
396
|
<dt>
|
2261
397
|
<a class="link" href="gst-plugins-bad-libs-jpegparser.html#GstJpegEntropyCodingMode" title="enum GstJpegEntropyCodingMode">GstJpegEntropyCodingMode</a>, enum in <a class="link" href="gst-plugins-bad-libs-jpegparser.html" title="GstJpegParser">jpegparser</a>
|
@@ -2367,10 +503,6 @@ gst_gl_window_x11_untrap_x_errors, function in GstGLWindowX11
|
|
2367
503
|
<dd></dd>
|
2368
504
|
<a name="idxM"></a><h3 class="title">M</h3>
|
2369
505
|
<dt>
|
2370
|
-
<a class="link" href="gst-plugins-bad-libs-GstGlBaseMemory.html#GST-MAP-GL:CAPS" title="GST_MAP_GL">GST_MAP_GL</a>, macro in <a class="link" href="gst-plugins-bad-libs-GstGlBaseMemory.html" title="GstGlBaseMemory">GstGlBaseMemory</a>
|
2371
|
-
</dt>
|
2372
|
-
<dd></dd>
|
2373
|
-
<dt>
|
2374
506
|
<a class="link" href="gst-plugins-bad-libs-vc1parser.html#MAX-HRD-NUM-LEAKY-BUCKETS:CAPS" title="MAX_HRD_NUM_LEAKY_BUCKETS">MAX_HRD_NUM_LEAKY_BUCKETS</a>, macro in <a class="link" href="gst-plugins-bad-libs-vc1parser.html" title="GstVc1Parser">vc1parser</a>
|
2375
507
|
</dt>
|
2376
508
|
<dd></dd>
|
@@ -3211,35 +1343,43 @@ MIN_ZOOM, macro in GstBaseCameraSrc
|
|
3211
1343
|
</dt>
|
3212
1344
|
<dd></dd>
|
3213
1345
|
<dt>
|
3214
|
-
<a class="link" href="gst-plugins-bad-libs-mpegvideoparser.html#gst-mpeg-video-parse" title="
|
1346
|
+
<a class="link" href="gst-plugins-bad-libs-mpegvideoparser.html#gst-mpeg-video-packet-parse-gop" title="gst_mpeg_video_packet_parse_gop ()">gst_mpeg_video_packet_parse_gop</a>, function in <a class="link" href="gst-plugins-bad-libs-mpegvideoparser.html" title="GstMpegvideoParser">mpegvideoparser</a>
|
1347
|
+
</dt>
|
1348
|
+
<dd></dd>
|
1349
|
+
<dt>
|
1350
|
+
<a class="link" href="gst-plugins-bad-libs-mpegvideoparser.html#gst-mpeg-video-packet-parse-picture-extension" title="gst_mpeg_video_packet_parse_picture_extension ()">gst_mpeg_video_packet_parse_picture_extension</a>, function in <a class="link" href="gst-plugins-bad-libs-mpegvideoparser.html" title="GstMpegvideoParser">mpegvideoparser</a>
|
3215
1351
|
</dt>
|
3216
1352
|
<dd></dd>
|
3217
1353
|
<dt>
|
3218
|
-
<a class="link" href="gst-plugins-bad-libs-mpegvideoparser.html#gst-mpeg-video-parse-
|
1354
|
+
<a class="link" href="gst-plugins-bad-libs-mpegvideoparser.html#gst-mpeg-video-packet-parse-picture-header" title="gst_mpeg_video_packet_parse_picture_header ()">gst_mpeg_video_packet_parse_picture_header</a>, function in <a class="link" href="gst-plugins-bad-libs-mpegvideoparser.html" title="GstMpegvideoParser">mpegvideoparser</a>
|
3219
1355
|
</dt>
|
3220
1356
|
<dd></dd>
|
3221
1357
|
<dt>
|
3222
|
-
<a class="link" href="gst-plugins-bad-libs-mpegvideoparser.html#gst-mpeg-video-parse-
|
1358
|
+
<a class="link" href="gst-plugins-bad-libs-mpegvideoparser.html#gst-mpeg-video-packet-parse-quant-matrix-extension" title="gst_mpeg_video_packet_parse_quant_matrix_extension ()">gst_mpeg_video_packet_parse_quant_matrix_extension</a>, function in <a class="link" href="gst-plugins-bad-libs-mpegvideoparser.html" title="GstMpegvideoParser">mpegvideoparser</a>
|
3223
1359
|
</dt>
|
3224
1360
|
<dd></dd>
|
3225
1361
|
<dt>
|
3226
|
-
<a class="link" href="gst-plugins-bad-libs-mpegvideoparser.html#gst-mpeg-video-parse-
|
1362
|
+
<a class="link" href="gst-plugins-bad-libs-mpegvideoparser.html#gst-mpeg-video-packet-parse-sequence-display-extension" title="gst_mpeg_video_packet_parse_sequence_display_extension ()">gst_mpeg_video_packet_parse_sequence_display_extension</a>, function in <a class="link" href="gst-plugins-bad-libs-mpegvideoparser.html" title="GstMpegvideoParser">mpegvideoparser</a>
|
3227
1363
|
</dt>
|
3228
1364
|
<dd></dd>
|
3229
1365
|
<dt>
|
3230
|
-
<a class="link" href="gst-plugins-bad-libs-mpegvideoparser.html#gst-mpeg-video-parse-
|
1366
|
+
<a class="link" href="gst-plugins-bad-libs-mpegvideoparser.html#gst-mpeg-video-packet-parse-sequence-extension" title="gst_mpeg_video_packet_parse_sequence_extension ()">gst_mpeg_video_packet_parse_sequence_extension</a>, function in <a class="link" href="gst-plugins-bad-libs-mpegvideoparser.html" title="GstMpegvideoParser">mpegvideoparser</a>
|
3231
1367
|
</dt>
|
3232
1368
|
<dd></dd>
|
3233
1369
|
<dt>
|
3234
|
-
<a class="link" href="gst-plugins-bad-libs-mpegvideoparser.html#gst-mpeg-video-parse-sequence-
|
1370
|
+
<a class="link" href="gst-plugins-bad-libs-mpegvideoparser.html#gst-mpeg-video-packet-parse-sequence-header" title="gst_mpeg_video_packet_parse_sequence_header ()">gst_mpeg_video_packet_parse_sequence_header</a>, function in <a class="link" href="gst-plugins-bad-libs-mpegvideoparser.html" title="GstMpegvideoParser">mpegvideoparser</a>
|
3235
1371
|
</dt>
|
3236
1372
|
<dd></dd>
|
3237
1373
|
<dt>
|
3238
|
-
<a class="link" href="gst-plugins-bad-libs-mpegvideoparser.html#gst-mpeg-video-parse-sequence-extension" title="
|
1374
|
+
<a class="link" href="gst-plugins-bad-libs-mpegvideoparser.html#gst-mpeg-video-packet-parse-sequence-scalable-extension" title="gst_mpeg_video_packet_parse_sequence_scalable_extension ()">gst_mpeg_video_packet_parse_sequence_scalable_extension</a>, function in <a class="link" href="gst-plugins-bad-libs-mpegvideoparser.html" title="GstMpegvideoParser">mpegvideoparser</a>
|
3239
1375
|
</dt>
|
3240
1376
|
<dd></dd>
|
3241
1377
|
<dt>
|
3242
|
-
<a class="link" href="gst-plugins-bad-libs-mpegvideoparser.html#gst-mpeg-video-parse-
|
1378
|
+
<a class="link" href="gst-plugins-bad-libs-mpegvideoparser.html#gst-mpeg-video-packet-parse-slice-header" title="gst_mpeg_video_packet_parse_slice_header ()">gst_mpeg_video_packet_parse_slice_header</a>, function in <a class="link" href="gst-plugins-bad-libs-mpegvideoparser.html" title="GstMpegvideoParser">mpegvideoparser</a>
|
1379
|
+
</dt>
|
1380
|
+
<dd></dd>
|
1381
|
+
<dt>
|
1382
|
+
<a class="link" href="gst-plugins-bad-libs-mpegvideoparser.html#gst-mpeg-video-parse" title="gst_mpeg_video_parse ()">gst_mpeg_video_parse</a>, function in <a class="link" href="gst-plugins-bad-libs-mpegvideoparser.html" title="GstMpegvideoParser">mpegvideoparser</a>
|
3243
1383
|
</dt>
|
3244
1384
|
<dd></dd>
|
3245
1385
|
<dt>
|
@@ -4237,6 +2377,119 @@ GST_TYPE_PHOTOGRAPHY_NOISE_REDUCTION, macro in photography-enumtypes
|
|
4237
2377
|
<a class="link" href="GstVideoAggregatorPad.html#GstVideoAggregatorPadClass" title="struct GstVideoAggregatorPadClass">GstVideoAggregatorPadClass</a>, struct in <a class="link" href="GstVideoAggregatorPad.html" title="GstVideoAggregatorPad">GstVideoAggregatorPad</a>
|
4238
2378
|
</dt>
|
4239
2379
|
<dd></dd>
|
2380
|
+
<a name="idxW"></a><h3 class="title">W</h3>
|
2381
|
+
<dt>
|
2382
|
+
<a class="link" href="GstWebRTCDTLSTransport.html#GstWebRTCDTLSTransport--certificate" title="The “certificate” property">GstWebRTCDTLSTransport:certificate</a>, object property in <a class="link" href="GstWebRTCDTLSTransport.html" title="GstWebRTCDTLSTransport">GstWebRTCDTLSTransport</a>
|
2383
|
+
</dt>
|
2384
|
+
<dd></dd>
|
2385
|
+
<dt>
|
2386
|
+
<a class="link" href="GstWebRTCDTLSTransport.html#GstWebRTCDTLSTransport--client" title="The “client” property">GstWebRTCDTLSTransport:client</a>, object property in <a class="link" href="GstWebRTCDTLSTransport.html" title="GstWebRTCDTLSTransport">GstWebRTCDTLSTransport</a>
|
2387
|
+
</dt>
|
2388
|
+
<dd></dd>
|
2389
|
+
<dt>
|
2390
|
+
<a class="link" href="GstWebRTCDTLSTransport.html#GstWebRTCDTLSTransport--remote-certificate" title="The “remote-certificate” property">GstWebRTCDTLSTransport:remote-certificate</a>, object property in <a class="link" href="GstWebRTCDTLSTransport.html" title="GstWebRTCDTLSTransport">GstWebRTCDTLSTransport</a>
|
2391
|
+
</dt>
|
2392
|
+
<dd></dd>
|
2393
|
+
<dt>
|
2394
|
+
<a class="link" href="GstWebRTCDTLSTransport.html#GstWebRTCDTLSTransport--rtcp" title="The “rtcp” property">GstWebRTCDTLSTransport:rtcp</a>, object property in <a class="link" href="GstWebRTCDTLSTransport.html" title="GstWebRTCDTLSTransport">GstWebRTCDTLSTransport</a>
|
2395
|
+
</dt>
|
2396
|
+
<dd></dd>
|
2397
|
+
<dt>
|
2398
|
+
<a class="link" href="GstWebRTCDTLSTransport.html#GstWebRTCDTLSTransport--session-id" title="The “session-id” property">GstWebRTCDTLSTransport:session-id</a>, object property in <a class="link" href="GstWebRTCDTLSTransport.html" title="GstWebRTCDTLSTransport">GstWebRTCDTLSTransport</a>
|
2399
|
+
</dt>
|
2400
|
+
<dd></dd>
|
2401
|
+
<dt>
|
2402
|
+
<a class="link" href="GstWebRTCDTLSTransport.html#GstWebRTCDTLSTransport--state" title="The “state” property">GstWebRTCDTLSTransport:state</a>, object property in <a class="link" href="GstWebRTCDTLSTransport.html" title="GstWebRTCDTLSTransport">GstWebRTCDTLSTransport</a>
|
2403
|
+
</dt>
|
2404
|
+
<dd></dd>
|
2405
|
+
<dt>
|
2406
|
+
<a class="link" href="GstWebRTCDTLSTransport.html#GstWebRTCDTLSTransport--transport" title="The “transport” property">GstWebRTCDTLSTransport:transport</a>, object property in <a class="link" href="GstWebRTCDTLSTransport.html" title="GstWebRTCDTLSTransport">GstWebRTCDTLSTransport</a>
|
2407
|
+
</dt>
|
2408
|
+
<dd></dd>
|
2409
|
+
<dt>
|
2410
|
+
<a class="link" href="GstWebRTCDTLSTransport.html#GstWebRTCDTLSTransportState" title="enum GstWebRTCDTLSTransportState">GstWebRTCDTLSTransportState</a>, enum in <a class="link" href="GstWebRTCDTLSTransport.html" title="GstWebRTCDTLSTransport">GstWebRTCDTLSTransport</a>
|
2411
|
+
</dt>
|
2412
|
+
<dd></dd>
|
2413
|
+
<dt>
|
2414
|
+
<a class="link" href="GstWebRTCICETransport.html#GstWebRTCICEConnectionState" title="enum GstWebRTCICEConnectionState">GstWebRTCICEConnectionState</a>, enum in <a class="link" href="GstWebRTCICETransport.html" title="GstWebRTCICETransport">GstWebRTCICETransport</a>
|
2415
|
+
</dt>
|
2416
|
+
<dd></dd>
|
2417
|
+
<dt>
|
2418
|
+
<a class="link" href="GstWebRTCICETransport.html#GstWebRTCICETransport-on-new-candidate" title="The “on-new-candidate” signal">GstWebRTCICETransport::on-new-candidate</a>, object signal in <a class="link" href="GstWebRTCICETransport.html" title="GstWebRTCICETransport">GstWebRTCICETransport</a>
|
2419
|
+
</dt>
|
2420
|
+
<dd></dd>
|
2421
|
+
<dt>
|
2422
|
+
<a class="link" href="GstWebRTCICETransport.html#GstWebRTCICETransport-on-selected-candidate-pair-change" title="The “on-selected-candidate-pair-change” signal">GstWebRTCICETransport::on-selected-candidate-pair-change</a>, object signal in <a class="link" href="GstWebRTCICETransport.html" title="GstWebRTCICETransport">GstWebRTCICETransport</a>
|
2423
|
+
</dt>
|
2424
|
+
<dd></dd>
|
2425
|
+
<dt>
|
2426
|
+
<a class="link" href="GstWebRTCICETransport.html#GstWebRTCICETransport--component" title="The “component” property">GstWebRTCICETransport:component</a>, object property in <a class="link" href="GstWebRTCICETransport.html" title="GstWebRTCICETransport">GstWebRTCICETransport</a>
|
2427
|
+
</dt>
|
2428
|
+
<dd></dd>
|
2429
|
+
<dt>
|
2430
|
+
<a class="link" href="GstWebRTCICETransport.html#GstWebRTCICETransport--gathering-state" title="The “gathering-state” property">GstWebRTCICETransport:gathering-state</a>, object property in <a class="link" href="GstWebRTCICETransport.html" title="GstWebRTCICETransport">GstWebRTCICETransport</a>
|
2431
|
+
</dt>
|
2432
|
+
<dd></dd>
|
2433
|
+
<dt>
|
2434
|
+
<a class="link" href="GstWebRTCICETransport.html#GstWebRTCICETransport--state" title="The “state” property">GstWebRTCICETransport:state</a>, object property in <a class="link" href="GstWebRTCICETransport.html" title="GstWebRTCICETransport">GstWebRTCICETransport</a>
|
2435
|
+
</dt>
|
2436
|
+
<dd></dd>
|
2437
|
+
<dt>
|
2438
|
+
<a class="link" href="GstWebRTCRTPTransceiver.html#GstWebRTCRTPTransceiver--mlineindex" title="The “mlineindex” property">GstWebRTCRTPTransceiver:mlineindex</a>, object property in <a class="link" href="GstWebRTCRTPTransceiver.html" title="GstWebRTCRTPTransceiver">GstWebRTCRTPTransceiver</a>
|
2439
|
+
</dt>
|
2440
|
+
<dd></dd>
|
2441
|
+
<dt>
|
2442
|
+
<a class="link" href="GstWebRTCRTPTransceiver.html#GstWebRTCRTPTransceiver--receiver" title="The “receiver” property">GstWebRTCRTPTransceiver:receiver</a>, object property in <a class="link" href="GstWebRTCRTPTransceiver.html" title="GstWebRTCRTPTransceiver">GstWebRTCRTPTransceiver</a>
|
2443
|
+
</dt>
|
2444
|
+
<dd></dd>
|
2445
|
+
<dt>
|
2446
|
+
<a class="link" href="GstWebRTCRTPTransceiver.html#GstWebRTCRTPTransceiver--sender" title="The “sender” property">GstWebRTCRTPTransceiver:sender</a>, object property in <a class="link" href="GstWebRTCRTPTransceiver.html" title="GstWebRTCRTPTransceiver">GstWebRTCRTPTransceiver</a>
|
2447
|
+
</dt>
|
2448
|
+
<dd></dd>
|
2449
|
+
<dt>
|
2450
|
+
<a class="link" href="GstWebRTCSessionDescription.html#GstWebRTCSessionDescription-struct" title="GstWebRTCSessionDescription">GstWebRTCSessionDescription</a>, struct in <a class="link" href="GstWebRTCSessionDescription.html" title="GstWebRTCSessionDescription">GstWebRTCSessionDescription</a>
|
2451
|
+
</dt>
|
2452
|
+
<dd></dd>
|
2453
|
+
<dt>
|
2454
|
+
<a class="link" href="GstWebRTCDTLSTransport.html#gst-webrtc-dtls-transport-new" title="gst_webrtc_dtls_transport_new ()">gst_webrtc_dtls_transport_new</a>, function in <a class="link" href="GstWebRTCDTLSTransport.html" title="GstWebRTCDTLSTransport">GstWebRTCDTLSTransport</a>
|
2455
|
+
</dt>
|
2456
|
+
<dd></dd>
|
2457
|
+
<dt>
|
2458
|
+
<a class="link" href="GstWebRTCRTPReceiver.html#gst-webrtc-rtp-receiver-new" title="gst_webrtc_rtp_receiver_new ()">gst_webrtc_rtp_receiver_new</a>, function in <a class="link" href="GstWebRTCRTPReceiver.html" title="GstWebRTCRTPReceiver">GstWebRTCRTPReceiver</a>
|
2459
|
+
</dt>
|
2460
|
+
<dd></dd>
|
2461
|
+
<dt>
|
2462
|
+
<a class="link" href="GstWebRTCRTPReceiver.html#gst-webrtc-rtp-receiver-set-rtcp-transport" title="gst_webrtc_rtp_receiver_set_rtcp_transport ()">gst_webrtc_rtp_receiver_set_rtcp_transport</a>, function in <a class="link" href="GstWebRTCRTPReceiver.html" title="GstWebRTCRTPReceiver">GstWebRTCRTPReceiver</a>
|
2463
|
+
</dt>
|
2464
|
+
<dd></dd>
|
2465
|
+
<dt>
|
2466
|
+
<a class="link" href="GstWebRTCRTPReceiver.html#gst-webrtc-rtp-receiver-set-transport" title="gst_webrtc_rtp_receiver_set_transport ()">gst_webrtc_rtp_receiver_set_transport</a>, function in <a class="link" href="GstWebRTCRTPReceiver.html" title="GstWebRTCRTPReceiver">GstWebRTCRTPReceiver</a>
|
2467
|
+
</dt>
|
2468
|
+
<dd></dd>
|
2469
|
+
<dt>
|
2470
|
+
<a class="link" href="GstWebRTCRTPSender.html#gst-webrtc-rtp-sender-new" title="gst_webrtc_rtp_sender_new ()">gst_webrtc_rtp_sender_new</a>, function in <a class="link" href="GstWebRTCRTPSender.html" title="GstWebRTCRTPSender">GstWebRTCRTPSender</a>
|
2471
|
+
</dt>
|
2472
|
+
<dd></dd>
|
2473
|
+
<dt>
|
2474
|
+
<a class="link" href="GstWebRTCRTPSender.html#gst-webrtc-rtp-sender-set-rtcp-transport" title="gst_webrtc_rtp_sender_set_rtcp_transport ()">gst_webrtc_rtp_sender_set_rtcp_transport</a>, function in <a class="link" href="GstWebRTCRTPSender.html" title="GstWebRTCRTPSender">GstWebRTCRTPSender</a>
|
2475
|
+
</dt>
|
2476
|
+
<dd></dd>
|
2477
|
+
<dt>
|
2478
|
+
<a class="link" href="GstWebRTCRTPSender.html#gst-webrtc-rtp-sender-set-transport" title="gst_webrtc_rtp_sender_set_transport ()">gst_webrtc_rtp_sender_set_transport</a>, function in <a class="link" href="GstWebRTCRTPSender.html" title="GstWebRTCRTPSender">GstWebRTCRTPSender</a>
|
2479
|
+
</dt>
|
2480
|
+
<dd></dd>
|
2481
|
+
<dt>
|
2482
|
+
<a class="link" href="GstWebRTCSessionDescription.html#gst-webrtc-session-description-copy" title="gst_webrtc_session_description_copy ()">gst_webrtc_session_description_copy</a>, function in <a class="link" href="GstWebRTCSessionDescription.html" title="GstWebRTCSessionDescription">GstWebRTCSessionDescription</a>
|
2483
|
+
</dt>
|
2484
|
+
<dd></dd>
|
2485
|
+
<dt>
|
2486
|
+
<a class="link" href="GstWebRTCSessionDescription.html#gst-webrtc-session-description-free" title="gst_webrtc_session_description_free ()">gst_webrtc_session_description_free</a>, function in <a class="link" href="GstWebRTCSessionDescription.html" title="GstWebRTCSessionDescription">GstWebRTCSessionDescription</a>
|
2487
|
+
</dt>
|
2488
|
+
<dd></dd>
|
2489
|
+
<dt>
|
2490
|
+
<a class="link" href="GstWebRTCSessionDescription.html#gst-webrtc-session-description-new" title="gst_webrtc_session_description_new ()">gst_webrtc_session_description_new</a>, function in <a class="link" href="GstWebRTCSessionDescription.html" title="GstWebRTCSessionDescription">GstWebRTCSessionDescription</a>
|
2491
|
+
</dt>
|
2492
|
+
<dd></dd>
|
4240
2493
|
<a name="idxZ"></a><h3 class="title">Z</h3>
|
4241
2494
|
<dt>
|
4242
2495
|
ZOOM_1X, macro in GstBaseCameraSrc
|
@@ -4244,6 +2497,6 @@ ZOOM_1X, macro in GstBaseCameraSrc
|
|
4244
2497
|
<dd></dd>
|
4245
2498
|
</div>
|
4246
2499
|
<div class="footer">
|
4247
|
-
<hr>Generated by GTK-Doc V1.
|
2500
|
+
<hr>Generated by GTK-Doc V1.27</div>
|
4248
2501
|
</body>
|
4249
2502
|
</html>
|