gstreamer 2.2.5-x86-mingw32 → 3.0.0-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/Rakefile +44 -17
- data/ext/gstreamer/extconf.rb +1 -1
- data/lib/2.0/gstreamer.so +0 -0
- data/lib/2.1/gstreamer.so +0 -0
- data/lib/2.2/gstreamer.so +0 -0
- data/lib/gst.rb +16 -4
- data/lib/gst/base-loader.rb +6 -1
- data/lib/gst/controller-loader.rb +6 -1
- data/sample/gst-inspect.rb +1 -1
- data/test/run-test.rb +8 -0
- 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-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/libgstbadbase-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstbadvideo-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstbase-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstbasecamerabinsrc-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstcheck-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstcodecparsers-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstcontroller-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstfft-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstgl-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstinsertbin-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstmpegts-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstnet-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstpbutils-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstphotography-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstreamer-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstriff-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstrtp-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstrtsp-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstsdp-1.0-0.dll +0 -0
- data/vendor/local/bin/libgsttag-1.0-0.dll +0 -0
- data/vendor/local/bin/libgsturidownloader-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstvideo-1.0-0.dll +0 -0
- data/vendor/local/bin/libjpeg-9.dll +0 -0
- data/vendor/local/bin/libogg-0.dll +0 -0
- data/vendor/local/bin/libopus-0.dll +0 -0
- data/vendor/local/bin/libsoup-2.4-1.dll +0 -0
- data/vendor/local/bin/libsqlite3-0.dll +0 -0
- data/vendor/local/bin/libtheora-0.dll +0 -0
- data/vendor/local/bin/libtheoradec-1.dll +0 -0
- data/vendor/local/bin/libtheoraenc-1.dll +0 -0
- data/vendor/local/bin/libvorbis-0.dll +0 -0
- data/vendor/local/bin/libvorbisenc-2.dll +0 -0
- data/vendor/local/bin/libvorbisfile-3.dll +0 -0
- data/vendor/local/bin/metaflac.exe +0 -0
- data/vendor/local/bin/rdjpgcom.exe +0 -0
- data/vendor/local/bin/sqlite3.exe +0 -0
- data/vendor/local/bin/wrjpgcom.exe +0 -0
- data/vendor/local/include/FLAC/all.h +1 -1
- data/vendor/local/include/FLAC/assert.h +1 -1
- data/vendor/local/include/FLAC/callback.h +1 -1
- data/vendor/local/include/FLAC/export.h +3 -3
- data/vendor/local/include/FLAC/format.h +4 -2
- data/vendor/local/include/FLAC/metadata.h +2 -2
- data/vendor/local/include/FLAC/ordinals.h +1 -1
- data/vendor/local/include/FLAC/stream_decoder.h +1 -1
- data/vendor/local/include/FLAC/stream_encoder.h +45 -24
- data/vendor/local/include/gstreamer-1.0/gst/allocators/gstfdmemory.h +87 -0
- data/vendor/local/include/gstreamer-1.0/gst/app/gstappsink.h +2 -0
- data/vendor/local/include/gstreamer-1.0/gst/app/gstappsrc.h +5 -1
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiobasesink.h +71 -1
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiobasesrc.h +1 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiodecoder.h +26 -1
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudioringbuffer.h +1 -1
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiosink.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiosrc.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/base/gstadapter.h +1 -0
- data/vendor/local/include/gstreamer-1.0/gst/base/gstbaseparse.h +6 -4
- data/vendor/local/include/gstreamer-1.0/gst/base/gstbasesrc.h +4 -2
- data/vendor/local/include/gstreamer-1.0/gst/base/gstbasetransform.h +27 -3
- data/vendor/local/include/gstreamer-1.0/gst/base/gstbytereader.h +43 -3
- data/vendor/local/include/gstreamer-1.0/gst/base/gstcollectpads.h +36 -2
- data/vendor/local/include/gstreamer-1.0/gst/base/gstflowcombiner.h +7 -0
- data/vendor/local/include/gstreamer-1.0/gst/base/gstpushsrc.h +16 -0
- data/vendor/local/include/gstreamer-1.0/gst/basecamerabinsrc/gstbasecamerasrc.h +3 -0
- data/vendor/local/include/gstreamer-1.0/gst/check/gstcheck.h +24 -6
- data/vendor/local/include/gstreamer-1.0/gst/check/internal-check.h +1094 -270
- data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gsth264parser.h +276 -5
- data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gsth265parser.h +24 -1
- data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gstjpegparser.h +403 -0
- data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gstvc1parser.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/controller/gstdirectcontrolbinding.h +5 -0
- data/vendor/local/include/gstreamer-1.0/gst/controller/gsttimedvaluecontrolsource.h +7 -3
- data/vendor/local/include/gstreamer-1.0/gst/gl/gl.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/all_functions.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/base.h +15 -1
- data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/buffers.h +48 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/debug.h +90 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/gstgl_compat.h +24 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/gstgl_gles2compat.h +0 -1
- data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/sync.h +46 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/vao.h +37 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstgl_fwd.h +15 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglapi.h +7 -5
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglbasebuffer.h +164 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglbasefilter.h +83 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglcolorconvert.h +12 -7
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglcontext.h +15 -2
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstgldisplay.h +11 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstgldownload.h +8 -1
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglfilter.h +17 -27
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglframebuffer.h +0 -7
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglmemory.h +76 -94
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglshader.h +3 -2
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglsyncmeta.h +54 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglupload.h +38 -22
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglutils.h +14 -9
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglviewconvert.h +98 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglwindow.h +95 -17
- data/vendor/local/include/gstreamer-1.0/gst/gst.h +2 -1
- data/vendor/local/include/gstreamer-1.0/gst/gstallocator.h +14 -7
- data/vendor/local/include/gstreamer-1.0/gst/gstbuffer.h +56 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstbufferlist.h +1 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstbufferpool.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstbus.h +1 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstcaps.h +64 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstclock.h +68 -20
- data/vendor/local/include/gstreamer-1.0/gst/gstdebugutils.h +11 -3
- data/vendor/local/include/gstreamer-1.0/gst/gstelement.h +2 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstelementfactory.h +13 -25
- data/vendor/local/include/gstreamer-1.0/gst/gsterror.h +1 -1
- data/vendor/local/include/gstreamer-1.0/gst/gstevent.h +14 -7
- data/vendor/local/include/gstreamer-1.0/gst/gstinfo.h +22 -5
- data/vendor/local/include/gstreamer-1.0/gst/gstmemory.h +26 -4
- data/vendor/local/include/gstreamer-1.0/gst/gstmessage.h +1 -1
- data/vendor/local/include/gstreamer-1.0/gst/gstminiobject.h +1 -5
- data/vendor/local/include/gstreamer-1.0/gst/gstobject.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstpad.h +3 -3
- data/vendor/local/include/gstreamer-1.0/gst/gstpipeline.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstplugin.h +1 -1
- data/vendor/local/include/gstreamer-1.0/gst/gstpreset.h +1 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstprotection.h +71 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstsample.h +3 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstsegment.h +42 -7
- data/vendor/local/include/gstreamer-1.0/gst/gststructure.h +26 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstsystemclock.h +1 -1
- data/vendor/local/include/gstreamer-1.0/gst/gsturi.h +160 -1
- data/vendor/local/include/gstreamer-1.0/gst/gstutils.h +2 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstvalue.h +50 -5
- data/vendor/local/include/gstreamer-1.0/gst/gstversion.h +6 -5
- data/vendor/local/include/gstreamer-1.0/gst/mpegts/gst-dvb-descriptor.h +1 -1
- data/vendor/local/include/gstreamer-1.0/gst/mpegts/mpegts.h +1 -1
- data/vendor/local/include/gstreamer-1.0/gst/net/gstnetclientclock.h +18 -0
- data/vendor/local/include/gstreamer-1.0/gst/net/gstnetcontrolmessagemeta.h +62 -0
- data/vendor/local/include/gstreamer-1.0/gst/net/gstptpclock.h +149 -0
- data/vendor/local/include/gstreamer-1.0/gst/net/net.h +1 -0
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/encoding-profile.h +6 -0
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/gstdiscoverer.h +28 -1
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/gstpluginsbaseversion.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/install-plugins.h +9 -0
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/pbutils-enumtypes.h +2 -0
- data/vendor/local/include/gstreamer-1.0/gst/riff/riff-ids.h +2 -0
- data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtcpbuffer.h +18 -2
- data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtp-enumtypes.h +31 -0
- data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtpbasedepayload.h +3 -2
- data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtpdefs.h +49 -0
- data/vendor/local/include/gstreamer-1.0/gst/rtp/rtp.h +2 -0
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtsp-enumtypes.h +18 -0
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtspconnection.h +3 -1
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtspmessage.h +19 -0
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtsptransport.h +2 -6
- data/vendor/local/include/gstreamer-1.0/gst/sdp/gstmikey.h +7 -5
- data/vendor/local/include/gstreamer-1.0/gst/video/colorbalance.h +1 -1
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideodecoder.h +22 -3
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideoencoder.h +2 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideometa.h +3 -3
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideoutils.h +1 -1
- data/vendor/local/include/gstreamer-1.0/gst/video/navigation.h +8 -1
- data/vendor/local/include/gstreamer-1.0/gst/video/video-color.h +48 -3
- data/vendor/local/include/gstreamer-1.0/gst/video/video-converter.h +284 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/video-dither.h +77 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/video-enumtypes.h +30 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/video-format.h +26 -7
- data/vendor/local/include/gstreamer-1.0/gst/video/video-frame.h +41 -2
- data/vendor/local/include/gstreamer-1.0/gst/video/video-info.h +175 -3
- data/vendor/local/include/gstreamer-1.0/gst/video/video-multiview.h +86 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/video-resampler.h +171 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/video-scaler.h +90 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/video.h +7 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-enum-types.h +10 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-message-headers.h +11 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-message.h +13 -8
- data/vendor/local/include/libsoup-2.4/libsoup/soup-server.h +37 -7
- data/vendor/local/include/libsoup-2.4/libsoup/soup-session.h +19 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-types.h +18 -16
- data/vendor/local/include/libsoup-2.4/libsoup/soup-uri.h +3 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-version.h +17 -2
- data/vendor/local/include/libsoup-2.4/libsoup/soup-websocket-connection.h +109 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-websocket.h +93 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup.h +2 -0
- data/vendor/local/include/ogg/os_types.h +2 -2
- data/vendor/local/include/opus/opus.h +978 -0
- data/vendor/local/include/opus/opus_defines.h +726 -0
- data/vendor/local/include/opus/opus_multistream.h +660 -0
- data/vendor/local/include/opus/opus_types.h +159 -0
- data/vendor/local/include/sqlite3.h +1023 -657
- data/vendor/local/include/sqlite3ext.h +42 -2
- 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/GstCheck-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstController-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstGL-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstInsertBin-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/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/GstRtp-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstRtsp-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstSdp-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstVideo-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/Soup-2.4.typelib +0 -0
- data/vendor/local/{include/gstreamer-1.0 → lib/gstreamer-1.0/include}/gst/gl/gstglconfig.h +2 -0
- data/vendor/local/{include/gstreamer-1.0 → lib/gstreamer-1.0/include}/gst/gstconfig.h +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 +3 -3
- 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 +3 -3
- 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 +3 -3
- 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 +3 -3
- 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 +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstalaw.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstalaw.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstalaw.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstalpha.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstalpha.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstalpha.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstalphacolor.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstalphacolor.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstalphacolor.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstapetag.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstapetag.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstapetag.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstapp.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstapp.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstapp.la +3 -3
- 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 +3 -3
- 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 +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstaudiofx.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiofx.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiofx.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstaudiofxbad.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiofxbad.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiofxbad.la +3 -3
- 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 +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstaudioparsers.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudioparsers.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudioparsers.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstaudiorate.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiorate.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiorate.la +3 -3
- 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 +3 -3
- 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 +3 -3
- 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 +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstauparse.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstauparse.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstauparse.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstautoconvert.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstautoconvert.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstautoconvert.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstautodetect.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstautodetect.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstautodetect.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstavi.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstavi.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstavi.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstbayer.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstbayer.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstbayer.la +3 -3
- 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 +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstcamerabin2.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcamerabin2.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcamerabin2.la +3 -3
- 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 +3 -3
- 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 +3 -3
- 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 +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstcutter.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcutter.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcutter.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstd3dvideosink.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstd3dvideosink.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstd3dvideosink.la +3 -3
- 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 +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstdataurisrc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdataurisrc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdataurisrc.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstdebug.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdebug.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdebug.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstdebugutilsbad.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdebugutilsbad.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdebugutilsbad.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstdeinterlace.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdeinterlace.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdeinterlace.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsink.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsink.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsink.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsrc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsrc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsrc.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstdtmf.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdtmf.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdtmf.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstdvbsuboverlay.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdvbsuboverlay.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdvbsuboverlay.la +3 -3
- 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 +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgsteffectv.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsteffectv.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsteffectv.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstencodebin.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstencodebin.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstencodebin.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstequalizer.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstequalizer.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstequalizer.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstfestival.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfestival.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfestival.la +3 -3
- 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 +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstflac.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstflac.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstflac.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstflv.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstflv.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstflv.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstflxdec.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstflxdec.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstflxdec.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstfragmented.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfragmented.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfragmented.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstfreeverb.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfreeverb.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfreeverb.la +3 -3
- 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 +3 -3
- 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 +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstgdkpixbuf.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgdkpixbuf.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgdkpixbuf.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstgdp.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgdp.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgdp.la +3 -3
- 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 +3 -3
- 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 +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstgoom.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgoom.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgoom.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstgoom2k1.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgoom2k1.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgoom2k1.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgsticydemux.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsticydemux.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsticydemux.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstid3demux.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstid3demux.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstid3demux.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstid3tag.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstid3tag.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstid3tag.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstimagefreeze.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstimagefreeze.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstimagefreeze.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstinter.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstinter.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstinter.la +3 -3
- 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 +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstinterleave.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstinterleave.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstinterleave.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstisomp4.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstisomp4.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstisomp4.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstivfparse.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstivfparse.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstivfparse.la +3 -3
- 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 +3 -3
- 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 +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstjpeg.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstjpeg.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstjpeg.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstjpegformat.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstjpegformat.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstjpegformat.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstlevel.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstlevel.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstlevel.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstlibav.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstlibav.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstlibav.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstliveadder.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstliveadder.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstliveadder.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstmatroska.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmatroska.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmatroska.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstmidi.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmidi.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmidi.la +3 -3
- 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 +3 -3
- 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 +3 -3
- 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 +3 -3
- 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 +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstmulaw.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmulaw.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmulaw.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstmultifile.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmultifile.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmultifile.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstmultipart.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmultipart.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmultipart.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstmxf.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmxf.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmxf.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstnavigationtest.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstnavigationtest.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstnavigationtest.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/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 +3 -3
- 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 +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstopus.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/{libgstspeex.dll.a → libgstopus.dll.a} +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstopus.la +41 -0
- data/vendor/local/lib/gstreamer-1.0/libgstpango.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstpango.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstpango.la +2 -2
- 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 +3 -3
- 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 +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstpng.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstpng.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstpng.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstpnm.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstpnm.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstpnm.la +3 -3
- 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 +3 -3
- 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 +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstreplaygain.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstreplaygain.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstreplaygain.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstrtp.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtp.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtp.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstrtpbad.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtpbad.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtpbad.la +41 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtpmanager.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtpmanager.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtpmanager.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstrtponvif.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtponvif.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/{libgstspeex.la → libgstrtponvif.la} +7 -7
- data/vendor/local/lib/gstreamer-1.0/libgstrtsp.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtsp.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtsp.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstsdpelem.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsdpelem.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsdpelem.la +3 -3
- 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 +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstshapewipe.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstshapewipe.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstshapewipe.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstsiren.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsiren.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsiren.la +3 -3
- 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 +3 -3
- 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 +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstsmpte.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsmpte.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsmpte.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstsouphttpsrc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsouphttpsrc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsouphttpsrc.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstspectrum.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstspectrum.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstspectrum.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstspeed.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstspeed.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstspeed.la +3 -3
- 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 +3 -3
- 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 +3 -3
- 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 +3 -3
- 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 +3 -3
- 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 +3 -3
- 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 +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstudp.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstudp.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstudp.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstvideobox.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideobox.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideobox.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstvideoconvert.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideoconvert.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideoconvert.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstvideocrop.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideocrop.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideocrop.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstvideofilter.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideofilter.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideofilter.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstvideofiltersbad.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideofiltersbad.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideofiltersbad.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstvideomixer.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideomixer.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideomixer.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstvideoparsersbad.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideoparsersbad.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideoparsersbad.la +3 -3
- 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 +3 -3
- 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 +3 -3
- 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 +3 -3
- 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 +3 -3
- 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 +3 -3
- 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 +3 -3
- 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 +3 -3
- 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 +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstwaveformsink.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwaveformsink.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwaveformsink.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstwavenc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwavenc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwavenc.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstwavparse.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwavparse.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwavparse.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstwinks.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwinks.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwinks.la +3 -3
- 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 +3 -3
- 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 +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgsty4menc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsty4menc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsty4menc.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstyadif.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstyadif.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstyadif.la +3 -3
- data/vendor/local/lib/libFLAC.dll.a +0 -0
- data/vendor/local/lib/libFLAC.la +1 -1
- data/vendor/local/lib/libgstadaptivedemux-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstadaptivedemux-1.0.la +41 -0
- data/vendor/local/lib/libgstallocators-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstallocators-1.0.la +5 -5
- data/vendor/local/lib/libgstapp-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstapp-1.0.la +5 -5
- data/vendor/local/lib/libgstaudio-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstaudio-1.0.la +5 -5
- data/vendor/local/lib/libgstbadbase-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstbadbase-1.0.la +5 -5
- data/vendor/local/lib/libgstbadvideo-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstbadvideo-1.0.la +5 -5
- data/vendor/local/lib/libgstbase-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstbase-1.0.la +4 -4
- data/vendor/local/lib/libgstbasecamerabinsrc-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstbasecamerabinsrc-1.0.la +5 -5
- data/vendor/local/lib/libgstcheck-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstcheck-1.0.la +3 -3
- data/vendor/local/lib/libgstcodecparsers-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstcodecparsers-1.0.la +5 -5
- data/vendor/local/lib/libgstcontroller-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstcontroller-1.0.la +4 -4
- data/vendor/local/lib/libgstfft-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstfft-1.0.la +5 -5
- data/vendor/local/lib/libgstgl-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstgl-1.0.la +5 -5
- data/vendor/local/lib/libgstinsertbin-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstinsertbin-1.0.la +5 -5
- data/vendor/local/lib/libgstmpegts-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstmpegts-1.0.la +5 -5
- data/vendor/local/lib/libgstnet-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstnet-1.0.la +5 -5
- data/vendor/local/lib/libgstpbutils-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstpbutils-1.0.la +5 -5
- data/vendor/local/lib/libgstphotography-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstphotography-1.0.la +5 -5
- data/vendor/local/lib/libgstreamer-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstreamer-1.0.la +4 -4
- data/vendor/local/lib/libgstriff-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstriff-1.0.la +5 -5
- data/vendor/local/lib/libgstrtp-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstrtp-1.0.la +5 -5
- data/vendor/local/lib/libgstrtsp-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstrtsp-1.0.la +5 -5
- data/vendor/local/lib/libgstsdp-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstsdp-1.0.la +5 -5
- data/vendor/local/lib/libgsttag-1.0.dll.a +0 -0
- data/vendor/local/lib/libgsttag-1.0.la +5 -5
- data/vendor/local/lib/libgsturidownloader-1.0.dll.a +0 -0
- data/vendor/local/lib/libgsturidownloader-1.0.la +5 -5
- data/vendor/local/lib/libgstvideo-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstvideo-1.0.la +5 -5
- data/vendor/local/lib/libjpeg.a +0 -0
- data/vendor/local/lib/libjpeg.dll.a +0 -0
- data/vendor/local/lib/libogg.a +0 -0
- data/vendor/local/lib/libogg.dll.a +0 -0
- data/vendor/local/lib/libogg.la +1 -1
- data/vendor/local/lib/libopus.a +0 -0
- data/vendor/local/lib/libopus.dll.a +0 -0
- data/vendor/local/lib/{libspeexdsp.la → libopus.la} +14 -8
- 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 +1 -1
- data/vendor/local/lib/libsqlite3.a +0 -0
- data/vendor/local/lib/libsqlite3.dll.a +0 -0
- data/vendor/local/lib/libtheora.a +0 -0
- data/vendor/local/lib/libtheora.dll.a +0 -0
- data/vendor/local/lib/libtheoradec.a +0 -0
- data/vendor/local/lib/libtheoradec.dll.a +0 -0
- data/vendor/local/lib/libtheoraenc.a +0 -0
- data/vendor/local/lib/libtheoraenc.dll.a +0 -0
- data/vendor/local/lib/libvorbis.a +0 -0
- data/vendor/local/lib/libvorbis.dll.a +0 -0
- data/vendor/local/lib/libvorbis.la +3 -3
- data/vendor/local/lib/libvorbisenc.a +0 -0
- data/vendor/local/lib/libvorbisenc.dll.a +0 -0
- data/vendor/local/lib/libvorbisenc.la +3 -3
- data/vendor/local/lib/libvorbisfile.a +0 -0
- data/vendor/local/lib/libvorbisfile.dll.a +0 -0
- data/vendor/local/lib/libvorbisfile.la +3 -3
- data/vendor/local/{share → lib}/locale/an/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{share → lib}/locale/as/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{share → lib}/locale/be/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{share → lib}/locale/bg/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{share → lib}/locale/bn_IN/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/lib/locale/bs/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{share → lib}/locale/ca/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{share → lib}/locale/ca@valencia/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/lib/locale/cs/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/lib/locale/da/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{share → lib}/locale/de/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/lib/locale/el/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{share → lib}/locale/en_GB/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{share → lib}/locale/eo/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/lib/locale/es/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{share → lib}/locale/et/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/lib/locale/eu/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{share → lib}/locale/fa/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/lib/locale/fr/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{share → lib}/locale/fur/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/lib/locale/gl/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{share → lib}/locale/gu/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/lib/locale/he/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{share → lib}/locale/hi/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/lib/locale/hu/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/lib/locale/id/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/lib/locale/it/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{share → lib}/locale/ja/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{share → lib}/locale/kn/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/lib/locale/ko/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/lib/locale/lt/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{share → lib}/locale/lv/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{share → lib}/locale/ml/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{share → lib}/locale/mr/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/lib/locale/nb/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{share → lib}/locale/nl/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{share → lib}/locale/or/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{share → lib}/locale/pa/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/lib/locale/pl/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{share → lib}/locale/pt/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/lib/locale/pt_BR/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{share → lib}/locale/ro/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{share → lib}/locale/ru/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/lib/locale/sk/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/lib/locale/sl/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/lib/locale/sr/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/lib/locale/sr@latin/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/lib/locale/sv/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{share → lib}/locale/ta/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{share → lib}/locale/te/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{share → lib}/locale/tg/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{share → lib}/locale/th/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/lib/locale/tr/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{share → lib}/locale/ug/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{share → lib}/locale/uk/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{share → lib}/locale/uz@cyrillic/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{share → lib}/locale/vi/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{share → lib}/locale/zh_CN/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{share → lib}/locale/zh_HK/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/lib/locale/zh_TW/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/lib/pkgconfig/flac.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-1.0.pc +4 -2
- data/vendor/local/lib/pkgconfig/gstreamer-allocators-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-app-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-audio-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-base-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-check-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-codecparsers-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-controller-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-fft-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-gl-1.0.pc +3 -3
- 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-plugins-bad-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-plugins-base-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-riff-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-rtp-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-rtsp-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-sdp-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-tag-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-video-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/libsoup-2.4.pc +1 -1
- data/vendor/local/lib/pkgconfig/ogg.pc +1 -1
- data/vendor/local/lib/pkgconfig/opus.pc +16 -0
- data/vendor/local/lib/pkgconfig/sqlite3.pc +1 -1
- data/vendor/local/lib/pkgconfig/vorbis.pc +4 -3
- data/vendor/local/lib/pkgconfig/vorbisenc.pc +2 -2
- data/vendor/local/lib/pkgconfig/vorbisfile.pc +2 -2
- data/vendor/local/libexec/gstreamer-1.0/gst-plugin-scanner.exe +0 -0
- data/vendor/local/share/aclocal/opus.m4 +117 -0
- data/vendor/local/share/bash-completion/completions/gst-inspect-1.0 +105 -0
- data/vendor/local/share/bash-completion/completions/gst-launch-1.0 +143 -0
- data/vendor/local/share/bash-completion/helpers/gst +35 -0
- data/vendor/local/share/bash-completion/helpers/gst-completion-helper-1.0.exe +0 -0
- data/vendor/local/share/doc/flac-1.3.1/FLAC.tag +10375 -0
- data/vendor/local/share/doc/{flac-1.3.0 → flac-1.3.1}/html/changelog.html +528 -99
- data/vendor/local/share/doc/{flac-1.3.0 → flac-1.3.1}/html/developers.html +9 -24
- data/vendor/local/share/doc/{flac-1.3.0 → flac-1.3.1}/html/documentation.html +10 -24
- data/vendor/local/share/doc/{flac-1.3.0 → flac-1.3.1}/html/documentation_bugs.html +9 -25
- data/vendor/local/share/doc/{flac-1.3.0 → flac-1.3.1}/html/documentation_example_code.html +6 -20
- data/vendor/local/share/doc/{flac-1.3.0 → flac-1.3.1}/html/documentation_format_overview.html +5 -19
- data/vendor/local/share/doc/{flac-1.3.0 → flac-1.3.1}/html/documentation_tools.html +7 -22
- data/vendor/local/share/doc/{flac-1.3.0 → flac-1.3.1}/html/documentation_tools_flac.html +23 -28
- data/vendor/local/share/doc/{flac-1.3.0 → flac-1.3.1}/html/documentation_tools_metaflac.html +5 -19
- data/vendor/local/share/doc/{flac-1.3.0 → flac-1.3.1}/html/faq.html +71 -83
- data/vendor/local/share/doc/{flac-1.3.0 → flac-1.3.1}/html/favicon.ico +0 -0
- data/vendor/local/share/doc/{flac-1.3.0 → flac-1.3.1}/html/features.html +10 -24
- data/vendor/local/share/doc/{flac-1.3.0 → flac-1.3.1}/html/flac.css +21 -19
- data/vendor/local/share/doc/{flac-1.3.0 → flac-1.3.1}/html/format.html +12 -26
- data/vendor/local/share/doc/{flac-1.3.0 → flac-1.3.1}/html/id.html +63 -71
- data/vendor/local/share/doc/flac-1.3.1/html/images/logo.svg +431 -0
- data/vendor/local/share/doc/flac-1.3.1/html/images/logo130.gif +0 -0
- data/vendor/local/share/doc/flac-1.3.1/html/index.html +99 -0
- data/vendor/local/share/doc/{flac-1.3.0 → flac-1.3.1}/html/license.html +9 -23
- data/vendor/local/share/doc/{flac-1.3.0 → flac-1.3.1}/html/ogg_mapping.html +7 -21
- data/vendor/local/share/doc/libogg/libogg/bitpacking.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/datastructures.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/decoding.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/encoding.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/general.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/index.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/ogg_iovec_t.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/ogg_packet.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/ogg_packet_clear.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/ogg_page.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/ogg_page_bos.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/ogg_page_checksum_set.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/ogg_page_continued.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/ogg_page_eos.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/ogg_page_granulepos.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/ogg_page_packets.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/ogg_page_pageno.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/ogg_page_serialno.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/ogg_page_version.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_check.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_clear.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_destroy.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_eos.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_flush.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_flush_fill.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_init.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_iovecin.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_packetin.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_packetout.html +2 -2
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_packetpeek.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_pagein.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_pageout.html +2 -2
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_pageout_fill.html +2 -2
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_reset.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_reset_serialno.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_state.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/ogg_sync_buffer.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/ogg_sync_check.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/ogg_sync_clear.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/ogg_sync_destroy.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/ogg_sync_init.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/ogg_sync_pageout.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/ogg_sync_pageseek.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/ogg_sync_reset.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/ogg_sync_state.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/ogg_sync_wrote.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/oggpack_adv.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/oggpack_adv1.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/oggpack_bits.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/oggpack_buffer.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/oggpack_bytes.html +2 -2
- data/vendor/local/share/doc/libogg/libogg/oggpack_get_buffer.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/oggpack_look.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/oggpack_look1.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/oggpack_read.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/oggpack_read1.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/oggpack_readinit.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/oggpack_reset.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/oggpack_write.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/oggpack_writealign.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/oggpack_writecheck.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/oggpack_writeclear.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/oggpack_writecopy.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/oggpack_writeinit.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/oggpack_writetrunc.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/overview.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/reference.html +3 -3
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/doxygen-build.stamp +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/eightphase.png +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/fish_xiph_org.png +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/floor1_inverse_dB_table.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/floorval.png +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/fourphase.png +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/framing.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/helper.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/index.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/libvorbis/index.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/libvorbis/overview.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/libvorbis/reference.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/libvorbis/return.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/libvorbis/style.css +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/libvorbis/vorbis_analysis.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/libvorbis/vorbis_analysis_blockout.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/libvorbis/vorbis_analysis_buffer.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/libvorbis/vorbis_analysis_headerout.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/libvorbis/vorbis_analysis_init.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/libvorbis/vorbis_analysis_wrote.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/libvorbis/vorbis_bitrate_addblock.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/libvorbis/vorbis_bitrate_flushpacket.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/libvorbis/vorbis_block.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/libvorbis/vorbis_block_clear.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/libvorbis/vorbis_block_init.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/libvorbis/vorbis_comment.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/libvorbis/vorbis_comment_add.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/libvorbis/vorbis_comment_add_tag.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/libvorbis/vorbis_comment_clear.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/libvorbis/vorbis_comment_init.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/libvorbis/vorbis_comment_query.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/libvorbis/vorbis_comment_query_count.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/libvorbis/vorbis_commentheader_out.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/libvorbis/vorbis_dsp_clear.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/libvorbis/vorbis_dsp_state.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/libvorbis/vorbis_granule_time.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/libvorbis/vorbis_info.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/libvorbis/vorbis_info_blocksize.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/libvorbis/vorbis_info_clear.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/libvorbis/vorbis_info_init.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/libvorbis/vorbis_packet_blocksize.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/libvorbis/vorbis_synthesis.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/libvorbis/vorbis_synthesis_blockin.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/libvorbis/vorbis_synthesis_halfrate.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/libvorbis/vorbis_synthesis_halfrate_p.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/libvorbis/vorbis_synthesis_headerin.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/libvorbis/vorbis_synthesis_idheader.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/libvorbis/vorbis_synthesis_init.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/libvorbis/vorbis_synthesis_lapout.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/libvorbis/vorbis_synthesis_pcmout.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/libvorbis/vorbis_synthesis_read.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/libvorbis/vorbis_synthesis_restart.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/libvorbis/vorbis_synthesis_trackonly.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/libvorbis/vorbis_version_string.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/oggstream.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/programming.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/rfc5215.txt +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/rfc5215.xml +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/squarepolar.png +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/stereo.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/stream.png +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/v-comment.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbis-clip.txt +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbis-errors.txt +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbis-fidelity.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisenc/changes.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisenc/examples.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisenc/index.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisenc/ovectl_ratemanage2_arg.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisenc/ovectl_ratemanage_arg.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisenc/overview.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisenc/reference.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisenc/style.css +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisenc/vorbis_encode_ctl.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisenc/vorbis_encode_init.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisenc/vorbis_encode_init_vbr.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisenc/vorbis_encode_setup_init.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisenc/vorbis_encode_setup_managed.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisenc/vorbis_encode_setup_vbr.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/OggVorbis_File.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/callbacks.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/chaining_example_c.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/chainingexample.html +1 -1
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/crosslap.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/datastructures.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/decoding.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/example.html +9 -9
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/exampleindex.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/fileinfo.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/index.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/initialization.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/ov_bitrate.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/ov_bitrate_instant.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/ov_callbacks.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/ov_clear.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/ov_comment.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/ov_crosslap.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/ov_fopen.html +1 -1
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/ov_info.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/ov_open.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/ov_open_callbacks.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/ov_pcm_seek.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/ov_pcm_seek_lap.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/ov_pcm_seek_page.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/ov_pcm_seek_page_lap.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/ov_pcm_tell.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/ov_pcm_total.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/ov_raw_seek.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/ov_raw_seek_lap.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/ov_raw_tell.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/ov_raw_total.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/ov_read.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/ov_read_filter.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/ov_read_float.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/ov_seekable.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/ov_serialnumber.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/ov_streams.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/ov_test.html +6 -3
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/ov_test_callbacks.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/ov_test_open.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/ov_time_seek.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/ov_time_seek_lap.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/ov_time_seek_page.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/ov_time_seek_page_lap.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/ov_time_tell.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/ov_time_total.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/overview.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/reference.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/seekexample.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/seeking.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/seeking_example_c.html +8 -8
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/seeking_test_c.html +8 -8
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/seekingexample.html +7 -7
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/style.css +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/threads.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/vorbisfile_example_c.html +8 -8
- data/vendor/local/share/gir-1.0/Gst-1.0.gir +2666 -143
- data/vendor/local/share/gir-1.0/GstAllocators-1.0.gir +119 -1
- data/vendor/local/share/gir-1.0/GstApp-1.0.gir +126 -20
- data/vendor/local/share/gir-1.0/GstAudio-1.0.gir +284 -10
- data/vendor/local/share/gir-1.0/GstBase-1.0.gir +469 -45
- data/vendor/local/share/gir-1.0/GstCheck-1.0.gir +92 -9
- data/vendor/local/share/gir-1.0/GstController-1.0.gir +78 -4
- data/vendor/local/share/gir-1.0/GstFft-1.0.gir +100 -0
- data/vendor/local/share/gir-1.0/GstGL-1.0.gir +10287 -0
- data/vendor/local/share/gir-1.0/GstInsertBin-1.0.gir +39 -17
- data/vendor/local/share/gir-1.0/GstMpegts-1.0.gir +3 -3
- data/vendor/local/share/gir-1.0/GstNet-1.0.gir +428 -12
- data/vendor/local/share/gir-1.0/GstPbutils-1.0.gir +233 -6
- data/vendor/local/share/gir-1.0/GstRtp-1.0.gir +346 -67
- data/vendor/local/share/gir-1.0/GstRtsp-1.0.gir +285 -31
- data/vendor/local/share/gir-1.0/GstSdp-1.0.gir +3 -2
- data/vendor/local/share/gir-1.0/GstVideo-1.0.gir +2530 -152
- data/vendor/local/share/gir-1.0/Soup-2.4.gir +1442 -86
- data/vendor/local/share/gstreamer-1.0/presets/GstFreeverb.prs +21 -0
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/ch01.html +3 -4
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/ch02.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/ch03.html +3 -4
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-1.0.devhelp2 +5 -1
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-GstFFMpegAudDec.html +4 -6
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-GstFFMpegAudEnc.html +4 -6
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-GstFFMpegVidDec.html +4 -6
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-GstFFMpegVidEnc.html +4 -6
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-gstav.html +3 -82
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-gstavcfg.html +3 -28
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-gstavcodecmap.html +3 -76
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-gstavprotocol.html +3 -40
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-gstavutils.html +3 -18
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-plugin-libav.html +68 -13
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/index.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/index.sgml +5 -0
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/style.css +9 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstGLBaseFilter.html +173 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstGLBufferPool.html +5 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstGLColorConvert.html +54 -21
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstGLContext.html +293 -42
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstGLDisplay.html +261 -14
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstGLDownload.html +34 -23
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstGLFilter.html +37 -75
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/{gst-plugins-bad-libs-GstGLFramebuffer.html → GstGLFramebuffer.html} +31 -57
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstGLUpload.html +93 -95
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/{gst-plugins-bad-libs-GstGLUploadMeta.html → GstGLUploadMeta.html} +45 -41
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstGLWindow.html +372 -64
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/annotation-glossary.html +5 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/api-index-deprecated.html +3 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/api-index-full.html +382 -171
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/base.html +3 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/ch07.html +32 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/codecparsers.html +6 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/compiling.html +3 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gl.html +15 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-1.0.devhelp2 +995 -66
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-descriptors.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-sections.html +5 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html +3 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html +6 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html +5 -38
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.html +3 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstAggregator.html +92 -35
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstAggregatorPad.html +55 -17
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstEGLImageMemory.html +5 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLAPI.html +83 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLContextCocoa.html +36 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLContextEGL.html +42 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLContextEagl.html +105 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLContextGLX.html +39 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLContextWGL.html +37 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLSyncMeta.html +172 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLWindowAndroid.html +3 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLWindowCocoa.html +3 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLWindowDispmanx.html +3 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLWindowWayland.html +3 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLWindowWin32.html +3 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLWindowX11.html +6 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstInsertbin.html +49 -26
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstPhotography.html +2401 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstVideoAggregator.html +28 -18
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstVideoAggregatorPad.html +91 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ISDB-variants-of-MPEG-TS-descriptors.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Mpeg-ts-helper-library.html +3 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Utilities.html +76 -56
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstglmemory.html +165 -259
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstglshader.html +21 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstmpegvideometa.html +8 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-h264parser.html +72 -27
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-jpegparser.html +978 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html +28 -35
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpegvideoparser.html +35 -43
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-vc1parser.html +33 -44
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gstreamer-libs-hierarchy.html +27 -24
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gstreamer-plugins-bad.html +23 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/index.html +23 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/index.sgml +1004 -41
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/mpegts.html +3 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/style.css +9 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/tools.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/video.html +3 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/ch01.html +109 -80
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/ch02.html +60 -49
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-1.0.devhelp2 +84 -248
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-accurip.html +7 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-aiffmux.html +157 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-aiffparse.html +183 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-assrender.html +13 -17
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-audiomixer.html +275 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-autoconvert.html +11 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-bs2b.html +156 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-bulge.html +9 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-burn.html +8 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-camerabin.html +7 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-chromium.html +8 -30
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-circle.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-coloreffects.html +8 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-compositor.html +36 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-cvdilate.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-cvequalizehist.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-cverode.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-cvlaplace.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-cvsmooth.html +63 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-cvsobel.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dataurisrc.html +8 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-diffuse.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dilate.html +8 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dodge.html +8 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dtmfdetect.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dtsdec.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dvbsrc.html +328 -92
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dvdspu.html +8 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-edgedetect.html +9 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-exclusion.html +9 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-faac.html +41 -31
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-faad.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-faceblur.html +8 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-facedetect.html +7 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-festival.html +8 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-fisheye.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-fpsdisplaysink.html +13 -17
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gaussianblur.html +8 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-jpegparse.html +10 -32
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-kaleidoscope.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-liveadder.html +7 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-marble.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mimdec.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mimenc.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mirror.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-modplug.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mpeg2enc.html +9 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mpegpsmux.html +184 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mpegtsmux.html +271 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mpg123audiodec.html +8 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mplex.html +9 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-neonhttpsrc.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-ofa.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-openalsink.html +9 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-openalsrc.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-opencvtextoverlay.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-opusdec.html +197 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-opusenc.html +344 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-opusparse.html +156 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-pcapparse.html +10 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-pinch.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-aiff.html +85 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-assrender.html +6 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-audiomixer.html +85 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-audiovisualizers.html +9 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-autoconvert.html +6 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-bayer.html +8 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-bs2b.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-bz2.html +8 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-camerabin.html +6 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-coloreffects.html +6 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-curl.html +6 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-dataurisrc.html +6 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-debugutilsbad.html +10 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-dtsdec.html +6 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-dvb.html +6 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-dvdspu.html +8 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-faac.html +9 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-faad.html +6 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-festival.html +6 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-gaudieffects.html +6 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-geometrictransform.html +6 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-gsm.html +6 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-jpegformat.html +6 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-liveadder.html +6 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-mimic.html +6 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-mms.html +6 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-modplug.html +6 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-mpeg2enc.html +8 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/{gst-plugins-bad-plugins-plugin-eglglessink.html → gst-plugins-bad-plugins-plugin-mpegpsmux.html} +16 -17
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-mpegtsmux.html +9 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-mplex.html +6 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-neon.html +6 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-ofa.html +6 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-openal.html +6 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-opencv.html +8 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-opus.html +97 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-pcapparse.html +8 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-rawparse.html +6 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-rfbsrc.html +6 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-rtmp.html +7 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-sdp.html +6 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-shm.html +6 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-soundtouch.html +6 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-speed.html +6 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-voaacenc.html +6 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-voamrwbenc.html +6 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-zbar.html +7 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-pyramidsegment.html +7 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rfbsrc.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rtmpsink.html +23 -19
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rtmpsrc.html +24 -19
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rtpopusdepay.html +156 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rtpopuspay.html +156 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-sdpdemux.html +9 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-shmsink.html +11 -63
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-shmsrc.html +22 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-solarize.html +8 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-spacescope.html +8 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-spectrascope.html +8 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-speed.html +8 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-sphere.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-square.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-stretch.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-synaescope.html +8 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-templatematch.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-tunnel.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-twirl.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-videoparse.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-voaacenc.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-voamrwbenc.html +7 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-waterripple.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-wavescope.html +8 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-zbar.html +22 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/index.html +164 -127
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/index.sgml +186 -85
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/style.css +9 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/annotation-glossary.html +14 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/api-index-deprecated.html +3 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/api-index-full.html +455 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/compiling.html +3 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-1.0.devhelp2 +854 -46
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoChroma.html +509 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoDecoder.html +143 -80
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoDither.html +345 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoEncoder.html +42 -46
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoPool.html +9 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoResampler.html +379 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoScaler.html +598 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-appsink.html +11 -14
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-appsrc.html +81 -34
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-dmabuf.html +40 -18
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-encoding-profile.html +114 -85
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-fdmemory.html +294 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudio.html +7 -16
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiobasesink.html +10 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiobasesrc.html +5 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiocdsrc.html +3 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiochannels.html +7 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudioclock.html +3 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiodecoder.html +91 -17
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudioencoder.html +9 -22
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiofilter.html +3 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudioiec61937.html +3 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiometa.html +7 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudioringbuffer.html +4 -24
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiosink.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiosrc.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstcolorbalance.html +19 -22
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstcolorbalancechannel.html +10 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstdiscoverer.html +236 -113
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstfft.html +3 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstfftf32.html +6 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstfftf64.html +6 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstffts16.html +6 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstffts32.html +6 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html +773 -239
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstnavigation.html +165 -82
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutils.html +3 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutilscodecutils.html +3 -21
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutilsdescriptions.html +3 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutilsinstallplugins.html +144 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutilsmissingplugins.html +5 -14
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpluginsbaseversion.html +5 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstriff.html +3 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtcpbuffer.html +195 -148
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtpbaseaudiopayload.html +3 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtpbasedepayload.html +5 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtpbasepayload.html +3 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtpbuffer.html +147 -82
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtphdrext.html +12 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtppayloads.html +3 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspconnection.html +251 -53
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html +4 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspextension.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspmessage.html +242 -40
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtsprange.html +5 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtsptransport.html +3 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspurl.html +3 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstsdpmessage.html +349 -373
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gststreamvolume.html +3 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttag.html +92 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagdemux.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagexif.html +3 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagid3.html +4 -14
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttaglanguagecodes.html +3 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttaglicenses.html +3 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagmux.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagvorbis.html +3 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagxmp.html +3 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagxmpwriter.html +3 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html +1886 -550
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideofilter.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideometa.html +80 -40
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideoorientation.html +20 -29
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideooverlay.html +18 -21
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideooverlaycomposition.html +19 -14
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideosink.html +11 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideoutils.html +27 -29
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-allocators.html +10 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-app.html +5 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-audio.html +3 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-base-utils.html +3 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-ffft.html +3 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-libs-hierarchy.html +3 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-mikey.html +3 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-plugins-base.html +24 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-riff.html +3 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-rtp.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-rtsp.html +3 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-sdp.html +3 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-tag.html +3 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-video.html +16 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/index.html +24 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/index.sgml +889 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/style.css +9 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/ch01.html +53 -51
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/ch02.html +29 -30
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-1.0.devhelp2 +123 -123
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-adder.html +12 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-alsasink.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-alsasrc.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-appsink.html +17 -157
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-appsrc.html +30 -152
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-audioconvert.html +12 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-audiorate.html +21 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-audioresample.html +8 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-audiotestsrc.html +7 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-cdparanoiasrc.html +9 -61
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-clockoverlay.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-decodebin.html +29 -31
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-encodebin.html +10 -16
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-giosink.html +11 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-giosrc.html +11 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-giostreamsink.html +5 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-giostreamsrc.html +5 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-multifdsink.html +32 -35
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-multisocketsink.html +77 -43
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-oggdemux.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-oggmux.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-playbin.html +70 -52
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-playsink.html +14 -47
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-adder.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-alsa.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-app.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-audioconvert.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-audiorate.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-audioresample.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-audiotestsrc.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-cdparanoia.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-encoding.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-gio.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-libvisual.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-ogg.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-pango.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-playback.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-subparse.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-tcp.html +8 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-theora.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-typefindfunctions.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-videoconvert.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-videorate.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-videoscale.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-videotestsrc.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-volume.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-vorbis.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-ximagesink.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-xvimagesink.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-socketsrc.html +199 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-streamsynchronizer.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-subtitleoverlay.html +9 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-tcpclientsink.html +11 -14
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-tcpclientsrc.html +11 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-tcpserversink.html +11 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-tcpserversrc.html +11 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-textoverlay.html +9 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-textrender.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-theoradec.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-theoraenc.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-theoraparse.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-timeoverlay.html +36 -14
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-uridecodebin.html +39 -73
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-videoconvert.html +125 -18
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-videorate.html +29 -20
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-videoscale.html +78 -26
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-videotestsrc.html +31 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-volume.html +9 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-vorbisdec.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-vorbisenc.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-vorbisparse.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-vorbistag.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-ximagesink.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-xvimagesink.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/index.html +79 -77
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/index.sgml +135 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/style.css +9 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/GstIirEqualizer.html +4 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/ch01.html +167 -161
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/ch02.html +73 -74
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/ch03.html +3 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-1.0.devhelp2 +76 -443
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-3gppmux.html +69 -16
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-GstVideoMixerPad.html +4 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-aacparse.html +4 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-aasink.html +9 -61
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-ac3parse.html +4 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-agingtv.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-alawdec.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-alawenc.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-alpha.html +8 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-alphacolor.html +85 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-amrparse.html +4 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-apedemux.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-apev2mux.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-aspectratiocrop.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audioamplify.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiochebband.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiocheblimit.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiodynamic.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audioecho.html +6 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiofirfilter.html +7 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audioiirfilter.html +7 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audioinvert.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiokaraoke.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiopanorama.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiowsincband.html +5 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiowsinclimit.html +5 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-auparse.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-autoaudiosink.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-autoaudiosrc.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-autovideosink.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-autovideosrc.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-avidemux.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-avimux.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-avisubtitle.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-cacasink.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-cairooverlay.html +5 -57
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-capssetter.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-cutter.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-dcaparse.html +4 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-deinterlace.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-deinterleave.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-dicetv.html +7 -35
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-directsoundsink.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-dtmfsrc.html +7 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-dv1394src.html +8 -36
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-dvdec.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-dvdemux.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-edgetv.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-equalizer-10bands.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-equalizer-3bands.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-equalizer-nbands.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-flacdec.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-flacenc.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-flacparse.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-flactag.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-flvdemux.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-flvmux.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-flxdec.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-gamma.html +5 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-gdkpixbufsink.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-goom.html +7 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-goom2k1.html +7 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-hdv1394src.html +6 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-icydemux.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-id3demux.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-id3v2mux.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-imagefreeze.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-interleave.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-ismlmux.html +64 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-jackaudiosink.html +19 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-jackaudiosrc.html +19 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-jpegdec.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-jpegenc.html +8 -36
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-level.html +7 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-matroskademux.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-matroskamux.html +9 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-mj2mux.html +63 -14
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-monoscope.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-mp4mux.html +67 -14
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-mpegaudioparse.html +4 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-mulawdec.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-mulawenc.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-multifilesink.html +53 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-multifilesrc.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-multipartdemux.html +5 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-multipartmux.html +5 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-multiudpsink.html +19 -24
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-optv.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-oss4sink.html +6 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-oss4src.html +6 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-osssink.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-osssrc.html +6 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-osxaudiosink.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-osxaudiosrc.html +6 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-osxvideosink.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-1394.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-aasink.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-alaw.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-alpha.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-alphacolor.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-apetag.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-audiofx.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-auparse.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-autodetect.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-avi.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-cacasink.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-cairo.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-cutter.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-debug.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-deinterlace.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-directsound.html +3 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-dtmf.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-dv.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-effectv.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-equalizer.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-flac.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-flv.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-flxdec.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-gdkpixbuf.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-goom.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-goom2k1.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-icydemux.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-id3demux.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-imagefreeze.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-interleave.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-isomp4.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-jack.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-jpeg.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-level.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-matroska.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-monoscope.html +3 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-mulaw.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-multifile.html +12 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-multipart.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-navigationtest.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-oss4.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-ossaudio.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-osxaudio.html +3 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-osxvideo.html +3 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-png.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-pulseaudio.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-replaygain.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-rtp.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-rtpmanager.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-rtsp.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-shapewipe.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-shout2send.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-smpte.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-soup.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-spectrum.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-speex.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-taglib.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-udp.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-video4linux2.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-videobox.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-videocrop.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-videofilter.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-videomixer.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-vpx.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-waveform.html +3 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-wavenc.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-wavpack.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-wavparse.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-ximagesrc.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-y4menc.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-pngdec.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-pngenc.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-progressreport.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-pulsesink.html +6 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-pulsesrc.html +6 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-qtdemux.html +6 -34
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-qtmoovrecover.html +3 -22
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-qtmux.html +86 -24
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-quarktv.html +6 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-radioactv.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-revtv.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rganalysis.html +5 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rglimiter.html +5 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rgvolume.html +5 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rippletv.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpL16depay.html +6 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpL16pay.html +6 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpac3depay.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpac3pay.html +6 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpamrdepay.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpamrpay.html +6 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpbin.html +191 -69
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpbvdepay.html +7 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpbvpay.html +7 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpdec.html +23 -99
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpdtmfmux.html +9 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpdtmfsrc.html +7 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpj2kpay.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpjitterbuffer.html +109 -30
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpjpegpay.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmux.html +6 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpptdemux.html +16 -20
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtprtxreceive.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtprtxsend.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpsbcpay.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpsession.html +56 -106
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpssrcdemux.html +11 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtspsrc.html +47 -26
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-sbcparse.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-scaletempo.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-shagadelictv.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-shapewipe.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-shout2send.html +5 -33
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-smpte.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-smptealpha.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-souphttpsrc.html +20 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-spectrum.html +7 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-speexdec.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-speexenc.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-splitfilesrc.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-splitmuxsink.html +311 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-splitmuxsrc.html +245 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-streaktv.html +10 -14
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-taginject.html +8 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-udpsink.html +8 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-udpsrc.html +14 -18
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-v4l2radio.html +8 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-v4l2sink.html +9 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-v4l2src.html +11 -39
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-vertigotv.html +10 -38
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-videobalance.html +17 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-videobox.html +85 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-videocrop.html +8 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-videoflip.html +9 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-videomixer.html +9 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-vp8dec.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-vp8enc.html +8 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-warptv.html +8 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-waveformsink.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-wavenc.html +13 -17
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-wavpackdec.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-wavpackenc.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-wavpackparse.html +7 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-wavparse.html +8 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-webmmux.html +8 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-ximagesrc.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-y4menc.html +18 -14
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/index.html +237 -231
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/index.sgml +94 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/style.css +9 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstAllocator.html +25 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstBin.html +53 -18
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstBuffer.html +217 -56
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstBufferList.html +51 -17
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstBufferPool.html +15 -26
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstBus.html +69 -36
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstCaps.html +409 -118
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstCapsFeatures.html +25 -34
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstChildProxy.html +7 -10
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstClock.html +311 -100
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstContext.html +11 -18
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstControlBinding.html +7 -11
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstControlSource.html +3 -8
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstDateTime.html +3 -18
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstDeviceProviderFactory.html +14 -18
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstElement.html +20 -43
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstElementFactory.html +3 -26
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstEvent.html +212 -37
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstGhostPad.html +4 -13
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstMemory.html +139 -59
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstMessage.html +49 -61
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstObject.html +153 -60
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPad.html +37 -91
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPadTemplate.html +5 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPipeline.html +155 -20
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPlugin.html +6 -22
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPluginFeature.html +4 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPreset.html +44 -14
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstQuery.html +149 -168
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstRegistry.html +43 -49
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstSample.html +99 -18
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstSegment.html +168 -36
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstStructure.html +278 -218
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstSystemClock.html +8 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTagList.html +123 -163
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTagSetter.html +16 -18
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTask.html +33 -40
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTaskPool.html +11 -12
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstToc.html +58 -67
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTypeFindFactory.html +13 -15
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/annotation-glossary.html +16 -7
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gst-building.html +3 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gst-running.html +17 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-1.0.devhelp2 +607 -16
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-Gst.html +6 -11
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstAtomicQueue.html +3 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/{gstreamer-gstconfig.html → gstreamer-GstConfig.html} +19 -19
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstDevice.html +12 -19
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstDeviceMonitor.html +13 -17
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstDeviceProvider.html +18 -22
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstFormat.html +3 -8
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstGError.html +4 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstInfo.html +55 -35
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstIterator.html +17 -24
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstMeta.html +5 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstMiniObject.html +24 -28
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstParamSpec.html +3 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstParse.html +4 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstPoll.html +8 -19
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstProtectionMeta.html +224 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstTocSetter.html +8 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstTypeFind.html +14 -17
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstUri.html +1918 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstUriHandler.html +52 -44
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstUtils.html +104 -128
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstValue.html +376 -175
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstVersion.html +6 -7
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-device-probing.html +3 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-hierarchy.html +5 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-support.html +3 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer.html +3 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/index.html +19 -8
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/index.sgml +618 -13
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/{api-index-full.html → ix01.html} +402 -23
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/{api-index-deprecated.html → ix02.html} +15 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix03.html +365 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix04.html +334 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix05.html +34 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix06.html +349 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix07.html +34 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix08.html +34 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/libgstreamer.html +11 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/style.css +9 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstARGBControlBinding.html +16 -17
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstAdapter.html +81 -34
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstBaseParse.html +21 -20
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstBaseSink.html +15 -32
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstBaseSrc.html +26 -34
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstBaseTransform.html +94 -12
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstCollectPads.html +128 -66
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstDirectControlBinding.html +24 -10
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstInterpolationControlSource.html +8 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstLFOControlSource.html +8 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstNetClientClock.html +148 -20
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstNetTimeProvider.html +7 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstPushSrc.html +47 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstTestClock.html +23 -27
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstTimedValueControlSource.html +218 -32
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstTriggerControlSource.html +9 -10
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/annotation-glossary.html +12 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-base.html +3 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-check.html +5 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-control.html +4 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-hierarchy.html +6 -7
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-1.0.devhelp2 +66 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstBitReader.html +6 -28
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstBufferStraw.html +4 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstByteReader.html +433 -335
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstByteWriter.html +13 -48
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstCheck.html +200 -34
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstDataQueue.html +56 -53
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstFlowCombiner.html +93 -48
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstNetAddressMeta.html +6 -7
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstNetControlMessageMeta.html +186 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstNetTimePacket.html +17 -22
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstPtpClock.html +448 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstQueueArray.html +37 -36
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstStreamConsistency.html +6 -8
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstTypeFindHelper.html +5 -7
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs.html +11 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-net.html +10 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/index.html +17 -7
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/index.sgml +78 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/{api-index-full.html → ix01.html} +154 -11
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/{api-index-deprecated.html → ix02.html} +8 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/ix03.html +132 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/ix04.html +114 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/ix05.html +241 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/ix06.html +34 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/style.css +9 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/ch01.html +21 -22
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/ch02.html +4 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-1.0.devhelp2 +37 -45
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-capsfilter.html +35 -11
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-downloadbuffer.html +5 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-fakesink.html +10 -12
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-fakesrc.html +9 -11
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-fdsink.html +7 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-fdsrc.html +12 -14
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-filesink.html +6 -8
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-filesrc.html +7 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-funnel.html +8 -10
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-identity.html +9 -11
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-input-selector.html +10 -39
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-multiqueue.html +11 -13
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-output-selector.html +7 -11
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-plugin-coreelements.html +12 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-queue.html +16 -18
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-queue2.html +7 -11
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-tee.html +26 -10
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-typefind.html +9 -11
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-valve.html +8 -10
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/index.html +22 -23
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/index.sgml +37 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/style.css +9 -6
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAddress.html +12 -12
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuth.html +5 -5
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuthDomain.html +1 -1
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuthDomainBasic.html +1 -1
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuthDomainDigest.html +1 -1
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuthManager.html +3 -3
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCache.html +1 -1
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupContentDecoder.html +1 -1
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupContentSniffer.html +1 -1
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCookie.html +1 -1
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCookieJar.html +1 -1
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCookieJarDB.html +1 -1
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCookieJarText.html +1 -1
- 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 +76 -27
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMessageBody.html +1 -1
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMessageHeaders.html +181 -29
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMultipart.html +1 -1
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMultipartInputStream.html +23 -23
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupProxyResolverDefault.html +5 -5
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupRequest.html +17 -17
- 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 +6 -6
- 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 +567 -119
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSession.html +300 -83
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSessionAsync.html +1 -1
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSessionFeature.html +4 -4
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSessionSync.html +1 -1
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSocket.html +38 -38
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupURI.html +29 -1
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/ch04.html +3 -0
- 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 +3 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/index.sgml +66 -1
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/ix01.html +104 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-GValue-Support.html +60 -60
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-Soup-Miscellaneous-Utilities.html +1 -1
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-SoupServer-deprecated-API.html +8 -7
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-Version-Information.html +30 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-WebSockets.html +1475 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-XMLRPC-Support.html +20 -20
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4.devhelp2 +54 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-client-howto.html +5 -5
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-request-howto.html +4 -4
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-server-howto.html +3 -3
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-session-porting.html +3 -3
- data/vendor/local/share/license/flac/AUTHORS +19 -3
- data/vendor/local/share/license/libav/LICENSE +1 -1
- data/vendor/local/share/license/libvorbis/COPYING +1 -1
- data/vendor/local/share/license/opus/AUTHORS +6 -0
- data/vendor/local/share/license/{speex → opus}/COPYING +22 -13
- data/vendor/local/share/locale/af/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/af/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/af/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/af/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/az/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/az/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/az/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/az/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/ky/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/mt/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/mt/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/rw/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/sq/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/sq/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/sq/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/sq/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/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/locale/zh_TW/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/man/man1/flac.1 +12 -8
- data/vendor/local/share/man/man1/gst-play-1.0.1 +20 -2
- data/vendor/local/share/man/man1/sqlite3.1 +45 -38
- metadata +334 -349
- data/vendor/local/bin/libspeex-1.dll +0 -0
- data/vendor/local/bin/libspeexdsp-1.dll +0 -0
- data/vendor/local/bin/speexdec.exe +0 -0
- data/vendor/local/bin/speexenc.exe +0 -0
- data/vendor/local/include/speex/speex.h +0 -424
- data/vendor/local/include/speex/speex_bits.h +0 -174
- data/vendor/local/include/speex/speex_buffer.h +0 -68
- data/vendor/local/include/speex/speex_callbacks.h +0 -134
- data/vendor/local/include/speex/speex_config_types.h +0 -11
- data/vendor/local/include/speex/speex_echo.h +0 -170
- data/vendor/local/include/speex/speex_header.h +0 -94
- data/vendor/local/include/speex/speex_jitter.h +0 -197
- data/vendor/local/include/speex/speex_preprocess.h +0 -219
- data/vendor/local/include/speex/speex_resampler.h +0 -340
- data/vendor/local/include/speex/speex_stereo.h +0 -91
- data/vendor/local/include/speex/speex_types.h +0 -126
- data/vendor/local/lib/girepository-1.0/GstRiff-1.0.typelib +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstspeex.dll +0 -0
- data/vendor/local/lib/libspeex.a +0 -0
- data/vendor/local/lib/libspeex.dll.a +0 -0
- data/vendor/local/lib/libspeex.la +0 -35
- data/vendor/local/lib/libspeexdsp.a +0 -0
- data/vendor/local/lib/libspeexdsp.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/speex.pc +0 -15
- data/vendor/local/lib/pkgconfig/speexdsp.pc +0 -15
- data/vendor/local/share/aclocal/speex.m4 +0 -104
- data/vendor/local/share/doc/flac-1.3.0/FLAC.tag +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison.html +0 -433
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__chopin_prelude_24.html +0 -171
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__dream_theater_600.html +0 -171
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__eddie_warner_titus.html +0 -171
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__fanfare_de_l_eventail_de_jeanne.html +0 -171
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__gloria_estefan_conga.html +0 -171
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__hand_in_my_pocket.html +0 -171
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__l_sub_raga_sivapriya.html +0 -171
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__laetatus_sum.html +0 -171
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__mummified_in_barbed_wire.html +0 -171
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__prokofiev_pcon3_3.html +0 -171
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__ravel_sq4_4.html +0 -171
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__scarlatti_k42.html +0 -171
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__tool_forty_six_and_2.html +0 -171
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__white_room.html +0 -171
- data/vendor/local/share/doc/flac-1.3.0/html/comparison_all_cpudectime.html +0 -168
- data/vendor/local/share/doc/flac-1.3.0/html/comparison_all_cpuenctime.html +0 -168
- data/vendor/local/share/doc/flac-1.3.0/html/comparison_all_procdectime.html +0 -168
- data/vendor/local/share/doc/flac-1.3.0/html/comparison_all_procenctime.html +0 -168
- data/vendor/local/share/doc/flac-1.3.0/html/comparison_all_ratio.html +0 -168
- data/vendor/local/share/doc/flac-1.3.0/html/documentation_tasks.html +0 -229
- data/vendor/local/share/doc/flac-1.3.0/html/documentation_tools_plugins.html +0 -97
- data/vendor/local/share/doc/flac-1.3.0/html/download.html +0 -287
- data/vendor/local/share/doc/flac-1.3.0/html/images/1x1.gif +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/images/cafebug.gif +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/images/hw/Blackbird_Front_low3_325x87.jpg +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/images/hw/MS300frontsmall_270x108.jpg +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/images/hw/MediaBox_Frt_170x325.jpg +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/images/hw/SB_Hero_Black_325x182.jpg +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/images/hw/Sooloos-ControlOne_325x328.jpg +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/images/hw/Z500_front_325x94.jpg +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/images/hw/a2_01_325x252.jpg +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/images/hw/arcus_325x135.jpg +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/images/hw/bmp-1430_325x241.jpg +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/images/hw/cs505_front_lrg_325x113.jpg +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/images/hw/enus_3-4lft-hires_product_eva8000_325x127.jpg +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/images/hw/escient_ProductLine_325x163.jpg +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/images/hw/hifidelio_bl_front_Z_RGB_325x163.jpg +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/images/hw/i-station-mini-dx_325x237.jpg +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/images/hw/iwod-g10_325x257.jpg +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/images/hw/knc_hr-2800_325x209.jpg +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/images/hw/mediaready_prodmain_MRMCa_325x232.jpg +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/images/hw/meizu_m6_325x206.jpg +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/images/hw/musica_artwork_325x90.jpg +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/images/hw/neodigits_x5000_325x124.jpg +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/images/hw/onda-vx737_325x240.jpg +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/images/hw/request_n_front_325x103.jpg +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/images/hw/rio_karma_279x254.jpg +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/images/hw/sonos_family_RGB_325x200.jpg +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/images/hw/teclast-tl29_325x244.jpg +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/images/hw/transporter_hero_grey_325x208.jpg +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/images/hw/tvix-4000_325x204.jpg +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/images/hw/vibez_nofm_combi_black_b_325x220.jpg +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/images/logo100.gif +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/images/logo130.gif +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/index.html +0 -140
- data/vendor/local/share/doc/flac-1.3.0/html/itunes.html +0 -94
- data/vendor/local/share/doc/flac-1.3.0/html/links.html +0 -490
- data/vendor/local/share/doc/flac-1.3.0/html/news.html +0 -700
- data/vendor/local/share/doc/flac-1.3.0/html/ru/authors.html +0 -114
- data/vendor/local/share/doc/flac-1.3.0/html/ru/comparison.html +0 -866
- data/vendor/local/share/doc/flac-1.3.0/html/ru/developers.html +0 -111
- data/vendor/local/share/doc/flac-1.3.0/html/ru/documentation.html +0 -518
- data/vendor/local/share/doc/flac-1.3.0/html/ru/download.html +0 -111
- data/vendor/local/share/doc/flac-1.3.0/html/ru/features.html +0 -126
- data/vendor/local/share/doc/flac-1.3.0/html/ru/format.html +0 -1008
- data/vendor/local/share/doc/flac-1.3.0/html/ru/goals.html +0 -106
- data/vendor/local/share/doc/flac-1.3.0/html/ru/id.html +0 -130
- data/vendor/local/share/doc/flac-1.3.0/html/ru/index.html +0 -123
- data/vendor/local/share/doc/flac-1.3.0/html/ru/links.html +0 -126
- data/vendor/local/share/doc/flac-1.3.0/html/ru/news.html +0 -306
- data/vendor/local/share/doc/libvorbis-1.3.3/evenlsp.png +0 -0
- data/vendor/local/share/doc/libvorbis-1.3.3/lspmap.png +0 -0
- data/vendor/local/share/doc/libvorbis-1.3.3/oddlsp.png +0 -0
- data/vendor/local/share/doc/libvorbis-1.3.3/vorbis.html +0 -234
- data/vendor/local/share/doc/libvorbis-1.3.3/vorbisword2.png +0 -0
- data/vendor/local/share/doc/libvorbis-1.3.3/wait.png +0 -0
- data/vendor/local/share/doc/libvorbis-1.3.3/white-xifish.png +0 -0
- data/vendor/local/share/doc/speex/manual.pdf +0 -0
- data/vendor/local/share/gir-1.0/GstRiff-1.0.gir +0 -1171
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/GstPhotography.html +0 -1642
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/ch03.html +0 -33
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-eglglessink.html +0 -114
- data/vendor/local/share/license/speex/AUTHORS +0 -18
- data/vendor/local/share/locale/cs/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/man/man1/speexdec.1 +0 -78
- data/vendor/local/share/man/man1/speexenc.1 +0 -105
@@ -108,7 +108,7 @@ protocol sessions.</doc>
|
|
108
108
|
glib:get-type="gst_mikey_message_get_type"
|
109
109
|
c:symbol-prefix="mikey_message">
|
110
110
|
<doc xml:space="preserve">Structure holding the information of the MIKEY message</doc>
|
111
|
-
<field name="mini_object"
|
111
|
+
<field name="mini_object" readable="0" private="1">
|
112
112
|
<type name="Gst.MiniObject" c:type="GstMiniObject"/>
|
113
113
|
</field>
|
114
114
|
<field name="version" writable="1">
|
@@ -663,7 +663,7 @@ will be appended to @msg.</doc>
|
|
663
663
|
glib:get-type="gst_mikey_payload_get_type"
|
664
664
|
c:symbol-prefix="mikey_payload">
|
665
665
|
<doc xml:space="preserve">Hold the common fields for all payloads</doc>
|
666
|
-
<field name="mini_object"
|
666
|
+
<field name="mini_object" readable="0" private="1">
|
667
667
|
<type name="Gst.MiniObject" c:type="GstMiniObject"/>
|
668
668
|
</field>
|
669
669
|
<field name="type" writable="1">
|
@@ -1112,6 +1112,7 @@ at @idx.</doc>
|
|
1112
1112
|
<type name="MIKEYMacAlg" c:type="GstMIKEYMacAlg"/>
|
1113
1113
|
</field>
|
1114
1114
|
<field name="subpayloads" writable="1">
|
1115
|
+
<doc xml:space="preserve">the subpayloads</doc>
|
1115
1116
|
<array name="GLib.Array" c:type="GArray*">
|
1116
1117
|
<type name="gpointer" c:type="gpointer"/>
|
1117
1118
|
</array>
|
@@ -745,6 +745,26 @@ multiangle video has changed.</doc>
|
|
745
745
|
</parameter>
|
746
746
|
</parameters>
|
747
747
|
</function>
|
748
|
+
<function name="message_new_event"
|
749
|
+
c:identifier="gst_navigation_message_new_event"
|
750
|
+
version="1.6">
|
751
|
+
<doc xml:space="preserve">Creates a new #GstNavigation message with type
|
752
|
+
#GST_NAVIGATION_MESSAGE_EVENT.</doc>
|
753
|
+
<return-value transfer-ownership="full">
|
754
|
+
<doc xml:space="preserve">The new #GstMessage.</doc>
|
755
|
+
<type name="Gst.Message" c:type="GstMessage*"/>
|
756
|
+
</return-value>
|
757
|
+
<parameters>
|
758
|
+
<parameter name="src" transfer-ownership="none">
|
759
|
+
<doc xml:space="preserve">A #GstObject to set as source of the new message.</doc>
|
760
|
+
<type name="Gst.Object" c:type="GstObject*"/>
|
761
|
+
</parameter>
|
762
|
+
<parameter name="event" transfer-ownership="none">
|
763
|
+
<doc xml:space="preserve">A navigation #GstEvent</doc>
|
764
|
+
<type name="Gst.Event" c:type="GstEvent*"/>
|
765
|
+
</parameter>
|
766
|
+
</parameters>
|
767
|
+
</function>
|
748
768
|
<function name="message_new_mouse_over"
|
749
769
|
c:identifier="gst_navigation_message_new_mouse_over">
|
750
770
|
<doc xml:space="preserve">Creates a new #GstNavigation message with type
|
@@ -789,6 +809,31 @@ or NULL</doc>
|
|
789
809
|
</parameter>
|
790
810
|
</parameters>
|
791
811
|
</function>
|
812
|
+
<function name="message_parse_event"
|
813
|
+
c:identifier="gst_navigation_message_parse_event"
|
814
|
+
version="1.6">
|
815
|
+
<doc xml:space="preserve">Parse a #GstNavigation message of type #GST_NAVIGATION_MESSAGE_EVENT
|
816
|
+
and extract contained #GstEvent. The caller must unref the @event when done
|
817
|
+
with it.</doc>
|
818
|
+
<return-value transfer-ownership="none">
|
819
|
+
<doc xml:space="preserve">%TRUE if the message could be successfully parsed. %FALSE if not.</doc>
|
820
|
+
<type name="gboolean" c:type="gboolean"/>
|
821
|
+
</return-value>
|
822
|
+
<parameters>
|
823
|
+
<parameter name="message" transfer-ownership="none">
|
824
|
+
<doc xml:space="preserve">A #GstMessage to inspect.</doc>
|
825
|
+
<type name="Gst.Message" c:type="GstMessage*"/>
|
826
|
+
</parameter>
|
827
|
+
<parameter name="event"
|
828
|
+
direction="out"
|
829
|
+
caller-allocates="0"
|
830
|
+
transfer-ownership="full">
|
831
|
+
<doc xml:space="preserve">a pointer to a #GstEvent to receive the
|
832
|
+
contained navigation event.</doc>
|
833
|
+
<type name="Gst.Event" c:type="GstEvent**"/>
|
834
|
+
</parameter>
|
835
|
+
</parameters>
|
836
|
+
</function>
|
792
837
|
<function name="message_parse_mouse_over"
|
793
838
|
c:identifier="gst_navigation_message_parse_mouse_over">
|
794
839
|
<doc xml:space="preserve">Parse a #GstNavigation message of type #GST_NAVIGATION_MESSAGE_MOUSE_OVER
|
@@ -1324,6 +1369,13 @@ changes and should re-queried by interested applications.</doc>
|
|
1324
1369
|
feature (such as a multiangle DVD) change - either angles have appeared or
|
1325
1370
|
disappeared.</doc>
|
1326
1371
|
</member>
|
1372
|
+
<member name="event"
|
1373
|
+
value="4"
|
1374
|
+
c:identifier="GST_NAVIGATION_MESSAGE_EVENT"
|
1375
|
+
glib:nick="event">
|
1376
|
+
<doc xml:space="preserve">Sent when a navigation event was not handled
|
1377
|
+
by any element in the pipeline (Since 1.6)</doc>
|
1378
|
+
</member>
|
1327
1379
|
</enumeration>
|
1328
1380
|
<enumeration name="NavigationQueryType"
|
1329
1381
|
glib:type-name="GstNavigationQueryType"
|
@@ -1349,6 +1401,11 @@ disappeared.</doc>
|
|
1349
1401
|
<doc xml:space="preserve">viewing angle query</doc>
|
1350
1402
|
</member>
|
1351
1403
|
</enumeration>
|
1404
|
+
<constant name="VIDEO_COLORIMETRY_BT2020"
|
1405
|
+
value="bt2020"
|
1406
|
+
c:type="GST_VIDEO_COLORIMETRY_BT2020">
|
1407
|
+
<type name="utf8" c:type="gchar*"/>
|
1408
|
+
</constant>
|
1352
1409
|
<constant name="VIDEO_COLORIMETRY_BT601"
|
1353
1410
|
value="bt601"
|
1354
1411
|
c:type="GST_VIDEO_COLORIMETRY_BT601">
|
@@ -1364,6 +1421,11 @@ disappeared.</doc>
|
|
1364
1421
|
c:type="GST_VIDEO_COLORIMETRY_SMPTE240M">
|
1365
1422
|
<type name="utf8" c:type="gchar*"/>
|
1366
1423
|
</constant>
|
1424
|
+
<constant name="VIDEO_COLORIMETRY_SRGB"
|
1425
|
+
value="sRGB"
|
1426
|
+
c:type="GST_VIDEO_COLORIMETRY_SRGB">
|
1427
|
+
<type name="utf8" c:type="gchar*"/>
|
1428
|
+
</constant>
|
1367
1429
|
<constant name="VIDEO_COMP_A" value="3" c:type="GST_VIDEO_COMP_A">
|
1368
1430
|
<type name="gint" c:type="gint"/>
|
1369
1431
|
</constant>
|
@@ -1393,6 +1455,153 @@ disappeared.</doc>
|
|
1393
1455
|
<constant name="VIDEO_COMP_Y" value="0" c:type="GST_VIDEO_COMP_Y">
|
1394
1456
|
<type name="gint" c:type="gint"/>
|
1395
1457
|
</constant>
|
1458
|
+
<constant name="VIDEO_CONVERTER_OPT_ALPHA_MODE"
|
1459
|
+
value="GstVideoConverter.alpha-mode"
|
1460
|
+
c:type="GST_VIDEO_CONVERTER_OPT_ALPHA_MODE">
|
1461
|
+
<doc xml:space="preserve">#GST_TYPE_VIDEO_ALPHA_MODE, the alpha mode to use.
|
1462
|
+
Default is #GST_VIDEO_ALPHA_MODE_COPY.</doc>
|
1463
|
+
<type name="utf8" c:type="gchar*"/>
|
1464
|
+
</constant>
|
1465
|
+
<constant name="VIDEO_CONVERTER_OPT_ALPHA_VALUE"
|
1466
|
+
value="GstVideoConverter.alpha-value"
|
1467
|
+
c:type="GST_VIDEO_CONVERTER_OPT_ALPHA_VALUE">
|
1468
|
+
<doc xml:space="preserve">#G_TYPE_DOUBLE, the alpha color value to use.
|
1469
|
+
Default to 1.0</doc>
|
1470
|
+
<type name="utf8" c:type="gchar*"/>
|
1471
|
+
</constant>
|
1472
|
+
<constant name="VIDEO_CONVERTER_OPT_BORDER_ARGB"
|
1473
|
+
value="GstVideoConverter.border-argb"
|
1474
|
+
c:type="GST_VIDEO_CONVERTER_OPT_BORDER_ARGB">
|
1475
|
+
<doc xml:space="preserve">#G_TYPE_UINT, the border color to use if #GST_VIDEO_CONVERTER_OPT_FILL_BORDER
|
1476
|
+
is set to %TRUE. The color is in ARGB format.
|
1477
|
+
Default 0xff000000</doc>
|
1478
|
+
<type name="utf8" c:type="gchar*"/>
|
1479
|
+
</constant>
|
1480
|
+
<constant name="VIDEO_CONVERTER_OPT_CHROMA_MODE"
|
1481
|
+
value="GstVideoConverter.chroma-mode"
|
1482
|
+
c:type="GST_VIDEO_CONVERTER_OPT_CHROMA_MODE">
|
1483
|
+
<doc xml:space="preserve">#GST_TYPE_VIDEO_CHROMA_MODE, set the chroma resample mode subsampled
|
1484
|
+
formats. Default is #GST_VIDEO_CHROMA_MODE_FULL.</doc>
|
1485
|
+
<type name="utf8" c:type="gchar*"/>
|
1486
|
+
</constant>
|
1487
|
+
<constant name="VIDEO_CONVERTER_OPT_CHROMA_RESAMPLER_METHOD"
|
1488
|
+
value="GstVideoConverter.chroma-resampler-method"
|
1489
|
+
c:type="GST_VIDEO_CONVERTER_OPT_CHROMA_RESAMPLER_METHOD">
|
1490
|
+
<doc xml:space="preserve">#GST_TYPE_RESAMPLER_METHOD, The resampler method to use for
|
1491
|
+
chroma resampling. Other options for the resampler can be used, see
|
1492
|
+
the #GstResampler. Default is #GST_RESAMPLER_METHOD_LINEAR</doc>
|
1493
|
+
<type name="utf8" c:type="gchar*"/>
|
1494
|
+
</constant>
|
1495
|
+
<constant name="VIDEO_CONVERTER_OPT_DEST_HEIGHT"
|
1496
|
+
value="GstVideoConverter.dest-height"
|
1497
|
+
c:type="GST_VIDEO_CONVERTER_OPT_DEST_HEIGHT">
|
1498
|
+
<doc xml:space="preserve">#G_TYPE_INT, height in the destination frame, default destination height</doc>
|
1499
|
+
<type name="utf8" c:type="gchar*"/>
|
1500
|
+
</constant>
|
1501
|
+
<constant name="VIDEO_CONVERTER_OPT_DEST_WIDTH"
|
1502
|
+
value="GstVideoConverter.dest-width"
|
1503
|
+
c:type="GST_VIDEO_CONVERTER_OPT_DEST_WIDTH">
|
1504
|
+
<doc xml:space="preserve">#G_TYPE_INT, width in the destination frame, default destination width</doc>
|
1505
|
+
<type name="utf8" c:type="gchar*"/>
|
1506
|
+
</constant>
|
1507
|
+
<constant name="VIDEO_CONVERTER_OPT_DEST_X"
|
1508
|
+
value="GstVideoConverter.dest-x"
|
1509
|
+
c:type="GST_VIDEO_CONVERTER_OPT_DEST_X">
|
1510
|
+
<doc xml:space="preserve">#G_TYPE_INT, x position in the destination frame, default 0</doc>
|
1511
|
+
<type name="utf8" c:type="gchar*"/>
|
1512
|
+
</constant>
|
1513
|
+
<constant name="VIDEO_CONVERTER_OPT_DEST_Y"
|
1514
|
+
value="GstVideoConverter.dest-y"
|
1515
|
+
c:type="GST_VIDEO_CONVERTER_OPT_DEST_Y">
|
1516
|
+
<doc xml:space="preserve">#G_TYPE_INT, y position in the destination frame, default 0</doc>
|
1517
|
+
<type name="utf8" c:type="gchar*"/>
|
1518
|
+
</constant>
|
1519
|
+
<constant name="VIDEO_CONVERTER_OPT_DITHER_METHOD"
|
1520
|
+
value="GstVideoConverter.dither-method"
|
1521
|
+
c:type="GST_VIDEO_CONVERTER_OPT_DITHER_METHOD">
|
1522
|
+
<doc xml:space="preserve">#GST_TYPE_VIDEO_DITHER_METHOD, The dither method to use when
|
1523
|
+
changing bit depth.
|
1524
|
+
Default is #GST_VIDEO_DITHER_BAYER.</doc>
|
1525
|
+
<type name="utf8" c:type="gchar*"/>
|
1526
|
+
</constant>
|
1527
|
+
<constant name="VIDEO_CONVERTER_OPT_DITHER_QUANTIZATION"
|
1528
|
+
value="GstVideoConverter.dither-quantization"
|
1529
|
+
c:type="GST_VIDEO_CONVERTER_OPT_DITHER_QUANTIZATION">
|
1530
|
+
<doc xml:space="preserve">#G_TYPE_UINT, The quantization amount to dither to. Components will be
|
1531
|
+
quantized to multiples of this value.
|
1532
|
+
Default is 1</doc>
|
1533
|
+
<type name="utf8" c:type="gchar*"/>
|
1534
|
+
</constant>
|
1535
|
+
<constant name="VIDEO_CONVERTER_OPT_FILL_BORDER"
|
1536
|
+
value="GstVideoConverter.fill-border"
|
1537
|
+
c:type="GST_VIDEO_CONVERTER_OPT_FILL_BORDER">
|
1538
|
+
<doc xml:space="preserve">#G_TYPE_BOOLEAN, if the destination rectangle does not fill the complete
|
1539
|
+
destination image, render a border with
|
1540
|
+
#GST_VIDEO_CONVERTER_OPT_BORDER_ARGB. Otherwise the unusded pixels in the
|
1541
|
+
destination are untouched. Default %TRUE.</doc>
|
1542
|
+
<type name="utf8" c:type="gchar*"/>
|
1543
|
+
</constant>
|
1544
|
+
<constant name="VIDEO_CONVERTER_OPT_GAMMA_MODE"
|
1545
|
+
value="GstVideoConverter.gamma-mode"
|
1546
|
+
c:type="GST_VIDEO_CONVERTER_OPT_GAMMA_MODE">
|
1547
|
+
<doc xml:space="preserve">#GST_TYPE_VIDEO_GAMMA_MODE, set the gamma mode.
|
1548
|
+
Default is #GST_VIDEO_GAMMA_MODE_NONE.</doc>
|
1549
|
+
<type name="utf8" c:type="gchar*"/>
|
1550
|
+
</constant>
|
1551
|
+
<constant name="VIDEO_CONVERTER_OPT_MATRIX_MODE"
|
1552
|
+
value="GstVideoConverter.matrix-mode"
|
1553
|
+
c:type="GST_VIDEO_CONVERTER_OPT_MATRIX_MODE">
|
1554
|
+
<doc xml:space="preserve">#GST_TYPE_VIDEO_MATRIX_MODE, set the color matrix conversion mode for
|
1555
|
+
converting between Y'PbPr and non-linear RGB (R'G'B').
|
1556
|
+
Default is #GST_VIDEO_MATRIX_MODE_FULL.</doc>
|
1557
|
+
<type name="utf8" c:type="gchar*"/>
|
1558
|
+
</constant>
|
1559
|
+
<constant name="VIDEO_CONVERTER_OPT_PRIMARIES_MODE"
|
1560
|
+
value="GstVideoConverter.primaries-mode"
|
1561
|
+
c:type="GST_VIDEO_CONVERTER_OPT_PRIMARIES_MODE">
|
1562
|
+
<doc xml:space="preserve">#GST_TYPE_VIDEO_PRIMARIES_MODE, set the primaries conversion mode.
|
1563
|
+
Default is #GST_VIDEO_PRIMARIES_MODE_NONE.</doc>
|
1564
|
+
<type name="utf8" c:type="gchar*"/>
|
1565
|
+
</constant>
|
1566
|
+
<constant name="VIDEO_CONVERTER_OPT_RESAMPLER_METHOD"
|
1567
|
+
value="GstVideoConverter.resampler-method"
|
1568
|
+
c:type="GST_VIDEO_CONVERTER_OPT_RESAMPLER_METHOD">
|
1569
|
+
<doc xml:space="preserve">#GST_TYPE_RESAMPLER_METHOD, The resampler method to use for
|
1570
|
+
resampling. Other options for the resampler can be used, see
|
1571
|
+
the #GstResampler. Default is #GST_RESAMPLER_METHOD_CUBIC</doc>
|
1572
|
+
<type name="utf8" c:type="gchar*"/>
|
1573
|
+
</constant>
|
1574
|
+
<constant name="VIDEO_CONVERTER_OPT_RESAMPLER_TAPS"
|
1575
|
+
value="GstVideoConverter.resampler-taps"
|
1576
|
+
c:type="GST_VIDEO_CONVERTER_OPT_RESAMPLER_TAPS">
|
1577
|
+
<doc xml:space="preserve">#G_TYPE_UINT, The number of taps for the resampler.
|
1578
|
+
Default is 0: let the resampler choose a good value.</doc>
|
1579
|
+
<type name="utf8" c:type="gchar*"/>
|
1580
|
+
</constant>
|
1581
|
+
<constant name="VIDEO_CONVERTER_OPT_SRC_HEIGHT"
|
1582
|
+
value="GstVideoConverter.src-height"
|
1583
|
+
c:type="GST_VIDEO_CONVERTER_OPT_SRC_HEIGHT">
|
1584
|
+
<doc xml:space="preserve">#G_TYPE_INT, source height to convert, default source height</doc>
|
1585
|
+
<type name="utf8" c:type="gchar*"/>
|
1586
|
+
</constant>
|
1587
|
+
<constant name="VIDEO_CONVERTER_OPT_SRC_WIDTH"
|
1588
|
+
value="GstVideoConverter.src-width"
|
1589
|
+
c:type="GST_VIDEO_CONVERTER_OPT_SRC_WIDTH">
|
1590
|
+
<doc xml:space="preserve">#G_TYPE_INT, source width to convert, default source width</doc>
|
1591
|
+
<type name="utf8" c:type="gchar*"/>
|
1592
|
+
</constant>
|
1593
|
+
<constant name="VIDEO_CONVERTER_OPT_SRC_X"
|
1594
|
+
value="GstVideoConverter.src-x"
|
1595
|
+
c:type="GST_VIDEO_CONVERTER_OPT_SRC_X">
|
1596
|
+
<doc xml:space="preserve">#G_TYPE_INT, source x position to start conversion, default 0</doc>
|
1597
|
+
<type name="utf8" c:type="gchar*"/>
|
1598
|
+
</constant>
|
1599
|
+
<constant name="VIDEO_CONVERTER_OPT_SRC_Y"
|
1600
|
+
value="GstVideoConverter.src-y"
|
1601
|
+
c:type="GST_VIDEO_CONVERTER_OPT_SRC_Y">
|
1602
|
+
<doc xml:space="preserve">#G_TYPE_INT, source y position to start conversion, default 0</doc>
|
1603
|
+
<type name="utf8" c:type="gchar*"/>
|
1604
|
+
</constant>
|
1396
1605
|
<constant name="VIDEO_DECODER_MAX_ERRORS"
|
1397
1606
|
value="10"
|
1398
1607
|
c:type="GST_VIDEO_DECODER_MAX_ERRORS">
|
@@ -1424,7 +1633,7 @@ disappeared.</doc>
|
|
1424
1633
|
<type name="utf8" c:type="gchar*"/>
|
1425
1634
|
</constant>
|
1426
1635
|
<constant name="VIDEO_FORMATS_ALL"
|
1427
|
-
value="{ I420, YV12, YUY2, UYVY, AYUV, RGBx, BGRx, xRGB, xBGR, RGBA, BGRA, ARGB, ABGR, RGB, BGR, Y41B, Y42B, YVYU, Y444, v210, v216, NV12, NV21, NV16, NV24, GRAY8, GRAY16_BE, GRAY16_LE, v308, RGB16, BGR16, RGB15, BGR15, UYVP, A420, RGB8P, YUV9, YVU9, IYU1, ARGB64, AYUV64, r210, I420_10LE, I420_10BE, I422_10LE, I422_10BE, Y444_10LE, Y444_10BE, GBR, GBR_10LE, GBR_10BE, NV12_64Z32 }"
|
1636
|
+
value="{ I420, YV12, YUY2, UYVY, AYUV, RGBx, BGRx, xRGB, xBGR, RGBA, BGRA, ARGB, ABGR, RGB, BGR, Y41B, Y42B, YVYU, Y444, v210, v216, NV12, NV21, NV16, NV61, NV24, GRAY8, GRAY16_BE, GRAY16_LE, v308, RGB16, BGR16, RGB15, BGR15, UYVP, A420, RGB8P, YUV9, YVU9, IYU1, ARGB64, AYUV64, r210, I420_10LE, I420_10BE, I422_10LE, I422_10BE, Y444_10LE, Y444_10BE, GBR, GBR_10LE, GBR_10BE, NV12_64Z32, A420_10LE, A420_10BE, A422_10LE, A422_10BE, A444_10LE, A444_10BE }"
|
1428
1637
|
c:type="GST_VIDEO_FORMATS_ALL">
|
1429
1638
|
<type name="utf8" c:type="gchar*"/>
|
1430
1639
|
</constant>
|
@@ -1449,6 +1658,74 @@ disappeared.</doc>
|
|
1449
1658
|
use in overlay elements' pad template caps.</doc>
|
1450
1659
|
<type name="utf8" c:type="gchar*"/>
|
1451
1660
|
</constant>
|
1661
|
+
<constant name="VIDEO_RESAMPLER_OPT_CUBIC_B"
|
1662
|
+
value="GstVideoResampler.cubic-b"
|
1663
|
+
c:type="GST_VIDEO_RESAMPLER_OPT_CUBIC_B">
|
1664
|
+
<doc xml:space="preserve">G_TYPE_DOUBLE, B parameter of the cubic filter. The B
|
1665
|
+
parameter controls the bluriness. Values between 0.0 and
|
1666
|
+
2.0 are accepted. 1/3 is the default.
|
1667
|
+
|
1668
|
+
Below are some values of popular filters:
|
1669
|
+
B C
|
1670
|
+
Hermite 0.0 0.0
|
1671
|
+
Spline 1.0 0.0
|
1672
|
+
Catmull-Rom 0.0 1/2
|
1673
|
+
Mitchell 1/3 1/3
|
1674
|
+
Robidoux 0.3782 0.3109
|
1675
|
+
Robidoux
|
1676
|
+
Sharp 0.2620 0.3690
|
1677
|
+
Robidoux
|
1678
|
+
Soft 0.6796 0.1602</doc>
|
1679
|
+
<type name="utf8" c:type="gchar*"/>
|
1680
|
+
</constant>
|
1681
|
+
<constant name="VIDEO_RESAMPLER_OPT_CUBIC_C"
|
1682
|
+
value="GstVideoResampler.cubic-c"
|
1683
|
+
c:type="GST_VIDEO_RESAMPLER_OPT_CUBIC_C">
|
1684
|
+
<doc xml:space="preserve">G_TYPE_DOUBLE, C parameter of the cubic filter. The C
|
1685
|
+
parameter controls the Keys alpha value. Values between 0.0 and
|
1686
|
+
2.0 are accepted. 1/3 is the default.
|
1687
|
+
|
1688
|
+
See #GST_VIDEO_RESAMPLER_OPT_CUBIC_B for some more common values</doc>
|
1689
|
+
<type name="utf8" c:type="gchar*"/>
|
1690
|
+
</constant>
|
1691
|
+
<constant name="VIDEO_RESAMPLER_OPT_ENVELOPE"
|
1692
|
+
value="GstVideoResampler.envelope"
|
1693
|
+
c:type="GST_VIDEO_RESAMPLER_OPT_ENVELOPE">
|
1694
|
+
<doc xml:space="preserve">G_TYPE_DOUBLE, specifies the size of filter envelope for
|
1695
|
+
@GST_VIDEO_RESAMPLER_METHOD_LANCZOS. values are clamped between
|
1696
|
+
1.0 and 5.0. 2.0 is the default.</doc>
|
1697
|
+
<type name="utf8" c:type="gchar*"/>
|
1698
|
+
</constant>
|
1699
|
+
<constant name="VIDEO_RESAMPLER_OPT_MAX_TAPS"
|
1700
|
+
value="GstVideoResampler.max-taps"
|
1701
|
+
c:type="GST_VIDEO_RESAMPLER_OPT_MAX_TAPS">
|
1702
|
+
<doc xml:space="preserve">G_TYPE_INT, limits the maximum number of taps to use.
|
1703
|
+
16 is the default.</doc>
|
1704
|
+
<type name="utf8" c:type="gchar*"/>
|
1705
|
+
</constant>
|
1706
|
+
<constant name="VIDEO_RESAMPLER_OPT_SHARPEN"
|
1707
|
+
value="GstVideoResampler.sharpen"
|
1708
|
+
c:type="GST_VIDEO_RESAMPLER_OPT_SHARPEN">
|
1709
|
+
<doc xml:space="preserve">G_TYPE_DOUBLE, specifies sharpening of the filter for
|
1710
|
+
@GST_VIDEO_RESAMPLER_METHOD_LANCZOS. values are clamped between
|
1711
|
+
0.0 and 1.0. 0.0 is the default.</doc>
|
1712
|
+
<type name="utf8" c:type="gchar*"/>
|
1713
|
+
</constant>
|
1714
|
+
<constant name="VIDEO_RESAMPLER_OPT_SHARPNESS"
|
1715
|
+
value="GstVideoResampler.sharpness"
|
1716
|
+
c:type="GST_VIDEO_RESAMPLER_OPT_SHARPNESS">
|
1717
|
+
<doc xml:space="preserve">G_TYPE_DOUBLE, specifies sharpness of the filter for
|
1718
|
+
@GST_VIDEO_RESAMPLER_METHOD_LANCZOS. values are clamped between
|
1719
|
+
0.5 and 1.5. 1.0 is the default.</doc>
|
1720
|
+
<type name="utf8" c:type="gchar*"/>
|
1721
|
+
</constant>
|
1722
|
+
<constant name="VIDEO_SCALER_OPT_DITHER_METHOD"
|
1723
|
+
value="GstVideoScaler.dither-method"
|
1724
|
+
c:type="GST_VIDEO_SCALER_OPT_DITHER_METHOD">
|
1725
|
+
<doc xml:space="preserve">#GST_TYPE_VIDEO_DITHER_METHOD, The dither method to use for propagating
|
1726
|
+
quatization errors.</doc>
|
1727
|
+
<type name="utf8" c:type="gchar*"/>
|
1728
|
+
</constant>
|
1452
1729
|
<constant name="VIDEO_SIZE_RANGE"
|
1453
1730
|
value="(int) [ 1, max ]"
|
1454
1731
|
c:type="GST_VIDEO_SIZE_RANGE">
|
@@ -1513,8 +1790,40 @@ structure is usually used to configure the bufferpool if it supports the
|
|
1513
1790
|
</parameters>
|
1514
1791
|
</method>
|
1515
1792
|
</record>
|
1793
|
+
<enumeration name="VideoAlphaMode"
|
1794
|
+
version="1.6"
|
1795
|
+
glib:type-name="GstVideoAlphaMode"
|
1796
|
+
glib:get-type="gst_video_alpha_mode_get_type"
|
1797
|
+
c:type="GstVideoAlphaMode">
|
1798
|
+
<doc xml:space="preserve">Different alpha modes.</doc>
|
1799
|
+
<member name="copy"
|
1800
|
+
value="0"
|
1801
|
+
c:identifier="GST_VIDEO_ALPHA_MODE_COPY"
|
1802
|
+
glib:nick="copy">
|
1803
|
+
<doc xml:space="preserve">When input and output have alpha, it will be copied.
|
1804
|
+
When the input has no alpha, alpha will be set to
|
1805
|
+
#GST_VIDEO_CONVERTER_OPT_ALPHA_VALUE</doc>
|
1806
|
+
</member>
|
1807
|
+
<member name="set"
|
1808
|
+
value="1"
|
1809
|
+
c:identifier="GST_VIDEO_ALPHA_MODE_SET"
|
1810
|
+
glib:nick="set">
|
1811
|
+
<doc xml:space="preserve">set all alpha to
|
1812
|
+
#GST_VIDEO_CONVERTER_OPT_ALPHA_VALUE</doc>
|
1813
|
+
</member>
|
1814
|
+
<member name="mult"
|
1815
|
+
value="2"
|
1816
|
+
c:identifier="GST_VIDEO_ALPHA_MODE_MULT"
|
1817
|
+
glib:nick="mult">
|
1818
|
+
<doc xml:space="preserve">multiply all alpha with
|
1819
|
+
#GST_VIDEO_CONVERTER_OPT_ALPHA_VALUE.
|
1820
|
+
When the input format has no alpha but the output format has, the
|
1821
|
+
alpha value will be set to #GST_VIDEO_CONVERTER_OPT_ALPHA_VALUE</doc>
|
1822
|
+
</member>
|
1823
|
+
</enumeration>
|
1516
1824
|
<bitfield name="VideoBufferFlags" c:type="GstVideoBufferFlags">
|
1517
|
-
<doc xml:space="preserve">Additional video buffer flags
|
1825
|
+
<doc xml:space="preserve">Additional video buffer flags. These flags can potentially be used on any
|
1826
|
+
buffers carrying video data - even encoded data.</doc>
|
1518
1827
|
<member name="interlaced"
|
1519
1828
|
value="1048576"
|
1520
1829
|
c:identifier="GST_VIDEO_BUFFER_FLAG_INTERLACED">
|
@@ -1543,9 +1852,27 @@ structure is usually used to configure the bufferpool if it supports the
|
|
1543
1852
|
first field (as defined by the %GST_VIDEO_BUFFER_TFF
|
1544
1853
|
flag setting) is to be displayed.</doc>
|
1545
1854
|
</member>
|
1855
|
+
<member name="multiple_view"
|
1856
|
+
value="16777216"
|
1857
|
+
c:identifier="GST_VIDEO_BUFFER_FLAG_MULTIPLE_VIEW">
|
1858
|
+
<doc xml:space="preserve">The #GstBuffer contains one or more specific views,
|
1859
|
+
such as left or right eye view. This flags is set on
|
1860
|
+
any buffer that contains non-mono content - even for
|
1861
|
+
streams that contain only a single viewpoint. In mixed
|
1862
|
+
mono / non-mono streams, the absense of the flag marks
|
1863
|
+
mono buffers.</doc>
|
1864
|
+
</member>
|
1865
|
+
<member name="first_in_bundle"
|
1866
|
+
value="33554432"
|
1867
|
+
c:identifier="GST_VIDEO_BUFFER_FLAG_FIRST_IN_BUNDLE">
|
1868
|
+
<doc xml:space="preserve">When conveying stereo/multiview content with
|
1869
|
+
frame-by-frame methods, this flag marks the first buffer
|
1870
|
+
in a bundle of frames that belong together.</doc>
|
1871
|
+
</member>
|
1546
1872
|
<member name="last"
|
1547
1873
|
value="268435456"
|
1548
1874
|
c:identifier="GST_VIDEO_BUFFER_FLAG_LAST">
|
1875
|
+
<doc xml:space="preserve">Offset to define more flags</doc>
|
1549
1876
|
</member>
|
1550
1877
|
</bitfield>
|
1551
1878
|
<class name="VideoBufferPool"
|
@@ -1620,6 +1947,37 @@ supports all the video bufferpool options.</doc>
|
|
1620
1947
|
missing chroma and averaging to subsample</doc>
|
1621
1948
|
</member>
|
1622
1949
|
</enumeration>
|
1950
|
+
<enumeration name="VideoChromaMode"
|
1951
|
+
version="1.6"
|
1952
|
+
glib:type-name="GstVideoChromaMode"
|
1953
|
+
glib:get-type="gst_video_chroma_mode_get_type"
|
1954
|
+
c:type="GstVideoChromaMode">
|
1955
|
+
<doc xml:space="preserve">Different chroma downsampling and upsampling modes</doc>
|
1956
|
+
<member name="full"
|
1957
|
+
value="0"
|
1958
|
+
c:identifier="GST_VIDEO_CHROMA_MODE_FULL"
|
1959
|
+
glib:nick="full">
|
1960
|
+
<doc xml:space="preserve">do full chroma up and down sampling</doc>
|
1961
|
+
</member>
|
1962
|
+
<member name="upsample_only"
|
1963
|
+
value="1"
|
1964
|
+
c:identifier="GST_VIDEO_CHROMA_MODE_UPSAMPLE_ONLY"
|
1965
|
+
glib:nick="upsample-only">
|
1966
|
+
<doc xml:space="preserve">only perform chroma upsampling</doc>
|
1967
|
+
</member>
|
1968
|
+
<member name="downsample_only"
|
1969
|
+
value="2"
|
1970
|
+
c:identifier="GST_VIDEO_CHROMA_MODE_DOWNSAMPLE_ONLY"
|
1971
|
+
glib:nick="downsample-only">
|
1972
|
+
<doc xml:space="preserve">only perform chroma downsampling</doc>
|
1973
|
+
</member>
|
1974
|
+
<member name="none"
|
1975
|
+
value="3"
|
1976
|
+
c:identifier="GST_VIDEO_CHROMA_MODE_NONE"
|
1977
|
+
glib:nick="none">
|
1978
|
+
<doc xml:space="preserve">disable chroma resampling</doc>
|
1979
|
+
</member>
|
1980
|
+
</enumeration>
|
1623
1981
|
<record name="VideoChromaResample"
|
1624
1982
|
c:type="GstVideoChromaResample"
|
1625
1983
|
disguised="1">
|
@@ -1683,7 +2041,7 @@ at @offset.</doc>
|
|
1683
2041
|
c:identifier="gst_video_chroma_resample_new"
|
1684
2042
|
introspectable="0">
|
1685
2043
|
<doc xml:space="preserve">Create a new resampler object for the given parameters. When @h_factor or
|
1686
|
-
@
|
2044
|
+
@v_factor is > 0, upsampling will be used, otherwise subsampling is
|
1687
2045
|
performed.</doc>
|
1688
2046
|
<return-value>
|
1689
2047
|
<doc xml:space="preserve">a new #GstVideoChromaResample that should be freed with
|
@@ -1822,7 +2180,8 @@ encoded form.</doc>
|
|
1822
2180
|
</field>
|
1823
2181
|
<field name="input_buffer" writable="1">
|
1824
2182
|
<doc xml:space="preserve">the input #GstBuffer that created this frame. The buffer is owned
|
1825
|
-
by the frame and references to the frame instead of the buffer should
|
2183
|
+
by the frame and references to the frame instead of the buffer should
|
2184
|
+
be kept.</doc>
|
1826
2185
|
<type name="Gst.Buffer" c:type="GstBuffer*"/>
|
1827
2186
|
</field>
|
1828
2187
|
<field name="output_buffer" writable="1">
|
@@ -1839,7 +2198,6 @@ encoded form.</doc>
|
|
1839
2198
|
<type name="Gst.ClockTime" c:type="GstClockTime"/>
|
1840
2199
|
</field>
|
1841
2200
|
<field name="events" readable="0" private="1">
|
1842
|
-
<doc xml:space="preserve">Events that will be pushed downstream before this frame is pushed.</doc>
|
1843
2201
|
<type name="GLib.List" c:type="GList*">
|
1844
2202
|
<type name="gpointer" c:type="gpointer"/>
|
1845
2203
|
</type>
|
@@ -2062,6 +2420,59 @@ non-linear RGB (R'G'B')</doc>
|
|
2062
2420
|
glib:nick="smpte240m">
|
2063
2421
|
<doc xml:space="preserve">SMPTE 240M color matrix</doc>
|
2064
2422
|
</member>
|
2423
|
+
<member name="bt2020"
|
2424
|
+
value="6"
|
2425
|
+
c:identifier="GST_VIDEO_COLOR_MATRIX_BT2020"
|
2426
|
+
glib:nick="bt2020">
|
2427
|
+
<doc xml:space="preserve">ITU-R BT.2020 color matrix. Since: 1.6.</doc>
|
2428
|
+
</member>
|
2429
|
+
<function name="get_Kr_Kb"
|
2430
|
+
c:identifier="gst_video_color_matrix_get_Kr_Kb"
|
2431
|
+
version="1.6">
|
2432
|
+
<doc xml:space="preserve">Get the coefficients used to convert between Y'PbPr and R'G'B' using @matrix.
|
2433
|
+
|
2434
|
+
When:
|
2435
|
+
|
2436
|
+
|[
|
2437
|
+
0.0 <= [Y',R',G',B'] <= 1.0)
|
2438
|
+
(-0.5 <= [Pb,Pr] <= 0.5)
|
2439
|
+
]|
|
2440
|
+
|
2441
|
+
the general conversion is given by:
|
2442
|
+
|
2443
|
+
|[
|
2444
|
+
Y' = Kr*R' + (1-Kr-Kb)*G' + Kb*B'
|
2445
|
+
Pb = (B'-Y')/(2*(1-Kb))
|
2446
|
+
Pr = (R'-Y')/(2*(1-Kr))
|
2447
|
+
]|
|
2448
|
+
|
2449
|
+
and the other way around:
|
2450
|
+
|
2451
|
+
|[
|
2452
|
+
R' = Y' + Cr*2*(1-Kr)
|
2453
|
+
G' = Y' - Cb*2*(1-Kb)*Kb/(1-Kr-Kb) - Cr*2*(1-Kr)*Kr/(1-Kr-Kb)
|
2454
|
+
B' = Y' + Cb*2*(1-Kb)
|
2455
|
+
]|</doc>
|
2456
|
+
<return-value transfer-ownership="none">
|
2457
|
+
<doc xml:space="preserve">TRUE if @matrix was a YUV color format and @Kr and @Kb contain valid
|
2458
|
+
values.</doc>
|
2459
|
+
<type name="gboolean" c:type="gboolean"/>
|
2460
|
+
</return-value>
|
2461
|
+
<parameters>
|
2462
|
+
<parameter name="matrix" transfer-ownership="none">
|
2463
|
+
<doc xml:space="preserve">a #GstVideoColorMatrix</doc>
|
2464
|
+
<type name="VideoColorMatrix" c:type="GstVideoColorMatrix"/>
|
2465
|
+
</parameter>
|
2466
|
+
<parameter name="Kr" transfer-ownership="none">
|
2467
|
+
<doc xml:space="preserve">result red channel coefficient</doc>
|
2468
|
+
<type name="gdouble" c:type="gdouble*"/>
|
2469
|
+
</parameter>
|
2470
|
+
<parameter name="Kb" transfer-ownership="none">
|
2471
|
+
<doc xml:space="preserve">result blue channel coefficient</doc>
|
2472
|
+
<type name="gdouble" c:type="gdouble*"/>
|
2473
|
+
</parameter>
|
2474
|
+
</parameters>
|
2475
|
+
</function>
|
2065
2476
|
</enumeration>
|
2066
2477
|
<enumeration name="VideoColorPrimaries"
|
2067
2478
|
glib:type-name="GstVideoColorPrimaries"
|
@@ -2111,7 +2522,72 @@ the CIE XYZ colorspace.</doc>
|
|
2111
2522
|
glib:nick="film">
|
2112
2523
|
<doc xml:space="preserve">Generic film</doc>
|
2113
2524
|
</member>
|
2525
|
+
<member name="bt2020"
|
2526
|
+
value="7"
|
2527
|
+
c:identifier="GST_VIDEO_COLOR_PRIMARIES_BT2020"
|
2528
|
+
glib:nick="bt2020">
|
2529
|
+
<doc xml:space="preserve">BT2020 primaries. Since: 1.6.</doc>
|
2530
|
+
</member>
|
2531
|
+
<function name="get_info"
|
2532
|
+
c:identifier="gst_video_color_primaries_get_info"
|
2533
|
+
version="1.6">
|
2534
|
+
<doc xml:space="preserve">Get information about the chromaticity coordinates of @primaries.</doc>
|
2535
|
+
<return-value transfer-ownership="none">
|
2536
|
+
<doc xml:space="preserve">a #GstVideoColorPrimariesInfo for @primaries.</doc>
|
2537
|
+
<type name="VideoColorPrimariesInfo"
|
2538
|
+
c:type="const GstVideoColorPrimariesInfo*"/>
|
2539
|
+
</return-value>
|
2540
|
+
<parameters>
|
2541
|
+
<parameter name="primaries" transfer-ownership="none">
|
2542
|
+
<doc xml:space="preserve">a #GstVideoColorPrimaries</doc>
|
2543
|
+
<type name="VideoColorPrimaries" c:type="GstVideoColorPrimaries"/>
|
2544
|
+
</parameter>
|
2545
|
+
</parameters>
|
2546
|
+
</function>
|
2114
2547
|
</enumeration>
|
2548
|
+
<record name="VideoColorPrimariesInfo"
|
2549
|
+
c:type="GstVideoColorPrimariesInfo"
|
2550
|
+
version="1.6">
|
2551
|
+
<doc xml:space="preserve">Structure describing the chromaticity coordinates of an RGB system. These
|
2552
|
+
values can be used to construct a matrix to transform RGB to and from the
|
2553
|
+
XYZ colorspace.</doc>
|
2554
|
+
<field name="primaries" writable="1">
|
2555
|
+
<doc xml:space="preserve">a #GstVideoColorPrimaries</doc>
|
2556
|
+
<type name="VideoColorPrimaries" c:type="GstVideoColorPrimaries"/>
|
2557
|
+
</field>
|
2558
|
+
<field name="Wx" writable="1">
|
2559
|
+
<doc xml:space="preserve">reference white x coordinate</doc>
|
2560
|
+
<type name="gdouble" c:type="gdouble"/>
|
2561
|
+
</field>
|
2562
|
+
<field name="Wy" writable="1">
|
2563
|
+
<doc xml:space="preserve">reference white y coordinate</doc>
|
2564
|
+
<type name="gdouble" c:type="gdouble"/>
|
2565
|
+
</field>
|
2566
|
+
<field name="Rx" writable="1">
|
2567
|
+
<doc xml:space="preserve">red x coordinate</doc>
|
2568
|
+
<type name="gdouble" c:type="gdouble"/>
|
2569
|
+
</field>
|
2570
|
+
<field name="Ry" writable="1">
|
2571
|
+
<doc xml:space="preserve">red y coordinate</doc>
|
2572
|
+
<type name="gdouble" c:type="gdouble"/>
|
2573
|
+
</field>
|
2574
|
+
<field name="Gx" writable="1">
|
2575
|
+
<doc xml:space="preserve">green x coordinate</doc>
|
2576
|
+
<type name="gdouble" c:type="gdouble"/>
|
2577
|
+
</field>
|
2578
|
+
<field name="Gy" writable="1">
|
2579
|
+
<doc xml:space="preserve">green y coordinate</doc>
|
2580
|
+
<type name="gdouble" c:type="gdouble"/>
|
2581
|
+
</field>
|
2582
|
+
<field name="Bx" writable="1">
|
2583
|
+
<doc xml:space="preserve">blue x coordinate</doc>
|
2584
|
+
<type name="gdouble" c:type="gdouble"/>
|
2585
|
+
</field>
|
2586
|
+
<field name="By" writable="1">
|
2587
|
+
<doc xml:space="preserve">blue y coordinate</doc>
|
2588
|
+
<type name="gdouble" c:type="gdouble"/>
|
2589
|
+
</field>
|
2590
|
+
</record>
|
2115
2591
|
<enumeration name="VideoColorRange"
|
2116
2592
|
glib:type-name="GstVideoColorRange"
|
2117
2593
|
glib:get-type="gst_video_color_range_get_type"
|
@@ -2213,6 +2689,25 @@ values.</doc>
|
|
2213
2689
|
</parameter>
|
2214
2690
|
</parameters>
|
2215
2691
|
</method>
|
2692
|
+
<method name="is_equal"
|
2693
|
+
c:identifier="gst_video_colorimetry_is_equal"
|
2694
|
+
version="1.6">
|
2695
|
+
<doc xml:space="preserve">Compare the 2 colorimetry sets for equality</doc>
|
2696
|
+
<return-value transfer-ownership="none">
|
2697
|
+
<doc xml:space="preserve">#TRUE if @cinfo and @other are equal.</doc>
|
2698
|
+
<type name="gboolean" c:type="gboolean"/>
|
2699
|
+
</return-value>
|
2700
|
+
<parameters>
|
2701
|
+
<instance-parameter name="cinfo" transfer-ownership="none">
|
2702
|
+
<doc xml:space="preserve">a #GstVideoColorimetry</doc>
|
2703
|
+
<type name="VideoColorimetry" c:type="const GstVideoColorimetry*"/>
|
2704
|
+
</instance-parameter>
|
2705
|
+
<parameter name="other" transfer-ownership="none">
|
2706
|
+
<doc xml:space="preserve">another #GstVideoColorimetry</doc>
|
2707
|
+
<type name="VideoColorimetry" c:type="const GstVideoColorimetry*"/>
|
2708
|
+
</parameter>
|
2709
|
+
</parameters>
|
2710
|
+
</method>
|
2216
2711
|
<method name="matches" c:identifier="gst_video_colorimetry_matches">
|
2217
2712
|
<doc xml:space="preserve">Check if the colorimetry information in @info matches that of the
|
2218
2713
|
string @color.</doc>
|
@@ -2263,6 +2758,109 @@ information in @info.</doc>
|
|
2263
2758
|
</parameter>
|
2264
2759
|
</parameters>
|
2265
2760
|
</callback>
|
2761
|
+
<record name="VideoConverter" c:type="GstVideoConverter" disguised="1">
|
2762
|
+
<method name="frame"
|
2763
|
+
c:identifier="gst_video_converter_frame"
|
2764
|
+
version="1.6">
|
2765
|
+
<doc xml:space="preserve">Convert the pixels of @src into @dest using @convert.</doc>
|
2766
|
+
<return-value transfer-ownership="none">
|
2767
|
+
<type name="none" c:type="void"/>
|
2768
|
+
</return-value>
|
2769
|
+
<parameters>
|
2770
|
+
<instance-parameter name="convert" transfer-ownership="none">
|
2771
|
+
<doc xml:space="preserve">a #GstVideoConverter</doc>
|
2772
|
+
<type name="VideoConverter" c:type="GstVideoConverter*"/>
|
2773
|
+
</instance-parameter>
|
2774
|
+
<parameter name="src" transfer-ownership="none">
|
2775
|
+
<doc xml:space="preserve">a #GstVideoFrame</doc>
|
2776
|
+
<type name="VideoFrame" c:type="const GstVideoFrame*"/>
|
2777
|
+
</parameter>
|
2778
|
+
<parameter name="dest" transfer-ownership="none">
|
2779
|
+
<doc xml:space="preserve">a #GstVideoFrame</doc>
|
2780
|
+
<type name="VideoFrame" c:type="GstVideoFrame*"/>
|
2781
|
+
</parameter>
|
2782
|
+
</parameters>
|
2783
|
+
</method>
|
2784
|
+
<method name="free"
|
2785
|
+
c:identifier="gst_video_converter_free"
|
2786
|
+
version="1.6">
|
2787
|
+
<doc xml:space="preserve">Free @convert</doc>
|
2788
|
+
<return-value transfer-ownership="none">
|
2789
|
+
<type name="none" c:type="void"/>
|
2790
|
+
</return-value>
|
2791
|
+
<parameters>
|
2792
|
+
<instance-parameter name="convert" transfer-ownership="none">
|
2793
|
+
<doc xml:space="preserve">a #GstVideoConverter</doc>
|
2794
|
+
<type name="VideoConverter" c:type="GstVideoConverter*"/>
|
2795
|
+
</instance-parameter>
|
2796
|
+
</parameters>
|
2797
|
+
</method>
|
2798
|
+
<method name="get_config" c:identifier="gst_video_converter_get_config">
|
2799
|
+
<doc xml:space="preserve">Get the current configuration of @convert.</doc>
|
2800
|
+
<return-value transfer-ownership="none">
|
2801
|
+
<doc xml:space="preserve">a #GstStructure that remains valid for as long as @convert is valid
|
2802
|
+
or until gst_video_converter_set_config() is called.</doc>
|
2803
|
+
<type name="Gst.Structure" c:type="const GstStructure*"/>
|
2804
|
+
</return-value>
|
2805
|
+
<parameters>
|
2806
|
+
<instance-parameter name="convert" transfer-ownership="none">
|
2807
|
+
<doc xml:space="preserve">a #GstVideoConverter</doc>
|
2808
|
+
<type name="VideoConverter" c:type="GstVideoConverter*"/>
|
2809
|
+
</instance-parameter>
|
2810
|
+
</parameters>
|
2811
|
+
</method>
|
2812
|
+
<method name="set_config"
|
2813
|
+
c:identifier="gst_video_converter_set_config"
|
2814
|
+
version="1.6">
|
2815
|
+
<doc xml:space="preserve">Set @config as extra configuraion for @convert.
|
2816
|
+
|
2817
|
+
If the parameters in @config can not be set exactly, this function returns
|
2818
|
+
%FALSE and will try to update as much state as possible. The new state can
|
2819
|
+
then be retrieved and refined with gst_video_converter_get_config().
|
2820
|
+
|
2821
|
+
Look at the #GST_VIDEO_CONVERTER_OPT_* fields to check valid configuration
|
2822
|
+
option and values.</doc>
|
2823
|
+
<return-value transfer-ownership="none">
|
2824
|
+
<doc xml:space="preserve">%TRUE when @config could be set.</doc>
|
2825
|
+
<type name="gboolean" c:type="gboolean"/>
|
2826
|
+
</return-value>
|
2827
|
+
<parameters>
|
2828
|
+
<instance-parameter name="convert" transfer-ownership="none">
|
2829
|
+
<doc xml:space="preserve">a #GstVideoConverter</doc>
|
2830
|
+
<type name="VideoConverter" c:type="GstVideoConverter*"/>
|
2831
|
+
</instance-parameter>
|
2832
|
+
<parameter name="config" transfer-ownership="full">
|
2833
|
+
<doc xml:space="preserve">a #GstStructure</doc>
|
2834
|
+
<type name="Gst.Structure" c:type="GstStructure*"/>
|
2835
|
+
</parameter>
|
2836
|
+
</parameters>
|
2837
|
+
</method>
|
2838
|
+
<function name="new"
|
2839
|
+
c:identifier="gst_video_converter_new"
|
2840
|
+
version="1.6"
|
2841
|
+
introspectable="0">
|
2842
|
+
<doc xml:space="preserve">Create a new converter object to convert between @in_info and @out_info
|
2843
|
+
with @config.</doc>
|
2844
|
+
<return-value>
|
2845
|
+
<doc xml:space="preserve">a #GstVideoConverter or %NULL if conversion is not possible.</doc>
|
2846
|
+
<type name="VideoConverter" c:type="GstVideoConverter*"/>
|
2847
|
+
</return-value>
|
2848
|
+
<parameters>
|
2849
|
+
<parameter name="in_info" transfer-ownership="none">
|
2850
|
+
<doc xml:space="preserve">a #GstVideoInfo</doc>
|
2851
|
+
<type name="VideoInfo" c:type="GstVideoInfo*"/>
|
2852
|
+
</parameter>
|
2853
|
+
<parameter name="out_info" transfer-ownership="none">
|
2854
|
+
<doc xml:space="preserve">a #GstVideoInfo</doc>
|
2855
|
+
<type name="VideoInfo" c:type="GstVideoInfo*"/>
|
2856
|
+
</parameter>
|
2857
|
+
<parameter name="config" transfer-ownership="full">
|
2858
|
+
<doc xml:space="preserve">a #GstStructure with configuration options</doc>
|
2859
|
+
<type name="Gst.Structure" c:type="GstStructure*"/>
|
2860
|
+
</parameter>
|
2861
|
+
</parameters>
|
2862
|
+
</function>
|
2863
|
+
</record>
|
2266
2864
|
<record name="VideoCropMeta" c:type="GstVideoCropMeta">
|
2267
2865
|
<doc xml:space="preserve">Extra buffer metadata describing image cropping.</doc>
|
2268
2866
|
<field name="meta" writable="1">
|
@@ -2446,6 +3044,16 @@ The bare minimum that a functional subclass needs to implement is:
|
|
2446
3044
|
</parameter>
|
2447
3045
|
</parameters>
|
2448
3046
|
</virtual-method>
|
3047
|
+
<virtual-method name="drain">
|
3048
|
+
<return-value transfer-ownership="none">
|
3049
|
+
<type name="Gst.FlowReturn" c:type="GstFlowReturn"/>
|
3050
|
+
</return-value>
|
3051
|
+
<parameters>
|
3052
|
+
<instance-parameter name="decoder" transfer-ownership="none">
|
3053
|
+
<type name="VideoDecoder" c:type="GstVideoDecoder*"/>
|
3054
|
+
</instance-parameter>
|
3055
|
+
</parameters>
|
3056
|
+
</virtual-method>
|
2449
3057
|
<virtual-method name="finish">
|
2450
3058
|
<return-value transfer-ownership="none">
|
2451
3059
|
<type name="Gst.FlowReturn" c:type="GstFlowReturn"/>
|
@@ -2466,6 +3074,19 @@ The bare minimum that a functional subclass needs to implement is:
|
|
2466
3074
|
</instance-parameter>
|
2467
3075
|
</parameters>
|
2468
3076
|
</virtual-method>
|
3077
|
+
<virtual-method name="getcaps">
|
3078
|
+
<return-value transfer-ownership="full">
|
3079
|
+
<type name="Gst.Caps" c:type="GstCaps*"/>
|
3080
|
+
</return-value>
|
3081
|
+
<parameters>
|
3082
|
+
<instance-parameter name="decoder" transfer-ownership="none">
|
3083
|
+
<type name="VideoDecoder" c:type="GstVideoDecoder*"/>
|
3084
|
+
</instance-parameter>
|
3085
|
+
<parameter name="filter" transfer-ownership="none">
|
3086
|
+
<type name="Gst.Caps" c:type="GstCaps*"/>
|
3087
|
+
</parameter>
|
3088
|
+
</parameters>
|
3089
|
+
</virtual-method>
|
2469
3090
|
<virtual-method name="handle_frame">
|
2470
3091
|
<return-value transfer-ownership="none">
|
2471
3092
|
<type name="Gst.FlowReturn" c:type="GstFlowReturn"/>
|
@@ -3043,16 +3664,47 @@ negotiate fails.</doc>
|
|
3043
3664
|
</instance-parameter>
|
3044
3665
|
</parameters>
|
3045
3666
|
</method>
|
3046
|
-
<method name="
|
3047
|
-
c:identifier="
|
3048
|
-
version="1.
|
3049
|
-
<doc xml:space="preserve">
|
3050
|
-
|
3051
|
-
|
3052
|
-
<return-value transfer-ownership="
|
3053
|
-
<
|
3054
|
-
|
3055
|
-
|
3667
|
+
<method name="proxy_getcaps"
|
3668
|
+
c:identifier="gst_video_decoder_proxy_getcaps"
|
3669
|
+
version="1.6">
|
3670
|
+
<doc xml:space="preserve">Returns caps that express @caps (or sink template caps if @caps == NULL)
|
3671
|
+
restricted to resolution/format/... combinations supported by downstream
|
3672
|
+
elements.</doc>
|
3673
|
+
<return-value transfer-ownership="full">
|
3674
|
+
<doc xml:space="preserve">a #GstCaps owned by caller</doc>
|
3675
|
+
<type name="Gst.Caps" c:type="GstCaps*"/>
|
3676
|
+
</return-value>
|
3677
|
+
<parameters>
|
3678
|
+
<instance-parameter name="decoder" transfer-ownership="none">
|
3679
|
+
<doc xml:space="preserve">a #GstVideoDecoder</doc>
|
3680
|
+
<type name="VideoDecoder" c:type="GstVideoDecoder*"/>
|
3681
|
+
</instance-parameter>
|
3682
|
+
<parameter name="caps"
|
3683
|
+
transfer-ownership="none"
|
3684
|
+
nullable="1"
|
3685
|
+
allow-none="1">
|
3686
|
+
<doc xml:space="preserve">initial caps</doc>
|
3687
|
+
<type name="Gst.Caps" c:type="GstCaps*"/>
|
3688
|
+
</parameter>
|
3689
|
+
<parameter name="filter"
|
3690
|
+
transfer-ownership="none"
|
3691
|
+
nullable="1"
|
3692
|
+
allow-none="1">
|
3693
|
+
<doc xml:space="preserve">filter caps</doc>
|
3694
|
+
<type name="Gst.Caps" c:type="GstCaps*"/>
|
3695
|
+
</parameter>
|
3696
|
+
</parameters>
|
3697
|
+
</method>
|
3698
|
+
<method name="release_frame"
|
3699
|
+
c:identifier="gst_video_decoder_release_frame"
|
3700
|
+
version="1.2.2">
|
3701
|
+
<doc xml:space="preserve">Similar to gst_video_decoder_drop_frame(), but simply releases @frame
|
3702
|
+
without any processing other than removing it from list of pending frames,
|
3703
|
+
after which it is considered finished and released.</doc>
|
3704
|
+
<return-value transfer-ownership="none">
|
3705
|
+
<type name="none" c:type="void"/>
|
3706
|
+
</return-value>
|
3707
|
+
<parameters>
|
3056
3708
|
<instance-parameter name="dec" transfer-ownership="none">
|
3057
3709
|
<doc xml:space="preserve">a #GstVideoDecoder</doc>
|
3058
3710
|
<type name="VideoDecoder" c:type="GstVideoDecoder*"/>
|
@@ -3490,8 +4142,35 @@ and likely as well. If non-packetized input is supported or expected,
|
|
3490
4142
|
</parameters>
|
3491
4143
|
</callback>
|
3492
4144
|
</field>
|
4145
|
+
<field name="getcaps">
|
4146
|
+
<callback name="getcaps">
|
4147
|
+
<return-value transfer-ownership="full">
|
4148
|
+
<type name="Gst.Caps" c:type="GstCaps*"/>
|
4149
|
+
</return-value>
|
4150
|
+
<parameters>
|
4151
|
+
<parameter name="decoder" transfer-ownership="none">
|
4152
|
+
<type name="VideoDecoder" c:type="GstVideoDecoder*"/>
|
4153
|
+
</parameter>
|
4154
|
+
<parameter name="filter" transfer-ownership="none">
|
4155
|
+
<type name="Gst.Caps" c:type="GstCaps*"/>
|
4156
|
+
</parameter>
|
4157
|
+
</parameters>
|
4158
|
+
</callback>
|
4159
|
+
</field>
|
4160
|
+
<field name="drain">
|
4161
|
+
<callback name="drain">
|
4162
|
+
<return-value transfer-ownership="none">
|
4163
|
+
<type name="Gst.FlowReturn" c:type="GstFlowReturn"/>
|
4164
|
+
</return-value>
|
4165
|
+
<parameters>
|
4166
|
+
<parameter name="decoder" transfer-ownership="none">
|
4167
|
+
<type name="VideoDecoder" c:type="GstVideoDecoder*"/>
|
4168
|
+
</parameter>
|
4169
|
+
</parameters>
|
4170
|
+
</callback>
|
4171
|
+
</field>
|
3493
4172
|
<field name="padding" readable="0" private="1">
|
3494
|
-
<array zero-terminated="0" c:type="void" fixed-size="
|
4173
|
+
<array zero-terminated="0" c:type="void" fixed-size="15">
|
3495
4174
|
<type name="gpointer" c:type="void*"/>
|
3496
4175
|
</array>
|
3497
4176
|
</field>
|
@@ -3500,6 +4179,149 @@ and likely as well. If non-packetized input is supported or expected,
|
|
3500
4179
|
c:type="GstVideoDecoderPrivate"
|
3501
4180
|
disguised="1">
|
3502
4181
|
</record>
|
4182
|
+
<record name="VideoDither" c:type="GstVideoDither" disguised="1">
|
4183
|
+
<doc xml:space="preserve">GstVideoDither provides implementations of several dithering algorithms
|
4184
|
+
that can be applied to lines of video pixels to quantize and dither them.</doc>
|
4185
|
+
<method name="free" c:identifier="gst_video_dither_free">
|
4186
|
+
<doc xml:space="preserve">Free @dither</doc>
|
4187
|
+
<return-value transfer-ownership="none">
|
4188
|
+
<type name="none" c:type="void"/>
|
4189
|
+
</return-value>
|
4190
|
+
<parameters>
|
4191
|
+
<instance-parameter name="dither" transfer-ownership="none">
|
4192
|
+
<doc xml:space="preserve">a #GstVideoDither</doc>
|
4193
|
+
<type name="VideoDither" c:type="GstVideoDither*"/>
|
4194
|
+
</instance-parameter>
|
4195
|
+
</parameters>
|
4196
|
+
</method>
|
4197
|
+
<method name="line" c:identifier="gst_video_dither_line">
|
4198
|
+
<doc xml:space="preserve">Dither @width pixels starting from offset @x in @line using @dither.
|
4199
|
+
|
4200
|
+
@y is the line number of @line in the output image.</doc>
|
4201
|
+
<return-value transfer-ownership="none">
|
4202
|
+
<type name="none" c:type="void"/>
|
4203
|
+
</return-value>
|
4204
|
+
<parameters>
|
4205
|
+
<instance-parameter name="dither" transfer-ownership="none">
|
4206
|
+
<doc xml:space="preserve">a #GstVideoDither</doc>
|
4207
|
+
<type name="VideoDither" c:type="GstVideoDither*"/>
|
4208
|
+
</instance-parameter>
|
4209
|
+
<parameter name="line" transfer-ownership="none">
|
4210
|
+
<doc xml:space="preserve">pointer to the pixels of the line</doc>
|
4211
|
+
<type name="gpointer" c:type="gpointer"/>
|
4212
|
+
</parameter>
|
4213
|
+
<parameter name="x" transfer-ownership="none">
|
4214
|
+
<doc xml:space="preserve">x coordinate</doc>
|
4215
|
+
<type name="guint" c:type="guint"/>
|
4216
|
+
</parameter>
|
4217
|
+
<parameter name="y" transfer-ownership="none">
|
4218
|
+
<doc xml:space="preserve">y coordinate</doc>
|
4219
|
+
<type name="guint" c:type="guint"/>
|
4220
|
+
</parameter>
|
4221
|
+
<parameter name="width" transfer-ownership="none">
|
4222
|
+
<doc xml:space="preserve">the width</doc>
|
4223
|
+
<type name="guint" c:type="guint"/>
|
4224
|
+
</parameter>
|
4225
|
+
</parameters>
|
4226
|
+
</method>
|
4227
|
+
<function name="new"
|
4228
|
+
c:identifier="gst_video_dither_new"
|
4229
|
+
introspectable="0">
|
4230
|
+
<doc xml:space="preserve">Make a new dither object for dithering lines of @format using the
|
4231
|
+
algorithm described by @method.
|
4232
|
+
|
4233
|
+
Each component will be quantized to a multiple of @quantizer. Better
|
4234
|
+
performance is achived when @quantizer is a power of 2.
|
4235
|
+
|
4236
|
+
@width is the width of the lines that this ditherer will handle.</doc>
|
4237
|
+
<return-value>
|
4238
|
+
<doc xml:space="preserve">a new #GstVideoDither</doc>
|
4239
|
+
<type name="VideoDither" c:type="GstVideoDither*"/>
|
4240
|
+
</return-value>
|
4241
|
+
<parameters>
|
4242
|
+
<parameter name="method" transfer-ownership="none">
|
4243
|
+
<doc xml:space="preserve">a #GstVideoDitherMethod</doc>
|
4244
|
+
<type name="VideoDitherMethod" c:type="GstVideoDitherMethod"/>
|
4245
|
+
</parameter>
|
4246
|
+
<parameter name="flags" transfer-ownership="none">
|
4247
|
+
<doc xml:space="preserve">a #GstVideoDitherFlags</doc>
|
4248
|
+
<type name="VideoDitherFlags" c:type="GstVideoDitherFlags"/>
|
4249
|
+
</parameter>
|
4250
|
+
<parameter name="format" transfer-ownership="none">
|
4251
|
+
<doc xml:space="preserve">a #GstVideoFormat</doc>
|
4252
|
+
<type name="VideoFormat" c:type="GstVideoFormat"/>
|
4253
|
+
</parameter>
|
4254
|
+
<parameter name="quantizer" transfer-ownership="none">
|
4255
|
+
<doc xml:space="preserve">quantizer</doc>
|
4256
|
+
<type name="guint" c:type="guint"/>
|
4257
|
+
</parameter>
|
4258
|
+
<parameter name="width" transfer-ownership="none">
|
4259
|
+
<doc xml:space="preserve">the width of the lines</doc>
|
4260
|
+
<type name="guint" c:type="guint"/>
|
4261
|
+
</parameter>
|
4262
|
+
</parameters>
|
4263
|
+
</function>
|
4264
|
+
</record>
|
4265
|
+
<bitfield name="VideoDitherFlags"
|
4266
|
+
glib:type-name="GstVideoDitherFlags"
|
4267
|
+
glib:get-type="gst_video_dither_flags_get_type"
|
4268
|
+
c:type="GstVideoDitherFlags">
|
4269
|
+
<doc xml:space="preserve">Extra flags that influence the result from gst_video_chroma_resample_new().</doc>
|
4270
|
+
<member name="none"
|
4271
|
+
value="0"
|
4272
|
+
c:identifier="GST_VIDEO_DITHER_FLAG_NONE"
|
4273
|
+
glib:nick="none">
|
4274
|
+
<doc xml:space="preserve">no flags</doc>
|
4275
|
+
</member>
|
4276
|
+
<member name="interlaced"
|
4277
|
+
value="1"
|
4278
|
+
c:identifier="GST_VIDEO_DITHER_FLAG_INTERLACED"
|
4279
|
+
glib:nick="interlaced">
|
4280
|
+
<doc xml:space="preserve">the input is interlaced</doc>
|
4281
|
+
</member>
|
4282
|
+
<member name="quantize"
|
4283
|
+
value="2"
|
4284
|
+
c:identifier="GST_VIDEO_DITHER_FLAG_QUANTIZE"
|
4285
|
+
glib:nick="quantize">
|
4286
|
+
<doc xml:space="preserve">quantize values in addition to adding dither.</doc>
|
4287
|
+
</member>
|
4288
|
+
</bitfield>
|
4289
|
+
<enumeration name="VideoDitherMethod"
|
4290
|
+
glib:type-name="GstVideoDitherMethod"
|
4291
|
+
glib:get-type="gst_video_dither_method_get_type"
|
4292
|
+
c:type="GstVideoDitherMethod">
|
4293
|
+
<doc xml:space="preserve">Different dithering methods to use.</doc>
|
4294
|
+
<member name="none"
|
4295
|
+
value="0"
|
4296
|
+
c:identifier="GST_VIDEO_DITHER_NONE"
|
4297
|
+
glib:nick="none">
|
4298
|
+
<doc xml:space="preserve">no dithering</doc>
|
4299
|
+
</member>
|
4300
|
+
<member name="verterr"
|
4301
|
+
value="1"
|
4302
|
+
c:identifier="GST_VIDEO_DITHER_VERTERR"
|
4303
|
+
glib:nick="verterr">
|
4304
|
+
<doc xml:space="preserve">propagate rounding errors downwards</doc>
|
4305
|
+
</member>
|
4306
|
+
<member name="floyd_steinberg"
|
4307
|
+
value="2"
|
4308
|
+
c:identifier="GST_VIDEO_DITHER_FLOYD_STEINBERG"
|
4309
|
+
glib:nick="floyd-steinberg">
|
4310
|
+
<doc xml:space="preserve">Dither with floyd-steinberg error diffusion</doc>
|
4311
|
+
</member>
|
4312
|
+
<member name="sierra_lite"
|
4313
|
+
value="3"
|
4314
|
+
c:identifier="GST_VIDEO_DITHER_SIERRA_LITE"
|
4315
|
+
glib:nick="sierra-lite">
|
4316
|
+
<doc xml:space="preserve">Dither with Sierra Lite error diffusion</doc>
|
4317
|
+
</member>
|
4318
|
+
<member name="bayer"
|
4319
|
+
value="4"
|
4320
|
+
c:identifier="GST_VIDEO_DITHER_BAYER"
|
4321
|
+
glib:nick="bayer">
|
4322
|
+
<doc xml:space="preserve">ordered dither using a bayer pattern</doc>
|
4323
|
+
</member>
|
4324
|
+
</enumeration>
|
3503
4325
|
<class name="VideoEncoder"
|
3504
4326
|
c:symbol-prefix="video_encoder"
|
3505
4327
|
c:type="GstVideoEncoder"
|
@@ -4057,11 +4879,17 @@ elements (e.g. muxers).</doc>
|
|
4057
4879
|
<doc xml:space="preserve">a #GstVideoEncoder</doc>
|
4058
4880
|
<type name="VideoEncoder" c:type="GstVideoEncoder*"/>
|
4059
4881
|
</instance-parameter>
|
4060
|
-
<parameter name="caps"
|
4882
|
+
<parameter name="caps"
|
4883
|
+
transfer-ownership="none"
|
4884
|
+
nullable="1"
|
4885
|
+
allow-none="1">
|
4061
4886
|
<doc xml:space="preserve">initial caps</doc>
|
4062
4887
|
<type name="Gst.Caps" c:type="GstCaps*"/>
|
4063
4888
|
</parameter>
|
4064
|
-
<parameter name="filter"
|
4889
|
+
<parameter name="filter"
|
4890
|
+
transfer-ownership="none"
|
4891
|
+
nullable="1"
|
4892
|
+
allow-none="1">
|
4065
4893
|
<doc xml:space="preserve">filter caps</doc>
|
4066
4894
|
<type name="Gst.Caps" c:type="GstCaps*"/>
|
4067
4895
|
</parameter>
|
@@ -4105,6 +4933,27 @@ elements (e.g. muxers).</doc>
|
|
4105
4933
|
</parameter>
|
4106
4934
|
</parameters>
|
4107
4935
|
</method>
|
4936
|
+
<method name="set_min_pts" c:identifier="gst_video_encoder_set_min_pts">
|
4937
|
+
<doc xml:space="preserve">Request minimal value for PTS passed to handle_frame.
|
4938
|
+
|
4939
|
+
For streams with reordered frames this can be used to ensure that there
|
4940
|
+
is enough time to accomodate first DTS, which may be less than first PTS
|
4941
|
+
|
4942
|
+
Since 1.6</doc>
|
4943
|
+
<return-value transfer-ownership="none">
|
4944
|
+
<type name="none" c:type="void"/>
|
4945
|
+
</return-value>
|
4946
|
+
<parameters>
|
4947
|
+
<instance-parameter name="encoder" transfer-ownership="none">
|
4948
|
+
<doc xml:space="preserve">a #GstVideoEncoder</doc>
|
4949
|
+
<type name="VideoEncoder" c:type="GstVideoEncoder*"/>
|
4950
|
+
</instance-parameter>
|
4951
|
+
<parameter name="min_pts" transfer-ownership="none">
|
4952
|
+
<doc xml:space="preserve">minimal PTS that will be passed to handle_frame</doc>
|
4953
|
+
<type name="Gst.ClockTime" c:type="GstClockTime"/>
|
4954
|
+
</parameter>
|
4955
|
+
</parameters>
|
4956
|
+
</method>
|
4108
4957
|
<method name="set_output_state"
|
4109
4958
|
c:identifier="gst_video_encoder_set_output_state">
|
4110
4959
|
<doc xml:space="preserve">Creates a new #GstVideoCodecState with the specified caps as the output state
|
@@ -4960,6 +5809,48 @@ to implement frame dropping.
|
|
4960
5809
|
glib:nick="nv12-64z32">
|
4961
5810
|
<doc xml:space="preserve">NV12 with 64x32 tiling in zigzag pattern</doc>
|
4962
5811
|
</member>
|
5812
|
+
<member name="a420_10be"
|
5813
|
+
value="54"
|
5814
|
+
c:identifier="GST_VIDEO_FORMAT_A420_10BE"
|
5815
|
+
glib:nick="a420-10be">
|
5816
|
+
<doc xml:space="preserve">planar 4:4:2:0 YUV, 10 bits per channel</doc>
|
5817
|
+
</member>
|
5818
|
+
<member name="a420_10le"
|
5819
|
+
value="55"
|
5820
|
+
c:identifier="GST_VIDEO_FORMAT_A420_10LE"
|
5821
|
+
glib:nick="a420-10le">
|
5822
|
+
<doc xml:space="preserve">planar 4:4:2:0 YUV, 10 bits per channel</doc>
|
5823
|
+
</member>
|
5824
|
+
<member name="a422_10be"
|
5825
|
+
value="56"
|
5826
|
+
c:identifier="GST_VIDEO_FORMAT_A422_10BE"
|
5827
|
+
glib:nick="a422-10be">
|
5828
|
+
<doc xml:space="preserve">planar 4:4:2:2 YUV, 10 bits per channel</doc>
|
5829
|
+
</member>
|
5830
|
+
<member name="a422_10le"
|
5831
|
+
value="57"
|
5832
|
+
c:identifier="GST_VIDEO_FORMAT_A422_10LE"
|
5833
|
+
glib:nick="a422-10le">
|
5834
|
+
<doc xml:space="preserve">planar 4:4:2:2 YUV, 10 bits per channel</doc>
|
5835
|
+
</member>
|
5836
|
+
<member name="a444_10be"
|
5837
|
+
value="58"
|
5838
|
+
c:identifier="GST_VIDEO_FORMAT_A444_10BE"
|
5839
|
+
glib:nick="a444-10be">
|
5840
|
+
<doc xml:space="preserve">planar 4:4:4:4 YUV, 10 bits per channel</doc>
|
5841
|
+
</member>
|
5842
|
+
<member name="a444_10le"
|
5843
|
+
value="59"
|
5844
|
+
c:identifier="GST_VIDEO_FORMAT_A444_10LE"
|
5845
|
+
glib:nick="a444-10le">
|
5846
|
+
<doc xml:space="preserve">planar 4:4:4:4 YUV, 10 bits per channel</doc>
|
5847
|
+
</member>
|
5848
|
+
<member name="nv61"
|
5849
|
+
value="60"
|
5850
|
+
c:identifier="GST_VIDEO_FORMAT_NV61"
|
5851
|
+
glib:nick="nv61">
|
5852
|
+
<doc xml:space="preserve">planar 4:2:2 YUV with interleaved VU plane (Since 1.6)</doc>
|
5853
|
+
</member>
|
4963
5854
|
<function name="from_fourcc" c:identifier="gst_video_format_from_fourcc">
|
4964
5855
|
<doc xml:space="preserve">Converts a FOURCC value into the corresponding #GstVideoFormat.
|
4965
5856
|
If the FOURCC cannot be represented by #GstVideoFormat,
|
@@ -5081,11 +5972,15 @@ no corresponding FOURCC value, 0 is returned.</doc>
|
|
5081
5972
|
</parameters>
|
5082
5973
|
</function>
|
5083
5974
|
<function name="to_string" c:identifier="gst_video_format_to_string">
|
5975
|
+
<doc xml:space="preserve">Returns a string containing a descriptive name for
|
5976
|
+
the #GstVideoFormat if there is one, or NULL otherwise.</doc>
|
5084
5977
|
<return-value transfer-ownership="none">
|
5978
|
+
<doc xml:space="preserve">the name corresponding to @format</doc>
|
5085
5979
|
<type name="utf8" c:type="const gchar*"/>
|
5086
5980
|
</return-value>
|
5087
5981
|
<parameters>
|
5088
5982
|
<parameter name="format" transfer-ownership="none">
|
5983
|
+
<doc xml:space="preserve">a #GstVideoFormat video format</doc>
|
5089
5984
|
<type name="VideoFormat" c:type="GstVideoFormat"/>
|
5090
5985
|
</parameter>
|
5091
5986
|
</parameters>
|
@@ -5287,13 +6182,14 @@ This function operates on pack_lines lines, meaning that @src should
|
|
5287
6182
|
contain at least pack_lines lines with a stride of @sstride and @y
|
5288
6183
|
should be a multiple of pack_lines.
|
5289
6184
|
|
5290
|
-
Subsampled formats will use the horizontally
|
5291
|
-
|
6185
|
+
Subsampled formats will use the horizontally and vertically cosited
|
6186
|
+
component from the source. Subsampling should be performed before
|
6187
|
+
packing.
|
5292
6188
|
|
5293
|
-
Because
|
6189
|
+
Because this function does not have a x coordinate, it is not possible to
|
5294
6190
|
pack pixels starting from an unaligned position. For tiled images this
|
5295
6191
|
means that packing should start from a tile coordinate. For subsampled
|
5296
|
-
formats this means that a complete pixel
|
6192
|
+
formats this means that a complete pixel needs to be packed.</doc>
|
5297
6193
|
<return-value transfer-ownership="none">
|
5298
6194
|
<type name="none" c:type="void"/>
|
5299
6195
|
</return-value>
|
@@ -5390,6 +6286,7 @@ separate step after unpacking.</doc>
|
|
5390
6286
|
<type name="VideoInfo" c:type="GstVideoInfo"/>
|
5391
6287
|
</field>
|
5392
6288
|
<field name="flags" writable="1">
|
6289
|
+
<doc xml:space="preserve">#GstVideoFrameFlags for the frame</doc>
|
5393
6290
|
<type name="VideoFrameFlags" c:type="GstVideoFrameFlags"/>
|
5394
6291
|
</field>
|
5395
6292
|
<field name="buffer" writable="1">
|
@@ -5560,6 +6457,36 @@ All video planes of @buffer will be mapped and the pointers will be set in
|
|
5560
6457
|
c:identifier="GST_VIDEO_FRAME_FLAG_ONEFIELD">
|
5561
6458
|
<doc xml:space="preserve">The video frame has one field</doc>
|
5562
6459
|
</member>
|
6460
|
+
<member name="multiple_view"
|
6461
|
+
value="16"
|
6462
|
+
c:identifier="GST_VIDEO_FRAME_FLAG_MULTIPLE_VIEW">
|
6463
|
+
<doc xml:space="preserve">The video contains one or
|
6464
|
+
more non-mono views</doc>
|
6465
|
+
</member>
|
6466
|
+
<member name="first_in_bundle"
|
6467
|
+
value="32"
|
6468
|
+
c:identifier="GST_VIDEO_FRAME_FLAG_FIRST_IN_BUNDLE">
|
6469
|
+
<doc xml:space="preserve">The video frame is the first
|
6470
|
+
in a set of corresponding views provided as sequential frames.</doc>
|
6471
|
+
</member>
|
6472
|
+
</bitfield>
|
6473
|
+
<bitfield name="VideoFrameMapFlags"
|
6474
|
+
version="1.6"
|
6475
|
+
c:type="GstVideoFrameMapFlags">
|
6476
|
+
<doc xml:space="preserve">Additional mapping flags for gst_video_frame_map().</doc>
|
6477
|
+
<member name="no_ref"
|
6478
|
+
value="65536"
|
6479
|
+
c:identifier="GST_VIDEO_FRAME_MAP_FLAG_NO_REF">
|
6480
|
+
<doc xml:space="preserve">Don't take another reference of the buffer and store it in
|
6481
|
+
the GstVideoFrame. This makes sure that the buffer stays
|
6482
|
+
writable while the frame is mapped, but requires that the
|
6483
|
+
buffer reference stays valid until the frame is unmapped again.</doc>
|
6484
|
+
</member>
|
6485
|
+
<member name="last"
|
6486
|
+
value="16777216"
|
6487
|
+
c:identifier="GST_VIDEO_FRAME_MAP_FLAG_LAST">
|
6488
|
+
<doc xml:space="preserve">Offset to define more flags</doc>
|
6489
|
+
</member>
|
5563
6490
|
</bitfield>
|
5564
6491
|
<enumeration name="VideoGLTextureOrientation"
|
5565
6492
|
c:type="GstVideoGLTextureOrientation">
|
@@ -5701,6 +6628,25 @@ to upload something to an OpenGL texture.</doc>
|
|
5701
6628
|
</return-value>
|
5702
6629
|
</function>
|
5703
6630
|
</record>
|
6631
|
+
<enumeration name="VideoGammaMode"
|
6632
|
+
version="1.6"
|
6633
|
+
glib:type-name="GstVideoGammaMode"
|
6634
|
+
glib:get-type="gst_video_gamma_mode_get_type"
|
6635
|
+
c:type="GstVideoGammaMode">
|
6636
|
+
<member name="none"
|
6637
|
+
value="0"
|
6638
|
+
c:identifier="GST_VIDEO_GAMMA_MODE_NONE"
|
6639
|
+
glib:nick="none">
|
6640
|
+
<doc xml:space="preserve">disable gamma handling</doc>
|
6641
|
+
</member>
|
6642
|
+
<member name="remap"
|
6643
|
+
value="1"
|
6644
|
+
c:identifier="GST_VIDEO_GAMMA_MODE_REMAP"
|
6645
|
+
glib:nick="remap">
|
6646
|
+
<doc xml:space="preserve">convert between input and output gamma
|
6647
|
+
Different gamma conversion modes</doc>
|
6648
|
+
</member>
|
6649
|
+
</enumeration>
|
5704
6650
|
<record name="VideoInfo" c:type="GstVideoInfo">
|
5705
6651
|
<doc xml:space="preserve">Information describing image properties. This information can be filled
|
5706
6652
|
in from GstCaps with gst_video_info_from_caps(). The information is also used
|
@@ -5772,11 +6718,21 @@ Use the provided macros to access the info in this structure.</doc>
|
|
5772
6718
|
<type name="gint" c:type="gint"/>
|
5773
6719
|
</array>
|
5774
6720
|
</field>
|
5775
|
-
<
|
5776
|
-
<
|
5777
|
-
<
|
5778
|
-
|
5779
|
-
|
6721
|
+
<union name="ABI" c:type="ABI">
|
6722
|
+
<record name="abi" c:type="abi">
|
6723
|
+
<field name="multiview_mode" writable="1">
|
6724
|
+
<type name="VideoMultiviewMode" c:type="GstVideoMultiviewMode"/>
|
6725
|
+
</field>
|
6726
|
+
<field name="multiview_flags" writable="1">
|
6727
|
+
<type name="VideoMultiviewFlags" c:type="GstVideoMultiviewFlags"/>
|
6728
|
+
</field>
|
6729
|
+
</record>
|
6730
|
+
<field name="_gst_reserved" readable="0" private="1">
|
6731
|
+
<array zero-terminated="0" c:type="gpointer" fixed-size="4">
|
6732
|
+
<type name="gpointer" c:type="gpointer"/>
|
6733
|
+
</array>
|
6734
|
+
</field>
|
6735
|
+
</union>
|
5780
6736
|
<method name="align" c:identifier="gst_video_info_align">
|
5781
6737
|
<doc xml:space="preserve">Adjust the offset and stride fields in @info so that the padding and
|
5782
6738
|
stride alignment in @align is respected.
|
@@ -5878,7 +6834,9 @@ function can be used to handle pad queries of the type GST_QUERY_CONVERT.</doc>
|
|
5878
6834
|
<method name="set_format" c:identifier="gst_video_info_set_format">
|
5879
6835
|
<doc xml:space="preserve">Set the default info for a video frame of @format and @width and @height.
|
5880
6836
|
|
5881
|
-
Note: This initializes @info first, no values are preserved
|
6837
|
+
Note: This initializes @info first, no values are preserved. This function
|
6838
|
+
does not set the offsets correctly for interlaced vertically
|
6839
|
+
subsampled formats.</doc>
|
5882
6840
|
<return-value transfer-ownership="none">
|
5883
6841
|
<type name="none" c:type="void"/>
|
5884
6842
|
</return-value>
|
@@ -5953,6 +6911,71 @@ mode of the stream.</doc>
|
|
5953
6911
|
height property. This mode requires multiple GstVideoMeta metadata
|
5954
6912
|
to describe the fields.</doc>
|
5955
6913
|
</member>
|
6914
|
+
<function name="from_string"
|
6915
|
+
c:identifier="gst_video_interlace_mode_from_string"
|
6916
|
+
version="1.6">
|
6917
|
+
<doc xml:space="preserve">Convert @mode to a #GstVideoInterlaceMode</doc>
|
6918
|
+
<return-value transfer-ownership="none">
|
6919
|
+
<doc xml:space="preserve">the #GstVideoInterlaceMode of @mode or
|
6920
|
+
#GST_VIDEO_INTERLACE_MODE_PROGRESSIVE when @mode is not a valid
|
6921
|
+
string representation for a #GstVideoInterlaceMode.</doc>
|
6922
|
+
<type name="VideoInterlaceMode" c:type="GstVideoInterlaceMode"/>
|
6923
|
+
</return-value>
|
6924
|
+
<parameters>
|
6925
|
+
<parameter name="mode" transfer-ownership="none">
|
6926
|
+
<doc xml:space="preserve">a mode</doc>
|
6927
|
+
<type name="utf8" c:type="const gchar*"/>
|
6928
|
+
</parameter>
|
6929
|
+
</parameters>
|
6930
|
+
</function>
|
6931
|
+
<function name="to_string"
|
6932
|
+
c:identifier="gst_video_interlace_mode_to_string"
|
6933
|
+
version="1.6">
|
6934
|
+
<doc xml:space="preserve">Convert @mode to its string representation.</doc>
|
6935
|
+
<return-value transfer-ownership="none">
|
6936
|
+
<doc xml:space="preserve">@mode as a string or NULL if @mode in invalid.</doc>
|
6937
|
+
<type name="utf8" c:type="const gchar*"/>
|
6938
|
+
</return-value>
|
6939
|
+
<parameters>
|
6940
|
+
<parameter name="mode" transfer-ownership="none">
|
6941
|
+
<doc xml:space="preserve">a #GstVideoInterlaceMode</doc>
|
6942
|
+
<type name="VideoInterlaceMode" c:type="GstVideoInterlaceMode"/>
|
6943
|
+
</parameter>
|
6944
|
+
</parameters>
|
6945
|
+
</function>
|
6946
|
+
</enumeration>
|
6947
|
+
<enumeration name="VideoMatrixMode"
|
6948
|
+
version="1.6"
|
6949
|
+
glib:type-name="GstVideoMatrixMode"
|
6950
|
+
glib:get-type="gst_video_matrix_mode_get_type"
|
6951
|
+
c:type="GstVideoMatrixMode">
|
6952
|
+
<doc xml:space="preserve">Different color matrix conversion modes</doc>
|
6953
|
+
<member name="full"
|
6954
|
+
value="0"
|
6955
|
+
c:identifier="GST_VIDEO_MATRIX_MODE_FULL"
|
6956
|
+
glib:nick="full">
|
6957
|
+
<doc xml:space="preserve">do conversion between color matrices</doc>
|
6958
|
+
</member>
|
6959
|
+
<member name="input_only"
|
6960
|
+
value="1"
|
6961
|
+
c:identifier="GST_VIDEO_MATRIX_MODE_INPUT_ONLY"
|
6962
|
+
glib:nick="input-only">
|
6963
|
+
<doc xml:space="preserve">use the input color matrix to convert
|
6964
|
+
to and from R'G'B</doc>
|
6965
|
+
</member>
|
6966
|
+
<member name="output_only"
|
6967
|
+
value="2"
|
6968
|
+
c:identifier="GST_VIDEO_MATRIX_MODE_OUTPUT_ONLY"
|
6969
|
+
glib:nick="output-only">
|
6970
|
+
<doc xml:space="preserve">use the output color matrix to convert
|
6971
|
+
to and from R'G'B</doc>
|
6972
|
+
</member>
|
6973
|
+
<member name="none"
|
6974
|
+
value="3"
|
6975
|
+
c:identifier="GST_VIDEO_MATRIX_MODE_NONE"
|
6976
|
+
glib:nick="none">
|
6977
|
+
<doc xml:space="preserve">disable color matrix conversion.</doc>
|
6978
|
+
</member>
|
5956
6979
|
</enumeration>
|
5957
6980
|
<record name="VideoMeta" c:type="GstVideoMeta">
|
5958
6981
|
<doc xml:space="preserve">Extra buffer metadata describing image properties</doc>
|
@@ -6128,46 +7151,350 @@ first byte of the plane and the stride of the plane.</doc>
|
|
6128
7151
|
</return-value>
|
6129
7152
|
</function>
|
6130
7153
|
</record>
|
6131
|
-
<
|
6132
|
-
|
6133
|
-
|
6134
|
-
|
6135
|
-
|
6136
|
-
|
6137
|
-
|
6138
|
-
|
6139
|
-
|
6140
|
-
|
6141
|
-
|
6142
|
-
|
6143
|
-
|
6144
|
-
|
6145
|
-
|
6146
|
-
|
6147
|
-
|
6148
|
-
|
6149
|
-
|
6150
|
-
|
6151
|
-
|
6152
|
-
|
6153
|
-
|
6154
|
-
|
6155
|
-
|
6156
|
-
|
6157
|
-
|
6158
|
-
|
6159
|
-
|
6160
|
-
|
6161
|
-
|
6162
|
-
|
6163
|
-
|
6164
|
-
|
6165
|
-
|
6166
|
-
|
6167
|
-
|
6168
|
-
|
6169
|
-
|
6170
|
-
|
7154
|
+
<bitfield name="VideoMultiviewFlags"
|
7155
|
+
glib:type-name="GstVideoMultiviewFlags"
|
7156
|
+
glib:get-type="gst_video_multiview_flags_get_type"
|
7157
|
+
c:type="GstVideoMultiviewFlags">
|
7158
|
+
<doc xml:space="preserve">GstVideoMultiviewFlags are used to indicate extra properties of a
|
7159
|
+
stereo/multiview stream beyond the frame layout and buffer mapping
|
7160
|
+
that is conveyed in the #GstMultiviewMode.</doc>
|
7161
|
+
<member name="none"
|
7162
|
+
value="0"
|
7163
|
+
c:identifier="GST_VIDEO_MULTIVIEW_FLAGS_NONE"
|
7164
|
+
glib:nick="none">
|
7165
|
+
<doc xml:space="preserve">No flags</doc>
|
7166
|
+
</member>
|
7167
|
+
<member name="right_view_first"
|
7168
|
+
value="1"
|
7169
|
+
c:identifier="GST_VIDEO_MULTIVIEW_FLAGS_RIGHT_VIEW_FIRST"
|
7170
|
+
glib:nick="right-view-first">
|
7171
|
+
<doc xml:space="preserve">For stereo streams, the
|
7172
|
+
normal arrangement of left and right views is reversed.</doc>
|
7173
|
+
</member>
|
7174
|
+
<member name="left_flipped"
|
7175
|
+
value="2"
|
7176
|
+
c:identifier="GST_VIDEO_MULTIVIEW_FLAGS_LEFT_FLIPPED"
|
7177
|
+
glib:nick="left-flipped">
|
7178
|
+
<doc xml:space="preserve">The left view is vertically
|
7179
|
+
mirrored.</doc>
|
7180
|
+
</member>
|
7181
|
+
<member name="left_flopped"
|
7182
|
+
value="4"
|
7183
|
+
c:identifier="GST_VIDEO_MULTIVIEW_FLAGS_LEFT_FLOPPED"
|
7184
|
+
glib:nick="left-flopped">
|
7185
|
+
<doc xml:space="preserve">The left view is horizontally
|
7186
|
+
mirrored.</doc>
|
7187
|
+
</member>
|
7188
|
+
<member name="right_flipped"
|
7189
|
+
value="8"
|
7190
|
+
c:identifier="GST_VIDEO_MULTIVIEW_FLAGS_RIGHT_FLIPPED"
|
7191
|
+
glib:nick="right-flipped">
|
7192
|
+
<doc xml:space="preserve">The right view is
|
7193
|
+
vertically mirrored.</doc>
|
7194
|
+
</member>
|
7195
|
+
<member name="right_flopped"
|
7196
|
+
value="16"
|
7197
|
+
c:identifier="GST_VIDEO_MULTIVIEW_FLAGS_RIGHT_FLOPPED"
|
7198
|
+
glib:nick="right-flopped">
|
7199
|
+
<doc xml:space="preserve">The right view is
|
7200
|
+
horizontally mirrored.</doc>
|
7201
|
+
</member>
|
7202
|
+
<member name="half_aspect"
|
7203
|
+
value="16384"
|
7204
|
+
c:identifier="GST_VIDEO_MULTIVIEW_FLAGS_HALF_ASPECT"
|
7205
|
+
glib:nick="half-aspect">
|
7206
|
+
<doc xml:space="preserve">For frame-packed
|
7207
|
+
multiview modes, indicates that the individual
|
7208
|
+
views have been encoded with half the true width or height
|
7209
|
+
and should be scaled back up for display. This flag
|
7210
|
+
is used for overriding input layout interpretation
|
7211
|
+
by adjusting pixel-aspect-ratio.
|
7212
|
+
For side-by-side, column interleaved or checkerboard packings, the
|
7213
|
+
pixel width will be doubled. For row interleaved and top-bottom
|
7214
|
+
encodings, pixel height will be doubled.</doc>
|
7215
|
+
</member>
|
7216
|
+
<member name="mixed_mono"
|
7217
|
+
value="32768"
|
7218
|
+
c:identifier="GST_VIDEO_MULTIVIEW_FLAGS_MIXED_MONO"
|
7219
|
+
glib:nick="mixed-mono">
|
7220
|
+
<doc xml:space="preserve">The video stream contains both
|
7221
|
+
mono and multiview portions, signalled on each buffer by the
|
7222
|
+
absence or presence of the @GST_VIDEO_BUFFER_FLAG_MULTIPLE_VIEW
|
7223
|
+
buffer flag.</doc>
|
7224
|
+
</member>
|
7225
|
+
</bitfield>
|
7226
|
+
<class name="VideoMultiviewFlagsSet"
|
7227
|
+
c:symbol-prefix="video_multiview_flagset"
|
7228
|
+
parent="Gst.FlagSet"
|
7229
|
+
glib:type-name="GstVideoMultiviewFlagsSet"
|
7230
|
+
glib:get-type="gst_video_multiview_flagset_get_type"
|
7231
|
+
glib:fundamental="1">
|
7232
|
+
</class>
|
7233
|
+
<enumeration name="VideoMultiviewFramePacking"
|
7234
|
+
glib:type-name="GstVideoMultiviewFramePacking"
|
7235
|
+
glib:get-type="gst_video_multiview_frame_packing_get_type"
|
7236
|
+
c:type="GstVideoMultiviewFramePacking">
|
7237
|
+
<doc xml:space="preserve">#GstVideoMultiviewFramePacking represents the subset of #GstVideoMultiviewMode
|
7238
|
+
values that can be applied to any video frame without needing extra metadata.
|
7239
|
+
It can be used by elements that provide a property to override the
|
7240
|
+
multiview interpretation of a video stream when the video doesn't contain
|
7241
|
+
any markers.
|
7242
|
+
|
7243
|
+
This enum is used (for example) on playbin, to re-interpret a played
|
7244
|
+
video stream as a stereoscopic video. The individual enum values are
|
7245
|
+
equivalent to and have the same value as the matching #GstVideoMultiviewMode.</doc>
|
7246
|
+
<member name="none"
|
7247
|
+
value="-1"
|
7248
|
+
c:identifier="GST_VIDEO_MULTIVIEW_FRAME_PACKING_NONE"
|
7249
|
+
glib:nick="none">
|
7250
|
+
<doc xml:space="preserve">A special value indicating
|
7251
|
+
no frame packing info.</doc>
|
7252
|
+
</member>
|
7253
|
+
<member name="mono"
|
7254
|
+
value="0"
|
7255
|
+
c:identifier="GST_VIDEO_MULTIVIEW_FRAME_PACKING_MONO"
|
7256
|
+
glib:nick="mono">
|
7257
|
+
<doc xml:space="preserve">All frames are monoscopic.</doc>
|
7258
|
+
</member>
|
7259
|
+
<member name="left"
|
7260
|
+
value="1"
|
7261
|
+
c:identifier="GST_VIDEO_MULTIVIEW_FRAME_PACKING_LEFT"
|
7262
|
+
glib:nick="left">
|
7263
|
+
<doc xml:space="preserve">All frames represent a left-eye view.</doc>
|
7264
|
+
</member>
|
7265
|
+
<member name="right"
|
7266
|
+
value="2"
|
7267
|
+
c:identifier="GST_VIDEO_MULTIVIEW_FRAME_PACKING_RIGHT"
|
7268
|
+
glib:nick="right">
|
7269
|
+
<doc xml:space="preserve">All frames represent a right-eye view.</doc>
|
7270
|
+
</member>
|
7271
|
+
<member name="side_by_side"
|
7272
|
+
value="3"
|
7273
|
+
c:identifier="GST_VIDEO_MULTIVIEW_FRAME_PACKING_SIDE_BY_SIDE"
|
7274
|
+
glib:nick="side-by-side">
|
7275
|
+
<doc xml:space="preserve">Left and right eye views are
|
7276
|
+
provided in the left and right half of the frame respectively.</doc>
|
7277
|
+
</member>
|
7278
|
+
<member name="side_by_side_quincunx"
|
7279
|
+
value="4"
|
7280
|
+
c:identifier="GST_VIDEO_MULTIVIEW_FRAME_PACKING_SIDE_BY_SIDE_QUINCUNX"
|
7281
|
+
glib:nick="side-by-side-quincunx">
|
7282
|
+
<doc xml:space="preserve">Left and right eye
|
7283
|
+
views are provided in the left and right half of the frame, but
|
7284
|
+
have been sampled using quincunx method, with half-pixel offset
|
7285
|
+
between the 2 views.</doc>
|
7286
|
+
</member>
|
7287
|
+
<member name="column_interleaved"
|
7288
|
+
value="5"
|
7289
|
+
c:identifier="GST_VIDEO_MULTIVIEW_FRAME_PACKING_COLUMN_INTERLEAVED"
|
7290
|
+
glib:nick="column-interleaved">
|
7291
|
+
<doc xml:space="preserve">Alternating vertical
|
7292
|
+
columns of pixels represent the left and right eye view respectively.</doc>
|
7293
|
+
</member>
|
7294
|
+
<member name="row_interleaved"
|
7295
|
+
value="6"
|
7296
|
+
c:identifier="GST_VIDEO_MULTIVIEW_FRAME_PACKING_ROW_INTERLEAVED"
|
7297
|
+
glib:nick="row-interleaved">
|
7298
|
+
<doc xml:space="preserve">Alternating horizontal
|
7299
|
+
rows of pixels represent the left and right eye view respectively.</doc>
|
7300
|
+
</member>
|
7301
|
+
<member name="top_bottom"
|
7302
|
+
value="7"
|
7303
|
+
c:identifier="GST_VIDEO_MULTIVIEW_FRAME_PACKING_TOP_BOTTOM"
|
7304
|
+
glib:nick="top-bottom">
|
7305
|
+
<doc xml:space="preserve">The top half of the frame
|
7306
|
+
contains the left eye, and the bottom half the right eye.</doc>
|
7307
|
+
</member>
|
7308
|
+
<member name="checkerboard"
|
7309
|
+
value="8"
|
7310
|
+
c:identifier="GST_VIDEO_MULTIVIEW_FRAME_PACKING_CHECKERBOARD"
|
7311
|
+
glib:nick="checkerboard">
|
7312
|
+
<doc xml:space="preserve">Pixels are arranged with
|
7313
|
+
alternating pixels representing left and right eye views in a
|
7314
|
+
checkerboard fashion.</doc>
|
7315
|
+
</member>
|
7316
|
+
</enumeration>
|
7317
|
+
<enumeration name="VideoMultiviewMode"
|
7318
|
+
glib:type-name="GstVideoMultiviewMode"
|
7319
|
+
glib:get-type="gst_video_multiview_mode_get_type"
|
7320
|
+
c:type="GstVideoMultiviewMode">
|
7321
|
+
<doc xml:space="preserve">All possible stereoscopic 3D and multiview representations.
|
7322
|
+
In conjunction with #GstVideoMultiviewFlags, describes how
|
7323
|
+
multiview content is being transported in the stream.</doc>
|
7324
|
+
<member name="none"
|
7325
|
+
value="-1"
|
7326
|
+
c:identifier="GST_VIDEO_MULTIVIEW_MODE_NONE"
|
7327
|
+
glib:nick="none">
|
7328
|
+
<doc xml:space="preserve">A special value indicating
|
7329
|
+
no multiview information. Used in GstVideoInfo and other places to
|
7330
|
+
indicate that no specific multiview handling has been requested or
|
7331
|
+
provided. This value is never carried on caps.</doc>
|
7332
|
+
</member>
|
7333
|
+
<member name="mono"
|
7334
|
+
value="0"
|
7335
|
+
c:identifier="GST_VIDEO_MULTIVIEW_MODE_MONO"
|
7336
|
+
glib:nick="mono">
|
7337
|
+
<doc xml:space="preserve">All frames are monoscopic.</doc>
|
7338
|
+
</member>
|
7339
|
+
<member name="left"
|
7340
|
+
value="1"
|
7341
|
+
c:identifier="GST_VIDEO_MULTIVIEW_MODE_LEFT"
|
7342
|
+
glib:nick="left">
|
7343
|
+
<doc xml:space="preserve">All frames represent a left-eye view.</doc>
|
7344
|
+
</member>
|
7345
|
+
<member name="right"
|
7346
|
+
value="2"
|
7347
|
+
c:identifier="GST_VIDEO_MULTIVIEW_MODE_RIGHT"
|
7348
|
+
glib:nick="right">
|
7349
|
+
<doc xml:space="preserve">All frames represent a right-eye view.</doc>
|
7350
|
+
</member>
|
7351
|
+
<member name="side_by_side"
|
7352
|
+
value="3"
|
7353
|
+
c:identifier="GST_VIDEO_MULTIVIEW_MODE_SIDE_BY_SIDE"
|
7354
|
+
glib:nick="side-by-side">
|
7355
|
+
<doc xml:space="preserve">Left and right eye views are
|
7356
|
+
provided in the left and right half of the frame respectively.</doc>
|
7357
|
+
</member>
|
7358
|
+
<member name="side_by_side_quincunx"
|
7359
|
+
value="4"
|
7360
|
+
c:identifier="GST_VIDEO_MULTIVIEW_MODE_SIDE_BY_SIDE_QUINCUNX"
|
7361
|
+
glib:nick="side-by-side-quincunx">
|
7362
|
+
<doc xml:space="preserve">Left and right eye
|
7363
|
+
views are provided in the left and right half of the frame, but
|
7364
|
+
have been sampled using quincunx method, with half-pixel offset
|
7365
|
+
between the 2 views.</doc>
|
7366
|
+
</member>
|
7367
|
+
<member name="column_interleaved"
|
7368
|
+
value="5"
|
7369
|
+
c:identifier="GST_VIDEO_MULTIVIEW_MODE_COLUMN_INTERLEAVED"
|
7370
|
+
glib:nick="column-interleaved">
|
7371
|
+
<doc xml:space="preserve">Alternating vertical
|
7372
|
+
columns of pixels represent the left and right eye view respectively.</doc>
|
7373
|
+
</member>
|
7374
|
+
<member name="row_interleaved"
|
7375
|
+
value="6"
|
7376
|
+
c:identifier="GST_VIDEO_MULTIVIEW_MODE_ROW_INTERLEAVED"
|
7377
|
+
glib:nick="row-interleaved">
|
7378
|
+
<doc xml:space="preserve">Alternating horizontal
|
7379
|
+
rows of pixels represent the left and right eye view respectively.</doc>
|
7380
|
+
</member>
|
7381
|
+
<member name="top_bottom"
|
7382
|
+
value="7"
|
7383
|
+
c:identifier="GST_VIDEO_MULTIVIEW_MODE_TOP_BOTTOM"
|
7384
|
+
glib:nick="top-bottom">
|
7385
|
+
<doc xml:space="preserve">The top half of the frame
|
7386
|
+
contains the left eye, and the bottom half the right eye.</doc>
|
7387
|
+
</member>
|
7388
|
+
<member name="checkerboard"
|
7389
|
+
value="8"
|
7390
|
+
c:identifier="GST_VIDEO_MULTIVIEW_MODE_CHECKERBOARD"
|
7391
|
+
glib:nick="checkerboard">
|
7392
|
+
<doc xml:space="preserve">Pixels are arranged with
|
7393
|
+
alternating pixels representing left and right eye views in a
|
7394
|
+
checkerboard fashion.</doc>
|
7395
|
+
</member>
|
7396
|
+
<member name="frame_by_frame"
|
7397
|
+
value="32"
|
7398
|
+
c:identifier="GST_VIDEO_MULTIVIEW_MODE_FRAME_BY_FRAME"
|
7399
|
+
glib:nick="frame-by-frame">
|
7400
|
+
<doc xml:space="preserve">Left and right eye views
|
7401
|
+
are provided in separate frames alternately.</doc>
|
7402
|
+
</member>
|
7403
|
+
<member name="multiview_frame_by_frame"
|
7404
|
+
value="33"
|
7405
|
+
c:identifier="GST_VIDEO_MULTIVIEW_MODE_MULTIVIEW_FRAME_BY_FRAME"
|
7406
|
+
glib:nick="multiview-frame-by-frame">
|
7407
|
+
<doc xml:space="preserve">Multiple
|
7408
|
+
independent views are provided in separate frames in sequence.
|
7409
|
+
This method only applies to raw video buffers at the moment.
|
7410
|
+
Specific view identification is via the #GstVideoMultiviewMeta
|
7411
|
+
and #GstVideoMeta(s) on raw video buffers.</doc>
|
7412
|
+
</member>
|
7413
|
+
<member name="separated"
|
7414
|
+
value="34"
|
7415
|
+
c:identifier="GST_VIDEO_MULTIVIEW_MODE_SEPARATED"
|
7416
|
+
glib:nick="separated">
|
7417
|
+
<doc xml:space="preserve">Multiple views are
|
7418
|
+
provided as separate #GstMemory framebuffers attached to each
|
7419
|
+
#GstBuffer, described by the #GstVideoMultiviewMeta
|
7420
|
+
and #GstVideoMeta(s)</doc>
|
7421
|
+
</member>
|
7422
|
+
<function name="from_caps_string"
|
7423
|
+
c:identifier="gst_video_multiview_mode_from_caps_string"
|
7424
|
+
version="1.6">
|
7425
|
+
<return-value transfer-ownership="none">
|
7426
|
+
<doc xml:space="preserve">The #GstVideoMultiviewMode value
|
7427
|
+
|
7428
|
+
Given a string from a caps multiview-mode field,
|
7429
|
+
output the corresponding #GstVideoMultiviewMode
|
7430
|
+
or #GST_VIDEO_MULTIVIEW_MODE_NONE</doc>
|
7431
|
+
<type name="VideoMultiviewMode" c:type="GstVideoMultiviewMode"/>
|
7432
|
+
</return-value>
|
7433
|
+
<parameters>
|
7434
|
+
<parameter name="caps_mview_mode" transfer-ownership="none">
|
7435
|
+
<doc xml:space="preserve">multiview-mode field string from caps</doc>
|
7436
|
+
<type name="utf8" c:type="const gchar*"/>
|
7437
|
+
</parameter>
|
7438
|
+
</parameters>
|
7439
|
+
</function>
|
7440
|
+
<function name="to_caps_string"
|
7441
|
+
c:identifier="gst_video_multiview_mode_to_caps_string"
|
7442
|
+
version="1.6">
|
7443
|
+
<return-value transfer-ownership="none">
|
7444
|
+
<doc xml:space="preserve">The caps string representation of the mode, or NULL if invalid.
|
7445
|
+
|
7446
|
+
Given a #GstVideoMultiviewMode returns the multiview-mode caps string
|
7447
|
+
for insertion into a caps structure</doc>
|
7448
|
+
<type name="utf8" c:type="const gchar*"/>
|
7449
|
+
</return-value>
|
7450
|
+
<parameters>
|
7451
|
+
<parameter name="mview_mode" transfer-ownership="none">
|
7452
|
+
<doc xml:space="preserve">A #GstVideoMultiviewMode value</doc>
|
7453
|
+
<type name="VideoMultiviewMode" c:type="GstVideoMultiviewMode"/>
|
7454
|
+
</parameter>
|
7455
|
+
</parameters>
|
7456
|
+
</function>
|
7457
|
+
</enumeration>
|
7458
|
+
<interface name="VideoOrientation"
|
7459
|
+
c:symbol-prefix="video_orientation"
|
7460
|
+
c:type="GstVideoOrientation"
|
7461
|
+
glib:type-name="GstVideoOrientation"
|
7462
|
+
glib:get-type="gst_video_orientation_get_type"
|
7463
|
+
glib:type-struct="VideoOrientationInterface">
|
7464
|
+
<doc xml:space="preserve">The interface allows unified access to control flipping and autocenter
|
7465
|
+
operation of video-sources or operators.</doc>
|
7466
|
+
<virtual-method name="get_hcenter" invoker="get_hcenter">
|
7467
|
+
<doc xml:space="preserve">Get the horizontal centering offset from the given object.</doc>
|
7468
|
+
<return-value transfer-ownership="none">
|
7469
|
+
<doc xml:space="preserve">%TRUE in case the element supports centering</doc>
|
7470
|
+
<type name="gboolean" c:type="gboolean"/>
|
7471
|
+
</return-value>
|
7472
|
+
<parameters>
|
7473
|
+
<instance-parameter name="video_orientation"
|
7474
|
+
transfer-ownership="none">
|
7475
|
+
<doc xml:space="preserve">#GstVideoOrientation interface of a #GstElement</doc>
|
7476
|
+
<type name="VideoOrientation" c:type="GstVideoOrientation*"/>
|
7477
|
+
</instance-parameter>
|
7478
|
+
<parameter name="center" transfer-ownership="none">
|
7479
|
+
<doc xml:space="preserve">return location for the result</doc>
|
7480
|
+
<type name="gint" c:type="gint*"/>
|
7481
|
+
</parameter>
|
7482
|
+
</parameters>
|
7483
|
+
</virtual-method>
|
7484
|
+
<virtual-method name="get_hflip" invoker="get_hflip">
|
7485
|
+
<doc xml:space="preserve">Get the horizontal flipping state (%TRUE for flipped) from the given object.</doc>
|
7486
|
+
<return-value transfer-ownership="none">
|
7487
|
+
<doc xml:space="preserve">%TRUE in case the element supports flipping</doc>
|
7488
|
+
<type name="gboolean" c:type="gboolean"/>
|
7489
|
+
</return-value>
|
7490
|
+
<parameters>
|
7491
|
+
<instance-parameter name="video_orientation"
|
7492
|
+
transfer-ownership="none">
|
7493
|
+
<doc xml:space="preserve">#GstVideoOrientation interface of a #GstElement</doc>
|
7494
|
+
<type name="VideoOrientation" c:type="GstVideoOrientation*"/>
|
7495
|
+
</instance-parameter>
|
7496
|
+
<parameter name="flip" transfer-ownership="none">
|
7497
|
+
<doc xml:space="preserve">return location for the result</doc>
|
6171
7498
|
<type name="gboolean" c:type="gboolean*"/>
|
6172
7499
|
</parameter>
|
6173
7500
|
</parameters>
|
@@ -7749,7 +9076,7 @@ pixel-data.</doc>
|
|
7749
9076
|
pixel alpha values are multiplied with this value. Valid
|
7750
9077
|
values: 0 <= global_alpha <= 1; 1 to deactivate.
|
7751
9078
|
|
7752
|
-
|
9079
|
+
@rectangle must be writable, meaning its refcount must be 1. You can
|
7753
9080
|
make the rectangles inside a #GstVideoOverlayComposition writable using
|
7754
9081
|
gst_video_overlay_composition_make_writable() or
|
7755
9082
|
gst_video_overlay_composition_copy().</doc>
|
@@ -7763,6 +9090,7 @@ gst_video_overlay_composition_copy().</doc>
|
|
7763
9090
|
c:type="GstVideoOverlayRectangle*"/>
|
7764
9091
|
</instance-parameter>
|
7765
9092
|
<parameter name="global_alpha" transfer-ownership="none">
|
9093
|
+
<doc xml:space="preserve">Global alpha value (0 to 1.0)</doc>
|
7766
9094
|
<type name="gfloat" c:type="gfloat"/>
|
7767
9095
|
</parameter>
|
7768
9096
|
</parameters>
|
@@ -7836,6 +9164,32 @@ gst_video_overlay_composition_copy().</doc>
|
|
7836
9164
|
information from alternating fields. (Since 1.2)</doc>
|
7837
9165
|
</member>
|
7838
9166
|
</bitfield>
|
9167
|
+
<enumeration name="VideoPrimariesMode"
|
9168
|
+
version="1.6"
|
9169
|
+
glib:type-name="GstVideoPrimariesMode"
|
9170
|
+
glib:get-type="gst_video_primaries_mode_get_type"
|
9171
|
+
c:type="GstVideoPrimariesMode">
|
9172
|
+
<doc xml:space="preserve">Different primaries conversion modes</doc>
|
9173
|
+
<member name="none"
|
9174
|
+
value="0"
|
9175
|
+
c:identifier="GST_VIDEO_PRIMARIES_MODE_NONE"
|
9176
|
+
glib:nick="none">
|
9177
|
+
<doc xml:space="preserve">disable conversion between primaries</doc>
|
9178
|
+
</member>
|
9179
|
+
<member name="merge_only"
|
9180
|
+
value="1"
|
9181
|
+
c:identifier="GST_VIDEO_PRIMARIES_MODE_MERGE_ONLY"
|
9182
|
+
glib:nick="merge-only">
|
9183
|
+
<doc xml:space="preserve">do conversion between primaries only
|
9184
|
+
when it can be merged with color matrix conversion.</doc>
|
9185
|
+
</member>
|
9186
|
+
<member name="fast"
|
9187
|
+
value="2"
|
9188
|
+
c:identifier="GST_VIDEO_PRIMARIES_MODE_FAST"
|
9189
|
+
glib:nick="fast">
|
9190
|
+
<doc xml:space="preserve">fast conversion between primaries</doc>
|
9191
|
+
</member>
|
9192
|
+
</enumeration>
|
7839
9193
|
<record name="VideoRectangle" c:type="GstVideoRectangle">
|
7840
9194
|
<doc xml:space="preserve">Helper structure representing a rectangular area.</doc>
|
7841
9195
|
<field name="x" writable="1">
|
@@ -7883,9 +9237,11 @@ gst_video_overlay_composition_copy().</doc>
|
|
7883
9237
|
<type name="guint" c:type="guint"/>
|
7884
9238
|
</field>
|
7885
9239
|
<field name="w" writable="1">
|
9240
|
+
<doc xml:space="preserve">bounding box width</doc>
|
7886
9241
|
<type name="guint" c:type="guint"/>
|
7887
9242
|
</field>
|
7888
9243
|
<field name="h" writable="1">
|
9244
|
+
<doc xml:space="preserve">bounding box height</doc>
|
7889
9245
|
<type name="guint" c:type="guint"/>
|
7890
9246
|
</field>
|
7891
9247
|
<function name="get_info"
|
@@ -7895,75 +9251,485 @@ gst_video_overlay_composition_copy().</doc>
|
|
7895
9251
|
</return-value>
|
7896
9252
|
</function>
|
7897
9253
|
</record>
|
7898
|
-
<
|
7899
|
-
|
7900
|
-
|
7901
|
-
|
7902
|
-
|
7903
|
-
|
7904
|
-
|
7905
|
-
<
|
7906
|
-
|
7907
|
-
|
7908
|
-
|
7909
|
-
|
7910
|
-
|
7911
|
-
|
7912
|
-
|
7913
|
-
|
7914
|
-
|
7915
|
-
|
7916
|
-
|
7917
|
-
|
7918
|
-
|
9254
|
+
<record name="VideoResampler" c:type="GstVideoResampler" version="1.6">
|
9255
|
+
<doc xml:space="preserve">#GstVideoResampler is a structure which holds the information
|
9256
|
+
required to perform various kinds of resampling filtering.</doc>
|
9257
|
+
<field name="in_size" writable="1">
|
9258
|
+
<doc xml:space="preserve">the input size</doc>
|
9259
|
+
<type name="gint" c:type="gint"/>
|
9260
|
+
</field>
|
9261
|
+
<field name="out_size" writable="1">
|
9262
|
+
<doc xml:space="preserve">the output size</doc>
|
9263
|
+
<type name="gint" c:type="gint"/>
|
9264
|
+
</field>
|
9265
|
+
<field name="max_taps" writable="1">
|
9266
|
+
<doc xml:space="preserve">the maximum number of taps</doc>
|
9267
|
+
<type name="guint" c:type="guint"/>
|
9268
|
+
</field>
|
9269
|
+
<field name="n_phases" writable="1">
|
9270
|
+
<doc xml:space="preserve">the number of phases</doc>
|
9271
|
+
<type name="guint" c:type="guint"/>
|
9272
|
+
</field>
|
9273
|
+
<field name="offset" writable="1">
|
9274
|
+
<doc xml:space="preserve">array with the source offset for each output element</doc>
|
9275
|
+
<type name="guint32" c:type="guint32*"/>
|
9276
|
+
</field>
|
9277
|
+
<field name="phase" writable="1">
|
9278
|
+
<doc xml:space="preserve">array with the phase to use for each output element</doc>
|
9279
|
+
<type name="guint32" c:type="guint32*"/>
|
9280
|
+
</field>
|
9281
|
+
<field name="n_taps" writable="1">
|
9282
|
+
<doc xml:space="preserve">array with new number of taps for each phase</doc>
|
9283
|
+
<type name="guint32" c:type="guint32*"/>
|
9284
|
+
</field>
|
9285
|
+
<field name="taps" writable="1">
|
9286
|
+
<doc xml:space="preserve">the taps for all phases</doc>
|
9287
|
+
<type name="gdouble" c:type="gdouble*"/>
|
9288
|
+
</field>
|
9289
|
+
<field name="_gst_reserved" readable="0" private="1">
|
9290
|
+
<array zero-terminated="0" c:type="gpointer" fixed-size="4">
|
9291
|
+
<type name="gpointer" c:type="gpointer"/>
|
9292
|
+
</array>
|
9293
|
+
</field>
|
9294
|
+
<method name="clear"
|
9295
|
+
c:identifier="gst_video_resampler_clear"
|
9296
|
+
version="1.6">
|
9297
|
+
<doc xml:space="preserve">Clear a previously initialized #GstVideoResampler @resampler.</doc>
|
7919
9298
|
<return-value transfer-ownership="none">
|
7920
9299
|
<type name="none" c:type="void"/>
|
7921
9300
|
</return-value>
|
7922
9301
|
<parameters>
|
7923
|
-
<parameter name="
|
7924
|
-
<doc xml:space="preserve">
|
7925
|
-
<type name="
|
9302
|
+
<instance-parameter name="resampler" transfer-ownership="none">
|
9303
|
+
<doc xml:space="preserve">a #GstVideoResampler</doc>
|
9304
|
+
<type name="VideoResampler" c:type="GstVideoResampler*"/>
|
9305
|
+
</instance-parameter>
|
9306
|
+
</parameters>
|
9307
|
+
</method>
|
9308
|
+
<method name="init" c:identifier="gst_video_resampler_init">
|
9309
|
+
<return-value transfer-ownership="none">
|
9310
|
+
<type name="gboolean" c:type="gboolean"/>
|
9311
|
+
</return-value>
|
9312
|
+
<parameters>
|
9313
|
+
<instance-parameter name="resampler" transfer-ownership="none">
|
9314
|
+
<type name="VideoResampler" c:type="GstVideoResampler*"/>
|
9315
|
+
</instance-parameter>
|
9316
|
+
<parameter name="method" transfer-ownership="none">
|
9317
|
+
<type name="VideoResamplerMethod"
|
9318
|
+
c:type="GstVideoResamplerMethod"/>
|
7926
9319
|
</parameter>
|
7927
|
-
<parameter name="
|
7928
|
-
<
|
7929
|
-
<type name="VideoRectangle" c:type="GstVideoRectangle"/>
|
9320
|
+
<parameter name="flags" transfer-ownership="none">
|
9321
|
+
<type name="VideoResamplerFlags" c:type="GstVideoResamplerFlags"/>
|
7930
9322
|
</parameter>
|
7931
|
-
<parameter name="
|
7932
|
-
<
|
7933
|
-
<type name="VideoRectangle" c:type="GstVideoRectangle*"/>
|
9323
|
+
<parameter name="n_phases" transfer-ownership="none">
|
9324
|
+
<type name="guint" c:type="guint"/>
|
7934
9325
|
</parameter>
|
7935
|
-
<parameter name="
|
7936
|
-
<
|
7937
|
-
|
9326
|
+
<parameter name="n_taps" transfer-ownership="none">
|
9327
|
+
<type name="guint" c:type="guint"/>
|
9328
|
+
</parameter>
|
9329
|
+
<parameter name="shift" transfer-ownership="none">
|
9330
|
+
<type name="gdouble" c:type="gdouble"/>
|
9331
|
+
</parameter>
|
9332
|
+
<parameter name="in_size" transfer-ownership="none">
|
9333
|
+
<type name="guint" c:type="guint"/>
|
9334
|
+
</parameter>
|
9335
|
+
<parameter name="out_size" transfer-ownership="none">
|
9336
|
+
<type name="guint" c:type="guint"/>
|
9337
|
+
</parameter>
|
9338
|
+
<parameter name="options" transfer-ownership="none">
|
9339
|
+
<type name="Gst.Structure" c:type="GstStructure*"/>
|
7938
9340
|
</parameter>
|
7939
9341
|
</parameters>
|
7940
|
-
</
|
7941
|
-
|
9342
|
+
</method>
|
9343
|
+
</record>
|
9344
|
+
<enumeration name="VideoResamplerFlags"
|
9345
|
+
version="1.6"
|
9346
|
+
glib:type-name="GstVideoResamplerFlags"
|
9347
|
+
glib:get-type="gst_video_resampler_flags_get_type"
|
9348
|
+
c:type="GstVideoResamplerFlags">
|
9349
|
+
<doc xml:space="preserve">Different resampler flags.</doc>
|
9350
|
+
<member name="none"
|
9351
|
+
value="0"
|
9352
|
+
c:identifier="GST_VIDEO_RESAMPLER_FLAG_NONE"
|
9353
|
+
glib:nick="none">
|
9354
|
+
<doc xml:space="preserve">no flags</doc>
|
9355
|
+
</member>
|
9356
|
+
</enumeration>
|
9357
|
+
<enumeration name="VideoResamplerMethod"
|
9358
|
+
version="1.6"
|
9359
|
+
glib:type-name="GstVideoResamplerMethod"
|
9360
|
+
glib:get-type="gst_video_resampler_method_get_type"
|
9361
|
+
c:type="GstVideoResamplerMethod">
|
9362
|
+
<doc xml:space="preserve">Different subsampling and upsampling methods</doc>
|
9363
|
+
<member name="nearest"
|
9364
|
+
value="0"
|
9365
|
+
c:identifier="GST_VIDEO_RESAMPLER_METHOD_NEAREST"
|
9366
|
+
glib:nick="nearest">
|
9367
|
+
<doc xml:space="preserve">Duplicates the samples when
|
9368
|
+
upsampling and drops when downsampling</doc>
|
9369
|
+
</member>
|
9370
|
+
<member name="linear"
|
9371
|
+
value="1"
|
9372
|
+
c:identifier="GST_VIDEO_RESAMPLER_METHOD_LINEAR"
|
9373
|
+
glib:nick="linear">
|
9374
|
+
<doc xml:space="preserve">Uses linear interpolation to reconstruct
|
9375
|
+
missing samples and averaging to downsample</doc>
|
9376
|
+
</member>
|
9377
|
+
<member name="cubic"
|
9378
|
+
value="2"
|
9379
|
+
c:identifier="GST_VIDEO_RESAMPLER_METHOD_CUBIC"
|
9380
|
+
glib:nick="cubic">
|
9381
|
+
<doc xml:space="preserve">Uses cubic interpolation</doc>
|
9382
|
+
</member>
|
9383
|
+
<member name="sinc"
|
9384
|
+
value="3"
|
9385
|
+
c:identifier="GST_VIDEO_RESAMPLER_METHOD_SINC"
|
9386
|
+
glib:nick="sinc">
|
9387
|
+
<doc xml:space="preserve">Uses sinc interpolation</doc>
|
9388
|
+
</member>
|
9389
|
+
<member name="lanczos"
|
9390
|
+
value="4"
|
9391
|
+
c:identifier="GST_VIDEO_RESAMPLER_METHOD_LANCZOS"
|
9392
|
+
glib:nick="lanczos">
|
9393
|
+
<doc xml:space="preserve">Uses lanczos interpolation</doc>
|
9394
|
+
</member>
|
9395
|
+
</enumeration>
|
9396
|
+
<record name="VideoScaler" c:type="GstVideoScaler" disguised="1">
|
9397
|
+
<doc xml:space="preserve">#GstVideoScaler is a utility object for rescaling and resampling
|
9398
|
+
video frames using various interpolation / sampling methods.</doc>
|
9399
|
+
<method name="2d" c:identifier="gst_video_scaler_2d">
|
9400
|
+
<doc xml:space="preserve">Scale a rectangle of pixels in @src with @src_stride to @dest with
|
9401
|
+
@dest_stride using the horizontal scaler @hscaler and the vertical
|
9402
|
+
scaler @vscale.
|
9403
|
+
|
9404
|
+
One or both of @hscale and @vscale can be NULL to only perform scaling in
|
9405
|
+
one dimension or do a copy without scaling.
|
9406
|
+
|
9407
|
+
@x and @y are the coordinates in the destination image to process.</doc>
|
7942
9408
|
<return-value transfer-ownership="none">
|
7943
|
-
<type name="
|
9409
|
+
<type name="none" c:type="void"/>
|
7944
9410
|
</return-value>
|
7945
9411
|
<parameters>
|
7946
|
-
<instance-parameter name="
|
7947
|
-
<
|
9412
|
+
<instance-parameter name="hscale" transfer-ownership="none">
|
9413
|
+
<doc xml:space="preserve">a horzontal #GstVideoScaler</doc>
|
9414
|
+
<type name="VideoScaler" c:type="GstVideoScaler*"/>
|
7948
9415
|
</instance-parameter>
|
7949
|
-
<parameter name="
|
7950
|
-
<
|
9416
|
+
<parameter name="vscale" transfer-ownership="none">
|
9417
|
+
<doc xml:space="preserve">a vertical #GstVideoScaler</doc>
|
9418
|
+
<type name="VideoScaler" c:type="GstVideoScaler*"/>
|
7951
9419
|
</parameter>
|
7952
|
-
|
7953
|
-
|
7954
|
-
|
7955
|
-
|
7956
|
-
|
7957
|
-
|
7958
|
-
|
7959
|
-
|
7960
|
-
|
7961
|
-
|
7962
|
-
|
7963
|
-
|
7964
|
-
|
7965
|
-
|
7966
|
-
|
9420
|
+
<parameter name="format" transfer-ownership="none">
|
9421
|
+
<doc xml:space="preserve">a #GstVideoFormat for @srcs and @dest</doc>
|
9422
|
+
<type name="VideoFormat" c:type="GstVideoFormat"/>
|
9423
|
+
</parameter>
|
9424
|
+
<parameter name="src" transfer-ownership="none">
|
9425
|
+
<doc xml:space="preserve">source pixels</doc>
|
9426
|
+
<type name="gpointer" c:type="gpointer"/>
|
9427
|
+
</parameter>
|
9428
|
+
<parameter name="src_stride" transfer-ownership="none">
|
9429
|
+
<doc xml:space="preserve">source pixels stride</doc>
|
9430
|
+
<type name="gint" c:type="gint"/>
|
9431
|
+
</parameter>
|
9432
|
+
<parameter name="dest" transfer-ownership="none">
|
9433
|
+
<doc xml:space="preserve">destination pixels</doc>
|
9434
|
+
<type name="gpointer" c:type="gpointer"/>
|
9435
|
+
</parameter>
|
9436
|
+
<parameter name="dest_stride" transfer-ownership="none">
|
9437
|
+
<doc xml:space="preserve">destination pixels stride</doc>
|
9438
|
+
<type name="gint" c:type="gint"/>
|
9439
|
+
</parameter>
|
9440
|
+
<parameter name="x" transfer-ownership="none">
|
9441
|
+
<doc xml:space="preserve">the horizontal destination offset</doc>
|
9442
|
+
<type name="guint" c:type="guint"/>
|
9443
|
+
</parameter>
|
9444
|
+
<parameter name="y" transfer-ownership="none">
|
9445
|
+
<doc xml:space="preserve">the vertical destination offset</doc>
|
9446
|
+
<type name="guint" c:type="guint"/>
|
9447
|
+
</parameter>
|
9448
|
+
<parameter name="width" transfer-ownership="none">
|
9449
|
+
<doc xml:space="preserve">the number of output pixels to scale</doc>
|
9450
|
+
<type name="guint" c:type="guint"/>
|
9451
|
+
</parameter>
|
9452
|
+
<parameter name="height" transfer-ownership="none">
|
9453
|
+
<doc xml:space="preserve">the number of output lines to scale</doc>
|
9454
|
+
<type name="guint" c:type="guint"/>
|
9455
|
+
</parameter>
|
9456
|
+
</parameters>
|
9457
|
+
</method>
|
9458
|
+
<method name="combine_packed_YUV"
|
9459
|
+
c:identifier="gst_video_scaler_combine_packed_YUV"
|
9460
|
+
version="1.6"
|
9461
|
+
introspectable="0">
|
9462
|
+
<doc xml:space="preserve">Combine a scaler for Y and UV into one scaler for the packed @format.</doc>
|
9463
|
+
<return-value>
|
9464
|
+
<doc xml:space="preserve">a new horizontal videoscaler for @format.</doc>
|
9465
|
+
<type name="VideoScaler" c:type="GstVideoScaler*"/>
|
9466
|
+
</return-value>
|
9467
|
+
<parameters>
|
9468
|
+
<instance-parameter name="y_scale" transfer-ownership="none">
|
9469
|
+
<doc xml:space="preserve">a scaler for the Y component</doc>
|
9470
|
+
<type name="VideoScaler" c:type="GstVideoScaler*"/>
|
9471
|
+
</instance-parameter>
|
9472
|
+
<parameter name="uv_scale" transfer-ownership="none">
|
9473
|
+
<doc xml:space="preserve">a scaler for the U and V components</doc>
|
9474
|
+
<type name="VideoScaler" c:type="GstVideoScaler*"/>
|
9475
|
+
</parameter>
|
9476
|
+
<parameter name="in_format" transfer-ownership="none">
|
9477
|
+
<doc xml:space="preserve">the input video format</doc>
|
9478
|
+
<type name="VideoFormat" c:type="GstVideoFormat"/>
|
9479
|
+
</parameter>
|
9480
|
+
<parameter name="out_format" transfer-ownership="none">
|
9481
|
+
<doc xml:space="preserve">the output video format</doc>
|
9482
|
+
<type name="VideoFormat" c:type="GstVideoFormat"/>
|
9483
|
+
</parameter>
|
9484
|
+
</parameters>
|
9485
|
+
</method>
|
9486
|
+
<method name="free" c:identifier="gst_video_scaler_free">
|
9487
|
+
<doc xml:space="preserve">Free a previously allocated #GstVideoScaler @scale.</doc>
|
9488
|
+
<return-value transfer-ownership="none">
|
9489
|
+
<type name="none" c:type="void"/>
|
9490
|
+
</return-value>
|
9491
|
+
<parameters>
|
9492
|
+
<instance-parameter name="scale" transfer-ownership="none">
|
9493
|
+
<doc xml:space="preserve">a #GstVideoScaler</doc>
|
9494
|
+
<type name="VideoScaler" c:type="GstVideoScaler*"/>
|
9495
|
+
</instance-parameter>
|
9496
|
+
</parameters>
|
9497
|
+
</method>
|
9498
|
+
<method name="get_coeff" c:identifier="gst_video_scaler_get_coeff">
|
9499
|
+
<doc xml:space="preserve">For a given pixel at @out_offset, get the first required input pixel at
|
9500
|
+
@in_offset and the @n_taps filter coefficients.
|
9501
|
+
|
9502
|
+
Note that for interlaced content, @in_offset needs to be incremented with
|
9503
|
+
2 to get the next input line.</doc>
|
9504
|
+
<return-value transfer-ownership="none">
|
9505
|
+
<doc xml:space="preserve">an array of @n_tap gdouble values with filter coefficients.</doc>
|
9506
|
+
<type name="gdouble" c:type="const gdouble*"/>
|
9507
|
+
</return-value>
|
9508
|
+
<parameters>
|
9509
|
+
<instance-parameter name="scale" transfer-ownership="none">
|
9510
|
+
<doc xml:space="preserve">a #GstVideoScaler</doc>
|
9511
|
+
<type name="VideoScaler" c:type="GstVideoScaler*"/>
|
9512
|
+
</instance-parameter>
|
9513
|
+
<parameter name="out_offset" transfer-ownership="none">
|
9514
|
+
<doc xml:space="preserve">an output offset</doc>
|
9515
|
+
<type name="guint" c:type="guint"/>
|
9516
|
+
</parameter>
|
9517
|
+
<parameter name="in_offset" transfer-ownership="none">
|
9518
|
+
<doc xml:space="preserve">result input offset</doc>
|
9519
|
+
<type name="guint" c:type="guint*"/>
|
9520
|
+
</parameter>
|
9521
|
+
<parameter name="n_taps" transfer-ownership="none">
|
9522
|
+
<doc xml:space="preserve">result n_taps</doc>
|
9523
|
+
<type name="guint" c:type="guint*"/>
|
9524
|
+
</parameter>
|
9525
|
+
</parameters>
|
9526
|
+
</method>
|
9527
|
+
<method name="get_max_taps" c:identifier="gst_video_scaler_get_max_taps">
|
9528
|
+
<doc xml:space="preserve">Get the maximum number of taps for @scale.</doc>
|
9529
|
+
<return-value transfer-ownership="none">
|
9530
|
+
<doc xml:space="preserve">the maximum number of taps</doc>
|
9531
|
+
<type name="guint" c:type="guint"/>
|
9532
|
+
</return-value>
|
9533
|
+
<parameters>
|
9534
|
+
<instance-parameter name="scale" transfer-ownership="none">
|
9535
|
+
<doc xml:space="preserve">a #GstVideoScaler</doc>
|
9536
|
+
<type name="VideoScaler" c:type="GstVideoScaler*"/>
|
9537
|
+
</instance-parameter>
|
9538
|
+
</parameters>
|
9539
|
+
</method>
|
9540
|
+
<method name="horizontal" c:identifier="gst_video_scaler_horizontal">
|
9541
|
+
<doc xml:space="preserve">Horizontally scale the pixels in @src to @dest, starting from @dest_offset
|
9542
|
+
for @width samples.</doc>
|
9543
|
+
<return-value transfer-ownership="none">
|
9544
|
+
<type name="none" c:type="void"/>
|
9545
|
+
</return-value>
|
9546
|
+
<parameters>
|
9547
|
+
<instance-parameter name="scale" transfer-ownership="none">
|
9548
|
+
<doc xml:space="preserve">a #GstVideoScaler</doc>
|
9549
|
+
<type name="VideoScaler" c:type="GstVideoScaler*"/>
|
9550
|
+
</instance-parameter>
|
9551
|
+
<parameter name="format" transfer-ownership="none">
|
9552
|
+
<doc xml:space="preserve">a #GstVideoFormat for @src and @dest</doc>
|
9553
|
+
<type name="VideoFormat" c:type="GstVideoFormat"/>
|
9554
|
+
</parameter>
|
9555
|
+
<parameter name="src" transfer-ownership="none">
|
9556
|
+
<doc xml:space="preserve">source pixels</doc>
|
9557
|
+
<type name="gpointer" c:type="gpointer"/>
|
9558
|
+
</parameter>
|
9559
|
+
<parameter name="dest" transfer-ownership="none">
|
9560
|
+
<doc xml:space="preserve">destination pixels</doc>
|
9561
|
+
<type name="gpointer" c:type="gpointer"/>
|
9562
|
+
</parameter>
|
9563
|
+
<parameter name="dest_offset" transfer-ownership="none">
|
9564
|
+
<doc xml:space="preserve">the horizontal destination offset</doc>
|
9565
|
+
<type name="guint" c:type="guint"/>
|
9566
|
+
</parameter>
|
9567
|
+
<parameter name="width" transfer-ownership="none">
|
9568
|
+
<doc xml:space="preserve">the number of pixels to scale</doc>
|
9569
|
+
<type name="guint" c:type="guint"/>
|
9570
|
+
</parameter>
|
9571
|
+
</parameters>
|
9572
|
+
</method>
|
9573
|
+
<method name="vertical" c:identifier="gst_video_scaler_vertical">
|
9574
|
+
<doc xml:space="preserve">Vertically combine @width pixels in the lines in @src_lines to @dest.
|
9575
|
+
@dest is the location of the target line at @dest_offset and
|
9576
|
+
@srcs are the input lines for @dest_offset, as obtained with
|
9577
|
+
gst_video_scaler_get_info().</doc>
|
9578
|
+
<return-value transfer-ownership="none">
|
9579
|
+
<type name="none" c:type="void"/>
|
9580
|
+
</return-value>
|
9581
|
+
<parameters>
|
9582
|
+
<instance-parameter name="scale" transfer-ownership="none">
|
9583
|
+
<doc xml:space="preserve">a #GstVideoScaler</doc>
|
9584
|
+
<type name="VideoScaler" c:type="GstVideoScaler*"/>
|
9585
|
+
</instance-parameter>
|
9586
|
+
<parameter name="format" transfer-ownership="none">
|
9587
|
+
<doc xml:space="preserve">a #GstVideoFormat for @srcs and @dest</doc>
|
9588
|
+
<type name="VideoFormat" c:type="GstVideoFormat"/>
|
9589
|
+
</parameter>
|
9590
|
+
<parameter name="src_lines" transfer-ownership="none">
|
9591
|
+
<doc xml:space="preserve">source pixels lines</doc>
|
9592
|
+
<type name="gpointer" c:type="gpointer"/>
|
9593
|
+
</parameter>
|
9594
|
+
<parameter name="dest" transfer-ownership="none">
|
9595
|
+
<doc xml:space="preserve">destination pixels</doc>
|
9596
|
+
<type name="gpointer" c:type="gpointer"/>
|
9597
|
+
</parameter>
|
9598
|
+
<parameter name="dest_offset" transfer-ownership="none">
|
9599
|
+
<doc xml:space="preserve">the vertical destination offset</doc>
|
9600
|
+
<type name="guint" c:type="guint"/>
|
9601
|
+
</parameter>
|
9602
|
+
<parameter name="width" transfer-ownership="none">
|
9603
|
+
<doc xml:space="preserve">the number of pixels to scale</doc>
|
9604
|
+
<type name="guint" c:type="guint"/>
|
9605
|
+
</parameter>
|
9606
|
+
</parameters>
|
9607
|
+
</method>
|
9608
|
+
<function name="new"
|
9609
|
+
c:identifier="gst_video_scaler_new"
|
9610
|
+
introspectable="0">
|
9611
|
+
<doc xml:space="preserve">Make a new @method video scaler. @in_size source lines/pixels will
|
9612
|
+
be scaled to @out_size destination lines/pixels.
|
9613
|
+
|
9614
|
+
@n_taps specifies the amount of pixels to use from the source for one output
|
9615
|
+
pixel. If n_taps is 0, this function chooses a good value automatically based
|
9616
|
+
on the @method and @in_size/@out_size.</doc>
|
9617
|
+
<return-value>
|
9618
|
+
<doc xml:space="preserve">a #GstVideoResample</doc>
|
9619
|
+
<type name="VideoScaler" c:type="GstVideoScaler*"/>
|
9620
|
+
</return-value>
|
9621
|
+
<parameters>
|
9622
|
+
<parameter name="method" transfer-ownership="none">
|
9623
|
+
<doc xml:space="preserve">a #GstVideoResamplerMethod</doc>
|
9624
|
+
<type name="VideoResamplerMethod"
|
9625
|
+
c:type="GstVideoResamplerMethod"/>
|
9626
|
+
</parameter>
|
9627
|
+
<parameter name="flags" transfer-ownership="none">
|
9628
|
+
<doc xml:space="preserve">#GstVideoScalerFlags</doc>
|
9629
|
+
<type name="VideoScalerFlags" c:type="GstVideoScalerFlags"/>
|
9630
|
+
</parameter>
|
9631
|
+
<parameter name="n_taps" transfer-ownership="none">
|
9632
|
+
<doc xml:space="preserve">number of taps to use</doc>
|
9633
|
+
<type name="guint" c:type="guint"/>
|
9634
|
+
</parameter>
|
9635
|
+
<parameter name="in_size" transfer-ownership="none">
|
9636
|
+
<doc xml:space="preserve">number of source elements</doc>
|
9637
|
+
<type name="guint" c:type="guint"/>
|
9638
|
+
</parameter>
|
9639
|
+
<parameter name="out_size" transfer-ownership="none">
|
9640
|
+
<doc xml:space="preserve">number of destination elements</doc>
|
9641
|
+
<type name="guint" c:type="guint"/>
|
9642
|
+
</parameter>
|
9643
|
+
<parameter name="options"
|
9644
|
+
transfer-ownership="none"
|
9645
|
+
nullable="1"
|
9646
|
+
allow-none="1">
|
9647
|
+
<doc xml:space="preserve">extra options</doc>
|
9648
|
+
<type name="Gst.Structure" c:type="GstStructure*"/>
|
9649
|
+
</parameter>
|
9650
|
+
</parameters>
|
9651
|
+
</function>
|
9652
|
+
</record>
|
9653
|
+
<bitfield name="VideoScalerFlags" c:type="GstVideoScalerFlags">
|
9654
|
+
<doc xml:space="preserve">Different scale flags.</doc>
|
9655
|
+
<member name="none" value="0" c:identifier="GST_VIDEO_SCALER_FLAG_NONE">
|
9656
|
+
<doc xml:space="preserve">no flags</doc>
|
9657
|
+
</member>
|
9658
|
+
<member name="interlaced"
|
9659
|
+
value="1"
|
9660
|
+
c:identifier="GST_VIDEO_SCALER_FLAG_INTERLACED">
|
9661
|
+
<doc xml:space="preserve">Set up a scaler for interlaced content</doc>
|
9662
|
+
</member>
|
9663
|
+
</bitfield>
|
9664
|
+
<class name="VideoSink"
|
9665
|
+
c:symbol-prefix="video_sink"
|
9666
|
+
c:type="GstVideoSink"
|
9667
|
+
parent="GstBase.BaseSink"
|
9668
|
+
glib:type-name="GstVideoSink"
|
9669
|
+
glib:get-type="gst_video_sink_get_type"
|
9670
|
+
glib:type-struct="VideoSinkClass">
|
9671
|
+
<doc xml:space="preserve"><refsect2>
|
9672
|
+
<para>
|
9673
|
+
Provides useful functions and a base class for video sinks.
|
9674
|
+
</para>
|
9675
|
+
<para>
|
9676
|
+
GstVideoSink will configure the default base sink to drop frames that
|
9677
|
+
arrive later than 20ms as this is considered the default threshold for
|
9678
|
+
observing out-of-sync frames.
|
9679
|
+
</para>
|
9680
|
+
</refsect2></doc>
|
9681
|
+
<function name="center_rect" c:identifier="gst_video_sink_center_rect">
|
9682
|
+
<doc xml:space="preserve">Takes @src rectangle and position it at the center of @dst rectangle with or
|
9683
|
+
without @scaling. It handles clipping if the @src rectangle is bigger than
|
9684
|
+
the @dst one and @scaling is set to FALSE.</doc>
|
9685
|
+
<return-value transfer-ownership="none">
|
9686
|
+
<type name="none" c:type="void"/>
|
9687
|
+
</return-value>
|
9688
|
+
<parameters>
|
9689
|
+
<parameter name="src" transfer-ownership="none">
|
9690
|
+
<doc xml:space="preserve">the #GstVideoRectangle describing the source area</doc>
|
9691
|
+
<type name="VideoRectangle" c:type="GstVideoRectangle"/>
|
9692
|
+
</parameter>
|
9693
|
+
<parameter name="dst" transfer-ownership="none">
|
9694
|
+
<doc xml:space="preserve">the #GstVideoRectangle describing the destination area</doc>
|
9695
|
+
<type name="VideoRectangle" c:type="GstVideoRectangle"/>
|
9696
|
+
</parameter>
|
9697
|
+
<parameter name="result" transfer-ownership="none">
|
9698
|
+
<doc xml:space="preserve">a pointer to a #GstVideoRectangle which will receive the result area</doc>
|
9699
|
+
<type name="VideoRectangle" c:type="GstVideoRectangle*"/>
|
9700
|
+
</parameter>
|
9701
|
+
<parameter name="scaling" transfer-ownership="none">
|
9702
|
+
<doc xml:space="preserve">a #gboolean indicating if scaling should be applied or not</doc>
|
9703
|
+
<type name="gboolean" c:type="gboolean"/>
|
9704
|
+
</parameter>
|
9705
|
+
</parameters>
|
9706
|
+
</function>
|
9707
|
+
<virtual-method name="show_frame">
|
9708
|
+
<return-value transfer-ownership="none">
|
9709
|
+
<type name="Gst.FlowReturn" c:type="GstFlowReturn"/>
|
9710
|
+
</return-value>
|
9711
|
+
<parameters>
|
9712
|
+
<instance-parameter name="video_sink" transfer-ownership="none">
|
9713
|
+
<type name="VideoSink" c:type="GstVideoSink*"/>
|
9714
|
+
</instance-parameter>
|
9715
|
+
<parameter name="buf" transfer-ownership="none">
|
9716
|
+
<type name="Gst.Buffer" c:type="GstBuffer*"/>
|
9717
|
+
</parameter>
|
9718
|
+
</parameters>
|
9719
|
+
</virtual-method>
|
9720
|
+
<property name="show-preroll-frame"
|
9721
|
+
writable="1"
|
9722
|
+
construct="1"
|
9723
|
+
transfer-ownership="none">
|
9724
|
+
<doc xml:space="preserve">Whether to show video frames during preroll. If set to #FALSE, video
|
9725
|
+
frames will only be rendered in PLAYING state.</doc>
|
9726
|
+
<type name="gboolean" c:type="gboolean"/>
|
9727
|
+
</property>
|
9728
|
+
<field name="element">
|
9729
|
+
<type name="GstBase.BaseSink" c:type="GstBaseSink"/>
|
9730
|
+
</field>
|
9731
|
+
<field name="width">
|
9732
|
+
<doc xml:space="preserve">video width (derived class needs to set this)</doc>
|
7967
9733
|
<type name="gint" c:type="gint"/>
|
7968
9734
|
</field>
|
7969
9735
|
<field name="height">
|
@@ -8123,13 +9889,21 @@ non-linear RGB (R'G'B') and linear RGB</doc>
|
|
8123
9889
|
<doc xml:space="preserve">Logarithmic transfer characteristic
|
8124
9890
|
316.22777:1 range</doc>
|
8125
9891
|
</member>
|
9892
|
+
<member name="bt2020_12"
|
9893
|
+
value="11"
|
9894
|
+
c:identifier="GST_VIDEO_TRANSFER_BT2020_12"
|
9895
|
+
glib:nick="bt2020-12">
|
9896
|
+
<doc xml:space="preserve">Gamma 2.2 curve with a linear segment in the lower
|
9897
|
+
range. Used for BT.2020 with 12 bits per
|
9898
|
+
component. Since: 1.6.</doc>
|
9899
|
+
</member>
|
8126
9900
|
</enumeration>
|
8127
9901
|
<function name="buffer_add_video_gl_texture_upload_meta"
|
8128
9902
|
c:identifier="gst_buffer_add_video_gl_texture_upload_meta"
|
8129
9903
|
introspectable="0">
|
8130
9904
|
<doc xml:space="preserve">Attaches GstVideoGLTextureUploadMeta metadata to @buffer with the given
|
8131
9905
|
parameters.</doc>
|
8132
|
-
<return-value>
|
9906
|
+
<return-value transfer-ownership="none">
|
8133
9907
|
<doc xml:space="preserve">the #GstVideoGLTextureUploadMeta on @buffer.</doc>
|
8134
9908
|
<type name="VideoGLTextureUploadMeta"
|
8135
9909
|
c:type="GstVideoGLTextureUploadMeta*"/>
|
@@ -8140,16 +9914,22 @@ parameters.</doc>
|
|
8140
9914
|
<type name="Gst.Buffer" c:type="GstBuffer*"/>
|
8141
9915
|
</parameter>
|
8142
9916
|
<parameter name="texture_orientation" transfer-ownership="none">
|
9917
|
+
<doc xml:space="preserve">the #GstVideoGLTextureOrientation</doc>
|
8143
9918
|
<type name="VideoGLTextureOrientation"
|
8144
9919
|
c:type="GstVideoGLTextureOrientation"/>
|
8145
9920
|
</parameter>
|
8146
9921
|
<parameter name="n_textures" transfer-ownership="none">
|
9922
|
+
<doc xml:space="preserve">the number of textures</doc>
|
8147
9923
|
<type name="guint" c:type="guint"/>
|
8148
9924
|
</parameter>
|
8149
9925
|
<parameter name="texture_type" transfer-ownership="none">
|
9926
|
+
<doc xml:space="preserve">array of #GstVideoGLTextureType</doc>
|
8150
9927
|
<type name="VideoGLTextureType" c:type="GstVideoGLTextureType"/>
|
8151
9928
|
</parameter>
|
8152
|
-
<parameter name="upload"
|
9929
|
+
<parameter name="upload"
|
9930
|
+
transfer-ownership="none"
|
9931
|
+
scope="call"
|
9932
|
+
closure="5">
|
8153
9933
|
<doc xml:space="preserve">the function to upload the buffer to a specific texture ID</doc>
|
8154
9934
|
<type name="VideoGLTextureUpload" c:type="GstVideoGLTextureUpload"/>
|
8155
9935
|
</parameter>
|
@@ -8157,25 +9937,28 @@ parameters.</doc>
|
|
8157
9937
|
<doc xml:space="preserve">user data for the implementor of @upload</doc>
|
8158
9938
|
<type name="gpointer" c:type="gpointer"/>
|
8159
9939
|
</parameter>
|
8160
|
-
<parameter name="user_data_copy"
|
9940
|
+
<parameter name="user_data_copy"
|
9941
|
+
transfer-ownership="none"
|
9942
|
+
scope="call">
|
8161
9943
|
<doc xml:space="preserve">function to copy @user_data</doc>
|
8162
9944
|
<type name="GObject.BoxedCopyFunc" c:type="GBoxedCopyFunc"/>
|
8163
9945
|
</parameter>
|
8164
|
-
<parameter name="user_data_free"
|
9946
|
+
<parameter name="user_data_free"
|
9947
|
+
transfer-ownership="none"
|
9948
|
+
scope="call">
|
8165
9949
|
<doc xml:space="preserve">function to free @user_data</doc>
|
8166
9950
|
<type name="GObject.BoxedFreeFunc" c:type="GBoxedFreeFunc"/>
|
8167
9951
|
</parameter>
|
8168
9952
|
</parameters>
|
8169
9953
|
</function>
|
8170
9954
|
<function name="buffer_add_video_meta"
|
8171
|
-
c:identifier="gst_buffer_add_video_meta"
|
8172
|
-
introspectable="0">
|
9955
|
+
c:identifier="gst_buffer_add_video_meta">
|
8173
9956
|
<doc xml:space="preserve">Attaches GstVideoMeta metadata to @buffer with the given parameters and the
|
8174
9957
|
default offsets and strides for @format and @width x @height.
|
8175
9958
|
|
8176
9959
|
This function calculates the default offsets and strides and then calls
|
8177
9960
|
gst_buffer_add_video_meta_full() with them.</doc>
|
8178
|
-
<return-value>
|
9961
|
+
<return-value transfer-ownership="none">
|
8179
9962
|
<doc xml:space="preserve">the #GstVideoMeta on @buffer.</doc>
|
8180
9963
|
<type name="VideoMeta" c:type="GstVideoMeta*"/>
|
8181
9964
|
</return-value>
|
@@ -8203,10 +9986,9 @@ gst_buffer_add_video_meta_full() with them.</doc>
|
|
8203
9986
|
</parameters>
|
8204
9987
|
</function>
|
8205
9988
|
<function name="buffer_add_video_meta_full"
|
8206
|
-
c:identifier="gst_buffer_add_video_meta_full"
|
8207
|
-
introspectable="0">
|
9989
|
+
c:identifier="gst_buffer_add_video_meta_full">
|
8208
9990
|
<doc xml:space="preserve">Attaches GstVideoMeta metadata to @buffer with the given parameters.</doc>
|
8209
|
-
<return-value>
|
9991
|
+
<return-value transfer-ownership="none">
|
8210
9992
|
<doc xml:space="preserve">the #GstVideoMeta on @buffer.</doc>
|
8211
9993
|
<type name="VideoMeta" c:type="GstVideoMeta*"/>
|
8212
9994
|
</return-value>
|
@@ -8246,12 +10028,12 @@ gst_buffer_add_video_meta_full() with them.</doc>
|
|
8246
10028
|
</parameters>
|
8247
10029
|
</function>
|
8248
10030
|
<function name="buffer_add_video_overlay_composition_meta"
|
8249
|
-
c:identifier="gst_buffer_add_video_overlay_composition_meta"
|
8250
|
-
introspectable="0">
|
10031
|
+
c:identifier="gst_buffer_add_video_overlay_composition_meta">
|
8251
10032
|
<doc xml:space="preserve">Sets an overlay composition on a buffer. The buffer will obtain its own
|
8252
10033
|
reference to the composition, meaning this function does not take ownership
|
8253
10034
|
of @comp.</doc>
|
8254
|
-
<return-value>
|
10035
|
+
<return-value transfer-ownership="none">
|
10036
|
+
<doc xml:space="preserve">a #GstVideoOverlayCompositionMeta</doc>
|
8255
10037
|
<type name="VideoOverlayCompositionMeta"
|
8256
10038
|
c:type="GstVideoOverlayCompositionMeta*"/>
|
8257
10039
|
</return-value>
|
@@ -8271,11 +10053,10 @@ of @comp.</doc>
|
|
8271
10053
|
</parameters>
|
8272
10054
|
</function>
|
8273
10055
|
<function name="buffer_add_video_region_of_interest_meta"
|
8274
|
-
c:identifier="gst_buffer_add_video_region_of_interest_meta"
|
8275
|
-
introspectable="0">
|
10056
|
+
c:identifier="gst_buffer_add_video_region_of_interest_meta">
|
8276
10057
|
<doc xml:space="preserve">Attaches #GstVideoRegionOfInterestMeta metadata to @buffer with the given
|
8277
10058
|
parameters.</doc>
|
8278
|
-
<return-value>
|
10059
|
+
<return-value transfer-ownership="none">
|
8279
10060
|
<doc xml:space="preserve">the #GstVideoRegionOfInterestMeta on @buffer.</doc>
|
8280
10061
|
<type name="VideoRegionOfInterestMeta"
|
8281
10062
|
c:type="GstVideoRegionOfInterestMeta*"/>
|
@@ -8308,11 +10089,10 @@ parameters.</doc>
|
|
8308
10089
|
</parameters>
|
8309
10090
|
</function>
|
8310
10091
|
<function name="buffer_add_video_region_of_interest_meta_id"
|
8311
|
-
c:identifier="gst_buffer_add_video_region_of_interest_meta_id"
|
8312
|
-
introspectable="0">
|
10092
|
+
c:identifier="gst_buffer_add_video_region_of_interest_meta_id">
|
8313
10093
|
<doc xml:space="preserve">Attaches #GstVideoRegionOfInterestMeta metadata to @buffer with the given
|
8314
10094
|
parameters.</doc>
|
8315
|
-
<return-value>
|
10095
|
+
<return-value transfer-ownership="none">
|
8316
10096
|
<doc xml:space="preserve">the #GstVideoRegionOfInterestMeta on @buffer.</doc>
|
8317
10097
|
<type name="VideoRegionOfInterestMeta"
|
8318
10098
|
c:type="GstVideoRegionOfInterestMeta*"/>
|
@@ -8344,14 +10124,31 @@ parameters.</doc>
|
|
8344
10124
|
</parameter>
|
8345
10125
|
</parameters>
|
8346
10126
|
</function>
|
10127
|
+
<function name="buffer_get_video_meta"
|
10128
|
+
c:identifier="gst_buffer_get_video_meta">
|
10129
|
+
<doc xml:space="preserve">Find the #GstVideoMeta on @buffer with the lowest @id.
|
10130
|
+
|
10131
|
+
Buffers can contain multiple #GstVideoMeta metadata items when dealing with
|
10132
|
+
multiview buffers.</doc>
|
10133
|
+
<return-value transfer-ownership="none">
|
10134
|
+
<doc xml:space="preserve">the #GstVideoMeta with lowest id (usually 0) or %NULL when there
|
10135
|
+
is no such metadata on @buffer.</doc>
|
10136
|
+
<type name="VideoMeta" c:type="GstVideoMeta*"/>
|
10137
|
+
</return-value>
|
10138
|
+
<parameters>
|
10139
|
+
<parameter name="buffer" transfer-ownership="none">
|
10140
|
+
<doc xml:space="preserve">a #GstBuffer</doc>
|
10141
|
+
<type name="Gst.Buffer" c:type="GstBuffer*"/>
|
10142
|
+
</parameter>
|
10143
|
+
</parameters>
|
10144
|
+
</function>
|
8347
10145
|
<function name="buffer_get_video_meta_id"
|
8348
|
-
c:identifier="gst_buffer_get_video_meta_id"
|
8349
|
-
introspectable="0">
|
10146
|
+
c:identifier="gst_buffer_get_video_meta_id">
|
8350
10147
|
<doc xml:space="preserve">Find the #GstVideoMeta on @buffer with the given @id.
|
8351
10148
|
|
8352
10149
|
Buffers can contain multiple #GstVideoMeta metadata items when dealing with
|
8353
10150
|
multiview buffers.</doc>
|
8354
|
-
<return-value>
|
10151
|
+
<return-value transfer-ownership="none">
|
8355
10152
|
<doc xml:space="preserve">the #GstVideoMeta with @id or %NULL when there is no such metadata
|
8356
10153
|
on @buffer.</doc>
|
8357
10154
|
<type name="VideoMeta" c:type="GstVideoMeta*"/>
|
@@ -8368,14 +10165,13 @@ on @buffer.</doc>
|
|
8368
10165
|
</parameters>
|
8369
10166
|
</function>
|
8370
10167
|
<function name="buffer_get_video_region_of_interest_meta_id"
|
8371
|
-
c:identifier="gst_buffer_get_video_region_of_interest_meta_id"
|
8372
|
-
introspectable="0">
|
10168
|
+
c:identifier="gst_buffer_get_video_region_of_interest_meta_id">
|
8373
10169
|
<doc xml:space="preserve">Find the #GstVideoRegionOfInterestMeta on @buffer with the given @id.
|
8374
10170
|
|
8375
10171
|
Buffers can contain multiple #GstVideoRegionOfInterestMeta metadata items if
|
8376
10172
|
multiple regions of interests are marked on a frame.</doc>
|
8377
|
-
<return-value>
|
8378
|
-
<doc xml:space="preserve">the #
|
10173
|
+
<return-value transfer-ownership="none">
|
10174
|
+
<doc xml:space="preserve">the #GstVideoRegionOfInterestMeta with @id or %NULL when there is
|
8379
10175
|
no such metadata on @buffer.</doc>
|
8380
10176
|
<type name="VideoRegionOfInterestMeta"
|
8381
10177
|
c:type="GstVideoRegionOfInterestMeta*"/>
|
@@ -8615,6 +10411,27 @@ multiangle video has changed.</doc>
|
|
8615
10411
|
</parameter>
|
8616
10412
|
</parameters>
|
8617
10413
|
</function>
|
10414
|
+
<function name="navigation_message_new_event"
|
10415
|
+
c:identifier="gst_navigation_message_new_event"
|
10416
|
+
moved-to="Navigation.message_new_event"
|
10417
|
+
version="1.6">
|
10418
|
+
<doc xml:space="preserve">Creates a new #GstNavigation message with type
|
10419
|
+
#GST_NAVIGATION_MESSAGE_EVENT.</doc>
|
10420
|
+
<return-value transfer-ownership="full">
|
10421
|
+
<doc xml:space="preserve">The new #GstMessage.</doc>
|
10422
|
+
<type name="Gst.Message" c:type="GstMessage*"/>
|
10423
|
+
</return-value>
|
10424
|
+
<parameters>
|
10425
|
+
<parameter name="src" transfer-ownership="none">
|
10426
|
+
<doc xml:space="preserve">A #GstObject to set as source of the new message.</doc>
|
10427
|
+
<type name="Gst.Object" c:type="GstObject*"/>
|
10428
|
+
</parameter>
|
10429
|
+
<parameter name="event" transfer-ownership="none">
|
10430
|
+
<doc xml:space="preserve">A navigation #GstEvent</doc>
|
10431
|
+
<type name="Gst.Event" c:type="GstEvent*"/>
|
10432
|
+
</parameter>
|
10433
|
+
</parameters>
|
10434
|
+
</function>
|
8618
10435
|
<function name="navigation_message_new_mouse_over"
|
8619
10436
|
c:identifier="gst_navigation_message_new_mouse_over"
|
8620
10437
|
moved-to="Navigation.message_new_mouse_over">
|
@@ -8661,6 +10478,32 @@ or NULL</doc>
|
|
8661
10478
|
</parameter>
|
8662
10479
|
</parameters>
|
8663
10480
|
</function>
|
10481
|
+
<function name="navigation_message_parse_event"
|
10482
|
+
c:identifier="gst_navigation_message_parse_event"
|
10483
|
+
moved-to="Navigation.message_parse_event"
|
10484
|
+
version="1.6">
|
10485
|
+
<doc xml:space="preserve">Parse a #GstNavigation message of type #GST_NAVIGATION_MESSAGE_EVENT
|
10486
|
+
and extract contained #GstEvent. The caller must unref the @event when done
|
10487
|
+
with it.</doc>
|
10488
|
+
<return-value transfer-ownership="none">
|
10489
|
+
<doc xml:space="preserve">%TRUE if the message could be successfully parsed. %FALSE if not.</doc>
|
10490
|
+
<type name="gboolean" c:type="gboolean"/>
|
10491
|
+
</return-value>
|
10492
|
+
<parameters>
|
10493
|
+
<parameter name="message" transfer-ownership="none">
|
10494
|
+
<doc xml:space="preserve">A #GstMessage to inspect.</doc>
|
10495
|
+
<type name="Gst.Message" c:type="GstMessage*"/>
|
10496
|
+
</parameter>
|
10497
|
+
<parameter name="event"
|
10498
|
+
direction="out"
|
10499
|
+
caller-allocates="0"
|
10500
|
+
transfer-ownership="full">
|
10501
|
+
<doc xml:space="preserve">a pointer to a #GstEvent to receive the
|
10502
|
+
contained navigation event.</doc>
|
10503
|
+
<type name="Gst.Event" c:type="GstEvent**"/>
|
10504
|
+
</parameter>
|
10505
|
+
</parameters>
|
10506
|
+
</function>
|
8664
10507
|
<function name="navigation_message_parse_mouse_over"
|
8665
10508
|
c:identifier="gst_navigation_message_parse_mouse_over"
|
8666
10509
|
moved-to="Navigation.message_parse_mouse_over">
|
@@ -8844,49 +10687,74 @@ of commands passed must be equal to @n_commands.</doc>
|
|
8844
10687
|
</parameters>
|
8845
10688
|
</function>
|
8846
10689
|
<function name="video_blend" c:identifier="gst_video_blend">
|
10690
|
+
<doc xml:space="preserve">Lets you blend the @src image into the @dest image</doc>
|
8847
10691
|
<return-value transfer-ownership="none">
|
8848
10692
|
<type name="gboolean" c:type="gboolean"/>
|
8849
10693
|
</return-value>
|
8850
10694
|
<parameters>
|
8851
10695
|
<parameter name="dest" transfer-ownership="none">
|
10696
|
+
<doc xml:space="preserve">The #GstVideoFrame where to blend @src in</doc>
|
8852
10697
|
<type name="VideoFrame" c:type="GstVideoFrame*"/>
|
8853
10698
|
</parameter>
|
8854
10699
|
<parameter name="src" transfer-ownership="none">
|
10700
|
+
<doc xml:space="preserve">the #GstVideoFrame that we want to blend into</doc>
|
8855
10701
|
<type name="VideoFrame" c:type="GstVideoFrame*"/>
|
8856
10702
|
</parameter>
|
8857
10703
|
<parameter name="x" transfer-ownership="none">
|
10704
|
+
<doc xml:space="preserve">The x offset in pixel where the @src image should be blended</doc>
|
8858
10705
|
<type name="gint" c:type="gint"/>
|
8859
10706
|
</parameter>
|
8860
10707
|
<parameter name="y" transfer-ownership="none">
|
10708
|
+
<doc xml:space="preserve">the y offset in pixel where the @src image should be blended</doc>
|
8861
10709
|
<type name="gint" c:type="gint"/>
|
8862
10710
|
</parameter>
|
8863
10711
|
<parameter name="global_alpha" transfer-ownership="none">
|
10712
|
+
<doc xml:space="preserve">the global_alpha each per-pixel alpha value is multiplied
|
10713
|
+
with</doc>
|
8864
10714
|
<type name="gfloat" c:type="gfloat"/>
|
8865
10715
|
</parameter>
|
8866
10716
|
</parameters>
|
8867
10717
|
</function>
|
8868
10718
|
<function name="video_blend_scale_linear_RGBA"
|
8869
10719
|
c:identifier="gst_video_blend_scale_linear_RGBA">
|
10720
|
+
<doc xml:space="preserve">Scales a buffer containing RGBA (or AYUV) video. This is an internal
|
10721
|
+
helper function which is used to scale subtitle overlays, and may be
|
10722
|
+
deprecated in the near future. Use #GstVideoScaler to scale video buffers
|
10723
|
+
instead.</doc>
|
8870
10724
|
<return-value transfer-ownership="none">
|
8871
10725
|
<type name="none" c:type="void"/>
|
8872
10726
|
</return-value>
|
8873
10727
|
<parameters>
|
8874
10728
|
<parameter name="src" transfer-ownership="none">
|
10729
|
+
<doc xml:space="preserve">the #GstVideoInfo describing the video data in @src_buffer</doc>
|
8875
10730
|
<type name="VideoInfo" c:type="GstVideoInfo*"/>
|
8876
10731
|
</parameter>
|
8877
10732
|
<parameter name="src_buffer" transfer-ownership="none">
|
10733
|
+
<doc xml:space="preserve">the source buffer containing video pixels to scale</doc>
|
8878
10734
|
<type name="Gst.Buffer" c:type="GstBuffer*"/>
|
8879
10735
|
</parameter>
|
8880
10736
|
<parameter name="dest_height" transfer-ownership="none">
|
10737
|
+
<doc xml:space="preserve">the height in pixels to scale the video data in @src_buffer to</doc>
|
8881
10738
|
<type name="gint" c:type="gint"/>
|
8882
10739
|
</parameter>
|
8883
10740
|
<parameter name="dest_width" transfer-ownership="none">
|
10741
|
+
<doc xml:space="preserve">the width in pixels to scale the video data in @src_buffer to</doc>
|
8884
10742
|
<type name="gint" c:type="gint"/>
|
8885
10743
|
</parameter>
|
8886
|
-
<parameter name="dest"
|
10744
|
+
<parameter name="dest"
|
10745
|
+
direction="out"
|
10746
|
+
caller-allocates="1"
|
10747
|
+
transfer-ownership="none">
|
10748
|
+
<doc xml:space="preserve">pointer to a #GstVideoInfo structure that will be filled in
|
10749
|
+
with the details for @dest_buffer</doc>
|
8887
10750
|
<type name="VideoInfo" c:type="GstVideoInfo*"/>
|
8888
10751
|
</parameter>
|
8889
|
-
<parameter name="dest_buffer"
|
10752
|
+
<parameter name="dest_buffer"
|
10753
|
+
direction="out"
|
10754
|
+
caller-allocates="0"
|
10755
|
+
transfer-ownership="full">
|
10756
|
+
<doc xml:space="preserve">a pointer to a #GstBuffer variable, which will be
|
10757
|
+
set to a newly-allocated buffer containing the scaled pixels.</doc>
|
8890
10758
|
<type name="Gst.Buffer" c:type="GstBuffer**"/>
|
8891
10759
|
</parameter>
|
8892
10760
|
</parameters>
|
@@ -8973,6 +10841,45 @@ not contain a valid chroma description.</doc>
|
|
8973
10841
|
</parameter>
|
8974
10842
|
</parameters>
|
8975
10843
|
</function>
|
10844
|
+
<function name="video_chroma_resample_new"
|
10845
|
+
c:identifier="gst_video_chroma_resample_new"
|
10846
|
+
moved-to="VideoChromaResample.new"
|
10847
|
+
introspectable="0">
|
10848
|
+
<doc xml:space="preserve">Create a new resampler object for the given parameters. When @h_factor or
|
10849
|
+
@v_factor is > 0, upsampling will be used, otherwise subsampling is
|
10850
|
+
performed.</doc>
|
10851
|
+
<return-value>
|
10852
|
+
<doc xml:space="preserve">a new #GstVideoChromaResample that should be freed with
|
10853
|
+
gst_video_chroma_resample_free() after usage.</doc>
|
10854
|
+
<type name="VideoChromaResample" c:type="GstVideoChromaResample*"/>
|
10855
|
+
</return-value>
|
10856
|
+
<parameters>
|
10857
|
+
<parameter name="method" transfer-ownership="none">
|
10858
|
+
<doc xml:space="preserve">a #GstVideoChromaMethod</doc>
|
10859
|
+
<type name="VideoChromaMethod" c:type="GstVideoChromaMethod"/>
|
10860
|
+
</parameter>
|
10861
|
+
<parameter name="site" transfer-ownership="none">
|
10862
|
+
<doc xml:space="preserve">a #GstVideoChromaSite</doc>
|
10863
|
+
<type name="VideoChromaSite" c:type="GstVideoChromaSite"/>
|
10864
|
+
</parameter>
|
10865
|
+
<parameter name="flags" transfer-ownership="none">
|
10866
|
+
<doc xml:space="preserve">#GstVideoChromaFlags</doc>
|
10867
|
+
<type name="VideoChromaFlags" c:type="GstVideoChromaFlags"/>
|
10868
|
+
</parameter>
|
10869
|
+
<parameter name="format" transfer-ownership="none">
|
10870
|
+
<doc xml:space="preserve">the #GstVideoFormat</doc>
|
10871
|
+
<type name="VideoFormat" c:type="GstVideoFormat"/>
|
10872
|
+
</parameter>
|
10873
|
+
<parameter name="h_factor" transfer-ownership="none">
|
10874
|
+
<doc xml:space="preserve">horizontal resampling factor</doc>
|
10875
|
+
<type name="gint" c:type="gint"/>
|
10876
|
+
</parameter>
|
10877
|
+
<parameter name="v_factor" transfer-ownership="none">
|
10878
|
+
<doc xml:space="preserve">vertical resampling factor</doc>
|
10879
|
+
<type name="gint" c:type="gint"/>
|
10880
|
+
</parameter>
|
10881
|
+
</parameters>
|
10882
|
+
</function>
|
8976
10883
|
<function name="video_chroma_to_string"
|
8977
10884
|
c:identifier="gst_video_chroma_to_string">
|
8978
10885
|
<doc xml:space="preserve">Converts @site to its string representation.</doc>
|
@@ -8987,6 +10894,71 @@ not contain a valid chroma description.</doc>
|
|
8987
10894
|
</parameter>
|
8988
10895
|
</parameters>
|
8989
10896
|
</function>
|
10897
|
+
<function name="video_color_matrix_get_Kr_Kb"
|
10898
|
+
c:identifier="gst_video_color_matrix_get_Kr_Kb"
|
10899
|
+
moved-to="VideoColorMatrix.get_Kr_Kb"
|
10900
|
+
version="1.6">
|
10901
|
+
<doc xml:space="preserve">Get the coefficients used to convert between Y'PbPr and R'G'B' using @matrix.
|
10902
|
+
|
10903
|
+
When:
|
10904
|
+
|
10905
|
+
|[
|
10906
|
+
0.0 <= [Y',R',G',B'] <= 1.0)
|
10907
|
+
(-0.5 <= [Pb,Pr] <= 0.5)
|
10908
|
+
]|
|
10909
|
+
|
10910
|
+
the general conversion is given by:
|
10911
|
+
|
10912
|
+
|[
|
10913
|
+
Y' = Kr*R' + (1-Kr-Kb)*G' + Kb*B'
|
10914
|
+
Pb = (B'-Y')/(2*(1-Kb))
|
10915
|
+
Pr = (R'-Y')/(2*(1-Kr))
|
10916
|
+
]|
|
10917
|
+
|
10918
|
+
and the other way around:
|
10919
|
+
|
10920
|
+
|[
|
10921
|
+
R' = Y' + Cr*2*(1-Kr)
|
10922
|
+
G' = Y' - Cb*2*(1-Kb)*Kb/(1-Kr-Kb) - Cr*2*(1-Kr)*Kr/(1-Kr-Kb)
|
10923
|
+
B' = Y' + Cb*2*(1-Kb)
|
10924
|
+
]|</doc>
|
10925
|
+
<return-value transfer-ownership="none">
|
10926
|
+
<doc xml:space="preserve">TRUE if @matrix was a YUV color format and @Kr and @Kb contain valid
|
10927
|
+
values.</doc>
|
10928
|
+
<type name="gboolean" c:type="gboolean"/>
|
10929
|
+
</return-value>
|
10930
|
+
<parameters>
|
10931
|
+
<parameter name="matrix" transfer-ownership="none">
|
10932
|
+
<doc xml:space="preserve">a #GstVideoColorMatrix</doc>
|
10933
|
+
<type name="VideoColorMatrix" c:type="GstVideoColorMatrix"/>
|
10934
|
+
</parameter>
|
10935
|
+
<parameter name="Kr" transfer-ownership="none">
|
10936
|
+
<doc xml:space="preserve">result red channel coefficient</doc>
|
10937
|
+
<type name="gdouble" c:type="gdouble*"/>
|
10938
|
+
</parameter>
|
10939
|
+
<parameter name="Kb" transfer-ownership="none">
|
10940
|
+
<doc xml:space="preserve">result blue channel coefficient</doc>
|
10941
|
+
<type name="gdouble" c:type="gdouble*"/>
|
10942
|
+
</parameter>
|
10943
|
+
</parameters>
|
10944
|
+
</function>
|
10945
|
+
<function name="video_color_primaries_get_info"
|
10946
|
+
c:identifier="gst_video_color_primaries_get_info"
|
10947
|
+
moved-to="VideoColorPrimaries.get_info"
|
10948
|
+
version="1.6">
|
10949
|
+
<doc xml:space="preserve">Get information about the chromaticity coordinates of @primaries.</doc>
|
10950
|
+
<return-value transfer-ownership="none">
|
10951
|
+
<doc xml:space="preserve">a #GstVideoColorPrimariesInfo for @primaries.</doc>
|
10952
|
+
<type name="VideoColorPrimariesInfo"
|
10953
|
+
c:type="const GstVideoColorPrimariesInfo*"/>
|
10954
|
+
</return-value>
|
10955
|
+
<parameters>
|
10956
|
+
<parameter name="primaries" transfer-ownership="none">
|
10957
|
+
<doc xml:space="preserve">a #GstVideoColorPrimaries</doc>
|
10958
|
+
<type name="VideoColorPrimaries" c:type="GstVideoColorPrimaries"/>
|
10959
|
+
</parameter>
|
10960
|
+
</parameters>
|
10961
|
+
</function>
|
8990
10962
|
<function name="video_color_range_offsets"
|
8991
10963
|
c:identifier="gst_video_color_range_offsets"
|
8992
10964
|
moved-to="VideoColorRange.offsets">
|
@@ -9025,6 +10997,67 @@ the component values in range [0.0 .. 1.0] back to their representation in
|
|
9025
10997
|
</parameter>
|
9026
10998
|
</parameters>
|
9027
10999
|
</function>
|
11000
|
+
<function name="video_color_transfer_decode"
|
11001
|
+
c:identifier="gst_video_color_transfer_decode"
|
11002
|
+
version="1.6">
|
11003
|
+
<doc xml:space="preserve">Convert @val to its gamma decoded value. This is the inverse operation of
|
11004
|
+
@gst_video_color_transfer_encode().
|
11005
|
+
|
11006
|
+
For a non-linear value L' in the range [0..1], conversion to the linear
|
11007
|
+
L is in general performed with a power function like:
|
11008
|
+
|
11009
|
+
|[
|
11010
|
+
L = L' ^ gamma
|
11011
|
+
]|
|
11012
|
+
|
11013
|
+
Depending on @func, different formulas might be applied. Some formulas
|
11014
|
+
encode a linear segment in the lower range.</doc>
|
11015
|
+
<return-value transfer-ownership="none">
|
11016
|
+
<doc xml:space="preserve">the gamme decoded value of @val</doc>
|
11017
|
+
<type name="gdouble" c:type="gdouble"/>
|
11018
|
+
</return-value>
|
11019
|
+
<parameters>
|
11020
|
+
<parameter name="func" transfer-ownership="none">
|
11021
|
+
<doc xml:space="preserve">a #GstVideoTransferFunction</doc>
|
11022
|
+
<type name="VideoTransferFunction"
|
11023
|
+
c:type="GstVideoTransferFunction"/>
|
11024
|
+
</parameter>
|
11025
|
+
<parameter name="val" transfer-ownership="none">
|
11026
|
+
<doc xml:space="preserve">a value</doc>
|
11027
|
+
<type name="gdouble" c:type="gdouble"/>
|
11028
|
+
</parameter>
|
11029
|
+
</parameters>
|
11030
|
+
</function>
|
11031
|
+
<function name="video_color_transfer_encode"
|
11032
|
+
c:identifier="gst_video_color_transfer_encode"
|
11033
|
+
version="1.6">
|
11034
|
+
<doc xml:space="preserve">Convert @val to its gamma encoded value.
|
11035
|
+
|
11036
|
+
For a linear value L in the range [0..1], conversion to the non-linear
|
11037
|
+
(gamma encoded) L' is in general performed with a power function like:
|
11038
|
+
|
11039
|
+
|[
|
11040
|
+
L' = L ^ (1 / gamma)
|
11041
|
+
]|
|
11042
|
+
|
11043
|
+
Depending on @func, different formulas might be applied. Some formulas
|
11044
|
+
encode a linear segment in the lower range.</doc>
|
11045
|
+
<return-value transfer-ownership="none">
|
11046
|
+
<doc xml:space="preserve">the gamme encoded value of @val</doc>
|
11047
|
+
<type name="gdouble" c:type="gdouble"/>
|
11048
|
+
</return-value>
|
11049
|
+
<parameters>
|
11050
|
+
<parameter name="func" transfer-ownership="none">
|
11051
|
+
<doc xml:space="preserve">a #GstVideoTransferFunction</doc>
|
11052
|
+
<type name="VideoTransferFunction"
|
11053
|
+
c:type="GstVideoTransferFunction"/>
|
11054
|
+
</parameter>
|
11055
|
+
<parameter name="val" transfer-ownership="none">
|
11056
|
+
<doc xml:space="preserve">a value</doc>
|
11057
|
+
<type name="gdouble" c:type="gdouble"/>
|
11058
|
+
</parameter>
|
11059
|
+
</parameters>
|
11060
|
+
</function>
|
9028
11061
|
<function name="video_convert_sample"
|
9029
11062
|
c:identifier="gst_video_convert_sample"
|
9030
11063
|
throws="1">
|
@@ -9105,6 +11138,32 @@ anymore.</doc>
|
|
9105
11138
|
</parameter>
|
9106
11139
|
</parameters>
|
9107
11140
|
</function>
|
11141
|
+
<function name="video_converter_new"
|
11142
|
+
c:identifier="gst_video_converter_new"
|
11143
|
+
moved-to="VideoConverter.new"
|
11144
|
+
version="1.6"
|
11145
|
+
introspectable="0">
|
11146
|
+
<doc xml:space="preserve">Create a new converter object to convert between @in_info and @out_info
|
11147
|
+
with @config.</doc>
|
11148
|
+
<return-value>
|
11149
|
+
<doc xml:space="preserve">a #GstVideoConverter or %NULL if conversion is not possible.</doc>
|
11150
|
+
<type name="VideoConverter" c:type="GstVideoConverter*"/>
|
11151
|
+
</return-value>
|
11152
|
+
<parameters>
|
11153
|
+
<parameter name="in_info" transfer-ownership="none">
|
11154
|
+
<doc xml:space="preserve">a #GstVideoInfo</doc>
|
11155
|
+
<type name="VideoInfo" c:type="GstVideoInfo*"/>
|
11156
|
+
</parameter>
|
11157
|
+
<parameter name="out_info" transfer-ownership="none">
|
11158
|
+
<doc xml:space="preserve">a #GstVideoInfo</doc>
|
11159
|
+
<type name="VideoInfo" c:type="GstVideoInfo*"/>
|
11160
|
+
</parameter>
|
11161
|
+
<parameter name="config" transfer-ownership="full">
|
11162
|
+
<doc xml:space="preserve">a #GstStructure with configuration options</doc>
|
11163
|
+
<type name="Gst.Structure" c:type="GstStructure*"/>
|
11164
|
+
</parameter>
|
11165
|
+
</parameters>
|
11166
|
+
</function>
|
9108
11167
|
<function name="video_crop_meta_api_get_type"
|
9109
11168
|
c:identifier="gst_video_crop_meta_api_get_type">
|
9110
11169
|
<return-value transfer-ownership="none">
|
@@ -9118,6 +11177,44 @@ anymore.</doc>
|
|
9118
11177
|
<type name="Gst.MetaInfo" c:type="const GstMetaInfo*"/>
|
9119
11178
|
</return-value>
|
9120
11179
|
</function>
|
11180
|
+
<function name="video_dither_new"
|
11181
|
+
c:identifier="gst_video_dither_new"
|
11182
|
+
moved-to="VideoDither.new"
|
11183
|
+
introspectable="0">
|
11184
|
+
<doc xml:space="preserve">Make a new dither object for dithering lines of @format using the
|
11185
|
+
algorithm described by @method.
|
11186
|
+
|
11187
|
+
Each component will be quantized to a multiple of @quantizer. Better
|
11188
|
+
performance is achived when @quantizer is a power of 2.
|
11189
|
+
|
11190
|
+
@width is the width of the lines that this ditherer will handle.</doc>
|
11191
|
+
<return-value>
|
11192
|
+
<doc xml:space="preserve">a new #GstVideoDither</doc>
|
11193
|
+
<type name="VideoDither" c:type="GstVideoDither*"/>
|
11194
|
+
</return-value>
|
11195
|
+
<parameters>
|
11196
|
+
<parameter name="method" transfer-ownership="none">
|
11197
|
+
<doc xml:space="preserve">a #GstVideoDitherMethod</doc>
|
11198
|
+
<type name="VideoDitherMethod" c:type="GstVideoDitherMethod"/>
|
11199
|
+
</parameter>
|
11200
|
+
<parameter name="flags" transfer-ownership="none">
|
11201
|
+
<doc xml:space="preserve">a #GstVideoDitherFlags</doc>
|
11202
|
+
<type name="VideoDitherFlags" c:type="GstVideoDitherFlags"/>
|
11203
|
+
</parameter>
|
11204
|
+
<parameter name="format" transfer-ownership="none">
|
11205
|
+
<doc xml:space="preserve">a #GstVideoFormat</doc>
|
11206
|
+
<type name="VideoFormat" c:type="GstVideoFormat"/>
|
11207
|
+
</parameter>
|
11208
|
+
<parameter name="quantizer" transfer-ownership="none">
|
11209
|
+
<doc xml:space="preserve">quantizer</doc>
|
11210
|
+
<type name="guint" c:type="guint"/>
|
11211
|
+
</parameter>
|
11212
|
+
<parameter name="width" transfer-ownership="none">
|
11213
|
+
<doc xml:space="preserve">the width of the lines</doc>
|
11214
|
+
<type name="guint" c:type="guint"/>
|
11215
|
+
</parameter>
|
11216
|
+
</parameters>
|
11217
|
+
</function>
|
9121
11218
|
<function name="video_event_is_force_key_unit"
|
9122
11219
|
c:identifier="gst_video_event_is_force_key_unit">
|
9123
11220
|
<doc xml:space="preserve">Checks if an event is a force key unit event. Returns true for both upstream
|
@@ -9472,11 +11569,15 @@ no corresponding FOURCC value, 0 is returned.</doc>
|
|
9472
11569
|
<function name="video_format_to_string"
|
9473
11570
|
c:identifier="gst_video_format_to_string"
|
9474
11571
|
moved-to="VideoFormat.to_string">
|
11572
|
+
<doc xml:space="preserve">Returns a string containing a descriptive name for
|
11573
|
+
the #GstVideoFormat if there is one, or NULL otherwise.</doc>
|
9475
11574
|
<return-value transfer-ownership="none">
|
11575
|
+
<doc xml:space="preserve">the name corresponding to @format</doc>
|
9476
11576
|
<type name="utf8" c:type="const gchar*"/>
|
9477
11577
|
</return-value>
|
9478
11578
|
<parameters>
|
9479
11579
|
<parameter name="format" transfer-ownership="none">
|
11580
|
+
<doc xml:space="preserve">a #GstVideoFormat video format</doc>
|
9480
11581
|
<type name="VideoFormat" c:type="GstVideoFormat"/>
|
9481
11582
|
</parameter>
|
9482
11583
|
</parameters>
|
@@ -9494,6 +11595,81 @@ no corresponding FOURCC value, 0 is returned.</doc>
|
|
9494
11595
|
<type name="Gst.MetaInfo" c:type="const GstMetaInfo*"/>
|
9495
11596
|
</return-value>
|
9496
11597
|
</function>
|
11598
|
+
<function name="video_guess_framerate"
|
11599
|
+
c:identifier="gst_video_guess_framerate"
|
11600
|
+
version="1.6">
|
11601
|
+
<doc xml:space="preserve">Given the nominal duration of one video frame,
|
11602
|
+
this function will check some standard framerates for
|
11603
|
+
a close match (within 0.1%) and return one if possible,
|
11604
|
+
|
11605
|
+
It will calculate an arbitrary framerate if no close
|
11606
|
+
match was found, and return %FALSE.
|
11607
|
+
|
11608
|
+
It returns %FALSE if a duration of 0 is passed.</doc>
|
11609
|
+
<return-value transfer-ownership="none">
|
11610
|
+
<doc xml:space="preserve">%TRUE if a close "standard" framerate was
|
11611
|
+
recognised, and %FALSE otherwise.</doc>
|
11612
|
+
<type name="gboolean" c:type="gboolean"/>
|
11613
|
+
</return-value>
|
11614
|
+
<parameters>
|
11615
|
+
<parameter name="duration" transfer-ownership="none">
|
11616
|
+
<doc xml:space="preserve">Nominal duration of one frame</doc>
|
11617
|
+
<type name="Gst.ClockTime" c:type="GstClockTime"/>
|
11618
|
+
</parameter>
|
11619
|
+
<parameter name="dest_n"
|
11620
|
+
direction="out"
|
11621
|
+
caller-allocates="0"
|
11622
|
+
transfer-ownership="full"
|
11623
|
+
optional="1"
|
11624
|
+
allow-none="1">
|
11625
|
+
<doc xml:space="preserve">Numerator of the calculated framerate</doc>
|
11626
|
+
<type name="gint" c:type="gint*"/>
|
11627
|
+
</parameter>
|
11628
|
+
<parameter name="dest_d"
|
11629
|
+
direction="out"
|
11630
|
+
caller-allocates="0"
|
11631
|
+
transfer-ownership="full"
|
11632
|
+
optional="1"
|
11633
|
+
allow-none="1">
|
11634
|
+
<doc xml:space="preserve">Denominator of the calculated framerate</doc>
|
11635
|
+
<type name="gint" c:type="gint*"/>
|
11636
|
+
</parameter>
|
11637
|
+
</parameters>
|
11638
|
+
</function>
|
11639
|
+
<function name="video_interlace_mode_from_string"
|
11640
|
+
c:identifier="gst_video_interlace_mode_from_string"
|
11641
|
+
moved-to="VideoInterlaceMode.from_string"
|
11642
|
+
version="1.6">
|
11643
|
+
<doc xml:space="preserve">Convert @mode to a #GstVideoInterlaceMode</doc>
|
11644
|
+
<return-value transfer-ownership="none">
|
11645
|
+
<doc xml:space="preserve">the #GstVideoInterlaceMode of @mode or
|
11646
|
+
#GST_VIDEO_INTERLACE_MODE_PROGRESSIVE when @mode is not a valid
|
11647
|
+
string representation for a #GstVideoInterlaceMode.</doc>
|
11648
|
+
<type name="VideoInterlaceMode" c:type="GstVideoInterlaceMode"/>
|
11649
|
+
</return-value>
|
11650
|
+
<parameters>
|
11651
|
+
<parameter name="mode" transfer-ownership="none">
|
11652
|
+
<doc xml:space="preserve">a mode</doc>
|
11653
|
+
<type name="utf8" c:type="const gchar*"/>
|
11654
|
+
</parameter>
|
11655
|
+
</parameters>
|
11656
|
+
</function>
|
11657
|
+
<function name="video_interlace_mode_to_string"
|
11658
|
+
c:identifier="gst_video_interlace_mode_to_string"
|
11659
|
+
moved-to="VideoInterlaceMode.to_string"
|
11660
|
+
version="1.6">
|
11661
|
+
<doc xml:space="preserve">Convert @mode to its string representation.</doc>
|
11662
|
+
<return-value transfer-ownership="none">
|
11663
|
+
<doc xml:space="preserve">@mode as a string or NULL if @mode in invalid.</doc>
|
11664
|
+
<type name="utf8" c:type="const gchar*"/>
|
11665
|
+
</return-value>
|
11666
|
+
<parameters>
|
11667
|
+
<parameter name="mode" transfer-ownership="none">
|
11668
|
+
<doc xml:space="preserve">a #GstVideoInterlaceMode</doc>
|
11669
|
+
<type name="VideoInterlaceMode" c:type="GstVideoInterlaceMode"/>
|
11670
|
+
</parameter>
|
11671
|
+
</parameters>
|
11672
|
+
</function>
|
9497
11673
|
<function name="video_meta_api_get_type"
|
9498
11674
|
c:identifier="gst_video_meta_api_get_type">
|
9499
11675
|
<return-value transfer-ownership="none">
|
@@ -9516,6 +11692,164 @@ no corresponding FOURCC value, 0 is returned.</doc>
|
|
9516
11692
|
<type name="GLib.Quark" c:type="GQuark"/>
|
9517
11693
|
</return-value>
|
9518
11694
|
</function>
|
11695
|
+
<function name="video_multiview_get_doubled_height_modes"
|
11696
|
+
c:identifier="gst_video_multiview_get_doubled_height_modes"
|
11697
|
+
version="1.6">
|
11698
|
+
<return-value transfer-ownership="none">
|
11699
|
+
<doc xml:space="preserve">A const #GValue containing a list of stereo video modes
|
11700
|
+
|
11701
|
+
Utility function that returns a #GValue with a GstList of packed stereo
|
11702
|
+
video modes with double the height of a single view for use in
|
11703
|
+
caps negotiations. Currently this is top-bottom and row-interleaved.</doc>
|
11704
|
+
<type name="GObject.Value" c:type="const GValue*"/>
|
11705
|
+
</return-value>
|
11706
|
+
</function>
|
11707
|
+
<function name="video_multiview_get_doubled_size_modes"
|
11708
|
+
c:identifier="gst_video_multiview_get_doubled_size_modes"
|
11709
|
+
version="1.6">
|
11710
|
+
<return-value transfer-ownership="none">
|
11711
|
+
<doc xml:space="preserve">A const #GValue containing a list of stereo video modes
|
11712
|
+
|
11713
|
+
Utility function that returns a #GValue with a GstList of packed
|
11714
|
+
stereo video modes that have double the width/height of a single
|
11715
|
+
view for use in caps negotiation. Currently this is just
|
11716
|
+
'checkerboard' layout.</doc>
|
11717
|
+
<type name="GObject.Value" c:type="const GValue*"/>
|
11718
|
+
</return-value>
|
11719
|
+
</function>
|
11720
|
+
<function name="video_multiview_get_doubled_width_modes"
|
11721
|
+
c:identifier="gst_video_multiview_get_doubled_width_modes"
|
11722
|
+
version="1.6">
|
11723
|
+
<return-value transfer-ownership="none">
|
11724
|
+
<doc xml:space="preserve">A const #GValue containing a list of stereo video modes
|
11725
|
+
|
11726
|
+
Utility function that returns a #GValue with a GstList of packed stereo
|
11727
|
+
video modes with double the width of a single view for use in
|
11728
|
+
caps negotiations. Currently this is side-by-side, side-by-side-quincunx
|
11729
|
+
and column-interleaved.</doc>
|
11730
|
+
<type name="GObject.Value" c:type="const GValue*"/>
|
11731
|
+
</return-value>
|
11732
|
+
</function>
|
11733
|
+
<function name="video_multiview_get_mono_modes"
|
11734
|
+
c:identifier="gst_video_multiview_get_mono_modes"
|
11735
|
+
version="1.6">
|
11736
|
+
<return-value transfer-ownership="none">
|
11737
|
+
<doc xml:space="preserve">A const #GValue containing a list of mono video modes
|
11738
|
+
|
11739
|
+
Utility function that returns a #GValue with a GstList of mono video
|
11740
|
+
modes (mono/left/right) for use in caps negotiations.</doc>
|
11741
|
+
<type name="GObject.Value" c:type="const GValue*"/>
|
11742
|
+
</return-value>
|
11743
|
+
</function>
|
11744
|
+
<function name="video_multiview_get_unpacked_modes"
|
11745
|
+
c:identifier="gst_video_multiview_get_unpacked_modes"
|
11746
|
+
version="1.6">
|
11747
|
+
<return-value transfer-ownership="none">
|
11748
|
+
<doc xml:space="preserve">A const #GValue containing a list of 'unpacked' stereo video modes
|
11749
|
+
|
11750
|
+
Utility function that returns a #GValue with a GstList of unpacked
|
11751
|
+
stereo video modes (separated/frame-by-frame/frame-by-frame-multiview)
|
11752
|
+
for use in caps negotiations.</doc>
|
11753
|
+
<type name="GObject.Value" c:type="const GValue*"/>
|
11754
|
+
</return-value>
|
11755
|
+
</function>
|
11756
|
+
<function name="video_multiview_guess_half_aspect"
|
11757
|
+
c:identifier="gst_video_multiview_guess_half_aspect"
|
11758
|
+
version="1.6">
|
11759
|
+
<return-value transfer-ownership="none">
|
11760
|
+
<doc xml:space="preserve">A boolean indicating whether the
|
11761
|
+
#GST_VIDEO_MULTIVIEW_FLAG_HALF_ASPECT flag should be set.
|
11762
|
+
|
11763
|
+
Utility function that heuristically guess whether a
|
11764
|
+
frame-packed stereoscopic video contains half width/height
|
11765
|
+
encoded views, or full-frame views by looking at the
|
11766
|
+
overall display aspect ratio.</doc>
|
11767
|
+
<type name="gboolean" c:type="gboolean"/>
|
11768
|
+
</return-value>
|
11769
|
+
<parameters>
|
11770
|
+
<parameter name="mv_mode" transfer-ownership="none">
|
11771
|
+
<doc xml:space="preserve">A #GstVideoMultiviewMode</doc>
|
11772
|
+
<type name="VideoMultiviewMode" c:type="GstVideoMultiviewMode"/>
|
11773
|
+
</parameter>
|
11774
|
+
<parameter name="width" transfer-ownership="none">
|
11775
|
+
<doc xml:space="preserve">Video frame width in pixels</doc>
|
11776
|
+
<type name="guint" c:type="guint"/>
|
11777
|
+
</parameter>
|
11778
|
+
<parameter name="height" transfer-ownership="none">
|
11779
|
+
<doc xml:space="preserve">Video frame height in pixels</doc>
|
11780
|
+
<type name="guint" c:type="guint"/>
|
11781
|
+
</parameter>
|
11782
|
+
<parameter name="par_n" transfer-ownership="none">
|
11783
|
+
<doc xml:space="preserve">Numerator of the video pixel-aspect-ratio</doc>
|
11784
|
+
<type name="guint" c:type="guint"/>
|
11785
|
+
</parameter>
|
11786
|
+
<parameter name="par_d" transfer-ownership="none">
|
11787
|
+
<doc xml:space="preserve">Denominator of the video pixel-aspect-ratio</doc>
|
11788
|
+
<type name="guint" c:type="guint"/>
|
11789
|
+
</parameter>
|
11790
|
+
</parameters>
|
11791
|
+
</function>
|
11792
|
+
<function name="video_multiview_mode_from_caps_string"
|
11793
|
+
c:identifier="gst_video_multiview_mode_from_caps_string"
|
11794
|
+
moved-to="VideoMultiviewMode.from_caps_string"
|
11795
|
+
version="1.6">
|
11796
|
+
<return-value transfer-ownership="none">
|
11797
|
+
<doc xml:space="preserve">The #GstVideoMultiviewMode value
|
11798
|
+
|
11799
|
+
Given a string from a caps multiview-mode field,
|
11800
|
+
output the corresponding #GstVideoMultiviewMode
|
11801
|
+
or #GST_VIDEO_MULTIVIEW_MODE_NONE</doc>
|
11802
|
+
<type name="VideoMultiviewMode" c:type="GstVideoMultiviewMode"/>
|
11803
|
+
</return-value>
|
11804
|
+
<parameters>
|
11805
|
+
<parameter name="caps_mview_mode" transfer-ownership="none">
|
11806
|
+
<doc xml:space="preserve">multiview-mode field string from caps</doc>
|
11807
|
+
<type name="utf8" c:type="const gchar*"/>
|
11808
|
+
</parameter>
|
11809
|
+
</parameters>
|
11810
|
+
</function>
|
11811
|
+
<function name="video_multiview_mode_to_caps_string"
|
11812
|
+
c:identifier="gst_video_multiview_mode_to_caps_string"
|
11813
|
+
moved-to="VideoMultiviewMode.to_caps_string"
|
11814
|
+
version="1.6">
|
11815
|
+
<return-value transfer-ownership="none">
|
11816
|
+
<doc xml:space="preserve">The caps string representation of the mode, or NULL if invalid.
|
11817
|
+
|
11818
|
+
Given a #GstVideoMultiviewMode returns the multiview-mode caps string
|
11819
|
+
for insertion into a caps structure</doc>
|
11820
|
+
<type name="utf8" c:type="const gchar*"/>
|
11821
|
+
</return-value>
|
11822
|
+
<parameters>
|
11823
|
+
<parameter name="mview_mode" transfer-ownership="none">
|
11824
|
+
<doc xml:space="preserve">A #GstVideoMultiviewMode value</doc>
|
11825
|
+
<type name="VideoMultiviewMode" c:type="GstVideoMultiviewMode"/>
|
11826
|
+
</parameter>
|
11827
|
+
</parameters>
|
11828
|
+
</function>
|
11829
|
+
<function name="video_multiview_video_info_change_mode"
|
11830
|
+
c:identifier="gst_video_multiview_video_info_change_mode"
|
11831
|
+
version="1.6">
|
11832
|
+
<doc xml:space="preserve">Utility function that transforms the width/height/PAR
|
11833
|
+
and multiview mode and flags of a #GstVideoInfo into
|
11834
|
+
the requested mode.</doc>
|
11835
|
+
<return-value transfer-ownership="none">
|
11836
|
+
<type name="none" c:type="void"/>
|
11837
|
+
</return-value>
|
11838
|
+
<parameters>
|
11839
|
+
<parameter name="info" transfer-ownership="none">
|
11840
|
+
<doc xml:space="preserve">A #GstVideoInfo structure to operate on</doc>
|
11841
|
+
<type name="VideoInfo" c:type="GstVideoInfo*"/>
|
11842
|
+
</parameter>
|
11843
|
+
<parameter name="out_mview_mode" transfer-ownership="none">
|
11844
|
+
<doc xml:space="preserve">A #GstVideoMultiviewMode value</doc>
|
11845
|
+
<type name="VideoMultiviewMode" c:type="GstVideoMultiviewMode"/>
|
11846
|
+
</parameter>
|
11847
|
+
<parameter name="out_mview_flags" transfer-ownership="none">
|
11848
|
+
<doc xml:space="preserve">A set of #GstVideoMultiviewFlags</doc>
|
11849
|
+
<type name="VideoMultiviewFlags" c:type="GstVideoMultiviewFlags"/>
|
11850
|
+
</parameter>
|
11851
|
+
</parameters>
|
11852
|
+
</function>
|
9519
11853
|
<function name="video_overlay_composition_meta_api_get_type"
|
9520
11854
|
c:identifier="gst_video_overlay_composition_meta_api_get_type">
|
9521
11855
|
<return-value transfer-ownership="none">
|
@@ -9542,6 +11876,50 @@ no corresponding FOURCC value, 0 is returned.</doc>
|
|
9542
11876
|
<type name="Gst.MetaInfo" c:type="const GstMetaInfo*"/>
|
9543
11877
|
</return-value>
|
9544
11878
|
</function>
|
11879
|
+
<function name="video_scaler_new"
|
11880
|
+
c:identifier="gst_video_scaler_new"
|
11881
|
+
moved-to="VideoScaler.new"
|
11882
|
+
introspectable="0">
|
11883
|
+
<doc xml:space="preserve">Make a new @method video scaler. @in_size source lines/pixels will
|
11884
|
+
be scaled to @out_size destination lines/pixels.
|
11885
|
+
|
11886
|
+
@n_taps specifies the amount of pixels to use from the source for one output
|
11887
|
+
pixel. If n_taps is 0, this function chooses a good value automatically based
|
11888
|
+
on the @method and @in_size/@out_size.</doc>
|
11889
|
+
<return-value>
|
11890
|
+
<doc xml:space="preserve">a #GstVideoResample</doc>
|
11891
|
+
<type name="VideoScaler" c:type="GstVideoScaler*"/>
|
11892
|
+
</return-value>
|
11893
|
+
<parameters>
|
11894
|
+
<parameter name="method" transfer-ownership="none">
|
11895
|
+
<doc xml:space="preserve">a #GstVideoResamplerMethod</doc>
|
11896
|
+
<type name="VideoResamplerMethod" c:type="GstVideoResamplerMethod"/>
|
11897
|
+
</parameter>
|
11898
|
+
<parameter name="flags" transfer-ownership="none">
|
11899
|
+
<doc xml:space="preserve">#GstVideoScalerFlags</doc>
|
11900
|
+
<type name="VideoScalerFlags" c:type="GstVideoScalerFlags"/>
|
11901
|
+
</parameter>
|
11902
|
+
<parameter name="n_taps" transfer-ownership="none">
|
11903
|
+
<doc xml:space="preserve">number of taps to use</doc>
|
11904
|
+
<type name="guint" c:type="guint"/>
|
11905
|
+
</parameter>
|
11906
|
+
<parameter name="in_size" transfer-ownership="none">
|
11907
|
+
<doc xml:space="preserve">number of source elements</doc>
|
11908
|
+
<type name="guint" c:type="guint"/>
|
11909
|
+
</parameter>
|
11910
|
+
<parameter name="out_size" transfer-ownership="none">
|
11911
|
+
<doc xml:space="preserve">number of destination elements</doc>
|
11912
|
+
<type name="guint" c:type="guint"/>
|
11913
|
+
</parameter>
|
11914
|
+
<parameter name="options"
|
11915
|
+
transfer-ownership="none"
|
11916
|
+
nullable="1"
|
11917
|
+
allow-none="1">
|
11918
|
+
<doc xml:space="preserve">extra options</doc>
|
11919
|
+
<type name="Gst.Structure" c:type="GstStructure*"/>
|
11920
|
+
</parameter>
|
11921
|
+
</parameters>
|
11922
|
+
</function>
|
9545
11923
|
<function name="video_tile_get_index"
|
9546
11924
|
c:identifier="gst_video_tile_get_index"
|
9547
11925
|
version="1.4">
|