gstreamer 3.2.5-x86-mingw32 → 3.2.6-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/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 @@ pluginsdir=${exec_prefix}/lib/gstreamer-1.0
|
|
7
7
|
Name: GStreamer Base Plugins Libraries
|
8
8
|
Description: Streaming media framework, base plugins libraries
|
9
9
|
Requires: gstreamer-1.0
|
10
|
-
Version: 1.
|
10
|
+
Version: 1.14.1
|
11
11
|
Libs: -L${libdir}
|
12
12
|
Cflags: -I${includedir}
|
13
13
|
|
14
|
-
libraries=allocators app audio fft pbutils riff rtp rtsp sdp tag video
|
14
|
+
libraries=allocators app audio fft pbutils riff rtp rtsp sdp tag video gl
|
@@ -10,7 +10,7 @@ typelibdir=${libdir}/girepository-1.0
|
|
10
10
|
Name: GStreamer RTP Library
|
11
11
|
Description: RTP base classes and helper functions
|
12
12
|
Requires: gstreamer-1.0 gstreamer-base-1.0
|
13
|
-
Version: 1.
|
13
|
+
Version: 1.14.1
|
14
14
|
Libs: -L${libdir} -lgstrtp-1.0
|
15
15
|
Cflags: -I${includedir}
|
16
16
|
|
@@ -10,7 +10,7 @@ typelibdir=${libdir}/girepository-1.0
|
|
10
10
|
Name: GStreamer RTSP Library
|
11
11
|
Description: RTSP base classes and helper functions
|
12
12
|
Requires: gstreamer-1.0 gstreamer-sdp-1.0 gio-2.0
|
13
|
-
Version: 1.
|
13
|
+
Version: 1.14.1
|
14
14
|
Libs: -L${libdir} -lgstrtsp-1.0
|
15
15
|
Cflags: -I${includedir}
|
16
16
|
|
@@ -10,7 +10,8 @@ typelibdir=${libdir}/girepository-1.0
|
|
10
10
|
Name: GStreamer Tag Library
|
11
11
|
Description: Tag base classes and helper functions
|
12
12
|
Requires: gstreamer-1.0
|
13
|
-
Version: 1.
|
13
|
+
Version: 1.14.1
|
14
14
|
Libs: -L${libdir} -lgsttag-1.0
|
15
|
+
Libs.private: -L/home/vagrant/rcairo/vendor/local/lib -lz
|
15
16
|
Cflags: -I${includedir}
|
16
17
|
|
@@ -10,7 +10,8 @@ typelibdir=${libdir}/girepository-1.0
|
|
10
10
|
Name: GStreamer Video Library
|
11
11
|
Description: Video base classes and helper functions
|
12
12
|
Requires: gstreamer-1.0 gstreamer-base-1.0
|
13
|
-
|
13
|
+
Requires.private:
|
14
|
+
Version: 1.14.1
|
14
15
|
Libs: -L${libdir} -lgstvideo-1.0
|
15
16
|
Cflags: -I${includedir}
|
16
17
|
|
@@ -0,0 +1,12 @@
|
|
1
|
+
prefix=/home/vagrant/ruby-gnome2/gstreamer/vendor/local
|
2
|
+
exec_prefix=${prefix}
|
3
|
+
libdir=${exec_prefix}/lib
|
4
|
+
includedir=${prefix}/include/gstreamer-1.0
|
5
|
+
|
6
|
+
Name: GStreamer WebRTC
|
7
|
+
Description: GStreamer WebRTC support
|
8
|
+
Requires: gstreamer-1.0 gstreamer-base-1.0
|
9
|
+
Version: 1.14.1
|
10
|
+
Libs: -L${libdir} -lgstwebrtc-1.0
|
11
|
+
Cflags: -I${includedir}
|
12
|
+
|
Binary file
|
Binary file
|
@@ -68,13 +68,16 @@ and/or use gtk-doc annotations. -->
|
|
68
68
|
<doc xml:space="preserve">Create a copy of @params.
|
69
69
|
|
70
70
|
Free-function: gst_allocation_params_free</doc>
|
71
|
-
<return-value transfer-ownership="full">
|
71
|
+
<return-value transfer-ownership="full" nullable="1">
|
72
72
|
<doc xml:space="preserve">a new ##GstAllocationParams, free with
|
73
73
|
gst_allocation_params_free().</doc>
|
74
74
|
<type name="AllocationParams" c:type="GstAllocationParams*"/>
|
75
75
|
</return-value>
|
76
76
|
<parameters>
|
77
|
-
<instance-parameter name="params"
|
77
|
+
<instance-parameter name="params"
|
78
|
+
transfer-ownership="none"
|
79
|
+
nullable="1"
|
80
|
+
allow-none="1">
|
78
81
|
<doc xml:space="preserve">a #GstAllocationParams</doc>
|
79
82
|
<type name="AllocationParams" c:type="const GstAllocationParams*"/>
|
80
83
|
</instance-parameter>
|
@@ -176,7 +179,7 @@ When @allocator is %NULL, the default allocator will be used.
|
|
176
179
|
The alignment in @params is given as a bitmask so that @align + 1 equals
|
177
180
|
the amount of bytes to align to. For example, to align to 8 bytes,
|
178
181
|
use an alignment of 7.</doc>
|
179
|
-
<return-value transfer-ownership="full">
|
182
|
+
<return-value transfer-ownership="full" nullable="1">
|
180
183
|
<doc xml:space="preserve">a new #GstMemory.</doc>
|
181
184
|
<type name="Memory" c:type="GstMemory*"/>
|
182
185
|
</return-value>
|
@@ -233,7 +236,7 @@ When @allocator is %NULL, the default allocator will be used.
|
|
233
236
|
The alignment in @params is given as a bitmask so that @align + 1 equals
|
234
237
|
the amount of bytes to align to. For example, to align to 8 bytes,
|
235
238
|
use an alignment of 7.</doc>
|
236
|
-
<return-value transfer-ownership="full">
|
239
|
+
<return-value transfer-ownership="full" nullable="1">
|
237
240
|
<doc xml:space="preserve">a new #GstMemory.</doc>
|
238
241
|
<type name="Memory" c:type="GstMemory*"/>
|
239
242
|
</return-value>
|
@@ -342,7 +345,7 @@ use an alignment of 7.</doc>
|
|
342
345
|
</field>
|
343
346
|
<field name="alloc">
|
344
347
|
<callback name="alloc">
|
345
|
-
<return-value transfer-ownership="full">
|
348
|
+
<return-value transfer-ownership="full" nullable="1">
|
346
349
|
<doc xml:space="preserve">a new #GstMemory.</doc>
|
347
350
|
<type name="Memory" c:type="GstMemory*"/>
|
348
351
|
</return-value>
|
@@ -786,7 +789,7 @@ the bin does not want to accept the element.</doc>
|
|
786
789
|
<doc xml:space="preserve">a #GstBin</doc>
|
787
790
|
<type name="Bin" c:type="GstBin*"/>
|
788
791
|
</instance-parameter>
|
789
|
-
<parameter name="element" transfer-ownership="
|
792
|
+
<parameter name="element" transfer-ownership="none">
|
790
793
|
<doc xml:space="preserve">the #GstElement to add</doc>
|
791
794
|
<type name="Element" c:type="GstElement*"/>
|
792
795
|
</parameter>
|
@@ -806,11 +809,11 @@ value of each gst_bin_add() is ignored.</doc>
|
|
806
809
|
<doc xml:space="preserve">a #GstBin</doc>
|
807
810
|
<type name="Bin" c:type="GstBin*"/>
|
808
811
|
</instance-parameter>
|
809
|
-
<parameter name="element_1" transfer-ownership="
|
812
|
+
<parameter name="element_1" transfer-ownership="none">
|
810
813
|
<doc xml:space="preserve">the #GstElement element to add to the bin</doc>
|
811
814
|
<type name="Element" c:type="GstElement*"/>
|
812
815
|
</parameter>
|
813
|
-
<parameter name="..." transfer-ownership="
|
816
|
+
<parameter name="..." transfer-ownership="none">
|
814
817
|
<doc xml:space="preserve">additional elements to add to the bin</doc>
|
815
818
|
<varargs/>
|
816
819
|
</parameter>
|
@@ -847,8 +850,9 @@ all elements that implement the interface, use
|
|
847
850
|
gst_bin_iterate_all_by_interface(). This function recurses into child bins.
|
848
851
|
|
849
852
|
MT safe. Caller owns returned reference.</doc>
|
850
|
-
<return-value transfer-ownership="full">
|
851
|
-
<doc xml:space="preserve">A #GstElement inside the bin
|
853
|
+
<return-value transfer-ownership="full" nullable="1">
|
854
|
+
<doc xml:space="preserve">A #GstElement inside the bin
|
855
|
+
implementing the interface</doc>
|
852
856
|
<type name="Element" c:type="GstElement*"/>
|
853
857
|
</return-value>
|
854
858
|
<parameters>
|
@@ -1742,7 +1746,7 @@ The prefix/padding must be filled with 0 if @flags contains
|
|
1742
1746
|
</constructor>
|
1743
1747
|
<method name="add_meta" c:identifier="gst_buffer_add_meta">
|
1744
1748
|
<doc xml:space="preserve">Add metadata for @info to @buffer using the parameters in @params.</doc>
|
1745
|
-
<return-value transfer-ownership="none">
|
1749
|
+
<return-value transfer-ownership="none" nullable="1">
|
1746
1750
|
<doc xml:space="preserve">the metadata for the api in @info on @buffer.</doc>
|
1747
1751
|
<type name="Meta" c:type="GstMeta*"/>
|
1748
1752
|
</return-value>
|
@@ -1769,7 +1773,7 @@ The prefix/padding must be filled with 0 if @flags contains
|
|
1769
1773
|
version="1.6">
|
1770
1774
|
<doc xml:space="preserve">Add a #GstParentBufferMeta to @buffer that holds a reference on
|
1771
1775
|
@ref until the buffer is freed.</doc>
|
1772
|
-
<return-value transfer-ownership="none">
|
1776
|
+
<return-value transfer-ownership="none" nullable="1">
|
1773
1777
|
<doc xml:space="preserve">The #GstParentBufferMeta that was added to the buffer</doc>
|
1774
1778
|
<type name="ParentBufferMeta" c:type="GstParentBufferMeta*"/>
|
1775
1779
|
</return-value>
|
@@ -1807,6 +1811,36 @@ unsuccessful.</doc>
|
|
1807
1811
|
</parameter>
|
1808
1812
|
</parameters>
|
1809
1813
|
</method>
|
1814
|
+
<method name="add_reference_timestamp_meta"
|
1815
|
+
c:identifier="gst_buffer_add_reference_timestamp_meta"
|
1816
|
+
version="1.14">
|
1817
|
+
<doc xml:space="preserve">Add a #GstReferenceTimestampMeta to @buffer that holds a @timestamp and
|
1818
|
+
optionally @duration based on a specific timestamp @reference. See the
|
1819
|
+
documentation of #GstReferenceTimestampMeta for details.</doc>
|
1820
|
+
<return-value transfer-ownership="none" nullable="1">
|
1821
|
+
<doc xml:space="preserve">The #GstReferenceTimestampMeta that was added to the buffer</doc>
|
1822
|
+
<type name="ReferenceTimestampMeta"
|
1823
|
+
c:type="GstReferenceTimestampMeta*"/>
|
1824
|
+
</return-value>
|
1825
|
+
<parameters>
|
1826
|
+
<instance-parameter name="buffer" transfer-ownership="none">
|
1827
|
+
<doc xml:space="preserve">a #GstBuffer</doc>
|
1828
|
+
<type name="Buffer" c:type="GstBuffer*"/>
|
1829
|
+
</instance-parameter>
|
1830
|
+
<parameter name="reference" transfer-ownership="none">
|
1831
|
+
<doc xml:space="preserve">identifier for the timestamp reference.</doc>
|
1832
|
+
<type name="Caps" c:type="GstCaps*"/>
|
1833
|
+
</parameter>
|
1834
|
+
<parameter name="timestamp" transfer-ownership="none">
|
1835
|
+
<doc xml:space="preserve">timestamp</doc>
|
1836
|
+
<type name="ClockTime" c:type="GstClockTime"/>
|
1837
|
+
</parameter>
|
1838
|
+
<parameter name="duration" transfer-ownership="none">
|
1839
|
+
<doc xml:space="preserve">duration, or %GST_CLOCK_TIME_NONE</doc>
|
1840
|
+
<type name="ClockTime" c:type="GstClockTime"/>
|
1841
|
+
</parameter>
|
1842
|
+
</parameters>
|
1843
|
+
</method>
|
1810
1844
|
<method name="append" c:identifier="gst_buffer_append">
|
1811
1845
|
<doc xml:space="preserve">Append all the memory from @buf2 to @buf1. The result buffer will contain a
|
1812
1846
|
concatenation of the memory of @buf1 and @buf2.</doc>
|
@@ -1978,13 +2012,19 @@ MT safe.</doc>
|
|
1978
2012
|
<type name="gsize" c:type="gsize"/>
|
1979
2013
|
</parameter>
|
1980
2014
|
<parameter name="dest"
|
1981
|
-
|
1982
|
-
|
1983
|
-
|
1984
|
-
<doc xml:space="preserve">
|
1985
|
-
|
2015
|
+
direction="out"
|
2016
|
+
caller-allocates="1"
|
2017
|
+
transfer-ownership="none">
|
2018
|
+
<doc xml:space="preserve">
|
2019
|
+
the destination address</doc>
|
2020
|
+
<array length="2" zero-terminated="0" c:type="gpointer">
|
2021
|
+
<type name="guint8"/>
|
2022
|
+
</array>
|
1986
2023
|
</parameter>
|
1987
|
-
<parameter name="size"
|
2024
|
+
<parameter name="size"
|
2025
|
+
direction="out"
|
2026
|
+
caller-allocates="0"
|
2027
|
+
transfer-ownership="full">
|
1988
2028
|
<doc xml:space="preserve">the size to extract</doc>
|
1989
2029
|
<type name="gsize" c:type="gsize"/>
|
1990
2030
|
</parameter>
|
@@ -2016,7 +2056,7 @@ newly-allocated memory. @dest must be freed using g_free() when done.</doc>
|
|
2016
2056
|
caller-allocates="0"
|
2017
2057
|
transfer-ownership="full">
|
2018
2058
|
<doc xml:space="preserve">A pointer where
|
2019
|
-
the destination array will be written.</doc>
|
2059
|
+
the destination array will be written. Might be %NULL if the size is 0.</doc>
|
2020
2060
|
<array length="3" zero-terminated="0" c:type="gpointer*">
|
2021
2061
|
<type name="guint8"/>
|
2022
2062
|
</array>
|
@@ -2145,7 +2185,7 @@ in the buffer should be skipped.</doc>
|
|
2145
2185
|
<method name="get_all_memory" c:identifier="gst_buffer_get_all_memory">
|
2146
2186
|
<doc xml:space="preserve">Get all the memory block in @buffer. The memory blocks will be merged
|
2147
2187
|
into one large #GstMemory.</doc>
|
2148
|
-
<return-value transfer-ownership="full">
|
2188
|
+
<return-value transfer-ownership="full" nullable="1">
|
2149
2189
|
<doc xml:space="preserve">a #GstMemory that contains the merged memory.
|
2150
2190
|
Use gst_memory_unref () after usage.</doc>
|
2151
2191
|
<type name="Memory" c:type="GstMemory*"/>
|
@@ -2174,7 +2214,7 @@ Use gst_memory_unref () after usage.</doc>
|
|
2174
2214
|
</method>
|
2175
2215
|
<method name="get_memory" c:identifier="gst_buffer_get_memory">
|
2176
2216
|
<doc xml:space="preserve">Get the memory block at index @idx in @buffer.</doc>
|
2177
|
-
<return-value transfer-ownership="full">
|
2217
|
+
<return-value transfer-ownership="full" nullable="1">
|
2178
2218
|
<doc xml:space="preserve">a #GstMemory that contains the data of the
|
2179
2219
|
memory block at @idx. Use gst_memory_unref () after usage.</doc>
|
2180
2220
|
<type name="Memory" c:type="GstMemory*"/>
|
@@ -2196,7 +2236,7 @@ memory block at @idx. Use gst_memory_unref () after usage.</doc>
|
|
2196
2236
|
be merged into one large #GstMemory.
|
2197
2237
|
|
2198
2238
|
If @length is -1, all memory starting from @idx is merged.</doc>
|
2199
|
-
<return-value transfer-ownership="full">
|
2239
|
+
<return-value transfer-ownership="full" nullable="1">
|
2200
2240
|
<doc xml:space="preserve">a #GstMemory that contains the merged data of @length
|
2201
2241
|
blocks starting at @idx. Use gst_memory_unref () after usage.</doc>
|
2202
2242
|
<type name="Memory" c:type="GstMemory*"/>
|
@@ -2238,6 +2278,52 @@ and check the meta->info.api member for the API type.</doc>
|
|
2238
2278
|
</parameter>
|
2239
2279
|
</parameters>
|
2240
2280
|
</method>
|
2281
|
+
<method name="get_n_meta"
|
2282
|
+
c:identifier="gst_buffer_get_n_meta"
|
2283
|
+
version="1.14">
|
2284
|
+
<return-value transfer-ownership="none">
|
2285
|
+
<doc xml:space="preserve">number of metas of type @api_type on @buffer.</doc>
|
2286
|
+
<type name="guint" c:type="guint"/>
|
2287
|
+
</return-value>
|
2288
|
+
<parameters>
|
2289
|
+
<instance-parameter name="buffer" transfer-ownership="none">
|
2290
|
+
<doc xml:space="preserve">a #GstBuffer</doc>
|
2291
|
+
<type name="Buffer" c:type="GstBuffer*"/>
|
2292
|
+
</instance-parameter>
|
2293
|
+
<parameter name="api_type" transfer-ownership="none">
|
2294
|
+
<doc xml:space="preserve">the #GType of an API</doc>
|
2295
|
+
<type name="GType" c:type="GType"/>
|
2296
|
+
</parameter>
|
2297
|
+
</parameters>
|
2298
|
+
</method>
|
2299
|
+
<method name="get_reference_timestamp_meta"
|
2300
|
+
c:identifier="gst_buffer_get_reference_timestamp_meta"
|
2301
|
+
version="1.14">
|
2302
|
+
<doc xml:space="preserve">Find the first #GstReferenceTimestampMeta on @buffer that conforms to
|
2303
|
+
@reference. Conformance is tested by checking if the meta's reference is a
|
2304
|
+
subset of @reference.
|
2305
|
+
|
2306
|
+
Buffers can contain multiple #GstReferenceTimestampMeta metadata items.</doc>
|
2307
|
+
<return-value transfer-ownership="none" nullable="1">
|
2308
|
+
<doc xml:space="preserve">the #GstReferenceTimestampMeta or %NULL when there
|
2309
|
+
is no such metadata on @buffer.</doc>
|
2310
|
+
<type name="ReferenceTimestampMeta"
|
2311
|
+
c:type="GstReferenceTimestampMeta*"/>
|
2312
|
+
</return-value>
|
2313
|
+
<parameters>
|
2314
|
+
<instance-parameter name="buffer" transfer-ownership="none">
|
2315
|
+
<doc xml:space="preserve">a #GstBuffer</doc>
|
2316
|
+
<type name="Buffer" c:type="GstBuffer*"/>
|
2317
|
+
</instance-parameter>
|
2318
|
+
<parameter name="reference"
|
2319
|
+
transfer-ownership="none"
|
2320
|
+
nullable="1"
|
2321
|
+
allow-none="1">
|
2322
|
+
<doc xml:space="preserve">a reference #GstCaps</doc>
|
2323
|
+
<type name="Caps" c:type="GstCaps*"/>
|
2324
|
+
</parameter>
|
2325
|
+
</parameters>
|
2326
|
+
</method>
|
2241
2327
|
<method name="get_size" c:identifier="gst_buffer_get_size">
|
2242
2328
|
<doc xml:space="preserve">Get the total size of the memory blocks in @buffer.</doc>
|
2243
2329
|
<return-value transfer-ownership="none">
|
@@ -2436,9 +2522,10 @@ when there are no more items.</doc>
|
|
2436
2522
|
<type name="Buffer" c:type="GstBuffer*"/>
|
2437
2523
|
</instance-parameter>
|
2438
2524
|
<parameter name="state"
|
2525
|
+
direction="out"
|
2526
|
+
caller-allocates="1"
|
2439
2527
|
transfer-ownership="none"
|
2440
|
-
nullable="1"
|
2441
|
-
allow-none="1">
|
2528
|
+
nullable="1">
|
2442
2529
|
<doc xml:space="preserve">an opaque state pointer</doc>
|
2443
2530
|
<type name="gpointer" c:type="gpointer*"/>
|
2444
2531
|
</parameter>
|
@@ -2464,9 +2551,10 @@ type @meta_api_type is returned.
|
|
2464
2551
|
<type name="Buffer" c:type="GstBuffer*"/>
|
2465
2552
|
</instance-parameter>
|
2466
2553
|
<parameter name="state"
|
2554
|
+
direction="out"
|
2555
|
+
caller-allocates="1"
|
2467
2556
|
transfer-ownership="none"
|
2468
|
-
nullable="1"
|
2469
|
-
allow-none="1">
|
2557
|
+
nullable="1">
|
2470
2558
|
<doc xml:space="preserve">an opaque state pointer</doc>
|
2471
2559
|
<type name="gpointer" c:type="gpointer*"/>
|
2472
2560
|
</parameter>
|
@@ -2628,7 +2716,7 @@ larger than what gst_buffer_get_max_memory() returns.</doc>
|
|
2628
2716
|
<doc xml:space="preserve">Get the memory block at @idx in @buffer. The memory block stays valid until
|
2629
2717
|
the memory block in @buffer is removed, replaced or merged, typically with
|
2630
2718
|
any call that modifies the memory in @buffer.</doc>
|
2631
|
-
<return-value transfer-ownership="none">
|
2719
|
+
<return-value transfer-ownership="none" nullable="1">
|
2632
2720
|
<doc xml:space="preserve">the #GstMemory at @idx.</doc>
|
2633
2721
|
<type name="Memory" c:type="GstMemory*"/>
|
2634
2722
|
</return-value>
|
@@ -3000,31 +3088,31 @@ function to specify which items should be copied.</doc>
|
|
3000
3088
|
c:identifier="GST_BUFFER_FLAG_LIVE"
|
3001
3089
|
glib:nick="live">
|
3002
3090
|
<doc xml:space="preserve">the buffer is live data and should be discarded in
|
3003
|
-
|
3091
|
+
the PAUSED state.</doc>
|
3004
3092
|
</member>
|
3005
3093
|
<member name="decode_only"
|
3006
3094
|
value="32"
|
3007
3095
|
c:identifier="GST_BUFFER_FLAG_DECODE_ONLY"
|
3008
3096
|
glib:nick="decode-only">
|
3009
3097
|
<doc xml:space="preserve">the buffer contains data that should be dropped
|
3010
|
-
|
3011
|
-
|
3012
|
-
|
3098
|
+
because it will be clipped against the segment
|
3099
|
+
boundaries or because it does not contain data
|
3100
|
+
that should be shown to the user.</doc>
|
3013
3101
|
</member>
|
3014
3102
|
<member name="discont"
|
3015
3103
|
value="64"
|
3016
3104
|
c:identifier="GST_BUFFER_FLAG_DISCONT"
|
3017
3105
|
glib:nick="discont">
|
3018
3106
|
<doc xml:space="preserve">the buffer marks a data discontinuity in the stream.
|
3019
|
-
|
3020
|
-
|
3107
|
+
This typically occurs after a seek or a dropped buffer
|
3108
|
+
from a live or network source.</doc>
|
3021
3109
|
</member>
|
3022
3110
|
<member name="resync"
|
3023
3111
|
value="128"
|
3024
3112
|
c:identifier="GST_BUFFER_FLAG_RESYNC"
|
3025
3113
|
glib:nick="resync">
|
3026
3114
|
<doc xml:space="preserve">the buffer timestamps might have a discontinuity
|
3027
|
-
|
3115
|
+
and this buffer is a good point to resynchronize.</doc>
|
3028
3116
|
</member>
|
3029
3117
|
<member name="corrupted"
|
3030
3118
|
value="256"
|
@@ -3037,31 +3125,31 @@ function to specify which items should be copied.</doc>
|
|
3037
3125
|
c:identifier="GST_BUFFER_FLAG_MARKER"
|
3038
3126
|
glib:nick="marker">
|
3039
3127
|
<doc xml:space="preserve">the buffer contains a media specific marker. for
|
3040
|
-
|
3041
|
-
|
3128
|
+
video this is typically the end of a frame boundary, for audio
|
3129
|
+
this is usually the start of a talkspurt.</doc>
|
3042
3130
|
</member>
|
3043
3131
|
<member name="header"
|
3044
3132
|
value="1024"
|
3045
3133
|
c:identifier="GST_BUFFER_FLAG_HEADER"
|
3046
3134
|
glib:nick="header">
|
3047
3135
|
<doc xml:space="preserve">the buffer contains header information that is
|
3048
|
-
|
3136
|
+
needed to decode the following data.</doc>
|
3049
3137
|
</member>
|
3050
3138
|
<member name="gap"
|
3051
3139
|
value="2048"
|
3052
3140
|
c:identifier="GST_BUFFER_FLAG_GAP"
|
3053
3141
|
glib:nick="gap">
|
3054
3142
|
<doc xml:space="preserve">the buffer has been created to fill a gap in the
|
3055
|
-
|
3056
|
-
|
3057
|
-
|
3143
|
+
stream and contains media neutral data (elements can
|
3144
|
+
switch to optimized code path that ignores the buffer
|
3145
|
+
content).</doc>
|
3058
3146
|
</member>
|
3059
3147
|
<member name="droppable"
|
3060
3148
|
value="4096"
|
3061
3149
|
c:identifier="GST_BUFFER_FLAG_DROPPABLE"
|
3062
3150
|
glib:nick="droppable">
|
3063
3151
|
<doc xml:space="preserve">the buffer can be dropped without breaking the
|
3064
|
-
|
3152
|
+
stream, for example to reduce bandwidth.</doc>
|
3065
3153
|
</member>
|
3066
3154
|
<member name="delta_unit"
|
3067
3155
|
value="8192"
|
@@ -3074,7 +3162,7 @@ function to specify which items should be copied.</doc>
|
|
3074
3162
|
c:identifier="GST_BUFFER_FLAG_TAG_MEMORY"
|
3075
3163
|
glib:nick="tag-memory">
|
3076
3164
|
<doc xml:space="preserve">this flag is set when memory of the buffer
|
3077
|
-
|
3165
|
+
is added/removed</doc>
|
3078
3166
|
</member>
|
3079
3167
|
<member name="sync_after"
|
3080
3168
|
value="32768"
|
@@ -3084,12 +3172,22 @@ function to specify which items should be copied.</doc>
|
|
3084
3172
|
storage should ensure the data is synced after
|
3085
3173
|
writing the contents of this buffer. (Since 1.6)</doc>
|
3086
3174
|
</member>
|
3175
|
+
<member name="non_droppable"
|
3176
|
+
value="65536"
|
3177
|
+
c:identifier="GST_BUFFER_FLAG_NON_DROPPABLE"
|
3178
|
+
glib:nick="non-droppable">
|
3179
|
+
<doc xml:space="preserve">This buffer is important and should not be dropped.
|
3180
|
+
This can be used to mark important buffers, e.g. to flag
|
3181
|
+
RTP packets carrying keyframes or codec setup data for RTP
|
3182
|
+
Forward Error Correction purposes, or to prevent still video
|
3183
|
+
frames from being dropped by elements due to QoS. (Since 1.14)</doc>
|
3184
|
+
</member>
|
3087
3185
|
<member name="last"
|
3088
3186
|
value="1048576"
|
3089
3187
|
c:identifier="GST_BUFFER_FLAG_LAST"
|
3090
3188
|
glib:nick="last">
|
3091
3189
|
<doc xml:space="preserve">additional media specific flags can be added starting from
|
3092
|
-
|
3190
|
+
this flag.</doc>
|
3093
3191
|
</member>
|
3094
3192
|
</bitfield>
|
3095
3193
|
<callback name="BufferForeachMetaFunc" c:type="GstBufferForeachMetaFunc">
|
@@ -3171,6 +3269,22 @@ Free-function: gst_buffer_list_unref</doc>
|
|
3171
3269
|
</parameter>
|
3172
3270
|
</parameters>
|
3173
3271
|
</constructor>
|
3272
|
+
<method name="calculate_size"
|
3273
|
+
c:identifier="gst_buffer_list_calculate_size"
|
3274
|
+
version="1.14">
|
3275
|
+
<doc xml:space="preserve">Calculates the size of the data contained in buffer list by adding the
|
3276
|
+
size of all buffers.</doc>
|
3277
|
+
<return-value transfer-ownership="none">
|
3278
|
+
<doc xml:space="preserve">the size of the data contained in buffer list in bytes.</doc>
|
3279
|
+
<type name="gsize" c:type="gsize"/>
|
3280
|
+
</return-value>
|
3281
|
+
<parameters>
|
3282
|
+
<instance-parameter name="list" transfer-ownership="none">
|
3283
|
+
<doc xml:space="preserve">a #GstBufferList</doc>
|
3284
|
+
<type name="BufferList" c:type="GstBufferList*"/>
|
3285
|
+
</instance-parameter>
|
3286
|
+
</parameters>
|
3287
|
+
</method>
|
3174
3288
|
<method name="copy_deep"
|
3175
3289
|
c:identifier="gst_buffer_list_copy_deep"
|
3176
3290
|
version="1.6">
|
@@ -3220,7 +3334,10 @@ the list should be skipped.</doc>
|
|
3220
3334
|
</parameters>
|
3221
3335
|
</method>
|
3222
3336
|
<method name="get" c:identifier="gst_buffer_list_get">
|
3223
|
-
<doc xml:space="preserve">Get the buffer at @idx
|
3337
|
+
<doc xml:space="preserve">Get the buffer at @idx.
|
3338
|
+
|
3339
|
+
You must make sure that @idx does not exceed the number of
|
3340
|
+
buffers available.</doc>
|
3224
3341
|
<return-value transfer-ownership="none" nullable="1">
|
3225
3342
|
<doc xml:space="preserve">the buffer at @idx in @group
|
3226
3343
|
or %NULL when there is no buffer. The buffer remains valid as
|
@@ -3238,6 +3355,30 @@ the list should be skipped.</doc>
|
|
3238
3355
|
</parameter>
|
3239
3356
|
</parameters>
|
3240
3357
|
</method>
|
3358
|
+
<method name="get_writable"
|
3359
|
+
c:identifier="gst_buffer_list_get_writable"
|
3360
|
+
version="1.14">
|
3361
|
+
<doc xml:space="preserve">Gets the buffer at @idx, ensuring it is a writable buffer.
|
3362
|
+
|
3363
|
+
You must make sure that @idx does not exceed the number of
|
3364
|
+
buffers available.</doc>
|
3365
|
+
<return-value transfer-ownership="none" nullable="1">
|
3366
|
+
<doc xml:space="preserve">the buffer at @idx in @group.
|
3367
|
+
The returned buffer remains valid as long as @list is valid and
|
3368
|
+
the buffer is not removed from the list.</doc>
|
3369
|
+
<type name="Buffer" c:type="GstBuffer*"/>
|
3370
|
+
</return-value>
|
3371
|
+
<parameters>
|
3372
|
+
<instance-parameter name="list" transfer-ownership="none">
|
3373
|
+
<doc xml:space="preserve">a (writable) #GstBufferList</doc>
|
3374
|
+
<type name="BufferList" c:type="GstBufferList*"/>
|
3375
|
+
</instance-parameter>
|
3376
|
+
<parameter name="idx" transfer-ownership="none">
|
3377
|
+
<doc xml:space="preserve">the index</doc>
|
3378
|
+
<type name="guint" c:type="guint"/>
|
3379
|
+
</parameter>
|
3380
|
+
</parameters>
|
3381
|
+
</method>
|
3241
3382
|
<method name="insert" c:identifier="gst_buffer_list_insert">
|
3242
3383
|
<doc xml:space="preserve">Insert @buffer at @idx in @list. Other buffers are moved to make room for
|
3243
3384
|
this new buffer.
|
@@ -3380,7 +3521,7 @@ Use gst_object_unref() to release the reference to a bufferpool. If the
|
|
3380
3521
|
refcount of the pool reaches 0, the pool will be freed.</doc>
|
3381
3522
|
<constructor name="new" c:identifier="gst_buffer_pool_new">
|
3382
3523
|
<doc xml:space="preserve">Creates a new #GstBufferPool instance.</doc>
|
3383
|
-
<return-value transfer-ownership="
|
3524
|
+
<return-value transfer-ownership="full">
|
3384
3525
|
<doc xml:space="preserve">a new #GstBufferPool instance</doc>
|
3385
3526
|
<type name="BufferPool" c:type="GstBufferPool*"/>
|
3386
3527
|
</return-value>
|
@@ -4493,11 +4634,14 @@ The bus watch will only work if a GLib main loop is being run.
|
|
4493
4634
|
|
4494
4635
|
The watch can be removed using gst_bus_remove_watch() or by returning %FALSE
|
4495
4636
|
from @func. If the watch was added to the default main context it is also
|
4496
|
-
possible to remove the watch using g_source_remove()
|
4497
|
-
|
4498
|
-
|
4637
|
+
possible to remove the watch using g_source_remove().
|
4638
|
+
|
4639
|
+
The bus watch will take its own reference to the @bus, so it is safe to unref
|
4640
|
+
@bus using gst_object_unref() after setting the bus watch.
|
4499
4641
|
|
4500
4642
|
MT safe.</doc>
|
4643
|
+
<return-value transfer-ownership="none">
|
4644
|
+
<doc xml:space="preserve">The event source id or 0 if @bus already got an event source.</doc>
|
4501
4645
|
<type name="guint" c:type="guint"/>
|
4502
4646
|
</return-value>
|
4503
4647
|
<parameters>
|
@@ -4540,6 +4684,9 @@ The watch can be removed using gst_bus_remove_watch() or by returning %FALSE
|
|
4540
4684
|
from @func. If the watch was added to the default main context it is also
|
4541
4685
|
possible to remove the watch using g_source_remove().
|
4542
4686
|
|
4687
|
+
The bus watch will take its own reference to the @bus, so it is safe to unref
|
4688
|
+
@bus using gst_object_unref() after setting the bus watch.
|
4689
|
+
|
4543
4690
|
MT safe.</doc>
|
4544
4691
|
<return-value transfer-ownership="none">
|
4545
4692
|
<doc xml:space="preserve">The event source id or 0 if @bus already got an event source.</doc>
|
@@ -4605,7 +4752,7 @@ into signals.</doc>
|
|
4605
4752
|
<doc xml:space="preserve">Create watch for this bus. The GSource will be dispatched whenever
|
4606
4753
|
a message is on the bus. After the GSource is dispatched, the
|
4607
4754
|
message is popped off the bus and unreffed.</doc>
|
4608
|
-
<return-value transfer-ownership="full">
|
4755
|
+
<return-value transfer-ownership="full" nullable="1">
|
4609
4756
|
<doc xml:space="preserve">a #GSource that can be added to a mainloop.</doc>
|
4610
4757
|
<type name="GLib.Source" c:type="GSource*"/>
|
4611
4758
|
</return-value>
|
@@ -4669,6 +4816,31 @@ MT safe.</doc>
|
|
4669
4816
|
</instance-parameter>
|
4670
4817
|
</parameters>
|
4671
4818
|
</method>
|
4819
|
+
<method name="get_pollfd"
|
4820
|
+
c:identifier="gst_bus_get_pollfd"
|
4821
|
+
version="1.14">
|
4822
|
+
<doc xml:space="preserve">Gets the file descriptor from the bus which can be used to get notified about
|
4823
|
+
messages being available with functions like g_poll(), and allows integration
|
4824
|
+
into other event loops based on file descriptors.
|
4825
|
+
Whenever a message is available, the POLLIN / %G_IO_IN event is set.
|
4826
|
+
|
4827
|
+
Warning: NEVER read or write anything to the returned fd but only use it
|
4828
|
+
for getting notifications via g_poll() or similar and then use the normal
|
4829
|
+
GstBus API, e.g. gst_bus_pop().</doc>
|
4830
|
+
<return-value transfer-ownership="none">
|
4831
|
+
<type name="none" c:type="void"/>
|
4832
|
+
</return-value>
|
4833
|
+
<parameters>
|
4834
|
+
<instance-parameter name="bus" transfer-ownership="none">
|
4835
|
+
<doc xml:space="preserve">A #GstBus</doc>
|
4836
|
+
<type name="Bus" c:type="GstBus*"/>
|
4837
|
+
</instance-parameter>
|
4838
|
+
<parameter name="fd" transfer-ownership="none">
|
4839
|
+
<doc xml:space="preserve">A GPollFD to fill</doc>
|
4840
|
+
<type name="GLib.PollFD" c:type="GPollFD*"/>
|
4841
|
+
</parameter>
|
4842
|
+
</parameters>
|
4843
|
+
</method>
|
4672
4844
|
<method name="have_pending" c:identifier="gst_bus_have_pending">
|
4673
4845
|
<doc xml:space="preserve">Check if there are pending messages on the bus that
|
4674
4846
|
should be handled.</doc>
|
@@ -5556,9 +5728,9 @@ gst_caps_features_add().
|
|
5556
5728
|
|
5557
5729
|
You do not need to free or unref the structure returned, it
|
5558
5730
|
belongs to the #GstCaps.</doc>
|
5559
|
-
<return-value transfer-ownership="none">
|
5560
|
-
<doc xml:space="preserve">a pointer to the #GstCapsFeatures
|
5561
|
-
to @index</doc>
|
5731
|
+
<return-value transfer-ownership="none" nullable="1">
|
5732
|
+
<doc xml:space="preserve">a pointer to the #GstCapsFeatures
|
5733
|
+
corresponding to @index</doc>
|
5562
5734
|
<type name="CapsFeatures" c:type="GstCapsFeatures*"/>
|
5563
5735
|
</return-value>
|
5564
5736
|
<parameters>
|
@@ -6083,9 +6255,9 @@ This method does not preserve the original order of @caps.</doc>
|
|
6083
6255
|
<method name="steal_structure" c:identifier="gst_caps_steal_structure">
|
6084
6256
|
<doc xml:space="preserve">Retrieves the structure with the given index from the list of structures
|
6085
6257
|
contained in @caps. The caller becomes the owner of the returned structure.</doc>
|
6086
|
-
<return-value transfer-ownership="full">
|
6087
|
-
<doc xml:space="preserve">a pointer to the #GstStructure
|
6088
|
-
to @index.</doc>
|
6258
|
+
<return-value transfer-ownership="full" nullable="1">
|
6259
|
+
<doc xml:space="preserve">a pointer to the #GstStructure
|
6260
|
+
corresponding to @index.</doc>
|
6089
6261
|
<type name="Structure" c:type="GstStructure*"/>
|
6090
6262
|
</return-value>
|
6091
6263
|
<parameters>
|
@@ -6164,7 +6336,7 @@ additional reference to it with gst_caps_ref().</doc>
|
|
6164
6336
|
|
6165
6337
|
The current implementation of serialization will lead to unexpected results
|
6166
6338
|
when there are nested #GstCaps / #GstStructure deeper than one level.</doc>
|
6167
|
-
<return-value transfer-ownership="full">
|
6339
|
+
<return-value transfer-ownership="full" nullable="1">
|
6168
6340
|
<doc xml:space="preserve">a newly allocated #GstCaps</doc>
|
6169
6341
|
<type name="Caps" c:type="GstCaps*"/>
|
6170
6342
|
</return-value>
|
@@ -6417,7 +6589,7 @@ have a parent when this function is called.</doc>
|
|
6417
6589
|
c:identifier="gst_caps_features_get_nth"
|
6418
6590
|
version="1.2">
|
6419
6591
|
<doc xml:space="preserve">Returns the @i-th feature of @features.</doc>
|
6420
|
-
<return-value transfer-ownership="none">
|
6592
|
+
<return-value transfer-ownership="none" nullable="1">
|
6421
6593
|
<doc xml:space="preserve">The @i-th feature of @features.</doc>
|
6422
6594
|
<type name="utf8" c:type="const gchar*"/>
|
6423
6595
|
</return-value>
|
@@ -9598,7 +9770,7 @@ if @month == -1, then #GstDateTime will created only for @year. If
|
|
9598
9770
|
so on.
|
9599
9771
|
|
9600
9772
|
Free-function: gst_date_time_unref</doc>
|
9601
|
-
<return-value transfer-ownership="full">
|
9773
|
+
<return-value transfer-ownership="full" nullable="1">
|
9602
9774
|
<doc xml:space="preserve">the newly created #GstDateTime</doc>
|
9603
9775
|
<type name="DateTime" c:type="GstDateTime*"/>
|
9604
9776
|
</return-value>
|
@@ -9727,7 +9899,7 @@ If @hour is -1, then the #GstDateTime created will only contain @year and
|
|
9727
9899
|
case @minute and @seconds should also be -1.
|
9728
9900
|
|
9729
9901
|
Free-function: gst_date_time_unref</doc>
|
9730
|
-
<return-value transfer-ownership="full">
|
9902
|
+
<return-value transfer-ownership="full" nullable="1">
|
9731
9903
|
<doc xml:space="preserve">the newly created #GstDateTime</doc>
|
9732
9904
|
<type name="DateTime" c:type="GstDateTime*"/>
|
9733
9905
|
</return-value>
|
@@ -10221,10 +10393,10 @@ debugging message.
|
|
10221
10393
|
</parameters>
|
10222
10394
|
</method>
|
10223
10395
|
</record>
|
10224
|
-
<
|
10225
|
-
|
10226
|
-
|
10227
|
-
|
10396
|
+
<bitfield name="DebugColorFlags"
|
10397
|
+
glib:type-name="GstDebugColorFlags"
|
10398
|
+
glib:get-type="gst_debug_color_flags_get_type"
|
10399
|
+
c:type="GstDebugColorFlags">
|
10228
10400
|
<doc xml:space="preserve">These are some terminal style flags you can use when creating your
|
10229
10401
|
debugging categories to make them stand out in debugging output.</doc>
|
10230
10402
|
<member name="fg_black"
|
@@ -10335,7 +10507,7 @@ debugging categories to make them stand out in debugging output.</doc>
|
|
10335
10507
|
glib:nick="underline">
|
10336
10508
|
<doc xml:space="preserve">Underline the output.</doc>
|
10337
10509
|
</member>
|
10338
|
-
</
|
10510
|
+
</bitfield>
|
10339
10511
|
<enumeration name="DebugColorMode"
|
10340
10512
|
glib:type-name="GstDebugColorMode"
|
10341
10513
|
glib:get-type="gst_debug_color_mode_get_type"
|
@@ -10528,7 +10700,7 @@ message is, the greater the probability that the debugging system outputs it.</d
|
|
10528
10700
|
<method name="get" c:identifier="gst_debug_message_get">
|
10529
10701
|
<doc xml:space="preserve">Gets the string representation of a #GstDebugMessage. This function is used
|
10530
10702
|
in debug handlers to extract the message.</doc>
|
10531
|
-
<return-value transfer-ownership="none">
|
10703
|
+
<return-value transfer-ownership="none" nullable="1">
|
10532
10704
|
<doc xml:space="preserve">the string representation of a #GstDebugMessage.</doc>
|
10533
10705
|
<type name="utf8" c:type="const gchar*"/>
|
10534
10706
|
</return-value>
|
@@ -10560,8 +10732,9 @@ aggregated by #GstDeviceMonitor objects.</doc>
|
|
10560
10732
|
version="1.4">
|
10561
10733
|
<doc xml:space="preserve">Creates the element with all of the required parameters set to use
|
10562
10734
|
this device.</doc>
|
10563
|
-
<return-value transfer-ownership="full">
|
10564
|
-
<doc xml:space="preserve">a new #GstElement configured to use
|
10735
|
+
<return-value transfer-ownership="full" nullable="1">
|
10736
|
+
<doc xml:space="preserve">a new #GstElement configured to use
|
10737
|
+
this device</doc>
|
10565
10738
|
<type name="Element" c:type="GstElement*"/>
|
10566
10739
|
</return-value>
|
10567
10740
|
<parameters>
|
@@ -10609,8 +10782,9 @@ device in the PLAYING state.</doc>
|
|
10609
10782
|
version="1.4">
|
10610
10783
|
<doc xml:space="preserve">Creates the element with all of the required parameters set to use
|
10611
10784
|
this device.</doc>
|
10612
|
-
<return-value transfer-ownership="full">
|
10613
|
-
<doc xml:space="preserve">a new #GstElement configured to use
|
10785
|
+
<return-value transfer-ownership="full" nullable="1">
|
10786
|
+
<doc xml:space="preserve">a new #GstElement configured to use
|
10787
|
+
this device</doc>
|
10614
10788
|
<type name="Element" c:type="GstElement*"/>
|
10615
10789
|
</return-value>
|
10616
10790
|
<parameters>
|
@@ -10630,7 +10804,7 @@ create a unique name.</doc>
|
|
10630
10804
|
</method>
|
10631
10805
|
<method name="get_caps" c:identifier="gst_device_get_caps" version="1.4">
|
10632
10806
|
<doc xml:space="preserve">Getter for the #GstCaps that this device supports.</doc>
|
10633
|
-
<return-value transfer-ownership="full">
|
10807
|
+
<return-value transfer-ownership="full" nullable="1">
|
10634
10808
|
<doc xml:space="preserve">The #GstCaps supported by this device. Unref with
|
10635
10809
|
gst_caps_unref() when done.</doc>
|
10636
10810
|
<type name="Caps" c:type="GstCaps*"/>
|
@@ -10678,7 +10852,7 @@ classes of the #GstDeviceProvider that produced this device.</doc>
|
|
10678
10852
|
c:identifier="gst_device_get_properties"
|
10679
10853
|
version="1.6">
|
10680
10854
|
<doc xml:space="preserve">Gets the extra properties of a device.</doc>
|
10681
|
-
<return-value transfer-ownership="full">
|
10855
|
+
<return-value transfer-ownership="full" nullable="1">
|
10682
10856
|
<doc xml:space="preserve">The extra properties or %NULL when there are none.
|
10683
10857
|
Free with gst_structure_free() after use.</doc>
|
10684
10858
|
<type name="Structure" c:type="GstStructure*"/>
|
@@ -10810,8 +10984,9 @@ device in the PLAYING state.</doc>
|
|
10810
10984
|
</field>
|
10811
10985
|
<field name="create_element">
|
10812
10986
|
<callback name="create_element">
|
10813
|
-
<return-value transfer-ownership="full">
|
10814
|
-
<doc xml:space="preserve">a new #GstElement configured to use
|
10987
|
+
<return-value transfer-ownership="full" nullable="1">
|
10988
|
+
<doc xml:space="preserve">a new #GstElement configured to use
|
10989
|
+
this device</doc>
|
10815
10990
|
<type name="Element" c:type="GstElement*"/>
|
10816
10991
|
</return-value>
|
10817
10992
|
<parameters>
|
@@ -10993,7 +11168,7 @@ Filters must be added before the #GstDeviceMonitor is started.</doc>
|
|
10993
11168
|
version="1.4">
|
10994
11169
|
<doc xml:space="preserve">Gets a list of devices from all of the relevant monitors. This may actually
|
10995
11170
|
probe the hardware if the monitor is not currently started.</doc>
|
10996
|
-
<return-value transfer-ownership="full">
|
11171
|
+
<return-value transfer-ownership="full" nullable="1">
|
10997
11172
|
<doc xml:space="preserve">a #GList of
|
10998
11173
|
#GstDevice</doc>
|
10999
11174
|
<type name="GLib.List" c:type="GList*">
|
@@ -11262,7 +11437,10 @@ called the same number of times that gst_device_provider_start() was called.</do
|
|
11262
11437
|
<doc xml:space="preserve">Posts a message on the provider's #GstBus to inform applications that
|
11263
11438
|
a new device has been added.
|
11264
11439
|
|
11265
|
-
This is for use by subclasses
|
11440
|
+
This is for use by subclasses.
|
11441
|
+
|
11442
|
+
@device's reference count will be incremented, and any floating reference
|
11443
|
+
will be removed (see gst_object_ref_sink()).</doc>
|
11266
11444
|
<return-value transfer-ownership="none">
|
11267
11445
|
<type name="none" c:type="void"/>
|
11268
11446
|
</return-value>
|
@@ -11271,7 +11449,7 @@ This is for use by subclasses.</doc>
|
|
11271
11449
|
<doc xml:space="preserve">a #GstDeviceProvider</doc>
|
11272
11450
|
<type name="DeviceProvider" c:type="GstDeviceProvider*"/>
|
11273
11451
|
</instance-parameter>
|
11274
|
-
<parameter name="device" transfer-ownership="
|
11452
|
+
<parameter name="device" transfer-ownership="none">
|
11275
11453
|
<doc xml:space="preserve">a #GstDevice that has been added</doc>
|
11276
11454
|
<type name="Device" c:type="GstDevice*"/>
|
11277
11455
|
</parameter>
|
@@ -11369,6 +11547,25 @@ are hidden by @provider.</doc>
|
|
11369
11547
|
</instance-parameter>
|
11370
11548
|
</parameters>
|
11371
11549
|
</method>
|
11550
|
+
<method name="get_metadata"
|
11551
|
+
c:identifier="gst_device_provider_get_metadata"
|
11552
|
+
version="1.14">
|
11553
|
+
<doc xml:space="preserve">Get metadata with @key in @provider.</doc>
|
11554
|
+
<return-value transfer-ownership="none">
|
11555
|
+
<doc xml:space="preserve">the metadata for @key.</doc>
|
11556
|
+
<type name="utf8" c:type="const gchar*"/>
|
11557
|
+
</return-value>
|
11558
|
+
<parameters>
|
11559
|
+
<instance-parameter name="provider" transfer-ownership="none">
|
11560
|
+
<doc xml:space="preserve">provider to get metadata for</doc>
|
11561
|
+
<type name="DeviceProvider" c:type="GstDeviceProvider*"/>
|
11562
|
+
</instance-parameter>
|
11563
|
+
<parameter name="key" transfer-ownership="none">
|
11564
|
+
<doc xml:space="preserve">the key to get</doc>
|
11565
|
+
<type name="utf8" c:type="const gchar*"/>
|
11566
|
+
</parameter>
|
11567
|
+
</parameters>
|
11568
|
+
</method>
|
11372
11569
|
<method name="hide_provider"
|
11373
11570
|
c:identifier="gst_device_provider_hide_provider"
|
11374
11571
|
version="1.6">
|
@@ -11607,7 +11804,7 @@ dynamically loaded plugins.)</doc>
|
|
11607
11804
|
c:identifier="gst_device_provider_class_get_metadata"
|
11608
11805
|
version="1.4">
|
11609
11806
|
<doc xml:space="preserve">Get metadata with @key in @klass.</doc>
|
11610
|
-
<return-value transfer-ownership="none">
|
11807
|
+
<return-value transfer-ownership="none" nullable="1">
|
11611
11808
|
<doc xml:space="preserve">the metadata for @key.</doc>
|
11612
11809
|
<type name="utf8" c:type="const gchar*"/>
|
11613
11810
|
</return-value>
|
@@ -12064,7 +12261,7 @@ plugin_init (GstPlugin * plugin)
|
|
12064
12261
|
<type name="ElementFactoryListType" c:type="GstElementFactoryListType"/>
|
12065
12262
|
</constant>
|
12066
12263
|
<constant name="ELEMENT_FACTORY_TYPE_DECODABLE"
|
12067
|
-
value="
|
12264
|
+
value="1377"
|
12068
12265
|
c:type="GST_ELEMENT_FACTORY_TYPE_DECODABLE">
|
12069
12266
|
<doc xml:space="preserve">All elements used to 'decode' streams (decoders, demuxers, parsers, depayloaders)</doc>
|
12070
12267
|
<type name="ElementFactoryListType" c:type="GstElementFactoryListType"/>
|
@@ -12294,8 +12491,9 @@ specific situations.</doc>
|
|
12294
12491
|
c:identifier="gst_element_make_from_uri"
|
12295
12492
|
throws="1">
|
12296
12493
|
<doc xml:space="preserve">Creates an element for handling the given URI.</doc>
|
12297
|
-
<return-value transfer-ownership="none">
|
12298
|
-
<doc xml:space="preserve">a new element or %NULL if none
|
12494
|
+
<return-value transfer-ownership="none" nullable="1">
|
12495
|
+
<doc xml:space="preserve">a new element or %NULL if none
|
12496
|
+
could be created</doc>
|
12299
12497
|
<type name="Element" c:type="GstElement*"/>
|
12300
12498
|
</return-value>
|
12301
12499
|
<parameters>
|
@@ -12657,7 +12855,10 @@ MT safe.</doc>
|
|
12657
12855
|
<doc xml:space="preserve">a #GstElement to set the bus of.</doc>
|
12658
12856
|
<type name="Element" c:type="GstElement*"/>
|
12659
12857
|
</instance-parameter>
|
12660
|
-
<parameter name="bus"
|
12858
|
+
<parameter name="bus"
|
12859
|
+
transfer-ownership="none"
|
12860
|
+
nullable="1"
|
12861
|
+
allow-none="1">
|
12661
12862
|
<doc xml:space="preserve">the #GstBus to set.</doc>
|
12662
12863
|
<type name="Bus" c:type="GstBus*"/>
|
12663
12864
|
</parameter>
|
@@ -12680,7 +12881,10 @@ MT safe.</doc>
|
|
12680
12881
|
<doc xml:space="preserve">a #GstElement to set the clock for.</doc>
|
12681
12882
|
<type name="Element" c:type="GstElement*"/>
|
12682
12883
|
</instance-parameter>
|
12683
|
-
<parameter name="clock"
|
12884
|
+
<parameter name="clock"
|
12885
|
+
transfer-ownership="none"
|
12886
|
+
nullable="1"
|
12887
|
+
allow-none="1">
|
12684
12888
|
<doc xml:space="preserve">the #GstClock to set for the element.</doc>
|
12685
12889
|
<type name="Clock" c:type="GstClock*"/>
|
12686
12890
|
</parameter>
|
@@ -12796,7 +13000,7 @@ MT safe.</doc>
|
|
12796
13000
|
<doc xml:space="preserve">a #GstElement to add the pad to.</doc>
|
12797
13001
|
<type name="Element" c:type="GstElement*"/>
|
12798
13002
|
</instance-parameter>
|
12799
|
-
<parameter name="pad" transfer-ownership="
|
13003
|
+
<parameter name="pad" transfer-ownership="none">
|
12800
13004
|
<doc xml:space="preserve">the #GstPad to add to the element.</doc>
|
12801
13005
|
<type name="Pad" c:type="GstPad*"/>
|
12802
13006
|
</parameter>
|
@@ -12932,7 +13136,9 @@ If after calling this method the element still has not reached
|
|
12932
13136
|
the pending state, the next state change is performed.
|
12933
13137
|
|
12934
13138
|
This method is used internally and should normally not be called by plugins
|
12935
|
-
or applications
|
13139
|
+
or applications.
|
13140
|
+
|
13141
|
+
This function must be called with STATE_LOCK held.</doc>
|
12936
13142
|
<return-value transfer-ownership="none">
|
12937
13143
|
<doc xml:space="preserve">The result of the commit state change.
|
12938
13144
|
|
@@ -12965,6 +13171,114 @@ subclasses of #GstElement.</doc>
|
|
12965
13171
|
</instance-parameter>
|
12966
13172
|
</parameters>
|
12967
13173
|
</method>
|
13174
|
+
<method name="foreach_pad"
|
13175
|
+
c:identifier="gst_element_foreach_pad"
|
13176
|
+
version="1.14">
|
13177
|
+
<doc xml:space="preserve">Call @func with @user_data for each of @element's pads. @func will be called
|
13178
|
+
exactly once for each pad that exists at the time of this call, unless
|
13179
|
+
one of the calls to @func returns %FALSE in which case we will stop
|
13180
|
+
iterating pads and return early. If new pads are added or pads are removed
|
13181
|
+
while pads are being iterated, this will not be taken into account until
|
13182
|
+
next time this function is used.</doc>
|
13183
|
+
<return-value transfer-ownership="none">
|
13184
|
+
<doc xml:space="preserve">%FALSE if @element had no pads or if one of the calls to @func
|
13185
|
+
returned %FALSE.</doc>
|
13186
|
+
<type name="gboolean" c:type="gboolean"/>
|
13187
|
+
</return-value>
|
13188
|
+
<parameters>
|
13189
|
+
<instance-parameter name="element" transfer-ownership="none">
|
13190
|
+
<doc xml:space="preserve">a #GstElement to iterate pads of</doc>
|
13191
|
+
<type name="Element" c:type="GstElement*"/>
|
13192
|
+
</instance-parameter>
|
13193
|
+
<parameter name="func"
|
13194
|
+
transfer-ownership="none"
|
13195
|
+
scope="call"
|
13196
|
+
closure="1">
|
13197
|
+
<doc xml:space="preserve">function to call for each pad</doc>
|
13198
|
+
<type name="ElementForeachPadFunc"
|
13199
|
+
c:type="GstElementForeachPadFunc"/>
|
13200
|
+
</parameter>
|
13201
|
+
<parameter name="user_data"
|
13202
|
+
transfer-ownership="none"
|
13203
|
+
nullable="1"
|
13204
|
+
allow-none="1">
|
13205
|
+
<doc xml:space="preserve">user data passed to @func</doc>
|
13206
|
+
<type name="gpointer" c:type="gpointer"/>
|
13207
|
+
</parameter>
|
13208
|
+
</parameters>
|
13209
|
+
</method>
|
13210
|
+
<method name="foreach_sink_pad"
|
13211
|
+
c:identifier="gst_element_foreach_sink_pad"
|
13212
|
+
version="1.14">
|
13213
|
+
<doc xml:space="preserve">Call @func with @user_data for each of @element's sink pads. @func will be
|
13214
|
+
called exactly once for each sink pad that exists at the time of this call,
|
13215
|
+
unless one of the calls to @func returns %FALSE in which case we will stop
|
13216
|
+
iterating pads and return early. If new sink pads are added or sink pads
|
13217
|
+
are removed while the sink pads are being iterated, this will not be taken
|
13218
|
+
into account until next time this function is used.</doc>
|
13219
|
+
<return-value transfer-ownership="none">
|
13220
|
+
<doc xml:space="preserve">%FALSE if @element had no sink pads or if one of the calls to @func
|
13221
|
+
returned %FALSE.</doc>
|
13222
|
+
<type name="gboolean" c:type="gboolean"/>
|
13223
|
+
</return-value>
|
13224
|
+
<parameters>
|
13225
|
+
<instance-parameter name="element" transfer-ownership="none">
|
13226
|
+
<doc xml:space="preserve">a #GstElement to iterate sink pads of</doc>
|
13227
|
+
<type name="Element" c:type="GstElement*"/>
|
13228
|
+
</instance-parameter>
|
13229
|
+
<parameter name="func"
|
13230
|
+
transfer-ownership="none"
|
13231
|
+
scope="call"
|
13232
|
+
closure="1">
|
13233
|
+
<doc xml:space="preserve">function to call for each sink pad</doc>
|
13234
|
+
<type name="ElementForeachPadFunc"
|
13235
|
+
c:type="GstElementForeachPadFunc"/>
|
13236
|
+
</parameter>
|
13237
|
+
<parameter name="user_data"
|
13238
|
+
transfer-ownership="none"
|
13239
|
+
nullable="1"
|
13240
|
+
allow-none="1">
|
13241
|
+
<doc xml:space="preserve">user data passed to @func</doc>
|
13242
|
+
<type name="gpointer" c:type="gpointer"/>
|
13243
|
+
</parameter>
|
13244
|
+
</parameters>
|
13245
|
+
</method>
|
13246
|
+
<method name="foreach_src_pad"
|
13247
|
+
c:identifier="gst_element_foreach_src_pad"
|
13248
|
+
version="1.14">
|
13249
|
+
<doc xml:space="preserve">Call @func with @user_data for each of @element's source pads. @func will be
|
13250
|
+
called exactly once for each source pad that exists at the time of this call,
|
13251
|
+
unless one of the calls to @func returns %FALSE in which case we will stop
|
13252
|
+
iterating pads and return early. If new source pads are added or source pads
|
13253
|
+
are removed while the source pads are being iterated, this will not be taken
|
13254
|
+
into account until next time this function is used.</doc>
|
13255
|
+
<return-value transfer-ownership="none">
|
13256
|
+
<doc xml:space="preserve">%FALSE if @element had no source pads or if one of the calls
|
13257
|
+
to @func returned %FALSE.</doc>
|
13258
|
+
<type name="gboolean" c:type="gboolean"/>
|
13259
|
+
</return-value>
|
13260
|
+
<parameters>
|
13261
|
+
<instance-parameter name="element" transfer-ownership="none">
|
13262
|
+
<doc xml:space="preserve">a #GstElement to iterate source pads of</doc>
|
13263
|
+
<type name="Element" c:type="GstElement*"/>
|
13264
|
+
</instance-parameter>
|
13265
|
+
<parameter name="func"
|
13266
|
+
transfer-ownership="none"
|
13267
|
+
scope="call"
|
13268
|
+
closure="1">
|
13269
|
+
<doc xml:space="preserve">function to call for each source pad</doc>
|
13270
|
+
<type name="ElementForeachPadFunc"
|
13271
|
+
c:type="GstElementForeachPadFunc"/>
|
13272
|
+
</parameter>
|
13273
|
+
<parameter name="user_data"
|
13274
|
+
transfer-ownership="none"
|
13275
|
+
nullable="1"
|
13276
|
+
allow-none="1">
|
13277
|
+
<doc xml:space="preserve">user data passed to @func</doc>
|
13278
|
+
<type name="gpointer" c:type="gpointer"/>
|
13279
|
+
</parameter>
|
13280
|
+
</parameters>
|
13281
|
+
</method>
|
12968
13282
|
<method name="get_base_time" c:identifier="gst_element_get_base_time">
|
12969
13283
|
<doc xml:space="preserve">Returns the base time of the element. The base time is the
|
12970
13284
|
absolute time of the clock when this element was last put to
|
@@ -12986,8 +13300,9 @@ MT safe.</doc>
|
|
12986
13300
|
<method name="get_bus" c:identifier="gst_element_get_bus">
|
12987
13301
|
<doc xml:space="preserve">Returns the bus of the element. Note that only a #GstPipeline will provide a
|
12988
13302
|
bus for the application.</doc>
|
12989
|
-
<return-value transfer-ownership="full">
|
12990
|
-
<doc xml:space="preserve">the element's #GstBus. unref after
|
13303
|
+
<return-value transfer-ownership="full" nullable="1">
|
13304
|
+
<doc xml:space="preserve">the element's #GstBus. unref after
|
13305
|
+
usage.
|
12991
13306
|
|
12992
13307
|
MT safe.</doc>
|
12993
13308
|
<type name="Bus" c:type="GstBus*"/>
|
@@ -13005,7 +13320,7 @@ last set with gst_element_set_clock().
|
|
13005
13320
|
|
13006
13321
|
Elements in a pipeline will only have their clock set when the
|
13007
13322
|
pipeline is in the PLAYING state.</doc>
|
13008
|
-
<return-value transfer-ownership="full">
|
13323
|
+
<return-value transfer-ownership="full" nullable="1">
|
13009
13324
|
<doc xml:space="preserve">the #GstClock of the element. unref after usage.
|
13010
13325
|
|
13011
13326
|
MT safe.</doc>
|
@@ -13097,7 +13412,7 @@ MT safe.</doc>
|
|
13097
13412
|
c:identifier="gst_element_get_context_unlocked"
|
13098
13413
|
version="1.8">
|
13099
13414
|
<doc xml:space="preserve">Gets the context with @context_type set on the element or NULL.</doc>
|
13100
|
-
<return-value transfer-ownership="full">
|
13415
|
+
<return-value transfer-ownership="full" nullable="1">
|
13101
13416
|
<doc xml:space="preserve">A #GstContext or NULL</doc>
|
13102
13417
|
<type name="Context" c:type="GstContext*"/>
|
13103
13418
|
</return-value>
|
@@ -13145,6 +13460,65 @@ MT safe.</doc>
|
|
13145
13460
|
</instance-parameter>
|
13146
13461
|
</parameters>
|
13147
13462
|
</method>
|
13463
|
+
<method name="get_metadata"
|
13464
|
+
c:identifier="gst_element_get_metadata"
|
13465
|
+
version="1.14">
|
13466
|
+
<doc xml:space="preserve">Get metadata with @key in @klass.</doc>
|
13467
|
+
<return-value transfer-ownership="none">
|
13468
|
+
<doc xml:space="preserve">the metadata for @key.</doc>
|
13469
|
+
<type name="utf8" c:type="const gchar*"/>
|
13470
|
+
</return-value>
|
13471
|
+
<parameters>
|
13472
|
+
<instance-parameter name="element" transfer-ownership="none">
|
13473
|
+
<doc xml:space="preserve">class to get metadata for</doc>
|
13474
|
+
<type name="Element" c:type="GstElement*"/>
|
13475
|
+
</instance-parameter>
|
13476
|
+
<parameter name="key" transfer-ownership="none">
|
13477
|
+
<doc xml:space="preserve">the key to get</doc>
|
13478
|
+
<type name="utf8" c:type="const gchar*"/>
|
13479
|
+
</parameter>
|
13480
|
+
</parameters>
|
13481
|
+
</method>
|
13482
|
+
<method name="get_pad_template"
|
13483
|
+
c:identifier="gst_element_get_pad_template"
|
13484
|
+
version="1.14">
|
13485
|
+
<doc xml:space="preserve">Retrieves a padtemplate from @element with the given name.</doc>
|
13486
|
+
<return-value transfer-ownership="none" nullable="1">
|
13487
|
+
<doc xml:space="preserve">the #GstPadTemplate with the
|
13488
|
+
given name, or %NULL if none was found. No unreferencing is
|
13489
|
+
necessary.</doc>
|
13490
|
+
<type name="PadTemplate" c:type="GstPadTemplate*"/>
|
13491
|
+
</return-value>
|
13492
|
+
<parameters>
|
13493
|
+
<instance-parameter name="element" transfer-ownership="none">
|
13494
|
+
<doc xml:space="preserve">a #GstElement to get the pad template of.</doc>
|
13495
|
+
<type name="Element" c:type="GstElement*"/>
|
13496
|
+
</instance-parameter>
|
13497
|
+
<parameter name="name" transfer-ownership="none">
|
13498
|
+
<doc xml:space="preserve">the name of the #GstPadTemplate to get.</doc>
|
13499
|
+
<type name="utf8" c:type="const gchar*"/>
|
13500
|
+
</parameter>
|
13501
|
+
</parameters>
|
13502
|
+
</method>
|
13503
|
+
<method name="get_pad_template_list"
|
13504
|
+
c:identifier="gst_element_get_pad_template_list"
|
13505
|
+
version="1.14">
|
13506
|
+
<doc xml:space="preserve">Retrieves a list of the pad templates associated with @element. The
|
13507
|
+
list must not be modified by the calling code.</doc>
|
13508
|
+
<return-value transfer-ownership="none">
|
13509
|
+
<doc xml:space="preserve">the #GList of
|
13510
|
+
pad templates.</doc>
|
13511
|
+
<type name="GLib.List" c:type="GList*">
|
13512
|
+
<type name="PadTemplate"/>
|
13513
|
+
</type>
|
13514
|
+
</return-value>
|
13515
|
+
<parameters>
|
13516
|
+
<instance-parameter name="element" transfer-ownership="none">
|
13517
|
+
<doc xml:space="preserve">a #GstElement to get pad templates of.</doc>
|
13518
|
+
<type name="Element" c:type="GstElement*"/>
|
13519
|
+
</instance-parameter>
|
13520
|
+
</parameters>
|
13521
|
+
</method>
|
13148
13522
|
<method name="get_request_pad"
|
13149
13523
|
c:identifier="gst_element_get_request_pad">
|
13150
13524
|
<doc xml:space="preserve">Retrieves a pad from the element by name (e.g. "src_\%d"). This version only
|
@@ -13945,7 +14319,7 @@ MT safe.</doc>
|
|
13945
14319
|
<doc xml:space="preserve">a #GstElement to remove pad from.</doc>
|
13946
14320
|
<type name="Element" c:type="GstElement*"/>
|
13947
14321
|
</instance-parameter>
|
13948
|
-
<parameter name="pad" transfer-ownership="
|
14322
|
+
<parameter name="pad" transfer-ownership="none">
|
13949
14323
|
<doc xml:space="preserve">the #GstPad to remove from the element.</doc>
|
13950
14324
|
<type name="Pad" c:type="GstPad*"/>
|
13951
14325
|
</parameter>
|
@@ -14151,7 +14525,10 @@ MT safe.</doc>
|
|
14151
14525
|
<doc xml:space="preserve">a #GstElement to set the bus of.</doc>
|
14152
14526
|
<type name="Element" c:type="GstElement*"/>
|
14153
14527
|
</instance-parameter>
|
14154
|
-
<parameter name="bus"
|
14528
|
+
<parameter name="bus"
|
14529
|
+
transfer-ownership="none"
|
14530
|
+
nullable="1"
|
14531
|
+
allow-none="1">
|
14155
14532
|
<doc xml:space="preserve">the #GstBus to set.</doc>
|
14156
14533
|
<type name="Bus" c:type="GstBus*"/>
|
14157
14534
|
</parameter>
|
@@ -14174,7 +14551,10 @@ MT safe.</doc>
|
|
14174
14551
|
<doc xml:space="preserve">a #GstElement to set the clock for.</doc>
|
14175
14552
|
<type name="Element" c:type="GstElement*"/>
|
14176
14553
|
</instance-parameter>
|
14177
|
-
<parameter name="clock"
|
14554
|
+
<parameter name="clock"
|
14555
|
+
transfer-ownership="none"
|
14556
|
+
nullable="1"
|
14557
|
+
allow-none="1">
|
14178
14558
|
<doc xml:space="preserve">the #GstClock to set for the element.</doc>
|
14179
14559
|
<type name="Clock" c:type="GstClock*"/>
|
14180
14560
|
</parameter>
|
@@ -14757,7 +15137,10 @@ MT safe.</doc>
|
|
14757
15137
|
<doc xml:space="preserve">a #GstElement to set the bus of.</doc>
|
14758
15138
|
<type name="Element" c:type="GstElement*"/>
|
14759
15139
|
</parameter>
|
14760
|
-
<parameter name="bus"
|
15140
|
+
<parameter name="bus"
|
15141
|
+
transfer-ownership="none"
|
15142
|
+
nullable="1"
|
15143
|
+
allow-none="1">
|
14761
15144
|
<doc xml:space="preserve">the #GstBus to set.</doc>
|
14762
15145
|
<type name="Bus" c:type="GstBus*"/>
|
14763
15146
|
</parameter>
|
@@ -14796,7 +15179,10 @@ MT safe.</doc>
|
|
14796
15179
|
<doc xml:space="preserve">a #GstElement to set the clock for.</doc>
|
14797
15180
|
<type name="Element" c:type="GstElement*"/>
|
14798
15181
|
</parameter>
|
14799
|
-
<parameter name="clock"
|
15182
|
+
<parameter name="clock"
|
15183
|
+
transfer-ownership="none"
|
15184
|
+
nullable="1"
|
15185
|
+
allow-none="1">
|
14800
15186
|
<doc xml:space="preserve">the #GstClock to set for the element.</doc>
|
14801
15187
|
<type name="Clock" c:type="GstClock*"/>
|
14802
15188
|
</parameter>
|
@@ -14910,7 +15296,10 @@ MT safe.</doc>
|
|
14910
15296
|
c:identifier="gst_element_class_add_pad_template">
|
14911
15297
|
<doc xml:space="preserve">Adds a padtemplate to an element class. This is mainly used in the _class_init
|
14912
15298
|
functions of classes. If a pad template with the same name as an already
|
14913
|
-
existing one is added the old one is replaced by the new one
|
15299
|
+
existing one is added the old one is replaced by the new one.
|
15300
|
+
|
15301
|
+
@templ's reference count will be incremented, and any floating
|
15302
|
+
reference will be removed (see gst_object_ref_sink())</doc>
|
14914
15303
|
<return-value transfer-ownership="none">
|
14915
15304
|
<type name="none" c:type="void"/>
|
14916
15305
|
</return-value>
|
@@ -14919,7 +15308,7 @@ existing one is added the old one is replaced by the new one.</doc>
|
|
14919
15308
|
<doc xml:space="preserve">the #GstElementClass to add the pad template to.</doc>
|
14920
15309
|
<type name="ElementClass" c:type="GstElementClass*"/>
|
14921
15310
|
</instance-parameter>
|
14922
|
-
<parameter name="templ" transfer-ownership="
|
15311
|
+
<parameter name="templ" transfer-ownership="none">
|
14923
15312
|
<doc xml:space="preserve">a #GstPadTemplate to add to the element class.</doc>
|
14924
15313
|
<type name="PadTemplate" c:type="GstPadTemplate*"/>
|
14925
15314
|
</parameter>
|
@@ -14972,6 +15361,31 @@ the old one is replaced by the new one.</doc>
|
|
14972
15361
|
</parameter>
|
14973
15362
|
</parameters>
|
14974
15363
|
</method>
|
15364
|
+
<method name="add_static_pad_template_with_gtype"
|
15365
|
+
c:identifier="gst_element_class_add_static_pad_template_with_gtype"
|
15366
|
+
version="1.14">
|
15367
|
+
<doc xml:space="preserve">Adds a pad template to an element class based on the static pad template
|
15368
|
+
@templ. This is mainly used in the _class_init functions of element
|
15369
|
+
implementations. If a pad template with the same name already exists,
|
15370
|
+
the old one is replaced by the new one.</doc>
|
15371
|
+
<return-value transfer-ownership="none">
|
15372
|
+
<type name="none" c:type="void"/>
|
15373
|
+
</return-value>
|
15374
|
+
<parameters>
|
15375
|
+
<instance-parameter name="klass" transfer-ownership="none">
|
15376
|
+
<doc xml:space="preserve">the #GstElementClass to add the pad template to.</doc>
|
15377
|
+
<type name="ElementClass" c:type="GstElementClass*"/>
|
15378
|
+
</instance-parameter>
|
15379
|
+
<parameter name="static_templ" transfer-ownership="none">
|
15380
|
+
<doc xml:space="preserve">#GstStaticPadTemplate to add as pad template to the element class.</doc>
|
15381
|
+
<type name="StaticPadTemplate" c:type="GstStaticPadTemplate*"/>
|
15382
|
+
</parameter>
|
15383
|
+
<parameter name="pad_type" transfer-ownership="none">
|
15384
|
+
<doc xml:space="preserve">The #GType of the pad to create</doc>
|
15385
|
+
<type name="GType" c:type="GType"/>
|
15386
|
+
</parameter>
|
15387
|
+
</parameters>
|
15388
|
+
</method>
|
14975
15389
|
<method name="get_metadata"
|
14976
15390
|
c:identifier="gst_element_class_get_metadata">
|
14977
15391
|
<doc xml:space="preserve">Get metadata with @key in @klass.</doc>
|
@@ -15550,6 +15964,34 @@ make a copy of the protocol string array if you need to.</doc>
|
|
15550
15964
|
<doc xml:space="preserve">offset to define more flags</doc>
|
15551
15965
|
</member>
|
15552
15966
|
</bitfield>
|
15967
|
+
<callback name="ElementForeachPadFunc"
|
15968
|
+
c:type="GstElementForeachPadFunc"
|
15969
|
+
version="1.14">
|
15970
|
+
<doc xml:space="preserve">Function called for each pad when using gst_element_foreach_sink_pad(),
|
15971
|
+
gst_element_foreach_src_pad(), or gst_element_foreach_pad().</doc>
|
15972
|
+
<return-value transfer-ownership="none">
|
15973
|
+
<doc xml:space="preserve">%FALSE to stop iterating pads, %TRUE to continue</doc>
|
15974
|
+
<type name="gboolean" c:type="gboolean"/>
|
15975
|
+
</return-value>
|
15976
|
+
<parameters>
|
15977
|
+
<parameter name="element" transfer-ownership="none">
|
15978
|
+
<doc xml:space="preserve">the #GstElement</doc>
|
15979
|
+
<type name="Element" c:type="GstElement*"/>
|
15980
|
+
</parameter>
|
15981
|
+
<parameter name="pad" transfer-ownership="none">
|
15982
|
+
<doc xml:space="preserve">a #GstPad</doc>
|
15983
|
+
<type name="Pad" c:type="GstPad*"/>
|
15984
|
+
</parameter>
|
15985
|
+
<parameter name="user_data"
|
15986
|
+
transfer-ownership="none"
|
15987
|
+
nullable="1"
|
15988
|
+
allow-none="1"
|
15989
|
+
closure="2">
|
15990
|
+
<doc xml:space="preserve">user data passed to the foreach function</doc>
|
15991
|
+
<type name="gpointer" c:type="gpointer"/>
|
15992
|
+
</parameter>
|
15993
|
+
</parameters>
|
15994
|
+
</callback>
|
15553
15995
|
<record name="Event"
|
15554
15996
|
c:type="GstEvent"
|
15555
15997
|
glib:type-name="GstEvent"
|
@@ -15645,7 +16087,7 @@ When the @async flag is set, a thread boundary is preferred.</doc>
|
|
15645
16087
|
<doc xml:space="preserve">Create a new CAPS event for @caps. The caps event can only travel downstream
|
15646
16088
|
synchronized with the buffer flow and contains the format of the buffers
|
15647
16089
|
that will follow after the event.</doc>
|
15648
|
-
<return-value transfer-ownership="full">
|
16090
|
+
<return-value transfer-ownership="full" nullable="1">
|
15649
16091
|
<doc xml:space="preserve">the new CAPS event.</doc>
|
15650
16092
|
<type name="Event" c:type="GstEvent*"/>
|
15651
16093
|
</return-value>
|
@@ -15667,7 +16109,7 @@ serialization flags.
|
|
15667
16109
|
|
15668
16110
|
New custom events can also be created by subclassing the event type if
|
15669
16111
|
needed.</doc>
|
15670
|
-
<return-value transfer-ownership="full">
|
16112
|
+
<return-value transfer-ownership="full" nullable="1">
|
15671
16113
|
<doc xml:space="preserve">the new custom event.</doc>
|
15672
16114
|
<type name="Event" c:type="GstEvent*"/>
|
15673
16115
|
</return-value>
|
@@ -15899,7 +16341,7 @@ result smaller than 0 is not allowed.
|
|
15899
16341
|
|
15900
16342
|
The application can use general event probes to intercept the QoS
|
15901
16343
|
event and implement custom application specific QoS handling.</doc>
|
15902
|
-
<return-value transfer-ownership="full">
|
16344
|
+
<return-value transfer-ownership="full" nullable="1">
|
15903
16345
|
<doc xml:space="preserve">a new QOS event.</doc>
|
15904
16346
|
<type name="Event" c:type="GstEvent*"/>
|
15905
16347
|
</return-value>
|
@@ -15965,7 +16407,7 @@ It is not possible to seek relative to the current playback position, to do
|
|
15965
16407
|
this, PAUSE the pipeline, query the current playback position with
|
15966
16408
|
#GST_QUERY_POSITION and update the playback segment current position with a
|
15967
16409
|
#GST_SEEK_TYPE_SET to the desired position.</doc>
|
15968
|
-
<return-value transfer-ownership="full">
|
16410
|
+
<return-value transfer-ownership="full" nullable="1">
|
15969
16411
|
<doc xml:space="preserve">a new seek event.</doc>
|
15970
16412
|
<type name="Event" c:type="GstEvent*"/>
|
15971
16413
|
</return-value>
|
@@ -16032,7 +16474,7 @@ with @rate of 1.0 and @applied_rate of 2.0
|
|
16032
16474
|
After a segment event, the buffer stream time is calculated with:
|
16033
16475
|
|
16034
16476
|
time + (TIMESTAMP(buf) - start) * ABS (rate * applied_rate)</doc>
|
16035
|
-
<return-value transfer-ownership="full">
|
16477
|
+
<return-value transfer-ownership="full" nullable="1">
|
16036
16478
|
<doc xml:space="preserve">the new SEGMENT event.</doc>
|
16037
16479
|
<type name="Event" c:type="GstEvent*"/>
|
16038
16480
|
</return-value>
|
@@ -16072,9 +16514,12 @@ The select-streams event requests the specified @streams to be activated.
|
|
16072
16514
|
The list of @streams corresponds to the "Stream ID" of each stream to be
|
16073
16515
|
activated. Those ID can be obtained via the #GstStream objects present
|
16074
16516
|
in #GST_EVENT_STREAM_START, #GST_EVENT_STREAM_COLLECTION or
|
16075
|
-
#
|
16517
|
+
#GST_MESSAGE_STREAM_COLLECTION.
|
16518
|
+
|
16519
|
+
Note: The list of @streams can not be empty.</doc>
|
16076
16520
|
<return-value transfer-ownership="full">
|
16077
|
-
<doc xml:space="preserve">a new select-streams event
|
16521
|
+
<doc xml:space="preserve">a new select-streams event or %NULL in case of
|
16522
|
+
an error (like an empty streams list).</doc>
|
16078
16523
|
<type name="Event" c:type="GstEvent*"/>
|
16079
16524
|
</return-value>
|
16080
16525
|
<parameters>
|
@@ -16123,7 +16568,7 @@ the step operation.
|
|
16123
16568
|
|
16124
16569
|
The @intermediate flag instructs the pipeline that this step operation is
|
16125
16570
|
part of a larger step operation.</doc>
|
16126
|
-
<return-value transfer-ownership="full">
|
16571
|
+
<return-value transfer-ownership="full" nullable="1">
|
16127
16572
|
<doc xml:space="preserve">a new #GstEvent</doc>
|
16128
16573
|
<type name="Event" c:type="GstEvent*"/>
|
16129
16574
|
</return-value>
|
@@ -16353,10 +16798,10 @@ MT safe.</doc>
|
|
16353
16798
|
</method>
|
16354
16799
|
<method name="get_structure" c:identifier="gst_event_get_structure">
|
16355
16800
|
<doc xml:space="preserve">Access the structure of the event.</doc>
|
16356
|
-
<return-value transfer-ownership="none">
|
16357
|
-
<doc xml:space="preserve">The structure of the event. The
|
16358
|
-
owned by the event, which means that you should not free
|
16359
|
-
that the pointer becomes invalid when you free the event.
|
16801
|
+
<return-value transfer-ownership="none" nullable="1">
|
16802
|
+
<doc xml:space="preserve">The structure of the event. The
|
16803
|
+
structure is still owned by the event, which means that you should not free
|
16804
|
+
it and that the pointer becomes invalid when you free the event.
|
16360
16805
|
|
16361
16806
|
MT safe.</doc>
|
16362
16807
|
<type name="Structure" c:type="const GstStructure*"/>
|
@@ -16575,8 +17020,10 @@ holding protection system specific information.</doc>
|
|
16575
17020
|
<type name="Buffer" c:type="GstBuffer**"/>
|
16576
17021
|
</parameter>
|
16577
17022
|
<parameter name="origin"
|
17023
|
+
direction="out"
|
17024
|
+
caller-allocates="0"
|
16578
17025
|
transfer-ownership="none"
|
16579
|
-
|
17026
|
+
optional="1"
|
16580
17027
|
allow-none="1">
|
16581
17028
|
<doc xml:space="preserve">pointer to store a value that
|
16582
17029
|
indicates where the protection information carried by @event was extracted
|
@@ -17443,7 +17890,7 @@ gst_event_type_get_flags() function.</doc>
|
|
17443
17890
|
c:type="GST_FLAG_SET_MASK_EXACT"
|
17444
17891
|
version="1.6">
|
17445
17892
|
<doc xml:space="preserve">A mask value with all bits set, for use as a
|
17446
|
-
|
17893
|
+
GstFlagSet mask where all flag bits must match
|
17447
17894
|
exactly</doc>
|
17448
17895
|
<type name="guint" c:type="guint"/>
|
17449
17896
|
</constant>
|
@@ -17750,6 +18197,16 @@ is unknown.</doc>
|
|
17750
18197
|
glib:get-type="gst_fraction_range_get_type"
|
17751
18198
|
glib:fundamental="1">
|
17752
18199
|
</class>
|
18200
|
+
<constant name="GROUP_ID_INVALID"
|
18201
|
+
value="0"
|
18202
|
+
c:type="GST_GROUP_ID_INVALID"
|
18203
|
+
version="1.14">
|
18204
|
+
<doc xml:space="preserve">A value which is guaranteed to never be returned by
|
18205
|
+
gst_util_group_id_next().
|
18206
|
+
|
18207
|
+
Can be used as a default value in variables used to store group_id.</doc>
|
18208
|
+
<type name="gint" c:type="gint"/>
|
18209
|
+
</constant>
|
17753
18210
|
<class name="GhostPad"
|
17754
18211
|
c:symbol-prefix="ghost_pad"
|
17755
18212
|
c:type="GstGhostPad"
|
@@ -17800,7 +18257,7 @@ case of an error.</doc>
|
|
17800
18257
|
from the target pad. The template used on the ghostpad will be @template.
|
17801
18258
|
|
17802
18259
|
Will ref the target.</doc>
|
17803
|
-
<return-value transfer-ownership="
|
18260
|
+
<return-value transfer-ownership="none" nullable="1">
|
17804
18261
|
<doc xml:space="preserve">a new #GstPad, or %NULL in
|
17805
18262
|
case of an error.</doc>
|
17806
18263
|
<type name="Pad" c:type="GstPad*"/>
|
@@ -17830,7 +18287,7 @@ A target can be set on the ghostpad later with the
|
|
17830
18287
|
gst_ghost_pad_set_target() function.
|
17831
18288
|
|
17832
18289
|
The created ghostpad will not have a padtemplate.</doc>
|
17833
|
-
<return-value transfer-ownership="
|
18290
|
+
<return-value transfer-ownership="none" nullable="1">
|
17834
18291
|
<doc xml:space="preserve">a new #GstPad, or %NULL in
|
17835
18292
|
case of an error.</doc>
|
17836
18293
|
<type name="Pad" c:type="GstPad*"/>
|
@@ -17853,7 +18310,7 @@ case of an error.</doc>
|
|
17853
18310
|
c:identifier="gst_ghost_pad_new_no_target_from_template">
|
17854
18311
|
<doc xml:space="preserve">Create a new ghostpad based on @templ, without setting a target. The
|
17855
18312
|
direction will be taken from the @templ.</doc>
|
17856
|
-
<return-value transfer-ownership="
|
18313
|
+
<return-value transfer-ownership="none" nullable="1">
|
17857
18314
|
<doc xml:space="preserve">a new #GstPad, or %NULL in
|
17858
18315
|
case of an error.</doc>
|
17859
18316
|
<type name="Pad" c:type="GstPad*"/>
|
@@ -19000,7 +19457,7 @@ Memory can be efficiently merged when gst_memory_is_span() returns %TRUE.</doc>
|
|
19000
19457
|
|
19001
19458
|
The prefix/padding must be filled with 0 if @flags contains
|
19002
19459
|
#GST_MEMORY_FLAG_ZERO_PREFIXED and #GST_MEMORY_FLAG_ZERO_PADDED respectively.</doc>
|
19003
|
-
<return-value transfer-ownership="full">
|
19460
|
+
<return-value transfer-ownership="full" nullable="1">
|
19004
19461
|
<doc xml:space="preserve">a new #GstMemory.</doc>
|
19005
19462
|
<type name="Memory" c:type="GstMemory*"/>
|
19006
19463
|
</return-value>
|
@@ -19080,11 +19537,21 @@ from @offset to the end of the memory region.</doc>
|
|
19080
19537
|
<doc xml:space="preserve">a #GstMemory</doc>
|
19081
19538
|
<type name="Memory" c:type="GstMemory*"/>
|
19082
19539
|
</instance-parameter>
|
19083
|
-
<parameter name="offset"
|
19540
|
+
<parameter name="offset"
|
19541
|
+
direction="out"
|
19542
|
+
caller-allocates="0"
|
19543
|
+
transfer-ownership="full"
|
19544
|
+
optional="1"
|
19545
|
+
allow-none="1">
|
19084
19546
|
<doc xml:space="preserve">pointer to offset</doc>
|
19085
19547
|
<type name="gsize" c:type="gsize*"/>
|
19086
19548
|
</parameter>
|
19087
|
-
<parameter name="maxsize"
|
19549
|
+
<parameter name="maxsize"
|
19550
|
+
direction="out"
|
19551
|
+
caller-allocates="0"
|
19552
|
+
transfer-ownership="full"
|
19553
|
+
optional="1"
|
19554
|
+
allow-none="1">
|
19088
19555
|
<doc xml:space="preserve">pointer to maxsize</doc>
|
19089
19556
|
<type name="gsize" c:type="gsize*"/>
|
19090
19557
|
</parameter>
|
@@ -19151,7 +19618,10 @@ the returned @offset.</doc>
|
|
19151
19618
|
<doc xml:space="preserve">a #GstMemory</doc>
|
19152
19619
|
<type name="Memory" c:type="GstMemory*"/>
|
19153
19620
|
</parameter>
|
19154
|
-
<parameter name="offset"
|
19621
|
+
<parameter name="offset"
|
19622
|
+
direction="out"
|
19623
|
+
caller-allocates="0"
|
19624
|
+
transfer-ownership="full">
|
19155
19625
|
<doc xml:space="preserve">a pointer to a result offset</doc>
|
19156
19626
|
<type name="gsize" c:type="gsize*"/>
|
19157
19627
|
</parameter>
|
@@ -19550,7 +20020,7 @@ container using gst_element_post_message().</doc>
|
|
19550
20020
|
c:identifier="gst_message_new_application">
|
19551
20021
|
<doc xml:space="preserve">Create a new application-typed message. GStreamer will never create these
|
19552
20022
|
messages; they are a gift from us to you. Enjoy.</doc>
|
19553
|
-
<return-value transfer-ownership="full">
|
20023
|
+
<return-value transfer-ownership="full" nullable="1">
|
19554
20024
|
<doc xml:space="preserve">The new application message.
|
19555
20025
|
|
19556
20026
|
MT safe.</doc>
|
@@ -19631,7 +20101,7 @@ message with @percent set to 100, which can happen after the pipeline
|
|
19631
20101
|
completed prerolling.
|
19632
20102
|
|
19633
20103
|
MT safe.</doc>
|
19634
|
-
<return-value transfer-ownership="full">
|
20104
|
+
<return-value transfer-ownership="full" nullable="1">
|
19635
20105
|
<doc xml:space="preserve">The new buffering message.</doc>
|
19636
20106
|
<type name="Message" c:type="GstMessage*"/>
|
19637
20107
|
</return-value>
|
@@ -19713,7 +20183,7 @@ MT safe.</doc>
|
|
19713
20183
|
<doc xml:space="preserve">Create a new custom-typed message. This can be used for anything not
|
19714
20184
|
handled by other message-specific functions to pass a message to the
|
19715
20185
|
app. The structure field can be %NULL.</doc>
|
19716
|
-
<return-value transfer-ownership="full">
|
20186
|
+
<return-value transfer-ownership="full" nullable="1">
|
19717
20187
|
<doc xml:space="preserve">The new message.
|
19718
20188
|
|
19719
20189
|
MT safe.</doc>
|
@@ -19810,7 +20280,7 @@ MT safe.</doc>
|
|
19810
20280
|
allowing one-way communication from an element to an application, for example
|
19811
20281
|
"the firewire cable was unplugged". The format of the message should be
|
19812
20282
|
documented in the element's documentation. The structure field can be %NULL.</doc>
|
19813
|
-
<return-value transfer-ownership="full">
|
20283
|
+
<return-value transfer-ownership="full" nullable="1">
|
19814
20284
|
<doc xml:space="preserve">The new element message.
|
19815
20285
|
|
19816
20286
|
MT safe.</doc>
|
@@ -19887,7 +20357,7 @@ MT safe.</doc>
|
|
19887
20357
|
@debug. This message is posted by element when a fatal event
|
19888
20358
|
occurred. The pipeline will probably (partially) stop. The application
|
19889
20359
|
receiving this message should stop the pipeline.</doc>
|
19890
|
-
<return-value transfer-ownership="full">
|
20360
|
+
<return-value transfer-ownership="full" nullable="1">
|
19891
20361
|
<doc xml:space="preserve">the new error message.</doc>
|
19892
20362
|
<type name="Message" c:type="GstMessage*"/>
|
19893
20363
|
</return-value>
|
@@ -19969,7 +20439,7 @@ MT safe.</doc>
|
|
19969
20439
|
version="1.10">
|
19970
20440
|
<doc xml:space="preserve">Create a new info message. The message will make copies of @error and
|
19971
20441
|
@debug.</doc>
|
19972
|
-
<return-value transfer-ownership="full">
|
20442
|
+
<return-value transfer-ownership="full" nullable="1">
|
19973
20443
|
<doc xml:space="preserve">the new warning message.</doc>
|
19974
20444
|
<type name="Message" c:type="GstMessage*"/>
|
19975
20445
|
</return-value>
|
@@ -20068,7 +20538,7 @@ to perform actions triggered by a state change.
|
|
20068
20538
|
|
20069
20539
|
@code contains a well defined string describing the action.
|
20070
20540
|
@text should contain a user visible string detailing the current action.</doc>
|
20071
|
-
<return-value transfer-ownership="full">
|
20541
|
+
<return-value transfer-ownership="full" nullable="1">
|
20072
20542
|
<doc xml:space="preserve">The new qos message.</doc>
|
20073
20543
|
<type name="Message" c:type="GstMessage*"/>
|
20074
20544
|
</return-value>
|
@@ -20687,7 +21157,7 @@ MT safe.</doc>
|
|
20687
21157
|
version="1.10">
|
20688
21158
|
<doc xml:space="preserve">Create a new warning message. The message will make copies of @error and
|
20689
21159
|
@debug.</doc>
|
20690
|
-
<return-value transfer-ownership="full">
|
21160
|
+
<return-value transfer-ownership="full" nullable="1">
|
20691
21161
|
<doc xml:space="preserve">the new warning message.</doc>
|
20692
21162
|
<type name="Message" c:type="GstMessage*"/>
|
20693
21163
|
</return-value>
|
@@ -20791,10 +21261,11 @@ MT safe.</doc>
|
|
20791
21261
|
<method name="get_stream_status_object"
|
20792
21262
|
c:identifier="gst_message_get_stream_status_object">
|
20793
21263
|
<doc xml:space="preserve">Extracts the object managing the streaming thread from @message.</doc>
|
20794
|
-
<return-value transfer-ownership="none">
|
20795
|
-
<doc xml:space="preserve">a GValue containing the object that manages the
|
20796
|
-
This object is usually of type GstTask but other types can
|
20797
|
-
future. The object remains valid as long as @message is
|
21264
|
+
<return-value transfer-ownership="none" nullable="1">
|
21265
|
+
<doc xml:space="preserve">a GValue containing the object that manages the
|
21266
|
+
streaming thread. This object is usually of type GstTask but other types can
|
21267
|
+
be added in the future. The object remains valid as long as @message is
|
21268
|
+
valid.</doc>
|
20798
21269
|
<type name="GObject.Value" c:type="const GValue*"/>
|
20799
21270
|
</return-value>
|
20800
21271
|
<parameters>
|
@@ -20806,10 +21277,10 @@ future. The object remains valid as long as @message is valid.</doc>
|
|
20806
21277
|
</method>
|
20807
21278
|
<method name="get_structure" c:identifier="gst_message_get_structure">
|
20808
21279
|
<doc xml:space="preserve">Access the structure of the message.</doc>
|
20809
|
-
<return-value transfer-ownership="none">
|
20810
|
-
<doc xml:space="preserve">The structure of the message. The
|
20811
|
-
still owned by the message, which means that you should not
|
20812
|
-
that the pointer becomes invalid when you free the message.
|
21280
|
+
<return-value transfer-ownership="none" nullable="1">
|
21281
|
+
<doc xml:space="preserve">The structure of the message. The
|
21282
|
+
structure is still owned by the message, which means that you should not
|
21283
|
+
free it and that the pointer becomes invalid when you free the message.
|
20813
21284
|
|
20814
21285
|
MT safe.</doc>
|
20815
21286
|
<type name="Structure" c:type="const GstStructure*"/>
|
@@ -21014,7 +21485,7 @@ MT safe.</doc>
|
|
21014
21485
|
<parameter name="context_type"
|
21015
21486
|
direction="out"
|
21016
21487
|
caller-allocates="0"
|
21017
|
-
transfer-ownership="
|
21488
|
+
transfer-ownership="none"
|
21018
21489
|
optional="1"
|
21019
21490
|
allow-none="1">
|
21020
21491
|
<doc xml:space="preserve">the context type, or %NULL</doc>
|
@@ -21145,7 +21616,7 @@ The returned structure must not be freed.</doc>
|
|
21145
21616
|
<parameter name="structure"
|
21146
21617
|
direction="out"
|
21147
21618
|
caller-allocates="0"
|
21148
|
-
transfer-ownership="
|
21619
|
+
transfer-ownership="none">
|
21149
21620
|
<doc xml:space="preserve">A pointer to the returned details</doc>
|
21150
21621
|
<type name="Structure" c:type="const GstStructure**"/>
|
21151
21622
|
</parameter>
|
@@ -21254,7 +21725,7 @@ The returned structure must not be freed.</doc>
|
|
21254
21725
|
<parameter name="structure"
|
21255
21726
|
direction="out"
|
21256
21727
|
caller-allocates="0"
|
21257
|
-
transfer-ownership="
|
21728
|
+
transfer-ownership="none">
|
21258
21729
|
<doc xml:space="preserve">A pointer to the returned details structure</doc>
|
21259
21730
|
<type name="Structure" c:type="const GstStructure**"/>
|
21260
21731
|
</parameter>
|
@@ -21352,22 +21823,23 @@ gst_element_add_property_deep_notify_watch().</doc>
|
|
21352
21823
|
<parameter name="property_name"
|
21353
21824
|
direction="out"
|
21354
21825
|
caller-allocates="0"
|
21355
|
-
transfer-ownership="
|
21826
|
+
transfer-ownership="none"
|
21356
21827
|
optional="1"
|
21357
21828
|
allow-none="1">
|
21358
|
-
<doc xml:space="preserve">return location for
|
21359
|
-
property that got changed, or %NULL</doc>
|
21829
|
+
<doc xml:space="preserve">return location for
|
21830
|
+
the name of the property that got changed, or %NULL</doc>
|
21360
21831
|
<type name="utf8" c:type="const gchar**"/>
|
21361
21832
|
</parameter>
|
21362
21833
|
<parameter name="property_value"
|
21363
21834
|
direction="out"
|
21364
21835
|
caller-allocates="0"
|
21365
|
-
transfer-ownership="
|
21836
|
+
transfer-ownership="none"
|
21366
21837
|
optional="1"
|
21367
21838
|
allow-none="1">
|
21368
|
-
<doc xml:space="preserve">return location for
|
21369
|
-
the property that got changed, or %NULL. This will
|
21370
|
-
property notify watch was told to include the value
|
21839
|
+
<doc xml:space="preserve">return location for
|
21840
|
+
the new value of the property that got changed, or %NULL. This will
|
21841
|
+
only be set if the property notify watch was told to include the value
|
21842
|
+
when it was set up</doc>
|
21371
21843
|
<type name="GObject.Value" c:type="const GValue**"/>
|
21372
21844
|
</parameter>
|
21373
21845
|
</parameters>
|
@@ -22150,7 +22622,7 @@ The returned structure must not be freed.</doc>
|
|
22150
22622
|
<parameter name="structure"
|
22151
22623
|
direction="out"
|
22152
22624
|
caller-allocates="0"
|
22153
|
-
transfer-ownership="
|
22625
|
+
transfer-ownership="none">
|
22154
22626
|
<doc xml:space="preserve">A pointer to the returned details structure</doc>
|
22155
22627
|
<type name="Structure" c:type="const GstStructure**"/>
|
22156
22628
|
</parameter>
|
@@ -22350,7 +22822,7 @@ GstTask object but other objects might be added in the future.</doc>
|
|
22350
22822
|
c:identifier="gst_message_streams_selected_get_stream"
|
22351
22823
|
version="1.10">
|
22352
22824
|
<doc xml:space="preserve">Retrieves the #GstStream with index @index from the @message.</doc>
|
22353
|
-
<return-value transfer-ownership="full">
|
22825
|
+
<return-value transfer-ownership="full" nullable="1">
|
22354
22826
|
<doc xml:space="preserve">A #GstStream</doc>
|
22355
22827
|
<type name="Stream" c:type="GstStream*"/>
|
22356
22828
|
</return-value>
|
@@ -22365,6 +22837,27 @@ GstTask object but other objects might be added in the future.</doc>
|
|
22365
22837
|
</parameter>
|
22366
22838
|
</parameters>
|
22367
22839
|
</method>
|
22840
|
+
<method name="writable_structure"
|
22841
|
+
c:identifier="gst_message_writable_structure"
|
22842
|
+
version="1.14">
|
22843
|
+
<doc xml:space="preserve">Get a writable version of the structure.</doc>
|
22844
|
+
<return-value transfer-ownership="none">
|
22845
|
+
<doc xml:space="preserve">The structure of the message. The structure
|
22846
|
+
is still owned by the message, which means that you should not free
|
22847
|
+
it and that the pointer becomes invalid when you free the message.
|
22848
|
+
This function checks if @message is writable and will never return
|
22849
|
+
%NULL.
|
22850
|
+
|
22851
|
+
MT safe.</doc>
|
22852
|
+
<type name="Structure" c:type="GstStructure*"/>
|
22853
|
+
</return-value>
|
22854
|
+
<parameters>
|
22855
|
+
<instance-parameter name="message" transfer-ownership="none">
|
22856
|
+
<doc xml:space="preserve">The #GstMessage.</doc>
|
22857
|
+
<type name="Message" c:type="GstMessage*"/>
|
22858
|
+
</instance-parameter>
|
22859
|
+
</parameters>
|
22860
|
+
</method>
|
22368
22861
|
</record>
|
22369
22862
|
<bitfield name="MessageType"
|
22370
22863
|
glib:type-name="GstMessageType"
|
@@ -22789,8 +23282,9 @@ buffers.</doc>
|
|
22789
23282
|
|
22790
23283
|
The same @info can be retrieved later with gst_meta_get_info() by using
|
22791
23284
|
@impl as the key.</doc>
|
22792
|
-
<return-value transfer-ownership="none">
|
22793
|
-
<doc xml:space="preserve">a #GstMetaInfo that can be used to
|
23285
|
+
<return-value transfer-ownership="none" nullable="1">
|
23286
|
+
<doc xml:space="preserve">a #GstMetaInfo that can be used to
|
23287
|
+
access metadata.</doc>
|
22794
23288
|
<type name="MetaInfo" c:type="const GstMetaInfo*"/>
|
22795
23289
|
</return-value>
|
22796
23290
|
<parameters>
|
@@ -23049,8 +23543,9 @@ and gst_mini_object_weak_unref() respectively.</doc>
|
|
23049
23543
|
<doc xml:space="preserve">Creates a copy of the mini-object.
|
23050
23544
|
|
23051
23545
|
MT safe</doc>
|
23052
|
-
<return-value transfer-ownership="full">
|
23053
|
-
<doc xml:space="preserve">the new mini-object
|
23546
|
+
<return-value transfer-ownership="full" nullable="1">
|
23547
|
+
<doc xml:space="preserve">the new mini-object if copying is
|
23548
|
+
possible, %NULL otherwise.</doc>
|
23054
23549
|
<type name="MiniObject" c:type="GstMiniObject*"/>
|
23055
23550
|
</return-value>
|
23056
23551
|
<parameters>
|
@@ -23385,7 +23880,7 @@ Either @newdata and the value pointed to by @olddata may be %NULL.</doc>
|
|
23385
23880
|
introspectable="0">
|
23386
23881
|
<doc xml:space="preserve">Replace the current #GstMiniObject pointer to by @olddata with %NULL and
|
23387
23882
|
return the old value.</doc>
|
23388
|
-
<return-value>
|
23883
|
+
<return-value nullable="1">
|
23389
23884
|
<doc xml:space="preserve">the #GstMiniObject at @oldata</doc>
|
23390
23885
|
<type name="MiniObject" c:type="GstMiniObject*"/>
|
23391
23886
|
</return-value>
|
@@ -23666,7 +24161,10 @@ In other words, if the object is floating, then this call "assumes ownership"
|
|
23666
24161
|
of the floating reference, converting it to a normal reference by clearing
|
23667
24162
|
the floating flag while leaving the reference count unchanged. If the object
|
23668
24163
|
is not floating, then this call adds a new normal reference increasing the
|
23669
|
-
reference count by one
|
24164
|
+
reference count by one.
|
24165
|
+
|
24166
|
+
For more background on "floating references" please see the #GObject
|
24167
|
+
documentation.</doc>
|
23670
24168
|
<return-value transfer-ownership="none" nullable="1">
|
23671
24169
|
<type name="gpointer" c:type="gpointer"/>
|
23672
24170
|
</return-value>
|
@@ -23731,7 +24229,8 @@ Either @newobj and the value pointed to by @oldobj may be %NULL.</doc>
|
|
23731
24229
|
<doc xml:space="preserve">Attach the #GstControlBinding to the object. If there already was a
|
23732
24230
|
#GstControlBinding for this property it will be replaced.
|
23733
24231
|
|
23734
|
-
The
|
24232
|
+
The object's reference count will be incremented, and any floating
|
24233
|
+
reference will be removed (see gst_object_ref_sink())</doc>
|
23735
24234
|
<return-value transfer-ownership="none">
|
23736
24235
|
<doc xml:space="preserve">%FALSE if the given @binding has not been setup for this object or
|
23737
24236
|
has been setup for a non suitable property, %TRUE otherwise.</doc>
|
@@ -23742,7 +24241,7 @@ has been setup for a non suitable property, %TRUE otherwise.</doc>
|
|
23742
24241
|
<doc xml:space="preserve">the controller object</doc>
|
23743
24242
|
<type name="Object" c:type="GstObject*"/>
|
23744
24243
|
</instance-parameter>
|
23745
|
-
<parameter name="binding" transfer-ownership="
|
24244
|
+
<parameter name="binding" transfer-ownership="none">
|
23746
24245
|
<doc xml:space="preserve">the #GstControlBinding that should be used</doc>
|
23747
24246
|
<type name="ControlBinding" c:type="GstControlBinding*"/>
|
23748
24247
|
</parameter>
|
@@ -24415,14 +24914,14 @@ detection tools. (Since 1.10)</doc>
|
|
24415
24914
|
</member>
|
24416
24915
|
</bitfield>
|
24417
24916
|
<constant name="PARAM_CONTROLLABLE"
|
24418
|
-
value="
|
24917
|
+
value="512"
|
24419
24918
|
c:type="GST_PARAM_CONTROLLABLE">
|
24420
24919
|
<doc xml:space="preserve">Use this flag on GObject properties to signal they can make sense to be.
|
24421
24920
|
controlled over time. This hint is used by the GstController.</doc>
|
24422
24921
|
<type name="gint" c:type="gint"/>
|
24423
24922
|
</constant>
|
24424
24923
|
<constant name="PARAM_MUTABLE_PAUSED"
|
24425
|
-
value="
|
24924
|
+
value="2048"
|
24426
24925
|
c:type="GST_PARAM_MUTABLE_PAUSED">
|
24427
24926
|
<doc xml:space="preserve">Use this flag on GObject properties of GstElements to indicate that
|
24428
24927
|
they can be changed when the element is in the PAUSED or lower state.
|
@@ -24430,7 +24929,7 @@ This flag implies GST_PARAM_MUTABLE_READY.</doc>
|
|
24430
24929
|
<type name="gint" c:type="gint"/>
|
24431
24930
|
</constant>
|
24432
24931
|
<constant name="PARAM_MUTABLE_PLAYING"
|
24433
|
-
value="
|
24932
|
+
value="4096"
|
24434
24933
|
c:type="GST_PARAM_MUTABLE_PLAYING">
|
24435
24934
|
<doc xml:space="preserve">Use this flag on GObject properties of GstElements to indicate that
|
24436
24935
|
they can be changed when the element is in the PLAYING or lower state.
|
@@ -24438,14 +24937,14 @@ This flag implies GST_PARAM_MUTABLE_PAUSED.</doc>
|
|
24438
24937
|
<type name="gint" c:type="gint"/>
|
24439
24938
|
</constant>
|
24440
24939
|
<constant name="PARAM_MUTABLE_READY"
|
24441
|
-
value="
|
24940
|
+
value="1024"
|
24442
24941
|
c:type="GST_PARAM_MUTABLE_READY">
|
24443
24942
|
<doc xml:space="preserve">Use this flag on GObject properties of GstElements to indicate that
|
24444
24943
|
they can be changed when the element is in the READY or lower state.</doc>
|
24445
24944
|
<type name="gint" c:type="gint"/>
|
24446
24945
|
</constant>
|
24447
24946
|
<constant name="PARAM_USER_SHIFT"
|
24448
|
-
value="
|
24947
|
+
value="65536"
|
24449
24948
|
c:type="GST_PARAM_USER_SHIFT">
|
24450
24949
|
<doc xml:space="preserve">Bits based on GST_PARAM_USER_SHIFT can be used by 3rd party applications.</doc>
|
24451
24950
|
<type name="gint" c:type="gint"/>
|
@@ -25163,7 +25662,7 @@ MT safe.</doc>
|
|
25163
25662
|
<method name="get_peer" c:identifier="gst_pad_get_peer">
|
25164
25663
|
<doc xml:space="preserve">Gets the peer of @pad. This function refs the peer pad so
|
25165
25664
|
you need to unref it after use.</doc>
|
25166
|
-
<return-value transfer-ownership="full">
|
25665
|
+
<return-value transfer-ownership="full" nullable="1">
|
25167
25666
|
<doc xml:space="preserve">the peer #GstPad. Unref after usage.
|
25168
25667
|
|
25169
25668
|
MT safe.</doc>
|
@@ -27691,7 +28190,7 @@ The callback is allowed to modify the data pointer in @info.</doc>
|
|
27691
28190
|
</record>
|
27692
28191
|
</union>
|
27693
28192
|
<method name="get_buffer" c:identifier="gst_pad_probe_info_get_buffer">
|
27694
|
-
<return-value transfer-ownership="none">
|
28193
|
+
<return-value transfer-ownership="none" nullable="1">
|
27695
28194
|
<doc xml:space="preserve">The #GstBuffer from the probe</doc>
|
27696
28195
|
<type name="Buffer" c:type="GstBuffer*"/>
|
27697
28196
|
</return-value>
|
@@ -27704,7 +28203,7 @@ The callback is allowed to modify the data pointer in @info.</doc>
|
|
27704
28203
|
</method>
|
27705
28204
|
<method name="get_buffer_list"
|
27706
28205
|
c:identifier="gst_pad_probe_info_get_buffer_list">
|
27707
|
-
<return-value transfer-ownership="none">
|
28206
|
+
<return-value transfer-ownership="none" nullable="1">
|
27708
28207
|
<doc xml:space="preserve">The #GstBufferList from the probe</doc>
|
27709
28208
|
<type name="BufferList" c:type="GstBufferList*"/>
|
27710
28209
|
</return-value>
|
@@ -27716,7 +28215,7 @@ The callback is allowed to modify the data pointer in @info.</doc>
|
|
27716
28215
|
</parameters>
|
27717
28216
|
</method>
|
27718
28217
|
<method name="get_event" c:identifier="gst_pad_probe_info_get_event">
|
27719
|
-
<return-value transfer-ownership="none">
|
28218
|
+
<return-value transfer-ownership="none" nullable="1">
|
27720
28219
|
<doc xml:space="preserve">The #GstEvent from the probe</doc>
|
27721
28220
|
<type name="Event" c:type="GstEvent*"/>
|
27722
28221
|
</return-value>
|
@@ -27728,7 +28227,7 @@ The callback is allowed to modify the data pointer in @info.</doc>
|
|
27728
28227
|
</parameters>
|
27729
28228
|
</method>
|
27730
28229
|
<method name="get_query" c:identifier="gst_pad_probe_info_get_query">
|
27731
|
-
<return-value transfer-ownership="none">
|
28230
|
+
<return-value transfer-ownership="none" nullable="1">
|
27732
28231
|
<doc xml:space="preserve">The #GstQuery from the probe</doc>
|
27733
28232
|
<type name="Query" c:type="GstQuery*"/>
|
27734
28233
|
</return-value>
|
@@ -28067,6 +28566,53 @@ element class, this is usually done in the class_init of the class:
|
|
28067
28566
|
]|</doc>
|
28068
28567
|
<constructor name="new" c:identifier="gst_pad_template_new">
|
28069
28568
|
<doc xml:space="preserve">Creates a new pad template with a name according to the given template
|
28569
|
+
and with the given arguments.</doc>
|
28570
|
+
<return-value transfer-ownership="none" nullable="1">
|
28571
|
+
<doc xml:space="preserve">a new #GstPadTemplate.</doc>
|
28572
|
+
<type name="PadTemplate" c:type="GstPadTemplate*"/>
|
28573
|
+
</return-value>
|
28574
|
+
<parameters>
|
28575
|
+
<parameter name="name_template" transfer-ownership="none">
|
28576
|
+
<doc xml:space="preserve">the name template.</doc>
|
28577
|
+
<type name="utf8" c:type="const gchar*"/>
|
28578
|
+
</parameter>
|
28579
|
+
<parameter name="direction" transfer-ownership="none">
|
28580
|
+
<doc xml:space="preserve">the #GstPadDirection of the template.</doc>
|
28581
|
+
<type name="PadDirection" c:type="GstPadDirection"/>
|
28582
|
+
</parameter>
|
28583
|
+
<parameter name="presence" transfer-ownership="none">
|
28584
|
+
<doc xml:space="preserve">the #GstPadPresence of the pad.</doc>
|
28585
|
+
<type name="PadPresence" c:type="GstPadPresence"/>
|
28586
|
+
</parameter>
|
28587
|
+
<parameter name="caps" transfer-ownership="none">
|
28588
|
+
<doc xml:space="preserve">a #GstCaps set for the template.</doc>
|
28589
|
+
<type name="Caps" c:type="GstCaps*"/>
|
28590
|
+
</parameter>
|
28591
|
+
</parameters>
|
28592
|
+
</constructor>
|
28593
|
+
<constructor name="new_from_static_pad_template_with_gtype"
|
28594
|
+
c:identifier="gst_pad_template_new_from_static_pad_template_with_gtype"
|
28595
|
+
version="1.14">
|
28596
|
+
<doc xml:space="preserve">Converts a #GstStaticPadTemplate into a #GstPadTemplate with a type.</doc>
|
28597
|
+
<return-value transfer-ownership="none">
|
28598
|
+
<doc xml:space="preserve">a new #GstPadTemplate.</doc>
|
28599
|
+
<type name="PadTemplate" c:type="GstPadTemplate*"/>
|
28600
|
+
</return-value>
|
28601
|
+
<parameters>
|
28602
|
+
<parameter name="pad_template" transfer-ownership="none">
|
28603
|
+
<doc xml:space="preserve">the static pad template</doc>
|
28604
|
+
<type name="StaticPadTemplate" c:type="GstStaticPadTemplate*"/>
|
28605
|
+
</parameter>
|
28606
|
+
<parameter name="pad_type" transfer-ownership="none">
|
28607
|
+
<doc xml:space="preserve">The #GType of the pad to create</doc>
|
28608
|
+
<type name="GType" c:type="GType"/>
|
28609
|
+
</parameter>
|
28610
|
+
</parameters>
|
28611
|
+
</constructor>
|
28612
|
+
<constructor name="new_with_gtype"
|
28613
|
+
c:identifier="gst_pad_template_new_with_gtype"
|
28614
|
+
version="1.14">
|
28615
|
+
<doc xml:space="preserve">Creates a new pad template with a name according to the given template
|
28070
28616
|
and with the given arguments.</doc>
|
28071
28617
|
<return-value transfer-ownership="none">
|
28072
28618
|
<doc xml:space="preserve">a new #GstPadTemplate.</doc>
|
@@ -28089,6 +28635,10 @@ and with the given arguments.</doc>
|
|
28089
28635
|
<doc xml:space="preserve">a #GstCaps set for the template.</doc>
|
28090
28636
|
<type name="Caps" c:type="GstCaps*"/>
|
28091
28637
|
</parameter>
|
28638
|
+
<parameter name="pad_type" transfer-ownership="none">
|
28639
|
+
<doc xml:space="preserve">The #GType of the pad to create</doc>
|
28640
|
+
<type name="GType" c:type="GType"/>
|
28641
|
+
</parameter>
|
28092
28642
|
</parameters>
|
28093
28643
|
</constructor>
|
28094
28644
|
<virtual-method name="pad_created" invoker="pad_created">
|
@@ -28151,6 +28701,14 @@ Unref after usage.</doc>
|
|
28151
28701
|
<doc xml:space="preserve">The direction of the pad described by the pad template.</doc>
|
28152
28702
|
<type name="PadDirection"/>
|
28153
28703
|
</property>
|
28704
|
+
<property name="gtype"
|
28705
|
+
version="1.14"
|
28706
|
+
writable="1"
|
28707
|
+
construct-only="1"
|
28708
|
+
transfer-ownership="none">
|
28709
|
+
<doc xml:space="preserve">The type of the pad described by the pad template.</doc>
|
28710
|
+
<type name="GType" c:type="GType"/>
|
28711
|
+
</property>
|
28154
28712
|
<property name="name-template"
|
28155
28713
|
writable="1"
|
28156
28714
|
construct-only="1"
|
@@ -28180,11 +28738,18 @@ Unref after usage.</doc>
|
|
28180
28738
|
<field name="caps">
|
28181
28739
|
<type name="Caps" c:type="GstCaps*"/>
|
28182
28740
|
</field>
|
28183
|
-
<
|
28184
|
-
<
|
28185
|
-
<
|
28186
|
-
|
28187
|
-
|
28741
|
+
<union name="ABI" c:type="ABI">
|
28742
|
+
<field name="_gst_reserved" writable="1">
|
28743
|
+
<array zero-terminated="0" c:type="gpointer" fixed-size="4">
|
28744
|
+
<type name="gpointer" c:type="gpointer"/>
|
28745
|
+
</array>
|
28746
|
+
</field>
|
28747
|
+
<record name="abi" c:type="abi">
|
28748
|
+
<field name="gtype" writable="1">
|
28749
|
+
<type name="GType" c:type="GType"/>
|
28750
|
+
</field>
|
28751
|
+
</record>
|
28752
|
+
</union>
|
28188
28753
|
<glib:signal name="pad-created" when="last">
|
28189
28754
|
<doc xml:space="preserve">This signal is fired when an element creates a pad from this template.</doc>
|
28190
28755
|
<return-value transfer-ownership="none">
|
@@ -28355,15 +28920,15 @@ for re-use.</doc>
|
|
28355
28920
|
gst_parse_launchv_full().
|
28356
28921
|
|
28357
28922
|
Free-function: gst_parse_context_free</doc>
|
28358
|
-
<return-value transfer-ownership="full">
|
28359
|
-
<doc xml:space="preserve">a newly-allocated parse context. Free
|
28360
|
-
gst_parse_context_free() when no longer needed.</doc>
|
28923
|
+
<return-value transfer-ownership="full" nullable="1">
|
28924
|
+
<doc xml:space="preserve">a newly-allocated parse context. Free
|
28925
|
+
with gst_parse_context_free() when no longer needed.</doc>
|
28361
28926
|
<type name="ParseContext" c:type="GstParseContext*"/>
|
28362
28927
|
</return-value>
|
28363
28928
|
</constructor>
|
28364
28929
|
<method name="copy" c:identifier="gst_parse_context_copy">
|
28365
28930
|
<doc xml:space="preserve">Copies the @context.</doc>
|
28366
|
-
<return-value transfer-ownership="full">
|
28931
|
+
<return-value transfer-ownership="full" nullable="1">
|
28367
28932
|
<doc xml:space="preserve">A copied #GstParseContext</doc>
|
28368
28933
|
<type name="ParseContext" c:type="GstParseContext*"/>
|
28369
28934
|
</return-value>
|
@@ -28391,7 +28956,7 @@ Free-function: gst_parse_context_free</doc>
|
|
28391
28956
|
<doc xml:space="preserve">Retrieve missing elements from a previous run of gst_parse_launch_full()
|
28392
28957
|
or gst_parse_launchv_full(). Will only return results if an error code
|
28393
28958
|
of %GST_PARSE_ERROR_NO_SUCH_ELEMENT was returned.</doc>
|
28394
|
-
<return-value transfer-ownership="full">
|
28959
|
+
<return-value transfer-ownership="full" nullable="1">
|
28395
28960
|
<doc xml:space="preserve">a
|
28396
28961
|
%NULL-terminated array of element factory name strings of missing
|
28397
28962
|
elements. Free with g_strfreev() when no longer needed.</doc>
|
@@ -28948,8 +29513,9 @@ into memory.</doc>
|
|
28948
29513
|
</function>
|
28949
29514
|
<function name="load_by_name" c:identifier="gst_plugin_load_by_name">
|
28950
29515
|
<doc xml:space="preserve">Load the named plugin. Refs the plugin.</doc>
|
28951
|
-
<return-value transfer-ownership="full">
|
28952
|
-
<doc xml:space="preserve">a reference to a loaded plugin, or
|
29516
|
+
<return-value transfer-ownership="full" nullable="1">
|
29517
|
+
<doc xml:space="preserve">a reference to a loaded plugin, or
|
29518
|
+
%NULL on error.</doc>
|
28953
29519
|
<type name="Plugin" c:type="GstPlugin*"/>
|
28954
29520
|
</return-value>
|
28955
29521
|
<parameters>
|
@@ -28971,7 +29537,7 @@ reference to the newly-loaded GstPlugin, or %NULL if an error occurred.</doc>
|
|
28971
29537
|
<parameters>
|
28972
29538
|
<parameter name="filename" transfer-ownership="none">
|
28973
29539
|
<doc xml:space="preserve">the plugin filename to load</doc>
|
28974
|
-
<type name="
|
29540
|
+
<type name="filename" c:type="const gchar*"/>
|
28975
29541
|
</parameter>
|
28976
29542
|
</parameters>
|
28977
29543
|
</function>
|
@@ -29136,7 +29702,9 @@ codec libraries are currently installed.</doc>
|
|
29136
29702
|
or %NULL. Environment variable names may be followed by a path component
|
29137
29703
|
which will be added to the content of the environment variable, e.g.
|
29138
29704
|
"HOME/.mystuff/plugins".</doc>
|
29139
|
-
<
|
29705
|
+
<array c:type="gchar**">
|
29706
|
+
<type name="utf8" c:type="gchar*"/>
|
29707
|
+
</array>
|
29140
29708
|
</parameter>
|
29141
29709
|
<parameter name="paths"
|
29142
29710
|
transfer-ownership="none"
|
@@ -29144,7 +29712,9 @@ codec libraries are currently installed.</doc>
|
|
29144
29712
|
allow-none="1">
|
29145
29713
|
<doc xml:space="preserve">%NULL-terminated array of directories/paths where dependent files
|
29146
29714
|
may be, or %NULL.</doc>
|
29147
|
-
<
|
29715
|
+
<array c:type="gchar**">
|
29716
|
+
<type name="utf8" c:type="gchar*"/>
|
29717
|
+
</array>
|
29148
29718
|
</parameter>
|
29149
29719
|
<parameter name="names"
|
29150
29720
|
transfer-ownership="none"
|
@@ -29154,7 +29724,9 @@ codec libraries are currently installed.</doc>
|
|
29154
29724
|
depending on @flags) to be used in combination with the paths from
|
29155
29725
|
@paths and/or the paths extracted from the environment variables in
|
29156
29726
|
@env_vars, or %NULL.</doc>
|
29157
|
-
<
|
29727
|
+
<array c:type="gchar**">
|
29728
|
+
<type name="utf8" c:type="gchar*"/>
|
29729
|
+
</array>
|
29158
29730
|
</parameter>
|
29159
29731
|
<parameter name="flags" transfer-ownership="none">
|
29160
29732
|
<doc xml:space="preserve">optional flags, or #GST_PLUGIN_DEPENDENCY_FLAG_NONE</doc>
|
@@ -29251,7 +29823,7 @@ stored. This is the case when the registry is getting rebuilt.</doc>
|
|
29251
29823
|
<doc xml:space="preserve">get the filename of the plugin</doc>
|
29252
29824
|
<return-value transfer-ownership="none">
|
29253
29825
|
<doc xml:space="preserve">the filename of the plugin</doc>
|
29254
|
-
<type name="
|
29826
|
+
<type name="filename" c:type="const gchar*"/>
|
29255
29827
|
</return-value>
|
29256
29828
|
<parameters>
|
29257
29829
|
<instance-parameter name="plugin" transfer-ownership="none">
|
@@ -29384,8 +29956,9 @@ loaded_plugin = gst_plugin_load (plugin);
|
|
29384
29956
|
gst_object_unref (plugin);
|
29385
29957
|
plugin = loaded_plugin;
|
29386
29958
|
]|</doc>
|
29387
|
-
<return-value transfer-ownership="full">
|
29388
|
-
<doc xml:space="preserve">a reference to a loaded plugin, or
|
29959
|
+
<return-value transfer-ownership="full" nullable="1">
|
29960
|
+
<doc xml:space="preserve">a reference to a loaded plugin, or
|
29961
|
+
%NULL on error.</doc>
|
29389
29962
|
<type name="Plugin" c:type="GstPlugin*"/>
|
29390
29963
|
</return-value>
|
29391
29964
|
<parameters>
|
@@ -29460,6 +30033,14 @@ The cache is flushed every time the registry is rebuilt.</doc>
|
|
29460
30033
|
filename argument as filter prefix and check all matching files in
|
29461
30034
|
the directory. Since 1.8.</doc>
|
29462
30035
|
</member>
|
30036
|
+
<member name="paths_are_relative_to_exe"
|
30037
|
+
value="16"
|
30038
|
+
c:identifier="GST_PLUGIN_DEPENDENCY_FLAG_PATHS_ARE_RELATIVE_TO_EXE"
|
30039
|
+
glib:nick="paths-are-relative-to-exe">
|
30040
|
+
<doc xml:space="preserve">interpret
|
30041
|
+
non-absolute paths as relative to the main executable directory. Since
|
30042
|
+
1.14.</doc>
|
30043
|
+
</member>
|
29463
30044
|
</bitfield>
|
29464
30045
|
<record name="PluginDesc" c:type="GstPluginDesc">
|
29465
30046
|
<doc xml:space="preserve">A plugin should export a variable of this type called plugin_desc. The plugin
|
@@ -30315,7 +30896,7 @@ application.</doc>
|
|
30315
30896
|
<return-value transfer-ownership="none" nullable="1">
|
30316
30897
|
<doc xml:space="preserve">the directory or %NULL, don't free or modify
|
30317
30898
|
the string</doc>
|
30318
|
-
<type name="
|
30899
|
+
<type name="filename" c:type="const gchar*"/>
|
30319
30900
|
</return-value>
|
30320
30901
|
</function>
|
30321
30902
|
<function name="set_app_dir" c:identifier="gst_preset_set_app_dir">
|
@@ -30329,7 +30910,7 @@ system presets.</doc>
|
|
30329
30910
|
<parameters>
|
30330
30911
|
<parameter name="app_dir" transfer-ownership="none">
|
30331
30912
|
<doc xml:space="preserve">the application specific preset dir</doc>
|
30332
|
-
<type name="
|
30913
|
+
<type name="filename" c:type="const gchar*"/>
|
30333
30914
|
</parameter>
|
30334
30915
|
</parameters>
|
30335
30916
|
</function>
|
@@ -30904,6 +31485,246 @@ application of the status of asynchronous tasks.</doc>
|
|
30904
31485
|
posted on the bus.</doc>
|
30905
31486
|
</member>
|
30906
31487
|
</enumeration>
|
31488
|
+
<record name="Promise"
|
31489
|
+
c:type="GstPromise"
|
31490
|
+
version="1.14"
|
31491
|
+
glib:type-name="GstPromise"
|
31492
|
+
glib:get-type="gst_promise_get_type"
|
31493
|
+
c:symbol-prefix="promise">
|
31494
|
+
<doc xml:space="preserve">The #GstPromise object implements the container for values that may
|
31495
|
+
be available later. i.e. a Future or a Promise in
|
31496
|
+
<ulink url="https://en.wikipedia.org/wiki/Futures_and_promises">https://en.wikipedia.org/wiki/Futures_and_promises</ulink>
|
31497
|
+
As with all Future/Promise-like functionality, there is the concept of the
|
31498
|
+
producer of the value and the consumer of the value.
|
31499
|
+
|
31500
|
+
A #GstPromise is created with gst_promise_new() by the consumer and passed
|
31501
|
+
to the producer to avoid thread safety issues with the change callback.
|
31502
|
+
A #GstPromise can be replied to with a value (or an error) by the producer
|
31503
|
+
with gst_promise_reply(). gst_promise_interrupt() is for the consumer to
|
31504
|
+
indicate to the producer that the value is not needed anymore and producing
|
31505
|
+
that value can stop. The @GST_PROMISE_RESULT_EXPIRED state set by a call
|
31506
|
+
to gst_promise_expire() indicates to the consumer that a value will never
|
31507
|
+
be produced and is intended to be called by a third party that implements
|
31508
|
+
some notion of message handling such as #GstBus.
|
31509
|
+
A callback can also be installed at #GstPromise creation for
|
31510
|
+
result changes with gst_promise_new_with_change_func().
|
31511
|
+
The change callback can be used to chain #GstPromises's together as in the
|
31512
|
+
following example.
|
31513
|
+
|[<!-- language="C" -->
|
31514
|
+
const GstStructure *reply;
|
31515
|
+
GstPromise *p;
|
31516
|
+
if (gst_promise_wait (promise) != GST_PROMISE_RESULT_REPLIED)
|
31517
|
+
return; // interrupted or expired value
|
31518
|
+
reply = gst_promise_get_reply (promise);
|
31519
|
+
if (error in reply)
|
31520
|
+
return; // propagate error
|
31521
|
+
p = gst_promise_new_with_change_func (another_promise_change_func, user_data, notify);
|
31522
|
+
pass p to promise-using API
|
31523
|
+
]|
|
31524
|
+
|
31525
|
+
Each #GstPromise starts out with a #GstPromiseResult of
|
31526
|
+
%GST_PROMISE_RESULT_PENDING and only ever transitions once
|
31527
|
+
into one of the other #GstPromiseResult's.
|
31528
|
+
|
31529
|
+
In order to support multi-threaded code, gst_promise_reply(),
|
31530
|
+
gst_promise_interrupt() and gst_promise_expire() may all be from
|
31531
|
+
different threads with some restrictions and the final result of the promise
|
31532
|
+
is whichever call is made first. There are two restrictions on ordering:
|
31533
|
+
|
31534
|
+
1. That gst_promise_reply() and gst_promise_interrupt() cannot be called
|
31535
|
+
after gst_promise_expire()
|
31536
|
+
2. That gst_promise_reply() and gst_promise_interrupt()
|
31537
|
+
cannot be called twice.
|
31538
|
+
|
31539
|
+
The change function set with gst_promise_new_with_change_func() is
|
31540
|
+
called directly from either the gst_promise_reply(),
|
31541
|
+
gst_promise_interrupt() or gst_promise_expire() and can be called
|
31542
|
+
from an arbitrary thread. #GstPromise using APIs can restrict this to
|
31543
|
+
a single thread or a subset of threads but that is entirely up to the API
|
31544
|
+
that uses #GstPromise.</doc>
|
31545
|
+
<field name="parent" writable="1">
|
31546
|
+
<doc xml:space="preserve">parent #GstMiniObject</doc>
|
31547
|
+
<type name="MiniObject" c:type="GstMiniObject"/>
|
31548
|
+
</field>
|
31549
|
+
<constructor name="new" c:identifier="gst_promise_new" version="1.14">
|
31550
|
+
<return-value transfer-ownership="full">
|
31551
|
+
<doc xml:space="preserve">a new #GstPromise</doc>
|
31552
|
+
<type name="Promise" c:type="GstPromise*"/>
|
31553
|
+
</return-value>
|
31554
|
+
</constructor>
|
31555
|
+
<constructor name="new_with_change_func"
|
31556
|
+
c:identifier="gst_promise_new_with_change_func"
|
31557
|
+
version="1.14">
|
31558
|
+
<doc xml:space="preserve">@func will be called exactly once when transitioning out of
|
31559
|
+
%GST_PROMISE_RESULT_PENDING into any of the other #GstPromiseResult
|
31560
|
+
states.</doc>
|
31561
|
+
<return-value transfer-ownership="full">
|
31562
|
+
<doc xml:space="preserve">a new #GstPromise</doc>
|
31563
|
+
<type name="Promise" c:type="GstPromise*"/>
|
31564
|
+
</return-value>
|
31565
|
+
<parameters>
|
31566
|
+
<parameter name="func"
|
31567
|
+
transfer-ownership="none"
|
31568
|
+
scope="notified"
|
31569
|
+
closure="1"
|
31570
|
+
destroy="2">
|
31571
|
+
<doc xml:space="preserve">a #GstPromiseChangeFunc to call</doc>
|
31572
|
+
<type name="PromiseChangeFunc" c:type="GstPromiseChangeFunc"/>
|
31573
|
+
</parameter>
|
31574
|
+
<parameter name="user_data"
|
31575
|
+
transfer-ownership="none"
|
31576
|
+
nullable="1"
|
31577
|
+
allow-none="1">
|
31578
|
+
<doc xml:space="preserve">argument to call @func with</doc>
|
31579
|
+
<type name="gpointer" c:type="gpointer"/>
|
31580
|
+
</parameter>
|
31581
|
+
<parameter name="notify" transfer-ownership="none" scope="async">
|
31582
|
+
<doc xml:space="preserve">notification function that @user_data is no longer needed</doc>
|
31583
|
+
<type name="GLib.DestroyNotify" c:type="GDestroyNotify"/>
|
31584
|
+
</parameter>
|
31585
|
+
</parameters>
|
31586
|
+
</constructor>
|
31587
|
+
<method name="expire" c:identifier="gst_promise_expire" version="1.14">
|
31588
|
+
<doc xml:space="preserve">Expire a @promise. This will wake up any waiters with
|
31589
|
+
%GST_PROMISE_RESULT_EXPIRED. Called by a message loop when the parent
|
31590
|
+
message is handled and/or destroyed (possibly unanswered).</doc>
|
31591
|
+
<return-value transfer-ownership="none">
|
31592
|
+
<type name="none" c:type="void"/>
|
31593
|
+
</return-value>
|
31594
|
+
<parameters>
|
31595
|
+
<instance-parameter name="promise" transfer-ownership="none">
|
31596
|
+
<doc xml:space="preserve">a #GstPromise</doc>
|
31597
|
+
<type name="Promise" c:type="GstPromise*"/>
|
31598
|
+
</instance-parameter>
|
31599
|
+
</parameters>
|
31600
|
+
</method>
|
31601
|
+
<method name="get_reply"
|
31602
|
+
c:identifier="gst_promise_get_reply"
|
31603
|
+
version="1.14">
|
31604
|
+
<doc xml:space="preserve">Retrieve the reply set on @promise. @promise must be in
|
31605
|
+
%GST_PROMISE_RESULT_REPLIED and the returned structure is owned by @promise</doc>
|
31606
|
+
<return-value transfer-ownership="none">
|
31607
|
+
<doc xml:space="preserve">The reply set on @promise</doc>
|
31608
|
+
<type name="Structure" c:type="const GstStructure*"/>
|
31609
|
+
</return-value>
|
31610
|
+
<parameters>
|
31611
|
+
<instance-parameter name="promise" transfer-ownership="none">
|
31612
|
+
<doc xml:space="preserve">a #GstPromise</doc>
|
31613
|
+
<type name="Promise" c:type="GstPromise*"/>
|
31614
|
+
</instance-parameter>
|
31615
|
+
</parameters>
|
31616
|
+
</method>
|
31617
|
+
<method name="interrupt"
|
31618
|
+
c:identifier="gst_promise_interrupt"
|
31619
|
+
version="1.14">
|
31620
|
+
<doc xml:space="preserve">Interrupt waiting for a @promise. This will wake up any waiters with
|
31621
|
+
%GST_PROMISE_RESULT_INTERRUPTED. Called when the consumer does not want
|
31622
|
+
the value produced anymore.</doc>
|
31623
|
+
<return-value transfer-ownership="none">
|
31624
|
+
<type name="none" c:type="void"/>
|
31625
|
+
</return-value>
|
31626
|
+
<parameters>
|
31627
|
+
<instance-parameter name="promise" transfer-ownership="none">
|
31628
|
+
<doc xml:space="preserve">a #GstPromise</doc>
|
31629
|
+
<type name="Promise" c:type="GstPromise*"/>
|
31630
|
+
</instance-parameter>
|
31631
|
+
</parameters>
|
31632
|
+
</method>
|
31633
|
+
<method name="reply" c:identifier="gst_promise_reply" version="1.14">
|
31634
|
+
<doc xml:space="preserve">Set a reply on @promise. This will wake up any waiters with
|
31635
|
+
%GST_PROMISE_RESULT_REPLIED. Called by the producer of the value to
|
31636
|
+
indicate success (or failure).
|
31637
|
+
|
31638
|
+
If @promise has already been interrupted by the consumer, then this reply
|
31639
|
+
is not visible to the consumer.</doc>
|
31640
|
+
<return-value transfer-ownership="none">
|
31641
|
+
<type name="none" c:type="void"/>
|
31642
|
+
</return-value>
|
31643
|
+
<parameters>
|
31644
|
+
<instance-parameter name="promise"
|
31645
|
+
transfer-ownership="none"
|
31646
|
+
nullable="1"
|
31647
|
+
allow-none="1">
|
31648
|
+
<doc xml:space="preserve">a #GstPromise</doc>
|
31649
|
+
<type name="Promise" c:type="GstPromise*"/>
|
31650
|
+
</instance-parameter>
|
31651
|
+
<parameter name="s" transfer-ownership="full">
|
31652
|
+
<doc xml:space="preserve">a #GstStructure with the the reply contents</doc>
|
31653
|
+
<type name="Structure" c:type="GstStructure*"/>
|
31654
|
+
</parameter>
|
31655
|
+
</parameters>
|
31656
|
+
</method>
|
31657
|
+
<method name="wait" c:identifier="gst_promise_wait" version="1.14">
|
31658
|
+
<doc xml:space="preserve">Wait for @promise to move out of the %GST_PROMISE_RESULT_PENDING state.
|
31659
|
+
If @promise is not in %GST_PROMISE_RESULT_PENDING then it will return
|
31660
|
+
immediately with the current result.</doc>
|
31661
|
+
<return-value transfer-ownership="none">
|
31662
|
+
<doc xml:space="preserve">the result of the promise</doc>
|
31663
|
+
<type name="PromiseResult" c:type="GstPromiseResult"/>
|
31664
|
+
</return-value>
|
31665
|
+
<parameters>
|
31666
|
+
<instance-parameter name="promise" transfer-ownership="none">
|
31667
|
+
<doc xml:space="preserve">a #GstPromise</doc>
|
31668
|
+
<type name="Promise" c:type="GstPromise*"/>
|
31669
|
+
</instance-parameter>
|
31670
|
+
</parameters>
|
31671
|
+
</method>
|
31672
|
+
</record>
|
31673
|
+
<callback name="PromiseChangeFunc"
|
31674
|
+
c:type="GstPromiseChangeFunc"
|
31675
|
+
version="1.14">
|
31676
|
+
<return-value transfer-ownership="none">
|
31677
|
+
<type name="none" c:type="void"/>
|
31678
|
+
</return-value>
|
31679
|
+
<parameters>
|
31680
|
+
<parameter name="promise" transfer-ownership="none">
|
31681
|
+
<doc xml:space="preserve">a #GstPromise</doc>
|
31682
|
+
<type name="Promise" c:type="GstPromise*"/>
|
31683
|
+
</parameter>
|
31684
|
+
<parameter name="user_data"
|
31685
|
+
transfer-ownership="none"
|
31686
|
+
nullable="1"
|
31687
|
+
allow-none="1"
|
31688
|
+
closure="1">
|
31689
|
+
<doc xml:space="preserve">user data</doc>
|
31690
|
+
<type name="gpointer" c:type="gpointer"/>
|
31691
|
+
</parameter>
|
31692
|
+
</parameters>
|
31693
|
+
</callback>
|
31694
|
+
<enumeration name="PromiseResult"
|
31695
|
+
version="1.14"
|
31696
|
+
glib:type-name="GstPromiseResult"
|
31697
|
+
glib:get-type="gst_promise_result_get_type"
|
31698
|
+
c:type="GstPromiseResult">
|
31699
|
+
<doc xml:space="preserve">The result of a #GstPromise</doc>
|
31700
|
+
<member name="pending"
|
31701
|
+
value="0"
|
31702
|
+
c:identifier="GST_PROMISE_RESULT_PENDING"
|
31703
|
+
glib:nick="pending">
|
31704
|
+
<doc xml:space="preserve">Initial state. Waiting for transition to any
|
31705
|
+
other state.</doc>
|
31706
|
+
</member>
|
31707
|
+
<member name="interrupted"
|
31708
|
+
value="1"
|
31709
|
+
c:identifier="GST_PROMISE_RESULT_INTERRUPTED"
|
31710
|
+
glib:nick="interrupted">
|
31711
|
+
<doc xml:space="preserve">Interrupted by the consumer as it doesn't
|
31712
|
+
want the value anymore.</doc>
|
31713
|
+
</member>
|
31714
|
+
<member name="replied"
|
31715
|
+
value="2"
|
31716
|
+
c:identifier="GST_PROMISE_RESULT_REPLIED"
|
31717
|
+
glib:nick="replied">
|
31718
|
+
<doc xml:space="preserve">A producer marked a reply</doc>
|
31719
|
+
</member>
|
31720
|
+
<member name="expired"
|
31721
|
+
value="3"
|
31722
|
+
c:identifier="GST_PROMISE_RESULT_EXPIRED"
|
31723
|
+
glib:nick="expired">
|
31724
|
+
<doc xml:space="preserve">The promise expired (the carrying object
|
31725
|
+
lost all refs) and the promise will never be fulfilled.</doc>
|
31726
|
+
</member>
|
31727
|
+
</enumeration>
|
30907
31728
|
<record name="ProtectionMeta" c:type="GstProtectionMeta" version="1.6">
|
30908
31729
|
<doc xml:space="preserve">Metadata type that holds information about a sample from a protection-protected
|
30909
31730
|
track, including the information needed to decrypt it (if it is encrypted).</doc>
|
@@ -31279,7 +32100,7 @@ Free-function: gst_query_unref()</doc>
|
|
31279
32100
|
when done with it.
|
31280
32101
|
|
31281
32102
|
Free-function: gst_query_unref()</doc>
|
31282
|
-
<return-value transfer-ownership="full">
|
32103
|
+
<return-value transfer-ownership="full" nullable="1">
|
31283
32104
|
<doc xml:space="preserve">a new #GstQuery</doc>
|
31284
32105
|
<type name="Query" c:type="GstQuery*"/>
|
31285
32106
|
</return-value>
|
@@ -31650,10 +32471,10 @@ scheduling mode array of the query's structure.</doc>
|
|
31650
32471
|
</method>
|
31651
32472
|
<method name="get_structure" c:identifier="gst_query_get_structure">
|
31652
32473
|
<doc xml:space="preserve">Get the structure of a query.</doc>
|
31653
|
-
<return-value transfer-ownership="none">
|
31654
|
-
<doc xml:space="preserve">the #GstStructure of the query. The
|
31655
|
-
still owned by the query and will therefore be freed when the
|
31656
|
-
is unreffed.</doc>
|
32474
|
+
<return-value transfer-ownership="none" nullable="1">
|
32475
|
+
<doc xml:space="preserve">the #GstStructure of the query. The
|
32476
|
+
structure is still owned by the query and will therefore be freed when the
|
32477
|
+
query is unreffed.</doc>
|
31657
32478
|
<type name="Structure" c:type="const GstStructure*"/>
|
31658
32479
|
</return-value>
|
31659
32480
|
<parameters>
|
@@ -31743,7 +32564,12 @@ valid.</doc>
|
|
31743
32564
|
<doc xml:space="preserve">a GST_QUERY_ACCEPT_CAPS type query #GstQuery</doc>
|
31744
32565
|
<type name="Query" c:type="GstQuery*"/>
|
31745
32566
|
</instance-parameter>
|
31746
|
-
<parameter name="result"
|
32567
|
+
<parameter name="result"
|
32568
|
+
direction="out"
|
32569
|
+
caller-allocates="0"
|
32570
|
+
transfer-ownership="full"
|
32571
|
+
optional="1"
|
32572
|
+
allow-none="1">
|
31747
32573
|
<doc xml:space="preserve">location for the result</doc>
|
31748
32574
|
<type name="gboolean" c:type="gboolean*"/>
|
31749
32575
|
</parameter>
|
@@ -32320,10 +33146,7 @@ set to GST_FORMAT_UNDEFINED.</doc>
|
|
32320
33146
|
<doc xml:space="preserve">a #GstQuery</doc>
|
32321
33147
|
<type name="Query" c:type="GstQuery*"/>
|
32322
33148
|
</instance-parameter>
|
32323
|
-
<parameter name="nth"
|
32324
|
-
direction="out"
|
32325
|
-
caller-allocates="0"
|
32326
|
-
transfer-ownership="full">
|
33149
|
+
<parameter name="nth" transfer-ownership="none">
|
32327
33150
|
<doc xml:space="preserve">the nth format to retrieve.</doc>
|
32328
33151
|
<type name="guint" c:type="guint"/>
|
32329
33152
|
</parameter>
|
@@ -32977,7 +33800,7 @@ at @index of the allocator array.</doc>
|
|
32977
33800
|
<type name="BufferPool" c:type="GstBufferPool*"/>
|
32978
33801
|
</parameter>
|
32979
33802
|
<parameter name="size" transfer-ownership="none">
|
32980
|
-
<doc xml:space="preserve">the size</doc>
|
33803
|
+
<doc xml:space="preserve">the buffer size</doc>
|
32981
33804
|
<type name="guint" c:type="guint"/>
|
32982
33805
|
</parameter>
|
32983
33806
|
<parameter name="min_buffers" transfer-ownership="none">
|
@@ -33398,6 +34221,45 @@ These constants serve as a rough guidance for defining the rank of a
|
|
33398
34221
|
<doc xml:space="preserve">will be chosen first</doc>
|
33399
34222
|
</member>
|
33400
34223
|
</enumeration>
|
34224
|
+
<record name="ReferenceTimestampMeta"
|
34225
|
+
c:type="GstReferenceTimestampMeta"
|
34226
|
+
version="1.14">
|
34227
|
+
<doc xml:space="preserve">#GstReferenceTimestampMeta can be used to attach alternative timestamps and
|
34228
|
+
possibly durations to a #GstBuffer. These are generally not according to
|
34229
|
+
the pipeline clock and could be e.g. the NTP timestamp when the media was
|
34230
|
+
captured.
|
34231
|
+
|
34232
|
+
The reference is stored as a #GstCaps in @reference. Examples of valid
|
34233
|
+
references would be "timestamp/x-drivername-stream" for timestamps that are locally
|
34234
|
+
generated by some driver named "drivername" when generating the stream,
|
34235
|
+
e.g. based on a frame counter, or "timestamp/x-ntp, host=pool.ntp.org,
|
34236
|
+
port=123" for timestamps based on a specific NTP server.</doc>
|
34237
|
+
<field name="parent" writable="1">
|
34238
|
+
<doc xml:space="preserve">the parent #GstMeta structure</doc>
|
34239
|
+
<type name="Meta" c:type="GstMeta"/>
|
34240
|
+
</field>
|
34241
|
+
<field name="reference" writable="1">
|
34242
|
+
<doc xml:space="preserve">identifier for the timestamp reference.</doc>
|
34243
|
+
<type name="Caps" c:type="GstCaps*"/>
|
34244
|
+
</field>
|
34245
|
+
<field name="timestamp" writable="1">
|
34246
|
+
<doc xml:space="preserve">timestamp</doc>
|
34247
|
+
<type name="ClockTime" c:type="GstClockTime"/>
|
34248
|
+
</field>
|
34249
|
+
<field name="duration" writable="1">
|
34250
|
+
<doc xml:space="preserve">duration, or %GST_CLOCK_TIME_NONE</doc>
|
34251
|
+
<type name="ClockTime" c:type="GstClockTime"/>
|
34252
|
+
</field>
|
34253
|
+
<function name="get_info"
|
34254
|
+
c:identifier="gst_reference_timestamp_meta_get_info"
|
34255
|
+
version="1.14">
|
34256
|
+
<doc xml:space="preserve">Get the global #GstMetaInfo describing the #GstReferenceTimestampMeta meta.</doc>
|
34257
|
+
<return-value transfer-ownership="none">
|
34258
|
+
<doc xml:space="preserve">The #GstMetaInfo</doc>
|
34259
|
+
<type name="MetaInfo" c:type="const GstMetaInfo*"/>
|
34260
|
+
</return-value>
|
34261
|
+
</function>
|
34262
|
+
</record>
|
33401
34263
|
<class name="Registry"
|
33402
34264
|
c:symbol-prefix="registry"
|
33403
34265
|
c:type="GstRegistry"
|
@@ -33503,7 +34365,9 @@ initialized.</doc>
|
|
33503
34365
|
</function>
|
33504
34366
|
<method name="add_feature" c:identifier="gst_registry_add_feature">
|
33505
34367
|
<doc xml:space="preserve">Add the feature to the registry. The feature-added signal will be emitted.
|
33506
|
-
|
34368
|
+
|
34369
|
+
@feature's reference count will be incremented, and any floating
|
34370
|
+
reference will be removed (see gst_object_ref_sink())</doc>
|
33507
34371
|
<return-value transfer-ownership="none">
|
33508
34372
|
<doc xml:space="preserve">%TRUE on success.
|
33509
34373
|
|
@@ -33515,7 +34379,7 @@ MT safe.</doc>
|
|
33515
34379
|
<doc xml:space="preserve">the registry to add the plugin to</doc>
|
33516
34380
|
<type name="Registry" c:type="GstRegistry*"/>
|
33517
34381
|
</instance-parameter>
|
33518
|
-
<parameter name="feature" transfer-ownership="
|
34382
|
+
<parameter name="feature" transfer-ownership="none">
|
33519
34383
|
<doc xml:space="preserve">the feature to add</doc>
|
33520
34384
|
<type name="PluginFeature" c:type="GstPluginFeature*"/>
|
33521
34385
|
</parameter>
|
@@ -33523,7 +34387,9 @@ MT safe.</doc>
|
|
33523
34387
|
</method>
|
33524
34388
|
<method name="add_plugin" c:identifier="gst_registry_add_plugin">
|
33525
34389
|
<doc xml:space="preserve">Add the plugin to the registry. The plugin-added signal will be emitted.
|
33526
|
-
|
34390
|
+
|
34391
|
+
@plugin's reference count will be incremented, and any floating
|
34392
|
+
reference will be removed (see gst_object_ref_sink())</doc>
|
33527
34393
|
<return-value transfer-ownership="none">
|
33528
34394
|
<doc xml:space="preserve">%TRUE on success.
|
33529
34395
|
|
@@ -33535,7 +34401,7 @@ MT safe.</doc>
|
|
33535
34401
|
<doc xml:space="preserve">the registry to add the plugin to</doc>
|
33536
34402
|
<type name="Registry" c:type="GstRegistry*"/>
|
33537
34403
|
</instance-parameter>
|
33538
|
-
<parameter name="plugin" transfer-ownership="
|
34404
|
+
<parameter name="plugin" transfer-ownership="none">
|
33539
34405
|
<doc xml:space="preserve">the plugin to add</doc>
|
33540
34406
|
<type name="Plugin" c:type="GstPlugin*"/>
|
33541
34407
|
</parameter>
|
@@ -33868,7 +34734,7 @@ path is specific to the registry.</doc>
|
|
33868
34734
|
</instance-parameter>
|
33869
34735
|
<parameter name="path" transfer-ownership="none">
|
33870
34736
|
<doc xml:space="preserve">the path to scan</doc>
|
33871
|
-
<type name="
|
34737
|
+
<type name="filename" c:type="const gchar*"/>
|
33872
34738
|
</parameter>
|
33873
34739
|
</parameters>
|
33874
34740
|
</method>
|
@@ -34041,6 +34907,16 @@ to pretty-print #GstSegment structures.
|
|
34041
34907
|
This can only be used on pointers to GstSegment structures.</doc>
|
34042
34908
|
<type name="utf8" c:type="gchar*"/>
|
34043
34909
|
</constant>
|
34910
|
+
<constant name="SEQNUM_INVALID"
|
34911
|
+
value="0"
|
34912
|
+
c:type="GST_SEQNUM_INVALID"
|
34913
|
+
version="1.14">
|
34914
|
+
<doc xml:space="preserve">A value which is guaranteed to never be returned by
|
34915
|
+
gst_util_seqnum_next().
|
34916
|
+
|
34917
|
+
Can be used as a default value in variables used to store seqnum.</doc>
|
34918
|
+
<type name="gint" c:type="gint"/>
|
34919
|
+
</constant>
|
34044
34920
|
<constant name="STIME_FORMAT"
|
34045
34921
|
value="c%"
|
34046
34922
|
c:type="GST_STIME_FORMAT"
|
@@ -34154,7 +35030,7 @@ Free-function: gst_sample_unref</doc>
|
|
34154
35030
|
</method>
|
34155
35031
|
<method name="get_info" c:identifier="gst_sample_get_info">
|
34156
35032
|
<doc xml:space="preserve">Get extra information associated with @sample.</doc>
|
34157
|
-
<return-value transfer-ownership="none">
|
35033
|
+
<return-value transfer-ownership="none" nullable="1">
|
34158
35034
|
<doc xml:space="preserve">the extra info of @sample.
|
34159
35035
|
The info remains valid as long as @sample is valid.</doc>
|
34160
35036
|
<type name="Structure" c:type="const GstStructure*"/>
|
@@ -34501,7 +35377,7 @@ info to stream time (which is always between 0 and the duration of the stream).<
|
|
34501
35377
|
<type name="guint64" c:type="guint64"/>
|
34502
35378
|
</field>
|
34503
35379
|
<field name="duration" writable="1">
|
34504
|
-
<doc xml:space="preserve">the duration of the
|
35380
|
+
<doc xml:space="preserve">the duration of the stream</doc>
|
34505
35381
|
<type name="guint64" c:type="guint64"/>
|
34506
35382
|
</field>
|
34507
35383
|
<field name="_gst_reserved" readable="0" private="1">
|
@@ -34922,14 +35798,15 @@ returned, @running_time is -1 or not in @segment.</doc>
|
|
34922
35798
|
</parameter>
|
34923
35799
|
</parameters>
|
34924
35800
|
</method>
|
34925
|
-
<method name="to_position"
|
35801
|
+
<method name="to_position"
|
35802
|
+
c:identifier="gst_segment_to_position"
|
35803
|
+
deprecated="1">
|
34926
35804
|
<doc xml:space="preserve">Convert @running_time into a position in the segment so that
|
34927
35805
|
gst_segment_to_running_time() with that position returns @running_time.</doc>
|
35806
|
+
<doc-deprecated xml:space="preserve">Use gst_segment_position_from_running_time() instead.</doc-deprecated>
|
34928
35807
|
<return-value transfer-ownership="none">
|
34929
35808
|
<doc xml:space="preserve">the position in the segment for @running_time. This function returns
|
34930
|
-
-1 when @running_time is -1 or when it is not inside @segment
|
34931
|
-
|
34932
|
-
Deprecated. Use gst_segment_position_from_running_time() instead.</doc>
|
35809
|
+
-1 when @running_time is -1 or when it is not inside @segment.</doc>
|
34933
35810
|
<type name="guint64" c:type="guint64"/>
|
34934
35811
|
</return-value>
|
34935
35812
|
<parameters>
|
@@ -35299,6 +36176,50 @@ and %GST_STATE_PLAYING &rArr; %GST_STATE_NULL a downwards state change.</doc
|
|
35299
36176
|
* Elements close devices
|
35300
36177
|
* Elements reset any internal state.</doc>
|
35301
36178
|
</member>
|
36179
|
+
<member name="null_to_null"
|
36180
|
+
value="9"
|
36181
|
+
c:identifier="GST_STATE_CHANGE_NULL_TO_NULL"
|
36182
|
+
glib:nick="null-to-null">
|
36183
|
+
<doc xml:space="preserve">state change from NULL to NULL. (Since 1.14)</doc>
|
36184
|
+
</member>
|
36185
|
+
<member name="ready_to_ready"
|
36186
|
+
value="18"
|
36187
|
+
c:identifier="GST_STATE_CHANGE_READY_TO_READY"
|
36188
|
+
glib:nick="ready-to-ready">
|
36189
|
+
<doc xml:space="preserve">state change from READY to READY,
|
36190
|
+
This might happen when going to PAUSED asynchronously failed, in that case
|
36191
|
+
elements should make sure they are in a proper, coherent READY state. (Since 1.14)</doc>
|
36192
|
+
</member>
|
36193
|
+
<member name="paused_to_paused"
|
36194
|
+
value="27"
|
36195
|
+
c:identifier="GST_STATE_CHANGE_PAUSED_TO_PAUSED"
|
36196
|
+
glib:nick="paused-to-paused">
|
36197
|
+
<doc xml:space="preserve">state change from PAUSED to PAUSED.
|
36198
|
+
This might happen when elements were in PLAYING state and 'lost state',
|
36199
|
+
they should make sure to go back to real 'PAUSED' state (prerolling for example). (Since 1.14)</doc>
|
36200
|
+
</member>
|
36201
|
+
<member name="playing_to_playing"
|
36202
|
+
value="36"
|
36203
|
+
c:identifier="GST_STATE_CHANGE_PLAYING_TO_PLAYING"
|
36204
|
+
glib:nick="playing-to-playing">
|
36205
|
+
<doc xml:space="preserve">state change from PLAYING to PLAYING. (Since 1.14)</doc>
|
36206
|
+
</member>
|
36207
|
+
<function name="get_name"
|
36208
|
+
c:identifier="gst_state_change_get_name"
|
36209
|
+
version="1.14">
|
36210
|
+
<doc xml:space="preserve">Gets a string representing the given state transition.</doc>
|
36211
|
+
<return-value transfer-ownership="none">
|
36212
|
+
<doc xml:space="preserve">a string with the name of the state
|
36213
|
+
result.</doc>
|
36214
|
+
<type name="utf8" c:type="const gchar*"/>
|
36215
|
+
</return-value>
|
36216
|
+
<parameters>
|
36217
|
+
<parameter name="transition" transfer-ownership="none">
|
36218
|
+
<doc xml:space="preserve">a #GstStateChange to get the name of.</doc>
|
36219
|
+
<type name="StateChange" c:type="GstStateChange"/>
|
36220
|
+
</parameter>
|
36221
|
+
</parameters>
|
36222
|
+
</function>
|
35302
36223
|
</enumeration>
|
35303
36224
|
<enumeration name="StateChangeReturn"
|
35304
36225
|
glib:type-name="GstStateChangeReturn"
|
@@ -35364,10 +36285,11 @@ instantiate a #GstCaps.</doc>
|
|
35364
36285
|
</method>
|
35365
36286
|
<method name="get" c:identifier="gst_static_caps_get">
|
35366
36287
|
<doc xml:space="preserve">Converts a #GstStaticCaps to a #GstCaps.</doc>
|
35367
|
-
<return-value transfer-ownership="full">
|
35368
|
-
<doc xml:space="preserve">a pointer to the #GstCaps. Unref
|
35369
|
-
Since the core holds an additional ref to the
|
35370
|
-
use gst_caps_make_writable() on the returned caps
|
36288
|
+
<return-value transfer-ownership="full" nullable="1">
|
36289
|
+
<doc xml:space="preserve">a pointer to the #GstCaps. Unref
|
36290
|
+
after usage. Since the core holds an additional ref to the
|
36291
|
+
returned caps, use gst_caps_make_writable() on the returned caps
|
36292
|
+
to modify it.</doc>
|
35371
36293
|
<type name="Caps" c:type="GstCaps*"/>
|
35372
36294
|
</return-value>
|
35373
36295
|
<parameters>
|
@@ -35398,7 +36320,7 @@ instantiate a #GstCaps.</doc>
|
|
35398
36320
|
</field>
|
35399
36321
|
<method name="get" c:identifier="gst_static_pad_template_get">
|
35400
36322
|
<doc xml:space="preserve">Converts a #GstStaticPadTemplate into a #GstPadTemplate.</doc>
|
35401
|
-
<return-value transfer-ownership="
|
36323
|
+
<return-value transfer-ownership="none" nullable="1">
|
35402
36324
|
<doc xml:space="preserve">a new #GstPadTemplate.</doc>
|
35403
36325
|
<type name="PadTemplate" c:type="GstPadTemplate*"/>
|
35404
36326
|
</return-value>
|
@@ -35429,6 +36351,7 @@ on the returned caps to modify it.</doc>
|
|
35429
36351
|
<class name="Stream"
|
35430
36352
|
c:symbol-prefix="stream"
|
35431
36353
|
c:type="GstStream"
|
36354
|
+
version="1.10"
|
35432
36355
|
parent="Object"
|
35433
36356
|
glib:type-name="GstStream"
|
35434
36357
|
glib:get-type="gst_stream_get_type"
|
@@ -35448,7 +36371,7 @@ pertinent to streams of data).</doc>
|
|
35448
36371
|
<constructor name="new" c:identifier="gst_stream_new" version="1.10">
|
35449
36372
|
<doc xml:space="preserve">Create a new #GstStream for the given @stream_id, @caps, @type
|
35450
36373
|
and @flags</doc>
|
35451
|
-
<return-value transfer-ownership="
|
36374
|
+
<return-value transfer-ownership="full">
|
35452
36375
|
<doc xml:space="preserve">The new #GstStream</doc>
|
35453
36376
|
<type name="Stream" c:type="GstStream*"/>
|
35454
36377
|
</return-value>
|
@@ -35661,7 +36584,7 @@ time.</doc>
|
|
35661
36584
|
<doc xml:space="preserve">The #GstTagList of the #GstStream.</doc>
|
35662
36585
|
<type name="TagList"/>
|
35663
36586
|
</property>
|
35664
|
-
<field name="object">
|
36587
|
+
<field name="object" readable="0" private="1">
|
35665
36588
|
<type name="Object" c:type="GstObject"/>
|
35666
36589
|
</field>
|
35667
36590
|
<field name="stream_id">
|
@@ -35719,7 +36642,7 @@ Applications can activate streams from a collection by using the
|
|
35719
36642
|
c:identifier="gst_stream_collection_new"
|
35720
36643
|
version="1.10">
|
35721
36644
|
<doc xml:space="preserve">Create a new #GstStreamCollection.</doc>
|
35722
|
-
<return-value transfer-ownership="
|
36645
|
+
<return-value transfer-ownership="full">
|
35723
36646
|
<doc xml:space="preserve">The new #GstStreamCollection.</doc>
|
35724
36647
|
<type name="StreamCollection" c:type="GstStreamCollection*"/>
|
35725
36648
|
</return-value>
|
@@ -35789,7 +36712,7 @@ Applications can activate streams from a collection by using the
|
|
35789
36712
|
<doc xml:space="preserve">Retrieve the #GstStream with index @index from the collection.
|
35790
36713
|
|
35791
36714
|
The caller should not modify the returned #GstStream</doc>
|
35792
|
-
<return-value transfer-ownership="none">
|
36715
|
+
<return-value transfer-ownership="none" nullable="1">
|
35793
36716
|
<doc xml:space="preserve">A #GstStream</doc>
|
35794
36717
|
<type name="Stream" c:type="GstStream*"/>
|
35795
36718
|
</return-value>
|
@@ -35825,7 +36748,7 @@ The caller should not modify the returned #GstStream</doc>
|
|
35825
36748
|
transfer-ownership="none">
|
35826
36749
|
<type name="utf8" c:type="gchar*"/>
|
35827
36750
|
</property>
|
35828
|
-
<field name="object">
|
36751
|
+
<field name="object" readable="0" private="1">
|
35829
36752
|
<type name="Object" c:type="GstObject"/>
|
35830
36753
|
</field>
|
35831
36754
|
<field name="upstream_id" readable="0" private="1">
|
@@ -36091,6 +37014,7 @@ application of new streaming threads and their status.</doc>
|
|
36091
37014
|
</member>
|
36092
37015
|
</enumeration>
|
36093
37016
|
<bitfield name="StreamType"
|
37017
|
+
version="1.10"
|
36094
37018
|
glib:type-name="GstStreamType"
|
36095
37019
|
glib:get-type="gst_stream_type_get_type"
|
36096
37020
|
c:type="GstStreamType">
|
@@ -36134,7 +37058,7 @@ whether a stream is of a certain type.</doc>
|
|
36134
37058
|
c:identifier="gst_stream_type_get_name"
|
36135
37059
|
version="1.10">
|
36136
37060
|
<doc xml:space="preserve">Get a descriptive string for a given #GstStreamType</doc>
|
36137
|
-
<return-value transfer-ownership="none">
|
37061
|
+
<return-value transfer-ownership="none" nullable="1">
|
36138
37062
|
<doc xml:space="preserve">A string describing the stream type</doc>
|
36139
37063
|
<type name="utf8" c:type="const gchar*"/>
|
36140
37064
|
</return-value>
|
@@ -37157,8 +38081,9 @@ gst_structure_get() for more details.</doc>
|
|
37157
38081
|
</method>
|
37158
38082
|
<method name="get_value" c:identifier="gst_structure_get_value">
|
37159
38083
|
<doc xml:space="preserve">Get the value of the field with name @fieldname.</doc>
|
37160
|
-
<return-value transfer-ownership="none">
|
37161
|
-
<doc xml:space="preserve">the #GValue corresponding to the field with the given
|
38084
|
+
<return-value transfer-ownership="none" nullable="1">
|
38085
|
+
<doc xml:space="preserve">the #GValue corresponding to the field with the given
|
38086
|
+
name.</doc>
|
37162
38087
|
<type name="GObject.Value" c:type="const GValue*"/>
|
37163
38088
|
</return-value>
|
37164
38089
|
<parameters>
|
@@ -37294,9 +38219,9 @@ gst_structure_id_get() for more details.</doc>
|
|
37294
38219
|
</method>
|
37295
38220
|
<method name="id_get_value" c:identifier="gst_structure_id_get_value">
|
37296
38221
|
<doc xml:space="preserve">Get the value of the field with GQuark @field.</doc>
|
37297
|
-
<return-value transfer-ownership="none">
|
37298
|
-
<doc xml:space="preserve">the #GValue corresponding to the field with the given
|
37299
|
-
|
38222
|
+
<return-value transfer-ownership="none" nullable="1">
|
38223
|
+
<doc xml:space="preserve">the #GValue corresponding to the field with the given
|
38224
|
+
name identifier.</doc>
|
37300
38225
|
<type name="GObject.Value" c:type="const GValue*"/>
|
37301
38226
|
</return-value>
|
37302
38227
|
<parameters>
|
@@ -37443,7 +38368,7 @@ value is replaced and freed.</doc>
|
|
37443
38368
|
</method>
|
37444
38369
|
<method name="intersect" c:identifier="gst_structure_intersect">
|
37445
38370
|
<doc xml:space="preserve">Intersects @struct1 and @struct2 and returns the intersection.</doc>
|
37446
|
-
<return-value transfer-ownership="full">
|
38371
|
+
<return-value transfer-ownership="full" nullable="1">
|
37447
38372
|
<doc xml:space="preserve">Intersection of @struct1 and @struct2</doc>
|
37448
38373
|
<type name="Structure" c:type="GstStructure*"/>
|
37449
38374
|
</return-value>
|
@@ -38005,7 +38930,10 @@ MT safe.</doc>
|
|
38005
38930
|
<type name="none" c:type="void"/>
|
38006
38931
|
</return-value>
|
38007
38932
|
<parameters>
|
38008
|
-
<parameter name="new_clock"
|
38933
|
+
<parameter name="new_clock"
|
38934
|
+
transfer-ownership="none"
|
38935
|
+
nullable="1"
|
38936
|
+
allow-none="1">
|
38009
38937
|
<doc xml:space="preserve">a #GstClock</doc>
|
38010
38938
|
<type name="Clock" c:type="GstClock*"/>
|
38011
38939
|
</parameter>
|
@@ -39256,17 +40184,27 @@ into one if multiple values are associated with the tag.</doc>
|
|
39256
40184
|
</parameters>
|
39257
40185
|
</method>
|
39258
40186
|
<method name="get_int64" c:identifier="gst_tag_list_get_int64">
|
40187
|
+
<doc xml:space="preserve">Copies the contents for the given tag into the value, merging multiple values
|
40188
|
+
into one if multiple values are associated with the tag.</doc>
|
39259
40189
|
<return-value transfer-ownership="none">
|
40190
|
+
<doc xml:space="preserve">%TRUE, if a value was copied, %FALSE if the tag didn't exist in the
|
40191
|
+
given list.</doc>
|
39260
40192
|
<type name="gboolean" c:type="gboolean"/>
|
39261
40193
|
</return-value>
|
39262
40194
|
<parameters>
|
39263
40195
|
<instance-parameter name="list" transfer-ownership="none">
|
40196
|
+
<doc xml:space="preserve">a #GstTagList to get the tag from</doc>
|
39264
40197
|
<type name="TagList" c:type="const GstTagList*"/>
|
39265
40198
|
</instance-parameter>
|
39266
40199
|
<parameter name="tag" transfer-ownership="none">
|
40200
|
+
<doc xml:space="preserve">tag to read out</doc>
|
39267
40201
|
<type name="utf8" c:type="const gchar*"/>
|
39268
40202
|
</parameter>
|
39269
|
-
<parameter name="value"
|
40203
|
+
<parameter name="value"
|
40204
|
+
direction="out"
|
40205
|
+
caller-allocates="0"
|
40206
|
+
transfer-ownership="full">
|
40207
|
+
<doc xml:space="preserve">location for the result</doc>
|
39270
40208
|
<type name="gint64" c:type="gint64*"/>
|
39271
40209
|
</parameter>
|
39272
40210
|
</parameters>
|
@@ -41399,7 +42337,7 @@ values, %FALSE otherwise.</doc>
|
|
41399
42337
|
</method>
|
41400
42338
|
<method name="get_parent" c:identifier="gst_toc_entry_get_parent">
|
41401
42339
|
<doc xml:space="preserve">Gets the parent #GstTocEntry of @entry.</doc>
|
41402
|
-
<return-value transfer-ownership="none">
|
42340
|
+
<return-value transfer-ownership="none" nullable="1">
|
41403
42341
|
<doc xml:space="preserve">The parent #GstTocEntry of @entry</doc>
|
41404
42342
|
<type name="TocEntry" c:type="GstTocEntry*"/>
|
41405
42343
|
</return-value>
|
@@ -41821,7 +42759,7 @@ unreffed before setting a new one.</doc>
|
|
41821
42759
|
glib:get-type="gst_tracer_get_type"
|
41822
42760
|
glib:type-struct="TracerClass">
|
41823
42761
|
<doc xml:space="preserve">Tracing modules will subclass #GstTracer and register through
|
41824
|
-
|
42762
|
+
gst_tracer_register(). Modules can attach to various hook-types - see
|
41825
42763
|
gst_tracing_register_hook(). When invoked they receive hook specific
|
41826
42764
|
contextual data, which they must not modify.</doc>
|
41827
42765
|
<property name="params"
|
@@ -41881,6 +42819,23 @@ Free-function: gst_plugin_feature_list_free</doc>
|
|
41881
42819
|
</type>
|
41882
42820
|
</return-value>
|
41883
42821
|
</function>
|
42822
|
+
<method name="get_tracer_type"
|
42823
|
+
c:identifier="gst_tracer_factory_get_tracer_type">
|
42824
|
+
<doc xml:space="preserve">Get the #GType for elements managed by this factory. The type can
|
42825
|
+
only be retrieved if the element factory is loaded, which can be
|
42826
|
+
assured with gst_plugin_feature_load().</doc>
|
42827
|
+
<return-value transfer-ownership="none">
|
42828
|
+
<doc xml:space="preserve">the #GType for tracers managed by this factory or 0 if
|
42829
|
+
the factory is not loaded.</doc>
|
42830
|
+
<type name="GType" c:type="GType"/>
|
42831
|
+
</return-value>
|
42832
|
+
<parameters>
|
42833
|
+
<instance-parameter name="factory" transfer-ownership="none">
|
42834
|
+
<doc xml:space="preserve">factory to get managed #GType from</doc>
|
42835
|
+
<type name="TracerFactory" c:type="GstTracerFactory*"/>
|
42836
|
+
</instance-parameter>
|
42837
|
+
</parameters>
|
42838
|
+
</method>
|
41884
42839
|
</class>
|
41885
42840
|
<record name="TracerFactoryClass"
|
41886
42841
|
c:type="GstTracerFactoryClass"
|
@@ -42822,7 +43777,7 @@ URI.</doc>
|
|
42822
43777
|
version="1.6">
|
42823
43778
|
<doc xml:space="preserve">Get the fragment name from the URI or %NULL if it doesn't exist.
|
42824
43779
|
If @uri is %NULL then returns %NULL.</doc>
|
42825
|
-
<return-value transfer-ownership="none">
|
43780
|
+
<return-value transfer-ownership="none" nullable="1">
|
42826
43781
|
<doc xml:space="preserve">The host name from the #GstUri object or %NULL.</doc>
|
42827
43782
|
<type name="utf8" c:type="const gchar*"/>
|
42828
43783
|
</return-value>
|
@@ -42839,7 +43794,7 @@ If @uri is %NULL then returns %NULL.</doc>
|
|
42839
43794
|
<method name="get_host" c:identifier="gst_uri_get_host" version="1.6">
|
42840
43795
|
<doc xml:space="preserve">Get the host name from the URI or %NULL if it doesn't exist.
|
42841
43796
|
If @uri is %NULL then returns %NULL.</doc>
|
42842
|
-
<return-value transfer-ownership="none">
|
43797
|
+
<return-value transfer-ownership="none" nullable="1">
|
42843
43798
|
<doc xml:space="preserve">The host name from the #GstUri object or %NULL.</doc>
|
42844
43799
|
<type name="utf8" c:type="const gchar*"/>
|
42845
43800
|
</return-value>
|
@@ -42867,9 +43822,9 @@ with #g_hash_table_unref() when it is no longer required.
|
|
42867
43822
|
Modifying this hash table does not affect the fragment in the URI.
|
42868
43823
|
|
42869
43824
|
See more about Media Fragments URI 1.0 (W3C) at https://www.w3.org/TR/media-frags/</doc>
|
42870
|
-
<return-value transfer-ownership="full">
|
42871
|
-
<doc xml:space="preserve">The
|
42872
|
-
from the URI.</doc>
|
43825
|
+
<return-value transfer-ownership="full" nullable="1">
|
43826
|
+
<doc xml:space="preserve">The
|
43827
|
+
fragment hash table from the URI.</doc>
|
42873
43828
|
<type name="GLib.HashTable" c:type="GHashTable*">
|
42874
43829
|
<type name="utf8"/>
|
42875
43830
|
<type name="utf8"/>
|
@@ -42888,8 +43843,8 @@ See more about Media Fragments URI 1.0 (W3C) at https://www.w3.org/TR/media-frag
|
|
42888
43843
|
<method name="get_path" c:identifier="gst_uri_get_path" version="1.6">
|
42889
43844
|
<doc xml:space="preserve">Extract the path string from the URI object.</doc>
|
42890
43845
|
<return-value transfer-ownership="full">
|
42891
|
-
<doc xml:space="preserve">The path from the URI. Once finished
|
42892
|
-
|
43846
|
+
<doc xml:space="preserve">(nullable): The path from the URI. Once finished
|
43847
|
+
with the string should be g_free()'d.</doc>
|
42893
43848
|
<type name="utf8" c:type="gchar*"/>
|
42894
43849
|
</return-value>
|
42895
43850
|
<parameters>
|
@@ -42925,9 +43880,9 @@ See more about Media Fragments URI 1.0 (W3C) at https://www.w3.org/TR/media-frag
|
|
42925
43880
|
c:identifier="gst_uri_get_path_string"
|
42926
43881
|
version="1.6">
|
42927
43882
|
<doc xml:space="preserve">Extract the path string from the URI object as a percent encoded URI path.</doc>
|
42928
|
-
<return-value transfer-ownership="full">
|
42929
|
-
<doc xml:space="preserve">The path from the URI. Once finished
|
42930
|
-
|
43883
|
+
<return-value transfer-ownership="full" nullable="1">
|
43884
|
+
<doc xml:space="preserve">The path from the URI. Once finished
|
43885
|
+
with the string should be g_free()'d.</doc>
|
42931
43886
|
<type name="utf8" c:type="gchar*"/>
|
42932
43887
|
</return-value>
|
42933
43888
|
<parameters>
|
@@ -42979,9 +43934,9 @@ If @uri is %NULL then returns %GST_URI_NO_PORT.</doc>
|
|
42979
43934
|
c:identifier="gst_uri_get_query_string"
|
42980
43935
|
version="1.6">
|
42981
43936
|
<doc xml:space="preserve">Get a percent encoded URI query string from the @uri.</doc>
|
42982
|
-
<return-value transfer-ownership="full">
|
42983
|
-
<doc xml:space="preserve">A percent encoded query string. Use
|
42984
|
-
|
43937
|
+
<return-value transfer-ownership="full" nullable="1">
|
43938
|
+
<doc xml:space="preserve">A percent encoded query string. Use
|
43939
|
+
g_free() when no longer needed.</doc>
|
42985
43940
|
<type name="utf8" c:type="gchar*"/>
|
42986
43941
|
</return-value>
|
42987
43942
|
<parameters>
|
@@ -43003,9 +43958,9 @@ the key should appear in the query string in the URI, but does not have a
|
|
43003
43958
|
value. Free the returned #GHashTable with #g_hash_table_unref() when it is
|
43004
43959
|
no longer required. Modifying this hash table will modify the query in the
|
43005
43960
|
URI.</doc>
|
43006
|
-
<return-value transfer-ownership="full">
|
43007
|
-
<doc xml:space="preserve">The query
|
43008
|
-
from the URI.</doc>
|
43961
|
+
<return-value transfer-ownership="full" nullable="1">
|
43962
|
+
<doc xml:space="preserve">The query
|
43963
|
+
hash table from the URI.</doc>
|
43009
43964
|
<type name="GLib.HashTable" c:type="GHashTable*">
|
43010
43965
|
<type name="utf8"/>
|
43011
43966
|
<type name="utf8"/>
|
@@ -43029,7 +43984,7 @@ key has no value or if the key does not exist in the URI query table. Because
|
|
43029
43984
|
%NULL is returned for both missing keys and keys with no value, you should
|
43030
43985
|
use gst_uri_query_has_key() to determine if a key is present in the URI
|
43031
43986
|
query.</doc>
|
43032
|
-
<return-value transfer-ownership="none">
|
43987
|
+
<return-value transfer-ownership="none" nullable="1">
|
43033
43988
|
<doc xml:space="preserve">The value for the given key, or %NULL if not found.</doc>
|
43034
43989
|
<type name="utf8" c:type="const gchar*"/>
|
43035
43990
|
</return-value>
|
@@ -43050,7 +44005,7 @@ query.</doc>
|
|
43050
44005
|
<method name="get_scheme" c:identifier="gst_uri_get_scheme">
|
43051
44006
|
<doc xml:space="preserve">Get the scheme name from the URI or %NULL if it doesn't exist.
|
43052
44007
|
If @uri is %NULL then returns %NULL.</doc>
|
43053
|
-
<return-value transfer-ownership="none">
|
44008
|
+
<return-value transfer-ownership="none" nullable="1">
|
43054
44009
|
<doc xml:space="preserve">The scheme from the #GstUri object or %NULL.</doc>
|
43055
44010
|
<type name="utf8" c:type="const gchar*"/>
|
43056
44011
|
</return-value>
|
@@ -43069,7 +44024,7 @@ If @uri is %NULL then returns %NULL.</doc>
|
|
43069
44024
|
version="1.6">
|
43070
44025
|
<doc xml:space="preserve">Get the userinfo (usually in the form "username:password") from the URI
|
43071
44026
|
or %NULL if it doesn't exist. If @uri is %NULL then returns %NULL.</doc>
|
43072
|
-
<return-value transfer-ownership="none">
|
44027
|
+
<return-value transfer-ownership="none" nullable="1">
|
43073
44028
|
<doc xml:space="preserve">The userinfo from the #GstUri object or %NULL.</doc>
|
43074
44029
|
<type name="utf8" c:type="const gchar*"/>
|
43075
44030
|
</return-value>
|
@@ -43124,9 +44079,9 @@ writable.</doc>
|
|
43124
44079
|
<doc xml:space="preserve">Join a reference URI onto a base URI using the method from RFC 3986.
|
43125
44080
|
If either URI is %NULL then the other URI will be returned with the ref count
|
43126
44081
|
increased.</doc>
|
43127
|
-
<return-value transfer-ownership="full">
|
43128
|
-
<doc xml:space="preserve">A #GstUri which represents the base
|
43129
|
-
|
44082
|
+
<return-value transfer-ownership="full" nullable="1">
|
44083
|
+
<doc xml:space="preserve">A #GstUri which represents the base
|
44084
|
+
with the reference URI joined on.</doc>
|
43130
44085
|
<type name="Uri" c:type="GstUri*"/>
|
43131
44086
|
</return-value>
|
43132
44087
|
<parameters>
|
@@ -43142,7 +44097,7 @@ increased.</doc>
|
|
43142
44097
|
nullable="1"
|
43143
44098
|
allow-none="1">
|
43144
44099
|
<doc xml:space="preserve">The reference URI to join onto the
|
43145
|
-
|
44100
|
+
base URI.</doc>
|
43146
44101
|
<type name="Uri" c:type="GstUri*"/>
|
43147
44102
|
</parameter>
|
43148
44103
|
</parameters>
|
@@ -43580,10 +44535,13 @@ The string is put together as described in RFC 3986.</doc>
|
|
43580
44535
|
</instance-parameter>
|
43581
44536
|
</parameters>
|
43582
44537
|
</method>
|
43583
|
-
<function name="construct"
|
44538
|
+
<function name="construct"
|
44539
|
+
c:identifier="gst_uri_construct"
|
44540
|
+
deprecated="1">
|
43584
44541
|
<doc xml:space="preserve">Constructs a URI for a given valid protocol and location.
|
43585
44542
|
|
43586
44543
|
Free-function: g_free</doc>
|
44544
|
+
<doc-deprecated xml:space="preserve">Use GstURI instead.</doc-deprecated>
|
43587
44545
|
<return-value transfer-ownership="full">
|
43588
44546
|
<doc xml:space="preserve">a new string for this URI. Returns %NULL if the
|
43589
44547
|
given URI protocol is not valid, or the given location is %NULL.</doc>
|
@@ -43623,10 +44581,10 @@ the hostname if one is specified. The returned string must be freed using
|
|
43623
44581
|
g_free().
|
43624
44582
|
|
43625
44583
|
Free-function: g_free</doc>
|
43626
|
-
<return-value transfer-ownership="full">
|
43627
|
-
<doc xml:space="preserve">the location for this URI. Returns
|
43628
|
-
URI isn't valid. If the URI does not contain a location, an
|
43629
|
-
string is returned.</doc>
|
44584
|
+
<return-value transfer-ownership="full" nullable="1">
|
44585
|
+
<doc xml:space="preserve">the location for this URI. Returns
|
44586
|
+
%NULL if the URI isn't valid. If the URI does not contain a location, an
|
44587
|
+
empty string is returned.</doc>
|
43630
44588
|
<type name="utf8" c:type="gchar*"/>
|
43631
44589
|
</return-value>
|
43632
44590
|
<parameters>
|
@@ -43639,7 +44597,7 @@ Free-function: g_free</doc>
|
|
43639
44597
|
<function name="get_protocol" c:identifier="gst_uri_get_protocol">
|
43640
44598
|
<doc xml:space="preserve">Extracts the protocol out of a given valid URI. The returned string must be
|
43641
44599
|
freed using g_free().</doc>
|
43642
|
-
<return-value transfer-ownership="full">
|
44600
|
+
<return-value transfer-ownership="full" nullable="1">
|
43643
44601
|
<doc xml:space="preserve">The protocol for this URI.</doc>
|
43644
44602
|
<type name="utf8" c:type="gchar*"/>
|
43645
44603
|
</return-value>
|
@@ -43765,11 +44723,11 @@ determine a order for the two provided values.</doc>
|
|
43765
44723
|
<doc xml:space="preserve">The major version of GStreamer at compile time:</doc>
|
43766
44724
|
<type name="gint" c:type="gint"/>
|
43767
44725
|
</constant>
|
43768
|
-
<constant name="VERSION_MICRO" value="
|
44726
|
+
<constant name="VERSION_MICRO" value="1" c:type="GST_VERSION_MICRO">
|
43769
44727
|
<doc xml:space="preserve">The micro version of GStreamer at compile time:</doc>
|
43770
44728
|
<type name="gint" c:type="gint"/>
|
43771
44729
|
</constant>
|
43772
|
-
<constant name="VERSION_MINOR" value="
|
44730
|
+
<constant name="VERSION_MINOR" value="14" c:type="GST_VERSION_MINOR">
|
43773
44731
|
<doc xml:space="preserve">The minor version of GStreamer at compile time:</doc>
|
43774
44732
|
<type name="gint" c:type="gint"/>
|
43775
44733
|
</constant>
|
@@ -44099,7 +45057,8 @@ together to make room for the new block.</doc>
|
|
44099
45057
|
</function>
|
44100
45058
|
<function name="calculate_linear_regression"
|
44101
45059
|
c:identifier="gst_calculate_linear_regression"
|
44102
|
-
version="1.12"
|
45060
|
+
version="1.12"
|
45061
|
+
introspectable="0">
|
44103
45062
|
<doc xml:space="preserve">Calculates the linear regression of the values @xy and places the
|
44104
45063
|
result in @m_num, @m_denom, @b and @xbase, representing the function
|
44105
45064
|
y(x) = m_num/m_denom * (x - xbase) + b
|
@@ -44197,7 +45156,7 @@ Free-function: gst_caps_features_free</doc>
|
|
44197
45156
|
|
44198
45157
|
The current implementation of serialization will lead to unexpected results
|
44199
45158
|
when there are nested #GstCaps / #GstStructure deeper than one level.</doc>
|
44200
|
-
<return-value transfer-ownership="full">
|
45159
|
+
<return-value transfer-ownership="full" nullable="1">
|
44201
45160
|
<doc xml:space="preserve">a newly allocated #GstCaps</doc>
|
44202
45161
|
<type name="Caps" c:type="GstCaps*"/>
|
44203
45162
|
</return-value>
|
@@ -44244,13 +45203,43 @@ Be sure to use #G_GNUC_NO_INSTRUMENT on that function, it is needed.</doc>
|
|
44244
45203
|
</parameter>
|
44245
45204
|
</parameters>
|
44246
45205
|
</function>
|
45206
|
+
<function name="debug_add_ring_buffer_logger"
|
45207
|
+
c:identifier="gst_debug_add_ring_buffer_logger"
|
45208
|
+
version="1.14">
|
45209
|
+
<doc xml:space="preserve">Adds a memory ringbuffer based debug logger that stores up to
|
45210
|
+
@max_size_per_thread bytes of logs per thread and times out threads after
|
45211
|
+
@thread_timeout seconds of inactivity.
|
45212
|
+
|
45213
|
+
Logs can be fetched with gst_debug_ring_buffer_logger_get_logs() and the
|
45214
|
+
logger can be removed again with gst_debug_remove_ring_buffer_logger().
|
45215
|
+
Only one logger at a time is possible.</doc>
|
45216
|
+
<return-value transfer-ownership="none">
|
45217
|
+
<type name="none" c:type="void"/>
|
45218
|
+
</return-value>
|
45219
|
+
<parameters>
|
45220
|
+
<parameter name="max_size_per_thread" transfer-ownership="none">
|
45221
|
+
<doc xml:space="preserve">Maximum size of log per thread in bytes</doc>
|
45222
|
+
<type name="guint" c:type="guint"/>
|
45223
|
+
</parameter>
|
45224
|
+
<parameter name="thread_timeout" transfer-ownership="none">
|
45225
|
+
<doc xml:space="preserve">Timeout for threads in seconds</doc>
|
45226
|
+
<type name="guint" c:type="guint"/>
|
45227
|
+
</parameter>
|
45228
|
+
</parameters>
|
45229
|
+
</function>
|
44247
45230
|
<function name="debug_bin_to_dot_data"
|
44248
45231
|
c:identifier="gst_debug_bin_to_dot_data">
|
45232
|
+
<doc xml:space="preserve">To aid debugging applications one can use this method to obtain the whole
|
45233
|
+
network of gstreamer elements that form the pipeline into an dot file.
|
45234
|
+
This data can be processed with graphviz to get an image.</doc>
|
44249
45235
|
<return-value transfer-ownership="full">
|
45236
|
+
<doc xml:space="preserve">a string containing the pipeline in graphviz
|
45237
|
+
dot format.</doc>
|
44250
45238
|
<type name="utf8" c:type="gchar*"/>
|
44251
45239
|
</return-value>
|
44252
45240
|
<parameters>
|
44253
45241
|
<parameter name="bin" transfer-ownership="none">
|
45242
|
+
<doc xml:space="preserve">the top-level pipeline that should be analyzed</doc>
|
44254
45243
|
<type name="Bin" c:type="GstBin*"/>
|
44255
45244
|
</parameter>
|
44256
45245
|
<parameter name="details" transfer-ownership="none">
|
@@ -44260,35 +45249,47 @@ Be sure to use #G_GNUC_NO_INSTRUMENT on that function, it is needed.</doc>
|
|
44260
45249
|
</function>
|
44261
45250
|
<function name="debug_bin_to_dot_file"
|
44262
45251
|
c:identifier="gst_debug_bin_to_dot_file">
|
45252
|
+
<doc xml:space="preserve">To aid debugging applications one can use this method to write out the whole
|
45253
|
+
network of gstreamer elements that form the pipeline into an dot file.
|
45254
|
+
This file can be processed with graphviz to get an image.
|
45255
|
+
<informalexample><programlisting>
|
45256
|
+
dot -Tpng -oimage.png graph_lowlevel.dot
|
45257
|
+
</programlisting></informalexample></doc>
|
44263
45258
|
<return-value transfer-ownership="none">
|
44264
45259
|
<type name="none" c:type="void"/>
|
44265
45260
|
</return-value>
|
44266
45261
|
<parameters>
|
44267
45262
|
<parameter name="bin" transfer-ownership="none">
|
45263
|
+
<doc xml:space="preserve">the top-level pipeline that should be analyzed</doc>
|
44268
45264
|
<type name="Bin" c:type="GstBin*"/>
|
44269
45265
|
</parameter>
|
44270
45266
|
<parameter name="details" transfer-ownership="none">
|
44271
45267
|
<type name="DebugGraphDetails" c:type="GstDebugGraphDetails"/>
|
44272
45268
|
</parameter>
|
44273
45269
|
<parameter name="file_name" transfer-ownership="none">
|
44274
|
-
<
|
45270
|
+
<doc xml:space="preserve">output base filename (e.g. "myplayer")</doc>
|
45271
|
+
<type name="filename" c:type="const gchar*"/>
|
44275
45272
|
</parameter>
|
44276
45273
|
</parameters>
|
44277
45274
|
</function>
|
44278
45275
|
<function name="debug_bin_to_dot_file_with_ts"
|
44279
45276
|
c:identifier="gst_debug_bin_to_dot_file_with_ts">
|
45277
|
+
<doc xml:space="preserve">This works like gst_debug_bin_to_dot_file(), but adds the current timestamp
|
45278
|
+
to the filename, so that it can be used to take multiple snapshots.</doc>
|
44280
45279
|
<return-value transfer-ownership="none">
|
44281
45280
|
<type name="none" c:type="void"/>
|
44282
45281
|
</return-value>
|
44283
45282
|
<parameters>
|
44284
45283
|
<parameter name="bin" transfer-ownership="none">
|
45284
|
+
<doc xml:space="preserve">the top-level pipeline that should be analyzed</doc>
|
44285
45285
|
<type name="Bin" c:type="GstBin*"/>
|
44286
45286
|
</parameter>
|
44287
45287
|
<parameter name="details" transfer-ownership="none">
|
44288
45288
|
<type name="DebugGraphDetails" c:type="GstDebugGraphDetails"/>
|
44289
45289
|
</parameter>
|
44290
45290
|
<parameter name="file_name" transfer-ownership="none">
|
44291
|
-
<
|
45291
|
+
<doc xml:space="preserve">output base filename (e.g. "myplayer")</doc>
|
45292
|
+
<type name="filename" c:type="const gchar*"/>
|
44292
45293
|
</parameter>
|
44293
45294
|
</parameters>
|
44294
45295
|
</function>
|
@@ -44360,9 +45361,9 @@ The caller has to free the list after use.</doc>
|
|
44360
45361
|
<function name="debug_get_stack_trace"
|
44361
45362
|
c:identifier="gst_debug_get_stack_trace"
|
44362
45363
|
version="1.12">
|
44363
|
-
<
|
44364
|
-
|
44365
|
-
|
45364
|
+
<return-value transfer-ownership="full" nullable="1">
|
45365
|
+
<doc xml:space="preserve">a stack trace, if libunwind or glibc backtrace are
|
45366
|
+
present, else %NULL.</doc>
|
44366
45367
|
<type name="utf8" c:type="gchar*"/>
|
44367
45368
|
</return-value>
|
44368
45369
|
<parameters>
|
@@ -44591,6 +45592,28 @@ a stack trace is printed.</doc>
|
|
44591
45592
|
</parameter>
|
44592
45593
|
</parameters>
|
44593
45594
|
</function>
|
45595
|
+
<function name="debug_remove_ring_buffer_logger"
|
45596
|
+
c:identifier="gst_debug_remove_ring_buffer_logger"
|
45597
|
+
version="1.14">
|
45598
|
+
<doc xml:space="preserve">Removes any previously added ring buffer logger with
|
45599
|
+
gst_debug_add_ring_buffer_logger().</doc>
|
45600
|
+
<return-value transfer-ownership="none">
|
45601
|
+
<type name="none" c:type="void"/>
|
45602
|
+
</return-value>
|
45603
|
+
</function>
|
45604
|
+
<function name="debug_ring_buffer_logger_get_logs"
|
45605
|
+
c:identifier="gst_debug_ring_buffer_logger_get_logs"
|
45606
|
+
version="1.14">
|
45607
|
+
<doc xml:space="preserve">Fetches the current logs per thread from the ring buffer logger. See
|
45608
|
+
gst_debug_add_ring_buffer_logger() for details.</doc>
|
45609
|
+
<return-value transfer-ownership="full">
|
45610
|
+
<doc xml:space="preserve">NULL-terminated array of
|
45611
|
+
strings with the debug output per thread</doc>
|
45612
|
+
<array c:type="gchar**">
|
45613
|
+
<type name="utf8"/>
|
45614
|
+
</array>
|
45615
|
+
</return-value>
|
45616
|
+
</function>
|
44594
45617
|
<function name="debug_set_active" c:identifier="gst_debug_set_active">
|
44595
45618
|
<doc xml:space="preserve">If activated, debugging messages are sent to the debugging
|
44596
45619
|
handlers.
|
@@ -44834,7 +45857,7 @@ On Windows #filename should be in UTF-8 encoding.</doc>
|
|
44834
45857
|
<parameters>
|
44835
45858
|
<parameter name="filename" transfer-ownership="none">
|
44836
45859
|
<doc xml:space="preserve">absolute or relative file name path</doc>
|
44837
|
-
<type name="
|
45860
|
+
<type name="filename" c:type="const gchar*"/>
|
44838
45861
|
</parameter>
|
44839
45862
|
</parameters>
|
44840
45863
|
</function>
|
@@ -44983,6 +46006,22 @@ is unknown.</doc>
|
|
44983
46006
|
</parameter>
|
44984
46007
|
</parameters>
|
44985
46008
|
</function>
|
46009
|
+
<function name="get_main_executable_path"
|
46010
|
+
c:identifier="gst_get_main_executable_path"
|
46011
|
+
version="1.14">
|
46012
|
+
<doc xml:space="preserve">This helper is mostly helpful for plugins that need to
|
46013
|
+
inspect the folder of the main executable to determine
|
46014
|
+
their set of features.
|
46015
|
+
|
46016
|
+
When a plugin is initialized from the gst-plugin-scanner
|
46017
|
+
external process, the returned path will be the same as from the
|
46018
|
+
parent process.</doc>
|
46019
|
+
<return-value transfer-ownership="none" nullable="1">
|
46020
|
+
<doc xml:space="preserve">The path of the executable that
|
46021
|
+
initialized GStreamer, or %NULL if it could not be determined.</doc>
|
46022
|
+
<type name="utf8" c:type="const gchar*"/>
|
46023
|
+
</return-value>
|
46024
|
+
</function>
|
44986
46025
|
<function name="info_strdup_printf"
|
44987
46026
|
c:identifier="gst_info_strdup_printf"
|
44988
46027
|
version="1.8"
|
@@ -44993,7 +46032,7 @@ is unknown.</doc>
|
|
44993
46032
|
See gst_info_vasprintf() for when this function is required.
|
44994
46033
|
|
44995
46034
|
Free with g_free().</doc>
|
44996
|
-
<return-value transfer-ownership="full">
|
46035
|
+
<return-value transfer-ownership="full" nullable="1">
|
44997
46036
|
<doc xml:space="preserve">a newly allocated null terminated string or %NULL on any error</doc>
|
44998
46037
|
<type name="utf8" c:type="gchar*"/>
|
44999
46038
|
</return-value>
|
@@ -45018,7 +46057,7 @@ Free with g_free().</doc>
|
|
45018
46057
|
See gst_info_vasprintf() for when this function is required.
|
45019
46058
|
|
45020
46059
|
Free with g_free().</doc>
|
45021
|
-
<return-value transfer-ownership="full">
|
46060
|
+
<return-value transfer-ownership="full" nullable="1">
|
45022
46061
|
<doc xml:space="preserve">a newly allocated null terminated string or %NULL on any error</doc>
|
45023
46062
|
<type name="utf8" c:type="gchar*"/>
|
45024
46063
|
</return-value>
|
@@ -45161,7 +46200,7 @@ libraries that use GOption (see g_option_context_add_group() ).
|
|
45161
46200
|
If you use this function, you should make sure you initialise the GLib
|
45162
46201
|
threading system as one of the very first things in your program
|
45163
46202
|
(see the example at the beginning of this section).</doc>
|
45164
|
-
<return-value transfer-ownership="full">
|
46203
|
+
<return-value transfer-ownership="full" nullable="1">
|
45165
46204
|
<doc xml:space="preserve">a pointer to GStreamer's option group.</doc>
|
45166
46205
|
<type name="GLib.OptionGroup" c:type="GOptionGroup*"/>
|
45167
46206
|
</return-value>
|
@@ -45319,8 +46358,9 @@ or gst_init_check().</doc>
|
|
45319
46358
|
|
45320
46359
|
The same @info can be retrieved later with gst_meta_get_info() by using
|
45321
46360
|
@impl as the key.</doc>
|
45322
|
-
<return-value transfer-ownership="none">
|
45323
|
-
<doc xml:space="preserve">a #GstMetaInfo that can be used to
|
46361
|
+
<return-value transfer-ownership="none" nullable="1">
|
46362
|
+
<doc xml:space="preserve">a #GstMetaInfo that can be used to
|
46363
|
+
access metadata.</doc>
|
45324
46364
|
<type name="MetaInfo" c:type="const GstMetaInfo*"/>
|
45325
46365
|
</return-value>
|
45326
46366
|
<parameters>
|
@@ -45391,7 +46431,7 @@ Either @newdata and the value pointed to by @olddata may be %NULL.</doc>
|
|
45391
46431
|
introspectable="0">
|
45392
46432
|
<doc xml:space="preserve">Replace the current #GstMiniObject pointer to by @olddata with %NULL and
|
45393
46433
|
return the old value.</doc>
|
45394
|
-
<return-value>
|
46434
|
+
<return-value nullable="1">
|
45395
46435
|
<doc xml:space="preserve">the #GstMiniObject at @oldata</doc>
|
45396
46436
|
<type name="MiniObject" c:type="GstMiniObject*"/>
|
45397
46437
|
</return-value>
|
@@ -45449,7 +46489,9 @@ Either @newdata and the value pointed to by @olddata may be %NULL.</doc>
|
|
45449
46489
|
</parameter>
|
45450
46490
|
</parameters>
|
45451
46491
|
</function>
|
45452
|
-
<function name="param_spec_array"
|
46492
|
+
<function name="param_spec_array"
|
46493
|
+
c:identifier="gst_param_spec_array"
|
46494
|
+
version="1.14">
|
45453
46495
|
<doc xml:space="preserve">This function creates a GstArray GParamSpec for use by objects/elements
|
45454
46496
|
that want to expose properties of GstArray type. This function is
|
45455
46497
|
typically * used in connection with g_object_class_install_property() in a
|
@@ -45487,7 +46529,7 @@ GObjects's instance_init function.</doc>
|
|
45487
46529
|
that want to expose properties of fraction type. This function is typically
|
45488
46530
|
used in connection with g_object_class_install_property() in a GObjects's
|
45489
46531
|
instance_init function.</doc>
|
45490
|
-
<return-value transfer-ownership="full">
|
46532
|
+
<return-value transfer-ownership="full" nullable="1">
|
45491
46533
|
<doc xml:space="preserve">a newly created parameter specification</doc>
|
45492
46534
|
<type name="GObject.ParamSpec" c:type="GParamSpec*"/>
|
45493
46535
|
</return-value>
|
@@ -45591,7 +46633,7 @@ one ghost pad for each direction will be created; if you expect
|
|
45591
46633
|
multiple unlinked source pads or multiple unlinked sink pads
|
45592
46634
|
and want them all ghosted, you will have to create the ghost pads
|
45593
46635
|
yourself).</doc>
|
45594
|
-
<return-value transfer-ownership="none">
|
46636
|
+
<return-value transfer-ownership="none" nullable="1">
|
45595
46637
|
<doc xml:space="preserve">a newly-created
|
45596
46638
|
element, which is guaranteed to be a bin unless
|
45597
46639
|
GST_FLAG_NO_SINGLE_ELEMENT_BINS was passed, or %NULL if an error
|
@@ -45636,10 +46678,11 @@ yourself).</doc>
|
|
45636
46678
|
Please note that you might get a return value that is not %NULL even though
|
45637
46679
|
the @error is set. In this case there was a recoverable parsing error and you
|
45638
46680
|
can try to play the pipeline.</doc>
|
45639
|
-
<return-value transfer-ownership="none">
|
45640
|
-
<doc xml:space="preserve">a new element on success, %NULL on
|
45641
|
-
|
45642
|
-
all elements are put into a #GstPipeline, which
|
46681
|
+
<return-value transfer-ownership="none" nullable="1">
|
46682
|
+
<doc xml:space="preserve">a new element on success, %NULL on
|
46683
|
+
failure. If more than one toplevel element is specified by the
|
46684
|
+
@pipeline_description, all elements are put into a #GstPipeline, which
|
46685
|
+
than is returned.</doc>
|
45643
46686
|
<type name="Element" c:type="GstElement*"/>
|
45644
46687
|
</return-value>
|
45645
46688
|
<parameters>
|
@@ -45656,12 +46699,12 @@ can try to play the pipeline.</doc>
|
|
45656
46699
|
Please note that you might get a return value that is not %NULL even though
|
45657
46700
|
the @error is set. In this case there was a recoverable parsing error and you
|
45658
46701
|
can try to play the pipeline.</doc>
|
45659
|
-
<return-value transfer-ownership="none">
|
45660
|
-
<doc xml:space="preserve">a new element on success, %NULL on
|
45661
|
-
more than one toplevel element is specified by the
|
45662
|
-
all elements are put into a #GstPipeline, which
|
45663
|
-
the GST_PARSE_FLAG_PLACE_IN_BIN flag is set, in
|
45664
|
-
in a #GstBin instead).</doc>
|
46702
|
+
<return-value transfer-ownership="none" nullable="1">
|
46703
|
+
<doc xml:space="preserve">a new element on success, %NULL on
|
46704
|
+
failure. If more than one toplevel element is specified by the
|
46705
|
+
@pipeline_description, all elements are put into a #GstPipeline, which
|
46706
|
+
then is returned (unless the GST_PARSE_FLAG_PLACE_IN_BIN flag is set, in
|
46707
|
+
which case they are put in a #GstBin instead).</doc>
|
45665
46708
|
<type name="Element" c:type="GstElement*"/>
|
45666
46709
|
</return-value>
|
45667
46710
|
<parameters>
|
@@ -45687,8 +46730,9 @@ can try to play the pipeline.</doc>
|
|
45687
46730
|
<doc xml:space="preserve">Create a new element based on command line syntax.
|
45688
46731
|
@error will contain an error message if an erroneous pipeline is specified.
|
45689
46732
|
An error does not mean that the pipeline could not be constructed.</doc>
|
45690
|
-
<return-value transfer-ownership="none">
|
45691
|
-
<doc xml:space="preserve">a new element on success and %NULL
|
46733
|
+
<return-value transfer-ownership="none" nullable="1">
|
46734
|
+
<doc xml:space="preserve">a new element on success and %NULL
|
46735
|
+
on failure.</doc>
|
45692
46736
|
<type name="Element" c:type="GstElement*"/>
|
45693
46737
|
</return-value>
|
45694
46738
|
<parameters>
|
@@ -45706,11 +46750,12 @@ An error does not mean that the pipeline could not be constructed.</doc>
|
|
45706
46750
|
<doc xml:space="preserve">Create a new element based on command line syntax.
|
45707
46751
|
@error will contain an error message if an erroneous pipeline is specified.
|
45708
46752
|
An error does not mean that the pipeline could not be constructed.</doc>
|
45709
|
-
<return-value transfer-ownership="none">
|
45710
|
-
<doc xml:space="preserve">a new element on success; on
|
45711
|
-
or a partially-constructed bin or element will be
|
45712
|
-
be set (unless you passed
|
45713
|
-
%NULL will always be returned
|
46753
|
+
<return-value transfer-ownership="none" nullable="1">
|
46754
|
+
<doc xml:space="preserve">a new element on success; on
|
46755
|
+
failure, either %NULL or a partially-constructed bin or element will be
|
46756
|
+
returned and @error will be set (unless you passed
|
46757
|
+
#GST_PARSE_FLAG_FATAL_ERRORS in @flags, then %NULL will always be returned
|
46758
|
+
on failure)</doc>
|
45714
46759
|
<type name="Element" c:type="GstElement*"/>
|
45715
46760
|
</return-value>
|
45716
46761
|
<parameters>
|
@@ -45789,7 +46834,7 @@ application.</doc>
|
|
45789
46834
|
<return-value transfer-ownership="none" nullable="1">
|
45790
46835
|
<doc xml:space="preserve">the directory or %NULL, don't free or modify
|
45791
46836
|
the string</doc>
|
45792
|
-
<type name="
|
46837
|
+
<type name="filename" c:type="const gchar*"/>
|
45793
46838
|
</return-value>
|
45794
46839
|
</function>
|
45795
46840
|
<function name="preset_set_app_dir"
|
@@ -45805,7 +46850,7 @@ system presets.</doc>
|
|
45805
46850
|
<parameters>
|
45806
46851
|
<parameter name="app_dir" transfer-ownership="none">
|
45807
46852
|
<doc xml:space="preserve">the application specific preset dir</doc>
|
45808
|
-
<type name="
|
46853
|
+
<type name="filename" c:type="const gchar*"/>
|
45809
46854
|
</parameter>
|
45810
46855
|
</parameters>
|
45811
46856
|
</function>
|
@@ -45933,6 +46978,28 @@ This function is primarily for printing debug output.</doc>
|
|
45933
46978
|
</parameter>
|
45934
46979
|
</parameters>
|
45935
46980
|
</function>
|
46981
|
+
<function name="protection_filter_systems_by_available_decryptors"
|
46982
|
+
c:identifier="gst_protection_filter_systems_by_available_decryptors"
|
46983
|
+
version="1.14">
|
46984
|
+
<doc xml:space="preserve">Iterates the supplied list of UUIDs and checks the GstRegistry for
|
46985
|
+
all the decryptors supporting one of the supplied UUIDs.</doc>
|
46986
|
+
<return-value transfer-ownership="full" nullable="1">
|
46987
|
+
<doc xml:space="preserve">A null terminated array containing all
|
46988
|
+
the @system_identifiers supported by the set of available decryptors, or
|
46989
|
+
%NULL if no matches were found.</doc>
|
46990
|
+
<array c:type="gchar**">
|
46991
|
+
<type name="utf8"/>
|
46992
|
+
</array>
|
46993
|
+
</return-value>
|
46994
|
+
<parameters>
|
46995
|
+
<parameter name="system_identifiers" transfer-ownership="none">
|
46996
|
+
<doc xml:space="preserve">A null terminated array of strings
|
46997
|
+
that contains the UUID values of each protection system that is to be
|
46998
|
+
checked.</doc>
|
46999
|
+
<type name="utf8" c:type="const gchar**"/>
|
47000
|
+
</parameter>
|
47001
|
+
</parameters>
|
47002
|
+
</function>
|
45936
47003
|
<function name="protection_meta_api_get_type"
|
45937
47004
|
c:identifier="gst_protection_meta_api_get_type">
|
45938
47005
|
<return-value transfer-ownership="none">
|
@@ -45952,10 +47019,11 @@ This function is primarily for printing debug output.</doc>
|
|
45952
47019
|
<doc xml:space="preserve">Iterates the supplied list of UUIDs and checks the GstRegistry for
|
45953
47020
|
an element that supports one of the supplied UUIDs. If more than one
|
45954
47021
|
element matches, the system ID of the highest ranked element is selected.</doc>
|
45955
|
-
<return-value transfer-ownership="none">
|
45956
|
-
<doc xml:space="preserve">One of the strings from
|
45957
|
-
indicates the highest ranked element that
|
45958
|
-
indicated by that system ID, or %NULL if no
|
47022
|
+
<return-value transfer-ownership="none" nullable="1">
|
47023
|
+
<doc xml:space="preserve">One of the strings from
|
47024
|
+
@system_identifiers that indicates the highest ranked element that
|
47025
|
+
implements the protection system indicated by that system ID, or %NULL if no
|
47026
|
+
element has been found.</doc>
|
45959
47027
|
<type name="utf8" c:type="const gchar*"/>
|
45960
47028
|
</return-value>
|
45961
47029
|
<parameters>
|
@@ -45963,7 +47031,9 @@ indicated by that system ID, or %NULL if no element has been found.</doc>
|
|
45963
47031
|
<doc xml:space="preserve">A null terminated array of strings
|
45964
47032
|
that contains the UUID values of each protection system that is to be
|
45965
47033
|
checked.</doc>
|
45966
|
-
<
|
47034
|
+
<array c:type="gchar**">
|
47035
|
+
<type name="utf8" c:type="gchar*"/>
|
47036
|
+
</array>
|
45967
47037
|
</parameter>
|
45968
47038
|
</parameters>
|
45969
47039
|
</function>
|
@@ -46012,6 +47082,22 @@ checked.</doc>
|
|
46012
47082
|
</parameter>
|
46013
47083
|
</parameters>
|
46014
47084
|
</function>
|
47085
|
+
<function name="reference_timestamp_meta_api_get_type"
|
47086
|
+
c:identifier="gst_reference_timestamp_meta_api_get_type">
|
47087
|
+
<return-value transfer-ownership="none">
|
47088
|
+
<type name="GType" c:type="GType"/>
|
47089
|
+
</return-value>
|
47090
|
+
</function>
|
47091
|
+
<function name="reference_timestamp_meta_get_info"
|
47092
|
+
c:identifier="gst_reference_timestamp_meta_get_info"
|
47093
|
+
moved-to="ReferenceTimestampMeta.get_info"
|
47094
|
+
version="1.14">
|
47095
|
+
<doc xml:space="preserve">Get the global #GstMetaInfo describing the #GstReferenceTimestampMeta meta.</doc>
|
47096
|
+
<return-value transfer-ownership="none">
|
47097
|
+
<doc xml:space="preserve">The #GstMetaInfo</doc>
|
47098
|
+
<type name="MetaInfo" c:type="const GstMetaInfo*"/>
|
47099
|
+
</return-value>
|
47100
|
+
</function>
|
46015
47101
|
<function name="resource_error_quark"
|
46016
47102
|
c:identifier="gst_resource_error_quark"
|
46017
47103
|
moved-to="ResourceError.quark">
|
@@ -46046,6 +47132,23 @@ the GStreamer core. See gst_segtrap_is_enabled() for more information.</doc>
|
|
46046
47132
|
</parameter>
|
46047
47133
|
</parameters>
|
46048
47134
|
</function>
|
47135
|
+
<function name="state_change_get_name"
|
47136
|
+
c:identifier="gst_state_change_get_name"
|
47137
|
+
moved-to="StateChange.get_name"
|
47138
|
+
version="1.14">
|
47139
|
+
<doc xml:space="preserve">Gets a string representing the given state transition.</doc>
|
47140
|
+
<return-value transfer-ownership="none">
|
47141
|
+
<doc xml:space="preserve">a string with the name of the state
|
47142
|
+
result.</doc>
|
47143
|
+
<type name="utf8" c:type="const gchar*"/>
|
47144
|
+
</return-value>
|
47145
|
+
<parameters>
|
47146
|
+
<parameter name="transition" transfer-ownership="none">
|
47147
|
+
<doc xml:space="preserve">a #GstStateChange to get the name of.</doc>
|
47148
|
+
<type name="StateChange" c:type="GstStateChange"/>
|
47149
|
+
</parameter>
|
47150
|
+
</parameters>
|
47151
|
+
</function>
|
46049
47152
|
<function name="static_caps_get_type"
|
46050
47153
|
c:identifier="gst_static_caps_get_type">
|
46051
47154
|
<return-value transfer-ownership="none">
|
@@ -46070,7 +47173,7 @@ the GStreamer core. See gst_segtrap_is_enabled() for more information.</doc>
|
|
46070
47173
|
moved-to="StreamType.get_name"
|
46071
47174
|
version="1.10">
|
46072
47175
|
<doc xml:space="preserve">Get a descriptive string for a given #GstStreamType</doc>
|
46073
|
-
<return-value transfer-ownership="none">
|
47176
|
+
<return-value transfer-ownership="none" nullable="1">
|
46074
47177
|
<doc xml:space="preserve">A string describing the stream type</doc>
|
46075
47178
|
<type name="utf8" c:type="const gchar*"/>
|
46076
47179
|
</return-value>
|
@@ -46129,7 +47232,7 @@ Free-function: gst_structure_free</doc>
|
|
46129
47232
|
c:identifier="gst_tag_get_description">
|
46130
47233
|
<doc xml:space="preserve">Returns the human-readable description of this tag, You must not change or
|
46131
47234
|
free this string.</doc>
|
46132
|
-
<return-value transfer-ownership="none">
|
47235
|
+
<return-value transfer-ownership="none" nullable="1">
|
46133
47236
|
<doc xml:space="preserve">the human-readable description of this tag</doc>
|
46134
47237
|
<type name="utf8" c:type="const gchar*"/>
|
46135
47238
|
</return-value>
|
@@ -46156,7 +47259,7 @@ free this string.</doc>
|
|
46156
47259
|
<function name="tag_get_nick" c:identifier="gst_tag_get_nick">
|
46157
47260
|
<doc xml:space="preserve">Returns the human-readable name of this tag, You must not change or free
|
46158
47261
|
this string.</doc>
|
46159
|
-
<return-value transfer-ownership="none">
|
47262
|
+
<return-value transfer-ownership="none" nullable="1">
|
46160
47263
|
<doc xml:space="preserve">the human-readable name of this tag</doc>
|
46161
47264
|
<type name="utf8" c:type="const gchar*"/>
|
46162
47265
|
</return-value>
|
@@ -46474,10 +47577,12 @@ Note that this function may block for a significant amount of time.</doc>
|
|
46474
47577
|
</function>
|
46475
47578
|
<function name="uri_construct"
|
46476
47579
|
c:identifier="gst_uri_construct"
|
46477
|
-
moved-to="Uri.construct"
|
47580
|
+
moved-to="Uri.construct"
|
47581
|
+
deprecated="1">
|
46478
47582
|
<doc xml:space="preserve">Constructs a URI for a given valid protocol and location.
|
46479
47583
|
|
46480
47584
|
Free-function: g_free</doc>
|
47585
|
+
<doc-deprecated xml:space="preserve">Use GstURI instead.</doc-deprecated>
|
46481
47586
|
<return-value transfer-ownership="full">
|
46482
47587
|
<doc xml:space="preserve">a new string for this URI. Returns %NULL if the
|
46483
47588
|
given URI protocol is not valid, or the given location is %NULL.</doc>
|
@@ -46527,10 +47632,10 @@ the hostname if one is specified. The returned string must be freed using
|
|
46527
47632
|
g_free().
|
46528
47633
|
|
46529
47634
|
Free-function: g_free</doc>
|
46530
|
-
<return-value transfer-ownership="full">
|
46531
|
-
<doc xml:space="preserve">the location for this URI. Returns
|
46532
|
-
URI isn't valid. If the URI does not contain a location, an
|
46533
|
-
string is returned.</doc>
|
47635
|
+
<return-value transfer-ownership="full" nullable="1">
|
47636
|
+
<doc xml:space="preserve">the location for this URI. Returns
|
47637
|
+
%NULL if the URI isn't valid. If the URI does not contain a location, an
|
47638
|
+
empty string is returned.</doc>
|
46534
47639
|
<type name="utf8" c:type="gchar*"/>
|
46535
47640
|
</return-value>
|
46536
47641
|
<parameters>
|
@@ -46545,7 +47650,7 @@ Free-function: g_free</doc>
|
|
46545
47650
|
moved-to="Uri.get_protocol">
|
46546
47651
|
<doc xml:space="preserve">Extracts the protocol out of a given valid URI. The returned string must be
|
46547
47652
|
freed using g_free().</doc>
|
46548
|
-
<return-value transfer-ownership="full">
|
47653
|
+
<return-value transfer-ownership="full" nullable="1">
|
46549
47654
|
<doc xml:space="preserve">The protocol for this URI.</doc>
|
46550
47655
|
<type name="utf8" c:type="gchar*"/>
|
46551
47656
|
</return-value>
|
@@ -46736,6 +47841,20 @@ the result.</doc>
|
|
46736
47841
|
</parameter>
|
46737
47842
|
</parameters>
|
46738
47843
|
</function>
|
47844
|
+
<function name="util_dump_buffer"
|
47845
|
+
c:identifier="gst_util_dump_buffer"
|
47846
|
+
version="1.14">
|
47847
|
+
<doc xml:space="preserve">Dumps the buffer memory into a hex representation. Useful for debugging.</doc>
|
47848
|
+
<return-value transfer-ownership="none">
|
47849
|
+
<type name="none" c:type="void"/>
|
47850
|
+
</return-value>
|
47851
|
+
<parameters>
|
47852
|
+
<parameter name="buf" transfer-ownership="none">
|
47853
|
+
<doc xml:space="preserve">a #GstBuffer whose memory to dump</doc>
|
47854
|
+
<type name="Buffer" c:type="GstBuffer*"/>
|
47855
|
+
</parameter>
|
47856
|
+
</parameters>
|
47857
|
+
</function>
|
46739
47858
|
<function name="util_dump_mem" c:identifier="gst_util_dump_mem">
|
46740
47859
|
<doc xml:space="preserve">Dumps the memory block into a hex representation. Useful for debugging.</doc>
|
46741
47860
|
<return-value transfer-ownership="none">
|
@@ -46744,7 +47863,9 @@ the result.</doc>
|
|
46744
47863
|
<parameters>
|
46745
47864
|
<parameter name="mem" transfer-ownership="none">
|
46746
47865
|
<doc xml:space="preserve">a pointer to the memory to dump</doc>
|
46747
|
-
<
|
47866
|
+
<array length="1" zero-terminated="0" c:type="guchar*">
|
47867
|
+
<type name="guint8" c:type="guchar"/>
|
47868
|
+
</array>
|
46748
47869
|
</parameter>
|
46749
47870
|
<parameter name="size" transfer-ownership="none">
|
46750
47871
|
<doc xml:space="preserve">the size of the memory block to dump</doc>
|
@@ -46972,7 +48093,9 @@ and @b.</doc>
|
|
46972
48093
|
<doc xml:space="preserve">Return a constantly incrementing group id.
|
46973
48094
|
|
46974
48095
|
This function is used to generate a new group-id for the
|
46975
|
-
stream-start event
|
48096
|
+
stream-start event.
|
48097
|
+
|
48098
|
+
This function never returns %GST_GROUP_ID_INVALID (which is 0)</doc>
|
46976
48099
|
<return-value transfer-ownership="none">
|
46977
48100
|
<doc xml:space="preserve">A constantly incrementing unsigned integer, which might
|
46978
48101
|
overflow back to 0 at some point.</doc>
|
@@ -47017,10 +48140,12 @@ positive number if @s1 is after @s2.</doc>
|
|
47017
48140
|
This function is used internally to GStreamer to be able to determine which
|
47018
48141
|
events and messages are "the same". For example, elements may set the seqnum
|
47019
48142
|
on a segment-done message to be the same as that of the last seek event, to
|
47020
|
-
indicate that event and the message correspond to the same segment
|
48143
|
+
indicate that event and the message correspond to the same segment.
|
48144
|
+
|
48145
|
+
This function never returns %GST_SEQNUM_INVALID (which is 0).</doc>
|
47021
48146
|
<return-value transfer-ownership="none">
|
47022
48147
|
<doc xml:space="preserve">A constantly incrementing 32-bit unsigned integer, which might
|
47023
|
-
overflow
|
48148
|
+
overflow at some point. Use gst_util_seqnum_compare() to make sure
|
47024
48149
|
you handle wraparound correctly.</doc>
|
47025
48150
|
<type name="guint32" c:type="guint32"/>
|
47026
48151
|
</return-value>
|
@@ -47594,7 +48719,7 @@ before getting rid of the @value.</doc>
|
|
47594
48719
|
<function name="value_get_fraction_range_max"
|
47595
48720
|
c:identifier="gst_value_get_fraction_range_max">
|
47596
48721
|
<doc xml:space="preserve">Gets the maximum of the range specified by @value.</doc>
|
47597
|
-
<return-value transfer-ownership="none">
|
48722
|
+
<return-value transfer-ownership="none" nullable="1">
|
47598
48723
|
<doc xml:space="preserve">the maximum of the range</doc>
|
47599
48724
|
<type name="GObject.Value" c:type="const GValue*"/>
|
47600
48725
|
</return-value>
|
@@ -47608,7 +48733,7 @@ before getting rid of the @value.</doc>
|
|
47608
48733
|
<function name="value_get_fraction_range_min"
|
47609
48734
|
c:identifier="gst_value_get_fraction_range_min">
|
47610
48735
|
<doc xml:space="preserve">Gets the minimum of the range specified by @value.</doc>
|
47611
|
-
<return-value transfer-ownership="none">
|
48736
|
+
<return-value transfer-ownership="none" nullable="1">
|
47612
48737
|
<doc xml:space="preserve">the minimum of the range</doc>
|
47613
48738
|
<type name="GObject.Value" c:type="const GValue*"/>
|
47614
48739
|
</return-value>
|