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,8 +7,8 @@
|
|
7
7
|
<link rel="home" href="index.html" title="GStreamer Base Plugins 1.0 Library Reference Manual">
|
8
8
|
<link rel="up" href="index.html" title="GStreamer Base Plugins 1.0 Library Reference Manual">
|
9
9
|
<link rel="prev" href="api-index-full.html" title="Index">
|
10
|
-
<link rel="next" href="
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
10
|
+
<link rel="next" href="ix03.html" title="Index of new API in 1.14">
|
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">
|
@@ -21,7 +21,7 @@
|
|
21
21
|
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
22
22
|
<td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
|
23
23
|
<td><a accesskey="p" href="api-index-full.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
24
|
-
<td><a accesskey="n" href="
|
24
|
+
<td><a accesskey="n" href="ix03.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
25
25
|
</tr></table>
|
26
26
|
<div class="index">
|
27
27
|
<div class="titlepage"><div><div><h1 class="title">
|
@@ -47,6 +47,6 @@
|
|
47
47
|
<dd></dd>
|
48
48
|
</div>
|
49
49
|
<div class="footer">
|
50
|
-
<hr>Generated by GTK-Doc V1.
|
50
|
+
<hr>Generated by GTK-Doc V1.27</div>
|
51
51
|
</body>
|
52
52
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="index.html" title="GStreamer Base 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">
|
@@ -25,6 +25,8 @@
|
|
25
25
|
<span class="dim">|</span>
|
26
26
|
<a class="shortcut" href="#idxF">F</a>
|
27
27
|
<span class="dim">|</span>
|
28
|
+
<a class="shortcut" href="#idxG">G</a>
|
29
|
+
<span class="dim">|</span>
|
28
30
|
<a class="shortcut" href="#idxI">I</a>
|
29
31
|
<span class="dim">|</span>
|
30
32
|
<a class="shortcut" href="#idxM">M</a>
|
@@ -174,6 +176,10 @@
|
|
174
176
|
</dt>
|
175
177
|
<dd></dd>
|
176
178
|
<dt>
|
179
|
+
<a class="link" href="gst-plugins-base-libs-appsrc.html#gst-app-src-push-buffer-list" title="gst_app_src_push_buffer_list ()">gst_app_src_push_buffer_list</a>, function in <a class="link" href="gst-plugins-base-libs-appsrc.html" title="GstAppSrc">appsrc</a>
|
180
|
+
</dt>
|
181
|
+
<dd></dd>
|
182
|
+
<dt>
|
177
183
|
<a class="link" href="gst-plugins-base-libs-appsrc.html#gst-app-src-push-sample" title="gst_app_src_push_sample ()">gst_app_src_push_sample</a>, function in <a class="link" href="gst-plugins-base-libs-appsrc.html" title="GstAppSrc">appsrc</a>
|
178
184
|
</dt>
|
179
185
|
<dd></dd>
|
@@ -210,6 +216,46 @@
|
|
210
216
|
</dt>
|
211
217
|
<dd></dd>
|
212
218
|
<dt>
|
219
|
+
<a class="link" href="GstAudioAggregator.html#GstAudioAggregator-struct" title="struct GstAudioAggregator">GstAudioAggregator</a>, struct in <a class="link" href="GstAudioAggregator.html" title="GstAudioAggregator">GstAudioAggregator</a>
|
220
|
+
</dt>
|
221
|
+
<dd></dd>
|
222
|
+
<dt>
|
223
|
+
<a class="link" href="GstAudioAggregator.html#GstAudioAggregator--alignment-threshold" title="The “alignment-threshold” property">GstAudioAggregator:alignment-threshold</a>, object property in <a class="link" href="GstAudioAggregator.html" title="GstAudioAggregator">GstAudioAggregator</a>
|
224
|
+
</dt>
|
225
|
+
<dd></dd>
|
226
|
+
<dt>
|
227
|
+
<a class="link" href="GstAudioAggregator.html#GstAudioAggregator--discont-wait" title="The “discont-wait” property">GstAudioAggregator:discont-wait</a>, object property in <a class="link" href="GstAudioAggregator.html" title="GstAudioAggregator">GstAudioAggregator</a>
|
228
|
+
</dt>
|
229
|
+
<dd></dd>
|
230
|
+
<dt>
|
231
|
+
<a class="link" href="GstAudioAggregator.html#GstAudioAggregator--output-buffer-duration" title="The “output-buffer-duration” property">GstAudioAggregator:output-buffer-duration</a>, object property in <a class="link" href="GstAudioAggregator.html" title="GstAudioAggregator">GstAudioAggregator</a>
|
232
|
+
</dt>
|
233
|
+
<dd></dd>
|
234
|
+
<dt>
|
235
|
+
<a class="link" href="GstAudioAggregator.html#GstAudioAggregatorClass" title="struct GstAudioAggregatorClass">GstAudioAggregatorClass</a>, struct in <a class="link" href="GstAudioAggregator.html" title="GstAudioAggregator">GstAudioAggregator</a>
|
236
|
+
</dt>
|
237
|
+
<dd></dd>
|
238
|
+
<dt>
|
239
|
+
<a class="link" href="GstAudioAggregator.html#GstAudioAggregatorConvertPad-struct" title="struct GstAudioAggregatorConvertPad">GstAudioAggregatorConvertPad</a>, struct in <a class="link" href="GstAudioAggregator.html" title="GstAudioAggregator">GstAudioAggregator</a>
|
240
|
+
</dt>
|
241
|
+
<dd></dd>
|
242
|
+
<dt>
|
243
|
+
<a class="link" href="GstAudioAggregator.html#GstAudioAggregatorConvertPad--converter-config" title="The “converter-config” property">GstAudioAggregatorConvertPad:converter-config</a>, object property in <a class="link" href="GstAudioAggregator.html" title="GstAudioAggregator">GstAudioAggregator</a>
|
244
|
+
</dt>
|
245
|
+
<dd></dd>
|
246
|
+
<dt>
|
247
|
+
<a class="link" href="GstAudioAggregator.html#GstAudioAggregatorConvertPadClass" title="struct GstAudioAggregatorConvertPadClass">GstAudioAggregatorConvertPadClass</a>, struct in <a class="link" href="GstAudioAggregator.html" title="GstAudioAggregator">GstAudioAggregator</a>
|
248
|
+
</dt>
|
249
|
+
<dd></dd>
|
250
|
+
<dt>
|
251
|
+
<a class="link" href="GstAudioAggregator.html#GstAudioAggregatorPad-struct" title="struct GstAudioAggregatorPad">GstAudioAggregatorPad</a>, struct in <a class="link" href="GstAudioAggregator.html" title="GstAudioAggregator">GstAudioAggregator</a>
|
252
|
+
</dt>
|
253
|
+
<dd></dd>
|
254
|
+
<dt>
|
255
|
+
<a class="link" href="GstAudioAggregator.html#GstAudioAggregatorPadClass" title="struct GstAudioAggregatorPadClass">GstAudioAggregatorPadClass</a>, struct in <a class="link" href="GstAudioAggregator.html" title="GstAudioAggregator">GstAudioAggregator</a>
|
256
|
+
</dt>
|
257
|
+
<dd></dd>
|
258
|
+
<dt>
|
213
259
|
<a class="link" href="GstAudioBaseSink.html#GstAudioBaseSink-struct" title="struct GstAudioBaseSink">GstAudioBaseSink</a>, struct in <a class="link" href="GstAudioBaseSink.html" title="GstAudioBaseSink">GstAudioBaseSink</a>
|
214
260
|
</dt>
|
215
261
|
<dd></dd>
|
@@ -526,6 +572,14 @@
|
|
526
572
|
</dt>
|
527
573
|
<dd></dd>
|
528
574
|
<dt>
|
575
|
+
<a class="link" href="gst-plugins-base-libs-GstAudio.html#GstAudioStreamAlign" title="GstAudioStreamAlign">GstAudioStreamAlign</a>, struct in <a class="link" href="gst-plugins-base-libs-GstAudio.html" title="GstAudio">GstAudio</a>
|
576
|
+
</dt>
|
577
|
+
<dd></dd>
|
578
|
+
<dt>
|
579
|
+
<a class="link" href="GstAudioAggregator.html#gst-audio-aggregator-set-sink-caps" title="gst_audio_aggregator_set_sink_caps ()">gst_audio_aggregator_set_sink_caps</a>, function in <a class="link" href="GstAudioAggregator.html" title="GstAudioAggregator">GstAudioAggregator</a>
|
580
|
+
</dt>
|
581
|
+
<dd></dd>
|
582
|
+
<dt>
|
529
583
|
<a class="link" href="GstAudioBaseSink.html#GST-AUDIO-BASE-SINK-CLOCK:CAPS" title="GST_AUDIO_BASE_SINK_CLOCK()">GST_AUDIO_BASE_SINK_CLOCK</a>, macro in <a class="link" href="GstAudioBaseSink.html" title="GstAudioBaseSink">GstAudioBaseSink</a>
|
530
584
|
</dt>
|
531
585
|
<dd></dd>
|
@@ -650,6 +704,10 @@
|
|
650
704
|
</dt>
|
651
705
|
<dd></dd>
|
652
706
|
<dt>
|
707
|
+
<a class="link" href="gst-plugins-base-libs-Audio-channels.html#gst-audio-channel-mixer-new-with-matrix" title="gst_audio_channel_mixer_new_with_matrix ()">gst_audio_channel_mixer_new_with_matrix</a>, function in <a class="link" href="gst-plugins-base-libs-Audio-channels.html" title="Audio-channels">Audio-channels</a>
|
708
|
+
</dt>
|
709
|
+
<dd></dd>
|
710
|
+
<dt>
|
653
711
|
<a class="link" href="gst-plugins-base-libs-Audio-channels.html#gst-audio-channel-mixer-samples" title="gst_audio_channel_mixer_samples ()">gst_audio_channel_mixer_samples</a>, function in <a class="link" href="gst-plugins-base-libs-Audio-channels.html" title="Audio-channels">Audio-channels</a>
|
654
712
|
</dt>
|
655
713
|
<dd></dd>
|
@@ -698,6 +756,10 @@
|
|
698
756
|
</dt>
|
699
757
|
<dd></dd>
|
700
758
|
<dt>
|
759
|
+
<a class="link" href="gst-plugins-base-libs-GstAudioConverter.html#gst-audio-converter-convert" title="gst_audio_converter_convert ()">gst_audio_converter_convert</a>, function in <a class="link" href="gst-plugins-base-libs-GstAudioConverter.html" title="GstAudioConverter">GstAudioConverter</a>
|
760
|
+
</dt>
|
761
|
+
<dd></dd>
|
762
|
+
<dt>
|
701
763
|
<a class="link" href="gst-plugins-base-libs-GstAudioConverter.html#gst-audio-converter-free" title="gst_audio_converter_free ()">gst_audio_converter_free</a>, function in <a class="link" href="gst-plugins-base-libs-GstAudioConverter.html" title="GstAudioConverter">GstAudioConverter</a>
|
702
764
|
</dt>
|
703
765
|
<dd></dd>
|
@@ -1533,6 +1595,58 @@
|
|
1533
1595
|
<a class="link" href="GstAudioRingBuffer.html#GST-AUDIO-RING-BUFFER-WAIT:CAPS" title="GST_AUDIO_RING_BUFFER_WAIT()">GST_AUDIO_RING_BUFFER_WAIT</a>, macro in <a class="link" href="GstAudioRingBuffer.html" title="GstAudioRingBuffer">GstAudioRingBuffer</a>
|
1534
1596
|
</dt>
|
1535
1597
|
<dd></dd>
|
1598
|
+
<dt>
|
1599
|
+
<a class="link" href="gst-plugins-base-libs-GstAudio.html#gst-audio-stream-align-copy" title="gst_audio_stream_align_copy ()">gst_audio_stream_align_copy</a>, function in <a class="link" href="gst-plugins-base-libs-GstAudio.html" title="GstAudio">GstAudio</a>
|
1600
|
+
</dt>
|
1601
|
+
<dd></dd>
|
1602
|
+
<dt>
|
1603
|
+
<a class="link" href="gst-plugins-base-libs-GstAudio.html#gst-audio-stream-align-free" title="gst_audio_stream_align_free ()">gst_audio_stream_align_free</a>, function in <a class="link" href="gst-plugins-base-libs-GstAudio.html" title="GstAudio">GstAudio</a>
|
1604
|
+
</dt>
|
1605
|
+
<dd></dd>
|
1606
|
+
<dt>
|
1607
|
+
<a class="link" href="gst-plugins-base-libs-GstAudio.html#gst-audio-stream-align-get-alignment-threshold" title="gst_audio_stream_align_get_alignment_threshold ()">gst_audio_stream_align_get_alignment_threshold</a>, function in <a class="link" href="gst-plugins-base-libs-GstAudio.html" title="GstAudio">GstAudio</a>
|
1608
|
+
</dt>
|
1609
|
+
<dd></dd>
|
1610
|
+
<dt>
|
1611
|
+
<a class="link" href="gst-plugins-base-libs-GstAudio.html#gst-audio-stream-align-get-discont-wait" title="gst_audio_stream_align_get_discont_wait ()">gst_audio_stream_align_get_discont_wait</a>, function in <a class="link" href="gst-plugins-base-libs-GstAudio.html" title="GstAudio">GstAudio</a>
|
1612
|
+
</dt>
|
1613
|
+
<dd></dd>
|
1614
|
+
<dt>
|
1615
|
+
<a class="link" href="gst-plugins-base-libs-GstAudio.html#gst-audio-stream-align-get-rate" title="gst_audio_stream_align_get_rate ()">gst_audio_stream_align_get_rate</a>, function in <a class="link" href="gst-plugins-base-libs-GstAudio.html" title="GstAudio">GstAudio</a>
|
1616
|
+
</dt>
|
1617
|
+
<dd></dd>
|
1618
|
+
<dt>
|
1619
|
+
<a class="link" href="gst-plugins-base-libs-GstAudio.html#gst-audio-stream-align-get-samples-since-discont" title="gst_audio_stream_align_get_samples_since_discont ()">gst_audio_stream_align_get_samples_since_discont</a>, function in <a class="link" href="gst-plugins-base-libs-GstAudio.html" title="GstAudio">GstAudio</a>
|
1620
|
+
</dt>
|
1621
|
+
<dd></dd>
|
1622
|
+
<dt>
|
1623
|
+
<a class="link" href="gst-plugins-base-libs-GstAudio.html#gst-audio-stream-align-get-timestamp-at-discont" title="gst_audio_stream_align_get_timestamp_at_discont ()">gst_audio_stream_align_get_timestamp_at_discont</a>, function in <a class="link" href="gst-plugins-base-libs-GstAudio.html" title="GstAudio">GstAudio</a>
|
1624
|
+
</dt>
|
1625
|
+
<dd></dd>
|
1626
|
+
<dt>
|
1627
|
+
<a class="link" href="gst-plugins-base-libs-GstAudio.html#gst-audio-stream-align-mark-discont" title="gst_audio_stream_align_mark_discont ()">gst_audio_stream_align_mark_discont</a>, function in <a class="link" href="gst-plugins-base-libs-GstAudio.html" title="GstAudio">GstAudio</a>
|
1628
|
+
</dt>
|
1629
|
+
<dd></dd>
|
1630
|
+
<dt>
|
1631
|
+
<a class="link" href="gst-plugins-base-libs-GstAudio.html#gst-audio-stream-align-new" title="gst_audio_stream_align_new ()">gst_audio_stream_align_new</a>, function in <a class="link" href="gst-plugins-base-libs-GstAudio.html" title="GstAudio">GstAudio</a>
|
1632
|
+
</dt>
|
1633
|
+
<dd></dd>
|
1634
|
+
<dt>
|
1635
|
+
<a class="link" href="gst-plugins-base-libs-GstAudio.html#gst-audio-stream-align-process" title="gst_audio_stream_align_process ()">gst_audio_stream_align_process</a>, function in <a class="link" href="gst-plugins-base-libs-GstAudio.html" title="GstAudio">GstAudio</a>
|
1636
|
+
</dt>
|
1637
|
+
<dd></dd>
|
1638
|
+
<dt>
|
1639
|
+
<a class="link" href="gst-plugins-base-libs-GstAudio.html#gst-audio-stream-align-set-alignment-threshold" title="gst_audio_stream_align_set_alignment_threshold ()">gst_audio_stream_align_set_alignment_threshold</a>, function in <a class="link" href="gst-plugins-base-libs-GstAudio.html" title="GstAudio">GstAudio</a>
|
1640
|
+
</dt>
|
1641
|
+
<dd></dd>
|
1642
|
+
<dt>
|
1643
|
+
<a class="link" href="gst-plugins-base-libs-GstAudio.html#gst-audio-stream-align-set-discont-wait" title="gst_audio_stream_align_set_discont_wait ()">gst_audio_stream_align_set_discont_wait</a>, function in <a class="link" href="gst-plugins-base-libs-GstAudio.html" title="GstAudio">GstAudio</a>
|
1644
|
+
</dt>
|
1645
|
+
<dd></dd>
|
1646
|
+
<dt>
|
1647
|
+
<a class="link" href="gst-plugins-base-libs-GstAudio.html#gst-audio-stream-align-set-rate" title="gst_audio_stream_align_set_rate ()">gst_audio_stream_align_set_rate</a>, function in <a class="link" href="gst-plugins-base-libs-GstAudio.html" title="GstAudio">GstAudio</a>
|
1648
|
+
</dt>
|
1649
|
+
<dd></dd>
|
1536
1650
|
<a name="idxB"></a><h3 class="title">B</h3>
|
1537
1651
|
<dt>
|
1538
1652
|
<a class="link" href="gst-plugins-base-libs-GstAudioDownmixMeta.html#gst-buffer-add-audio-clipping-meta" title="gst_buffer_add_audio_clipping_meta ()">gst_buffer_add_audio_clipping_meta</a>, function in <a class="link" href="gst-plugins-base-libs-GstAudioDownmixMeta.html" title="GstAudioDownmixMeta">GstAudioDownmixMeta</a>
|
@@ -1543,6 +1657,14 @@
|
|
1543
1657
|
</dt>
|
1544
1658
|
<dd></dd>
|
1545
1659
|
<dt>
|
1660
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLSyncMeta.html" title="GstGLSyncMeta">GstGLSyncMeta</a>
|
1661
|
+
</dt>
|
1662
|
+
<dd></dd>
|
1663
|
+
<dt>
|
1664
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLSyncMeta.html" title="GstGLSyncMeta">GstGLSyncMeta</a>
|
1665
|
+
</dt>
|
1666
|
+
<dd></dd>
|
1667
|
+
<dt>
|
1546
1668
|
<a class="link" href="gst-plugins-base-libs-gstvideoaffinetransformationmeta.html#gst-buffer-add-video-affine-transformation-meta" title="gst_buffer_add_video_affine_transformation_meta ()">gst_buffer_add_video_affine_transformation_meta</a>, function in <a class="link" href="gst-plugins-base-libs-gstvideoaffinetransformationmeta.html" title="gstvideoaffinetransformationmeta">gstvideoaffinetransformationmeta</a>
|
1547
1669
|
</dt>
|
1548
1670
|
<dd></dd>
|
@@ -1595,6 +1717,10 @@
|
|
1595
1717
|
</dt>
|
1596
1718
|
<dd></dd>
|
1597
1719
|
<dt>
|
1720
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLSyncMeta.html" title="GstGLSyncMeta">GstGLSyncMeta</a>
|
1721
|
+
</dt>
|
1722
|
+
<dd></dd>
|
1723
|
+
<dt>
|
1598
1724
|
<a class="link" href="gst-plugins-base-libs-gstvideoaffinetransformationmeta.html#gst-buffer-get-video-affine-transformation-meta" title="gst_buffer_get_video_affine_transformation_meta()">gst_buffer_get_video_affine_transformation_meta</a>, macro in <a class="link" href="gst-plugins-base-libs-gstvideoaffinetransformationmeta.html" title="gstvideoaffinetransformationmeta">gstvideoaffinetransformationmeta</a>
|
1599
1725
|
</dt>
|
1600
1726
|
<dd></dd>
|
@@ -1631,14 +1757,38 @@
|
|
1631
1757
|
</dt>
|
1632
1758
|
<dd></dd>
|
1633
1759
|
<dt>
|
1760
|
+
<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>
|
1761
|
+
</dt>
|
1762
|
+
<dd></dd>
|
1763
|
+
<dt>
|
1634
1764
|
<a class="link" href="gst-plugins-base-libs-GstVideoPool.html#gst-buffer-pool-config-get-video-alignment" title="gst_buffer_pool_config_get_video_alignment ()">gst_buffer_pool_config_get_video_alignment</a>, function in <a class="link" href="gst-plugins-base-libs-GstVideoPool.html" title="GstVideoBufferPool">GstVideoPool</a>
|
1635
1765
|
</dt>
|
1636
1766
|
<dd></dd>
|
1637
1767
|
<dt>
|
1768
|
+
<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>
|
1769
|
+
</dt>
|
1770
|
+
<dd></dd>
|
1771
|
+
<dt>
|
1638
1772
|
<a class="link" href="gst-plugins-base-libs-GstVideoPool.html#gst-buffer-pool-config-set-video-alignment" title="gst_buffer_pool_config_set_video_alignment ()">gst_buffer_pool_config_set_video_alignment</a>, function in <a class="link" href="gst-plugins-base-libs-GstVideoPool.html" title="GstVideoBufferPool">GstVideoPool</a>
|
1639
1773
|
</dt>
|
1640
1774
|
<dd></dd>
|
1641
1775
|
<dt>
|
1776
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLSyncMeta.html" title="GstGLSyncMeta">GstGLSyncMeta</a>
|
1777
|
+
</dt>
|
1778
|
+
<dd></dd>
|
1779
|
+
<dt>
|
1780
|
+
<a class="link" href="gst-plugins-base-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-base-libs-OpenGL-Formats.html" title="GstGLFormat">OpenGL Formats</a>
|
1781
|
+
</dt>
|
1782
|
+
<dd></dd>
|
1783
|
+
<dt>
|
1784
|
+
<a class="link" href="gst-plugins-base-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-base-libs-OpenGL-Formats.html" title="GstGLFormat">OpenGL Formats</a>
|
1785
|
+
</dt>
|
1786
|
+
<dd></dd>
|
1787
|
+
<dt>
|
1788
|
+
<a class="link" href="gst-plugins-base-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-base-libs-OpenGL-Formats.html" title="GstGLFormat">OpenGL Formats</a>
|
1789
|
+
</dt>
|
1790
|
+
<dd></dd>
|
1791
|
+
<dt>
|
1642
1792
|
<a class="link" href="gst-plugins-base-libs-GstVideoPool.html#GST-BUFFER-POOL-OPTION-VIDEO-ALIGNMENT:CAPS" title="GST_BUFFER_POOL_OPTION_VIDEO_ALIGNMENT">GST_BUFFER_POOL_OPTION_VIDEO_ALIGNMENT</a>, macro in <a class="link" href="gst-plugins-base-libs-GstVideoPool.html" title="GstVideoBufferPool">GstVideoPool</a>
|
1643
1793
|
</dt>
|
1644
1794
|
<dd></dd>
|
@@ -1660,6 +1810,14 @@
|
|
1660
1810
|
</dt>
|
1661
1811
|
<dd></dd>
|
1662
1812
|
<dt>
|
1813
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLBuffer.html" title="GstGLBuffer">GstGLBuffer</a>
|
1814
|
+
</dt>
|
1815
|
+
<dd></dd>
|
1816
|
+
<dt>
|
1817
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLMemory.html" title="GstGLMemory">GstGLMemory</a>
|
1818
|
+
</dt>
|
1819
|
+
<dd></dd>
|
1820
|
+
<dt>
|
1663
1821
|
<a class="link" href="gst-plugins-base-libs-Version.html#GST-CHECK-PLUGINS-BASE-VERSION:CAPS" title="GST_CHECK_PLUGINS_BASE_VERSION()">GST_CHECK_PLUGINS_BASE_VERSION</a>, macro in <a class="link" href="gst-plugins-base-libs-Version.html" title="Version">Version</a>
|
1664
1822
|
</dt>
|
1665
1823
|
<dd></dd>
|
@@ -1672,826 +1830,2567 @@
|
|
1672
1830
|
</dt>
|
1673
1831
|
<dd></dd>
|
1674
1832
|
<dt>
|
1675
|
-
<a class="link" href="gst-plugins-base-libs-Codec-utilities.html#gst-codec-utils-aac-get-channels" title="gst_codec_utils_aac_get_channels ()">gst_codec_utils_aac_get_channels</a>, function in <a class="link" href="gst-plugins-base-libs-Codec-utilities.html" title="Codec utilities">Codec utilities</a>
|
1833
|
+
<a class="link" href="gst-plugins-base-libs-Codec-utilities.html#gst-codec-utils-aac-get-channels" title="gst_codec_utils_aac_get_channels ()">gst_codec_utils_aac_get_channels</a>, function in <a class="link" href="gst-plugins-base-libs-Codec-utilities.html" title="Codec utilities">Codec utilities</a>
|
1834
|
+
</dt>
|
1835
|
+
<dd></dd>
|
1836
|
+
<dt>
|
1837
|
+
<a class="link" href="gst-plugins-base-libs-Codec-utilities.html#gst-codec-utils-aac-get-index-from-sample-rate" title="gst_codec_utils_aac_get_index_from_sample_rate ()">gst_codec_utils_aac_get_index_from_sample_rate</a>, function in <a class="link" href="gst-plugins-base-libs-Codec-utilities.html" title="Codec utilities">Codec utilities</a>
|
1838
|
+
</dt>
|
1839
|
+
<dd></dd>
|
1840
|
+
<dt>
|
1841
|
+
<a class="link" href="gst-plugins-base-libs-Codec-utilities.html#gst-codec-utils-aac-get-level" title="gst_codec_utils_aac_get_level ()">gst_codec_utils_aac_get_level</a>, function in <a class="link" href="gst-plugins-base-libs-Codec-utilities.html" title="Codec utilities">Codec utilities</a>
|
1842
|
+
</dt>
|
1843
|
+
<dd></dd>
|
1844
|
+
<dt>
|
1845
|
+
<a class="link" href="gst-plugins-base-libs-Codec-utilities.html#gst-codec-utils-aac-get-profile" title="gst_codec_utils_aac_get_profile ()">gst_codec_utils_aac_get_profile</a>, function in <a class="link" href="gst-plugins-base-libs-Codec-utilities.html" title="Codec utilities">Codec utilities</a>
|
1846
|
+
</dt>
|
1847
|
+
<dd></dd>
|
1848
|
+
<dt>
|
1849
|
+
<a class="link" href="gst-plugins-base-libs-Codec-utilities.html#gst-codec-utils-aac-get-sample-rate" title="gst_codec_utils_aac_get_sample_rate ()">gst_codec_utils_aac_get_sample_rate</a>, function in <a class="link" href="gst-plugins-base-libs-Codec-utilities.html" title="Codec utilities">Codec utilities</a>
|
1850
|
+
</dt>
|
1851
|
+
<dd></dd>
|
1852
|
+
<dt>
|
1853
|
+
<a class="link" href="gst-plugins-base-libs-Codec-utilities.html#gst-codec-utils-aac-get-sample-rate-from-index" title="gst_codec_utils_aac_get_sample_rate_from_index ()">gst_codec_utils_aac_get_sample_rate_from_index</a>, function in <a class="link" href="gst-plugins-base-libs-Codec-utilities.html" title="Codec utilities">Codec utilities</a>
|
1854
|
+
</dt>
|
1855
|
+
<dd></dd>
|
1856
|
+
<dt>
|
1857
|
+
<a class="link" href="gst-plugins-base-libs-Codec-utilities.html#gst-codec-utils-h264-caps-set-level-and-profile" title="gst_codec_utils_h264_caps_set_level_and_profile ()">gst_codec_utils_h264_caps_set_level_and_profile</a>, function in <a class="link" href="gst-plugins-base-libs-Codec-utilities.html" title="Codec utilities">Codec utilities</a>
|
1858
|
+
</dt>
|
1859
|
+
<dd></dd>
|
1860
|
+
<dt>
|
1861
|
+
<a class="link" href="gst-plugins-base-libs-Codec-utilities.html#gst-codec-utils-h264-get-level" title="gst_codec_utils_h264_get_level ()">gst_codec_utils_h264_get_level</a>, function in <a class="link" href="gst-plugins-base-libs-Codec-utilities.html" title="Codec utilities">Codec utilities</a>
|
1862
|
+
</dt>
|
1863
|
+
<dd></dd>
|
1864
|
+
<dt>
|
1865
|
+
<a class="link" href="gst-plugins-base-libs-Codec-utilities.html#gst-codec-utils-h264-get-level-idc" title="gst_codec_utils_h264_get_level_idc ()">gst_codec_utils_h264_get_level_idc</a>, function in <a class="link" href="gst-plugins-base-libs-Codec-utilities.html" title="Codec utilities">Codec utilities</a>
|
1866
|
+
</dt>
|
1867
|
+
<dd></dd>
|
1868
|
+
<dt>
|
1869
|
+
<a class="link" href="gst-plugins-base-libs-Codec-utilities.html#gst-codec-utils-h264-get-profile" title="gst_codec_utils_h264_get_profile ()">gst_codec_utils_h264_get_profile</a>, function in <a class="link" href="gst-plugins-base-libs-Codec-utilities.html" title="Codec utilities">Codec utilities</a>
|
1870
|
+
</dt>
|
1871
|
+
<dd></dd>
|
1872
|
+
<dt>
|
1873
|
+
<a class="link" href="gst-plugins-base-libs-Codec-utilities.html#gst-codec-utils-h265-caps-set-level-tier-and-profile" title="gst_codec_utils_h265_caps_set_level_tier_and_profile ()">gst_codec_utils_h265_caps_set_level_tier_and_profile</a>, function in <a class="link" href="gst-plugins-base-libs-Codec-utilities.html" title="Codec utilities">Codec utilities</a>
|
1874
|
+
</dt>
|
1875
|
+
<dd></dd>
|
1876
|
+
<dt>
|
1877
|
+
<a class="link" href="gst-plugins-base-libs-Codec-utilities.html#gst-codec-utils-h265-get-level" title="gst_codec_utils_h265_get_level ()">gst_codec_utils_h265_get_level</a>, function in <a class="link" href="gst-plugins-base-libs-Codec-utilities.html" title="Codec utilities">Codec utilities</a>
|
1878
|
+
</dt>
|
1879
|
+
<dd></dd>
|
1880
|
+
<dt>
|
1881
|
+
<a class="link" href="gst-plugins-base-libs-Codec-utilities.html#gst-codec-utils-h265-get-level-idc" title="gst_codec_utils_h265_get_level_idc ()">gst_codec_utils_h265_get_level_idc</a>, function in <a class="link" href="gst-plugins-base-libs-Codec-utilities.html" title="Codec utilities">Codec utilities</a>
|
1882
|
+
</dt>
|
1883
|
+
<dd></dd>
|
1884
|
+
<dt>
|
1885
|
+
<a class="link" href="gst-plugins-base-libs-Codec-utilities.html#gst-codec-utils-h265-get-profile" title="gst_codec_utils_h265_get_profile ()">gst_codec_utils_h265_get_profile</a>, function in <a class="link" href="gst-plugins-base-libs-Codec-utilities.html" title="Codec utilities">Codec utilities</a>
|
1886
|
+
</dt>
|
1887
|
+
<dd></dd>
|
1888
|
+
<dt>
|
1889
|
+
<a class="link" href="gst-plugins-base-libs-Codec-utilities.html#gst-codec-utils-h265-get-tier" title="gst_codec_utils_h265_get_tier ()">gst_codec_utils_h265_get_tier</a>, function in <a class="link" href="gst-plugins-base-libs-Codec-utilities.html" title="Codec utilities">Codec utilities</a>
|
1890
|
+
</dt>
|
1891
|
+
<dd></dd>
|
1892
|
+
<dt>
|
1893
|
+
<a class="link" href="gst-plugins-base-libs-Codec-utilities.html#gst-codec-utils-mpeg4video-caps-set-level-and-profile" title="gst_codec_utils_mpeg4video_caps_set_level_and_profile ()">gst_codec_utils_mpeg4video_caps_set_level_and_profile</a>, function in <a class="link" href="gst-plugins-base-libs-Codec-utilities.html" title="Codec utilities">Codec utilities</a>
|
1894
|
+
</dt>
|
1895
|
+
<dd></dd>
|
1896
|
+
<dt>
|
1897
|
+
<a class="link" href="gst-plugins-base-libs-Codec-utilities.html#gst-codec-utils-mpeg4video-get-level" title="gst_codec_utils_mpeg4video_get_level ()">gst_codec_utils_mpeg4video_get_level</a>, function in <a class="link" href="gst-plugins-base-libs-Codec-utilities.html" title="Codec utilities">Codec utilities</a>
|
1898
|
+
</dt>
|
1899
|
+
<dd></dd>
|
1900
|
+
<dt>
|
1901
|
+
<a class="link" href="gst-plugins-base-libs-Codec-utilities.html#gst-codec-utils-mpeg4video-get-profile" title="gst_codec_utils_mpeg4video_get_profile ()">gst_codec_utils_mpeg4video_get_profile</a>, function in <a class="link" href="gst-plugins-base-libs-Codec-utilities.html" title="Codec utilities">Codec utilities</a>
|
1902
|
+
</dt>
|
1903
|
+
<dd></dd>
|
1904
|
+
<dt>
|
1905
|
+
<a class="link" href="gst-plugins-base-libs-Codec-utilities.html#gst-codec-utils-opus-create-caps" title="gst_codec_utils_opus_create_caps ()">gst_codec_utils_opus_create_caps</a>, function in <a class="link" href="gst-plugins-base-libs-Codec-utilities.html" title="Codec utilities">Codec utilities</a>
|
1906
|
+
</dt>
|
1907
|
+
<dd></dd>
|
1908
|
+
<dt>
|
1909
|
+
<a class="link" href="gst-plugins-base-libs-Codec-utilities.html#gst-codec-utils-opus-create-caps-from-header" title="gst_codec_utils_opus_create_caps_from_header ()">gst_codec_utils_opus_create_caps_from_header</a>, function in <a class="link" href="gst-plugins-base-libs-Codec-utilities.html" title="Codec utilities">Codec utilities</a>
|
1910
|
+
</dt>
|
1911
|
+
<dd></dd>
|
1912
|
+
<dt>
|
1913
|
+
<a class="link" href="gst-plugins-base-libs-Codec-utilities.html#gst-codec-utils-opus-create-header" title="gst_codec_utils_opus_create_header ()">gst_codec_utils_opus_create_header</a>, function in <a class="link" href="gst-plugins-base-libs-Codec-utilities.html" title="Codec utilities">Codec utilities</a>
|
1914
|
+
</dt>
|
1915
|
+
<dd></dd>
|
1916
|
+
<dt>
|
1917
|
+
<a class="link" href="gst-plugins-base-libs-Codec-utilities.html#gst-codec-utils-opus-parse-caps" title="gst_codec_utils_opus_parse_caps ()">gst_codec_utils_opus_parse_caps</a>, function in <a class="link" href="gst-plugins-base-libs-Codec-utilities.html" title="Codec utilities">Codec utilities</a>
|
1918
|
+
</dt>
|
1919
|
+
<dd></dd>
|
1920
|
+
<dt>
|
1921
|
+
<a class="link" href="gst-plugins-base-libs-Codec-utilities.html#gst-codec-utils-opus-parse-header" title="gst_codec_utils_opus_parse_header ()">gst_codec_utils_opus_parse_header</a>, function in <a class="link" href="gst-plugins-base-libs-Codec-utilities.html" title="Codec utilities">Codec utilities</a>
|
1922
|
+
</dt>
|
1923
|
+
<dd></dd>
|
1924
|
+
<dt>
|
1925
|
+
<a class="link" href="GstColorBalance.html#GstColorBalance-struct" title="GstColorBalance">GstColorBalance</a>, struct in <a class="link" href="GstColorBalance.html" title="GstColorBalance">GstColorBalance</a>
|
1926
|
+
</dt>
|
1927
|
+
<dd></dd>
|
1928
|
+
<dt>
|
1929
|
+
<a class="link" href="GstColorBalance.html#GstColorBalance-value-changed" title="The “value-changed” signal">GstColorBalance::value-changed</a>, object signal in <a class="link" href="GstColorBalance.html" title="GstColorBalance">GstColorBalance</a>
|
1930
|
+
</dt>
|
1931
|
+
<dd></dd>
|
1932
|
+
<dt>
|
1933
|
+
<a class="link" href="GstColorBalanceChannel.html#GstColorBalanceChannel-struct" title="struct GstColorBalanceChannel">GstColorBalanceChannel</a>, struct in <a class="link" href="GstColorBalanceChannel.html" title="GstColorBalanceChannel">GstColorBalanceChannel</a>
|
1934
|
+
</dt>
|
1935
|
+
<dd></dd>
|
1936
|
+
<dt>
|
1937
|
+
<a class="link" href="GstColorBalanceChannel.html#GstColorBalanceChannel-value-changed" title="The “value-changed” signal">GstColorBalanceChannel::value-changed</a>, object signal in <a class="link" href="GstColorBalanceChannel.html" title="GstColorBalanceChannel">GstColorBalanceChannel</a>
|
1938
|
+
</dt>
|
1939
|
+
<dd></dd>
|
1940
|
+
<dt>
|
1941
|
+
<a class="link" href="GstColorBalanceChannel.html#GstColorBalanceChannelClass" title="struct GstColorBalanceChannelClass">GstColorBalanceChannelClass</a>, struct in <a class="link" href="GstColorBalanceChannel.html" title="GstColorBalanceChannel">GstColorBalanceChannel</a>
|
1942
|
+
</dt>
|
1943
|
+
<dd></dd>
|
1944
|
+
<dt>
|
1945
|
+
<a class="link" href="GstColorBalance.html#GstColorBalanceInterface" title="struct GstColorBalanceInterface">GstColorBalanceInterface</a>, struct in <a class="link" href="GstColorBalance.html" title="GstColorBalance">GstColorBalance</a>
|
1946
|
+
</dt>
|
1947
|
+
<dd></dd>
|
1948
|
+
<dt>
|
1949
|
+
<a class="link" href="GstColorBalance.html#GstColorBalanceType" title="enum GstColorBalanceType">GstColorBalanceType</a>, enum in <a class="link" href="GstColorBalance.html" title="GstColorBalance">GstColorBalance</a>
|
1950
|
+
</dt>
|
1951
|
+
<dd></dd>
|
1952
|
+
<dt>
|
1953
|
+
<a class="link" href="GstColorBalance.html#gst-color-balance-get-balance-type" title="gst_color_balance_get_balance_type ()">gst_color_balance_get_balance_type</a>, function in <a class="link" href="GstColorBalance.html" title="GstColorBalance">GstColorBalance</a>
|
1954
|
+
</dt>
|
1955
|
+
<dd></dd>
|
1956
|
+
<dt>
|
1957
|
+
<a class="link" href="GstColorBalance.html#gst-color-balance-get-value" title="gst_color_balance_get_value ()">gst_color_balance_get_value</a>, function in <a class="link" href="GstColorBalance.html" title="GstColorBalance">GstColorBalance</a>
|
1958
|
+
</dt>
|
1959
|
+
<dd></dd>
|
1960
|
+
<dt>
|
1961
|
+
<a class="link" href="GstColorBalance.html#gst-color-balance-list-channels" title="gst_color_balance_list_channels ()">gst_color_balance_list_channels</a>, function in <a class="link" href="GstColorBalance.html" title="GstColorBalance">GstColorBalance</a>
|
1962
|
+
</dt>
|
1963
|
+
<dd></dd>
|
1964
|
+
<dt>
|
1965
|
+
<a class="link" href="GstColorBalance.html#gst-color-balance-set-value" title="gst_color_balance_set_value ()">gst_color_balance_set_value</a>, function in <a class="link" href="GstColorBalance.html" title="GstColorBalance">GstColorBalance</a>
|
1966
|
+
</dt>
|
1967
|
+
<dd></dd>
|
1968
|
+
<dt>
|
1969
|
+
<a class="link" href="GstColorBalance.html#gst-color-balance-value-changed" title="gst_color_balance_value_changed ()">gst_color_balance_value_changed</a>, function in <a class="link" href="GstColorBalance.html" title="GstColorBalance">GstColorBalance</a>
|
1970
|
+
</dt>
|
1971
|
+
<dd></dd>
|
1972
|
+
<dt>
|
1973
|
+
<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>
|
1974
|
+
</dt>
|
1975
|
+
<dd></dd>
|
1976
|
+
<dt>
|
1977
|
+
<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>
|
1978
|
+
</dt>
|
1979
|
+
<dd></dd>
|
1980
|
+
<a name="idxD"></a><h3 class="title">D</h3>
|
1981
|
+
<dt>
|
1982
|
+
<a class="link" href="GstDiscoverer.html#GstDiscoverer-struct" title="struct GstDiscoverer">GstDiscoverer</a>, struct in <a class="link" href="GstDiscoverer.html" title="GstDiscoverer">GstDiscoverer</a>
|
1983
|
+
</dt>
|
1984
|
+
<dd></dd>
|
1985
|
+
<dt>
|
1986
|
+
<a class="link" href="GstDiscoverer.html#GstDiscoverer-discovered" title="The “discovered” signal">GstDiscoverer::discovered</a>, object signal in <a class="link" href="GstDiscoverer.html" title="GstDiscoverer">GstDiscoverer</a>
|
1987
|
+
</dt>
|
1988
|
+
<dd></dd>
|
1989
|
+
<dt>
|
1990
|
+
<a class="link" href="GstDiscoverer.html#GstDiscoverer-finished" title="The “finished” signal">GstDiscoverer::finished</a>, object signal in <a class="link" href="GstDiscoverer.html" title="GstDiscoverer">GstDiscoverer</a>
|
1991
|
+
</dt>
|
1992
|
+
<dd></dd>
|
1993
|
+
<dt>
|
1994
|
+
<a class="link" href="GstDiscoverer.html#GstDiscoverer-source-setup" title="The “source-setup” signal">GstDiscoverer::source-setup</a>, object signal in <a class="link" href="GstDiscoverer.html" title="GstDiscoverer">GstDiscoverer</a>
|
1995
|
+
</dt>
|
1996
|
+
<dd></dd>
|
1997
|
+
<dt>
|
1998
|
+
<a class="link" href="GstDiscoverer.html#GstDiscoverer-starting" title="The “starting” signal">GstDiscoverer::starting</a>, object signal in <a class="link" href="GstDiscoverer.html" title="GstDiscoverer">GstDiscoverer</a>
|
1999
|
+
</dt>
|
2000
|
+
<dd></dd>
|
2001
|
+
<dt>
|
2002
|
+
<a class="link" href="GstDiscoverer.html#GstDiscoverer--timeout" title="The “timeout” property">GstDiscoverer:timeout</a>, object property in <a class="link" href="GstDiscoverer.html" title="GstDiscoverer">GstDiscoverer</a>
|
2003
|
+
</dt>
|
2004
|
+
<dd></dd>
|
2005
|
+
<dt>
|
2006
|
+
<a class="link" href="GstDiscoverer.html#GstDiscovererAudioInfo" title="GstDiscovererAudioInfo">GstDiscovererAudioInfo</a>, struct in <a class="link" href="GstDiscoverer.html" title="GstDiscoverer">GstDiscoverer</a>
|
2007
|
+
</dt>
|
2008
|
+
<dd></dd>
|
2009
|
+
<dt>
|
2010
|
+
<a class="link" href="GstDiscoverer.html#GstDiscovererContainerInfo" title="GstDiscovererContainerInfo">GstDiscovererContainerInfo</a>, struct in <a class="link" href="GstDiscoverer.html" title="GstDiscoverer">GstDiscoverer</a>
|
2011
|
+
</dt>
|
2012
|
+
<dd></dd>
|
2013
|
+
<dt>
|
2014
|
+
<a class="link" href="GstDiscoverer.html#GstDiscovererInfo-struct" title="GstDiscovererInfo">GstDiscovererInfo</a>, struct in <a class="link" href="GstDiscoverer.html" title="GstDiscoverer">GstDiscoverer</a>
|
2015
|
+
</dt>
|
2016
|
+
<dd></dd>
|
2017
|
+
<dt>
|
2018
|
+
<a class="link" href="GstDiscoverer.html#GstDiscovererResult" title="enum GstDiscovererResult">GstDiscovererResult</a>, enum in <a class="link" href="GstDiscoverer.html" title="GstDiscoverer">GstDiscoverer</a>
|
2019
|
+
</dt>
|
2020
|
+
<dd></dd>
|
2021
|
+
<dt>
|
2022
|
+
<a class="link" href="GstDiscoverer.html#GstDiscovererSerializeFlags" title="enum GstDiscovererSerializeFlags">GstDiscovererSerializeFlags</a>, enum in <a class="link" href="GstDiscoverer.html" title="GstDiscoverer">GstDiscoverer</a>
|
2023
|
+
</dt>
|
2024
|
+
<dd></dd>
|
2025
|
+
<dt>
|
2026
|
+
<a class="link" href="GstDiscoverer.html#GstDiscovererStreamInfo" title="GstDiscovererStreamInfo">GstDiscovererStreamInfo</a>, struct in <a class="link" href="GstDiscoverer.html" title="GstDiscoverer">GstDiscoverer</a>
|
2027
|
+
</dt>
|
2028
|
+
<dd></dd>
|
2029
|
+
<dt>
|
2030
|
+
<a class="link" href="GstDiscoverer.html#GstDiscovererSubtitleInfo" title="GstDiscovererSubtitleInfo">GstDiscovererSubtitleInfo</a>, struct in <a class="link" href="GstDiscoverer.html" title="GstDiscoverer">GstDiscoverer</a>
|
2031
|
+
</dt>
|
2032
|
+
<dd></dd>
|
2033
|
+
<dt>
|
2034
|
+
<a class="link" href="GstDiscoverer.html#GstDiscovererVideoInfo" title="GstDiscovererVideoInfo">GstDiscovererVideoInfo</a>, struct in <a class="link" href="GstDiscoverer.html" title="GstDiscoverer">GstDiscoverer</a>
|
2035
|
+
</dt>
|
2036
|
+
<dd></dd>
|
2037
|
+
<dt>
|
2038
|
+
<a class="link" href="GstDiscoverer.html#gst-discoverer-audio-info-get-bitrate" title="gst_discoverer_audio_info_get_bitrate ()">gst_discoverer_audio_info_get_bitrate</a>, function in <a class="link" href="GstDiscoverer.html" title="GstDiscoverer">GstDiscoverer</a>
|
2039
|
+
</dt>
|
2040
|
+
<dd></dd>
|
2041
|
+
<dt>
|
2042
|
+
<a class="link" href="GstDiscoverer.html#gst-discoverer-audio-info-get-channels" title="gst_discoverer_audio_info_get_channels ()">gst_discoverer_audio_info_get_channels</a>, function in <a class="link" href="GstDiscoverer.html" title="GstDiscoverer">GstDiscoverer</a>
|
2043
|
+
</dt>
|
2044
|
+
<dd></dd>
|
2045
|
+
<dt>
|
2046
|
+
<a class="link" href="GstDiscoverer.html#gst-discoverer-audio-info-get-channel-mask" title="gst_discoverer_audio_info_get_channel_mask ()">gst_discoverer_audio_info_get_channel_mask</a>, function in <a class="link" href="GstDiscoverer.html" title="GstDiscoverer">GstDiscoverer</a>
|
2047
|
+
</dt>
|
2048
|
+
<dd></dd>
|
2049
|
+
<dt>
|
2050
|
+
<a class="link" href="GstDiscoverer.html#gst-discoverer-audio-info-get-depth" title="gst_discoverer_audio_info_get_depth ()">gst_discoverer_audio_info_get_depth</a>, function in <a class="link" href="GstDiscoverer.html" title="GstDiscoverer">GstDiscoverer</a>
|
2051
|
+
</dt>
|
2052
|
+
<dd></dd>
|
2053
|
+
<dt>
|
2054
|
+
<a class="link" href="GstDiscoverer.html#gst-discoverer-audio-info-get-language" title="gst_discoverer_audio_info_get_language ()">gst_discoverer_audio_info_get_language</a>, function in <a class="link" href="GstDiscoverer.html" title="GstDiscoverer">GstDiscoverer</a>
|
2055
|
+
</dt>
|
2056
|
+
<dd></dd>
|
2057
|
+
<dt>
|
2058
|
+
<a class="link" href="GstDiscoverer.html#gst-discoverer-audio-info-get-max-bitrate" title="gst_discoverer_audio_info_get_max_bitrate ()">gst_discoverer_audio_info_get_max_bitrate</a>, function in <a class="link" href="GstDiscoverer.html" title="GstDiscoverer">GstDiscoverer</a>
|
2059
|
+
</dt>
|
2060
|
+
<dd></dd>
|
2061
|
+
<dt>
|
2062
|
+
<a class="link" href="GstDiscoverer.html#gst-discoverer-audio-info-get-sample-rate" title="gst_discoverer_audio_info_get_sample_rate ()">gst_discoverer_audio_info_get_sample_rate</a>, function in <a class="link" href="GstDiscoverer.html" title="GstDiscoverer">GstDiscoverer</a>
|
2063
|
+
</dt>
|
2064
|
+
<dd></dd>
|
2065
|
+
<dt>
|
2066
|
+
<a class="link" href="GstDiscoverer.html#gst-discoverer-container-info-get-streams" title="gst_discoverer_container_info_get_streams ()">gst_discoverer_container_info_get_streams</a>, function in <a class="link" href="GstDiscoverer.html" title="GstDiscoverer">GstDiscoverer</a>
|
2067
|
+
</dt>
|
2068
|
+
<dd></dd>
|
2069
|
+
<dt>
|
2070
|
+
<a class="link" href="GstDiscoverer.html#gst-discoverer-discover-uri" title="gst_discoverer_discover_uri ()">gst_discoverer_discover_uri</a>, function in <a class="link" href="GstDiscoverer.html" title="GstDiscoverer">GstDiscoverer</a>
|
2071
|
+
</dt>
|
2072
|
+
<dd></dd>
|
2073
|
+
<dt>
|
2074
|
+
<a class="link" href="GstDiscoverer.html#gst-discoverer-discover-uri-async" title="gst_discoverer_discover_uri_async ()">gst_discoverer_discover_uri_async</a>, function in <a class="link" href="GstDiscoverer.html" title="GstDiscoverer">GstDiscoverer</a>
|
2075
|
+
</dt>
|
2076
|
+
<dd></dd>
|
2077
|
+
<dt>
|
2078
|
+
<a class="link" href="GstDiscoverer.html#gst-discoverer-info-from-variant" title="gst_discoverer_info_from_variant ()">gst_discoverer_info_from_variant</a>, function in <a class="link" href="GstDiscoverer.html" title="GstDiscoverer">GstDiscoverer</a>
|
2079
|
+
</dt>
|
2080
|
+
<dd></dd>
|
2081
|
+
<dt>
|
2082
|
+
<a class="link" href="GstDiscoverer.html#gst-discoverer-info-get-audio-streams" title="gst_discoverer_info_get_audio_streams ()">gst_discoverer_info_get_audio_streams</a>, function in <a class="link" href="GstDiscoverer.html" title="GstDiscoverer">GstDiscoverer</a>
|
2083
|
+
</dt>
|
2084
|
+
<dd></dd>
|
2085
|
+
<dt>
|
2086
|
+
<a class="link" href="GstDiscoverer.html#gst-discoverer-info-get-container-streams" title="gst_discoverer_info_get_container_streams ()">gst_discoverer_info_get_container_streams</a>, function in <a class="link" href="GstDiscoverer.html" title="GstDiscoverer">GstDiscoverer</a>
|
2087
|
+
</dt>
|
2088
|
+
<dd></dd>
|
2089
|
+
<dt>
|
2090
|
+
<a class="link" href="GstDiscoverer.html#gst-discoverer-info-get-duration" title="gst_discoverer_info_get_duration ()">gst_discoverer_info_get_duration</a>, function in <a class="link" href="GstDiscoverer.html" title="GstDiscoverer">GstDiscoverer</a>
|
2091
|
+
</dt>
|
2092
|
+
<dd></dd>
|
2093
|
+
<dt>
|
2094
|
+
<a class="link" href="GstDiscoverer.html#gst-discoverer-info-get-live" title="gst_discoverer_info_get_live ()">gst_discoverer_info_get_live</a>, function in <a class="link" href="GstDiscoverer.html" title="GstDiscoverer">GstDiscoverer</a>
|
2095
|
+
</dt>
|
2096
|
+
<dd></dd>
|
2097
|
+
<dt>
|
2098
|
+
<a class="link" href="GstDiscoverer.html#gst-discoverer-info-get-misc" title="gst_discoverer_info_get_misc ()">gst_discoverer_info_get_misc</a>, function in <a class="link" href="GstDiscoverer.html" title="GstDiscoverer">GstDiscoverer</a>
|
2099
|
+
</dt>
|
2100
|
+
<dd></dd>
|
2101
|
+
<dt>
|
2102
|
+
<a class="link" href="GstDiscoverer.html#gst-discoverer-info-get-missing-elements-installer-details" title="gst_discoverer_info_get_missing_elements_installer_details ()">gst_discoverer_info_get_missing_elements_installer_details</a>, function in <a class="link" href="GstDiscoverer.html" title="GstDiscoverer">GstDiscoverer</a>
|
2103
|
+
</dt>
|
2104
|
+
<dd></dd>
|
2105
|
+
<dt>
|
2106
|
+
<a class="link" href="GstDiscoverer.html#gst-discoverer-info-get-result" title="gst_discoverer_info_get_result ()">gst_discoverer_info_get_result</a>, function in <a class="link" href="GstDiscoverer.html" title="GstDiscoverer">GstDiscoverer</a>
|
2107
|
+
</dt>
|
2108
|
+
<dd></dd>
|
2109
|
+
<dt>
|
2110
|
+
<a class="link" href="GstDiscoverer.html#gst-discoverer-info-get-seekable" title="gst_discoverer_info_get_seekable ()">gst_discoverer_info_get_seekable</a>, function in <a class="link" href="GstDiscoverer.html" title="GstDiscoverer">GstDiscoverer</a>
|
2111
|
+
</dt>
|
2112
|
+
<dd></dd>
|
2113
|
+
<dt>
|
2114
|
+
<a class="link" href="GstDiscoverer.html#gst-discoverer-info-get-streams" title="gst_discoverer_info_get_streams ()">gst_discoverer_info_get_streams</a>, function in <a class="link" href="GstDiscoverer.html" title="GstDiscoverer">GstDiscoverer</a>
|
2115
|
+
</dt>
|
2116
|
+
<dd></dd>
|
2117
|
+
<dt>
|
2118
|
+
<a class="link" href="GstDiscoverer.html#gst-discoverer-info-get-stream-info" title="gst_discoverer_info_get_stream_info ()">gst_discoverer_info_get_stream_info</a>, function in <a class="link" href="GstDiscoverer.html" title="GstDiscoverer">GstDiscoverer</a>
|
2119
|
+
</dt>
|
2120
|
+
<dd></dd>
|
2121
|
+
<dt>
|
2122
|
+
<a class="link" href="GstDiscoverer.html#gst-discoverer-info-get-stream-list" title="gst_discoverer_info_get_stream_list ()">gst_discoverer_info_get_stream_list</a>, function in <a class="link" href="GstDiscoverer.html" title="GstDiscoverer">GstDiscoverer</a>
|
2123
|
+
</dt>
|
2124
|
+
<dd></dd>
|
2125
|
+
<dt>
|
2126
|
+
<a class="link" href="GstDiscoverer.html#gst-discoverer-info-get-subtitle-streams" title="gst_discoverer_info_get_subtitle_streams ()">gst_discoverer_info_get_subtitle_streams</a>, function in <a class="link" href="GstDiscoverer.html" title="GstDiscoverer">GstDiscoverer</a>
|
2127
|
+
</dt>
|
2128
|
+
<dd></dd>
|
2129
|
+
<dt>
|
2130
|
+
<a class="link" href="GstDiscoverer.html#gst-discoverer-info-get-tags" title="gst_discoverer_info_get_tags ()">gst_discoverer_info_get_tags</a>, function in <a class="link" href="GstDiscoverer.html" title="GstDiscoverer">GstDiscoverer</a>
|
2131
|
+
</dt>
|
2132
|
+
<dd></dd>
|
2133
|
+
<dt>
|
2134
|
+
<a class="link" href="GstDiscoverer.html#gst-discoverer-info-get-toc" title="gst_discoverer_info_get_toc ()">gst_discoverer_info_get_toc</a>, function in <a class="link" href="GstDiscoverer.html" title="GstDiscoverer">GstDiscoverer</a>
|
2135
|
+
</dt>
|
2136
|
+
<dd></dd>
|
2137
|
+
<dt>
|
2138
|
+
<a class="link" href="GstDiscoverer.html#gst-discoverer-info-get-uri" title="gst_discoverer_info_get_uri ()">gst_discoverer_info_get_uri</a>, function in <a class="link" href="GstDiscoverer.html" title="GstDiscoverer">GstDiscoverer</a>
|
2139
|
+
</dt>
|
2140
|
+
<dd></dd>
|
2141
|
+
<dt>
|
2142
|
+
<a class="link" href="GstDiscoverer.html#gst-discoverer-info-get-video-streams" title="gst_discoverer_info_get_video_streams ()">gst_discoverer_info_get_video_streams</a>, function in <a class="link" href="GstDiscoverer.html" title="GstDiscoverer">GstDiscoverer</a>
|
2143
|
+
</dt>
|
2144
|
+
<dd></dd>
|
2145
|
+
<dt>
|
2146
|
+
<a class="link" href="GstDiscoverer.html#gst-discoverer-info-ref" title="gst_discoverer_info_ref()">gst_discoverer_info_ref</a>, macro in <a class="link" href="GstDiscoverer.html" title="GstDiscoverer">GstDiscoverer</a>
|
2147
|
+
</dt>
|
2148
|
+
<dd></dd>
|
2149
|
+
<dt>
|
2150
|
+
<a class="link" href="GstDiscoverer.html#gst-discoverer-info-to-variant" title="gst_discoverer_info_to_variant ()">gst_discoverer_info_to_variant</a>, function in <a class="link" href="GstDiscoverer.html" title="GstDiscoverer">GstDiscoverer</a>
|
2151
|
+
</dt>
|
2152
|
+
<dd></dd>
|
2153
|
+
<dt>
|
2154
|
+
<a class="link" href="GstDiscoverer.html#gst-discoverer-info-unref" title="gst_discoverer_info_unref()">gst_discoverer_info_unref</a>, macro in <a class="link" href="GstDiscoverer.html" title="GstDiscoverer">GstDiscoverer</a>
|
2155
|
+
</dt>
|
2156
|
+
<dd></dd>
|
2157
|
+
<dt>
|
2158
|
+
<a class="link" href="GstDiscoverer.html#gst-discoverer-new" title="gst_discoverer_new ()">gst_discoverer_new</a>, function in <a class="link" href="GstDiscoverer.html" title="GstDiscoverer">GstDiscoverer</a>
|
2159
|
+
</dt>
|
2160
|
+
<dd></dd>
|
2161
|
+
<dt>
|
2162
|
+
<a class="link" href="GstDiscoverer.html#gst-discoverer-start" title="gst_discoverer_start ()">gst_discoverer_start</a>, function in <a class="link" href="GstDiscoverer.html" title="GstDiscoverer">GstDiscoverer</a>
|
2163
|
+
</dt>
|
2164
|
+
<dd></dd>
|
2165
|
+
<dt>
|
2166
|
+
<a class="link" href="GstDiscoverer.html#gst-discoverer-stop" title="gst_discoverer_stop ()">gst_discoverer_stop</a>, function in <a class="link" href="GstDiscoverer.html" title="GstDiscoverer">GstDiscoverer</a>
|
2167
|
+
</dt>
|
2168
|
+
<dd></dd>
|
2169
|
+
<dt>
|
2170
|
+
<a class="link" href="GstDiscoverer.html#gst-discoverer-stream-info-get-caps" title="gst_discoverer_stream_info_get_caps ()">gst_discoverer_stream_info_get_caps</a>, function in <a class="link" href="GstDiscoverer.html" title="GstDiscoverer">GstDiscoverer</a>
|
2171
|
+
</dt>
|
2172
|
+
<dd></dd>
|
2173
|
+
<dt>
|
2174
|
+
<a class="link" href="GstDiscoverer.html#gst-discoverer-stream-info-get-misc" title="gst_discoverer_stream_info_get_misc ()">gst_discoverer_stream_info_get_misc</a>, function in <a class="link" href="GstDiscoverer.html" title="GstDiscoverer">GstDiscoverer</a>
|
2175
|
+
</dt>
|
2176
|
+
<dd></dd>
|
2177
|
+
<dt>
|
2178
|
+
<a class="link" href="GstDiscoverer.html#gst-discoverer-stream-info-get-next" title="gst_discoverer_stream_info_get_next ()">gst_discoverer_stream_info_get_next</a>, function in <a class="link" href="GstDiscoverer.html" title="GstDiscoverer">GstDiscoverer</a>
|
2179
|
+
</dt>
|
2180
|
+
<dd></dd>
|
2181
|
+
<dt>
|
2182
|
+
<a class="link" href="GstDiscoverer.html#gst-discoverer-stream-info-get-previous" title="gst_discoverer_stream_info_get_previous ()">gst_discoverer_stream_info_get_previous</a>, function in <a class="link" href="GstDiscoverer.html" title="GstDiscoverer">GstDiscoverer</a>
|
2183
|
+
</dt>
|
2184
|
+
<dd></dd>
|
2185
|
+
<dt>
|
2186
|
+
<a class="link" href="GstDiscoverer.html#gst-discoverer-stream-info-get-stream-id" title="gst_discoverer_stream_info_get_stream_id ()">gst_discoverer_stream_info_get_stream_id</a>, function in <a class="link" href="GstDiscoverer.html" title="GstDiscoverer">GstDiscoverer</a>
|
2187
|
+
</dt>
|
2188
|
+
<dd></dd>
|
2189
|
+
<dt>
|
2190
|
+
<a class="link" href="GstDiscoverer.html#gst-discoverer-stream-info-get-stream-type-nick" title="gst_discoverer_stream_info_get_stream_type_nick ()">gst_discoverer_stream_info_get_stream_type_nick</a>, function in <a class="link" href="GstDiscoverer.html" title="GstDiscoverer">GstDiscoverer</a>
|
2191
|
+
</dt>
|
2192
|
+
<dd></dd>
|
2193
|
+
<dt>
|
2194
|
+
<a class="link" href="GstDiscoverer.html#gst-discoverer-stream-info-get-tags" title="gst_discoverer_stream_info_get_tags ()">gst_discoverer_stream_info_get_tags</a>, function in <a class="link" href="GstDiscoverer.html" title="GstDiscoverer">GstDiscoverer</a>
|
2195
|
+
</dt>
|
2196
|
+
<dd></dd>
|
2197
|
+
<dt>
|
2198
|
+
<a class="link" href="GstDiscoverer.html#gst-discoverer-stream-info-get-toc" title="gst_discoverer_stream_info_get_toc ()">gst_discoverer_stream_info_get_toc</a>, function in <a class="link" href="GstDiscoverer.html" title="GstDiscoverer">GstDiscoverer</a>
|
2199
|
+
</dt>
|
2200
|
+
<dd></dd>
|
2201
|
+
<dt>
|
2202
|
+
<a class="link" href="GstDiscoverer.html#gst-discoverer-stream-info-list-free" title="gst_discoverer_stream_info_list_free ()">gst_discoverer_stream_info_list_free</a>, function in <a class="link" href="GstDiscoverer.html" title="GstDiscoverer">GstDiscoverer</a>
|
2203
|
+
</dt>
|
2204
|
+
<dd></dd>
|
2205
|
+
<dt>
|
2206
|
+
<a class="link" href="GstDiscoverer.html#gst-discoverer-stream-info-ref" title="gst_discoverer_stream_info_ref()">gst_discoverer_stream_info_ref</a>, macro in <a class="link" href="GstDiscoverer.html" title="GstDiscoverer">GstDiscoverer</a>
|
2207
|
+
</dt>
|
2208
|
+
<dd></dd>
|
2209
|
+
<dt>
|
2210
|
+
<a class="link" href="GstDiscoverer.html#gst-discoverer-stream-info-unref" title="gst_discoverer_stream_info_unref()">gst_discoverer_stream_info_unref</a>, macro in <a class="link" href="GstDiscoverer.html" title="GstDiscoverer">GstDiscoverer</a>
|
2211
|
+
</dt>
|
2212
|
+
<dd></dd>
|
2213
|
+
<dt>
|
2214
|
+
<a class="link" href="GstDiscoverer.html#gst-discoverer-subtitle-info-get-language" title="gst_discoverer_subtitle_info_get_language ()">gst_discoverer_subtitle_info_get_language</a>, function in <a class="link" href="GstDiscoverer.html" title="GstDiscoverer">GstDiscoverer</a>
|
2215
|
+
</dt>
|
2216
|
+
<dd></dd>
|
2217
|
+
<dt>
|
2218
|
+
<a class="link" href="GstDiscoverer.html#gst-discoverer-video-info-get-bitrate" title="gst_discoverer_video_info_get_bitrate ()">gst_discoverer_video_info_get_bitrate</a>, function in <a class="link" href="GstDiscoverer.html" title="GstDiscoverer">GstDiscoverer</a>
|
2219
|
+
</dt>
|
2220
|
+
<dd></dd>
|
2221
|
+
<dt>
|
2222
|
+
<a class="link" href="GstDiscoverer.html#gst-discoverer-video-info-get-depth" title="gst_discoverer_video_info_get_depth ()">gst_discoverer_video_info_get_depth</a>, function in <a class="link" href="GstDiscoverer.html" title="GstDiscoverer">GstDiscoverer</a>
|
2223
|
+
</dt>
|
2224
|
+
<dd></dd>
|
2225
|
+
<dt>
|
2226
|
+
<a class="link" href="GstDiscoverer.html#gst-discoverer-video-info-get-framerate-denom" title="gst_discoverer_video_info_get_framerate_denom ()">gst_discoverer_video_info_get_framerate_denom</a>, function in <a class="link" href="GstDiscoverer.html" title="GstDiscoverer">GstDiscoverer</a>
|
2227
|
+
</dt>
|
2228
|
+
<dd></dd>
|
2229
|
+
<dt>
|
2230
|
+
<a class="link" href="GstDiscoverer.html#gst-discoverer-video-info-get-framerate-num" title="gst_discoverer_video_info_get_framerate_num ()">gst_discoverer_video_info_get_framerate_num</a>, function in <a class="link" href="GstDiscoverer.html" title="GstDiscoverer">GstDiscoverer</a>
|
2231
|
+
</dt>
|
2232
|
+
<dd></dd>
|
2233
|
+
<dt>
|
2234
|
+
<a class="link" href="GstDiscoverer.html#gst-discoverer-video-info-get-height" title="gst_discoverer_video_info_get_height ()">gst_discoverer_video_info_get_height</a>, function in <a class="link" href="GstDiscoverer.html" title="GstDiscoverer">GstDiscoverer</a>
|
2235
|
+
</dt>
|
2236
|
+
<dd></dd>
|
2237
|
+
<dt>
|
2238
|
+
<a class="link" href="GstDiscoverer.html#gst-discoverer-video-info-get-max-bitrate" title="gst_discoverer_video_info_get_max_bitrate ()">gst_discoverer_video_info_get_max_bitrate</a>, function in <a class="link" href="GstDiscoverer.html" title="GstDiscoverer">GstDiscoverer</a>
|
2239
|
+
</dt>
|
2240
|
+
<dd></dd>
|
2241
|
+
<dt>
|
2242
|
+
<a class="link" href="GstDiscoverer.html#gst-discoverer-video-info-get-par-denom" title="gst_discoverer_video_info_get_par_denom ()">gst_discoverer_video_info_get_par_denom</a>, function in <a class="link" href="GstDiscoverer.html" title="GstDiscoverer">GstDiscoverer</a>
|
2243
|
+
</dt>
|
2244
|
+
<dd></dd>
|
2245
|
+
<dt>
|
2246
|
+
<a class="link" href="GstDiscoverer.html#gst-discoverer-video-info-get-par-num" title="gst_discoverer_video_info_get_par_num ()">gst_discoverer_video_info_get_par_num</a>, function in <a class="link" href="GstDiscoverer.html" title="GstDiscoverer">GstDiscoverer</a>
|
2247
|
+
</dt>
|
2248
|
+
<dd></dd>
|
2249
|
+
<dt>
|
2250
|
+
<a class="link" href="GstDiscoverer.html#gst-discoverer-video-info-get-width" title="gst_discoverer_video_info_get_width ()">gst_discoverer_video_info_get_width</a>, function in <a class="link" href="GstDiscoverer.html" title="GstDiscoverer">GstDiscoverer</a>
|
2251
|
+
</dt>
|
2252
|
+
<dd></dd>
|
2253
|
+
<dt>
|
2254
|
+
<a class="link" href="GstDiscoverer.html#gst-discoverer-video-info-is-image" title="gst_discoverer_video_info_is_image ()">gst_discoverer_video_info_is_image</a>, function in <a class="link" href="GstDiscoverer.html" title="GstDiscoverer">GstDiscoverer</a>
|
2255
|
+
</dt>
|
2256
|
+
<dd></dd>
|
2257
|
+
<dt>
|
2258
|
+
<a class="link" href="GstDiscoverer.html#gst-discoverer-video-info-is-interlaced" title="gst_discoverer_video_info_is_interlaced ()">gst_discoverer_video_info_is_interlaced</a>, function in <a class="link" href="GstDiscoverer.html" title="GstDiscoverer">GstDiscoverer</a>
|
2259
|
+
</dt>
|
2260
|
+
<dd></dd>
|
2261
|
+
<dt>
|
2262
|
+
<a class="link" href="gst-plugins-base-libs-dmabuf.html#gst-dmabuf-allocator-alloc" title="gst_dmabuf_allocator_alloc ()">gst_dmabuf_allocator_alloc</a>, function in <a class="link" href="gst-plugins-base-libs-dmabuf.html" title="GstDmaBufAllocator">dmabuf</a>
|
2263
|
+
</dt>
|
2264
|
+
<dd></dd>
|
2265
|
+
<dt>
|
2266
|
+
<a class="link" href="gst-plugins-base-libs-dmabuf.html#gst-dmabuf-allocator-get-type" title="gst_dmabuf_allocator_get_type ()">gst_dmabuf_allocator_get_type</a>, function in <a class="link" href="gst-plugins-base-libs-dmabuf.html" title="GstDmaBufAllocator">dmabuf</a>
|
2267
|
+
</dt>
|
2268
|
+
<dd></dd>
|
2269
|
+
<dt>
|
2270
|
+
<a class="link" href="gst-plugins-base-libs-dmabuf.html#gst-dmabuf-allocator-new" title="gst_dmabuf_allocator_new ()">gst_dmabuf_allocator_new</a>, function in <a class="link" href="gst-plugins-base-libs-dmabuf.html" title="GstDmaBufAllocator">dmabuf</a>
|
2271
|
+
</dt>
|
2272
|
+
<dd></dd>
|
2273
|
+
<dt>
|
2274
|
+
<a class="link" href="gst-plugins-base-libs-dmabuf.html#gst-dmabuf-memory-get-fd" title="gst_dmabuf_memory_get_fd ()">gst_dmabuf_memory_get_fd</a>, function in <a class="link" href="gst-plugins-base-libs-dmabuf.html" title="GstDmaBufAllocator">dmabuf</a>
|
2275
|
+
</dt>
|
2276
|
+
<dd></dd>
|
2277
|
+
<a name="idxE"></a><h3 class="title">E</h3>
|
2278
|
+
<dt>
|
2279
|
+
<a class="link" href="gst-plugins-base-libs-GstEGLImage.html#GstEGLImageDestroyNotify" title="GstEGLImageDestroyNotify ()">GstEGLImageDestroyNotify</a>, user_function in <a class="link" href="gst-plugins-base-libs-GstEGLImage.html" title="GstEGLImage">GstEGLImage</a>
|
2280
|
+
</dt>
|
2281
|
+
<dd></dd>
|
2282
|
+
<dt>
|
2283
|
+
gst_egl_get_error_string, function in GstGLContextEGL
|
2284
|
+
</dt>
|
2285
|
+
<dd></dd>
|
2286
|
+
<dt>
|
2287
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstEGLImage.html" title="GstEGLImage">GstEGLImage</a>
|
2288
|
+
</dt>
|
2289
|
+
<dd></dd>
|
2290
|
+
<dt>
|
2291
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstEGLImage.html" title="GstEGLImage">GstEGLImage</a>
|
2292
|
+
</dt>
|
2293
|
+
<dd></dd>
|
2294
|
+
<dt>
|
2295
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstEGLImage.html" title="GstEGLImage">GstEGLImage</a>
|
2296
|
+
</dt>
|
2297
|
+
<dd></dd>
|
2298
|
+
<dt>
|
2299
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstEGLImage.html" title="GstEGLImage">GstEGLImage</a>
|
2300
|
+
</dt>
|
2301
|
+
<dd></dd>
|
2302
|
+
<dt>
|
2303
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstEGLImage.html" title="GstEGLImage">GstEGLImage</a>
|
2304
|
+
</dt>
|
2305
|
+
<dd></dd>
|
2306
|
+
<dt>
|
2307
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstEGLImage.html" title="GstEGLImage">GstEGLImage</a>
|
2308
|
+
</dt>
|
2309
|
+
<dd></dd>
|
2310
|
+
<dt>
|
2311
|
+
<a class="link" href="GstEncodingProfile.html#GstEncodingAudioProfile-struct" title="GstEncodingAudioProfile">GstEncodingAudioProfile</a>, struct in <a class="link" href="GstEncodingProfile.html" title="GstEncodingProfile">GstEncodingProfile</a>
|
2312
|
+
</dt>
|
2313
|
+
<dd></dd>
|
2314
|
+
<dt>
|
2315
|
+
<a class="link" href="GstEncodingProfile.html#GstEncodingContainerProfile-struct" title="GstEncodingContainerProfile">GstEncodingContainerProfile</a>, struct in <a class="link" href="GstEncodingProfile.html" title="GstEncodingProfile">GstEncodingProfile</a>
|
2316
|
+
</dt>
|
2317
|
+
<dd></dd>
|
2318
|
+
<dt>
|
2319
|
+
<a class="link" href="GstEncodingProfile.html#GstEncodingProfile-struct" title="GstEncodingProfile">GstEncodingProfile</a>, struct in <a class="link" href="GstEncodingProfile.html" title="GstEncodingProfile">GstEncodingProfile</a>
|
2320
|
+
</dt>
|
2321
|
+
<dd></dd>
|
2322
|
+
<dt>
|
2323
|
+
<a class="link" href="GstEncodingProfile.html#GstEncodingProfile--restriction-caps" title="The “restriction-caps” property">GstEncodingProfile:restriction-caps</a>, object property in <a class="link" href="GstEncodingProfile.html" title="GstEncodingProfile">GstEncodingProfile</a>
|
2324
|
+
</dt>
|
2325
|
+
<dd></dd>
|
2326
|
+
<dt>
|
2327
|
+
<a class="link" href="GstEncodingProfile.html#GstEncodingTarget-struct" title="GstEncodingTarget">GstEncodingTarget</a>, struct in <a class="link" href="GstEncodingProfile.html" title="GstEncodingProfile">GstEncodingProfile</a>
|
2328
|
+
</dt>
|
2329
|
+
<dd></dd>
|
2330
|
+
<dt>
|
2331
|
+
<a class="link" href="GstEncodingProfile.html#GstEncodingVideoProfile-struct" title="GstEncodingVideoProfile">GstEncodingVideoProfile</a>, struct in <a class="link" href="GstEncodingProfile.html" title="GstEncodingProfile">GstEncodingProfile</a>
|
2332
|
+
</dt>
|
2333
|
+
<dd></dd>
|
2334
|
+
<dt>
|
2335
|
+
<a class="link" href="GstEncodingProfile.html#gst-encoding-audio-profile-new" title="gst_encoding_audio_profile_new ()">gst_encoding_audio_profile_new</a>, function in <a class="link" href="GstEncodingProfile.html" title="GstEncodingProfile">GstEncodingProfile</a>
|
2336
|
+
</dt>
|
2337
|
+
<dd></dd>
|
2338
|
+
<dt>
|
2339
|
+
<a class="link" href="GstEncodingProfile.html#GST-ENCODING-CATEGORY-CAPTURE:CAPS" title="GST_ENCODING_CATEGORY_CAPTURE">GST_ENCODING_CATEGORY_CAPTURE</a>, macro in <a class="link" href="GstEncodingProfile.html" title="GstEncodingProfile">GstEncodingProfile</a>
|
2340
|
+
</dt>
|
2341
|
+
<dd></dd>
|
2342
|
+
<dt>
|
2343
|
+
<a class="link" href="GstEncodingProfile.html#GST-ENCODING-CATEGORY-DEVICE:CAPS" title="GST_ENCODING_CATEGORY_DEVICE">GST_ENCODING_CATEGORY_DEVICE</a>, macro in <a class="link" href="GstEncodingProfile.html" title="GstEncodingProfile">GstEncodingProfile</a>
|
2344
|
+
</dt>
|
2345
|
+
<dd></dd>
|
2346
|
+
<dt>
|
2347
|
+
<a class="link" href="GstEncodingProfile.html#GST-ENCODING-CATEGORY-ONLINE-SERVICE:CAPS" title="GST_ENCODING_CATEGORY_ONLINE_SERVICE">GST_ENCODING_CATEGORY_ONLINE_SERVICE</a>, macro in <a class="link" href="GstEncodingProfile.html" title="GstEncodingProfile">GstEncodingProfile</a>
|
2348
|
+
</dt>
|
2349
|
+
<dd></dd>
|
2350
|
+
<dt>
|
2351
|
+
<a class="link" href="GstEncodingProfile.html#GST-ENCODING-CATEGORY-STORAGE-EDITING:CAPS" title="GST_ENCODING_CATEGORY_STORAGE_EDITING">GST_ENCODING_CATEGORY_STORAGE_EDITING</a>, macro in <a class="link" href="GstEncodingProfile.html" title="GstEncodingProfile">GstEncodingProfile</a>
|
2352
|
+
</dt>
|
2353
|
+
<dd></dd>
|
2354
|
+
<dt>
|
2355
|
+
<a class="link" href="GstEncodingProfile.html#gst-encoding-container-profile-add-profile" title="gst_encoding_container_profile_add_profile ()">gst_encoding_container_profile_add_profile</a>, function in <a class="link" href="GstEncodingProfile.html" title="GstEncodingProfile">GstEncodingProfile</a>
|
2356
|
+
</dt>
|
2357
|
+
<dd></dd>
|
2358
|
+
<dt>
|
2359
|
+
<a class="link" href="GstEncodingProfile.html#gst-encoding-container-profile-contains-profile" title="gst_encoding_container_profile_contains_profile ()">gst_encoding_container_profile_contains_profile</a>, function in <a class="link" href="GstEncodingProfile.html" title="GstEncodingProfile">GstEncodingProfile</a>
|
2360
|
+
</dt>
|
2361
|
+
<dd></dd>
|
2362
|
+
<dt>
|
2363
|
+
<a class="link" href="GstEncodingProfile.html#gst-encoding-container-profile-get-profiles" title="gst_encoding_container_profile_get_profiles ()">gst_encoding_container_profile_get_profiles</a>, function in <a class="link" href="GstEncodingProfile.html" title="GstEncodingProfile">GstEncodingProfile</a>
|
2364
|
+
</dt>
|
2365
|
+
<dd></dd>
|
2366
|
+
<dt>
|
2367
|
+
<a class="link" href="GstEncodingProfile.html#gst-encoding-container-profile-new" title="gst_encoding_container_profile_new ()">gst_encoding_container_profile_new</a>, function in <a class="link" href="GstEncodingProfile.html" title="GstEncodingProfile">GstEncodingProfile</a>
|
2368
|
+
</dt>
|
2369
|
+
<dd></dd>
|
2370
|
+
<dt>
|
2371
|
+
<a class="link" href="GstEncodingProfile.html#gst-encoding-list-all-targets" title="gst_encoding_list_all_targets ()">gst_encoding_list_all_targets</a>, function in <a class="link" href="GstEncodingProfile.html" title="GstEncodingProfile">GstEncodingProfile</a>
|
2372
|
+
</dt>
|
2373
|
+
<dd></dd>
|
2374
|
+
<dt>
|
2375
|
+
<a class="link" href="GstEncodingProfile.html#gst-encoding-list-available-categories" title="gst_encoding_list_available_categories ()">gst_encoding_list_available_categories</a>, function in <a class="link" href="GstEncodingProfile.html" title="GstEncodingProfile">GstEncodingProfile</a>
|
2376
|
+
</dt>
|
2377
|
+
<dd></dd>
|
2378
|
+
<dt>
|
2379
|
+
<a class="link" href="GstEncodingProfile.html#gst-encoding-profile-copy" title="gst_encoding_profile_copy ()">gst_encoding_profile_copy</a>, function in <a class="link" href="GstEncodingProfile.html" title="GstEncodingProfile">GstEncodingProfile</a>
|
2380
|
+
</dt>
|
2381
|
+
<dd></dd>
|
2382
|
+
<dt>
|
2383
|
+
<a class="link" href="GstEncodingProfile.html#gst-encoding-profile-find" title="gst_encoding_profile_find ()">gst_encoding_profile_find</a>, function in <a class="link" href="GstEncodingProfile.html" title="GstEncodingProfile">GstEncodingProfile</a>
|
2384
|
+
</dt>
|
2385
|
+
<dd></dd>
|
2386
|
+
<dt>
|
2387
|
+
<a class="link" href="GstEncodingProfile.html#gst-encoding-profile-from-discoverer" title="gst_encoding_profile_from_discoverer ()">gst_encoding_profile_from_discoverer</a>, function in <a class="link" href="GstEncodingProfile.html" title="GstEncodingProfile">GstEncodingProfile</a>
|
2388
|
+
</dt>
|
2389
|
+
<dd></dd>
|
2390
|
+
<dt>
|
2391
|
+
<a class="link" href="GstEncodingProfile.html#gst-encoding-profile-get-allow-dynamic-output" title="gst_encoding_profile_get_allow_dynamic_output ()">gst_encoding_profile_get_allow_dynamic_output</a>, function in <a class="link" href="GstEncodingProfile.html" title="GstEncodingProfile">GstEncodingProfile</a>
|
2392
|
+
</dt>
|
2393
|
+
<dd></dd>
|
2394
|
+
<dt>
|
2395
|
+
<a class="link" href="GstEncodingProfile.html#gst-encoding-profile-get-description" title="gst_encoding_profile_get_description ()">gst_encoding_profile_get_description</a>, function in <a class="link" href="GstEncodingProfile.html" title="GstEncodingProfile">GstEncodingProfile</a>
|
2396
|
+
</dt>
|
2397
|
+
<dd></dd>
|
2398
|
+
<dt>
|
2399
|
+
<a class="link" href="GstEncodingProfile.html#gst-encoding-profile-get-file-extension" title="gst_encoding_profile_get_file_extension ()">gst_encoding_profile_get_file_extension</a>, function in <a class="link" href="GstEncodingProfile.html" title="GstEncodingProfile">GstEncodingProfile</a>
|
2400
|
+
</dt>
|
2401
|
+
<dd></dd>
|
2402
|
+
<dt>
|
2403
|
+
<a class="link" href="GstEncodingProfile.html#gst-encoding-profile-get-format" title="gst_encoding_profile_get_format ()">gst_encoding_profile_get_format</a>, function in <a class="link" href="GstEncodingProfile.html" title="GstEncodingProfile">GstEncodingProfile</a>
|
2404
|
+
</dt>
|
2405
|
+
<dd></dd>
|
2406
|
+
<dt>
|
2407
|
+
<a class="link" href="GstEncodingProfile.html#gst-encoding-profile-get-input-caps" title="gst_encoding_profile_get_input_caps ()">gst_encoding_profile_get_input_caps</a>, function in <a class="link" href="GstEncodingProfile.html" title="GstEncodingProfile">GstEncodingProfile</a>
|
2408
|
+
</dt>
|
2409
|
+
<dd></dd>
|
2410
|
+
<dt>
|
2411
|
+
<a class="link" href="GstEncodingProfile.html#gst-encoding-profile-get-name" title="gst_encoding_profile_get_name ()">gst_encoding_profile_get_name</a>, function in <a class="link" href="GstEncodingProfile.html" title="GstEncodingProfile">GstEncodingProfile</a>
|
2412
|
+
</dt>
|
2413
|
+
<dd></dd>
|
2414
|
+
<dt>
|
2415
|
+
<a class="link" href="GstEncodingProfile.html#gst-encoding-profile-get-presence" title="gst_encoding_profile_get_presence ()">gst_encoding_profile_get_presence</a>, function in <a class="link" href="GstEncodingProfile.html" title="GstEncodingProfile">GstEncodingProfile</a>
|
2416
|
+
</dt>
|
2417
|
+
<dd></dd>
|
2418
|
+
<dt>
|
2419
|
+
<a class="link" href="GstEncodingProfile.html#gst-encoding-profile-get-preset" title="gst_encoding_profile_get_preset ()">gst_encoding_profile_get_preset</a>, function in <a class="link" href="GstEncodingProfile.html" title="GstEncodingProfile">GstEncodingProfile</a>
|
2420
|
+
</dt>
|
2421
|
+
<dd></dd>
|
2422
|
+
<dt>
|
2423
|
+
<a class="link" href="GstEncodingProfile.html#gst-encoding-profile-get-preset-name" title="gst_encoding_profile_get_preset_name ()">gst_encoding_profile_get_preset_name</a>, function in <a class="link" href="GstEncodingProfile.html" title="GstEncodingProfile">GstEncodingProfile</a>
|
2424
|
+
</dt>
|
2425
|
+
<dd></dd>
|
2426
|
+
<dt>
|
2427
|
+
<a class="link" href="GstEncodingProfile.html#gst-encoding-profile-get-restriction" title="gst_encoding_profile_get_restriction ()">gst_encoding_profile_get_restriction</a>, function in <a class="link" href="GstEncodingProfile.html" title="GstEncodingProfile">GstEncodingProfile</a>
|
2428
|
+
</dt>
|
2429
|
+
<dd></dd>
|
2430
|
+
<dt>
|
2431
|
+
<a class="link" href="GstEncodingProfile.html#gst-encoding-profile-get-type-nick" title="gst_encoding_profile_get_type_nick ()">gst_encoding_profile_get_type_nick</a>, function in <a class="link" href="GstEncodingProfile.html" title="GstEncodingProfile">GstEncodingProfile</a>
|
2432
|
+
</dt>
|
2433
|
+
<dd></dd>
|
2434
|
+
<dt>
|
2435
|
+
<a class="link" href="GstEncodingProfile.html#gst-encoding-profile-is-enabled" title="gst_encoding_profile_is_enabled ()">gst_encoding_profile_is_enabled</a>, function in <a class="link" href="GstEncodingProfile.html" title="GstEncodingProfile">GstEncodingProfile</a>
|
2436
|
+
</dt>
|
2437
|
+
<dd></dd>
|
2438
|
+
<dt>
|
2439
|
+
<a class="link" href="GstEncodingProfile.html#gst-encoding-profile-is-equal" title="gst_encoding_profile_is_equal ()">gst_encoding_profile_is_equal</a>, function in <a class="link" href="GstEncodingProfile.html" title="GstEncodingProfile">GstEncodingProfile</a>
|
2440
|
+
</dt>
|
2441
|
+
<dd></dd>
|
2442
|
+
<dt>
|
2443
|
+
<a class="link" href="GstEncodingProfile.html#gst-encoding-profile-ref" title="gst_encoding_profile_ref()">gst_encoding_profile_ref</a>, macro in <a class="link" href="GstEncodingProfile.html" title="GstEncodingProfile">GstEncodingProfile</a>
|
2444
|
+
</dt>
|
2445
|
+
<dd></dd>
|
2446
|
+
<dt>
|
2447
|
+
<a class="link" href="GstEncodingProfile.html#gst-encoding-profile-set-allow-dynamic-output" title="gst_encoding_profile_set_allow_dynamic_output ()">gst_encoding_profile_set_allow_dynamic_output</a>, function in <a class="link" href="GstEncodingProfile.html" title="GstEncodingProfile">GstEncodingProfile</a>
|
2448
|
+
</dt>
|
2449
|
+
<dd></dd>
|
2450
|
+
<dt>
|
2451
|
+
<a class="link" href="GstEncodingProfile.html#gst-encoding-profile-set-description" title="gst_encoding_profile_set_description ()">gst_encoding_profile_set_description</a>, function in <a class="link" href="GstEncodingProfile.html" title="GstEncodingProfile">GstEncodingProfile</a>
|
2452
|
+
</dt>
|
2453
|
+
<dd></dd>
|
2454
|
+
<dt>
|
2455
|
+
<a class="link" href="GstEncodingProfile.html#gst-encoding-profile-set-enabled" title="gst_encoding_profile_set_enabled ()">gst_encoding_profile_set_enabled</a>, function in <a class="link" href="GstEncodingProfile.html" title="GstEncodingProfile">GstEncodingProfile</a>
|
2456
|
+
</dt>
|
2457
|
+
<dd></dd>
|
2458
|
+
<dt>
|
2459
|
+
<a class="link" href="GstEncodingProfile.html#gst-encoding-profile-set-format" title="gst_encoding_profile_set_format ()">gst_encoding_profile_set_format</a>, function in <a class="link" href="GstEncodingProfile.html" title="GstEncodingProfile">GstEncodingProfile</a>
|
2460
|
+
</dt>
|
2461
|
+
<dd></dd>
|
2462
|
+
<dt>
|
2463
|
+
<a class="link" href="GstEncodingProfile.html#gst-encoding-profile-set-name" title="gst_encoding_profile_set_name ()">gst_encoding_profile_set_name</a>, function in <a class="link" href="GstEncodingProfile.html" title="GstEncodingProfile">GstEncodingProfile</a>
|
2464
|
+
</dt>
|
2465
|
+
<dd></dd>
|
2466
|
+
<dt>
|
2467
|
+
<a class="link" href="GstEncodingProfile.html#gst-encoding-profile-set-presence" title="gst_encoding_profile_set_presence ()">gst_encoding_profile_set_presence</a>, function in <a class="link" href="GstEncodingProfile.html" title="GstEncodingProfile">GstEncodingProfile</a>
|
2468
|
+
</dt>
|
2469
|
+
<dd></dd>
|
2470
|
+
<dt>
|
2471
|
+
<a class="link" href="GstEncodingProfile.html#gst-encoding-profile-set-preset" title="gst_encoding_profile_set_preset ()">gst_encoding_profile_set_preset</a>, function in <a class="link" href="GstEncodingProfile.html" title="GstEncodingProfile">GstEncodingProfile</a>
|
2472
|
+
</dt>
|
2473
|
+
<dd></dd>
|
2474
|
+
<dt>
|
2475
|
+
<a class="link" href="GstEncodingProfile.html#gst-encoding-profile-set-preset-name" title="gst_encoding_profile_set_preset_name ()">gst_encoding_profile_set_preset_name</a>, function in <a class="link" href="GstEncodingProfile.html" title="GstEncodingProfile">GstEncodingProfile</a>
|
2476
|
+
</dt>
|
2477
|
+
<dd></dd>
|
2478
|
+
<dt>
|
2479
|
+
<a class="link" href="GstEncodingProfile.html#gst-encoding-profile-set-restriction" title="gst_encoding_profile_set_restriction ()">gst_encoding_profile_set_restriction</a>, function in <a class="link" href="GstEncodingProfile.html" title="GstEncodingProfile">GstEncodingProfile</a>
|
2480
|
+
</dt>
|
2481
|
+
<dd></dd>
|
2482
|
+
<dt>
|
2483
|
+
<a class="link" href="GstEncodingProfile.html#gst-encoding-profile-unref" title="gst_encoding_profile_unref()">gst_encoding_profile_unref</a>, macro in <a class="link" href="GstEncodingProfile.html" title="GstEncodingProfile">GstEncodingProfile</a>
|
2484
|
+
</dt>
|
2485
|
+
<dd></dd>
|
2486
|
+
<dt>
|
2487
|
+
<a class="link" href="GstEncodingProfile.html#gst-encoding-target-add-profile" title="gst_encoding_target_add_profile ()">gst_encoding_target_add_profile</a>, function in <a class="link" href="GstEncodingProfile.html" title="GstEncodingProfile">GstEncodingProfile</a>
|
2488
|
+
</dt>
|
2489
|
+
<dd></dd>
|
2490
|
+
<dt>
|
2491
|
+
<a class="link" href="GstEncodingProfile.html#gst-encoding-target-get-category" title="gst_encoding_target_get_category ()">gst_encoding_target_get_category</a>, function in <a class="link" href="GstEncodingProfile.html" title="GstEncodingProfile">GstEncodingProfile</a>
|
2492
|
+
</dt>
|
2493
|
+
<dd></dd>
|
2494
|
+
<dt>
|
2495
|
+
<a class="link" href="GstEncodingProfile.html#gst-encoding-target-get-description" title="gst_encoding_target_get_description ()">gst_encoding_target_get_description</a>, function in <a class="link" href="GstEncodingProfile.html" title="GstEncodingProfile">GstEncodingProfile</a>
|
2496
|
+
</dt>
|
2497
|
+
<dd></dd>
|
2498
|
+
<dt>
|
2499
|
+
<a class="link" href="GstEncodingProfile.html#gst-encoding-target-get-name" title="gst_encoding_target_get_name ()">gst_encoding_target_get_name</a>, function in <a class="link" href="GstEncodingProfile.html" title="GstEncodingProfile">GstEncodingProfile</a>
|
2500
|
+
</dt>
|
2501
|
+
<dd></dd>
|
2502
|
+
<dt>
|
2503
|
+
<a class="link" href="GstEncodingProfile.html#gst-encoding-target-get-profile" title="gst_encoding_target_get_profile ()">gst_encoding_target_get_profile</a>, function in <a class="link" href="GstEncodingProfile.html" title="GstEncodingProfile">GstEncodingProfile</a>
|
2504
|
+
</dt>
|
2505
|
+
<dd></dd>
|
2506
|
+
<dt>
|
2507
|
+
<a class="link" href="GstEncodingProfile.html#gst-encoding-target-get-profiles" title="gst_encoding_target_get_profiles ()">gst_encoding_target_get_profiles</a>, function in <a class="link" href="GstEncodingProfile.html" title="GstEncodingProfile">GstEncodingProfile</a>
|
2508
|
+
</dt>
|
2509
|
+
<dd></dd>
|
2510
|
+
<dt>
|
2511
|
+
<a class="link" href="GstEncodingProfile.html#gst-encoding-target-load" title="gst_encoding_target_load ()">gst_encoding_target_load</a>, function in <a class="link" href="GstEncodingProfile.html" title="GstEncodingProfile">GstEncodingProfile</a>
|
2512
|
+
</dt>
|
2513
|
+
<dd></dd>
|
2514
|
+
<dt>
|
2515
|
+
<a class="link" href="GstEncodingProfile.html#gst-encoding-target-load-from-file" title="gst_encoding_target_load_from_file ()">gst_encoding_target_load_from_file</a>, function in <a class="link" href="GstEncodingProfile.html" title="GstEncodingProfile">GstEncodingProfile</a>
|
2516
|
+
</dt>
|
2517
|
+
<dd></dd>
|
2518
|
+
<dt>
|
2519
|
+
<a class="link" href="GstEncodingProfile.html#gst-encoding-target-new" title="gst_encoding_target_new ()">gst_encoding_target_new</a>, function in <a class="link" href="GstEncodingProfile.html" title="GstEncodingProfile">GstEncodingProfile</a>
|
2520
|
+
</dt>
|
2521
|
+
<dd></dd>
|
2522
|
+
<dt>
|
2523
|
+
<a class="link" href="GstEncodingProfile.html#gst-encoding-target-ref" title="gst_encoding_target_ref()">gst_encoding_target_ref</a>, macro in <a class="link" href="GstEncodingProfile.html" title="GstEncodingProfile">GstEncodingProfile</a>
|
2524
|
+
</dt>
|
2525
|
+
<dd></dd>
|
2526
|
+
<dt>
|
2527
|
+
<a class="link" href="GstEncodingProfile.html#gst-encoding-target-save" title="gst_encoding_target_save ()">gst_encoding_target_save</a>, function in <a class="link" href="GstEncodingProfile.html" title="GstEncodingProfile">GstEncodingProfile</a>
|
2528
|
+
</dt>
|
2529
|
+
<dd></dd>
|
2530
|
+
<dt>
|
2531
|
+
<a class="link" href="GstEncodingProfile.html#gst-encoding-target-save-to-file" title="gst_encoding_target_save_to_file ()">gst_encoding_target_save_to_file</a>, function in <a class="link" href="GstEncodingProfile.html" title="GstEncodingProfile">GstEncodingProfile</a>
|
2532
|
+
</dt>
|
2533
|
+
<dd></dd>
|
2534
|
+
<dt>
|
2535
|
+
<a class="link" href="GstEncodingProfile.html#gst-encoding-target-unref" title="gst_encoding_target_unref()">gst_encoding_target_unref</a>, macro in <a class="link" href="GstEncodingProfile.html" title="GstEncodingProfile">GstEncodingProfile</a>
|
2536
|
+
</dt>
|
2537
|
+
<dd></dd>
|
2538
|
+
<dt>
|
2539
|
+
<a class="link" href="GstEncodingProfile.html#gst-encoding-video-profile-get-pass" title="gst_encoding_video_profile_get_pass ()">gst_encoding_video_profile_get_pass</a>, function in <a class="link" href="GstEncodingProfile.html" title="GstEncodingProfile">GstEncodingProfile</a>
|
2540
|
+
</dt>
|
2541
|
+
<dd></dd>
|
2542
|
+
<dt>
|
2543
|
+
<a class="link" href="GstEncodingProfile.html#gst-encoding-video-profile-get-variableframerate" title="gst_encoding_video_profile_get_variableframerate ()">gst_encoding_video_profile_get_variableframerate</a>, function in <a class="link" href="GstEncodingProfile.html" title="GstEncodingProfile">GstEncodingProfile</a>
|
2544
|
+
</dt>
|
2545
|
+
<dd></dd>
|
2546
|
+
<dt>
|
2547
|
+
<a class="link" href="GstEncodingProfile.html#gst-encoding-video-profile-new" title="gst_encoding_video_profile_new ()">gst_encoding_video_profile_new</a>, function in <a class="link" href="GstEncodingProfile.html" title="GstEncodingProfile">GstEncodingProfile</a>
|
2548
|
+
</dt>
|
2549
|
+
<dd></dd>
|
2550
|
+
<dt>
|
2551
|
+
<a class="link" href="GstEncodingProfile.html#gst-encoding-video-profile-set-pass" title="gst_encoding_video_profile_set_pass ()">gst_encoding_video_profile_set_pass</a>, function in <a class="link" href="GstEncodingProfile.html" title="GstEncodingProfile">GstEncodingProfile</a>
|
2552
|
+
</dt>
|
2553
|
+
<dd></dd>
|
2554
|
+
<dt>
|
2555
|
+
<a class="link" href="GstEncodingProfile.html#gst-encoding-video-profile-set-variableframerate" title="gst_encoding_video_profile_set_variableframerate ()">gst_encoding_video_profile_set_variableframerate</a>, function in <a class="link" href="GstEncodingProfile.html" title="GstEncodingProfile">GstEncodingProfile</a>
|
2556
|
+
</dt>
|
2557
|
+
<dd></dd>
|
2558
|
+
<a name="idxF"></a><h3 class="title">F</h3>
|
2559
|
+
<dt>
|
2560
|
+
<a class="link" href="gst-plugins-base-libs-fdmemory.html#GstFdMemoryFlags" title="enum GstFdMemoryFlags">GstFdMemoryFlags</a>, enum in <a class="link" href="gst-plugins-base-libs-fdmemory.html" title="GstFdAllocator">fdmemory</a>
|
2561
|
+
</dt>
|
2562
|
+
<dd></dd>
|
2563
|
+
<dt>
|
2564
|
+
<a class="link" href="gst-plugins-base-libs-fdmemory.html#gst-fd-allocator-alloc" title="gst_fd_allocator_alloc ()">gst_fd_allocator_alloc</a>, function in <a class="link" href="gst-plugins-base-libs-fdmemory.html" title="GstFdAllocator">fdmemory</a>
|
2565
|
+
</dt>
|
2566
|
+
<dd></dd>
|
2567
|
+
<dt>
|
2568
|
+
<a class="link" href="gst-plugins-base-libs-fdmemory.html#gst-fd-allocator-get-type" title="gst_fd_allocator_get_type ()">gst_fd_allocator_get_type</a>, function in <a class="link" href="gst-plugins-base-libs-fdmemory.html" title="GstFdAllocator">fdmemory</a>
|
2569
|
+
</dt>
|
2570
|
+
<dd></dd>
|
2571
|
+
<dt>
|
2572
|
+
<a class="link" href="gst-plugins-base-libs-fdmemory.html#gst-fd-allocator-new" title="gst_fd_allocator_new ()">gst_fd_allocator_new</a>, function in <a class="link" href="gst-plugins-base-libs-fdmemory.html" title="GstFdAllocator">fdmemory</a>
|
2573
|
+
</dt>
|
2574
|
+
<dd></dd>
|
2575
|
+
<dt>
|
2576
|
+
<a class="link" href="gst-plugins-base-libs-fdmemory.html#gst-fd-memory-get-fd" title="gst_fd_memory_get_fd ()">gst_fd_memory_get_fd</a>, function in <a class="link" href="gst-plugins-base-libs-fdmemory.html" title="GstFdAllocator">fdmemory</a>
|
2577
|
+
</dt>
|
2578
|
+
<dd></dd>
|
2579
|
+
<dt>
|
2580
|
+
<a class="link" href="gst-plugins-base-libs-GstFFTF32.html#GstFFTF32" title="GstFFTF32">GstFFTF32</a>, struct in <a class="link" href="gst-plugins-base-libs-GstFFTF32.html" title="GstFFTF32">GstFFTF32</a>
|
2581
|
+
</dt>
|
2582
|
+
<dd></dd>
|
2583
|
+
<dt>
|
2584
|
+
<a class="link" href="gst-plugins-base-libs-GstFFTF32.html#GstFFTF32Complex" title="struct GstFFTF32Complex">GstFFTF32Complex</a>, struct in <a class="link" href="gst-plugins-base-libs-GstFFTF32.html" title="GstFFTF32">GstFFTF32</a>
|
2585
|
+
</dt>
|
2586
|
+
<dd></dd>
|
2587
|
+
<dt>
|
2588
|
+
<a class="link" href="gst-plugins-base-libs-GstFFTF64.html#GstFFTF64" title="GstFFTF64">GstFFTF64</a>, struct in <a class="link" href="gst-plugins-base-libs-GstFFTF64.html" title="GstFFTF64">GstFFTF64</a>
|
2589
|
+
</dt>
|
2590
|
+
<dd></dd>
|
2591
|
+
<dt>
|
2592
|
+
<a class="link" href="gst-plugins-base-libs-GstFFTF64.html#GstFFTF64Complex" title="struct GstFFTF64Complex">GstFFTF64Complex</a>, struct in <a class="link" href="gst-plugins-base-libs-GstFFTF64.html" title="GstFFTF64">GstFFTF64</a>
|
2593
|
+
</dt>
|
2594
|
+
<dd></dd>
|
2595
|
+
<dt>
|
2596
|
+
<a class="link" href="gst-plugins-base-libs-GstFFTS16.html#GstFFTS16" title="GstFFTS16">GstFFTS16</a>, struct in <a class="link" href="gst-plugins-base-libs-GstFFTS16.html" title="GstFFTS16">GstFFTS16</a>
|
2597
|
+
</dt>
|
2598
|
+
<dd></dd>
|
2599
|
+
<dt>
|
2600
|
+
<a class="link" href="gst-plugins-base-libs-GstFFTS16.html#GstFFTS16Complex" title="struct GstFFTS16Complex">GstFFTS16Complex</a>, struct in <a class="link" href="gst-plugins-base-libs-GstFFTS16.html" title="GstFFTS16">GstFFTS16</a>
|
2601
|
+
</dt>
|
2602
|
+
<dd></dd>
|
2603
|
+
<dt>
|
2604
|
+
<a class="link" href="gst-plugins-base-libs-GstFFTS32.html#GstFFTS32" title="GstFFTS32">GstFFTS32</a>, struct in <a class="link" href="gst-plugins-base-libs-GstFFTS32.html" title="GstFFTS32">GstFFTS32</a>
|
2605
|
+
</dt>
|
2606
|
+
<dd></dd>
|
2607
|
+
<dt>
|
2608
|
+
<a class="link" href="gst-plugins-base-libs-GstFFTS32.html#GstFFTS32Complex" title="struct GstFFTS32Complex">GstFFTS32Complex</a>, struct in <a class="link" href="gst-plugins-base-libs-GstFFTS32.html" title="GstFFTS32">GstFFTS32</a>
|
2609
|
+
</dt>
|
2610
|
+
<dd></dd>
|
2611
|
+
<dt>
|
2612
|
+
<a class="link" href="gst-plugins-base-libs-GstFFT.html#GstFFTWindow" title="enum GstFFTWindow">GstFFTWindow</a>, enum in <a class="link" href="gst-plugins-base-libs-GstFFT.html" title="GstFFT">GstFFT</a>
|
2613
|
+
</dt>
|
2614
|
+
<dd></dd>
|
2615
|
+
<dt>
|
2616
|
+
<a class="link" href="gst-plugins-base-libs-GstFFTF32.html#gst-fft-f32-fft" title="gst_fft_f32_fft ()">gst_fft_f32_fft</a>, function in <a class="link" href="gst-plugins-base-libs-GstFFTF32.html" title="GstFFTF32">GstFFTF32</a>
|
2617
|
+
</dt>
|
2618
|
+
<dd></dd>
|
2619
|
+
<dt>
|
2620
|
+
<a class="link" href="gst-plugins-base-libs-GstFFTF32.html#gst-fft-f32-free" title="gst_fft_f32_free ()">gst_fft_f32_free</a>, function in <a class="link" href="gst-plugins-base-libs-GstFFTF32.html" title="GstFFTF32">GstFFTF32</a>
|
2621
|
+
</dt>
|
2622
|
+
<dd></dd>
|
2623
|
+
<dt>
|
2624
|
+
<a class="link" href="gst-plugins-base-libs-GstFFTF32.html#gst-fft-f32-inverse-fft" title="gst_fft_f32_inverse_fft ()">gst_fft_f32_inverse_fft</a>, function in <a class="link" href="gst-plugins-base-libs-GstFFTF32.html" title="GstFFTF32">GstFFTF32</a>
|
2625
|
+
</dt>
|
2626
|
+
<dd></dd>
|
2627
|
+
<dt>
|
2628
|
+
<a class="link" href="gst-plugins-base-libs-GstFFTF32.html#gst-fft-f32-new" title="gst_fft_f32_new ()">gst_fft_f32_new</a>, function in <a class="link" href="gst-plugins-base-libs-GstFFTF32.html" title="GstFFTF32">GstFFTF32</a>
|
2629
|
+
</dt>
|
2630
|
+
<dd></dd>
|
2631
|
+
<dt>
|
2632
|
+
<a class="link" href="gst-plugins-base-libs-GstFFTF32.html#gst-fft-f32-window" title="gst_fft_f32_window ()">gst_fft_f32_window</a>, function in <a class="link" href="gst-plugins-base-libs-GstFFTF32.html" title="GstFFTF32">GstFFTF32</a>
|
2633
|
+
</dt>
|
2634
|
+
<dd></dd>
|
2635
|
+
<dt>
|
2636
|
+
<a class="link" href="gst-plugins-base-libs-GstFFTF64.html#gst-fft-f64-fft" title="gst_fft_f64_fft ()">gst_fft_f64_fft</a>, function in <a class="link" href="gst-plugins-base-libs-GstFFTF64.html" title="GstFFTF64">GstFFTF64</a>
|
2637
|
+
</dt>
|
2638
|
+
<dd></dd>
|
2639
|
+
<dt>
|
2640
|
+
<a class="link" href="gst-plugins-base-libs-GstFFTF64.html#gst-fft-f64-free" title="gst_fft_f64_free ()">gst_fft_f64_free</a>, function in <a class="link" href="gst-plugins-base-libs-GstFFTF64.html" title="GstFFTF64">GstFFTF64</a>
|
2641
|
+
</dt>
|
2642
|
+
<dd></dd>
|
2643
|
+
<dt>
|
2644
|
+
<a class="link" href="gst-plugins-base-libs-GstFFTF64.html#gst-fft-f64-inverse-fft" title="gst_fft_f64_inverse_fft ()">gst_fft_f64_inverse_fft</a>, function in <a class="link" href="gst-plugins-base-libs-GstFFTF64.html" title="GstFFTF64">GstFFTF64</a>
|
2645
|
+
</dt>
|
2646
|
+
<dd></dd>
|
2647
|
+
<dt>
|
2648
|
+
<a class="link" href="gst-plugins-base-libs-GstFFTF64.html#gst-fft-f64-new" title="gst_fft_f64_new ()">gst_fft_f64_new</a>, function in <a class="link" href="gst-plugins-base-libs-GstFFTF64.html" title="GstFFTF64">GstFFTF64</a>
|
2649
|
+
</dt>
|
2650
|
+
<dd></dd>
|
2651
|
+
<dt>
|
2652
|
+
<a class="link" href="gst-plugins-base-libs-GstFFTF64.html#gst-fft-f64-window" title="gst_fft_f64_window ()">gst_fft_f64_window</a>, function in <a class="link" href="gst-plugins-base-libs-GstFFTF64.html" title="GstFFTF64">GstFFTF64</a>
|
2653
|
+
</dt>
|
2654
|
+
<dd></dd>
|
2655
|
+
<dt>
|
2656
|
+
<a class="link" href="gst-plugins-base-libs-GstFFT.html#gst-fft-next-fast-length" title="gst_fft_next_fast_length ()">gst_fft_next_fast_length</a>, function in <a class="link" href="gst-plugins-base-libs-GstFFT.html" title="GstFFT">GstFFT</a>
|
2657
|
+
</dt>
|
2658
|
+
<dd></dd>
|
2659
|
+
<dt>
|
2660
|
+
<a class="link" href="gst-plugins-base-libs-GstFFTS16.html#gst-fft-s16-fft" title="gst_fft_s16_fft ()">gst_fft_s16_fft</a>, function in <a class="link" href="gst-plugins-base-libs-GstFFTS16.html" title="GstFFTS16">GstFFTS16</a>
|
2661
|
+
</dt>
|
2662
|
+
<dd></dd>
|
2663
|
+
<dt>
|
2664
|
+
<a class="link" href="gst-plugins-base-libs-GstFFTS16.html#gst-fft-s16-free" title="gst_fft_s16_free ()">gst_fft_s16_free</a>, function in <a class="link" href="gst-plugins-base-libs-GstFFTS16.html" title="GstFFTS16">GstFFTS16</a>
|
2665
|
+
</dt>
|
2666
|
+
<dd></dd>
|
2667
|
+
<dt>
|
2668
|
+
<a class="link" href="gst-plugins-base-libs-GstFFTS16.html#gst-fft-s16-inverse-fft" title="gst_fft_s16_inverse_fft ()">gst_fft_s16_inverse_fft</a>, function in <a class="link" href="gst-plugins-base-libs-GstFFTS16.html" title="GstFFTS16">GstFFTS16</a>
|
2669
|
+
</dt>
|
2670
|
+
<dd></dd>
|
2671
|
+
<dt>
|
2672
|
+
<a class="link" href="gst-plugins-base-libs-GstFFTS16.html#gst-fft-s16-new" title="gst_fft_s16_new ()">gst_fft_s16_new</a>, function in <a class="link" href="gst-plugins-base-libs-GstFFTS16.html" title="GstFFTS16">GstFFTS16</a>
|
2673
|
+
</dt>
|
2674
|
+
<dd></dd>
|
2675
|
+
<dt>
|
2676
|
+
<a class="link" href="gst-plugins-base-libs-GstFFTS16.html#gst-fft-s16-window" title="gst_fft_s16_window ()">gst_fft_s16_window</a>, function in <a class="link" href="gst-plugins-base-libs-GstFFTS16.html" title="GstFFTS16">GstFFTS16</a>
|
2677
|
+
</dt>
|
2678
|
+
<dd></dd>
|
2679
|
+
<dt>
|
2680
|
+
<a class="link" href="gst-plugins-base-libs-GstFFTS32.html#gst-fft-s32-fft" title="gst_fft_s32_fft ()">gst_fft_s32_fft</a>, function in <a class="link" href="gst-plugins-base-libs-GstFFTS32.html" title="GstFFTS32">GstFFTS32</a>
|
2681
|
+
</dt>
|
2682
|
+
<dd></dd>
|
2683
|
+
<dt>
|
2684
|
+
<a class="link" href="gst-plugins-base-libs-GstFFTS32.html#gst-fft-s32-free" title="gst_fft_s32_free ()">gst_fft_s32_free</a>, function in <a class="link" href="gst-plugins-base-libs-GstFFTS32.html" title="GstFFTS32">GstFFTS32</a>
|
2685
|
+
</dt>
|
2686
|
+
<dd></dd>
|
2687
|
+
<dt>
|
2688
|
+
<a class="link" href="gst-plugins-base-libs-GstFFTS32.html#gst-fft-s32-inverse-fft" title="gst_fft_s32_inverse_fft ()">gst_fft_s32_inverse_fft</a>, function in <a class="link" href="gst-plugins-base-libs-GstFFTS32.html" title="GstFFTS32">GstFFTS32</a>
|
2689
|
+
</dt>
|
2690
|
+
<dd></dd>
|
2691
|
+
<dt>
|
2692
|
+
<a class="link" href="gst-plugins-base-libs-GstFFTS32.html#gst-fft-s32-new" title="gst_fft_s32_new ()">gst_fft_s32_new</a>, function in <a class="link" href="gst-plugins-base-libs-GstFFTS32.html" title="GstFFTS32">GstFFTS32</a>
|
2693
|
+
</dt>
|
2694
|
+
<dd></dd>
|
2695
|
+
<dt>
|
2696
|
+
<a class="link" href="gst-plugins-base-libs-GstFFTS32.html#gst-fft-s32-window" title="gst_fft_s32_window ()">gst_fft_s32_window</a>, function in <a class="link" href="gst-plugins-base-libs-GstFFTS32.html" title="GstFFTS32">GstFFTS32</a>
|
2697
|
+
</dt>
|
2698
|
+
<dd></dd>
|
2699
|
+
<dt>
|
2700
|
+
<a class="link" href="gst-plugins-base-libs-GstAudio.html#GST-FRAMES-TO-CLOCK-TIME:CAPS" title="GST_FRAMES_TO_CLOCK_TIME()">GST_FRAMES_TO_CLOCK_TIME</a>, macro in <a class="link" href="gst-plugins-base-libs-GstAudio.html" title="GstAudio">GstAudio</a>
|
2701
|
+
</dt>
|
2702
|
+
<dd></dd>
|
2703
|
+
<a name="idxG"></a><h3 class="title">G</h3>
|
2704
|
+
<dt>
|
2705
|
+
<a class="link" href="gst-plugins-base-libs-GstGLBaseMemory.html#GstGLAllocationParams-struct" title="struct GstGLAllocationParams">GstGLAllocationParams</a>, struct in <a class="link" href="gst-plugins-base-libs-GstGLBaseMemory.html" title="GstGLBaseMemory">GstGLBaseMemory</a>
|
2706
|
+
</dt>
|
2707
|
+
<dd></dd>
|
2708
|
+
<dt>
|
2709
|
+
<a class="link" href="gst-plugins-base-libs-GstGLBaseMemory.html#GstGLAllocationParamsCopyFunc" title="GstGLAllocationParamsCopyFunc ()">GstGLAllocationParamsCopyFunc</a>, user_function in <a class="link" href="gst-plugins-base-libs-GstGLBaseMemory.html" title="GstGLBaseMemory">GstGLBaseMemory</a>
|
2710
|
+
</dt>
|
2711
|
+
<dd></dd>
|
2712
|
+
<dt>
|
2713
|
+
<a class="link" href="gst-plugins-base-libs-GstGLBaseMemory.html#GstGLAllocationParamsFreeFunc" title="GstGLAllocationParamsFreeFunc ()">GstGLAllocationParamsFreeFunc</a>, user_function in <a class="link" href="gst-plugins-base-libs-GstGLBaseMemory.html" title="GstGLBaseMemory">GstGLBaseMemory</a>
|
2714
|
+
</dt>
|
2715
|
+
<dd></dd>
|
2716
|
+
<dt>
|
2717
|
+
<a class="link" href="gst-plugins-base-libs-GstGLAPI.html#GstGLAPI" title="enum GstGLAPI">GstGLAPI</a>, enum in <a class="link" href="gst-plugins-base-libs-GstGLAPI.html" title="GstGLAPI">GstGLAPI</a>
|
2718
|
+
</dt>
|
2719
|
+
<dd></dd>
|
2720
|
+
<dt>
|
2721
|
+
<a class="link" href="gst-plugins-base-libs-OpenGL-debugging.html#GstGLAsyncDebug" title="GstGLAsyncDebug">GstGLAsyncDebug</a>, struct in <a class="link" href="gst-plugins-base-libs-OpenGL-debugging.html" title="OpenGL debugging">OpenGL Debugging</a>
|
2722
|
+
</dt>
|
2723
|
+
<dd></dd>
|
2724
|
+
<dt>
|
2725
|
+
<a class="link" href="gst-plugins-base-libs-OpenGL-debugging.html#GstGLAsyncDebugLogGetMessage" title="GstGLAsyncDebugLogGetMessage ()">GstGLAsyncDebugLogGetMessage</a>, user_function in <a class="link" href="gst-plugins-base-libs-OpenGL-debugging.html" title="OpenGL debugging">OpenGL debugging</a>
|
2726
|
+
</dt>
|
2727
|
+
<dd></dd>
|
2728
|
+
<dt>
|
2729
|
+
<a class="link" href="GstGLBaseFilter.html#GstGLBaseFilter-struct" title="GstGLBaseFilter">GstGLBaseFilter</a>, struct in <a class="link" href="GstGLBaseFilter.html" title="GstGLBaseFilter">GstGLBaseFilter</a>
|
2730
|
+
</dt>
|
2731
|
+
<dd></dd>
|
2732
|
+
<dt>
|
2733
|
+
<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>
|
2734
|
+
</dt>
|
2735
|
+
<dd></dd>
|
2736
|
+
<dt>
|
2737
|
+
<a class="link" href="GstGLBaseFilter.html#GstGLBaseFilterClass" title="GstGLBaseFilterClass">GstGLBaseFilterClass</a>, struct in <a class="link" href="GstGLBaseFilter.html" title="GstGLBaseFilter">GstGLBaseFilter</a>
|
2738
|
+
</dt>
|
2739
|
+
<dd></dd>
|
2740
|
+
<dt>
|
2741
|
+
<a class="link" href="gst-plugins-base-libs-GstGLBaseMemory.html#GstGLBaseMemory" title="GstGLBaseMemory">GstGLBaseMemory</a>, struct in <a class="link" href="gst-plugins-base-libs-GstGLBaseMemory.html" title="GstGLBaseMemory">GstGLBaseMemory</a>
|
2742
|
+
</dt>
|
2743
|
+
<dd></dd>
|
2744
|
+
<dt>
|
2745
|
+
<a class="link" href="gst-plugins-base-libs-GstGLBaseMemory.html#GstGLBaseMemoryAllocator-struct" title="GstGLBaseMemoryAllocator">GstGLBaseMemoryAllocator</a>, struct in <a class="link" href="gst-plugins-base-libs-GstGLBaseMemory.html" title="GstGLBaseMemory">GstGLBaseMemory</a>
|
2746
|
+
</dt>
|
2747
|
+
<dd></dd>
|
2748
|
+
<dt>
|
2749
|
+
<a class="link" href="gst-plugins-base-libs-GstGLBaseMemory.html#GstGLBaseMemoryAllocatorAllocFunction" title="GstGLBaseMemoryAllocatorAllocFunction ()">GstGLBaseMemoryAllocatorAllocFunction</a>, user_function in <a class="link" href="gst-plugins-base-libs-GstGLBaseMemory.html" title="GstGLBaseMemory">GstGLBaseMemory</a>
|
2750
|
+
</dt>
|
2751
|
+
<dd></dd>
|
2752
|
+
<dt>
|
2753
|
+
<a class="link" href="gst-plugins-base-libs-GstGLBaseMemory.html#GstGLBaseMemoryAllocatorClass" title="GstGLBaseMemoryAllocatorClass">GstGLBaseMemoryAllocatorClass</a>, struct in <a class="link" href="gst-plugins-base-libs-GstGLBaseMemory.html" title="GstGLBaseMemory">GstGLBaseMemory</a>
|
2754
|
+
</dt>
|
2755
|
+
<dd></dd>
|
2756
|
+
<dt>
|
2757
|
+
<a class="link" href="gst-plugins-base-libs-GstGLBaseMemory.html#GstGLBaseMemoryAllocatorCopyFunction" title="GstGLBaseMemoryAllocatorCopyFunction ()">GstGLBaseMemoryAllocatorCopyFunction</a>, user_function in <a class="link" href="gst-plugins-base-libs-GstGLBaseMemory.html" title="GstGLBaseMemory">GstGLBaseMemory</a>
|
2758
|
+
</dt>
|
2759
|
+
<dd></dd>
|
2760
|
+
<dt>
|
2761
|
+
<a class="link" href="gst-plugins-base-libs-GstGLBaseMemory.html#GstGLBaseMemoryAllocatorCreateFunction" title="GstGLBaseMemoryAllocatorCreateFunction ()">GstGLBaseMemoryAllocatorCreateFunction</a>, user_function in <a class="link" href="gst-plugins-base-libs-GstGLBaseMemory.html" title="GstGLBaseMemory">GstGLBaseMemory</a>
|
2762
|
+
</dt>
|
2763
|
+
<dd></dd>
|
2764
|
+
<dt>
|
2765
|
+
<a class="link" href="gst-plugins-base-libs-GstGLBaseMemory.html#GstGLBaseMemoryAllocatorDestroyFunction" title="GstGLBaseMemoryAllocatorDestroyFunction ()">GstGLBaseMemoryAllocatorDestroyFunction</a>, user_function in <a class="link" href="gst-plugins-base-libs-GstGLBaseMemory.html" title="GstGLBaseMemory">GstGLBaseMemory</a>
|
2766
|
+
</dt>
|
2767
|
+
<dd></dd>
|
2768
|
+
<dt>
|
2769
|
+
<a class="link" href="gst-plugins-base-libs-GstGLBaseMemory.html#GstGLBaseMemoryAllocatorMapFunction" title="GstGLBaseMemoryAllocatorMapFunction ()">GstGLBaseMemoryAllocatorMapFunction</a>, user_function in <a class="link" href="gst-plugins-base-libs-GstGLBaseMemory.html" title="GstGLBaseMemory">GstGLBaseMemory</a>
|
2770
|
+
</dt>
|
2771
|
+
<dd></dd>
|
2772
|
+
<dt>
|
2773
|
+
<a class="link" href="gst-plugins-base-libs-GstGLBaseMemory.html#GstGLBaseMemoryAllocatorUnmapFunction" title="GstGLBaseMemoryAllocatorUnmapFunction ()">GstGLBaseMemoryAllocatorUnmapFunction</a>, user_function in <a class="link" href="gst-plugins-base-libs-GstGLBaseMemory.html" title="GstGLBaseMemory">GstGLBaseMemory</a>
|
2774
|
+
</dt>
|
2775
|
+
<dd></dd>
|
2776
|
+
<dt>
|
2777
|
+
<a class="link" href="gst-plugins-base-libs-GstGLBaseMemory.html#GstGLBaseMemoryError" title="enum GstGLBaseMemoryError">GstGLBaseMemoryError</a>, enum in <a class="link" href="gst-plugins-base-libs-GstGLBaseMemory.html" title="GstGLBaseMemory">GstGLBaseMemory</a>
|
2778
|
+
</dt>
|
2779
|
+
<dd></dd>
|
2780
|
+
<dt>
|
2781
|
+
<a class="link" href="gst-plugins-base-libs-GstGLBaseMemory.html#GstGLBaseMemoryTransfer" title="enum GstGLBaseMemoryTransfer">GstGLBaseMemoryTransfer</a>, enum in <a class="link" href="gst-plugins-base-libs-GstGLBaseMemory.html" title="GstGLBaseMemory">GstGLBaseMemory</a>
|
2782
|
+
</dt>
|
2783
|
+
<dd></dd>
|
2784
|
+
<dt>
|
2785
|
+
<a class="link" href="gst-plugins-base-libs-GstGLBuffer.html#GstGLBuffer" title="GstGLBuffer">GstGLBuffer</a>, struct in <a class="link" href="gst-plugins-base-libs-GstGLBuffer.html" title="GstGLBuffer">GstGLBuffer</a>
|
2786
|
+
</dt>
|
2787
|
+
<dd></dd>
|
2788
|
+
<dt>
|
2789
|
+
<a class="link" href="gst-plugins-base-libs-GstGLBuffer.html#GstGLBufferAllocationParams-struct" title="struct GstGLBufferAllocationParams">GstGLBufferAllocationParams</a>, struct in <a class="link" href="gst-plugins-base-libs-GstGLBuffer.html" title="GstGLBuffer">GstGLBuffer</a>
|
2790
|
+
</dt>
|
2791
|
+
<dd></dd>
|
2792
|
+
<dt>
|
2793
|
+
<a class="link" href="gst-plugins-base-libs-GstGLBuffer.html#GstGLBufferAllocator-struct" title="GstGLBufferAllocator">GstGLBufferAllocator</a>, struct in <a class="link" href="gst-plugins-base-libs-GstGLBuffer.html" title="GstGLBuffer">GstGLBuffer</a>
|
2794
|
+
</dt>
|
2795
|
+
<dd></dd>
|
2796
|
+
<dt>
|
2797
|
+
<a class="link" href="gst-plugins-base-libs-GstGLBuffer.html#GstGLBufferAllocatorClass" title="GstGLBufferAllocatorClass">GstGLBufferAllocatorClass</a>, struct in <a class="link" href="gst-plugins-base-libs-GstGLBuffer.html" title="GstGLBuffer">GstGLBuffer</a>
|
2798
|
+
</dt>
|
2799
|
+
<dd></dd>
|
2800
|
+
<dt>
|
2801
|
+
<a class="link" href="GstGLBufferPool.html#GstGLBufferPool-struct" title="GstGLBufferPool">GstGLBufferPool</a>, struct in <a class="link" href="GstGLBufferPool.html" title="GstGLBufferPool">GstGLBufferPool</a>
|
2802
|
+
</dt>
|
2803
|
+
<dd></dd>
|
2804
|
+
<dt>
|
2805
|
+
<a class="link" href="GstGLBufferPool.html#GstGLBufferPoolClass" title="GstGLBufferPoolClass">GstGLBufferPoolClass</a>, struct in <a class="link" href="GstGLBufferPool.html" title="GstGLBufferPool">GstGLBufferPool</a>
|
2806
|
+
</dt>
|
2807
|
+
<dd></dd>
|
2808
|
+
<dt>
|
2809
|
+
<a class="link" href="GstGLColorConvert.html#GstGLColorConvert-struct" title="GstGLColorConvert">GstGLColorConvert</a>, struct in <a class="link" href="GstGLColorConvert.html" title="GstGLColorConvert">GstGLColorConvert</a>
|
2810
|
+
</dt>
|
2811
|
+
<dd></dd>
|
2812
|
+
<dt>
|
2813
|
+
<a class="link" href="GstGLColorConvert.html#GstGLColorConvertClass" title="GstGLColorConvertClass">GstGLColorConvertClass</a>, struct in <a class="link" href="GstGLColorConvert.html" title="GstGLColorConvert">GstGLColorConvert</a>
|
2814
|
+
</dt>
|
2815
|
+
<dd></dd>
|
2816
|
+
<dt>
|
2817
|
+
<a class="link" href="GstGLContext.html#GstGLContext-struct" title="GstGLContext">GstGLContext</a>, struct in <a class="link" href="GstGLContext.html" title="GstGLContext">GstGLContext</a>
|
2818
|
+
</dt>
|
2819
|
+
<dd></dd>
|
2820
|
+
<dt>
|
2821
|
+
GstGLContextCocoa, struct in GstGLContextCocoa
|
2822
|
+
</dt>
|
2823
|
+
<dd></dd>
|
2824
|
+
<dt>
|
2825
|
+
GstGLContextEagl, struct in GstGLContextEagl
|
2826
|
+
</dt>
|
2827
|
+
<dd></dd>
|
2828
|
+
<dt>
|
2829
|
+
GstGLContextEGL, struct in GstGLContextEGL
|
2830
|
+
</dt>
|
2831
|
+
<dd></dd>
|
2832
|
+
<dt>
|
2833
|
+
<a class="link" href="GstGLContext.html#GstGLContextError" title="enum GstGLContextError">GstGLContextError</a>, enum in <a class="link" href="GstGLContext.html" title="GstGLContext">GstGLContext</a>
|
2834
|
+
</dt>
|
2835
|
+
<dd></dd>
|
2836
|
+
<dt>
|
2837
|
+
GstGLContextGLX, struct in GstGLContextGLX
|
2838
|
+
</dt>
|
2839
|
+
<dd></dd>
|
2840
|
+
<dt>
|
2841
|
+
<a class="link" href="GstGLContext.html#GstGLContextThreadFunc" title="GstGLContextThreadFunc ()">GstGLContextThreadFunc</a>, user_function in <a class="link" href="GstGLContext.html" title="GstGLContext">GstGLContext</a>
|
2842
|
+
</dt>
|
2843
|
+
<dd></dd>
|
2844
|
+
<dt>
|
2845
|
+
GstGLContextWGL, struct in GstGLContextWGL
|
2846
|
+
</dt>
|
2847
|
+
<dd></dd>
|
2848
|
+
<dt>
|
2849
|
+
<a class="link" href="GstGLDisplay.html#GstGLDisplay-struct" title="GstGLDisplay">GstGLDisplay</a>, struct in <a class="link" href="GstGLDisplay.html" title="GstGLDisplay">GstGLDisplay</a>
|
2850
|
+
</dt>
|
2851
|
+
<dd></dd>
|
2852
|
+
<dt>
|
2853
|
+
<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>
|
2854
|
+
</dt>
|
2855
|
+
<dd></dd>
|
2856
|
+
<dt>
|
2857
|
+
<a class="link" href="GstGLDisplay.html#GstGLDisplayType" title="enum GstGLDisplayType">GstGLDisplayType</a>, enum in <a class="link" href="GstGLDisplay.html" title="GstGLDisplay">GstGLDisplay</a>
|
2858
|
+
</dt>
|
2859
|
+
<dd></dd>
|
2860
|
+
<dt>
|
2861
|
+
<a class="link" href="GstGLFilter.html#GstGLFilter-struct" title="GstGLFilter">GstGLFilter</a>, struct in <a class="link" href="GstGLFilter.html" title="GstGLFilter">GstGLFilter</a>
|
2862
|
+
</dt>
|
2863
|
+
<dd></dd>
|
2864
|
+
<dt>
|
2865
|
+
<a class="link" href="GstGLFilter.html#GstGLFilterClass" title="GstGLFilterClass">GstGLFilterClass</a>, struct in <a class="link" href="GstGLFilter.html" title="GstGLFilter">GstGLFilter</a>
|
2866
|
+
</dt>
|
2867
|
+
<dd></dd>
|
2868
|
+
<dt>
|
2869
|
+
<a class="link" href="GstGLFilter.html#GstGLFilterRenderFunc" title="GstGLFilterRenderFunc ()">GstGLFilterRenderFunc</a>, user_function in <a class="link" href="GstGLFilter.html" title="GstGLFilter">GstGLFilter</a>
|
2870
|
+
</dt>
|
2871
|
+
<dd></dd>
|
2872
|
+
<dt>
|
2873
|
+
<a class="link" href="gst-plugins-base-libs-OpenGL-Formats.html#GstGLFormat" title="enum GstGLFormat">GstGLFormat</a>, enum in <a class="link" href="gst-plugins-base-libs-OpenGL-Formats.html" title="GstGLFormat">OpenGL Formats</a>
|
2874
|
+
</dt>
|
2875
|
+
<dd></dd>
|
2876
|
+
<dt>
|
2877
|
+
<a class="link" href="GstGLFramebuffer.html#GstGLFramebuffer-struct" title="GstGLFramebuffer">GstGLFramebuffer</a>, struct in <a class="link" href="GstGLFramebuffer.html" title="GstGLFramebuffer">GstGLFramebuffer</a>
|
2878
|
+
</dt>
|
2879
|
+
<dd></dd>
|
2880
|
+
<dt>
|
2881
|
+
<a class="link" href="GstGLFramebuffer.html#GstGLFramebufferClass" title="GstGLFramebufferClass">GstGLFramebufferClass</a>, struct in <a class="link" href="GstGLFramebuffer.html" title="GstGLFramebuffer">GstGLFramebuffer</a>
|
2882
|
+
</dt>
|
2883
|
+
<dd></dd>
|
2884
|
+
<dt>
|
2885
|
+
<a class="link" href="GstGLFramebuffer.html#GstGLFramebufferFunc" title="GstGLFramebufferFunc ()">GstGLFramebufferFunc</a>, user_function in <a class="link" href="GstGLFramebuffer.html" title="GstGLFramebuffer">GstGLFramebuffer</a>
|
2886
|
+
</dt>
|
2887
|
+
<dd></dd>
|
2888
|
+
<dt>
|
2889
|
+
<a class="link" href="gst-plugins-base-libs-GstGLMemory.html#GstGLMemory" title="GstGLMemory">GstGLMemory</a>, struct in <a class="link" href="gst-plugins-base-libs-GstGLMemory.html" title="GstGLMemory">GstGLMemory</a>
|
2890
|
+
</dt>
|
2891
|
+
<dd></dd>
|
2892
|
+
<dt>
|
2893
|
+
<a class="link" href="gst-plugins-base-libs-GstGLMemory.html#GstGLMemoryAllocator-struct" title="GstGLMemoryAllocator">GstGLMemoryAllocator</a>, struct in <a class="link" href="gst-plugins-base-libs-GstGLMemory.html" title="GstGLMemory">GstGLMemory</a>
|
2894
|
+
</dt>
|
2895
|
+
<dd></dd>
|
2896
|
+
<dt>
|
2897
|
+
<a class="link" href="gst-plugins-base-libs-GstGLMemory.html#GstGLMemoryAllocatorClass" title="GstGLMemoryAllocatorClass">GstGLMemoryAllocatorClass</a>, struct in <a class="link" href="gst-plugins-base-libs-GstGLMemory.html" title="GstGLMemory">GstGLMemory</a>
|
2898
|
+
</dt>
|
2899
|
+
<dd></dd>
|
2900
|
+
<dt>
|
2901
|
+
<a class="link" href="gst-plugins-base-libs-gstglmemoryegl.html#GstGLMemoryEGL" title="GstGLMemoryEGL">GstGLMemoryEGL</a>, struct in <a class="link" href="gst-plugins-base-libs-gstglmemoryegl.html" title="GstGLMemoryEGL">GstGLMemoryEGL</a>
|
2902
|
+
</dt>
|
2903
|
+
<dd></dd>
|
2904
|
+
<dt>
|
2905
|
+
<a class="link" href="gst-plugins-base-libs-gstglmemoryegl.html#GstGLMemoryEGLAllocator" title="GstGLMemoryEGLAllocator">GstGLMemoryEGLAllocator</a>, struct in <a class="link" href="gst-plugins-base-libs-gstglmemoryegl.html" title="GstGLMemoryEGL">gstglmemoryegl</a>
|
2906
|
+
</dt>
|
2907
|
+
<dd></dd>
|
2908
|
+
<dt>
|
2909
|
+
<a class="link" href="gst-plugins-base-libs-gstglmemoryegl.html#GstGLMemoryEGLAllocatorClass" title="GstGLMemoryEGLAllocatorClass">GstGLMemoryEGLAllocatorClass</a>, struct in <a class="link" href="gst-plugins-base-libs-gstglmemoryegl.html" title="GstGLMemoryEGL">gstglmemoryegl</a>
|
2910
|
+
</dt>
|
2911
|
+
<dd></dd>
|
2912
|
+
<dt>
|
2913
|
+
<a class="link" href="gst-plugins-base-libs-GstGLMemoryPBO.html#GstGLMemoryPBO" title="GstGLMemoryPBO">GstGLMemoryPBO</a>, struct in <a class="link" href="gst-plugins-base-libs-GstGLMemoryPBO.html" title="GstGLMemoryPBO">GstGLMemoryPBO</a>
|
2914
|
+
</dt>
|
2915
|
+
<dd></dd>
|
2916
|
+
<dt>
|
2917
|
+
<a class="link" href="gst-plugins-base-libs-GstGLMemoryPBO.html#GstGLMemoryPBOAllocator-struct" title="GstGLMemoryPBOAllocator">GstGLMemoryPBOAllocator</a>, struct in <a class="link" href="gst-plugins-base-libs-GstGLMemoryPBO.html" title="GstGLMemoryPBO">GstGLMemoryPBO</a>
|
2918
|
+
</dt>
|
2919
|
+
<dd></dd>
|
2920
|
+
<dt>
|
2921
|
+
<a class="link" href="gst-plugins-base-libs-GstGLMemoryPBO.html#GstGLMemoryPBOAllocatorClass" title="GstGLMemoryPBOAllocatorClass">GstGLMemoryPBOAllocatorClass</a>, struct in <a class="link" href="gst-plugins-base-libs-GstGLMemoryPBO.html" title="GstGLMemoryPBO">GstGLMemoryPBO</a>
|
2922
|
+
</dt>
|
2923
|
+
<dd></dd>
|
2924
|
+
<dt>
|
2925
|
+
<a class="link" href="gst-plugins-base-libs-GstGLAPI.html#GstGLPlatform" title="enum GstGLPlatform">GstGLPlatform</a>, enum in <a class="link" href="gst-plugins-base-libs-GstGLAPI.html" title="GstGLAPI">GstGLAPI</a>
|
2926
|
+
</dt>
|
2927
|
+
<dd></dd>
|
2928
|
+
<dt>
|
2929
|
+
<a class="link" href="gst-plugins-base-libs-GstGLQuery.html#GstGLQueryType" title="enum GstGLQueryType">GstGLQueryType</a>, enum in <a class="link" href="gst-plugins-base-libs-GstGLQuery.html" title="GstGLQuery">GstGLQuery</a>
|
2930
|
+
</dt>
|
2931
|
+
<dd></dd>
|
2932
|
+
<dt>
|
2933
|
+
<a class="link" href="gst-plugins-base-libs-GstGLRenderbuffer.html#GstGLRenderbufferAllocator-struct" title="GstGLRenderbufferAllocator">GstGLRenderbufferAllocator</a>, struct in <a class="link" href="gst-plugins-base-libs-GstGLRenderbuffer.html" title="GstGLRenderBuffer">GstGLRenderbuffer</a>
|
2934
|
+
</dt>
|
2935
|
+
<dd></dd>
|
2936
|
+
<dt>
|
2937
|
+
<a class="link" href="gst-plugins-base-libs-GstGLRenderbuffer.html#GstGLRenderbufferAllocatorClass" title="GstGLRenderbufferAllocatorClass">GstGLRenderbufferAllocatorClass</a>, struct in <a class="link" href="gst-plugins-base-libs-GstGLRenderbuffer.html" title="GstGLRenderBuffer">GstGLRenderbuffer</a>
|
2938
|
+
</dt>
|
2939
|
+
<dd></dd>
|
2940
|
+
<dt>
|
2941
|
+
<a class="link" href="GstGLShader.html#GstGLShader-struct" title="GstGLShader">GstGLShader</a>, struct in <a class="link" href="GstGLShader.html" title="GstGLShader">GstGLShader</a>
|
2942
|
+
</dt>
|
2943
|
+
<dd></dd>
|
2944
|
+
<dt>
|
2945
|
+
<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>
|
2946
|
+
</dt>
|
2947
|
+
<dd></dd>
|
2948
|
+
<dt>
|
2949
|
+
<a class="link" href="gst-plugins-base-libs-GstGLSL.html#GstGLSLError" title="enum GstGLSLError">GstGLSLError</a>, enum in <a class="link" href="gst-plugins-base-libs-GstGLSL.html" title="GstGLSL">GstGLSL</a>
|
2950
|
+
</dt>
|
2951
|
+
<dd></dd>
|
2952
|
+
<dt>
|
2953
|
+
<a class="link" href="gst-plugins-base-libs-GstGLSL.html#GstGLSLProfile" title="enum GstGLSLProfile">GstGLSLProfile</a>, enum in <a class="link" href="gst-plugins-base-libs-GstGLSL.html" title="GstGLSL">GstGLSL</a>
|
2954
|
+
</dt>
|
2955
|
+
<dd></dd>
|
2956
|
+
<dt>
|
2957
|
+
<a class="link" href="GstGLSLStage.html#GstGLSLStage-struct" title="GstGLSLStage">GstGLSLStage</a>, struct in <a class="link" href="GstGLSLStage.html" title="GstGLSLStage">GstGLSLStage</a>
|
2958
|
+
</dt>
|
2959
|
+
<dd></dd>
|
2960
|
+
<dt>
|
2961
|
+
<a class="link" href="GstGLSLStage.html#GstGLSLStageClass" title="GstGLSLStageClass">GstGLSLStageClass</a>, struct in <a class="link" href="GstGLSLStage.html" title="GstGLSLStage">GstGLSLStage</a>
|
2962
|
+
</dt>
|
2963
|
+
<dd></dd>
|
2964
|
+
<dt>
|
2965
|
+
<a class="link" href="gst-plugins-base-libs-GstGLSL.html#GstGLSLVersion" title="enum GstGLSLVersion">GstGLSLVersion</a>, enum in <a class="link" href="gst-plugins-base-libs-GstGLSL.html" title="GstGLSL">GstGLSL</a>
|
2966
|
+
</dt>
|
2967
|
+
<dd></dd>
|
2968
|
+
<dt>
|
2969
|
+
<a class="link" href="gst-plugins-base-libs-GstGLSL.html#GST-GLSL-ERROR:CAPS" title="GST_GLSL_ERROR">GST_GLSL_ERROR</a>, macro in <a class="link" href="gst-plugins-base-libs-GstGLSL.html" title="GstGLSL">GstGLSL</a>
|
2970
|
+
</dt>
|
2971
|
+
<dd></dd>
|
2972
|
+
<dt>
|
2973
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLSL.html" title="GstGLSL">GstGLSL</a>
|
2974
|
+
</dt>
|
2975
|
+
<dd></dd>
|
2976
|
+
<dt>
|
2977
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLSL.html" title="GstGLSL">GstGLSL</a>
|
2978
|
+
</dt>
|
2979
|
+
<dd></dd>
|
2980
|
+
<dt>
|
2981
|
+
<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>
|
2982
|
+
</dt>
|
2983
|
+
<dd></dd>
|
2984
|
+
<dt>
|
2985
|
+
<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>
|
2986
|
+
</dt>
|
2987
|
+
<dd></dd>
|
2988
|
+
<dt>
|
2989
|
+
<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>
|
2990
|
+
</dt>
|
2991
|
+
<dd></dd>
|
2992
|
+
<dt>
|
2993
|
+
<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>
|
2994
|
+
</dt>
|
2995
|
+
<dd></dd>
|
2996
|
+
<dt>
|
2997
|
+
<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>
|
2998
|
+
</dt>
|
2999
|
+
<dd></dd>
|
3000
|
+
<dt>
|
3001
|
+
<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>
|
3002
|
+
</dt>
|
3003
|
+
<dd></dd>
|
3004
|
+
<dt>
|
3005
|
+
<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>
|
3006
|
+
</dt>
|
3007
|
+
<dd></dd>
|
3008
|
+
<dt>
|
3009
|
+
<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>
|
3010
|
+
</dt>
|
3011
|
+
<dd></dd>
|
3012
|
+
<dt>
|
3013
|
+
<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>
|
3014
|
+
</dt>
|
3015
|
+
<dd></dd>
|
3016
|
+
<dt>
|
3017
|
+
<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>
|
3018
|
+
</dt>
|
3019
|
+
<dd></dd>
|
3020
|
+
<dt>
|
3021
|
+
<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>
|
3022
|
+
</dt>
|
3023
|
+
<dd></dd>
|
3024
|
+
<dt>
|
3025
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLSL.html" title="GstGLSL">GstGLSL</a>
|
3026
|
+
</dt>
|
3027
|
+
<dd></dd>
|
3028
|
+
<dt>
|
3029
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLSL.html" title="GstGLSL">GstGLSL</a>
|
3030
|
+
</dt>
|
3031
|
+
<dd></dd>
|
3032
|
+
<dt>
|
3033
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLSL.html" title="GstGLSL">GstGLSL</a>
|
3034
|
+
</dt>
|
3035
|
+
<dd></dd>
|
3036
|
+
<dt>
|
3037
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLSL.html" title="GstGLSL">GstGLSL</a>
|
3038
|
+
</dt>
|
3039
|
+
<dd></dd>
|
3040
|
+
<dt>
|
3041
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLSL.html" title="GstGLSL">GstGLSL</a>
|
3042
|
+
</dt>
|
3043
|
+
<dd></dd>
|
3044
|
+
<dt>
|
3045
|
+
<a class="link" href="GstGLViewConvert.html#GstGLStereoDownmix" title="enum GstGLStereoDownmix">GstGLStereoDownmix</a>, enum in <a class="link" href="GstGLViewConvert.html" title="GstGLViewConvert">GstGLViewConvert</a>
|
3046
|
+
</dt>
|
3047
|
+
<dd></dd>
|
3048
|
+
<dt>
|
3049
|
+
<a class="link" href="gst-plugins-base-libs-GstGLSyncMeta.html#GstGLSyncMeta" title="struct GstGLSyncMeta">GstGLSyncMeta</a>, struct in <a class="link" href="gst-plugins-base-libs-GstGLSyncMeta.html" title="GstGLSyncMeta">GstGLSyncMeta</a>
|
3050
|
+
</dt>
|
3051
|
+
<dd></dd>
|
3052
|
+
<dt>
|
3053
|
+
<a class="link" href="gst-plugins-base-libs-OpenGL-Formats.html#GstGLTextureTarget" title="enum GstGLTextureTarget">GstGLTextureTarget</a>, enum in <a class="link" href="gst-plugins-base-libs-OpenGL-Formats.html" title="GstGLFormat">OpenGL Formats</a>
|
3054
|
+
</dt>
|
3055
|
+
<dd></dd>
|
3056
|
+
<dt>
|
3057
|
+
<a class="link" href="GstGLUpload.html#GstGLUpload-struct" title="GstGLUpload">GstGLUpload</a>, struct in <a class="link" href="GstGLUpload.html" title="GstGLUpload">GstGLUpload</a>
|
3058
|
+
</dt>
|
3059
|
+
<dd></dd>
|
3060
|
+
<dt>
|
3061
|
+
<a class="link" href="GstGLUpload.html#GstGLUploadReturn" title="enum GstGLUploadReturn">GstGLUploadReturn</a>, enum in <a class="link" href="GstGLUpload.html" title="GstGLUpload">GstGLUpload</a>
|
3062
|
+
</dt>
|
3063
|
+
<dd></dd>
|
3064
|
+
<dt>
|
3065
|
+
<a class="link" href="gst-plugins-base-libs-GstGLMemory.html#GstGLVideoAllocationParams-struct" title="struct GstGLVideoAllocationParams">GstGLVideoAllocationParams</a>, struct in <a class="link" href="gst-plugins-base-libs-GstGLMemory.html" title="GstGLMemory">GstGLMemory</a>
|
3066
|
+
</dt>
|
3067
|
+
<dd></dd>
|
3068
|
+
<dt>
|
3069
|
+
<a class="link" href="GstGLViewConvert.html#GstGLViewConvert-struct" title="GstGLViewConvert">GstGLViewConvert</a>, struct in <a class="link" href="GstGLViewConvert.html" title="GstGLViewConvert">GstGLViewConvert</a>
|
3070
|
+
</dt>
|
3071
|
+
<dd></dd>
|
3072
|
+
<dt>
|
3073
|
+
<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>
|
3074
|
+
</dt>
|
3075
|
+
<dd></dd>
|
3076
|
+
<dt>
|
3077
|
+
<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>
|
3078
|
+
</dt>
|
3079
|
+
<dd></dd>
|
3080
|
+
<dt>
|
3081
|
+
<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>
|
3082
|
+
</dt>
|
3083
|
+
<dd></dd>
|
3084
|
+
<dt>
|
3085
|
+
<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>
|
3086
|
+
</dt>
|
3087
|
+
<dd></dd>
|
3088
|
+
<dt>
|
3089
|
+
<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>
|
3090
|
+
</dt>
|
3091
|
+
<dd></dd>
|
3092
|
+
<dt>
|
3093
|
+
<a class="link" href="GstGLViewConvert.html#GstGLViewConvertClass" title="GstGLViewConvertClass">GstGLViewConvertClass</a>, struct in <a class="link" href="GstGLViewConvert.html" title="GstGLViewConvert">GstGLViewConvert</a>
|
3094
|
+
</dt>
|
3095
|
+
<dd></dd>
|
3096
|
+
<dt>
|
3097
|
+
<a class="link" href="GstGLWindow.html#GstGLWindow-struct" title="GstGLWindow">GstGLWindow</a>, struct in <a class="link" href="GstGLWindow.html" title="GstGLWindow">GstGLWindow</a>
|
3098
|
+
</dt>
|
3099
|
+
<dd></dd>
|
3100
|
+
<dt>
|
3101
|
+
<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>
|
3102
|
+
</dt>
|
3103
|
+
<dd></dd>
|
3104
|
+
<dt>
|
3105
|
+
<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>
|
3106
|
+
</dt>
|
3107
|
+
<dd></dd>
|
3108
|
+
<dt>
|
3109
|
+
GstGLWindowAndroidEGL, struct in GstGLWindowAndroid
|
3110
|
+
</dt>
|
3111
|
+
<dd></dd>
|
3112
|
+
<dt>
|
3113
|
+
GstGLWindowAndroidEGLClass, struct in GstGLWindowAndroid
|
3114
|
+
</dt>
|
3115
|
+
<dd></dd>
|
3116
|
+
<dt>
|
3117
|
+
<a class="link" href="GstGLWindow.html#GstGLWindowCB" title="GstGLWindowCB ()">GstGLWindowCB</a>, user_function in <a class="link" href="GstGLWindow.html" title="GstGLWindow">GstGLWindow</a>
|
3118
|
+
</dt>
|
3119
|
+
<dd></dd>
|
3120
|
+
<dt>
|
3121
|
+
<a class="link" href="GstGLWindow.html#GstGLWindowClass" title="GstGLWindowClass">GstGLWindowClass</a>, struct in <a class="link" href="GstGLWindow.html" title="GstGLWindow">GstGLWindow</a>
|
3122
|
+
</dt>
|
3123
|
+
<dd></dd>
|
3124
|
+
<dt>
|
3125
|
+
GstGLWindowCocoa, struct in GstGLWindowCocoa
|
3126
|
+
</dt>
|
3127
|
+
<dd></dd>
|
3128
|
+
<dt>
|
3129
|
+
GstGLWindowCocoaClass, struct in GstGLWindowCocoa
|
3130
|
+
</dt>
|
3131
|
+
<dd></dd>
|
3132
|
+
<dt>
|
3133
|
+
GstGLWindowDispmanxEGL, struct in GstGLWindowDispmanx
|
3134
|
+
</dt>
|
3135
|
+
<dd></dd>
|
3136
|
+
<dt>
|
3137
|
+
GstGLWindowDispmanxEGLClass, struct in GstGLWindowDispmanx
|
3138
|
+
</dt>
|
3139
|
+
<dd></dd>
|
3140
|
+
<dt>
|
3141
|
+
<a class="link" href="GstGLWindow.html#GstGLWindowError" title="enum GstGLWindowError">GstGLWindowError</a>, enum in <a class="link" href="GstGLWindow.html" title="GstGLWindow">GstGLWindow</a>
|
3142
|
+
</dt>
|
3143
|
+
<dd></dd>
|
3144
|
+
<dt>
|
3145
|
+
<a class="link" href="GstGLWindow.html#GstGLWindowResizeCB" title="GstGLWindowResizeCB ()">GstGLWindowResizeCB</a>, user_function in <a class="link" href="GstGLWindow.html" title="GstGLWindow">GstGLWindow</a>
|
3146
|
+
</dt>
|
3147
|
+
<dd></dd>
|
3148
|
+
<dt>
|
3149
|
+
GstGLWindowWaylandEGL, struct in GstGLWindowWayland
|
3150
|
+
</dt>
|
3151
|
+
<dd></dd>
|
3152
|
+
<dt>
|
3153
|
+
GstGLWindowWaylandEGLClass, struct in GstGLWindowWayland
|
3154
|
+
</dt>
|
3155
|
+
<dd></dd>
|
3156
|
+
<dt>
|
3157
|
+
GstGLWindowWin32, struct in GstGLWindowWin32
|
3158
|
+
</dt>
|
3159
|
+
<dd></dd>
|
3160
|
+
<dt>
|
3161
|
+
GstGLWindowWin32Class, struct in GstGLWindowWin32
|
3162
|
+
</dt>
|
3163
|
+
<dd></dd>
|
3164
|
+
<dt>
|
3165
|
+
GstGLWindowX11, struct in GstGLWindowX11
|
3166
|
+
</dt>
|
3167
|
+
<dd></dd>
|
3168
|
+
<dt>
|
3169
|
+
GstGLWindowX11Class, struct in GstGLWindowX11
|
3170
|
+
</dt>
|
3171
|
+
<dd></dd>
|
3172
|
+
<dt>
|
3173
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLBaseMemory.html" title="GstGLBaseMemory">GstGLBaseMemory</a>
|
3174
|
+
</dt>
|
3175
|
+
<dd></dd>
|
3176
|
+
<dt>
|
3177
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLBuffer.html" title="GstGLBuffer">GstGLBuffer</a>
|
3178
|
+
</dt>
|
3179
|
+
<dd></dd>
|
3180
|
+
<dt>
|
3181
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLBaseMemory.html" title="GstGLBaseMemory">GstGLBaseMemory</a>
|
3182
|
+
</dt>
|
3183
|
+
<dd></dd>
|
3184
|
+
<dt>
|
3185
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLMemory.html" title="GstGLMemory">GstGLMemory</a>
|
3186
|
+
</dt>
|
3187
|
+
<dd></dd>
|
3188
|
+
<dt>
|
3189
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLBaseMemory.html" title="GstGLBaseMemory">GstGLBaseMemory</a>
|
3190
|
+
</dt>
|
3191
|
+
<dd></dd>
|
3192
|
+
<dt>
|
3193
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLBaseMemory.html" title="GstGLBaseMemory">GstGLBaseMemory</a>
|
3194
|
+
</dt>
|
3195
|
+
<dd></dd>
|
3196
|
+
<dt>
|
3197
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLBaseMemory.html" title="GstGLBaseMemory">GstGLBaseMemory</a>
|
3198
|
+
</dt>
|
3199
|
+
<dd></dd>
|
3200
|
+
<dt>
|
3201
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLBaseMemory.html" title="GstGLBaseMemory">GstGLBaseMemory</a>
|
3202
|
+
</dt>
|
3203
|
+
<dd></dd>
|
3204
|
+
<dt>
|
3205
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLBaseMemory.html" title="GstGLBaseMemory">GstGLBaseMemory</a>
|
3206
|
+
</dt>
|
3207
|
+
<dd></dd>
|
3208
|
+
<dt>
|
3209
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLBaseMemory.html" title="GstGLBaseMemory">GstGLBaseMemory</a>
|
3210
|
+
</dt>
|
3211
|
+
<dd></dd>
|
3212
|
+
<dt>
|
3213
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLBaseMemory.html" title="GstGLBaseMemory">GstGLBaseMemory</a>
|
3214
|
+
</dt>
|
3215
|
+
<dd></dd>
|
3216
|
+
<dt>
|
3217
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLAPI.html" title="GstGLAPI">GstGLAPI</a>
|
3218
|
+
</dt>
|
3219
|
+
<dd></dd>
|
3220
|
+
<dt>
|
3221
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLAPI.html" title="GstGLAPI">GstGLAPI</a>
|
3222
|
+
</dt>
|
3223
|
+
<dd></dd>
|
3224
|
+
<dt>
|
3225
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLAPI.html" title="GstGLAPI">GstGLAPI</a>
|
3226
|
+
</dt>
|
3227
|
+
<dd></dd>
|
3228
|
+
<dt>
|
3229
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLAPI.html" title="GstGLAPI">GstGLAPI</a>
|
3230
|
+
</dt>
|
3231
|
+
<dd></dd>
|
3232
|
+
<dt>
|
3233
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLAPI.html" title="GstGLAPI">GstGLAPI</a>
|
3234
|
+
</dt>
|
3235
|
+
<dd></dd>
|
3236
|
+
<dt>
|
3237
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLAPI.html" title="GstGLAPI">GstGLAPI</a>
|
3238
|
+
</dt>
|
3239
|
+
<dd></dd>
|
3240
|
+
<dt>
|
3241
|
+
<a class="link" href="gst-plugins-base-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-base-libs-OpenGL-debugging.html" title="OpenGL debugging">OpenGL Debugging</a>
|
3242
|
+
</dt>
|
3243
|
+
<dd></dd>
|
3244
|
+
<dt>
|
3245
|
+
<a class="link" href="gst-plugins-base-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-base-libs-OpenGL-debugging.html" title="OpenGL debugging">OpenGL Debugging</a>
|
3246
|
+
</dt>
|
3247
|
+
<dd></dd>
|
3248
|
+
<dt>
|
3249
|
+
<a class="link" href="gst-plugins-base-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-base-libs-OpenGL-debugging.html" title="OpenGL debugging">OpenGL Debugging</a>
|
3250
|
+
</dt>
|
3251
|
+
<dd></dd>
|
3252
|
+
<dt>
|
3253
|
+
<a class="link" href="gst-plugins-base-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-base-libs-OpenGL-debugging.html" title="OpenGL debugging">OpenGL Debugging</a>
|
3254
|
+
</dt>
|
3255
|
+
<dd></dd>
|
3256
|
+
<dt>
|
3257
|
+
<a class="link" href="gst-plugins-base-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-base-libs-OpenGL-debugging.html" title="OpenGL debugging">OpenGL Debugging</a>
|
3258
|
+
</dt>
|
3259
|
+
<dd></dd>
|
3260
|
+
<dt>
|
3261
|
+
<a class="link" href="gst-plugins-base-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-base-libs-OpenGL-debugging.html" title="OpenGL debugging">OpenGL Debugging</a>
|
3262
|
+
</dt>
|
3263
|
+
<dd></dd>
|
3264
|
+
<dt>
|
3265
|
+
<a class="link" href="gst-plugins-base-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-base-libs-OpenGL-debugging.html" title="OpenGL debugging">OpenGL Debugging</a>
|
3266
|
+
</dt>
|
3267
|
+
<dd></dd>
|
3268
|
+
<dt>
|
3269
|
+
<a class="link" href="gst-plugins-base-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-base-libs-OpenGL-debugging.html" title="OpenGL debugging">OpenGL Debugging</a>
|
3270
|
+
</dt>
|
3271
|
+
<dd></dd>
|
3272
|
+
<dt>
|
3273
|
+
<a class="link" href="gst-plugins-base-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-base-libs-OpenGL-debugging.html" title="OpenGL debugging">OpenGL Debugging</a>
|
3274
|
+
</dt>
|
3275
|
+
<dd></dd>
|
3276
|
+
<dt>
|
3277
|
+
<a class="link" href="gst-plugins-base-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-base-libs-OpenGL-debugging.html" title="OpenGL debugging">OpenGL Debugging</a>
|
3278
|
+
</dt>
|
3279
|
+
<dd></dd>
|
3280
|
+
<dt>
|
3281
|
+
<a class="link" href="gst-plugins-base-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-base-libs-OpenGL-debugging.html" title="OpenGL debugging">OpenGL Debugging</a>
|
3282
|
+
</dt>
|
3283
|
+
<dd></dd>
|
3284
|
+
<dt>
|
3285
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLBaseMemory.html" title="GstGLBaseMemory">GstGLBaseMemory</a>
|
3286
|
+
</dt>
|
3287
|
+
<dd></dd>
|
3288
|
+
<dt>
|
3289
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLBaseMemory.html" title="GstGLBaseMemory">GstGLBaseMemory</a>
|
3290
|
+
</dt>
|
3291
|
+
<dd></dd>
|
3292
|
+
<dt>
|
3293
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLBaseMemory.html" title="GstGLBaseMemory">GstGLBaseMemory</a>
|
3294
|
+
</dt>
|
3295
|
+
<dd></dd>
|
3296
|
+
<dt>
|
3297
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLBaseMemory.html" title="GstGLBaseMemory">GstGLBaseMemory</a>
|
3298
|
+
</dt>
|
3299
|
+
<dd></dd>
|
3300
|
+
<dt>
|
3301
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLBaseMemory.html" title="GstGLBaseMemory">GstGLBaseMemory</a>
|
3302
|
+
</dt>
|
3303
|
+
<dd></dd>
|
3304
|
+
<dt>
|
3305
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLBaseMemory.html" title="GstGLBaseMemory">GstGLBaseMemory</a>
|
3306
|
+
</dt>
|
3307
|
+
<dd></dd>
|
3308
|
+
<dt>
|
3309
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLBaseMemory.html" title="GstGLBaseMemory">GstGLBaseMemory</a>
|
3310
|
+
</dt>
|
3311
|
+
<dd></dd>
|
3312
|
+
<dt>
|
3313
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLBuffer.html" title="GstGLBuffer">GstGLBuffer</a>
|
3314
|
+
</dt>
|
3315
|
+
<dd></dd>
|
3316
|
+
<dt>
|
3317
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLBuffer.html" title="GstGLBuffer">GstGLBuffer</a>
|
3318
|
+
</dt>
|
3319
|
+
<dd></dd>
|
3320
|
+
<dt>
|
3321
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLBuffer.html" title="GstGLBuffer">GstGLBuffer</a>
|
3322
|
+
</dt>
|
3323
|
+
<dd></dd>
|
3324
|
+
<dt>
|
3325
|
+
<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>
|
3326
|
+
</dt>
|
3327
|
+
<dd></dd>
|
3328
|
+
<dt>
|
3329
|
+
<a class="link" href="gst-plugins-base-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-base-libs-OpenGL-Miscellaneous-Utilities.html" title="GstGLUtils">OpenGL Miscellaneous Utilities</a>
|
3330
|
+
</dt>
|
3331
|
+
<dd></dd>
|
3332
|
+
<dt>
|
3333
|
+
<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>
|
3334
|
+
</dt>
|
3335
|
+
<dd></dd>
|
3336
|
+
<dt>
|
3337
|
+
<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>
|
3338
|
+
</dt>
|
3339
|
+
<dd></dd>
|
3340
|
+
<dt>
|
3341
|
+
<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>
|
3342
|
+
</dt>
|
3343
|
+
<dd></dd>
|
3344
|
+
<dt>
|
3345
|
+
<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>
|
3346
|
+
</dt>
|
3347
|
+
<dd></dd>
|
3348
|
+
<dt>
|
3349
|
+
<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>
|
3350
|
+
</dt>
|
3351
|
+
<dd></dd>
|
3352
|
+
<dt>
|
3353
|
+
<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>
|
3354
|
+
</dt>
|
3355
|
+
<dd></dd>
|
3356
|
+
<dt>
|
3357
|
+
<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>
|
3358
|
+
</dt>
|
3359
|
+
<dd></dd>
|
3360
|
+
<dt>
|
3361
|
+
<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>
|
3362
|
+
</dt>
|
3363
|
+
<dd></dd>
|
3364
|
+
<dt>
|
3365
|
+
<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>
|
3366
|
+
</dt>
|
3367
|
+
<dd></dd>
|
3368
|
+
<dt>
|
3369
|
+
<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>
|
3370
|
+
</dt>
|
3371
|
+
<dd></dd>
|
3372
|
+
<dt>
|
3373
|
+
<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>
|
3374
|
+
</dt>
|
3375
|
+
<dd></dd>
|
3376
|
+
<dt>
|
3377
|
+
<a class="link" href="GstGLFramebuffer.html#gst-gl-context-check-framebuffer-status" title="gst_gl_context_check_framebuffer_status ()">gst_gl_context_check_framebuffer_status</a>, function in <a class="link" href="GstGLFramebuffer.html" title="GstGLFramebuffer">GstGLFramebuffer</a>
|
3378
|
+
</dt>
|
3379
|
+
<dd></dd>
|
3380
|
+
<dt>
|
3381
|
+
<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>
|
3382
|
+
</dt>
|
3383
|
+
<dd></dd>
|
3384
|
+
<dt>
|
3385
|
+
<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>
|
3386
|
+
</dt>
|
3387
|
+
<dd></dd>
|
3388
|
+
<dt>
|
3389
|
+
<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>
|
3390
|
+
</dt>
|
3391
|
+
<dd></dd>
|
3392
|
+
<dt>
|
3393
|
+
gst_gl_context_cocoa_get_current_context, function in GstGLContextCocoa
|
3394
|
+
</dt>
|
3395
|
+
<dd></dd>
|
3396
|
+
<dt>
|
3397
|
+
gst_gl_context_cocoa_get_pixel_format, function in GstGLContextCocoa
|
3398
|
+
</dt>
|
3399
|
+
<dd></dd>
|
3400
|
+
<dt>
|
3401
|
+
gst_gl_context_cocoa_new, function in GstGLContextCocoa
|
3402
|
+
</dt>
|
3403
|
+
<dd></dd>
|
3404
|
+
<dt>
|
3405
|
+
<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>
|
3406
|
+
</dt>
|
3407
|
+
<dd></dd>
|
3408
|
+
<dt>
|
3409
|
+
<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>
|
3410
|
+
</dt>
|
3411
|
+
<dd></dd>
|
3412
|
+
<dt>
|
3413
|
+
<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>
|
3414
|
+
</dt>
|
3415
|
+
<dd></dd>
|
3416
|
+
<dt>
|
3417
|
+
gst_gl_context_eagl_get_current_context, function in GstGLContextEagl
|
3418
|
+
</dt>
|
3419
|
+
<dd></dd>
|
3420
|
+
<dt>
|
3421
|
+
gst_gl_context_eagl_new, function in GstGLContextEagl
|
3422
|
+
</dt>
|
3423
|
+
<dd></dd>
|
3424
|
+
<dt>
|
3425
|
+
gst_gl_context_egl_get_current_context, function in GstGLContextEGL
|
3426
|
+
</dt>
|
3427
|
+
<dd></dd>
|
3428
|
+
<dt>
|
3429
|
+
gst_gl_context_egl_get_proc_address, function in GstGLContextEGL
|
3430
|
+
</dt>
|
3431
|
+
<dd></dd>
|
3432
|
+
<dt>
|
3433
|
+
gst_gl_context_egl_new, function in GstGLContextEGL
|
3434
|
+
</dt>
|
3435
|
+
<dd></dd>
|
3436
|
+
<dt>
|
3437
|
+
<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>
|
3438
|
+
</dt>
|
3439
|
+
<dd></dd>
|
3440
|
+
<dt>
|
3441
|
+
<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>
|
3442
|
+
</dt>
|
3443
|
+
<dd></dd>
|
3444
|
+
<dt>
|
3445
|
+
<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>
|
3446
|
+
</dt>
|
3447
|
+
<dd></dd>
|
3448
|
+
<dt>
|
3449
|
+
<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>
|
3450
|
+
</dt>
|
3451
|
+
<dd></dd>
|
3452
|
+
<dt>
|
3453
|
+
<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>
|
3454
|
+
</dt>
|
3455
|
+
<dd></dd>
|
3456
|
+
<dt>
|
3457
|
+
<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>
|
3458
|
+
</dt>
|
3459
|
+
<dd></dd>
|
3460
|
+
<dt>
|
3461
|
+
<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>
|
3462
|
+
</dt>
|
3463
|
+
<dd></dd>
|
3464
|
+
<dt>
|
3465
|
+
<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>
|
3466
|
+
</dt>
|
3467
|
+
<dd></dd>
|
3468
|
+
<dt>
|
3469
|
+
<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>
|
3470
|
+
</dt>
|
3471
|
+
<dd></dd>
|
3472
|
+
<dt>
|
3473
|
+
<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>
|
3474
|
+
</dt>
|
3475
|
+
<dd></dd>
|
3476
|
+
<dt>
|
3477
|
+
<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>
|
3478
|
+
</dt>
|
3479
|
+
<dd></dd>
|
3480
|
+
<dt>
|
3481
|
+
<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>
|
3482
|
+
</dt>
|
3483
|
+
<dd></dd>
|
3484
|
+
<dt>
|
3485
|
+
<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>
|
3486
|
+
</dt>
|
3487
|
+
<dd></dd>
|
3488
|
+
<dt>
|
3489
|
+
<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>
|
3490
|
+
</dt>
|
3491
|
+
<dd></dd>
|
3492
|
+
<dt>
|
3493
|
+
<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>
|
3494
|
+
</dt>
|
3495
|
+
<dd></dd>
|
3496
|
+
<dt>
|
3497
|
+
gst_gl_context_glx_get_current_context, function in GstGLContextGLX
|
3498
|
+
</dt>
|
3499
|
+
<dd></dd>
|
3500
|
+
<dt>
|
3501
|
+
gst_gl_context_glx_get_proc_address, function in GstGLContextGLX
|
3502
|
+
</dt>
|
3503
|
+
<dd></dd>
|
3504
|
+
<dt>
|
3505
|
+
gst_gl_context_glx_new, function in GstGLContextGLX
|
3506
|
+
</dt>
|
3507
|
+
<dd></dd>
|
3508
|
+
<dt>
|
3509
|
+
<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>
|
3510
|
+
</dt>
|
3511
|
+
<dd></dd>
|
3512
|
+
<dt>
|
3513
|
+
<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>
|
3514
|
+
</dt>
|
3515
|
+
<dd></dd>
|
3516
|
+
<dt>
|
3517
|
+
<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>
|
3518
|
+
</dt>
|
3519
|
+
<dd></dd>
|
3520
|
+
<dt>
|
3521
|
+
<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>
|
3522
|
+
</dt>
|
3523
|
+
<dd></dd>
|
3524
|
+
<dt>
|
3525
|
+
<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>
|
3526
|
+
</dt>
|
3527
|
+
<dd></dd>
|
3528
|
+
<dt>
|
3529
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLSL.html" title="GstGLSL">GstGLSL</a>
|
3530
|
+
</dt>
|
3531
|
+
<dd></dd>
|
3532
|
+
<dt>
|
3533
|
+
<a class="link" href="GstGLContext.html#gst-gl-context-swap-buffers" title="gst_gl_context_swap_buffers ()">gst_gl_context_swap_buffers</a>, function in <a class="link" href="GstGLContext.html" title="GstGLContext">GstGLContext</a>
|
3534
|
+
</dt>
|
3535
|
+
<dd></dd>
|
3536
|
+
<dt>
|
3537
|
+
<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>
|
3538
|
+
</dt>
|
3539
|
+
<dd></dd>
|
3540
|
+
<dt>
|
3541
|
+
gst_gl_context_wgl_get_current_context, function in GstGLContextWGL
|
3542
|
+
</dt>
|
3543
|
+
<dd></dd>
|
3544
|
+
<dt>
|
3545
|
+
gst_gl_context_wgl_get_proc_address, function in GstGLContextWGL
|
3546
|
+
</dt>
|
3547
|
+
<dd></dd>
|
3548
|
+
<dt>
|
3549
|
+
gst_gl_context_wgl_new, function in GstGLContextWGL
|
3550
|
+
</dt>
|
3551
|
+
<dd></dd>
|
3552
|
+
<dt>
|
3553
|
+
<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>
|
3554
|
+
</dt>
|
3555
|
+
<dd></dd>
|
3556
|
+
<dt>
|
3557
|
+
gst_gl_display_cocoa_new, function in GstGLDisplayCocoa
|
3558
|
+
</dt>
|
3559
|
+
<dd></dd>
|
3560
|
+
<dt>
|
3561
|
+
<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>
|
3562
|
+
</dt>
|
3563
|
+
<dd></dd>
|
3564
|
+
<dt>
|
3565
|
+
<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>
|
3566
|
+
</dt>
|
3567
|
+
<dd></dd>
|
3568
|
+
<dt>
|
3569
|
+
<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>
|
3570
|
+
</dt>
|
3571
|
+
<dd></dd>
|
3572
|
+
<dt>
|
3573
|
+
gst_gl_display_egl_from_gl_display, function in GstGLDisplayEGL
|
3574
|
+
</dt>
|
3575
|
+
<dd></dd>
|
3576
|
+
<dt>
|
3577
|
+
gst_gl_display_egl_get_from_native, function in GstGLDisplayEGL
|
1676
3578
|
</dt>
|
1677
3579
|
<dd></dd>
|
1678
3580
|
<dt>
|
1679
|
-
|
3581
|
+
gst_gl_display_egl_new, function in GstGLDisplayEGL
|
1680
3582
|
</dt>
|
1681
3583
|
<dd></dd>
|
1682
3584
|
<dt>
|
1683
|
-
|
3585
|
+
gst_gl_display_egl_new_with_egl_display, function in GstGLDisplayEGL
|
1684
3586
|
</dt>
|
1685
3587
|
<dd></dd>
|
1686
3588
|
<dt>
|
1687
|
-
<a class="link" href="
|
3589
|
+
<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>
|
1688
3590
|
</dt>
|
1689
3591
|
<dd></dd>
|
1690
3592
|
<dt>
|
1691
|
-
<a class="link" href="
|
3593
|
+
<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>
|
1692
3594
|
</dt>
|
1693
3595
|
<dd></dd>
|
1694
3596
|
<dt>
|
1695
|
-
<a class="link" href="
|
3597
|
+
<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>
|
1696
3598
|
</dt>
|
1697
3599
|
<dd></dd>
|
1698
3600
|
<dt>
|
1699
|
-
<a class="link" href="
|
3601
|
+
<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>
|
1700
3602
|
</dt>
|
1701
3603
|
<dd></dd>
|
1702
3604
|
<dt>
|
1703
|
-
<a class="link" href="
|
3605
|
+
<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>
|
1704
3606
|
</dt>
|
1705
3607
|
<dd></dd>
|
1706
3608
|
<dt>
|
1707
|
-
<a class="link" href="
|
3609
|
+
<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>
|
1708
3610
|
</dt>
|
1709
3611
|
<dd></dd>
|
1710
3612
|
<dt>
|
1711
|
-
<a class="link" href="
|
3613
|
+
<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>
|
1712
3614
|
</dt>
|
1713
3615
|
<dd></dd>
|
1714
3616
|
<dt>
|
1715
|
-
<a class="link" href="
|
3617
|
+
<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>
|
1716
3618
|
</dt>
|
1717
3619
|
<dd></dd>
|
1718
3620
|
<dt>
|
1719
|
-
<a class="link" href="gst-plugins-base-libs-
|
3621
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLDisplayWayland.html" title="GstGLDisplayWayland">GstGLDisplayWayland</a>
|
1720
3622
|
</dt>
|
1721
3623
|
<dd></dd>
|
1722
3624
|
<dt>
|
1723
|
-
<a class="link" href="gst-plugins-base-libs-
|
3625
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLDisplayWayland.html" title="GstGLDisplayWayland">GstGLDisplayWayland</a>
|
1724
3626
|
</dt>
|
1725
3627
|
<dd></dd>
|
1726
3628
|
<dt>
|
1727
|
-
<a class="link" href="gst-plugins-base-libs-
|
3629
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLDisplayX11.html" title="GstGLDisplayX11">GstGLDisplayX11</a>
|
1728
3630
|
</dt>
|
1729
3631
|
<dd></dd>
|
1730
3632
|
<dt>
|
1731
|
-
<a class="link" href="gst-plugins-base-libs-
|
3633
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLDisplayX11.html" title="GstGLDisplayX11">GstGLDisplayX11</a>
|
1732
3634
|
</dt>
|
1733
3635
|
<dd></dd>
|
1734
3636
|
<dt>
|
1735
|
-
<a class="link" href="gst-plugins-base-libs-
|
3637
|
+
<a class="link" href="gst-plugins-base-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-base-libs-OpenGL-Miscellaneous-Utilities.html" title="GstGLUtils">OpenGL Miscellaneous Utilities</a>
|
1736
3638
|
</dt>
|
1737
3639
|
<dd></dd>
|
1738
3640
|
<dt>
|
1739
|
-
<a class="link" href="
|
3641
|
+
<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>
|
1740
3642
|
</dt>
|
1741
3643
|
<dd></dd>
|
1742
3644
|
<dt>
|
1743
|
-
<a class="link" href="
|
3645
|
+
<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>
|
1744
3646
|
</dt>
|
1745
3647
|
<dd></dd>
|
1746
3648
|
<dt>
|
1747
|
-
<a class="link" href="
|
3649
|
+
<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>
|
1748
3650
|
</dt>
|
1749
3651
|
<dd></dd>
|
1750
3652
|
<dt>
|
1751
|
-
<a class="link" href="
|
3653
|
+
<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>
|
1752
3654
|
</dt>
|
1753
3655
|
<dd></dd>
|
1754
3656
|
<dt>
|
1755
|
-
<a class="link" href="gst-plugins-base-libs-
|
3657
|
+
<a class="link" href="gst-plugins-base-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-base-libs-OpenGL-Formats.html" title="GstGLFormat">OpenGL Formats</a>
|
1756
3658
|
</dt>
|
1757
3659
|
<dd></dd>
|
1758
3660
|
<dt>
|
1759
|
-
<a class="link" href="gst-plugins-base-libs-
|
3661
|
+
<a class="link" href="gst-plugins-base-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-base-libs-OpenGL-Formats.html" title="GstGLFormat">OpenGL Formats</a>
|
1760
3662
|
</dt>
|
1761
3663
|
<dd></dd>
|
1762
3664
|
<dt>
|
1763
|
-
<a class="link" href="
|
3665
|
+
<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>
|
1764
3666
|
</dt>
|
1765
3667
|
<dd></dd>
|
1766
3668
|
<dt>
|
1767
|
-
<a class="link" href="
|
3669
|
+
<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>
|
1768
3670
|
</dt>
|
1769
3671
|
<dd></dd>
|
1770
3672
|
<dt>
|
1771
|
-
<a class="link" href="
|
3673
|
+
<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>
|
1772
3674
|
</dt>
|
1773
3675
|
<dd></dd>
|
1774
3676
|
<dt>
|
1775
|
-
<a class="link" href="
|
3677
|
+
<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>
|
1776
3678
|
</dt>
|
1777
3679
|
<dd></dd>
|
1778
3680
|
<dt>
|
1779
|
-
<a class="link" href="
|
3681
|
+
<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>
|
1780
3682
|
</dt>
|
1781
3683
|
<dd></dd>
|
1782
3684
|
<dt>
|
1783
|
-
<a class="link" href="
|
3685
|
+
<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>
|
1784
3686
|
</dt>
|
1785
3687
|
<dd></dd>
|
1786
3688
|
<dt>
|
1787
|
-
<a class="link" href="
|
3689
|
+
<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>
|
1788
3690
|
</dt>
|
1789
3691
|
<dd></dd>
|
1790
3692
|
<dt>
|
1791
|
-
<a class="link" href="
|
3693
|
+
<a class="link" href="gst-plugins-base-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-base-libs-OpenGL-Miscellaneous-Utilities.html" title="GstGLUtils">OpenGL Miscellaneous Utilities</a>
|
1792
3694
|
</dt>
|
1793
3695
|
<dd></dd>
|
1794
3696
|
<dt>
|
1795
|
-
<a class="link" href="
|
3697
|
+
<a class="link" href="gst-plugins-base-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-base-libs-OpenGL-Miscellaneous-Utilities.html" title="GstGLUtils">OpenGL Miscellaneous Utilities</a>
|
1796
3698
|
</dt>
|
1797
3699
|
<dd></dd>
|
1798
3700
|
<dt>
|
1799
|
-
<a class="link" href="
|
3701
|
+
<a class="link" href="gst-plugins-base-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-base-libs-OpenGL-Miscellaneous-Utilities.html" title="GstGLUtils">OpenGL Miscellaneous Utilities</a>
|
1800
3702
|
</dt>
|
1801
3703
|
<dd></dd>
|
1802
3704
|
<dt>
|
1803
|
-
<a class="link" href="
|
3705
|
+
<a class="link" href="gst-plugins-base-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-base-libs-OpenGL-Miscellaneous-Utilities.html" title="GstGLUtils">OpenGL Miscellaneous Utilities</a>
|
1804
3706
|
</dt>
|
1805
3707
|
<dd></dd>
|
1806
3708
|
<dt>
|
1807
|
-
<a class="link" href="
|
3709
|
+
<a class="link" href="gst-plugins-base-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-base-libs-OpenGL-debugging.html" title="OpenGL debugging">OpenGL Debugging</a>
|
1808
3710
|
</dt>
|
1809
3711
|
<dd></dd>
|
1810
3712
|
<dt>
|
1811
|
-
<a class="link" href="
|
3713
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLMemory.html" title="GstGLMemory">GstGLMemory</a>
|
1812
3714
|
</dt>
|
1813
3715
|
<dd></dd>
|
1814
|
-
<a name="idxD"></a><h3 class="title">D</h3>
|
1815
3716
|
<dt>
|
1816
|
-
<a class="link" href="
|
3717
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLMemory.html" title="GstGLMemory">GstGLMemory</a>
|
1817
3718
|
</dt>
|
1818
3719
|
<dd></dd>
|
1819
3720
|
<dt>
|
1820
|
-
<a class="link" href="
|
3721
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLMemory.html" title="GstGLMemory">GstGLMemory</a>
|
1821
3722
|
</dt>
|
1822
3723
|
<dd></dd>
|
1823
3724
|
<dt>
|
1824
|
-
<a class="link" href="
|
3725
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLMemory.html" title="GstGLMemory">GstGLMemory</a>
|
1825
3726
|
</dt>
|
1826
3727
|
<dd></dd>
|
1827
3728
|
<dt>
|
1828
|
-
<a class="link" href="
|
3729
|
+
<a class="link" href="gst-plugins-base-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-base-libs-gstglmemoryegl.html" title="GstGLMemoryEGL">gstglmemoryegl</a>
|
1829
3730
|
</dt>
|
1830
3731
|
<dd></dd>
|
1831
3732
|
<dt>
|
1832
|
-
<a class="link" href="
|
3733
|
+
<a class="link" href="gst-plugins-base-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-base-libs-gstglmemoryegl.html" title="GstGLMemoryEGL">GstGLMemoryEGL</a>
|
1833
3734
|
</dt>
|
1834
3735
|
<dd></dd>
|
1835
3736
|
<dt>
|
1836
|
-
<a class="link" href="
|
3737
|
+
<a class="link" href="gst-plugins-base-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-base-libs-gstglmemoryegl.html" title="GstGLMemoryEGL">GstGLMemoryEGL</a>
|
1837
3738
|
</dt>
|
1838
3739
|
<dd></dd>
|
1839
3740
|
<dt>
|
1840
|
-
<a class="link" href="
|
3741
|
+
<a class="link" href="gst-plugins-base-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-base-libs-gstglmemoryegl.html" title="GstGLMemoryEGL">GstGLMemoryEGL</a>
|
1841
3742
|
</dt>
|
1842
3743
|
<dd></dd>
|
1843
3744
|
<dt>
|
1844
|
-
<a class="link" href="
|
3745
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLMemory.html" title="GstGLMemory">GstGLMemory</a>
|
1845
3746
|
</dt>
|
1846
3747
|
<dd></dd>
|
1847
3748
|
<dt>
|
1848
|
-
<a class="link" href="
|
3749
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLMemory.html" title="GstGLMemory">GstGLMemory</a>
|
1849
3750
|
</dt>
|
1850
3751
|
<dd></dd>
|
1851
3752
|
<dt>
|
1852
|
-
<a class="link" href="
|
3753
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLMemory.html" title="GstGLMemory">GstGLMemory</a>
|
1853
3754
|
</dt>
|
1854
3755
|
<dd></dd>
|
1855
3756
|
<dt>
|
1856
|
-
<a class="link" href="
|
3757
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLMemory.html" title="GstGLMemory">GstGLMemory</a>
|
1857
3758
|
</dt>
|
1858
3759
|
<dd></dd>
|
1859
3760
|
<dt>
|
1860
|
-
<a class="link" href="
|
3761
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLMemory.html" title="GstGLMemory">GstGLMemory</a>
|
1861
3762
|
</dt>
|
1862
3763
|
<dd></dd>
|
1863
3764
|
<dt>
|
1864
|
-
<a class="link" href="
|
3765
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLMemory.html" title="GstGLMemory">GstGLMemory</a>
|
1865
3766
|
</dt>
|
1866
3767
|
<dd></dd>
|
1867
3768
|
<dt>
|
1868
|
-
<a class="link" href="
|
3769
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLMemory.html" title="GstGLMemory">GstGLMemory</a>
|
1869
3770
|
</dt>
|
1870
3771
|
<dd></dd>
|
1871
3772
|
<dt>
|
1872
|
-
<a class="link" href="
|
3773
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLMemoryPBO.html" title="GstGLMemoryPBO">GstGLMemoryPBO</a>
|
1873
3774
|
</dt>
|
1874
3775
|
<dd></dd>
|
1875
3776
|
<dt>
|
1876
|
-
<a class="link" href="
|
3777
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLMemoryPBO.html" title="GstGLMemoryPBO">GstGLMemoryPBO</a>
|
1877
3778
|
</dt>
|
1878
3779
|
<dd></dd>
|
1879
3780
|
<dt>
|
1880
|
-
<a class="link" href="
|
3781
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLMemoryPBO.html" title="GstGLMemoryPBO">GstGLMemoryPBO</a>
|
1881
3782
|
</dt>
|
1882
3783
|
<dd></dd>
|
1883
3784
|
<dt>
|
1884
|
-
<a class="link" href="
|
3785
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLMemoryPBO.html" title="GstGLMemoryPBO">GstGLMemoryPBO</a>
|
1885
3786
|
</dt>
|
1886
3787
|
<dd></dd>
|
1887
3788
|
<dt>
|
1888
|
-
<a class="link" href="
|
3789
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLMemoryPBO.html" title="GstGLMemoryPBO">GstGLMemoryPBO</a>
|
1889
3790
|
</dt>
|
1890
3791
|
<dd></dd>
|
1891
3792
|
<dt>
|
1892
|
-
<a class="link" href="
|
3793
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLMemory.html" title="GstGLMemory">GstGLMemory</a>
|
1893
3794
|
</dt>
|
1894
3795
|
<dd></dd>
|
1895
3796
|
<dt>
|
1896
|
-
<a class="link" href="
|
3797
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLMemory.html" title="GstGLMemory">GstGLMemory</a>
|
1897
3798
|
</dt>
|
1898
3799
|
<dd></dd>
|
1899
3800
|
<dt>
|
1900
|
-
<a class="link" href="
|
3801
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLMemory.html" title="GstGLMemory">GstGLMemory</a>
|
1901
3802
|
</dt>
|
1902
3803
|
<dd></dd>
|
1903
3804
|
<dt>
|
1904
|
-
<a class="link" href="
|
3805
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLMemory.html" title="GstGLMemory">GstGLMemory</a>
|
1905
3806
|
</dt>
|
1906
3807
|
<dd></dd>
|
1907
3808
|
<dt>
|
1908
|
-
<a class="link" href="
|
3809
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLOverlayCompositor.html" title="GstGLOverlayCompositor">GstGLOverlayCompositor</a>
|
1909
3810
|
</dt>
|
1910
3811
|
<dd></dd>
|
1911
3812
|
<dt>
|
1912
|
-
<a class="link" href="
|
3813
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLOverlayCompositor.html" title="GstGLOverlayCompositor">GstGLOverlayCompositor</a>
|
1913
3814
|
</dt>
|
1914
3815
|
<dd></dd>
|
1915
3816
|
<dt>
|
1916
|
-
<a class="link" href="
|
3817
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLOverlayCompositor.html" title="GstGLOverlayCompositor">GstGLOverlayCompositor</a>
|
1917
3818
|
</dt>
|
1918
3819
|
<dd></dd>
|
1919
3820
|
<dt>
|
1920
|
-
<a class="link" href="
|
3821
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLOverlayCompositor.html" title="GstGLOverlayCompositor">GstGLOverlayCompositor</a>
|
1921
3822
|
</dt>
|
1922
3823
|
<dd></dd>
|
1923
3824
|
<dt>
|
1924
|
-
<a class="link" href="
|
3825
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLOverlayCompositor.html" title="GstGLOverlayCompositor">GstGLOverlayCompositor</a>
|
1925
3826
|
</dt>
|
1926
3827
|
<dd></dd>
|
1927
3828
|
<dt>
|
1928
|
-
<a class="link" href="
|
3829
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLAPI.html" title="GstGLAPI">GstGLAPI</a>
|
1929
3830
|
</dt>
|
1930
3831
|
<dd></dd>
|
1931
3832
|
<dt>
|
1932
|
-
<a class="link" href="
|
3833
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLAPI.html" title="GstGLAPI">GstGLAPI</a>
|
1933
3834
|
</dt>
|
1934
3835
|
<dd></dd>
|
1935
3836
|
<dt>
|
1936
|
-
<a class="link" href="
|
3837
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLQuery.html" title="GstGLQuery">GstGLQuery</a>
|
1937
3838
|
</dt>
|
1938
3839
|
<dd></dd>
|
1939
3840
|
<dt>
|
1940
|
-
<a class="link" href="
|
3841
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLQuery.html" title="GstGLQuery">GstGLQuery</a>
|
1941
3842
|
</dt>
|
1942
3843
|
<dd></dd>
|
1943
3844
|
<dt>
|
1944
|
-
<a class="link" href="
|
3845
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLQuery.html" title="GstGLQuery">GstGLQuery</a>
|
1945
3846
|
</dt>
|
1946
3847
|
<dd></dd>
|
1947
3848
|
<dt>
|
1948
|
-
<a class="link" href="
|
3849
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLQuery.html" title="GstGLQuery">GstGLQuery</a>
|
1949
3850
|
</dt>
|
1950
3851
|
<dd></dd>
|
1951
3852
|
<dt>
|
1952
|
-
<a class="link" href="
|
3853
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLQuery.html" title="GstGLQuery">GstGLQuery</a>
|
1953
3854
|
</dt>
|
1954
3855
|
<dd></dd>
|
1955
3856
|
<dt>
|
1956
|
-
<a class="link" href="
|
3857
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLQuery.html" title="GstGLQuery">GstGLQuery</a>
|
1957
3858
|
</dt>
|
1958
3859
|
<dd></dd>
|
1959
3860
|
<dt>
|
1960
|
-
<a class="link" href="
|
3861
|
+
<a class="link" href="gst-plugins-base-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-base-libs-OpenGL-Miscellaneous-Utilities.html" title="GstGLUtils">OpenGL Miscellaneous Utilities</a>
|
1961
3862
|
</dt>
|
1962
3863
|
<dd></dd>
|
1963
3864
|
<dt>
|
1964
|
-
<a class="link" href="
|
3865
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLQuery.html" title="GstGLQuery">GstGLQuery</a>
|
1965
3866
|
</dt>
|
1966
3867
|
<dd></dd>
|
1967
3868
|
<dt>
|
1968
|
-
<a class="link" href="
|
3869
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLQuery.html" title="GstGLQuery">GstGLQuery</a>
|
1969
3870
|
</dt>
|
1970
3871
|
<dd></dd>
|
1971
3872
|
<dt>
|
1972
|
-
<a class="link" href="
|
3873
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLQuery.html" title="GstGLQuery">GstGLQuery</a>
|
1973
3874
|
</dt>
|
1974
3875
|
<dd></dd>
|
1975
3876
|
<dt>
|
1976
|
-
<a class="link" href="
|
3877
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLQuery.html" title="GstGLQuery">GstGLQuery</a>
|
1977
3878
|
</dt>
|
1978
3879
|
<dd></dd>
|
1979
3880
|
<dt>
|
1980
|
-
<a class="link" href="
|
3881
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLQuery.html" title="GstGLQuery">GstGLQuery</a>
|
1981
3882
|
</dt>
|
1982
3883
|
<dd></dd>
|
1983
3884
|
<dt>
|
1984
|
-
<a class="link" href="
|
3885
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLQuery.html" title="GstGLQuery">GstGLQuery</a>
|
1985
3886
|
</dt>
|
1986
3887
|
<dd></dd>
|
1987
3888
|
<dt>
|
1988
|
-
<a class="link" href="
|
3889
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLRenderbuffer.html" title="GstGLRenderBuffer">GstGLRenderbuffer</a>
|
1989
3890
|
</dt>
|
1990
3891
|
<dd></dd>
|
1991
3892
|
<dt>
|
1992
|
-
<a class="link" href="
|
3893
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLRenderbuffer.html" title="GstGLRenderBuffer">GstGLRenderbuffer</a>
|
1993
3894
|
</dt>
|
1994
3895
|
<dd></dd>
|
1995
3896
|
<dt>
|
1996
|
-
<a class="link" href="
|
3897
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLRenderbuffer.html" title="GstGLRenderBuffer">GstGLRenderbuffer</a>
|
1997
3898
|
</dt>
|
1998
3899
|
<dd></dd>
|
1999
3900
|
<dt>
|
2000
|
-
<a class="link" href="
|
3901
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLRenderbuffer.html" title="GstGLRenderBuffer">GstGLRenderbuffer</a>
|
2001
3902
|
</dt>
|
2002
3903
|
<dd></dd>
|
2003
3904
|
<dt>
|
2004
|
-
<a class="link" href="
|
3905
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLRenderbuffer.html" title="GstGLRenderBuffer">GstGLRenderbuffer</a>
|
2005
3906
|
</dt>
|
2006
3907
|
<dd></dd>
|
2007
3908
|
<dt>
|
2008
|
-
<a class="link" href="
|
3909
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLRenderbuffer.html" title="GstGLRenderBuffer">GstGLRenderbuffer</a>
|
2009
3910
|
</dt>
|
2010
3911
|
<dd></dd>
|
2011
3912
|
<dt>
|
2012
|
-
<a class="link" href="
|
3913
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLRenderbuffer.html" title="GstGLRenderBuffer">GstGLRenderbuffer</a>
|
2013
3914
|
</dt>
|
2014
3915
|
<dd></dd>
|
2015
3916
|
<dt>
|
2016
|
-
<a class="link" href="
|
3917
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLRenderbuffer.html" title="GstGLRenderBuffer">GstGLRenderbuffer</a>
|
2017
3918
|
</dt>
|
2018
3919
|
<dd></dd>
|
2019
3920
|
<dt>
|
2020
|
-
<a class="link" href="
|
3921
|
+
<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>
|
2021
3922
|
</dt>
|
2022
3923
|
<dd></dd>
|
2023
3924
|
<dt>
|
2024
|
-
<a class="link" href="
|
3925
|
+
<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>
|
2025
3926
|
</dt>
|
2026
3927
|
<dd></dd>
|
2027
3928
|
<dt>
|
2028
|
-
<a class="link" href="
|
3929
|
+
<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>
|
2029
3930
|
</dt>
|
2030
3931
|
<dd></dd>
|
2031
3932
|
<dt>
|
2032
|
-
<a class="link" href="
|
3933
|
+
<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>
|
2033
3934
|
</dt>
|
2034
3935
|
<dd></dd>
|
2035
3936
|
<dt>
|
2036
|
-
<a class="link" href="
|
3937
|
+
<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>
|
2037
3938
|
</dt>
|
2038
3939
|
<dd></dd>
|
2039
3940
|
<dt>
|
2040
|
-
<a class="link" href="
|
3941
|
+
<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>
|
2041
3942
|
</dt>
|
2042
3943
|
<dd></dd>
|
2043
3944
|
<dt>
|
2044
|
-
<a class="link" href="
|
3945
|
+
<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>
|
2045
3946
|
</dt>
|
2046
3947
|
<dd></dd>
|
2047
3948
|
<dt>
|
2048
|
-
<a class="link" href="
|
3949
|
+
<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>
|
2049
3950
|
</dt>
|
2050
3951
|
<dd></dd>
|
2051
3952
|
<dt>
|
2052
|
-
<a class="link" href="
|
3953
|
+
<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>
|
2053
3954
|
</dt>
|
2054
3955
|
<dd></dd>
|
2055
3956
|
<dt>
|
2056
|
-
<a class="link" href="
|
3957
|
+
<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>
|
2057
3958
|
</dt>
|
2058
3959
|
<dd></dd>
|
2059
3960
|
<dt>
|
2060
|
-
<a class="link" href="
|
3961
|
+
<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>
|
2061
3962
|
</dt>
|
2062
3963
|
<dd></dd>
|
2063
3964
|
<dt>
|
2064
|
-
<a class="link" href="
|
3965
|
+
<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>
|
2065
3966
|
</dt>
|
2066
3967
|
<dd></dd>
|
2067
3968
|
<dt>
|
2068
|
-
<a class="link" href="
|
3969
|
+
<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>
|
2069
3970
|
</dt>
|
2070
3971
|
<dd></dd>
|
2071
3972
|
<dt>
|
2072
|
-
<a class="link" href="
|
3973
|
+
<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>
|
2073
3974
|
</dt>
|
2074
3975
|
<dd></dd>
|
2075
3976
|
<dt>
|
2076
|
-
<a class="link" href="
|
3977
|
+
<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>
|
2077
3978
|
</dt>
|
2078
3979
|
<dd></dd>
|
2079
3980
|
<dt>
|
2080
|
-
<a class="link" href="
|
3981
|
+
<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>
|
2081
3982
|
</dt>
|
2082
3983
|
<dd></dd>
|
2083
3984
|
<dt>
|
2084
|
-
<a class="link" href="
|
3985
|
+
<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>
|
2085
3986
|
</dt>
|
2086
3987
|
<dd></dd>
|
2087
3988
|
<dt>
|
2088
|
-
<a class="link" href="
|
3989
|
+
<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>
|
2089
3990
|
</dt>
|
2090
3991
|
<dd></dd>
|
2091
3992
|
<dt>
|
2092
|
-
<a class="link" href="
|
3993
|
+
<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>
|
2093
3994
|
</dt>
|
2094
3995
|
<dd></dd>
|
2095
3996
|
<dt>
|
2096
|
-
<a class="link" href="
|
3997
|
+
<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>
|
2097
3998
|
</dt>
|
2098
3999
|
<dd></dd>
|
2099
4000
|
<dt>
|
2100
|
-
<a class="link" href="
|
4001
|
+
<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>
|
2101
4002
|
</dt>
|
2102
4003
|
<dd></dd>
|
2103
|
-
<a name="idxE"></a><h3 class="title">E</h3>
|
2104
4004
|
<dt>
|
2105
|
-
<a class="link" href="
|
4005
|
+
<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>
|
2106
4006
|
</dt>
|
2107
4007
|
<dd></dd>
|
2108
4008
|
<dt>
|
2109
|
-
<a class="link" href="
|
4009
|
+
<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>
|
2110
4010
|
</dt>
|
2111
4011
|
<dd></dd>
|
2112
4012
|
<dt>
|
2113
|
-
<a class="link" href="
|
4013
|
+
<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>
|
2114
4014
|
</dt>
|
2115
4015
|
<dd></dd>
|
2116
4016
|
<dt>
|
2117
|
-
<a class="link" href="
|
4017
|
+
<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>
|
2118
4018
|
</dt>
|
2119
4019
|
<dd></dd>
|
2120
4020
|
<dt>
|
2121
|
-
<a class="link" href="
|
4021
|
+
<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>
|
2122
4022
|
</dt>
|
2123
4023
|
<dd></dd>
|
2124
4024
|
<dt>
|
2125
|
-
<a class="link" href="
|
4025
|
+
<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>
|
2126
4026
|
</dt>
|
2127
4027
|
<dd></dd>
|
2128
4028
|
<dt>
|
2129
|
-
<a class="link" href="
|
4029
|
+
<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>
|
2130
4030
|
</dt>
|
2131
4031
|
<dd></dd>
|
2132
4032
|
<dt>
|
2133
|
-
<a class="link" href="
|
4033
|
+
<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>
|
2134
4034
|
</dt>
|
2135
4035
|
<dd></dd>
|
2136
4036
|
<dt>
|
2137
|
-
<a class="link" href="
|
4037
|
+
<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>
|
2138
4038
|
</dt>
|
2139
4039
|
<dd></dd>
|
2140
4040
|
<dt>
|
2141
|
-
<a class="link" href="
|
4041
|
+
<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>
|
2142
4042
|
</dt>
|
2143
4043
|
<dd></dd>
|
2144
4044
|
<dt>
|
2145
|
-
<a class="link" href="
|
4045
|
+
<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>
|
2146
4046
|
</dt>
|
2147
4047
|
<dd></dd>
|
2148
4048
|
<dt>
|
2149
|
-
<a class="link" href="
|
4049
|
+
<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>
|
2150
4050
|
</dt>
|
2151
4051
|
<dd></dd>
|
2152
4052
|
<dt>
|
2153
|
-
<a class="link" href="
|
4053
|
+
<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>
|
2154
4054
|
</dt>
|
2155
4055
|
<dd></dd>
|
2156
4056
|
<dt>
|
2157
|
-
<a class="link" href="
|
4057
|
+
<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>
|
2158
4058
|
</dt>
|
2159
4059
|
<dd></dd>
|
2160
4060
|
<dt>
|
2161
|
-
<a class="link" href="
|
4061
|
+
<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>
|
2162
4062
|
</dt>
|
2163
4063
|
<dd></dd>
|
2164
4064
|
<dt>
|
2165
|
-
<a class="link" href="
|
4065
|
+
<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>
|
2166
4066
|
</dt>
|
2167
4067
|
<dd></dd>
|
2168
4068
|
<dt>
|
2169
|
-
<a class="link" href="
|
4069
|
+
<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>
|
2170
4070
|
</dt>
|
2171
4071
|
<dd></dd>
|
2172
4072
|
<dt>
|
2173
|
-
<a class="link" href="
|
4073
|
+
<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>
|
2174
4074
|
</dt>
|
2175
4075
|
<dd></dd>
|
2176
4076
|
<dt>
|
2177
|
-
<a class="link" href="
|
4077
|
+
<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>
|
2178
4078
|
</dt>
|
2179
4079
|
<dd></dd>
|
2180
4080
|
<dt>
|
2181
|
-
<a class="link" href="
|
4081
|
+
<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>
|
2182
4082
|
</dt>
|
2183
4083
|
<dd></dd>
|
2184
4084
|
<dt>
|
2185
|
-
<a class="link" href="
|
4085
|
+
<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>
|
2186
4086
|
</dt>
|
2187
4087
|
<dd></dd>
|
2188
4088
|
<dt>
|
2189
|
-
<a class="link" href="
|
4089
|
+
<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>
|
2190
4090
|
</dt>
|
2191
4091
|
<dd></dd>
|
2192
4092
|
<dt>
|
2193
|
-
<a class="link" href="
|
4093
|
+
<a class="link" href="gst-plugins-base-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-base-libs-OpenGL-Formats.html" title="GstGLFormat">OpenGL Formats</a>
|
2194
4094
|
</dt>
|
2195
4095
|
<dd></dd>
|
2196
4096
|
<dt>
|
2197
|
-
<a class="link" href="
|
4097
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLSyncMeta.html" title="GstGLSyncMeta">GstGLSyncMeta</a>
|
2198
4098
|
</dt>
|
2199
4099
|
<dd></dd>
|
2200
4100
|
<dt>
|
2201
|
-
<a class="link" href="
|
4101
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLSyncMeta.html" title="GstGLSyncMeta">GstGLSyncMeta</a>
|
2202
4102
|
</dt>
|
2203
4103
|
<dd></dd>
|
2204
4104
|
<dt>
|
2205
|
-
<a class="link" href="
|
4105
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLSyncMeta.html" title="GstGLSyncMeta">GstGLSyncMeta</a>
|
2206
4106
|
</dt>
|
2207
4107
|
<dd></dd>
|
2208
4108
|
<dt>
|
2209
|
-
<a class="link" href="
|
4109
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLSyncMeta.html" title="GstGLSyncMeta">GstGLSyncMeta</a>
|
2210
4110
|
</dt>
|
2211
4111
|
<dd></dd>
|
2212
4112
|
<dt>
|
2213
|
-
<a class="link" href="
|
4113
|
+
<a class="link" href="gst-plugins-base-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-base-libs-OpenGL-Formats.html" title="GstGLFormat">OpenGL Formats</a>
|
2214
4114
|
</dt>
|
2215
4115
|
<dd></dd>
|
2216
4116
|
<dt>
|
2217
|
-
<a class="link" href="
|
4117
|
+
<a class="link" href="gst-plugins-base-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-base-libs-OpenGL-Formats.html" title="GstGLFormat">OpenGL Formats</a>
|
2218
4118
|
</dt>
|
2219
4119
|
<dd></dd>
|
2220
4120
|
<dt>
|
2221
|
-
<a class="link" href="
|
4121
|
+
<a class="link" href="gst-plugins-base-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-base-libs-OpenGL-Formats.html" title="GstGLFormat">OpenGL Formats</a>
|
2222
4122
|
</dt>
|
2223
4123
|
<dd></dd>
|
2224
4124
|
<dt>
|
2225
|
-
<a class="link" href="
|
4125
|
+
<a class="link" href="gst-plugins-base-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-base-libs-OpenGL-Formats.html" title="GstGLFormat">OpenGL Formats</a>
|
2226
4126
|
</dt>
|
2227
4127
|
<dd></dd>
|
2228
4128
|
<dt>
|
2229
|
-
<a class="link" href="
|
4129
|
+
<a class="link" href="gst-plugins-base-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-base-libs-OpenGL-Formats.html" title="GstGLFormat">OpenGL Formats</a>
|
2230
4130
|
</dt>
|
2231
4131
|
<dd></dd>
|
2232
4132
|
<dt>
|
2233
|
-
<a class="link" href="
|
4133
|
+
<a class="link" href="gst-plugins-base-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-base-libs-OpenGL-Formats.html" title="GstGLFormat">OpenGL Formats</a>
|
2234
4134
|
</dt>
|
2235
4135
|
<dd></dd>
|
2236
4136
|
<dt>
|
2237
|
-
<a class="link" href="
|
4137
|
+
<a class="link" href="gst-plugins-base-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-base-libs-OpenGL-Formats.html" title="GstGLFormat">OpenGL Formats</a>
|
2238
4138
|
</dt>
|
2239
4139
|
<dd></dd>
|
2240
4140
|
<dt>
|
2241
|
-
<a class="link" href="
|
4141
|
+
<a class="link" href="gst-plugins-base-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-base-libs-OpenGL-Formats.html" title="GstGLFormat">OpenGL Formats</a>
|
2242
4142
|
</dt>
|
2243
4143
|
<dd></dd>
|
2244
4144
|
<dt>
|
2245
|
-
<a class="link" href="
|
4145
|
+
<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>
|
2246
4146
|
</dt>
|
2247
4147
|
<dd></dd>
|
2248
4148
|
<dt>
|
2249
|
-
<a class="link" href="
|
4149
|
+
<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>
|
2250
4150
|
</dt>
|
2251
4151
|
<dd></dd>
|
2252
4152
|
<dt>
|
2253
|
-
<a class="link" href="
|
4153
|
+
<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>
|
2254
4154
|
</dt>
|
2255
4155
|
<dd></dd>
|
2256
4156
|
<dt>
|
2257
|
-
<a class="link" href="
|
4157
|
+
<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>
|
2258
4158
|
</dt>
|
2259
4159
|
<dd></dd>
|
2260
4160
|
<dt>
|
2261
|
-
<a class="link" href="
|
4161
|
+
<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>
|
2262
4162
|
</dt>
|
2263
4163
|
<dd></dd>
|
2264
4164
|
<dt>
|
2265
|
-
<a class="link" href="
|
4165
|
+
<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>
|
2266
4166
|
</dt>
|
2267
4167
|
<dd></dd>
|
2268
4168
|
<dt>
|
2269
|
-
<a class="link" href="
|
4169
|
+
<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>
|
2270
4170
|
</dt>
|
2271
4171
|
<dd></dd>
|
2272
4172
|
<dt>
|
2273
|
-
<a class="link" href="
|
4173
|
+
<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>
|
2274
4174
|
</dt>
|
2275
4175
|
<dd></dd>
|
2276
4176
|
<dt>
|
2277
|
-
<a class="link" href="
|
4177
|
+
<a class="link" href="gst-plugins-base-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-base-libs-OpenGL-Miscellaneous-Utilities.html" title="GstGLUtils">OpenGL Miscellaneous Utilities</a>
|
2278
4178
|
</dt>
|
2279
4179
|
<dd></dd>
|
2280
4180
|
<dt>
|
2281
|
-
<a class="link" href="
|
4181
|
+
<a class="link" href="gst-plugins-base-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-base-libs-OpenGL-Miscellaneous-Utilities.html" title="GstGLUtils">OpenGL Miscellaneous Utilities</a>
|
2282
4182
|
</dt>
|
2283
4183
|
<dd></dd>
|
2284
4184
|
<dt>
|
2285
|
-
<a class="link" href="
|
4185
|
+
<a class="link" href="gst-plugins-base-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-base-libs-OpenGL-Miscellaneous-Utilities.html" title="GstGLUtils">OpenGL Miscellaneous Utilities</a>
|
2286
4186
|
</dt>
|
2287
4187
|
<dd></dd>
|
2288
4188
|
<dt>
|
2289
|
-
<a class="link" href="
|
4189
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLSL.html" title="GstGLSL">GstGLSL</a>
|
2290
4190
|
</dt>
|
2291
4191
|
<dd></dd>
|
2292
4192
|
<dt>
|
2293
|
-
<a class="link" href="
|
4193
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLMemory.html" title="GstGLMemory">GstGLMemory</a>
|
2294
4194
|
</dt>
|
2295
4195
|
<dd></dd>
|
2296
4196
|
<dt>
|
2297
|
-
<a class="link" href="
|
4197
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLMemory.html" title="GstGLMemory">GstGLMemory</a>
|
2298
4198
|
</dt>
|
2299
4199
|
<dd></dd>
|
2300
4200
|
<dt>
|
2301
|
-
<a class="link" href="
|
4201
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLMemory.html" title="GstGLMemory">GstGLMemory</a>
|
2302
4202
|
</dt>
|
2303
4203
|
<dd></dd>
|
2304
4204
|
<dt>
|
2305
|
-
<a class="link" href="
|
4205
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLMemory.html" title="GstGLMemory">GstGLMemory</a>
|
2306
4206
|
</dt>
|
2307
4207
|
<dd></dd>
|
2308
4208
|
<dt>
|
2309
|
-
<a class="link" href="
|
4209
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLMemory.html" title="GstGLMemory">GstGLMemory</a>
|
2310
4210
|
</dt>
|
2311
4211
|
<dd></dd>
|
2312
4212
|
<dt>
|
2313
|
-
<a class="link" href="
|
4213
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLMemory.html" title="GstGLMemory">GstGLMemory</a>
|
2314
4214
|
</dt>
|
2315
4215
|
<dd></dd>
|
2316
4216
|
<dt>
|
2317
|
-
<a class="link" href="
|
4217
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLMemory.html" title="GstGLMemory">GstGLMemory</a>
|
2318
4218
|
</dt>
|
2319
4219
|
<dd></dd>
|
2320
4220
|
<dt>
|
2321
|
-
<a class="link" href="
|
4221
|
+
<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>
|
2322
4222
|
</dt>
|
2323
4223
|
<dd></dd>
|
2324
4224
|
<dt>
|
2325
|
-
<a class="link" href="
|
4225
|
+
<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>
|
2326
4226
|
</dt>
|
2327
4227
|
<dd></dd>
|
2328
4228
|
<dt>
|
2329
|
-
<a class="link" href="
|
4229
|
+
<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>
|
2330
4230
|
</dt>
|
2331
4231
|
<dd></dd>
|
2332
4232
|
<dt>
|
2333
|
-
<a class="link" href="
|
4233
|
+
<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>
|
2334
4234
|
</dt>
|
2335
4235
|
<dd></dd>
|
2336
4236
|
<dt>
|
2337
|
-
<a class="link" href="
|
4237
|
+
<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>
|
2338
4238
|
</dt>
|
2339
4239
|
<dd></dd>
|
2340
4240
|
<dt>
|
2341
|
-
<a class="link" href="
|
4241
|
+
<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>
|
2342
4242
|
</dt>
|
2343
4243
|
<dd></dd>
|
2344
4244
|
<dt>
|
2345
|
-
<a class="link" href="
|
4245
|
+
<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>
|
2346
4246
|
</dt>
|
2347
4247
|
<dd></dd>
|
2348
4248
|
<dt>
|
2349
|
-
<a class="link" href="
|
4249
|
+
<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>
|
2350
4250
|
</dt>
|
2351
4251
|
<dd></dd>
|
2352
|
-
<a name="idxF"></a><h3 class="title">F</h3>
|
2353
4252
|
<dt>
|
2354
|
-
<a class="link" href="gst-
|
4253
|
+
<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>
|
2355
4254
|
</dt>
|
2356
4255
|
<dd></dd>
|
2357
4256
|
<dt>
|
2358
|
-
|
4257
|
+
gst_gl_window_android_egl_new, function in GstGLWindowAndroid
|
2359
4258
|
</dt>
|
2360
4259
|
<dd></dd>
|
2361
4260
|
<dt>
|
2362
|
-
<a class="link" href="
|
4261
|
+
<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>
|
2363
4262
|
</dt>
|
2364
4263
|
<dd></dd>
|
2365
4264
|
<dt>
|
2366
|
-
|
4265
|
+
gst_gl_window_cocoa_create_window, function in GstGLWindowCocoa
|
2367
4266
|
</dt>
|
2368
4267
|
<dd></dd>
|
2369
4268
|
<dt>
|
2370
|
-
|
4269
|
+
gst_gl_window_cocoa_new, function in GstGLWindowCocoa
|
2371
4270
|
</dt>
|
2372
4271
|
<dd></dd>
|
2373
4272
|
<dt>
|
2374
|
-
|
4273
|
+
gst_gl_window_dispmanx_egl_new, function in GstGLWindowDispmanx
|
2375
4274
|
</dt>
|
2376
4275
|
<dd></dd>
|
2377
4276
|
<dt>
|
2378
|
-
<a class="link" href="gst-
|
4277
|
+
<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>
|
2379
4278
|
</dt>
|
2380
4279
|
<dd></dd>
|
2381
4280
|
<dt>
|
2382
|
-
<a class="link" href="
|
4281
|
+
<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>
|
2383
4282
|
</dt>
|
2384
4283
|
<dd></dd>
|
2385
4284
|
<dt>
|
2386
|
-
<a class="link" href="gst-
|
4285
|
+
<a class="link" href="GstGLWindow.html#gst-gl-window-error-quark" title="gst_gl_window_error_quark ()">gst_gl_window_error_quark</a>, function in <a class="link" href="GstGLWindow.html" title="GstGLWindow">GstGLWindow</a>
|
2387
4286
|
</dt>
|
2388
4287
|
<dd></dd>
|
2389
4288
|
<dt>
|
2390
|
-
<a class="link" href="gst-
|
4289
|
+
<a class="link" href="GstGLWindow.html#gst-gl-window-get-context" title="gst_gl_window_get_context ()">gst_gl_window_get_context</a>, function in <a class="link" href="GstGLWindow.html" title="GstGLWindow">GstGLWindow</a>
|
2391
4290
|
</dt>
|
2392
4291
|
<dd></dd>
|
2393
4292
|
<dt>
|
2394
|
-
<a class="link" href="gst-
|
4293
|
+
<a class="link" href="GstGLWindow.html#gst-gl-window-get-display" title="gst_gl_window_get_display ()">gst_gl_window_get_display</a>, function in <a class="link" href="GstGLWindow.html" title="GstGLWindow">GstGLWindow</a>
|
2395
4294
|
</dt>
|
2396
4295
|
<dd></dd>
|
2397
4296
|
<dt>
|
2398
|
-
<a class="link" href="gst-
|
4297
|
+
<a class="link" href="GstGLWindow.html#gst-gl-window-get-surface-dimensions" title="gst_gl_window_get_surface_dimensions ()">gst_gl_window_get_surface_dimensions</a>, function in <a class="link" href="GstGLWindow.html" title="GstGLWindow">GstGLWindow</a>
|
2399
4298
|
</dt>
|
2400
4299
|
<dd></dd>
|
2401
4300
|
<dt>
|
2402
|
-
<a class="link" href="gst-
|
4301
|
+
<a class="link" href="GstGLWindow.html#gst-gl-window-get-window-handle" title="gst_gl_window_get_window_handle ()">gst_gl_window_get_window_handle</a>, function in <a class="link" href="GstGLWindow.html" title="GstGLWindow">GstGLWindow</a>
|
2403
4302
|
</dt>
|
2404
4303
|
<dd></dd>
|
2405
4304
|
<dt>
|
2406
|
-
<a class="link" href="gst-
|
4305
|
+
<a class="link" href="GstGLWindow.html#gst-gl-window-handle-events" title="gst_gl_window_handle_events ()">gst_gl_window_handle_events</a>, function in <a class="link" href="GstGLWindow.html" title="GstGLWindow">GstGLWindow</a>
|
2407
4306
|
</dt>
|
2408
4307
|
<dd></dd>
|
2409
4308
|
<dt>
|
2410
|
-
<a class="link" href="
|
4309
|
+
<a class="link" href="GstGLWindow.html#gst-gl-window-new" title="gst_gl_window_new ()">gst_gl_window_new</a>, function in <a class="link" href="GstGLWindow.html" title="GstGLWindow">GstGLWindow</a>
|
2411
4310
|
</dt>
|
2412
4311
|
<dd></dd>
|
2413
4312
|
<dt>
|
2414
|
-
<a class="link" href="
|
4313
|
+
<a class="link" href="GstGLWindow.html#gst-gl-window-queue-resize" title="gst_gl_window_queue_resize ()">gst_gl_window_queue_resize</a>, function in <a class="link" href="GstGLWindow.html" title="GstGLWindow">GstGLWindow</a>
|
2415
4314
|
</dt>
|
2416
4315
|
<dd></dd>
|
2417
4316
|
<dt>
|
2418
|
-
<a class="link" href="
|
4317
|
+
<a class="link" href="GstGLWindow.html#gst-gl-window-quit" title="gst_gl_window_quit ()">gst_gl_window_quit</a>, function in <a class="link" href="GstGLWindow.html" title="GstGLWindow">GstGLWindow</a>
|
2419
4318
|
</dt>
|
2420
4319
|
<dd></dd>
|
2421
4320
|
<dt>
|
2422
|
-
<a class="link" href="
|
4321
|
+
<a class="link" href="GstGLWindow.html#gst-gl-window-resize" title="gst_gl_window_resize ()">gst_gl_window_resize</a>, function in <a class="link" href="GstGLWindow.html" title="GstGLWindow">GstGLWindow</a>
|
2423
4322
|
</dt>
|
2424
4323
|
<dd></dd>
|
2425
4324
|
<dt>
|
2426
|
-
<a class="link" href="
|
4325
|
+
<a class="link" href="GstGLWindow.html#GST-GL-WINDOW-RESIZE-CB:CAPS" title="GST_GL_WINDOW_RESIZE_CB()">GST_GL_WINDOW_RESIZE_CB</a>, macro in <a class="link" href="GstGLWindow.html" title="GstGLWindow">GstGLWindow</a>
|
2427
4326
|
</dt>
|
2428
4327
|
<dd></dd>
|
2429
4328
|
<dt>
|
2430
|
-
<a class="link" href="
|
4329
|
+
<a class="link" href="GstGLWindow.html#gst-gl-window-run" title="gst_gl_window_run ()">gst_gl_window_run</a>, function in <a class="link" href="GstGLWindow.html" title="GstGLWindow">GstGLWindow</a>
|
2431
4330
|
</dt>
|
2432
4331
|
<dd></dd>
|
2433
4332
|
<dt>
|
2434
|
-
<a class="link" href="
|
4333
|
+
<a class="link" href="GstGLWindow.html#gst-gl-window-send-message" title="gst_gl_window_send_message ()">gst_gl_window_send_message</a>, function in <a class="link" href="GstGLWindow.html" title="GstGLWindow">GstGLWindow</a>
|
2435
4334
|
</dt>
|
2436
4335
|
<dd></dd>
|
2437
4336
|
<dt>
|
2438
|
-
<a class="link" href="
|
4337
|
+
<a class="link" href="GstGLWindow.html#gst-gl-window-send-message-async" title="gst_gl_window_send_message_async ()">gst_gl_window_send_message_async</a>, function in <a class="link" href="GstGLWindow.html" title="GstGLWindow">GstGLWindow</a>
|
2439
4338
|
</dt>
|
2440
4339
|
<dd></dd>
|
2441
4340
|
<dt>
|
2442
|
-
<a class="link" href="
|
4341
|
+
<a class="link" href="GstGLWindow.html#gst-gl-window-set-close-callback" title="gst_gl_window_set_close_callback ()">gst_gl_window_set_close_callback</a>, function in <a class="link" href="GstGLWindow.html" title="GstGLWindow">GstGLWindow</a>
|
2443
4342
|
</dt>
|
2444
4343
|
<dd></dd>
|
2445
4344
|
<dt>
|
2446
|
-
<a class="link" href="
|
4345
|
+
<a class="link" href="GstGLWindow.html#gst-gl-window-set-draw-callback" title="gst_gl_window_set_draw_callback ()">gst_gl_window_set_draw_callback</a>, function in <a class="link" href="GstGLWindow.html" title="GstGLWindow">GstGLWindow</a>
|
2447
4346
|
</dt>
|
2448
4347
|
<dd></dd>
|
2449
4348
|
<dt>
|
2450
|
-
<a class="link" href="
|
4349
|
+
<a class="link" href="GstGLWindow.html#gst-gl-window-set-preferred-size" title="gst_gl_window_set_preferred_size ()">gst_gl_window_set_preferred_size</a>, function in <a class="link" href="GstGLWindow.html" title="GstGLWindow">GstGLWindow</a>
|
2451
4350
|
</dt>
|
2452
4351
|
<dd></dd>
|
2453
4352
|
<dt>
|
2454
|
-
<a class="link" href="
|
4353
|
+
<a class="link" href="GstGLWindow.html#gst-gl-window-set-render-rectangle" title="gst_gl_window_set_render_rectangle ()">gst_gl_window_set_render_rectangle</a>, function in <a class="link" href="GstGLWindow.html" title="GstGLWindow">GstGLWindow</a>
|
2455
4354
|
</dt>
|
2456
4355
|
<dd></dd>
|
2457
4356
|
<dt>
|
2458
|
-
<a class="link" href="
|
4357
|
+
<a class="link" href="GstGLWindow.html#gst-gl-window-set-resize-callback" title="gst_gl_window_set_resize_callback ()">gst_gl_window_set_resize_callback</a>, function in <a class="link" href="GstGLWindow.html" title="GstGLWindow">GstGLWindow</a>
|
2459
4358
|
</dt>
|
2460
4359
|
<dd></dd>
|
2461
4360
|
<dt>
|
2462
|
-
<a class="link" href="
|
4361
|
+
<a class="link" href="GstGLWindow.html#gst-gl-window-set-window-handle" title="gst_gl_window_set_window_handle ()">gst_gl_window_set_window_handle</a>, function in <a class="link" href="GstGLWindow.html" title="GstGLWindow">GstGLWindow</a>
|
2463
4362
|
</dt>
|
2464
4363
|
<dd></dd>
|
2465
4364
|
<dt>
|
2466
|
-
<a class="link" href="
|
4365
|
+
<a class="link" href="GstGLWindow.html#gst-gl-window-show" title="gst_gl_window_show ()">gst_gl_window_show</a>, function in <a class="link" href="GstGLWindow.html" title="GstGLWindow">GstGLWindow</a>
|
2467
4366
|
</dt>
|
2468
4367
|
<dd></dd>
|
2469
4368
|
<dt>
|
2470
|
-
|
4369
|
+
gst_gl_window_wayland_egl_new, function in GstGLWindowWayland
|
2471
4370
|
</dt>
|
2472
4371
|
<dd></dd>
|
2473
4372
|
<dt>
|
2474
|
-
|
4373
|
+
gst_gl_window_win32_create_window, function in GstGLWindowWin32
|
2475
4374
|
</dt>
|
2476
4375
|
<dd></dd>
|
2477
4376
|
<dt>
|
2478
|
-
|
4377
|
+
gst_gl_window_win32_new, function in GstGLWindowWin32
|
2479
4378
|
</dt>
|
2480
4379
|
<dd></dd>
|
2481
4380
|
<dt>
|
2482
|
-
|
4381
|
+
gst_gl_window_x11_create_window, function in GstGLWindowX11
|
2483
4382
|
</dt>
|
2484
4383
|
<dd></dd>
|
2485
4384
|
<dt>
|
2486
|
-
|
4385
|
+
gst_gl_window_x11_new, function in GstGLWindowX11
|
2487
4386
|
</dt>
|
2488
4387
|
<dd></dd>
|
2489
4388
|
<dt>
|
2490
|
-
|
4389
|
+
gst_gl_window_x11_trap_x_errors, function in GstGLWindowX11
|
2491
4390
|
</dt>
|
2492
4391
|
<dd></dd>
|
2493
4392
|
<dt>
|
2494
|
-
|
4393
|
+
gst_gl_window_x11_untrap_x_errors, function in GstGLWindowX11
|
2495
4394
|
</dt>
|
2496
4395
|
<dd></dd>
|
2497
4396
|
<a name="idxI"></a><h3 class="title">I</h3>
|
@@ -2560,15 +4459,47 @@
|
|
2560
4459
|
</dt>
|
2561
4460
|
<dd></dd>
|
2562
4461
|
<dt>
|
4462
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLBaseMemory.html" title="GstGLBaseMemory">GstGLBaseMemory</a>
|
4463
|
+
</dt>
|
4464
|
+
<dd></dd>
|
4465
|
+
<dt>
|
4466
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLBuffer.html" title="GstGLBuffer">GstGLBuffer</a>
|
4467
|
+
</dt>
|
4468
|
+
<dd></dd>
|
4469
|
+
<dt>
|
4470
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLMemory.html" title="GstGLMemory">GstGLMemory</a>
|
4471
|
+
</dt>
|
4472
|
+
<dd></dd>
|
4473
|
+
<dt>
|
4474
|
+
<a class="link" href="gst-plugins-base-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-base-libs-gstglmemoryegl.html" title="GstGLMemoryEGL">GstGLMemoryEGL</a>
|
4475
|
+
</dt>
|
4476
|
+
<dd></dd>
|
4477
|
+
<dt>
|
4478
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLMemoryPBO.html" title="GstGLMemoryPBO">GstGLMemoryPBO</a>
|
4479
|
+
</dt>
|
4480
|
+
<dd></dd>
|
4481
|
+
<dt>
|
4482
|
+
<a class="link" href="gst-plugins-base-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-base-libs-GstGLRenderbuffer.html" title="GstGLRenderBuffer">GstGLRenderbuffer</a>
|
4483
|
+
</dt>
|
4484
|
+
<dd></dd>
|
4485
|
+
<dt>
|
2563
4486
|
<a class="link" href="gst-plugins-base-libs-Missing-plugins.html#gst-is-missing-plugin-message" title="gst_is_missing_plugin_message ()">gst_is_missing_plugin_message</a>, function in <a class="link" href="gst-plugins-base-libs-Missing-plugins.html" title="Missing plugins">Missing plugins</a>
|
2564
4487
|
</dt>
|
2565
4488
|
<dd></dd>
|
2566
4489
|
<dt>
|
4490
|
+
<a class="link" href="gst-plugins-base-libs-GstPhysMemoryAllocator.html#gst-is-phys-memory" title="gst_is_phys_memory ()">gst_is_phys_memory</a>, function in <a class="link" href="gst-plugins-base-libs-GstPhysMemoryAllocator.html" title="GstPhysMemoryAllocator">GstPhysMemoryAllocator</a>
|
4491
|
+
</dt>
|
4492
|
+
<dd></dd>
|
4493
|
+
<dt>
|
2567
4494
|
<a class="link" href="GstVideoOverlay.html#gst-is-video-overlay-prepare-window-handle-message" title="gst_is_video_overlay_prepare_window_handle_message ()">gst_is_video_overlay_prepare_window_handle_message</a>, function in <a class="link" href="GstVideoOverlay.html" title="GstVideoOverlay">GstVideoOverlay</a>
|
2568
4495
|
</dt>
|
2569
4496
|
<dd></dd>
|
2570
4497
|
<a name="idxM"></a><h3 class="title">M</h3>
|
2571
4498
|
<dt>
|
4499
|
+
<a class="link" href="gst-plugins-base-libs-GstGLBaseMemory.html#GST-MAP-GL:CAPS" title="GST_MAP_GL">GST_MAP_GL</a>, macro in <a class="link" href="gst-plugins-base-libs-GstGLBaseMemory.html" title="GstGLBaseMemory">GstGLBaseMemory</a>
|
4500
|
+
</dt>
|
4501
|
+
<dd></dd>
|
4502
|
+
<dt>
|
2572
4503
|
<a class="link" href="gst-plugins-base-libs-GstAudio.html#GST-META-TAG-AUDIO-CHANNELS-STR:CAPS" title="GST_META_TAG_AUDIO_CHANNELS_STR">GST_META_TAG_AUDIO_CHANNELS_STR</a>, macro in <a class="link" href="gst-plugins-base-libs-GstAudio.html" title="GstAudio">GstAudio</a>
|
2573
4504
|
</dt>
|
2574
4505
|
<dd></dd>
|
@@ -3111,6 +5042,18 @@
|
|
3111
5042
|
</dt>
|
3112
5043
|
<dd></dd>
|
3113
5044
|
<dt>
|
5045
|
+
<a class="link" href="gst-plugins-base-libs-GstPhysMemoryAllocator.html#GstPhysMemoryAllocator" title="GstPhysMemoryAllocator">GstPhysMemoryAllocator</a>, struct in <a class="link" href="gst-plugins-base-libs-GstPhysMemoryAllocator.html" title="GstPhysMemoryAllocator">GstPhysMemoryAllocator</a>
|
5046
|
+
</dt>
|
5047
|
+
<dd></dd>
|
5048
|
+
<dt>
|
5049
|
+
<a class="link" href="gst-plugins-base-libs-GstPhysMemoryAllocator.html#GstPhysMemoryAllocatorInterface" title="struct GstPhysMemoryAllocatorInterface">GstPhysMemoryAllocatorInterface</a>, struct in <a class="link" href="gst-plugins-base-libs-GstPhysMemoryAllocator.html" title="GstPhysMemoryAllocator">GstPhysMemoryAllocator</a>
|
5050
|
+
</dt>
|
5051
|
+
<dd></dd>
|
5052
|
+
<dt>
|
5053
|
+
<a class="link" href="gst-plugins-base-libs-GstPhysMemoryAllocator.html#gst-phys-memory-get-phys-addr" title="gst_phys_memory_get_phys_addr ()">gst_phys_memory_get_phys_addr</a>, function in <a class="link" href="gst-plugins-base-libs-GstPhysMemoryAllocator.html" title="GstPhysMemoryAllocator">GstPhysMemoryAllocator</a>
|
5054
|
+
</dt>
|
5055
|
+
<dd></dd>
|
5056
|
+
<dt>
|
3114
5057
|
<a class="link" href="gst-plugins-base-libs-Version.html#gst-plugins-base-version" title="gst_plugins_base_version ()">gst_plugins_base_version</a>, function in <a class="link" href="gst-plugins-base-libs-Version.html" title="Version">Version</a>
|
3115
5058
|
</dt>
|
3116
5059
|
<dd></dd>
|
@@ -6319,6 +8262,10 @@
|
|
6319
8262
|
</dt>
|
6320
8263
|
<dd></dd>
|
6321
8264
|
<dt>
|
8265
|
+
<a class="link" href="gst-plugins-base-libs-GstVideoEncoder.html#gst-video-encoder-get-max-encode-time" title="gst_video_encoder_get_max_encode_time ()">gst_video_encoder_get_max_encode_time</a>, function in <a class="link" href="gst-plugins-base-libs-GstVideoEncoder.html" title="GstVideoEncoder">GstVideoEncoder</a>
|
8266
|
+
</dt>
|
8267
|
+
<dd></dd>
|
8268
|
+
<dt>
|
6322
8269
|
<a class="link" href="gst-plugins-base-libs-GstVideoEncoder.html#gst-video-encoder-get-oldest-frame" title="gst_video_encoder_get_oldest_frame ()">gst_video_encoder_get_oldest_frame</a>, function in <a class="link" href="gst-plugins-base-libs-GstVideoEncoder.html" title="GstVideoEncoder">GstVideoEncoder</a>
|
6323
8270
|
</dt>
|
6324
8271
|
<dd></dd>
|
@@ -7051,6 +8998,10 @@
|
|
7051
8998
|
</dt>
|
7052
8999
|
<dd></dd>
|
7053
9000
|
<dt>
|
9001
|
+
<a class="link" href="GstVideoOverlay.html#gst-video-overlay-install-properties" title="gst_video_overlay_install_properties ()">gst_video_overlay_install_properties</a>, function in <a class="link" href="GstVideoOverlay.html" title="GstVideoOverlay">GstVideoOverlay</a>
|
9002
|
+
</dt>
|
9003
|
+
<dd></dd>
|
9004
|
+
<dt>
|
7054
9005
|
<a class="link" href="GstVideoOverlay.html#gst-video-overlay-prepare-window-handle" title="gst_video_overlay_prepare_window_handle ()">gst_video_overlay_prepare_window_handle</a>, function in <a class="link" href="GstVideoOverlay.html" title="GstVideoOverlay">GstVideoOverlay</a>
|
7055
9006
|
</dt>
|
7056
9007
|
<dd></dd>
|
@@ -7119,6 +9070,10 @@
|
|
7119
9070
|
</dt>
|
7120
9071
|
<dd></dd>
|
7121
9072
|
<dt>
|
9073
|
+
<a class="link" href="GstVideoOverlay.html#gst-video-overlay-set-property" title="gst_video_overlay_set_property ()">gst_video_overlay_set_property</a>, function in <a class="link" href="GstVideoOverlay.html" title="GstVideoOverlay">GstVideoOverlay</a>
|
9074
|
+
</dt>
|
9075
|
+
<dd></dd>
|
9076
|
+
<dt>
|
7122
9077
|
<a class="link" href="GstVideoOverlay.html#gst-video-overlay-set-render-rectangle" title="gst_video_overlay_set_render_rectangle ()">gst_video_overlay_set_render_rectangle</a>, function in <a class="link" href="GstVideoOverlay.html" title="GstVideoOverlay">GstVideoOverlay</a>
|
7123
9078
|
</dt>
|
7124
9079
|
<dd></dd>
|
@@ -7127,6 +9082,14 @@
|
|
7127
9082
|
</dt>
|
7128
9083
|
<dd></dd>
|
7129
9084
|
<dt>
|
9085
|
+
<a class="link" href="gst-plugins-base-libs-gstvideometa.html#gst-video-region-of-interest-meta-add-param" title="gst_video_region_of_interest_meta_add_param ()">gst_video_region_of_interest_meta_add_param</a>, function in <a class="link" href="gst-plugins-base-libs-gstvideometa.html" title="gstvideometa">gstvideometa</a>
|
9086
|
+
</dt>
|
9087
|
+
<dd></dd>
|
9088
|
+
<dt>
|
9089
|
+
<a class="link" href="gst-plugins-base-libs-gstvideometa.html#gst-video-region-of-interest-meta-get-param" title="gst_video_region_of_interest_meta_get_param ()">gst_video_region_of_interest_meta_get_param</a>, function in <a class="link" href="gst-plugins-base-libs-gstvideometa.html" title="gstvideometa">gstvideometa</a>
|
9090
|
+
</dt>
|
9091
|
+
<dd></dd>
|
9092
|
+
<dt>
|
7130
9093
|
<a class="link" href="gst-plugins-base-libs-GstVideoResampler.html#gst-video-resampler-clear" title="gst_video_resampler_clear ()">gst_video_resampler_clear</a>, function in <a class="link" href="gst-plugins-base-libs-GstVideoResampler.html" title="GstVideoResampler">GstVideoResampler</a>
|
7131
9094
|
</dt>
|
7132
9095
|
<dd></dd>
|
@@ -7344,6 +9307,6 @@
|
|
7344
9307
|
<dd></dd>
|
7345
9308
|
</div>
|
7346
9309
|
<div class="footer">
|
7347
|
-
<hr>Generated by GTK-Doc V1.
|
9310
|
+
<hr>Generated by GTK-Doc V1.27</div>
|
7348
9311
|
</body>
|
7349
9312
|
</html>
|