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
@@ -2,13 +2,13 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>GStreamer Base Plugins 1.0 Library Reference Manual
|
5
|
+
<title>gsttaglicenses: GStreamer Base Plugins 1.0 Library Reference Manual</title>
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="GStreamer Base Plugins 1.0 Library Reference Manual">
|
8
8
|
<link rel="up" href="gstreamer-tag.html" title="Tag Support Library">
|
9
9
|
<link rel="prev" href="gst-plugins-base-libs-gsttaglanguagecodes.html" title="gsttaglanguagecodes">
|
10
10
|
<link rel="next" href="gstreamer-base-utils.html" title="Base Utils Library">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.24 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -145,7 +145,6 @@ e.g. "http://creativecommons.org/licenses/by-nc-nd/2.0/"</p></td>
|
|
145
145
|
<div class="refsect3">
|
146
146
|
<a name="id-1.2.13.12.7.2.6"></a><h4>Returns</h4>
|
147
147
|
<p> the flags of the license, or 0 if the license is unknown</p>
|
148
|
-
<p></p>
|
149
148
|
</div>
|
150
149
|
</div>
|
151
150
|
<hr>
|
@@ -174,7 +173,6 @@ e.g. "http://creativecommons.org/licenses/by-nc-nd/2.0/"</p></td>
|
|
174
173
|
<div class="refsect3">
|
175
174
|
<a name="id-1.2.13.12.7.3.6"></a><h4>Returns</h4>
|
176
175
|
<p> the nick name of the license, or NULL if the license is unknown</p>
|
177
|
-
<p></p>
|
178
176
|
</div>
|
179
177
|
</div>
|
180
178
|
<hr>
|
@@ -204,7 +202,6 @@ e.g. "http://creativecommons.org/licenses/by-nc-nd/2.0/"</p></td>
|
|
204
202
|
<a name="id-1.2.13.12.7.4.6"></a><h4>Returns</h4>
|
205
203
|
<p> the title of the license, or NULL if the license is unknown or
|
206
204
|
no title is available.</p>
|
207
|
-
<p></p>
|
208
205
|
</div>
|
209
206
|
</div>
|
210
207
|
<hr>
|
@@ -234,7 +231,6 @@ e.g. "http://creativecommons.org/licenses/by-nc-nd/2.0/"</p></td>
|
|
234
231
|
<a name="id-1.2.13.12.7.5.6"></a><h4>Returns</h4>
|
235
232
|
<p> the description of the license, or NULL if the license is unknown
|
236
233
|
or a description is not available.</p>
|
237
|
-
<p></p>
|
238
234
|
</div>
|
239
235
|
</div>
|
240
236
|
<hr>
|
@@ -268,7 +264,6 @@ e.g. "http://creativecommons.org/licenses/by-nc-nd/2.0/"</p></td>
|
|
268
264
|
<a name="id-1.2.13.12.7.6.7"></a><h4>Returns</h4>
|
269
265
|
<p> the jurisdiction code of the license, or NULL if the license is
|
270
266
|
unknown or is not specific to a particular jurisdiction.</p>
|
271
|
-
<p></p>
|
272
267
|
</div>
|
273
268
|
</div>
|
274
269
|
<hr>
|
@@ -297,7 +292,6 @@ e.g. "http://creativecommons.org/licenses/by-nc-nd/2.0/"</p></td>
|
|
297
292
|
<a name="id-1.2.13.12.7.7.6"></a><h4>Returns</h4>
|
298
293
|
<p> the version of the license, or NULL if the license is not known or
|
299
294
|
has no version</p>
|
300
|
-
<p></p>
|
301
295
|
</div>
|
302
296
|
</div>
|
303
297
|
<hr>
|
@@ -458,7 +452,6 @@ with <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/h
|
|
458
452
|
</div>
|
459
453
|
</div>
|
460
454
|
<div class="footer">
|
461
|
-
<hr>
|
462
|
-
Generated by GTK-Doc V1.21</div>
|
455
|
+
<hr>Generated by GTK-Doc V1.24</div>
|
463
456
|
</body>
|
464
457
|
</html>
|
data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagmux.html
CHANGED
@@ -2,13 +2,13 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>GStreamer Base Plugins 1.0 Library Reference Manual
|
5
|
+
<title>gsttagmux: GStreamer Base Plugins 1.0 Library Reference Manual</title>
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="GStreamer Base Plugins 1.0 Library Reference Manual">
|
8
8
|
<link rel="up" href="gstreamer-tag.html" title="Tag Support Library">
|
9
9
|
<link rel="prev" href="gst-plugins-base-libs-gsttagdemux.html" title="gsttagdemux">
|
10
10
|
<link rel="next" href="gst-plugins-base-libs-gsttaglanguagecodes.html" title="gsttaglanguagecodes">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.24 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -86,6 +86,7 @@ Subclasses have to do the following things:
|
|
86
86
|
</div>
|
87
87
|
<div class="refsect1">
|
88
88
|
<a name="gst-plugins-base-libs-gsttagmux.functions_details"></a><h2>Functions</h2>
|
89
|
+
<p></p>
|
89
90
|
</div>
|
90
91
|
<div class="refsect1">
|
91
92
|
<a name="gst-plugins-base-libs-gsttagmux.other_details"></a><h2>Types and Values</h2>
|
@@ -162,7 +163,6 @@ input stream given a tag list, or NULL</p></td>
|
|
162
163
|
</div>
|
163
164
|
</div>
|
164
165
|
<div class="footer">
|
165
|
-
<hr>
|
166
|
-
Generated by GTK-Doc V1.21</div>
|
166
|
+
<hr>Generated by GTK-Doc V1.24</div>
|
167
167
|
</body>
|
168
168
|
</html>
|
@@ -2,13 +2,13 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>GStreamer Base Plugins 1.0 Library Reference Manual
|
5
|
+
<title>gsttagvorbis: GStreamer Base Plugins 1.0 Library Reference Manual</title>
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="GStreamer Base Plugins 1.0 Library Reference Manual">
|
8
8
|
<link rel="up" href="gstreamer-tag.html" title="Tag Support Library">
|
9
9
|
<link rel="prev" href="gst-plugins-base-libs-gsttag.html" title="gsttag">
|
10
10
|
<link rel="next" href="gst-plugins-base-libs-gsttagid3.html" title="gsttagid3">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.24 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -136,7 +136,6 @@ gst_tag_from_vorbis_tag (<em class="parameter"><code>const <a href="/home/vagran
|
|
136
136
|
<div class="refsect3">
|
137
137
|
<a name="id-1.2.13.4.6.2.6"></a><h4>Returns</h4>
|
138
138
|
<p> The corresponding GStreamer tag or NULL if none exists.</p>
|
139
|
-
<p></p>
|
140
139
|
</div>
|
141
140
|
</div>
|
142
141
|
<hr>
|
@@ -163,7 +162,6 @@ gst_tag_to_vorbis_tag (<em class="parameter"><code>const <a href="/home/vagrant/
|
|
163
162
|
<div class="refsect3">
|
164
163
|
<a name="id-1.2.13.4.6.3.6"></a><h4>Returns</h4>
|
165
164
|
<p> The corresponding vorbiscomment tag or NULL if none exists.</p>
|
166
|
-
<p></p>
|
167
165
|
</div>
|
168
166
|
</div>
|
169
167
|
<hr>
|
@@ -299,7 +297,6 @@ of this vorbis comment or NULL if you don't need it.</p></td>
|
|
299
297
|
<a name="id-1.2.13.4.6.6.6"></a><h4>Returns</h4>
|
300
298
|
<p> A new <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstTagList.html"><span class="type">GstTagList</span></a> with all tags that could be extracted from the
|
301
299
|
given vorbiscomment buffer or NULL on error.</p>
|
302
|
-
<p></p>
|
303
300
|
</div>
|
304
301
|
</div>
|
305
302
|
<hr>
|
@@ -350,7 +347,6 @@ of this vorbis comment or NULL if you don't need it.</p></td>
|
|
350
347
|
<a name="id-1.2.13.4.6.7.6"></a><h4>Returns</h4>
|
351
348
|
<p> A new <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstTagList.html"><span class="type">GstTagList</span></a> with all tags that could be extracted from the
|
352
349
|
given vorbiscomment buffer or NULL on error.</p>
|
353
|
-
<p></p>
|
354
350
|
</div>
|
355
351
|
</div>
|
356
352
|
<hr>
|
@@ -399,7 +395,6 @@ is NULL</p></td>
|
|
399
395
|
<a name="id-1.2.13.4.6.8.6"></a><h4>Returns</h4>
|
400
396
|
<p> A new <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstBuffer.html"><span class="type">GstBuffer</span></a> containing a vorbiscomment buffer with all tags
|
401
397
|
that could be converted from the given tag list.</p>
|
402
|
-
<p></p>
|
403
398
|
</div>
|
404
399
|
</div>
|
405
400
|
</div>
|
@@ -412,7 +407,6 @@ that could be converted from the given tag list.</p>
|
|
412
407
|
</div>
|
413
408
|
</div>
|
414
409
|
<div class="footer">
|
415
|
-
<hr>
|
416
|
-
Generated by GTK-Doc V1.21</div>
|
410
|
+
<hr>Generated by GTK-Doc V1.24</div>
|
417
411
|
</body>
|
418
412
|
</html>
|
data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagxmp.html
CHANGED
@@ -2,13 +2,13 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>GStreamer Base Plugins 1.0 Library Reference Manual
|
5
|
+
<title>gsttagxmp: GStreamer Base Plugins 1.0 Library Reference Manual</title>
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="GStreamer Base Plugins 1.0 Library Reference Manual">
|
8
8
|
<link rel="up" href="gstreamer-tag.html" title="Tag Support Library">
|
9
9
|
<link rel="prev" href="gst-plugins-base-libs-gsttagexif.html" title="gsttagexif">
|
10
10
|
<link rel="next" href="gst-plugins-base-libs-gsttagxmpwriter.html" title="gsttagxmpwriter">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.24 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -102,7 +102,6 @@ gst_tag_list_from_xmp_buffer (<em class="parameter"><code><a href="http://gstrea
|
|
102
102
|
<div class="refsect3">
|
103
103
|
<a name="id-1.2.13.7.6.2.6"></a><h4>Returns</h4>
|
104
104
|
<p> new taglist or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, free the list when done</p>
|
105
|
-
<p></p>
|
106
105
|
</div>
|
107
106
|
</div>
|
108
107
|
<hr>
|
@@ -145,7 +144,6 @@ be used</p>
|
|
145
144
|
<div class="refsect3">
|
146
145
|
<a name="id-1.2.13.7.6.3.6"></a><h4>Returns</h4>
|
147
146
|
<p> new buffer or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, unref the buffer when done</p>
|
148
|
-
<p></p>
|
149
147
|
</div>
|
150
148
|
</div>
|
151
149
|
<hr>
|
@@ -171,7 +169,6 @@ schema names. </p>
|
|
171
169
|
</div>
|
172
170
|
</div>
|
173
171
|
<div class="footer">
|
174
|
-
<hr>
|
175
|
-
Generated by GTK-Doc V1.21</div>
|
172
|
+
<hr>Generated by GTK-Doc V1.24</div>
|
176
173
|
</body>
|
177
174
|
</html>
|
@@ -2,13 +2,13 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>GStreamer Base Plugins 1.0 Library Reference Manual
|
5
|
+
<title>gsttagxmpwriter: GStreamer Base Plugins 1.0 Library Reference Manual</title>
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="GStreamer Base Plugins 1.0 Library Reference Manual">
|
8
8
|
<link rel="up" href="gstreamer-tag.html" title="Tag Support Library">
|
9
9
|
<link rel="prev" href="gst-plugins-base-libs-gsttagxmp.html" title="gsttagxmp">
|
10
10
|
<link rel="next" href="gst-plugins-base-libs-gsttagdemux.html" title="gsttagdemux">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.24 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -192,7 +192,6 @@ gst_tag_xmp_writer_has_schema (<em class="parameter"><code><span class="type">Gs
|
|
192
192
|
<div class="refsect3">
|
193
193
|
<a name="id-1.2.13.8.5.4.6"></a><h4>Returns</h4>
|
194
194
|
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if it is going to be used</p>
|
195
|
-
<p></p>
|
196
195
|
</div>
|
197
196
|
</div>
|
198
197
|
<hr>
|
@@ -264,7 +263,6 @@ gst_tag_xmp_writer_tag_list_to_xmp_buffer
|
|
264
263
|
</div>
|
265
264
|
</div>
|
266
265
|
<div class="footer">
|
267
|
-
<hr>
|
268
|
-
Generated by GTK-Doc V1.21</div>
|
266
|
+
<hr>Generated by GTK-Doc V1.24</div>
|
269
267
|
</body>
|
270
268
|
</html>
|
data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html
CHANGED
@@ -2,13 +2,13 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>GStreamer Base Plugins 1.0 Library Reference Manual
|
5
|
+
<title>gstvideo: GStreamer Base Plugins 1.0 Library Reference Manual</title>
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="GStreamer Base Plugins 1.0 Library Reference Manual">
|
8
8
|
<link rel="up" href="gstreamer-video.html" title="Video Library">
|
9
9
|
<link rel="prev" href="gstreamer-video.html" title="Video Library">
|
10
10
|
<link rel="next" href="gst-plugins-base-libs-gstvideometa.html" title="gstvideometa">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.24 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -49,6 +49,14 @@
|
|
49
49
|
</tr>
|
50
50
|
<tr>
|
51
51
|
<td class="function_type">
|
52
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
53
|
+
</td>
|
54
|
+
<td class="function_name">
|
55
|
+
<a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-guess-framerate" title="gst_video_guess_framerate ()">gst_video_guess_framerate</a> <span class="c_punctuation">()</span>
|
56
|
+
</td>
|
57
|
+
</tr>
|
58
|
+
<tr>
|
59
|
+
<td class="function_type">
|
52
60
|
<span class="returnvalue">void</span>
|
53
61
|
</td>
|
54
62
|
<td class="function_name">
|
@@ -137,21 +145,6 @@
|
|
137
145
|
</tr>
|
138
146
|
<tr>
|
139
147
|
<td class="function_type">
|
140
|
-
<a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoChromaSite" title="enum GstVideoChromaSite"><span class="returnvalue">GstVideoChromaSite</span></a>
|
141
|
-
</td>
|
142
|
-
<td class="function_name">
|
143
|
-
<a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-chroma-from-string" title="gst_video_chroma_from_string ()">gst_video_chroma_from_string</a> <span class="c_punctuation">()</span>
|
144
|
-
</td>
|
145
|
-
</tr>
|
146
|
-
<tr>
|
147
|
-
<td class="function_type">const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
148
|
-
</td>
|
149
|
-
<td class="function_name">
|
150
|
-
<a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-chroma-to-string" title="gst_video_chroma_to_string ()">gst_video_chroma_to_string</a> <span class="c_punctuation">()</span>
|
151
|
-
</td>
|
152
|
-
</tr>
|
153
|
-
<tr>
|
154
|
-
<td class="function_type">
|
155
148
|
<span class="returnvalue">void</span>
|
156
149
|
</td>
|
157
150
|
<td class="function_name">
|
@@ -394,6 +387,38 @@
|
|
394
387
|
</tr>
|
395
388
|
<tr>
|
396
389
|
<td class="function_type">
|
390
|
+
<span class="returnvalue">void</span>
|
391
|
+
</td>
|
392
|
+
<td class="function_name">
|
393
|
+
<a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-color-range-offsets" title="gst_video_color_range_offsets ()">gst_video_color_range_offsets</a> <span class="c_punctuation">()</span>
|
394
|
+
</td>
|
395
|
+
</tr>
|
396
|
+
<tr>
|
397
|
+
<td class="function_type">
|
398
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
399
|
+
</td>
|
400
|
+
<td class="function_name">
|
401
|
+
<a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-color-matrix-get-Kr-Kb" title="gst_video_color_matrix_get_Kr_Kb ()">gst_video_color_matrix_get_Kr_Kb</a> <span class="c_punctuation">()</span>
|
402
|
+
</td>
|
403
|
+
</tr>
|
404
|
+
<tr>
|
405
|
+
<td class="function_type">
|
406
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>
|
407
|
+
</td>
|
408
|
+
<td class="function_name">
|
409
|
+
<a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-color-transfer-decode" title="gst_video_color_transfer_decode ()">gst_video_color_transfer_decode</a> <span class="c_punctuation">()</span>
|
410
|
+
</td>
|
411
|
+
</tr>
|
412
|
+
<tr>
|
413
|
+
<td class="function_type">
|
414
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>
|
415
|
+
</td>
|
416
|
+
<td class="function_name">
|
417
|
+
<a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-color-transfer-encode" title="gst_video_color_transfer_encode ()">gst_video_color_transfer_encode</a> <span class="c_punctuation">()</span>
|
418
|
+
</td>
|
419
|
+
</tr>
|
420
|
+
<tr>
|
421
|
+
<td class="function_type">
|
397
422
|
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
398
423
|
</td>
|
399
424
|
<td class="function_name">
|
@@ -405,23 +430,23 @@
|
|
405
430
|
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
406
431
|
</td>
|
407
432
|
<td class="function_name">
|
408
|
-
<a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-colorimetry-
|
433
|
+
<a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-colorimetry-is-equal" title="gst_video_colorimetry_is_equal ()">gst_video_colorimetry_is_equal</a> <span class="c_punctuation">()</span>
|
409
434
|
</td>
|
410
435
|
</tr>
|
411
436
|
<tr>
|
412
437
|
<td class="function_type">
|
413
|
-
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#
|
438
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
414
439
|
</td>
|
415
440
|
<td class="function_name">
|
416
|
-
<a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-colorimetry-
|
441
|
+
<a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-colorimetry-from-string" title="gst_video_colorimetry_from_string ()">gst_video_colorimetry_from_string</a> <span class="c_punctuation">()</span>
|
417
442
|
</td>
|
418
443
|
</tr>
|
419
444
|
<tr>
|
420
445
|
<td class="function_type">
|
421
|
-
<span class="returnvalue">
|
446
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
422
447
|
</td>
|
423
448
|
<td class="function_name">
|
424
|
-
<a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-
|
449
|
+
<a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-colorimetry-to-string" title="gst_video_colorimetry_to_string ()">gst_video_colorimetry_to_string</a> <span class="c_punctuation">()</span>
|
425
450
|
</td>
|
426
451
|
</tr>
|
427
452
|
<tr>
|
@@ -623,6 +648,30 @@
|
|
623
648
|
</td>
|
624
649
|
</tr>
|
625
650
|
<tr>
|
651
|
+
<td class="define_keyword">#define</td>
|
652
|
+
<td class="function_name">
|
653
|
+
<a class="link" href="gst-plugins-base-libs-gstvideo.html#GST-VIDEO-INFO-CHROMA-SITE:CAPS" title="GST_VIDEO_INFO_CHROMA_SITE()">GST_VIDEO_INFO_CHROMA_SITE</a><span class="c_punctuation">()</span>
|
654
|
+
</td>
|
655
|
+
</tr>
|
656
|
+
<tr>
|
657
|
+
<td class="define_keyword">#define</td>
|
658
|
+
<td class="function_name">
|
659
|
+
<a class="link" href="gst-plugins-base-libs-gstvideo.html#GST-VIDEO-INFO-COLORIMETRY:CAPS" title="GST_VIDEO_INFO_COLORIMETRY()">GST_VIDEO_INFO_COLORIMETRY</a><span class="c_punctuation">()</span>
|
660
|
+
</td>
|
661
|
+
</tr>
|
662
|
+
<tr>
|
663
|
+
<td class="define_keyword">#define</td>
|
664
|
+
<td class="function_name">
|
665
|
+
<a class="link" href="gst-plugins-base-libs-gstvideo.html#GST-VIDEO-INFO-MULTIVIEW-FLAGS:CAPS" title="GST_VIDEO_INFO_MULTIVIEW_FLAGS()">GST_VIDEO_INFO_MULTIVIEW_FLAGS</a><span class="c_punctuation">()</span>
|
666
|
+
</td>
|
667
|
+
</tr>
|
668
|
+
<tr>
|
669
|
+
<td class="define_keyword">#define</td>
|
670
|
+
<td class="function_name">
|
671
|
+
<a class="link" href="gst-plugins-base-libs-gstvideo.html#GST-VIDEO-INFO-MULTIVIEW-MODE:CAPS" title="GST_VIDEO_INFO_MULTIVIEW_MODE()">GST_VIDEO_INFO_MULTIVIEW_MODE</a><span class="c_punctuation">()</span>
|
672
|
+
</td>
|
673
|
+
</tr>
|
674
|
+
<tr>
|
626
675
|
<td class="function_type">
|
627
676
|
<span class="returnvalue">void</span>
|
628
677
|
</td>
|
@@ -906,6 +955,127 @@
|
|
906
955
|
<a class="link" href="gst-plugins-base-libs-gstvideo.html#GST-VIDEO-TILE-Y-TILES:CAPS" title="GST_VIDEO_TILE_Y_TILES()">GST_VIDEO_TILE_Y_TILES</a><span class="c_punctuation">()</span>
|
907
956
|
</td>
|
908
957
|
</tr>
|
958
|
+
<tr>
|
959
|
+
<td class="function_type">
|
960
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
961
|
+
</td>
|
962
|
+
<td class="function_name">
|
963
|
+
<a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-blend" title="gst_video_blend ()">gst_video_blend</a> <span class="c_punctuation">()</span>
|
964
|
+
</td>
|
965
|
+
</tr>
|
966
|
+
<tr>
|
967
|
+
<td class="function_type">
|
968
|
+
<span class="returnvalue">void</span>
|
969
|
+
</td>
|
970
|
+
<td class="function_name">
|
971
|
+
<a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-blend-scale-linear-RGBA" title="gst_video_blend_scale_linear_RGBA ()">gst_video_blend_scale_linear_RGBA</a> <span class="c_punctuation">()</span>
|
972
|
+
</td>
|
973
|
+
</tr>
|
974
|
+
<tr>
|
975
|
+
<td class="function_type">
|
976
|
+
<a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoConverter" title="GstVideoConverter"><span class="returnvalue">GstVideoConverter</span></a> *
|
977
|
+
</td>
|
978
|
+
<td class="function_name">
|
979
|
+
<a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-converter-new" title="gst_video_converter_new ()">gst_video_converter_new</a> <span class="c_punctuation">()</span>
|
980
|
+
</td>
|
981
|
+
</tr>
|
982
|
+
<tr>
|
983
|
+
<td class="function_type">
|
984
|
+
<span class="returnvalue">void</span>
|
985
|
+
</td>
|
986
|
+
<td class="function_name">
|
987
|
+
<a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-converter-free" title="gst_video_converter_free ()">gst_video_converter_free</a> <span class="c_punctuation">()</span>
|
988
|
+
</td>
|
989
|
+
</tr>
|
990
|
+
<tr>
|
991
|
+
<td class="function_type">const <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstStructure.html"><span class="returnvalue">GstStructure</span></a> *
|
992
|
+
</td>
|
993
|
+
<td class="function_name">
|
994
|
+
<a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-converter-get-config" title="gst_video_converter_get_config ()">gst_video_converter_get_config</a> <span class="c_punctuation">()</span>
|
995
|
+
</td>
|
996
|
+
</tr>
|
997
|
+
<tr>
|
998
|
+
<td class="function_type">
|
999
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
1000
|
+
</td>
|
1001
|
+
<td class="function_name">
|
1002
|
+
<a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-converter-set-config" title="gst_video_converter_set_config ()">gst_video_converter_set_config</a> <span class="c_punctuation">()</span>
|
1003
|
+
</td>
|
1004
|
+
</tr>
|
1005
|
+
<tr>
|
1006
|
+
<td class="function_type">
|
1007
|
+
<span class="returnvalue">void</span>
|
1008
|
+
</td>
|
1009
|
+
<td class="function_name">
|
1010
|
+
<a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-converter-frame" title="gst_video_converter_frame ()">gst_video_converter_frame</a> <span class="c_punctuation">()</span>
|
1011
|
+
</td>
|
1012
|
+
</tr>
|
1013
|
+
<tr>
|
1014
|
+
<td class="function_type">const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html#GValue"><span class="returnvalue">GValue</span></a> *
|
1015
|
+
</td>
|
1016
|
+
<td class="function_name">
|
1017
|
+
<a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-multiview-get-mono-modes" title="gst_video_multiview_get_mono_modes ()">gst_video_multiview_get_mono_modes</a> <span class="c_punctuation">()</span>
|
1018
|
+
</td>
|
1019
|
+
</tr>
|
1020
|
+
<tr>
|
1021
|
+
<td class="function_type">const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html#GValue"><span class="returnvalue">GValue</span></a> *
|
1022
|
+
</td>
|
1023
|
+
<td class="function_name">
|
1024
|
+
<a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-multiview-get-unpacked-modes" title="gst_video_multiview_get_unpacked_modes ()">gst_video_multiview_get_unpacked_modes</a> <span class="c_punctuation">()</span>
|
1025
|
+
</td>
|
1026
|
+
</tr>
|
1027
|
+
<tr>
|
1028
|
+
<td class="function_type">const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html#GValue"><span class="returnvalue">GValue</span></a> *
|
1029
|
+
</td>
|
1030
|
+
<td class="function_name">
|
1031
|
+
<a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-multiview-get-doubled-height-modes" title="gst_video_multiview_get_doubled_height_modes ()">gst_video_multiview_get_doubled_height_modes</a> <span class="c_punctuation">()</span>
|
1032
|
+
</td>
|
1033
|
+
</tr>
|
1034
|
+
<tr>
|
1035
|
+
<td class="function_type">const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html#GValue"><span class="returnvalue">GValue</span></a> *
|
1036
|
+
</td>
|
1037
|
+
<td class="function_name">
|
1038
|
+
<a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-multiview-get-doubled-size-modes" title="gst_video_multiview_get_doubled_size_modes ()">gst_video_multiview_get_doubled_size_modes</a> <span class="c_punctuation">()</span>
|
1039
|
+
</td>
|
1040
|
+
</tr>
|
1041
|
+
<tr>
|
1042
|
+
<td class="function_type">const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html#GValue"><span class="returnvalue">GValue</span></a> *
|
1043
|
+
</td>
|
1044
|
+
<td class="function_name">
|
1045
|
+
<a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-multiview-get-doubled-width-modes" title="gst_video_multiview_get_doubled_width_modes ()">gst_video_multiview_get_doubled_width_modes</a> <span class="c_punctuation">()</span>
|
1046
|
+
</td>
|
1047
|
+
</tr>
|
1048
|
+
<tr>
|
1049
|
+
<td class="function_type">
|
1050
|
+
<a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoMultiviewMode" title="enum GstVideoMultiviewMode"><span class="returnvalue">GstVideoMultiviewMode</span></a>
|
1051
|
+
</td>
|
1052
|
+
<td class="function_name">
|
1053
|
+
<a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-multiview-mode-from-caps-string" title="gst_video_multiview_mode_from_caps_string ()">gst_video_multiview_mode_from_caps_string</a> <span class="c_punctuation">()</span>
|
1054
|
+
</td>
|
1055
|
+
</tr>
|
1056
|
+
<tr>
|
1057
|
+
<td class="function_type">const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
1058
|
+
</td>
|
1059
|
+
<td class="function_name">
|
1060
|
+
<a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-multiview-mode-to-caps-string" title="gst_video_multiview_mode_to_caps_string ()">gst_video_multiview_mode_to_caps_string</a> <span class="c_punctuation">()</span>
|
1061
|
+
</td>
|
1062
|
+
</tr>
|
1063
|
+
<tr>
|
1064
|
+
<td class="function_type">
|
1065
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
1066
|
+
</td>
|
1067
|
+
<td class="function_name">
|
1068
|
+
<a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-multiview-guess-half-aspect" title="gst_video_multiview_guess_half_aspect ()">gst_video_multiview_guess_half_aspect</a> <span class="c_punctuation">()</span>
|
1069
|
+
</td>
|
1070
|
+
</tr>
|
1071
|
+
<tr>
|
1072
|
+
<td class="function_type">
|
1073
|
+
<span class="returnvalue">void</span>
|
1074
|
+
</td>
|
1075
|
+
<td class="function_name">
|
1076
|
+
<a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-multiview-video-info-change-mode" title="gst_video_multiview_video_info_change_mode ()">gst_video_multiview_video_info_change_mode</a> <span class="c_punctuation">()</span>
|
1077
|
+
</td>
|
1078
|
+
</tr>
|
909
1079
|
</tbody>
|
910
1080
|
</table></div>
|
911
1081
|
</div>
|
@@ -955,10 +1125,6 @@
|
|
955
1125
|
</tr>
|
956
1126
|
<tr>
|
957
1127
|
<td class="datatype_keyword">enum</td>
|
958
|
-
<td class="function_name"><a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoChromaSite" title="enum GstVideoChromaSite">GstVideoChromaSite</a></td>
|
959
|
-
</tr>
|
960
|
-
<tr>
|
961
|
-
<td class="datatype_keyword">enum</td>
|
962
1128
|
<td class="function_name"><a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoFormatFlags" title="enum GstVideoFormatFlags">GstVideoFormatFlags</a></td>
|
963
1129
|
</tr>
|
964
1130
|
<tr>
|
@@ -987,11 +1153,11 @@
|
|
987
1153
|
</tr>
|
988
1154
|
<tr>
|
989
1155
|
<td class="datatype_keyword">enum</td>
|
990
|
-
<td class="function_name"><a class="link" href="gst-plugins-base-libs-gstvideo.html#
|
1156
|
+
<td class="function_name"><a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoColorPrimaries" title="enum GstVideoColorPrimaries">GstVideoColorPrimaries</a></td>
|
991
1157
|
</tr>
|
992
1158
|
<tr>
|
993
1159
|
<td class="datatype_keyword">enum</td>
|
994
|
-
<td class="function_name"><a class="link" href="gst-plugins-base-libs-gstvideo.html#
|
1160
|
+
<td class="function_name"><a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoTransferFunction" title="enum GstVideoTransferFunction">GstVideoTransferFunction</a></td>
|
995
1161
|
</tr>
|
996
1162
|
<tr>
|
997
1163
|
<td class="datatype_keyword"> </td>
|
@@ -1007,6 +1173,18 @@
|
|
1007
1173
|
</tr>
|
1008
1174
|
<tr>
|
1009
1175
|
<td class="datatype_keyword">enum</td>
|
1176
|
+
<td class="function_name"><a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoMultiviewMode" title="enum GstVideoMultiviewMode">GstVideoMultiviewMode</a></td>
|
1177
|
+
</tr>
|
1178
|
+
<tr>
|
1179
|
+
<td class="datatype_keyword">enum</td>
|
1180
|
+
<td class="function_name"><a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoMultiviewFramePacking" title="enum GstVideoMultiviewFramePacking">GstVideoMultiviewFramePacking</a></td>
|
1181
|
+
</tr>
|
1182
|
+
<tr>
|
1183
|
+
<td class="datatype_keyword">enum</td>
|
1184
|
+
<td class="function_name"><a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoMultiviewFlags" title="enum GstVideoMultiviewFlags">GstVideoMultiviewFlags</a></td>
|
1185
|
+
</tr>
|
1186
|
+
<tr>
|
1187
|
+
<td class="datatype_keyword">enum</td>
|
1010
1188
|
<td class="function_name"><a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoFlags" title="enum GstVideoFlags">GstVideoFlags</a></td>
|
1011
1189
|
</tr>
|
1012
1190
|
<tr>
|
@@ -1029,6 +1207,10 @@
|
|
1029
1207
|
<td class="datatype_keyword">enum</td>
|
1030
1208
|
<td class="function_name"><a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoTileMode" title="enum GstVideoTileMode">GstVideoTileMode</a></td>
|
1031
1209
|
</tr>
|
1210
|
+
<tr>
|
1211
|
+
<td class="datatype_keyword"> </td>
|
1212
|
+
<td class="function_name"><a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoConverter" title="GstVideoConverter">GstVideoConverter</a></td>
|
1213
|
+
</tr>
|
1032
1214
|
</tbody>
|
1033
1215
|
</table></div>
|
1034
1216
|
</div>
|
@@ -1119,11 +1301,57 @@ display ratio the video will be rendered with.</p>
|
|
1119
1301
|
<p> A boolean indicating success and a calculated Display Ratio in the
|
1120
1302
|
dar_n and dar_d parameters.
|
1121
1303
|
The return value is FALSE in the case of integer overflow or other error.</p>
|
1122
|
-
<p></p>
|
1123
1304
|
</div>
|
1124
1305
|
</div>
|
1125
1306
|
<hr>
|
1126
1307
|
<div class="refsect2">
|
1308
|
+
<a name="gst-video-guess-framerate"></a><h3>gst_video_guess_framerate ()</h3>
|
1309
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
1310
|
+
gst_video_guess_framerate (<em class="parameter"><code><a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstClock.html#GstClockTime"><span class="type">GstClockTime</span></a> duration</code></em>,
|
1311
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *dest_n</code></em>,
|
1312
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *dest_d</code></em>);</pre>
|
1313
|
+
<p>Given the nominal duration of one video frame,
|
1314
|
+
this function will check some standard framerates for
|
1315
|
+
a close match (within 0.1%) and return one if possible,</p>
|
1316
|
+
<p>It will calculate an arbitrary framerate if no close
|
1317
|
+
match was found, and return <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.</p>
|
1318
|
+
<p>It returns <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if a duration of 0 is passed.</p>
|
1319
|
+
<div class="refsect3">
|
1320
|
+
<a name="id-1.2.15.3.7.3.7"></a><h4>Parameters</h4>
|
1321
|
+
<div class="informaltable"><table width="100%" border="0">
|
1322
|
+
<colgroup>
|
1323
|
+
<col width="150px" class="parameters_name">
|
1324
|
+
<col class="parameters_description">
|
1325
|
+
<col width="200px" class="parameters_annotations">
|
1326
|
+
</colgroup>
|
1327
|
+
<tbody>
|
1328
|
+
<tr>
|
1329
|
+
<td class="parameter_name"><p>duration</p></td>
|
1330
|
+
<td class="parameter_description"><p>Nominal duration of one frame</p></td>
|
1331
|
+
<td class="parameter_annotations"> </td>
|
1332
|
+
</tr>
|
1333
|
+
<tr>
|
1334
|
+
<td class="parameter_name"><p>dest_n</p></td>
|
1335
|
+
<td class="parameter_description"><p> Numerator of the calculated framerate. </p></td>
|
1336
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
1337
|
+
</tr>
|
1338
|
+
<tr>
|
1339
|
+
<td class="parameter_name"><p>dest_d</p></td>
|
1340
|
+
<td class="parameter_description"><p> Denominator of the calculated framerate. </p></td>
|
1341
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
1342
|
+
</tr>
|
1343
|
+
</tbody>
|
1344
|
+
</table></div>
|
1345
|
+
</div>
|
1346
|
+
<div class="refsect3">
|
1347
|
+
<a name="id-1.2.15.3.7.3.8"></a><h4>Returns</h4>
|
1348
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if a close "standard" framerate was
|
1349
|
+
recognised, and <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
|
1350
|
+
</div>
|
1351
|
+
<p class="since">Since: 1.6</p>
|
1352
|
+
</div>
|
1353
|
+
<hr>
|
1354
|
+
<div class="refsect2">
|
1127
1355
|
<a name="GstVideoConvertSampleCallback"></a><h3>GstVideoConvertSampleCallback ()</h3>
|
1128
1356
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1129
1357
|
<span class="c_punctuation">(</span>*GstVideoConvertSampleCallback<span class="c_punctuation">)</span> (<em class="parameter"><code><a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstSample.html"><span class="type">GstSample</span></a> *sample</code></em>,
|
@@ -1142,7 +1370,7 @@ gst_video_convert_sample (<em class="parameter"><code><a href="http://gstreamer.
|
|
1142
1370
|
<p>The output caps can be any raw video formats or any image formats (jpeg, png, ...).</p>
|
1143
1371
|
<p>The width, height and pixel-aspect-ratio can also be specified in the output caps.</p>
|
1144
1372
|
<div class="refsect3">
|
1145
|
-
<a name="id-1.2.15.3.7.
|
1373
|
+
<a name="id-1.2.15.3.7.5.7"></a><h4>Parameters</h4>
|
1146
1374
|
<div class="informaltable"><table width="100%" border="0">
|
1147
1375
|
<colgroup>
|
1148
1376
|
<col width="150px" class="parameters_name">
|
@@ -1174,10 +1402,9 @@ gst_video_convert_sample (<em class="parameter"><code><a href="http://gstreamer.
|
|
1174
1402
|
</table></div>
|
1175
1403
|
</div>
|
1176
1404
|
<div class="refsect3">
|
1177
|
-
<a name="id-1.2.15.3.7.
|
1405
|
+
<a name="id-1.2.15.3.7.5.8"></a><h4>Returns</h4>
|
1178
1406
|
<p> The converted <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstSample.html"><span class="type">GstSample</span></a>, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if an error happened (in which case <em class="parameter"><code>err</code></em>
|
1179
1407
|
will point to the <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a>).</p>
|
1180
|
-
<p></p>
|
1181
1408
|
</div>
|
1182
1409
|
</div>
|
1183
1410
|
<hr>
|
@@ -1205,7 +1432,7 @@ this will always be the global default main context.</p>
|
|
1205
1432
|
is not needed
|
1206
1433
|
anymore.</p>
|
1207
1434
|
<div class="refsect3">
|
1208
|
-
<a name="id-1.2.15.3.7.
|
1435
|
+
<a name="id-1.2.15.3.7.6.9"></a><h4>Parameters</h4>
|
1209
1436
|
<div class="informaltable"><table width="100%" border="0">
|
1210
1437
|
<colgroup>
|
1211
1438
|
<col width="150px" class="parameters_name">
|
@@ -1257,7 +1484,7 @@ gst_video_alignment_reset (<em class="parameter"><code><a class="link" href="gst
|
|
1257
1484
|
<p>Set <em class="parameter"><code>align</code></em>
|
1258
1485
|
to its default values with no padding and no alignment.</p>
|
1259
1486
|
<div class="refsect3">
|
1260
|
-
<a name="id-1.2.15.3.7.
|
1487
|
+
<a name="id-1.2.15.3.7.7.5"></a><h4>Parameters</h4>
|
1261
1488
|
<div class="informaltable"><table width="100%" border="0">
|
1262
1489
|
<colgroup>
|
1263
1490
|
<col width="150px" class="parameters_name">
|
@@ -1284,7 +1511,7 @@ the event ends a still frame sequence.</p>
|
|
1284
1511
|
<p>To parse an event created by <a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-event-new-still-frame" title="gst_video_event_new_still_frame ()"><code class="function">gst_video_event_new_still_frame()</code></a> use
|
1285
1512
|
<a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-event-parse-still-frame" title="gst_video_event_parse_still_frame ()"><code class="function">gst_video_event_parse_still_frame()</code></a>.</p>
|
1286
1513
|
<div class="refsect3">
|
1287
|
-
<a name="id-1.2.15.3.7.
|
1514
|
+
<a name="id-1.2.15.3.7.8.6"></a><h4>Parameters</h4>
|
1288
1515
|
<div class="informaltable"><table width="100%" border="0">
|
1289
1516
|
<colgroup>
|
1290
1517
|
<col width="150px" class="parameters_name">
|
@@ -1299,9 +1526,8 @@ the event ends a still frame sequence.</p>
|
|
1299
1526
|
</table></div>
|
1300
1527
|
</div>
|
1301
1528
|
<div class="refsect3">
|
1302
|
-
<a name="id-1.2.15.3.7.
|
1529
|
+
<a name="id-1.2.15.3.7.8.7"></a><h4>Returns</h4>
|
1303
1530
|
<p> The new GstEvent</p>
|
1304
|
-
<p></p>
|
1305
1531
|
</div>
|
1306
1532
|
</div>
|
1307
1533
|
<hr>
|
@@ -1318,7 +1544,7 @@ in_still variable order to just check whether the event is a valid still-frame
|
|
1318
1544
|
event.</p>
|
1319
1545
|
<p>Create a still frame event using <a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-event-new-still-frame" title="gst_video_event_new_still_frame ()"><code class="function">gst_video_event_new_still_frame()</code></a></p>
|
1320
1546
|
<div class="refsect3">
|
1321
|
-
<a name="id-1.2.15.3.7.
|
1547
|
+
<a name="id-1.2.15.3.7.9.6"></a><h4>Parameters</h4>
|
1322
1548
|
<div class="informaltable"><table width="100%" border="0">
|
1323
1549
|
<colgroup>
|
1324
1550
|
<col width="150px" class="parameters_name">
|
@@ -1340,9 +1566,8 @@ event.</p>
|
|
1340
1566
|
</table></div>
|
1341
1567
|
</div>
|
1342
1568
|
<div class="refsect3">
|
1343
|
-
<a name="id-1.2.15.3.7.
|
1569
|
+
<a name="id-1.2.15.3.7.9.7"></a><h4>Returns</h4>
|
1344
1570
|
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the event is a valid still-frame event. <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if not</p>
|
1345
|
-
<p></p>
|
1346
1571
|
</div>
|
1347
1572
|
</div>
|
1348
1573
|
<hr>
|
@@ -1363,7 +1588,7 @@ handled.</p>
|
|
1363
1588
|
<p>To parse an event created by <a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-event-new-downstream-force-key-unit" title="gst_video_event_new_downstream_force_key_unit ()"><code class="function">gst_video_event_new_downstream_force_key_unit()</code></a> use
|
1364
1589
|
<a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-event-parse-downstream-force-key-unit" title="gst_video_event_parse_downstream_force_key_unit ()"><code class="function">gst_video_event_parse_downstream_force_key_unit()</code></a>.</p>
|
1365
1590
|
<div class="refsect3">
|
1366
|
-
<a name="id-1.2.15.3.7.
|
1591
|
+
<a name="id-1.2.15.3.7.10.6"></a><h4>Parameters</h4>
|
1367
1592
|
<div class="informaltable"><table width="100%" border="0">
|
1368
1593
|
<colgroup>
|
1369
1594
|
<col width="150px" class="parameters_name">
|
@@ -1400,9 +1625,8 @@ handled.</p>
|
|
1400
1625
|
</table></div>
|
1401
1626
|
</div>
|
1402
1627
|
<div class="refsect3">
|
1403
|
-
<a name="id-1.2.15.3.7.
|
1628
|
+
<a name="id-1.2.15.3.7.10.7"></a><h4>Returns</h4>
|
1404
1629
|
<p> The new GstEvent</p>
|
1405
|
-
<p></p>
|
1406
1630
|
</div>
|
1407
1631
|
</div>
|
1408
1632
|
<hr>
|
@@ -1422,7 +1646,7 @@ full description of the downstream force key unit event.</p>
|
|
1422
1646
|
<p><em class="parameter"><code>running_time</code></em>
|
1423
1647
|
will be adjusted for any pad offsets of pads it was passing through.</p>
|
1424
1648
|
<div class="refsect3">
|
1425
|
-
<a name="id-1.2.15.3.7.
|
1649
|
+
<a name="id-1.2.15.3.7.11.6"></a><h4>Parameters</h4>
|
1426
1650
|
<div class="informaltable"><table width="100%" border="0">
|
1427
1651
|
<colgroup>
|
1428
1652
|
<col width="150px" class="parameters_name">
|
@@ -1464,9 +1688,8 @@ full description of the downstream force key unit event.</p>
|
|
1464
1688
|
</table></div>
|
1465
1689
|
</div>
|
1466
1690
|
<div class="refsect3">
|
1467
|
-
<a name="id-1.2.15.3.7.
|
1691
|
+
<a name="id-1.2.15.3.7.11.7"></a><h4>Returns</h4>
|
1468
1692
|
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the event is a valid downstream force key unit event.</p>
|
1469
|
-
<p></p>
|
1470
1693
|
</div>
|
1471
1694
|
</div>
|
1472
1695
|
<hr>
|
@@ -1486,7 +1709,7 @@ new key unit as soon as possible.</p>
|
|
1486
1709
|
<p>To parse an event created by <a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-event-new-downstream-force-key-unit" title="gst_video_event_new_downstream_force_key_unit ()"><code class="function">gst_video_event_new_downstream_force_key_unit()</code></a> use
|
1487
1710
|
<a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-event-parse-downstream-force-key-unit" title="gst_video_event_parse_downstream_force_key_unit ()"><code class="function">gst_video_event_parse_downstream_force_key_unit()</code></a>.</p>
|
1488
1711
|
<div class="refsect3">
|
1489
|
-
<a name="id-1.2.15.3.7.
|
1712
|
+
<a name="id-1.2.15.3.7.12.7"></a><h4>Parameters</h4>
|
1490
1713
|
<div class="informaltable"><table width="100%" border="0">
|
1491
1714
|
<colgroup>
|
1492
1715
|
<col width="150px" class="parameters_name">
|
@@ -1513,9 +1736,8 @@ new key unit as soon as possible.</p>
|
|
1513
1736
|
</table></div>
|
1514
1737
|
</div>
|
1515
1738
|
<div class="refsect3">
|
1516
|
-
<a name="id-1.2.15.3.7.
|
1739
|
+
<a name="id-1.2.15.3.7.12.8"></a><h4>Returns</h4>
|
1517
1740
|
<p> The new GstEvent</p>
|
1518
|
-
<p></p>
|
1519
1741
|
</div>
|
1520
1742
|
</div>
|
1521
1743
|
<hr>
|
@@ -1534,7 +1756,7 @@ upstream force key unit event.</p>
|
|
1534
1756
|
<p><em class="parameter"><code>running_time</code></em>
|
1535
1757
|
will be adjusted for any pad offsets of pads it was passing through.</p>
|
1536
1758
|
<div class="refsect3">
|
1537
|
-
<a name="id-1.2.15.3.7.
|
1759
|
+
<a name="id-1.2.15.3.7.13.7"></a><h4>Parameters</h4>
|
1538
1760
|
<div class="informaltable"><table width="100%" border="0">
|
1539
1761
|
<colgroup>
|
1540
1762
|
<col width="150px" class="parameters_name">
|
@@ -1566,9 +1788,8 @@ upstream force key unit event.</p>
|
|
1566
1788
|
</table></div>
|
1567
1789
|
</div>
|
1568
1790
|
<div class="refsect3">
|
1569
|
-
<a name="id-1.2.15.3.7.
|
1791
|
+
<a name="id-1.2.15.3.7.13.8"></a><h4>Returns</h4>
|
1570
1792
|
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the event is a valid upstream force-key-unit event. <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if not</p>
|
1571
|
-
<p></p>
|
1572
1793
|
</div>
|
1573
1794
|
</div>
|
1574
1795
|
<hr>
|
@@ -1579,7 +1800,7 @@ gst_video_event_is_force_key_unit (<em class="parameter"><code><a href="http://g
|
|
1579
1800
|
<p>Checks if an event is a force key unit event. Returns true for both upstream
|
1580
1801
|
and downstream force key unit events.</p>
|
1581
1802
|
<div class="refsect3">
|
1582
|
-
<a name="id-1.2.15.3.7.
|
1803
|
+
<a name="id-1.2.15.3.7.14.5"></a><h4>Parameters</h4>
|
1583
1804
|
<div class="informaltable"><table width="100%" border="0">
|
1584
1805
|
<colgroup>
|
1585
1806
|
<col width="150px" class="parameters_name">
|
@@ -1594,68 +1815,8 @@ and downstream force key unit events.</p>
|
|
1594
1815
|
</table></div>
|
1595
1816
|
</div>
|
1596
1817
|
<div class="refsect3">
|
1597
|
-
<a name="id-1.2.15.3.7.
|
1818
|
+
<a name="id-1.2.15.3.7.14.6"></a><h4>Returns</h4>
|
1598
1819
|
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the event is a valid force key unit event</p>
|
1599
|
-
<p></p>
|
1600
|
-
</div>
|
1601
|
-
</div>
|
1602
|
-
<hr>
|
1603
|
-
<div class="refsect2">
|
1604
|
-
<a name="gst-video-chroma-from-string"></a><h3>gst_video_chroma_from_string ()</h3>
|
1605
|
-
<pre class="programlisting"><a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoChromaSite" title="enum GstVideoChromaSite"><span class="returnvalue">GstVideoChromaSite</span></a>
|
1606
|
-
gst_video_chroma_from_string (<em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *s</code></em>);</pre>
|
1607
|
-
<p>Convert <em class="parameter"><code>s</code></em>
|
1608
|
-
to a <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoChromaSite" title="enum GstVideoChromaSite"><span class="type">GstVideoChromaSite</span></a></p>
|
1609
|
-
<div class="refsect3">
|
1610
|
-
<a name="id-1.2.15.3.7.14.5"></a><h4>Parameters</h4>
|
1611
|
-
<div class="informaltable"><table width="100%" border="0">
|
1612
|
-
<colgroup>
|
1613
|
-
<col width="150px" class="parameters_name">
|
1614
|
-
<col class="parameters_description">
|
1615
|
-
<col width="200px" class="parameters_annotations">
|
1616
|
-
</colgroup>
|
1617
|
-
<tbody><tr>
|
1618
|
-
<td class="parameter_name"><p>s</p></td>
|
1619
|
-
<td class="parameter_description"><p>a chromasite string</p></td>
|
1620
|
-
<td class="parameter_annotations"> </td>
|
1621
|
-
</tr></tbody>
|
1622
|
-
</table></div>
|
1623
|
-
</div>
|
1624
|
-
<div class="refsect3">
|
1625
|
-
<a name="id-1.2.15.3.7.14.6"></a><h4>Returns</h4>
|
1626
|
-
<p> a <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoChromaSite" title="enum GstVideoChromaSite"><span class="type">GstVideoChromaSite</span></a> or <a class="link" href="gst-plugins-base-libs-gstvideo.html#GST-VIDEO-CHROMA-SITE-UNKNOWN:CAPS"><code class="literal">GST_VIDEO_CHROMA_SITE_UNKNOWN</code></a> when <em class="parameter"><code>s</code></em>
|
1627
|
-
does
|
1628
|
-
not contain a valid chroma description.</p>
|
1629
|
-
<p></p>
|
1630
|
-
</div>
|
1631
|
-
</div>
|
1632
|
-
<hr>
|
1633
|
-
<div class="refsect2">
|
1634
|
-
<a name="gst-video-chroma-to-string"></a><h3>gst_video_chroma_to_string ()</h3>
|
1635
|
-
<pre class="programlisting">const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
1636
|
-
gst_video_chroma_to_string (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoChromaSite" title="enum GstVideoChromaSite"><span class="type">GstVideoChromaSite</span></a> site</code></em>);</pre>
|
1637
|
-
<p>Converts <em class="parameter"><code>site</code></em>
|
1638
|
-
to its string representation.</p>
|
1639
|
-
<div class="refsect3">
|
1640
|
-
<a name="id-1.2.15.3.7.15.5"></a><h4>Parameters</h4>
|
1641
|
-
<div class="informaltable"><table width="100%" border="0">
|
1642
|
-
<colgroup>
|
1643
|
-
<col width="150px" class="parameters_name">
|
1644
|
-
<col class="parameters_description">
|
1645
|
-
<col width="200px" class="parameters_annotations">
|
1646
|
-
</colgroup>
|
1647
|
-
<tbody><tr>
|
1648
|
-
<td class="parameter_name"><p>site</p></td>
|
1649
|
-
<td class="parameter_description"><p>a <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoChromaSite" title="enum GstVideoChromaSite"><span class="type">GstVideoChromaSite</span></a></p></td>
|
1650
|
-
<td class="parameter_annotations"> </td>
|
1651
|
-
</tr></tbody>
|
1652
|
-
</table></div>
|
1653
|
-
</div>
|
1654
|
-
<div class="refsect3">
|
1655
|
-
<a name="id-1.2.15.3.7.15.6"></a><h4>Returns</h4>
|
1656
|
-
<p> a string describing <em class="parameter"><code>site</code></em>
|
1657
|
-
.</p>
|
1658
|
-
<p></p>
|
1659
1820
|
</div>
|
1660
1821
|
</div>
|
1661
1822
|
<hr>
|
@@ -1683,7 +1844,7 @@ n_components * size(unpack_format) bytes.</p>
|
|
1683
1844
|
array. Reconstruction of the missing components can be performed in a
|
1684
1845
|
separate step after unpacking.</p>
|
1685
1846
|
<div class="refsect3">
|
1686
|
-
<a name="id-1.2.15.3.7.
|
1847
|
+
<a name="id-1.2.15.3.7.15.6"></a><h4>Parameters</h4>
|
1687
1848
|
<div class="informaltable"><table width="100%" border="0">
|
1688
1849
|
<colgroup>
|
1689
1850
|
<col width="150px" class="parameters_name">
|
@@ -1745,7 +1906,7 @@ separate step after unpacking.</p>
|
|
1745
1906
|
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> sstride</code></em>,
|
1746
1907
|
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data[GST_VIDEO_MAX_PLANES]</code></em>,
|
1747
1908
|
<em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> stride[GST_VIDEO_MAX_PLANES]</code></em>,
|
1748
|
-
<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-
|
1909
|
+
<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-GstVideoChroma.html#GstVideoChromaSite" title="enum GstVideoChromaSite"><span class="type">GstVideoChromaSite</span></a> chroma_site</code></em>,
|
1749
1910
|
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>,
|
1750
1911
|
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> width</code></em>);</pre>
|
1751
1912
|
<p>Packs <em class="parameter"><code>width</code></em>
|
@@ -1761,14 +1922,15 @@ contain at least pack_lines lines with a stride of <em class="parameter"><code>s
|
|
1761
1922
|
and <em class="parameter"><code>y</code></em>
|
1762
1923
|
|
1763
1924
|
should be a multiple of pack_lines.</p>
|
1764
|
-
<p>Subsampled formats will use the horizontally
|
1765
|
-
|
1766
|
-
|
1925
|
+
<p>Subsampled formats will use the horizontally and vertically cosited
|
1926
|
+
component from the source. Subsampling should be performed before
|
1927
|
+
packing.</p>
|
1928
|
+
<p>Because this function does not have a x coordinate, it is not possible to
|
1767
1929
|
pack pixels starting from an unaligned position. For tiled images this
|
1768
1930
|
means that packing should start from a tile coordinate. For subsampled
|
1769
|
-
formats this means that a complete pixel
|
1931
|
+
formats this means that a complete pixel needs to be packed.</p>
|
1770
1932
|
<div class="refsect3">
|
1771
|
-
<a name="id-1.2.15.3.7.
|
1933
|
+
<a name="id-1.2.15.3.7.16.8"></a><h4>Parameters</h4>
|
1772
1934
|
<div class="informaltable"><table width="100%" border="0">
|
1773
1935
|
<colgroup>
|
1774
1936
|
<col width="150px" class="parameters_name">
|
@@ -2029,7 +2191,7 @@ gst_video_format_from_masks (<em class="parameter"><code><a href="/home/vagrant/
|
|
2029
2191
|
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> alpha_mask</code></em>);</pre>
|
2030
2192
|
<p>Find the <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoFormat" title="enum GstVideoFormat"><span class="type">GstVideoFormat</span></a> for the given parameters.</p>
|
2031
2193
|
<div class="refsect3">
|
2032
|
-
<a name="id-1.2.15.3.7.
|
2194
|
+
<a name="id-1.2.15.3.7.46.5"></a><h4>Parameters</h4>
|
2033
2195
|
<div class="informaltable"><table width="100%" border="0">
|
2034
2196
|
<colgroup>
|
2035
2197
|
<col width="150px" class="parameters_name">
|
@@ -2078,10 +2240,9 @@ gst_video_format_from_masks (<em class="parameter"><code><a href="/home/vagrant/
|
|
2078
2240
|
</table></div>
|
2079
2241
|
</div>
|
2080
2242
|
<div class="refsect3">
|
2081
|
-
<a name="id-1.2.15.3.7.
|
2243
|
+
<a name="id-1.2.15.3.7.46.6"></a><h4>Returns</h4>
|
2082
2244
|
<p> a <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoFormat" title="enum GstVideoFormat"><span class="type">GstVideoFormat</span></a> or GST_VIDEO_FORMAT_UNKNOWN when the parameters to
|
2083
2245
|
not specify a known format.</p>
|
2084
|
-
<p></p>
|
2085
2246
|
</div>
|
2086
2247
|
</div>
|
2087
2248
|
<hr>
|
@@ -2093,7 +2254,7 @@ gst_video_format_from_fourcc (<em class="parameter"><code><span class="type">gui
|
|
2093
2254
|
If the FOURCC cannot be represented by <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoFormat" title="enum GstVideoFormat"><span class="type">GstVideoFormat</span></a>,
|
2094
2255
|
<a class="link" href="gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FORMAT-UNKNOWN:CAPS"><span class="type">GST_VIDEO_FORMAT_UNKNOWN</span></a> is returned.</p>
|
2095
2256
|
<div class="refsect3">
|
2096
|
-
<a name="id-1.2.15.3.7.
|
2257
|
+
<a name="id-1.2.15.3.7.47.5"></a><h4>Parameters</h4>
|
2097
2258
|
<div class="informaltable"><table width="100%" border="0">
|
2098
2259
|
<colgroup>
|
2099
2260
|
<col width="150px" class="parameters_name">
|
@@ -2108,9 +2269,8 @@ If the FOURCC cannot be represented by <a class="link" href="gst-plugins-base-li
|
|
2108
2269
|
</table></div>
|
2109
2270
|
</div>
|
2110
2271
|
<div class="refsect3">
|
2111
|
-
<a name="id-1.2.15.3.7.
|
2272
|
+
<a name="id-1.2.15.3.7.47.6"></a><h4>Returns</h4>
|
2112
2273
|
<p> the <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoFormat" title="enum GstVideoFormat"><span class="type">GstVideoFormat</span></a> describing the FOURCC value</p>
|
2113
|
-
<p></p>
|
2114
2274
|
</div>
|
2115
2275
|
</div>
|
2116
2276
|
<hr>
|
@@ -2123,7 +2283,7 @@ a few YUV formats have corresponding FOURCC values. If <em class="parameter"><c
|
|
2123
2283
|
has
|
2124
2284
|
no corresponding FOURCC value, 0 is returned.</p>
|
2125
2285
|
<div class="refsect3">
|
2126
|
-
<a name="id-1.2.15.3.7.
|
2286
|
+
<a name="id-1.2.15.3.7.48.5"></a><h4>Parameters</h4>
|
2127
2287
|
<div class="informaltable"><table width="100%" border="0">
|
2128
2288
|
<colgroup>
|
2129
2289
|
<col width="150px" class="parameters_name">
|
@@ -2138,10 +2298,9 @@ no corresponding FOURCC value, 0 is returned.</p>
|
|
2138
2298
|
</table></div>
|
2139
2299
|
</div>
|
2140
2300
|
<div class="refsect3">
|
2141
|
-
<a name="id-1.2.15.3.7.
|
2301
|
+
<a name="id-1.2.15.3.7.48.6"></a><h4>Returns</h4>
|
2142
2302
|
<p> the FOURCC corresponding to <em class="parameter"><code>format</code></em>
|
2143
2303
|
</p>
|
2144
|
-
<p></p>
|
2145
2304
|
</div>
|
2146
2305
|
</div>
|
2147
2306
|
<hr>
|
@@ -2152,7 +2311,7 @@ gst_video_format_from_string (<em class="parameter"><code>const <a href="/home/v
|
|
2152
2311
|
<p>Convert the <em class="parameter"><code>format</code></em>
|
2153
2312
|
string to its <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoFormat" title="enum GstVideoFormat"><span class="type">GstVideoFormat</span></a>.</p>
|
2154
2313
|
<div class="refsect3">
|
2155
|
-
<a name="id-1.2.15.3.7.
|
2314
|
+
<a name="id-1.2.15.3.7.49.5"></a><h4>Parameters</h4>
|
2156
2315
|
<div class="informaltable"><table width="100%" border="0">
|
2157
2316
|
<colgroup>
|
2158
2317
|
<col width="150px" class="parameters_name">
|
@@ -2167,11 +2326,10 @@ gst_video_format_from_string (<em class="parameter"><code>const <a href="/home/v
|
|
2167
2326
|
</table></div>
|
2168
2327
|
</div>
|
2169
2328
|
<div class="refsect3">
|
2170
|
-
<a name="id-1.2.15.3.7.
|
2329
|
+
<a name="id-1.2.15.3.7.49.6"></a><h4>Returns</h4>
|
2171
2330
|
<p> the <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoFormat" title="enum GstVideoFormat"><span class="type">GstVideoFormat</span></a> for <em class="parameter"><code>format</code></em>
|
2172
2331
|
or GST_VIDEO_FORMAT_UNKNOWN when the
|
2173
2332
|
string is not a known format.</p>
|
2174
|
-
<p></p>
|
2175
2333
|
</div>
|
2176
2334
|
</div>
|
2177
2335
|
<hr>
|
@@ -2179,6 +2337,28 @@ string is not a known format.</p>
|
|
2179
2337
|
<a name="gst-video-format-to-string"></a><h3>gst_video_format_to_string ()</h3>
|
2180
2338
|
<pre class="programlisting">const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
2181
2339
|
gst_video_format_to_string (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoFormat" title="enum GstVideoFormat"><span class="type">GstVideoFormat</span></a> format</code></em>);</pre>
|
2340
|
+
<p>Returns a string containing a descriptive name for
|
2341
|
+
the <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoFormat" title="enum GstVideoFormat"><span class="type">GstVideoFormat</span></a> if there is one, or NULL otherwise.</p>
|
2342
|
+
<div class="refsect3">
|
2343
|
+
<a name="id-1.2.15.3.7.50.5"></a><h4>Parameters</h4>
|
2344
|
+
<div class="informaltable"><table width="100%" border="0">
|
2345
|
+
<colgroup>
|
2346
|
+
<col width="150px" class="parameters_name">
|
2347
|
+
<col class="parameters_description">
|
2348
|
+
<col width="200px" class="parameters_annotations">
|
2349
|
+
</colgroup>
|
2350
|
+
<tbody><tr>
|
2351
|
+
<td class="parameter_name"><p>format</p></td>
|
2352
|
+
<td class="parameter_description"><p>a <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoFormat" title="enum GstVideoFormat"><span class="type">GstVideoFormat</span></a> video format</p></td>
|
2353
|
+
<td class="parameter_annotations"> </td>
|
2354
|
+
</tr></tbody>
|
2355
|
+
</table></div>
|
2356
|
+
</div>
|
2357
|
+
<div class="refsect3">
|
2358
|
+
<a name="id-1.2.15.3.7.50.6"></a><h4>Returns</h4>
|
2359
|
+
<p> the name corresponding to <em class="parameter"><code>format</code></em>
|
2360
|
+
</p>
|
2361
|
+
</div>
|
2182
2362
|
</div>
|
2183
2363
|
<hr>
|
2184
2364
|
<div class="refsect2">
|
@@ -2188,7 +2368,7 @@ gst_video_format_get_info (<em class="parameter"><code><a class="link" href="gst
|
|
2188
2368
|
<p>Get the <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoFormatInfo" title="struct GstVideoFormatInfo"><span class="type">GstVideoFormatInfo</span></a> for <em class="parameter"><code>format</code></em>
|
2189
2369
|
</p>
|
2190
2370
|
<div class="refsect3">
|
2191
|
-
<a name="id-1.2.15.3.7.
|
2371
|
+
<a name="id-1.2.15.3.7.51.5"></a><h4>Parameters</h4>
|
2192
2372
|
<div class="informaltable"><table width="100%" border="0">
|
2193
2373
|
<colgroup>
|
2194
2374
|
<col width="150px" class="parameters_name">
|
@@ -2203,10 +2383,9 @@ gst_video_format_get_info (<em class="parameter"><code><a class="link" href="gst
|
|
2203
2383
|
</table></div>
|
2204
2384
|
</div>
|
2205
2385
|
<div class="refsect3">
|
2206
|
-
<a name="id-1.2.15.3.7.
|
2386
|
+
<a name="id-1.2.15.3.7.51.6"></a><h4>Returns</h4>
|
2207
2387
|
<p> The <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoFormatInfo" title="struct GstVideoFormatInfo"><span class="type">GstVideoFormatInfo</span></a> for <em class="parameter"><code>format</code></em>
|
2208
2388
|
.</p>
|
2209
|
-
<p></p>
|
2210
2389
|
</div>
|
2211
2390
|
</div>
|
2212
2391
|
<hr>
|
@@ -2215,7 +2394,7 @@ gst_video_format_get_info (<em class="parameter"><code><a class="link" href="gst
|
|
2215
2394
|
<pre class="programlisting">#define GST_VIDEO_CAPS_MAKE(format)</pre>
|
2216
2395
|
<p>Generic caps string for video, for use in pad templates.</p>
|
2217
2396
|
<div class="refsect3">
|
2218
|
-
<a name="id-1.2.15.3.7.
|
2397
|
+
<a name="id-1.2.15.3.7.52.5"></a><h4>Parameters</h4>
|
2219
2398
|
<div class="informaltable"><table width="100%" border="0">
|
2220
2399
|
<colgroup>
|
2221
2400
|
<col width="150px" class="parameters_name">
|
@@ -2233,6 +2412,261 @@ gst_video_format_get_info (<em class="parameter"><code><a class="link" href="gst
|
|
2233
2412
|
</div>
|
2234
2413
|
<hr>
|
2235
2414
|
<div class="refsect2">
|
2415
|
+
<a name="gst-video-color-range-offsets"></a><h3>gst_video_color_range_offsets ()</h3>
|
2416
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
2417
|
+
gst_video_color_range_offsets (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoColorRange" title="enum GstVideoColorRange"><span class="type">GstVideoColorRange</span></a> range</code></em>,
|
2418
|
+
<em class="parameter"><code>const <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoFormatInfo" title="struct GstVideoFormatInfo"><span class="type">GstVideoFormatInfo</span></a> *info</code></em>,
|
2419
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> offset[GST_VIDEO_MAX_COMPONENTS]</code></em>,
|
2420
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> scale[GST_VIDEO_MAX_COMPONENTS]</code></em>);</pre>
|
2421
|
+
<p>Compute the offset and scale values for each component of <em class="parameter"><code>info</code></em>
|
2422
|
+
. For each
|
2423
|
+
component, (c[i] - offset[i]) / scale[i] will scale the component c[i] to the
|
2424
|
+
range [0.0 .. 1.0].</p>
|
2425
|
+
<p>The reverse operation (c[i] * scale[i]) + offset[i] can be used to convert
|
2426
|
+
the component values in range [0.0 .. 1.0] back to their representation in
|
2427
|
+
<em class="parameter"><code>info</code></em>
|
2428
|
+
and <em class="parameter"><code>range</code></em>
|
2429
|
+
.</p>
|
2430
|
+
<div class="refsect3">
|
2431
|
+
<a name="id-1.2.15.3.7.53.6"></a><h4>Parameters</h4>
|
2432
|
+
<div class="informaltable"><table width="100%" border="0">
|
2433
|
+
<colgroup>
|
2434
|
+
<col width="150px" class="parameters_name">
|
2435
|
+
<col class="parameters_description">
|
2436
|
+
<col width="200px" class="parameters_annotations">
|
2437
|
+
</colgroup>
|
2438
|
+
<tbody>
|
2439
|
+
<tr>
|
2440
|
+
<td class="parameter_name"><p>range</p></td>
|
2441
|
+
<td class="parameter_description"><p>a <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoColorRange" title="enum GstVideoColorRange"><span class="type">GstVideoColorRange</span></a></p></td>
|
2442
|
+
<td class="parameter_annotations"> </td>
|
2443
|
+
</tr>
|
2444
|
+
<tr>
|
2445
|
+
<td class="parameter_name"><p>info</p></td>
|
2446
|
+
<td class="parameter_description"><p>a <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoFormatInfo" title="struct GstVideoFormatInfo"><span class="type">GstVideoFormatInfo</span></a></p></td>
|
2447
|
+
<td class="parameter_annotations"> </td>
|
2448
|
+
</tr>
|
2449
|
+
<tr>
|
2450
|
+
<td class="parameter_name"><p>offset</p></td>
|
2451
|
+
<td class="parameter_description"><p> output offsets. </p></td>
|
2452
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
|
2453
|
+
</tr>
|
2454
|
+
<tr>
|
2455
|
+
<td class="parameter_name"><p>scale</p></td>
|
2456
|
+
<td class="parameter_description"><p> output scale. </p></td>
|
2457
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
|
2458
|
+
</tr>
|
2459
|
+
</tbody>
|
2460
|
+
</table></div>
|
2461
|
+
</div>
|
2462
|
+
</div>
|
2463
|
+
<hr>
|
2464
|
+
<div class="refsect2">
|
2465
|
+
<a name="gst-video-color-matrix-get-Kr-Kb"></a><h3>gst_video_color_matrix_get_Kr_Kb ()</h3>
|
2466
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
2467
|
+
gst_video_color_matrix_get_Kr_Kb (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoColorMatrix" title="enum GstVideoColorMatrix"><span class="type">GstVideoColorMatrix</span></a> matrix</code></em>,
|
2468
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *Kr</code></em>,
|
2469
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *Kb</code></em>);</pre>
|
2470
|
+
<p>Get the coefficients used to convert between Y'PbPr and R'G'B' using <em class="parameter"><code>matrix</code></em>
|
2471
|
+
.</p>
|
2472
|
+
<p>When:</p>
|
2473
|
+
<div class="informalexample">
|
2474
|
+
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
2475
|
+
<tbody>
|
2476
|
+
<tr>
|
2477
|
+
<td class="listing_lines" align="right"><pre>1
|
2478
|
+
2</pre></td>
|
2479
|
+
<td class="listing_code"><pre class="programlisting"><span class="number">0.0</span> <span class="gtkdoc opt"><= [</span>Y<span class="string">',R'</span><span class="gtkdoc opt">,</span>G<span class="string">',B'</span><span class="gtkdoc opt">] <=</span> <span class="number">1.0</span><span class="gtkdoc opt">)</span>
|
2480
|
+
<span class="gtkdoc opt">(-</span><span class="number">0.5</span> <span class="gtkdoc opt"><= [</span>Pb<span class="gtkdoc opt">,</span>Pr<span class="gtkdoc opt">] <=</span> <span class="number">0.5</span><span class="gtkdoc opt">)</span></pre></td>
|
2481
|
+
</tr>
|
2482
|
+
</tbody>
|
2483
|
+
</table>
|
2484
|
+
</div>
|
2485
|
+
|
2486
|
+
<p></p>
|
2487
|
+
<p>the general conversion is given by:</p>
|
2488
|
+
<div class="informalexample">
|
2489
|
+
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
2490
|
+
<tbody>
|
2491
|
+
<tr>
|
2492
|
+
<td class="listing_lines" align="right"><pre>1
|
2493
|
+
2
|
2494
|
+
3</pre></td>
|
2495
|
+
<td class="listing_code"><pre class="programlisting">Y<span class="string">' = Kr*R'</span> <span class="gtkdoc opt">+ (</span><span class="number">1</span><span class="gtkdoc opt">-</span>Kr<span class="gtkdoc opt">-</span>Kb<span class="gtkdoc opt">)*</span>G<span class="string">' + Kb*B'</span>
|
2496
|
+
Pb <span class="gtkdoc opt">= (</span>B<span class="string">'-Y'</span><span class="gtkdoc opt">)/(</span><span class="number">2</span><span class="gtkdoc opt">*(</span><span class="number">1</span><span class="gtkdoc opt">-</span>Kb<span class="gtkdoc opt">))</span>
|
2497
|
+
Pr <span class="gtkdoc opt">= (</span>R<span class="string">'-Y'</span><span class="gtkdoc opt">)/(</span><span class="number">2</span><span class="gtkdoc opt">*(</span><span class="number">1</span><span class="gtkdoc opt">-</span>Kr<span class="gtkdoc opt">))</span></pre></td>
|
2498
|
+
</tr>
|
2499
|
+
</tbody>
|
2500
|
+
</table>
|
2501
|
+
</div>
|
2502
|
+
|
2503
|
+
<p></p>
|
2504
|
+
<p>and the other way around:</p>
|
2505
|
+
<div class="informalexample">
|
2506
|
+
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
2507
|
+
<tbody>
|
2508
|
+
<tr>
|
2509
|
+
<td class="listing_lines" align="right"><pre>1
|
2510
|
+
2
|
2511
|
+
3</pre></td>
|
2512
|
+
<td class="listing_code"><pre class="programlisting">R<span class="string">' = Y'</span> <span class="gtkdoc opt">+</span> Cr<span class="gtkdoc opt">*</span><span class="number">2</span><span class="gtkdoc opt">*(</span><span class="number">1</span><span class="gtkdoc opt">-</span>Kr<span class="gtkdoc opt">)</span>
|
2513
|
+
G<span class="string">' = Y'</span> <span class="gtkdoc opt">-</span> Cb<span class="gtkdoc opt">*</span><span class="number">2</span><span class="gtkdoc opt">*(</span><span class="number">1</span><span class="gtkdoc opt">-</span>Kb<span class="gtkdoc opt">)*</span>Kb<span class="gtkdoc opt">/(</span><span class="number">1</span><span class="gtkdoc opt">-</span>Kr<span class="gtkdoc opt">-</span>Kb<span class="gtkdoc opt">) -</span> Cr<span class="gtkdoc opt">*</span><span class="number">2</span><span class="gtkdoc opt">*(</span><span class="number">1</span><span class="gtkdoc opt">-</span>Kr<span class="gtkdoc opt">)*</span>Kr<span class="gtkdoc opt">/(</span><span class="number">1</span><span class="gtkdoc opt">-</span>Kr<span class="gtkdoc opt">-</span>Kb<span class="gtkdoc opt">)</span>
|
2514
|
+
B<span class="string">' = Y'</span> <span class="gtkdoc opt">+</span> Cb<span class="gtkdoc opt">*</span><span class="number">2</span><span class="gtkdoc opt">*(</span><span class="number">1</span><span class="gtkdoc opt">-</span>Kb<span class="gtkdoc opt">)</span></pre></td>
|
2515
|
+
</tr>
|
2516
|
+
</tbody>
|
2517
|
+
</table>
|
2518
|
+
</div>
|
2519
|
+
|
2520
|
+
<p></p>
|
2521
|
+
<div class="refsect3">
|
2522
|
+
<a name="id-1.2.15.3.7.54.14"></a><h4>Parameters</h4>
|
2523
|
+
<div class="informaltable"><table width="100%" border="0">
|
2524
|
+
<colgroup>
|
2525
|
+
<col width="150px" class="parameters_name">
|
2526
|
+
<col class="parameters_description">
|
2527
|
+
<col width="200px" class="parameters_annotations">
|
2528
|
+
</colgroup>
|
2529
|
+
<tbody>
|
2530
|
+
<tr>
|
2531
|
+
<td class="parameter_name"><p>matrix</p></td>
|
2532
|
+
<td class="parameter_description"><p>a <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoColorMatrix" title="enum GstVideoColorMatrix"><span class="type">GstVideoColorMatrix</span></a></p></td>
|
2533
|
+
<td class="parameter_annotations"> </td>
|
2534
|
+
</tr>
|
2535
|
+
<tr>
|
2536
|
+
<td class="parameter_name"><p>Kr</p></td>
|
2537
|
+
<td class="parameter_description"><p>result red channel coefficient</p></td>
|
2538
|
+
<td class="parameter_annotations"> </td>
|
2539
|
+
</tr>
|
2540
|
+
<tr>
|
2541
|
+
<td class="parameter_name"><p>Kb</p></td>
|
2542
|
+
<td class="parameter_description"><p>result blue channel coefficient</p></td>
|
2543
|
+
<td class="parameter_annotations"> </td>
|
2544
|
+
</tr>
|
2545
|
+
</tbody>
|
2546
|
+
</table></div>
|
2547
|
+
</div>
|
2548
|
+
<div class="refsect3">
|
2549
|
+
<a name="id-1.2.15.3.7.54.15"></a><h4>Returns</h4>
|
2550
|
+
<p> TRUE if <em class="parameter"><code>matrix</code></em>
|
2551
|
+
was a YUV color format and <em class="parameter"><code>Kr</code></em>
|
2552
|
+
and <em class="parameter"><code>Kb</code></em>
|
2553
|
+
contain valid
|
2554
|
+
values.</p>
|
2555
|
+
</div>
|
2556
|
+
<p class="since">Since: 1.6</p>
|
2557
|
+
</div>
|
2558
|
+
<hr>
|
2559
|
+
<div class="refsect2">
|
2560
|
+
<a name="gst-video-color-transfer-decode"></a><h3>gst_video_color_transfer_decode ()</h3>
|
2561
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>
|
2562
|
+
gst_video_color_transfer_decode (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoTransferFunction" title="enum GstVideoTransferFunction"><span class="type">GstVideoTransferFunction</span></a> func</code></em>,
|
2563
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> val</code></em>);</pre>
|
2564
|
+
<p>Convert <em class="parameter"><code>val</code></em>
|
2565
|
+
to its gamma decoded value. This is the inverse operation of
|
2566
|
+
<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-color-transfer-encode" title="gst_video_color_transfer_encode ()"><code class="function">gst_video_color_transfer_encode()</code></a></code></em>
|
2567
|
+
.</p>
|
2568
|
+
<p>For a non-linear value L' in the range [0..1], conversion to the linear
|
2569
|
+
L is in general performed with a power function like:</p>
|
2570
|
+
<div class="informalexample">
|
2571
|
+
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
2572
|
+
<tbody>
|
2573
|
+
<tr>
|
2574
|
+
<td class="listing_lines" align="right"><pre>1</pre></td>
|
2575
|
+
<td class="listing_code"><pre class="programlisting">L <span class="gtkdoc opt">=</span> L<span class="string">' ^ gamma</span></pre></td>
|
2576
|
+
</tr>
|
2577
|
+
</tbody>
|
2578
|
+
</table>
|
2579
|
+
</div>
|
2580
|
+
|
2581
|
+
<p></p>
|
2582
|
+
<p>Depending on <em class="parameter"><code>func</code></em>
|
2583
|
+
, different formulas might be applied. Some formulas
|
2584
|
+
encode a linear segment in the lower range.</p>
|
2585
|
+
<div class="refsect3">
|
2586
|
+
<a name="id-1.2.15.3.7.55.9"></a><h4>Parameters</h4>
|
2587
|
+
<div class="informaltable"><table width="100%" border="0">
|
2588
|
+
<colgroup>
|
2589
|
+
<col width="150px" class="parameters_name">
|
2590
|
+
<col class="parameters_description">
|
2591
|
+
<col width="200px" class="parameters_annotations">
|
2592
|
+
</colgroup>
|
2593
|
+
<tbody>
|
2594
|
+
<tr>
|
2595
|
+
<td class="parameter_name"><p>func</p></td>
|
2596
|
+
<td class="parameter_description"><p>a <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoTransferFunction" title="enum GstVideoTransferFunction"><span class="type">GstVideoTransferFunction</span></a></p></td>
|
2597
|
+
<td class="parameter_annotations"> </td>
|
2598
|
+
</tr>
|
2599
|
+
<tr>
|
2600
|
+
<td class="parameter_name"><p>val</p></td>
|
2601
|
+
<td class="parameter_description"><p>a value</p></td>
|
2602
|
+
<td class="parameter_annotations"> </td>
|
2603
|
+
</tr>
|
2604
|
+
</tbody>
|
2605
|
+
</table></div>
|
2606
|
+
</div>
|
2607
|
+
<div class="refsect3">
|
2608
|
+
<a name="id-1.2.15.3.7.55.10"></a><h4>Returns</h4>
|
2609
|
+
<p> the gamme decoded value of <em class="parameter"><code>val</code></em>
|
2610
|
+
</p>
|
2611
|
+
</div>
|
2612
|
+
<p class="since">Since: 1.6</p>
|
2613
|
+
</div>
|
2614
|
+
<hr>
|
2615
|
+
<div class="refsect2">
|
2616
|
+
<a name="gst-video-color-transfer-encode"></a><h3>gst_video_color_transfer_encode ()</h3>
|
2617
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>
|
2618
|
+
gst_video_color_transfer_encode (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoTransferFunction" title="enum GstVideoTransferFunction"><span class="type">GstVideoTransferFunction</span></a> func</code></em>,
|
2619
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> val</code></em>);</pre>
|
2620
|
+
<p>Convert <em class="parameter"><code>val</code></em>
|
2621
|
+
to its gamma encoded value.</p>
|
2622
|
+
<p>For a linear value L in the range [0..1], conversion to the non-linear
|
2623
|
+
(gamma encoded) L' is in general performed with a power function like:</p>
|
2624
|
+
<div class="informalexample">
|
2625
|
+
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
2626
|
+
<tbody>
|
2627
|
+
<tr>
|
2628
|
+
<td class="listing_lines" align="right"><pre>1</pre></td>
|
2629
|
+
<td class="listing_code"><pre class="programlisting">L<span class="string">' = L ^ (1 / gamma)</span></pre></td>
|
2630
|
+
</tr>
|
2631
|
+
</tbody>
|
2632
|
+
</table>
|
2633
|
+
</div>
|
2634
|
+
|
2635
|
+
<p></p>
|
2636
|
+
<p>Depending on <em class="parameter"><code>func</code></em>
|
2637
|
+
, different formulas might be applied. Some formulas
|
2638
|
+
encode a linear segment in the lower range.</p>
|
2639
|
+
<div class="refsect3">
|
2640
|
+
<a name="id-1.2.15.3.7.56.9"></a><h4>Parameters</h4>
|
2641
|
+
<div class="informaltable"><table width="100%" border="0">
|
2642
|
+
<colgroup>
|
2643
|
+
<col width="150px" class="parameters_name">
|
2644
|
+
<col class="parameters_description">
|
2645
|
+
<col width="200px" class="parameters_annotations">
|
2646
|
+
</colgroup>
|
2647
|
+
<tbody>
|
2648
|
+
<tr>
|
2649
|
+
<td class="parameter_name"><p>func</p></td>
|
2650
|
+
<td class="parameter_description"><p>a <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoTransferFunction" title="enum GstVideoTransferFunction"><span class="type">GstVideoTransferFunction</span></a></p></td>
|
2651
|
+
<td class="parameter_annotations"> </td>
|
2652
|
+
</tr>
|
2653
|
+
<tr>
|
2654
|
+
<td class="parameter_name"><p>val</p></td>
|
2655
|
+
<td class="parameter_description"><p>a value</p></td>
|
2656
|
+
<td class="parameter_annotations"> </td>
|
2657
|
+
</tr>
|
2658
|
+
</tbody>
|
2659
|
+
</table></div>
|
2660
|
+
</div>
|
2661
|
+
<div class="refsect3">
|
2662
|
+
<a name="id-1.2.15.3.7.56.10"></a><h4>Returns</h4>
|
2663
|
+
<p> the gamme encoded value of <em class="parameter"><code>val</code></em>
|
2664
|
+
</p>
|
2665
|
+
</div>
|
2666
|
+
<p class="since">Since: 1.6</p>
|
2667
|
+
</div>
|
2668
|
+
<hr>
|
2669
|
+
<div class="refsect2">
|
2236
2670
|
<a name="gst-video-colorimetry-matches"></a><h3>gst_video_colorimetry_matches ()</h3>
|
2237
2671
|
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
2238
2672
|
gst_video_colorimetry_matches (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoColorimetry" title="GstVideoColorimetry"><span class="type">GstVideoColorimetry</span></a> *cinfo</code></em>,
|
@@ -2242,7 +2676,7 @@ gst_video_colorimetry_matches (<em class="parameter"><code><a class="link" href=
|
|
2242
2676
|
string <em class="parameter"><code>color</code></em>
|
2243
2677
|
.</p>
|
2244
2678
|
<div class="refsect3">
|
2245
|
-
<a name="id-1.2.15.3.7.
|
2679
|
+
<a name="id-1.2.15.3.7.57.5"></a><h4>Parameters</h4>
|
2246
2680
|
<div class="informaltable"><table width="100%" border="0">
|
2247
2681
|
<colgroup>
|
2248
2682
|
<col width="150px" class="parameters_name">
|
@@ -2264,16 +2698,52 @@ string <em class="parameter"><code>color</code></em>
|
|
2264
2698
|
</table></div>
|
2265
2699
|
</div>
|
2266
2700
|
<div class="refsect3">
|
2267
|
-
<a name="id-1.2.15.3.7.
|
2701
|
+
<a name="id-1.2.15.3.7.57.6"></a><h4>Returns</h4>
|
2268
2702
|
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><span class="type">TRUE</span></a> if <em class="parameter"><code>color</code></em>
|
2269
2703
|
conveys the same colorimetry info as the color
|
2270
2704
|
information in <em class="parameter"><code>info</code></em>
|
2271
2705
|
.</p>
|
2272
|
-
<p></p>
|
2273
2706
|
</div>
|
2274
2707
|
</div>
|
2275
2708
|
<hr>
|
2276
2709
|
<div class="refsect2">
|
2710
|
+
<a name="gst-video-colorimetry-is-equal"></a><h3>gst_video_colorimetry_is_equal ()</h3>
|
2711
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
2712
|
+
gst_video_colorimetry_is_equal (<em class="parameter"><code>const <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoColorimetry" title="GstVideoColorimetry"><span class="type">GstVideoColorimetry</span></a> *cinfo</code></em>,
|
2713
|
+
<em class="parameter"><code>const <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoColorimetry" title="GstVideoColorimetry"><span class="type">GstVideoColorimetry</span></a> *other</code></em>);</pre>
|
2714
|
+
<p>Compare the 2 colorimetry sets for equality</p>
|
2715
|
+
<div class="refsect3">
|
2716
|
+
<a name="id-1.2.15.3.7.58.5"></a><h4>Parameters</h4>
|
2717
|
+
<div class="informaltable"><table width="100%" border="0">
|
2718
|
+
<colgroup>
|
2719
|
+
<col width="150px" class="parameters_name">
|
2720
|
+
<col class="parameters_description">
|
2721
|
+
<col width="200px" class="parameters_annotations">
|
2722
|
+
</colgroup>
|
2723
|
+
<tbody>
|
2724
|
+
<tr>
|
2725
|
+
<td class="parameter_name"><p>cinfo</p></td>
|
2726
|
+
<td class="parameter_description"><p>a <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoColorimetry" title="GstVideoColorimetry"><span class="type">GstVideoColorimetry</span></a></p></td>
|
2727
|
+
<td class="parameter_annotations"> </td>
|
2728
|
+
</tr>
|
2729
|
+
<tr>
|
2730
|
+
<td class="parameter_name"><p>other</p></td>
|
2731
|
+
<td class="parameter_description"><p>another <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoColorimetry" title="GstVideoColorimetry"><span class="type">GstVideoColorimetry</span></a></p></td>
|
2732
|
+
<td class="parameter_annotations"> </td>
|
2733
|
+
</tr>
|
2734
|
+
</tbody>
|
2735
|
+
</table></div>
|
2736
|
+
</div>
|
2737
|
+
<div class="refsect3">
|
2738
|
+
<a name="id-1.2.15.3.7.58.6"></a><h4>Returns</h4>
|
2739
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><span class="type">TRUE</span></a> if <em class="parameter"><code>cinfo</code></em>
|
2740
|
+
and <em class="parameter"><code>other</code></em>
|
2741
|
+
are equal.</p>
|
2742
|
+
</div>
|
2743
|
+
<p class="since">Since: 1.6</p>
|
2744
|
+
</div>
|
2745
|
+
<hr>
|
2746
|
+
<div class="refsect2">
|
2277
2747
|
<a name="gst-video-colorimetry-from-string"></a><h3>gst_video_colorimetry_from_string ()</h3>
|
2278
2748
|
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
2279
2749
|
gst_video_colorimetry_from_string (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoColorimetry" title="GstVideoColorimetry"><span class="type">GstVideoColorimetry</span></a> *cinfo</code></em>,
|
@@ -2282,7 +2752,7 @@ gst_video_colorimetry_from_string (<em class="parameter"><code><a class="link" h
|
|
2282
2752
|
with the parsed
|
2283
2753
|
values.</p>
|
2284
2754
|
<div class="refsect3">
|
2285
|
-
<a name="id-1.2.15.3.7.
|
2755
|
+
<a name="id-1.2.15.3.7.59.5"></a><h4>Parameters</h4>
|
2286
2756
|
<div class="informaltable"><table width="100%" border="0">
|
2287
2757
|
<colgroup>
|
2288
2758
|
<col width="150px" class="parameters_name">
|
@@ -2304,10 +2774,9 @@ values.</p>
|
|
2304
2774
|
</table></div>
|
2305
2775
|
</div>
|
2306
2776
|
<div class="refsect3">
|
2307
|
-
<a name="id-1.2.15.3.7.
|
2777
|
+
<a name="id-1.2.15.3.7.59.6"></a><h4>Returns</h4>
|
2308
2778
|
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><span class="type">TRUE</span></a> if <em class="parameter"><code>color</code></em>
|
2309
2779
|
points to valid colorimetry info.</p>
|
2310
|
-
<p></p>
|
2311
2780
|
</div>
|
2312
2781
|
</div>
|
2313
2782
|
<hr>
|
@@ -2318,7 +2787,7 @@ gst_video_colorimetry_to_string (<em class="parameter"><code><a class="link" hre
|
|
2318
2787
|
<p>Make a string representation of <em class="parameter"><code>cinfo</code></em>
|
2319
2788
|
.</p>
|
2320
2789
|
<div class="refsect3">
|
2321
|
-
<a name="id-1.2.15.3.7.
|
2790
|
+
<a name="id-1.2.15.3.7.60.5"></a><h4>Parameters</h4>
|
2322
2791
|
<div class="informaltable"><table width="100%" border="0">
|
2323
2792
|
<colgroup>
|
2324
2793
|
<col width="150px" class="parameters_name">
|
@@ -2333,60 +2802,9 @@ gst_video_colorimetry_to_string (<em class="parameter"><code><a class="link" hre
|
|
2333
2802
|
</table></div>
|
2334
2803
|
</div>
|
2335
2804
|
<div class="refsect3">
|
2336
|
-
<a name="id-1.2.15.3.7.
|
2805
|
+
<a name="id-1.2.15.3.7.60.6"></a><h4>Returns</h4>
|
2337
2806
|
<p> a string representation of <em class="parameter"><code>cinfo</code></em>
|
2338
2807
|
.</p>
|
2339
|
-
<p></p>
|
2340
|
-
</div>
|
2341
|
-
</div>
|
2342
|
-
<hr>
|
2343
|
-
<div class="refsect2">
|
2344
|
-
<a name="gst-video-color-range-offsets"></a><h3>gst_video_color_range_offsets ()</h3>
|
2345
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
2346
|
-
gst_video_color_range_offsets (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoColorRange" title="enum GstVideoColorRange"><span class="type">GstVideoColorRange</span></a> range</code></em>,
|
2347
|
-
<em class="parameter"><code>const <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoFormatInfo" title="struct GstVideoFormatInfo"><span class="type">GstVideoFormatInfo</span></a> *info</code></em>,
|
2348
|
-
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> offset[GST_VIDEO_MAX_COMPONENTS]</code></em>,
|
2349
|
-
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> scale[GST_VIDEO_MAX_COMPONENTS]</code></em>);</pre>
|
2350
|
-
<p>Compute the offset and scale values for each component of <em class="parameter"><code>info</code></em>
|
2351
|
-
. For each
|
2352
|
-
component, (c[i] - offset[i]) / scale[i] will scale the component c[i] to the
|
2353
|
-
range [0.0 .. 1.0].</p>
|
2354
|
-
<p>The reverse operation (c[i] * scale[i]) + offset[i] can be used to convert
|
2355
|
-
the component values in range [0.0 .. 1.0] back to their representation in
|
2356
|
-
<em class="parameter"><code>info</code></em>
|
2357
|
-
and <em class="parameter"><code>range</code></em>
|
2358
|
-
.</p>
|
2359
|
-
<div class="refsect3">
|
2360
|
-
<a name="id-1.2.15.3.7.57.6"></a><h4>Parameters</h4>
|
2361
|
-
<div class="informaltable"><table width="100%" border="0">
|
2362
|
-
<colgroup>
|
2363
|
-
<col width="150px" class="parameters_name">
|
2364
|
-
<col class="parameters_description">
|
2365
|
-
<col width="200px" class="parameters_annotations">
|
2366
|
-
</colgroup>
|
2367
|
-
<tbody>
|
2368
|
-
<tr>
|
2369
|
-
<td class="parameter_name"><p>range</p></td>
|
2370
|
-
<td class="parameter_description"><p>a <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoColorRange" title="enum GstVideoColorRange"><span class="type">GstVideoColorRange</span></a></p></td>
|
2371
|
-
<td class="parameter_annotations"> </td>
|
2372
|
-
</tr>
|
2373
|
-
<tr>
|
2374
|
-
<td class="parameter_name"><p>info</p></td>
|
2375
|
-
<td class="parameter_description"><p>a <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoFormatInfo" title="struct GstVideoFormatInfo"><span class="type">GstVideoFormatInfo</span></a></p></td>
|
2376
|
-
<td class="parameter_annotations"> </td>
|
2377
|
-
</tr>
|
2378
|
-
<tr>
|
2379
|
-
<td class="parameter_name"><p>offset</p></td>
|
2380
|
-
<td class="parameter_description"><p> output offsets. </p></td>
|
2381
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
|
2382
|
-
</tr>
|
2383
|
-
<tr>
|
2384
|
-
<td class="parameter_name"><p>scale</p></td>
|
2385
|
-
<td class="parameter_description"><p> output scale. </p></td>
|
2386
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
|
2387
|
-
</tr>
|
2388
|
-
</tbody>
|
2389
|
-
</table></div>
|
2390
2808
|
</div>
|
2391
2809
|
</div>
|
2392
2810
|
<hr>
|
@@ -2589,13 +3007,37 @@ the component values in range [0.0 .. 1.0] back to their representation in
|
|
2589
3007
|
</div>
|
2590
3008
|
<hr>
|
2591
3009
|
<div class="refsect2">
|
3010
|
+
<a name="GST-VIDEO-INFO-CHROMA-SITE:CAPS"></a><h3>GST_VIDEO_INFO_CHROMA_SITE()</h3>
|
3011
|
+
<pre class="programlisting">#define GST_VIDEO_INFO_CHROMA_SITE(i) ((i)->chroma_site)
|
3012
|
+
</pre>
|
3013
|
+
</div>
|
3014
|
+
<hr>
|
3015
|
+
<div class="refsect2">
|
3016
|
+
<a name="GST-VIDEO-INFO-COLORIMETRY:CAPS"></a><h3>GST_VIDEO_INFO_COLORIMETRY()</h3>
|
3017
|
+
<pre class="programlisting">#define GST_VIDEO_INFO_COLORIMETRY(i) ((i)->colorimetry)
|
3018
|
+
</pre>
|
3019
|
+
</div>
|
3020
|
+
<hr>
|
3021
|
+
<div class="refsect2">
|
3022
|
+
<a name="GST-VIDEO-INFO-MULTIVIEW-FLAGS:CAPS"></a><h3>GST_VIDEO_INFO_MULTIVIEW_FLAGS()</h3>
|
3023
|
+
<pre class="programlisting">#define GST_VIDEO_INFO_MULTIVIEW_FLAGS(i) ((i)->ABI.abi.multiview_flags)
|
3024
|
+
</pre>
|
3025
|
+
</div>
|
3026
|
+
<hr>
|
3027
|
+
<div class="refsect2">
|
3028
|
+
<a name="GST-VIDEO-INFO-MULTIVIEW-MODE:CAPS"></a><h3>GST_VIDEO_INFO_MULTIVIEW_MODE()</h3>
|
3029
|
+
<pre class="programlisting">#define GST_VIDEO_INFO_MULTIVIEW_MODE(i) ((i)->ABI.abi.multiview_mode)
|
3030
|
+
</pre>
|
3031
|
+
</div>
|
3032
|
+
<hr>
|
3033
|
+
<div class="refsect2">
|
2592
3034
|
<a name="gst-video-info-init"></a><h3>gst_video_info_init ()</h3>
|
2593
3035
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2594
3036
|
gst_video_info_init (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoInfo" title="struct GstVideoInfo"><span class="type">GstVideoInfo</span></a> *info</code></em>);</pre>
|
2595
3037
|
<p>Initialize <em class="parameter"><code>info</code></em>
|
2596
3038
|
with default values.</p>
|
2597
3039
|
<div class="refsect3">
|
2598
|
-
<a name="id-1.2.15.3.7.
|
3040
|
+
<a name="id-1.2.15.3.7.98.5"></a><h4>Parameters</h4>
|
2599
3041
|
<div class="informaltable"><table width="100%" border="0">
|
2600
3042
|
<colgroup>
|
2601
3043
|
<col width="150px" class="parameters_name">
|
@@ -2623,9 +3065,11 @@ gst_video_info_set_format (<em class="parameter"><code><a class="link" href="gst
|
|
2623
3065
|
and <em class="parameter"><code>height</code></em>
|
2624
3066
|
.</p>
|
2625
3067
|
<p>Note: This initializes <em class="parameter"><code>info</code></em>
|
2626
|
-
first, no values are preserved
|
3068
|
+
first, no values are preserved. This function
|
3069
|
+
does not set the offsets correctly for interlaced vertically
|
3070
|
+
subsampled formats.</p>
|
2627
3071
|
<div class="refsect3">
|
2628
|
-
<a name="id-1.2.15.3.7.
|
3072
|
+
<a name="id-1.2.15.3.7.99.6"></a><h4>Parameters</h4>
|
2629
3073
|
<div class="informaltable"><table width="100%" border="0">
|
2630
3074
|
<colgroup>
|
2631
3075
|
<col width="150px" class="parameters_name">
|
@@ -2667,7 +3111,7 @@ gst_video_info_from_caps (<em class="parameter"><code><a class="link" href="gst-
|
|
2667
3111
|
and update <em class="parameter"><code>info</code></em>
|
2668
3112
|
.</p>
|
2669
3113
|
<div class="refsect3">
|
2670
|
-
<a name="id-1.2.15.3.7.
|
3114
|
+
<a name="id-1.2.15.3.7.100.5"></a><h4>Parameters</h4>
|
2671
3115
|
<div class="informaltable"><table width="100%" border="0">
|
2672
3116
|
<colgroup>
|
2673
3117
|
<col width="150px" class="parameters_name">
|
@@ -2689,10 +3133,9 @@ gst_video_info_from_caps (<em class="parameter"><code><a class="link" href="gst-
|
|
2689
3133
|
</table></div>
|
2690
3134
|
</div>
|
2691
3135
|
<div class="refsect3">
|
2692
|
-
<a name="id-1.2.15.3.7.
|
3136
|
+
<a name="id-1.2.15.3.7.100.6"></a><h4>Returns</h4>
|
2693
3137
|
<p> TRUE if <em class="parameter"><code>caps</code></em>
|
2694
3138
|
could be parsed</p>
|
2695
|
-
<p></p>
|
2696
3139
|
</div>
|
2697
3140
|
</div>
|
2698
3141
|
<hr>
|
@@ -2703,7 +3146,7 @@ gst_video_info_to_caps (<em class="parameter"><code><a class="link" href="gst-pl
|
|
2703
3146
|
<p>Convert the values of <em class="parameter"><code>info</code></em>
|
2704
3147
|
into a <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstCaps.html"><span class="type">GstCaps</span></a>.</p>
|
2705
3148
|
<div class="refsect3">
|
2706
|
-
<a name="id-1.2.15.3.7.
|
3149
|
+
<a name="id-1.2.15.3.7.101.5"></a><h4>Parameters</h4>
|
2707
3150
|
<div class="informaltable"><table width="100%" border="0">
|
2708
3151
|
<colgroup>
|
2709
3152
|
<col width="150px" class="parameters_name">
|
@@ -2718,10 +3161,9 @@ gst_video_info_to_caps (<em class="parameter"><code><a class="link" href="gst-pl
|
|
2718
3161
|
</table></div>
|
2719
3162
|
</div>
|
2720
3163
|
<div class="refsect3">
|
2721
|
-
<a name="id-1.2.15.3.7.
|
3164
|
+
<a name="id-1.2.15.3.7.101.6"></a><h4>Returns</h4>
|
2722
3165
|
<p> a new <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstCaps.html"><span class="type">GstCaps</span></a> containing the info of <em class="parameter"><code>info</code></em>
|
2723
3166
|
.</p>
|
2724
|
-
<p></p>
|
2725
3167
|
</div>
|
2726
3168
|
</div>
|
2727
3169
|
<hr>
|
@@ -2738,7 +3180,7 @@ GST_FORMAT_BYTES, GST_FORMAT_TIME, and GST_FORMAT_DEFAULT. For
|
|
2738
3180
|
raw video, GST_FORMAT_DEFAULT corresponds to video frames. This
|
2739
3181
|
function can be used to handle pad queries of the type GST_QUERY_CONVERT.</p>
|
2740
3182
|
<div class="refsect3">
|
2741
|
-
<a name="id-1.2.15.3.7.
|
3183
|
+
<a name="id-1.2.15.3.7.102.5"></a><h4>Parameters</h4>
|
2742
3184
|
<div class="informaltable"><table width="100%" border="0">
|
2743
3185
|
<colgroup>
|
2744
3186
|
<col width="150px" class="parameters_name">
|
@@ -2777,9 +3219,8 @@ function can be used to handle pad queries of the type GST_QUERY_CONVERT.</p>
|
|
2777
3219
|
</table></div>
|
2778
3220
|
</div>
|
2779
3221
|
<div class="refsect3">
|
2780
|
-
<a name="id-1.2.15.3.7.
|
3222
|
+
<a name="id-1.2.15.3.7.102.6"></a><h4>Returns</h4>
|
2781
3223
|
<p> TRUE if the conversion was successful.</p>
|
2782
|
-
<p></p>
|
2783
3224
|
</div>
|
2784
3225
|
</div>
|
2785
3226
|
<hr>
|
@@ -2790,7 +3231,7 @@ gst_video_info_is_equal (<em class="parameter"><code>const <a class="link" href=
|
|
2790
3231
|
<em class="parameter"><code>const <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoInfo" title="struct GstVideoInfo"><span class="type">GstVideoInfo</span></a> *other</code></em>);</pre>
|
2791
3232
|
<p>Compares two <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoInfo" title="struct GstVideoInfo"><span class="type">GstVideoInfo</span></a> and returns whether they are equal or not</p>
|
2792
3233
|
<div class="refsect3">
|
2793
|
-
<a name="id-1.2.15.3.7.
|
3234
|
+
<a name="id-1.2.15.3.7.103.5"></a><h4>Parameters</h4>
|
2794
3235
|
<div class="informaltable"><table width="100%" border="0">
|
2795
3236
|
<colgroup>
|
2796
3237
|
<col width="150px" class="parameters_name">
|
@@ -2812,11 +3253,10 @@ gst_video_info_is_equal (<em class="parameter"><code>const <a class="link" href=
|
|
2812
3253
|
</table></div>
|
2813
3254
|
</div>
|
2814
3255
|
<div class="refsect3">
|
2815
|
-
<a name="id-1.2.15.3.7.
|
3256
|
+
<a name="id-1.2.15.3.7.103.6"></a><h4>Returns</h4>
|
2816
3257
|
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>info</code></em>
|
2817
3258
|
and <em class="parameter"><code>other</code></em>
|
2818
3259
|
are equal, else <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.</p>
|
2819
|
-
<p></p>
|
2820
3260
|
</div>
|
2821
3261
|
</div>
|
2822
3262
|
<hr>
|
@@ -2833,7 +3273,7 @@ stride alignment in <em class="parameter"><code>align</code></em>
|
|
2833
3273
|
is required and <em class="parameter"><code>align</code></em>
|
2834
3274
|
will be updated with the new padding values.</p>
|
2835
3275
|
<div class="refsect3">
|
2836
|
-
<a name="id-1.2.15.3.7.
|
3276
|
+
<a name="id-1.2.15.3.7.104.6"></a><h4>Parameters</h4>
|
2837
3277
|
<div class="informaltable"><table width="100%" border="0">
|
2838
3278
|
<colgroup>
|
2839
3279
|
<col width="150px" class="parameters_name">
|
@@ -2879,7 +3319,7 @@ will return <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gt
|
|
2879
3319
|
<em class="parameter"><code>frame->data</code></em>
|
2880
3320
|
.</p>
|
2881
3321
|
<div class="refsect3">
|
2882
|
-
<a name="id-1.2.15.3.7.
|
3322
|
+
<a name="id-1.2.15.3.7.105.7"></a><h4>Parameters</h4>
|
2883
3323
|
<div class="informaltable"><table width="100%" border="0">
|
2884
3324
|
<colgroup>
|
2885
3325
|
<col width="150px" class="parameters_name">
|
@@ -2916,9 +3356,8 @@ will return <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gt
|
|
2916
3356
|
</table></div>
|
2917
3357
|
</div>
|
2918
3358
|
<div class="refsect3">
|
2919
|
-
<a name="id-1.2.15.3.7.
|
3359
|
+
<a name="id-1.2.15.3.7.105.8"></a><h4>Returns</h4>
|
2920
3360
|
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success.</p>
|
2921
|
-
<p></p>
|
2922
3361
|
</div>
|
2923
3362
|
</div>
|
2924
3363
|
<hr>
|
@@ -2938,7 +3377,7 @@ gst_video_frame_map (<em class="parameter"><code><a class="link" href="gst-plugi
|
|
2938
3377
|
<em class="parameter"><code>frame->data</code></em>
|
2939
3378
|
.</p>
|
2940
3379
|
<div class="refsect3">
|
2941
|
-
<a name="id-1.2.15.3.7.
|
3380
|
+
<a name="id-1.2.15.3.7.106.6"></a><h4>Parameters</h4>
|
2942
3381
|
<div class="informaltable"><table width="100%" border="0">
|
2943
3382
|
<colgroup>
|
2944
3383
|
<col width="150px" class="parameters_name">
|
@@ -2970,9 +3409,8 @@ gst_video_frame_map (<em class="parameter"><code><a class="link" href="gst-plugi
|
|
2970
3409
|
</table></div>
|
2971
3410
|
</div>
|
2972
3411
|
<div class="refsect3">
|
2973
|
-
<a name="id-1.2.15.3.7.
|
3412
|
+
<a name="id-1.2.15.3.7.106.7"></a><h4>Returns</h4>
|
2974
3413
|
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success.</p>
|
2975
|
-
<p></p>
|
2976
3414
|
</div>
|
2977
3415
|
</div>
|
2978
3416
|
<hr>
|
@@ -2982,7 +3420,7 @@ gst_video_frame_map (<em class="parameter"><code><a class="link" href="gst-plugi
|
|
2982
3420
|
gst_video_frame_unmap (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoFrame" title="struct GstVideoFrame"><span class="type">GstVideoFrame</span></a> *frame</code></em>);</pre>
|
2983
3421
|
<p>Unmap the memory previously mapped with gst_video_frame_map.</p>
|
2984
3422
|
<div class="refsect3">
|
2985
|
-
<a name="id-1.2.15.3.7.
|
3423
|
+
<a name="id-1.2.15.3.7.107.5"></a><h4>Parameters</h4>
|
2986
3424
|
<div class="informaltable"><table width="100%" border="0">
|
2987
3425
|
<colgroup>
|
2988
3426
|
<col width="150px" class="parameters_name">
|
@@ -3007,7 +3445,7 @@ gst_video_frame_copy (<em class="parameter"><code><a class="link" href="gst-plug
|
|
3007
3445
|
to <em class="parameter"><code>dest</code></em>
|
3008
3446
|
.</p>
|
3009
3447
|
<div class="refsect3">
|
3010
|
-
<a name="id-1.2.15.3.7.
|
3448
|
+
<a name="id-1.2.15.3.7.108.5"></a><h4>Parameters</h4>
|
3011
3449
|
<div class="informaltable"><table width="100%" border="0">
|
3012
3450
|
<colgroup>
|
3013
3451
|
<col width="150px" class="parameters_name">
|
@@ -3029,9 +3467,8 @@ gst_video_frame_copy (<em class="parameter"><code><a class="link" href="gst-plug
|
|
3029
3467
|
</table></div>
|
3030
3468
|
</div>
|
3031
3469
|
<div class="refsect3">
|
3032
|
-
<a name="id-1.2.15.3.7.
|
3470
|
+
<a name="id-1.2.15.3.7.108.6"></a><h4>Returns</h4>
|
3033
3471
|
<p> TRUE if the contents could be copied.</p>
|
3034
|
-
<p></p>
|
3035
3472
|
</div>
|
3036
3473
|
</div>
|
3037
3474
|
<hr>
|
@@ -3046,7 +3483,7 @@ gst_video_frame_copy_plane (<em class="parameter"><code><a class="link" href="gs
|
|
3046
3483
|
to <em class="parameter"><code>dest</code></em>
|
3047
3484
|
.</p>
|
3048
3485
|
<div class="refsect3">
|
3049
|
-
<a name="id-1.2.15.3.7.
|
3486
|
+
<a name="id-1.2.15.3.7.109.5"></a><h4>Parameters</h4>
|
3050
3487
|
<div class="informaltable"><table width="100%" border="0">
|
3051
3488
|
<colgroup>
|
3052
3489
|
<col width="150px" class="parameters_name">
|
@@ -3073,9 +3510,8 @@ gst_video_frame_copy_plane (<em class="parameter"><code><a class="link" href="gs
|
|
3073
3510
|
</table></div>
|
3074
3511
|
</div>
|
3075
3512
|
<div class="refsect3">
|
3076
|
-
<a name="id-1.2.15.3.7.
|
3513
|
+
<a name="id-1.2.15.3.7.109.6"></a><h4>Returns</h4>
|
3077
3514
|
<p> TRUE if the contents could be copied.</p>
|
3078
|
-
<p></p>
|
3079
3515
|
</div>
|
3080
3516
|
</div>
|
3081
3517
|
<hr>
|
@@ -3240,7 +3676,7 @@ image of <em class="parameter"><code>x_tiles</code></em>
|
|
3240
3676
|
<p>Use this method when <em class="parameter"><code>mode</code></em>
|
3241
3677
|
is of type <code class="literal">GST_VIDEO_TILE_MODE_INDEXED</code>.</p>
|
3242
3678
|
<div class="refsect3">
|
3243
|
-
<a name="id-1.2.15.3.7.
|
3679
|
+
<a name="id-1.2.15.3.7.134.6"></a><h4>Parameters</h4>
|
3244
3680
|
<div class="informaltable"><table width="100%" border="0">
|
3245
3681
|
<colgroup>
|
3246
3682
|
<col width="150px" class="parameters_name">
|
@@ -3277,16 +3713,15 @@ image of <em class="parameter"><code>x_tiles</code></em>
|
|
3277
3713
|
</table></div>
|
3278
3714
|
</div>
|
3279
3715
|
<div class="refsect3">
|
3280
|
-
<a name="id-1.2.15.3.7.
|
3716
|
+
<a name="id-1.2.15.3.7.134.7"></a><h4>Returns</h4>
|
3281
3717
|
<p> the index of the tile at <em class="parameter"><code>x</code></em>
|
3282
3718
|
and <em class="parameter"><code>y</code></em>
|
3283
3719
|
in the tiled image of
|
3284
3720
|
<em class="parameter"><code>x_tiles</code></em>
|
3285
3721
|
by <em class="parameter"><code>y_tiles</code></em>
|
3286
3722
|
.</p>
|
3287
|
-
<p></p>
|
3288
3723
|
</div>
|
3289
|
-
<p class="since">Since 1.4</p>
|
3724
|
+
<p class="since">Since: 1.4</p>
|
3290
3725
|
</div>
|
3291
3726
|
<hr>
|
3292
3727
|
<div class="refsect2">
|
@@ -3294,7 +3729,7 @@ by <em class="parameter"><code>y_tiles</code></em>
|
|
3294
3729
|
<pre class="programlisting">#define GST_VIDEO_TILE_MAKE_MODE(num, type)</pre>
|
3295
3730
|
<p>use this macro to create new tile modes.</p>
|
3296
3731
|
<div class="refsect3">
|
3297
|
-
<a name="id-1.2.15.3.7.
|
3732
|
+
<a name="id-1.2.15.3.7.135.5"></a><h4>Parameters</h4>
|
3298
3733
|
<div class="informaltable"><table width="100%" border="0">
|
3299
3734
|
<colgroup>
|
3300
3735
|
<col width="150px" class="parameters_name">
|
@@ -3324,7 +3759,7 @@ by <em class="parameter"><code>y_tiles</code></em>
|
|
3324
3759
|
<p>Get the tile mode type of <em class="parameter"><code>mode</code></em>
|
3325
3760
|
</p>
|
3326
3761
|
<div class="refsect3">
|
3327
|
-
<a name="id-1.2.15.3.7.
|
3762
|
+
<a name="id-1.2.15.3.7.136.5"></a><h4>Parameters</h4>
|
3328
3763
|
<div class="informaltable"><table width="100%" border="0">
|
3329
3764
|
<colgroup>
|
3330
3765
|
<col width="150px" class="parameters_name">
|
@@ -3347,7 +3782,7 @@ by <em class="parameter"><code>y_tiles</code></em>
|
|
3347
3782
|
<p>Check if <em class="parameter"><code>mode</code></em>
|
3348
3783
|
is an indexed tile type</p>
|
3349
3784
|
<div class="refsect3">
|
3350
|
-
<a name="id-1.2.15.3.7.
|
3785
|
+
<a name="id-1.2.15.3.7.137.5"></a><h4>Parameters</h4>
|
3351
3786
|
<div class="informaltable"><table width="100%" border="0">
|
3352
3787
|
<colgroup>
|
3353
3788
|
<col width="150px" class="parameters_name">
|
@@ -3368,7 +3803,7 @@ by <em class="parameter"><code>y_tiles</code></em>
|
|
3368
3803
|
<pre class="programlisting">#define GST_VIDEO_TILE_MAKE_STRIDE(x_tiles, y_tiles)</pre>
|
3369
3804
|
<p>Encode the number of tile in X and Y into the stride.</p>
|
3370
3805
|
<div class="refsect3">
|
3371
|
-
<a name="id-1.2.15.3.7.
|
3806
|
+
<a name="id-1.2.15.3.7.138.5"></a><h4>Parameters</h4>
|
3372
3807
|
<div class="informaltable"><table width="100%" border="0">
|
3373
3808
|
<colgroup>
|
3374
3809
|
<col width="150px" class="parameters_name">
|
@@ -3397,7 +3832,7 @@ by <em class="parameter"><code>y_tiles</code></em>
|
|
3397
3832
|
</pre>
|
3398
3833
|
<p>Extract the number of tiles in X from the stride value.</p>
|
3399
3834
|
<div class="refsect3">
|
3400
|
-
<a name="id-1.2.15.3.7.
|
3835
|
+
<a name="id-1.2.15.3.7.139.5"></a><h4>Parameters</h4>
|
3401
3836
|
<div class="informaltable"><table width="100%" border="0">
|
3402
3837
|
<colgroup>
|
3403
3838
|
<col width="150px" class="parameters_name">
|
@@ -3419,7 +3854,7 @@ by <em class="parameter"><code>y_tiles</code></em>
|
|
3419
3854
|
</pre>
|
3420
3855
|
<p>Extract the number of tiles in Y from the stride value.</p>
|
3421
3856
|
<div class="refsect3">
|
3422
|
-
<a name="id-1.2.15.3.7.
|
3857
|
+
<a name="id-1.2.15.3.7.140.5"></a><h4>Parameters</h4>
|
3423
3858
|
<div class="informaltable"><table width="100%" border="0">
|
3424
3859
|
<colgroup>
|
3425
3860
|
<col width="150px" class="parameters_name">
|
@@ -3434,55 +3869,55 @@ by <em class="parameter"><code>y_tiles</code></em>
|
|
3434
3869
|
</table></div>
|
3435
3870
|
</div>
|
3436
3871
|
</div>
|
3437
|
-
|
3438
|
-
<div class="refsect1">
|
3439
|
-
<a name="gst-plugins-base-libs-gstvideo.other_details"></a><h2>Types and Values</h2>
|
3872
|
+
<hr>
|
3440
3873
|
<div class="refsect2">
|
3441
|
-
<a name="
|
3442
|
-
<pre class="programlisting"
|
3443
|
-
|
3444
|
-
|
3445
|
-
|
3446
|
-
|
3447
|
-
|
3448
|
-
|
3449
|
-
</
|
3450
|
-
|
3451
|
-
structure is usually used to configure the bufferpool if it supports the
|
3452
|
-
<a class="link" href="gst-plugins-base-libs-GstVideoPool.html#GST-BUFFER-POOL-OPTION-VIDEO-ALIGNMENT:CAPS" title="GST_BUFFER_POOL_OPTION_VIDEO_ALIGNMENT"><span class="type">GST_BUFFER_POOL_OPTION_VIDEO_ALIGNMENT</span></a>.</p>
|
3874
|
+
<a name="gst-video-blend"></a><h3>gst_video_blend ()</h3>
|
3875
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
3876
|
+
gst_video_blend (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoFrame" title="struct GstVideoFrame"><span class="type">GstVideoFrame</span></a> *dest</code></em>,
|
3877
|
+
<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoFrame" title="struct GstVideoFrame"><span class="type">GstVideoFrame</span></a> *src</code></em>,
|
3878
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x</code></em>,
|
3879
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>,
|
3880
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> global_alpha</code></em>);</pre>
|
3881
|
+
<p>Lets you blend the <em class="parameter"><code>src</code></em>
|
3882
|
+
image into the <em class="parameter"><code>dest</code></em>
|
3883
|
+
image</p>
|
3453
3884
|
<div class="refsect3">
|
3454
|
-
<a name="id-1.2.15.3.
|
3885
|
+
<a name="id-1.2.15.3.7.141.5"></a><h4>Parameters</h4>
|
3455
3886
|
<div class="informaltable"><table width="100%" border="0">
|
3456
3887
|
<colgroup>
|
3457
|
-
<col width="
|
3458
|
-
<col class="
|
3459
|
-
<col width="200px" class="
|
3888
|
+
<col width="150px" class="parameters_name">
|
3889
|
+
<col class="parameters_description">
|
3890
|
+
<col width="200px" class="parameters_annotations">
|
3460
3891
|
</colgroup>
|
3461
3892
|
<tbody>
|
3462
3893
|
<tr>
|
3463
|
-
<td class="
|
3464
|
-
<td class="
|
3465
|
-
|
3894
|
+
<td class="parameter_name"><p>dest</p></td>
|
3895
|
+
<td class="parameter_description"><p>The <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoFrame" title="struct GstVideoFrame"><span class="type">GstVideoFrame</span></a> where to blend <em class="parameter"><code>src</code></em>
|
3896
|
+
in</p></td>
|
3897
|
+
<td class="parameter_annotations"> </td>
|
3466
3898
|
</tr>
|
3467
3899
|
<tr>
|
3468
|
-
<td class="
|
3469
|
-
<td class="
|
3470
|
-
<td class="
|
3900
|
+
<td class="parameter_name"><p>src</p></td>
|
3901
|
+
<td class="parameter_description"><p>the <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoFrame" title="struct GstVideoFrame"><span class="type">GstVideoFrame</span></a> that we want to blend into</p></td>
|
3902
|
+
<td class="parameter_annotations"> </td>
|
3471
3903
|
</tr>
|
3472
3904
|
<tr>
|
3473
|
-
<td class="
|
3474
|
-
<td class="
|
3475
|
-
|
3905
|
+
<td class="parameter_name"><p>x</p></td>
|
3906
|
+
<td class="parameter_description"><p>The x offset in pixel where the <em class="parameter"><code>src</code></em>
|
3907
|
+
image should be blended</p></td>
|
3908
|
+
<td class="parameter_annotations"> </td>
|
3476
3909
|
</tr>
|
3477
3910
|
<tr>
|
3478
|
-
<td class="
|
3479
|
-
<td class="
|
3480
|
-
|
3911
|
+
<td class="parameter_name"><p>y</p></td>
|
3912
|
+
<td class="parameter_description"><p>the y offset in pixel where the <em class="parameter"><code>src</code></em>
|
3913
|
+
image should be blended</p></td>
|
3914
|
+
<td class="parameter_annotations"> </td>
|
3481
3915
|
</tr>
|
3482
3916
|
<tr>
|
3483
|
-
<td class="
|
3484
|
-
<td class="
|
3485
|
-
|
3917
|
+
<td class="parameter_name"><p>global_alpha</p></td>
|
3918
|
+
<td class="parameter_description"><p>the global_alpha each per-pixel alpha value is multiplied
|
3919
|
+
with</p></td>
|
3920
|
+
<td class="parameter_annotations"> </td>
|
3486
3921
|
</tr>
|
3487
3922
|
</tbody>
|
3488
3923
|
</table></div>
|
@@ -3490,142 +3925,673 @@ structure is usually used to configure the bufferpool if it supports the
|
|
3490
3925
|
</div>
|
3491
3926
|
<hr>
|
3492
3927
|
<div class="refsect2">
|
3493
|
-
<a name="
|
3494
|
-
<pre class="programlisting"
|
3495
|
-
</
|
3496
|
-
<
|
3497
|
-
<
|
3498
|
-
</
|
3499
|
-
<
|
3500
|
-
<
|
3501
|
-
<a
|
3502
|
-
|
3503
|
-
</
|
3504
|
-
|
3505
|
-
<p class="since">Since 1.2</p>
|
3506
|
-
</div>
|
3507
|
-
<hr>
|
3508
|
-
<div class="refsect2">
|
3509
|
-
<a name="GST-META-TAG-VIDEO-SIZE-STR:CAPS"></a><h3>GST_META_TAG_VIDEO_SIZE_STR</h3>
|
3510
|
-
<pre class="programlisting">#define GST_META_TAG_VIDEO_SIZE_STR "size"
|
3511
|
-
</pre>
|
3512
|
-
<p>This metadata stays relevant as long as video size is unchanged.</p>
|
3513
|
-
<p class="since">Since 1.2</p>
|
3514
|
-
</div>
|
3515
|
-
<hr>
|
3516
|
-
<div class="refsect2">
|
3517
|
-
<a name="GST-META-TAG-VIDEO-COLORSPACE-STR:CAPS"></a><h3>GST_META_TAG_VIDEO_COLORSPACE_STR</h3>
|
3518
|
-
<pre class="programlisting">#define GST_META_TAG_VIDEO_COLORSPACE_STR "colorspace"
|
3519
|
-
</pre>
|
3520
|
-
<p>This metadata stays relevant as long as video colorspace is unchanged.</p>
|
3521
|
-
<p class="since">Since 1.2</p>
|
3522
|
-
</div>
|
3523
|
-
<hr>
|
3524
|
-
<div class="refsect2">
|
3525
|
-
<a name="GstVideoFormat"></a><h3>enum GstVideoFormat</h3>
|
3526
|
-
<p>Enum value describing the most common video formats.</p>
|
3928
|
+
<a name="gst-video-blend-scale-linear-RGBA"></a><h3>gst_video_blend_scale_linear_RGBA ()</h3>
|
3929
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
3930
|
+
gst_video_blend_scale_linear_RGBA (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoInfo" title="struct GstVideoInfo"><span class="type">GstVideoInfo</span></a> *src</code></em>,
|
3931
|
+
<em class="parameter"><code><a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstBuffer.html"><span class="type">GstBuffer</span></a> *src_buffer</code></em>,
|
3932
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> dest_height</code></em>,
|
3933
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> dest_width</code></em>,
|
3934
|
+
<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoInfo" title="struct GstVideoInfo"><span class="type">GstVideoInfo</span></a> *dest</code></em>,
|
3935
|
+
<em class="parameter"><code><a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstBuffer.html"><span class="type">GstBuffer</span></a> **dest_buffer</code></em>);</pre>
|
3936
|
+
<p>Scales a buffer containing RGBA (or AYUV) video. This is an internal
|
3937
|
+
helper function which is used to scale subtitle overlays, and may be
|
3938
|
+
deprecated in the near future. Use <a class="link" href="gst-plugins-base-libs-GstVideoScaler.html#GstVideoScaler" title="GstVideoScaler"><span class="type">GstVideoScaler</span></a> to scale video buffers
|
3939
|
+
instead.</p>
|
3527
3940
|
<div class="refsect3">
|
3528
|
-
<a name="id-1.2.15.3.
|
3941
|
+
<a name="id-1.2.15.3.7.142.5"></a><h4>Parameters</h4>
|
3529
3942
|
<div class="informaltable"><table width="100%" border="0">
|
3530
3943
|
<colgroup>
|
3531
|
-
<col width="
|
3532
|
-
<col class="
|
3533
|
-
<col width="200px" class="
|
3944
|
+
<col width="150px" class="parameters_name">
|
3945
|
+
<col class="parameters_description">
|
3946
|
+
<col width="200px" class="parameters_annotations">
|
3534
3947
|
</colgroup>
|
3535
3948
|
<tbody>
|
3536
3949
|
<tr>
|
3537
|
-
<td class="
|
3538
|
-
<td class="
|
3539
|
-
|
3540
|
-
</td>
|
3541
|
-
<td class="enum_member_annotations"> </td>
|
3542
|
-
</tr>
|
3543
|
-
<tr>
|
3544
|
-
<td class="enum_member_name"><p><a name="GST-VIDEO-FORMAT-ENCODED:CAPS"></a>GST_VIDEO_FORMAT_ENCODED</p></td>
|
3545
|
-
<td class="enum_member_description">
|
3546
|
-
<p>Encoded video format. Only ever use that in caps for
|
3547
|
-
special video formats in combination with non-system
|
3548
|
-
memory GstCapsFeatures where it does not make sense
|
3549
|
-
to specify a real video format.</p>
|
3550
|
-
</td>
|
3551
|
-
<td class="enum_member_annotations"> </td>
|
3552
|
-
</tr>
|
3553
|
-
<tr>
|
3554
|
-
<td class="enum_member_name"><p><a name="GST-VIDEO-FORMAT-I420:CAPS"></a>GST_VIDEO_FORMAT_I420</p></td>
|
3555
|
-
<td class="enum_member_description">
|
3556
|
-
<p>planar 4:2:0 YUV</p>
|
3557
|
-
</td>
|
3558
|
-
<td class="enum_member_annotations"> </td>
|
3559
|
-
</tr>
|
3560
|
-
<tr>
|
3561
|
-
<td class="enum_member_name"><p><a name="GST-VIDEO-FORMAT-YV12:CAPS"></a>GST_VIDEO_FORMAT_YV12</p></td>
|
3562
|
-
<td class="enum_member_description">
|
3563
|
-
<p>planar 4:2:0 YVU (like I420 but UV planes swapped)</p>
|
3564
|
-
</td>
|
3565
|
-
<td class="enum_member_annotations"> </td>
|
3566
|
-
</tr>
|
3567
|
-
<tr>
|
3568
|
-
<td class="enum_member_name"><p><a name="GST-VIDEO-FORMAT-YUY2:CAPS"></a>GST_VIDEO_FORMAT_YUY2</p></td>
|
3569
|
-
<td class="enum_member_description">
|
3570
|
-
<p>packed 4:2:2 YUV (Y0-U0-Y1-V0 Y2-U2-Y3-V2 Y4 ...)</p>
|
3571
|
-
</td>
|
3572
|
-
<td class="enum_member_annotations"> </td>
|
3950
|
+
<td class="parameter_name"><p>src</p></td>
|
3951
|
+
<td class="parameter_description"><p>the <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoInfo" title="struct GstVideoInfo"><span class="type">GstVideoInfo</span></a> describing the video data in <em class="parameter"><code>src_buffer</code></em>
|
3952
|
+
</p></td>
|
3953
|
+
<td class="parameter_annotations"> </td>
|
3573
3954
|
</tr>
|
3574
3955
|
<tr>
|
3575
|
-
<td class="
|
3576
|
-
<td class="
|
3577
|
-
<
|
3578
|
-
</td>
|
3579
|
-
<td class="enum_member_annotations"> </td>
|
3956
|
+
<td class="parameter_name"><p>src_buffer</p></td>
|
3957
|
+
<td class="parameter_description"><p>the source buffer containing video pixels to scale</p></td>
|
3958
|
+
<td class="parameter_annotations"> </td>
|
3580
3959
|
</tr>
|
3581
3960
|
<tr>
|
3582
|
-
<td class="
|
3583
|
-
<td class="
|
3584
|
-
|
3585
|
-
</td>
|
3586
|
-
<td class="enum_member_annotations"> </td>
|
3961
|
+
<td class="parameter_name"><p>dest_height</p></td>
|
3962
|
+
<td class="parameter_description"><p>the height in pixels to scale the video data in <em class="parameter"><code>src_buffer</code></em>
|
3963
|
+
to</p></td>
|
3964
|
+
<td class="parameter_annotations"> </td>
|
3587
3965
|
</tr>
|
3588
3966
|
<tr>
|
3589
|
-
<td class="
|
3590
|
-
<td class="
|
3591
|
-
|
3592
|
-
</td>
|
3593
|
-
<td class="enum_member_annotations"> </td>
|
3967
|
+
<td class="parameter_name"><p>dest_width</p></td>
|
3968
|
+
<td class="parameter_description"><p>the width in pixels to scale the video data in <em class="parameter"><code>src_buffer</code></em>
|
3969
|
+
to</p></td>
|
3970
|
+
<td class="parameter_annotations"> </td>
|
3594
3971
|
</tr>
|
3595
3972
|
<tr>
|
3596
|
-
<td class="
|
3597
|
-
<td class="
|
3598
|
-
|
3599
|
-
</td>
|
3600
|
-
<td class="
|
3973
|
+
<td class="parameter_name"><p>dest</p></td>
|
3974
|
+
<td class="parameter_description"><p> pointer to a <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoInfo" title="struct GstVideoInfo"><span class="type">GstVideoInfo</span></a> structure that will be filled in
|
3975
|
+
with the details for <em class="parameter"><code>dest_buffer</code></em>
|
3976
|
+
. </p></td>
|
3977
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
|
3601
3978
|
</tr>
|
3602
3979
|
<tr>
|
3603
|
-
<td class="
|
3604
|
-
<td class="
|
3605
|
-
|
3606
|
-
</td>
|
3607
|
-
<td class="enum_member_annotations"> </td>
|
3980
|
+
<td class="parameter_name"><p>dest_buffer</p></td>
|
3981
|
+
<td class="parameter_description"><p> a pointer to a <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstBuffer.html"><span class="type">GstBuffer</span></a> variable, which will be
|
3982
|
+
set to a newly-allocated buffer containing the scaled pixels. </p></td>
|
3983
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
|
3608
3984
|
</tr>
|
3985
|
+
</tbody>
|
3986
|
+
</table></div>
|
3987
|
+
</div>
|
3988
|
+
</div>
|
3989
|
+
<hr>
|
3990
|
+
<div class="refsect2">
|
3991
|
+
<a name="gst-video-converter-new"></a><h3>gst_video_converter_new ()</h3>
|
3992
|
+
<pre class="programlisting"><a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoConverter" title="GstVideoConverter"><span class="returnvalue">GstVideoConverter</span></a> *
|
3993
|
+
gst_video_converter_new (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoInfo" title="struct GstVideoInfo"><span class="type">GstVideoInfo</span></a> *in_info</code></em>,
|
3994
|
+
<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoInfo" title="struct GstVideoInfo"><span class="type">GstVideoInfo</span></a> *out_info</code></em>,
|
3995
|
+
<em class="parameter"><code><a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstStructure.html"><span class="type">GstStructure</span></a> *config</code></em>);</pre>
|
3996
|
+
<p>Create a new converter object to convert between <em class="parameter"><code>in_info</code></em>
|
3997
|
+
and <em class="parameter"><code>out_info</code></em>
|
3998
|
+
|
3999
|
+
with <em class="parameter"><code>config</code></em>
|
4000
|
+
.</p>
|
4001
|
+
<p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
|
4002
|
+
<div class="refsect3">
|
4003
|
+
<a name="id-1.2.15.3.7.143.6"></a><h4>Parameters</h4>
|
4004
|
+
<div class="informaltable"><table width="100%" border="0">
|
4005
|
+
<colgroup>
|
4006
|
+
<col width="150px" class="parameters_name">
|
4007
|
+
<col class="parameters_description">
|
4008
|
+
<col width="200px" class="parameters_annotations">
|
4009
|
+
</colgroup>
|
4010
|
+
<tbody>
|
3609
4011
|
<tr>
|
3610
|
-
<td class="
|
3611
|
-
<td class="
|
3612
|
-
<
|
3613
|
-
</td>
|
3614
|
-
<td class="enum_member_annotations"> </td>
|
4012
|
+
<td class="parameter_name"><p>in_info</p></td>
|
4013
|
+
<td class="parameter_description"><p>a <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoInfo" title="struct GstVideoInfo"><span class="type">GstVideoInfo</span></a></p></td>
|
4014
|
+
<td class="parameter_annotations"> </td>
|
3615
4015
|
</tr>
|
3616
4016
|
<tr>
|
3617
|
-
<td class="
|
3618
|
-
<td class="
|
3619
|
-
<
|
3620
|
-
</td>
|
3621
|
-
<td class="enum_member_annotations"> </td>
|
4017
|
+
<td class="parameter_name"><p>out_info</p></td>
|
4018
|
+
<td class="parameter_description"><p>a <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoInfo" title="struct GstVideoInfo"><span class="type">GstVideoInfo</span></a></p></td>
|
4019
|
+
<td class="parameter_annotations"> </td>
|
3622
4020
|
</tr>
|
3623
4021
|
<tr>
|
3624
|
-
<td class="
|
3625
|
-
<td class="
|
3626
|
-
<
|
3627
|
-
</
|
3628
|
-
|
4022
|
+
<td class="parameter_name"><p>config</p></td>
|
4023
|
+
<td class="parameter_description"><p> a <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstStructure.html"><span class="type">GstStructure</span></a> with configuration options. </p></td>
|
4024
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></td>
|
4025
|
+
</tr>
|
4026
|
+
</tbody>
|
4027
|
+
</table></div>
|
4028
|
+
</div>
|
4029
|
+
<div class="refsect3">
|
4030
|
+
<a name="id-1.2.15.3.7.143.7"></a><h4>Returns</h4>
|
4031
|
+
<p> a <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoConverter" title="GstVideoConverter"><span class="type">GstVideoConverter</span></a> or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if conversion is not possible.</p>
|
4032
|
+
</div>
|
4033
|
+
<p class="since">Since: 1.6</p>
|
4034
|
+
</div>
|
4035
|
+
<hr>
|
4036
|
+
<div class="refsect2">
|
4037
|
+
<a name="gst-video-converter-free"></a><h3>gst_video_converter_free ()</h3>
|
4038
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
4039
|
+
gst_video_converter_free (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoConverter" title="GstVideoConverter"><span class="type">GstVideoConverter</span></a> *convert</code></em>);</pre>
|
4040
|
+
<p>Free <em class="parameter"><code>convert</code></em>
|
4041
|
+
</p>
|
4042
|
+
<div class="refsect3">
|
4043
|
+
<a name="id-1.2.15.3.7.144.5"></a><h4>Parameters</h4>
|
4044
|
+
<div class="informaltable"><table width="100%" border="0">
|
4045
|
+
<colgroup>
|
4046
|
+
<col width="150px" class="parameters_name">
|
4047
|
+
<col class="parameters_description">
|
4048
|
+
<col width="200px" class="parameters_annotations">
|
4049
|
+
</colgroup>
|
4050
|
+
<tbody><tr>
|
4051
|
+
<td class="parameter_name"><p>convert</p></td>
|
4052
|
+
<td class="parameter_description"><p>a <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoConverter" title="GstVideoConverter"><span class="type">GstVideoConverter</span></a></p></td>
|
4053
|
+
<td class="parameter_annotations"> </td>
|
4054
|
+
</tr></tbody>
|
4055
|
+
</table></div>
|
4056
|
+
</div>
|
4057
|
+
<p class="since">Since: 1.6</p>
|
4058
|
+
</div>
|
4059
|
+
<hr>
|
4060
|
+
<div class="refsect2">
|
4061
|
+
<a name="gst-video-converter-get-config"></a><h3>gst_video_converter_get_config ()</h3>
|
4062
|
+
<pre class="programlisting">const <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstStructure.html"><span class="returnvalue">GstStructure</span></a> *
|
4063
|
+
gst_video_converter_get_config (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoConverter" title="GstVideoConverter"><span class="type">GstVideoConverter</span></a> *convert</code></em>);</pre>
|
4064
|
+
<p>Get the current configuration of <em class="parameter"><code>convert</code></em>
|
4065
|
+
.</p>
|
4066
|
+
<div class="refsect3">
|
4067
|
+
<a name="id-1.2.15.3.7.145.5"></a><h4>Parameters</h4>
|
4068
|
+
<div class="informaltable"><table width="100%" border="0">
|
4069
|
+
<colgroup>
|
4070
|
+
<col width="150px" class="parameters_name">
|
4071
|
+
<col class="parameters_description">
|
4072
|
+
<col width="200px" class="parameters_annotations">
|
4073
|
+
</colgroup>
|
4074
|
+
<tbody><tr>
|
4075
|
+
<td class="parameter_name"><p>convert</p></td>
|
4076
|
+
<td class="parameter_description"><p>a <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoConverter" title="GstVideoConverter"><span class="type">GstVideoConverter</span></a></p></td>
|
4077
|
+
<td class="parameter_annotations"> </td>
|
4078
|
+
</tr></tbody>
|
4079
|
+
</table></div>
|
4080
|
+
</div>
|
4081
|
+
<div class="refsect3">
|
4082
|
+
<a name="id-1.2.15.3.7.145.6"></a><h4>Returns</h4>
|
4083
|
+
<p> a <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstStructure.html"><span class="type">GstStructure</span></a> that remains valid for as long as <em class="parameter"><code>convert</code></em>
|
4084
|
+
is valid
|
4085
|
+
or until <a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-converter-set-config" title="gst_video_converter_set_config ()"><code class="function">gst_video_converter_set_config()</code></a> is called.</p>
|
4086
|
+
</div>
|
4087
|
+
</div>
|
4088
|
+
<hr>
|
4089
|
+
<div class="refsect2">
|
4090
|
+
<a name="gst-video-converter-set-config"></a><h3>gst_video_converter_set_config ()</h3>
|
4091
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
4092
|
+
gst_video_converter_set_config (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoConverter" title="GstVideoConverter"><span class="type">GstVideoConverter</span></a> *convert</code></em>,
|
4093
|
+
<em class="parameter"><code><a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstStructure.html"><span class="type">GstStructure</span></a> *config</code></em>);</pre>
|
4094
|
+
<p>Set <em class="parameter"><code>config</code></em>
|
4095
|
+
as extra configuraion for <em class="parameter"><code>convert</code></em>
|
4096
|
+
.</p>
|
4097
|
+
<p>If the parameters in <em class="parameter"><code>config</code></em>
|
4098
|
+
can not be set exactly, this function returns
|
4099
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> and will try to update as much state as possible. The new state can
|
4100
|
+
then be retrieved and refined with <a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-converter-get-config" title="gst_video_converter_get_config ()"><code class="function">gst_video_converter_get_config()</code></a>.</p>
|
4101
|
+
<p>Look at the <span class="type">GST_VIDEO_CONVERTER_OPT_</span>* fields to check valid configuration
|
4102
|
+
option and values.</p>
|
4103
|
+
<div class="refsect3">
|
4104
|
+
<a name="id-1.2.15.3.7.146.7"></a><h4>Parameters</h4>
|
4105
|
+
<div class="informaltable"><table width="100%" border="0">
|
4106
|
+
<colgroup>
|
4107
|
+
<col width="150px" class="parameters_name">
|
4108
|
+
<col class="parameters_description">
|
4109
|
+
<col width="200px" class="parameters_annotations">
|
4110
|
+
</colgroup>
|
4111
|
+
<tbody>
|
4112
|
+
<tr>
|
4113
|
+
<td class="parameter_name"><p>convert</p></td>
|
4114
|
+
<td class="parameter_description"><p>a <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoConverter" title="GstVideoConverter"><span class="type">GstVideoConverter</span></a></p></td>
|
4115
|
+
<td class="parameter_annotations"> </td>
|
4116
|
+
</tr>
|
4117
|
+
<tr>
|
4118
|
+
<td class="parameter_name"><p>config</p></td>
|
4119
|
+
<td class="parameter_description"><p> a <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstStructure.html"><span class="type">GstStructure</span></a>. </p></td>
|
4120
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></td>
|
4121
|
+
</tr>
|
4122
|
+
</tbody>
|
4123
|
+
</table></div>
|
4124
|
+
</div>
|
4125
|
+
<div class="refsect3">
|
4126
|
+
<a name="id-1.2.15.3.7.146.8"></a><h4>Returns</h4>
|
4127
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> when <em class="parameter"><code>config</code></em>
|
4128
|
+
could be set.</p>
|
4129
|
+
</div>
|
4130
|
+
<p class="since">Since: 1.6</p>
|
4131
|
+
</div>
|
4132
|
+
<hr>
|
4133
|
+
<div class="refsect2">
|
4134
|
+
<a name="gst-video-converter-frame"></a><h3>gst_video_converter_frame ()</h3>
|
4135
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
4136
|
+
gst_video_converter_frame (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoConverter" title="GstVideoConverter"><span class="type">GstVideoConverter</span></a> *convert</code></em>,
|
4137
|
+
<em class="parameter"><code>const <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoFrame" title="struct GstVideoFrame"><span class="type">GstVideoFrame</span></a> *src</code></em>,
|
4138
|
+
<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoFrame" title="struct GstVideoFrame"><span class="type">GstVideoFrame</span></a> *dest</code></em>);</pre>
|
4139
|
+
<p>Convert the pixels of <em class="parameter"><code>src</code></em>
|
4140
|
+
into <em class="parameter"><code>dest</code></em>
|
4141
|
+
using <em class="parameter"><code>convert</code></em>
|
4142
|
+
.</p>
|
4143
|
+
<div class="refsect3">
|
4144
|
+
<a name="id-1.2.15.3.7.147.5"></a><h4>Parameters</h4>
|
4145
|
+
<div class="informaltable"><table width="100%" border="0">
|
4146
|
+
<colgroup>
|
4147
|
+
<col width="150px" class="parameters_name">
|
4148
|
+
<col class="parameters_description">
|
4149
|
+
<col width="200px" class="parameters_annotations">
|
4150
|
+
</colgroup>
|
4151
|
+
<tbody>
|
4152
|
+
<tr>
|
4153
|
+
<td class="parameter_name"><p>convert</p></td>
|
4154
|
+
<td class="parameter_description"><p>a <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoConverter" title="GstVideoConverter"><span class="type">GstVideoConverter</span></a></p></td>
|
4155
|
+
<td class="parameter_annotations"> </td>
|
4156
|
+
</tr>
|
4157
|
+
<tr>
|
4158
|
+
<td class="parameter_name"><p>dest</p></td>
|
4159
|
+
<td class="parameter_description"><p>a <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoFrame" title="struct GstVideoFrame"><span class="type">GstVideoFrame</span></a></p></td>
|
4160
|
+
<td class="parameter_annotations"> </td>
|
4161
|
+
</tr>
|
4162
|
+
<tr>
|
4163
|
+
<td class="parameter_name"><p>src</p></td>
|
4164
|
+
<td class="parameter_description"><p>a <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoFrame" title="struct GstVideoFrame"><span class="type">GstVideoFrame</span></a></p></td>
|
4165
|
+
<td class="parameter_annotations"> </td>
|
4166
|
+
</tr>
|
4167
|
+
</tbody>
|
4168
|
+
</table></div>
|
4169
|
+
</div>
|
4170
|
+
<p class="since">Since: 1.6</p>
|
4171
|
+
</div>
|
4172
|
+
<hr>
|
4173
|
+
<div class="refsect2">
|
4174
|
+
<a name="gst-video-multiview-get-mono-modes"></a><h3>gst_video_multiview_get_mono_modes ()</h3>
|
4175
|
+
<pre class="programlisting">const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html#GValue"><span class="returnvalue">GValue</span></a> *
|
4176
|
+
gst_video_multiview_get_mono_modes (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
4177
|
+
<div class="refsect3">
|
4178
|
+
<a name="id-1.2.15.3.7.148.4"></a><h4>Returns</h4>
|
4179
|
+
<p> A const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> containing a list of mono video modes</p>
|
4180
|
+
<p>Utility function that returns a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> with a GstList of mono video
|
4181
|
+
modes (mono/left/right) for use in caps negotiations.</p>
|
4182
|
+
</div>
|
4183
|
+
<p class="since">Since: 1.6</p>
|
4184
|
+
</div>
|
4185
|
+
<hr>
|
4186
|
+
<div class="refsect2">
|
4187
|
+
<a name="gst-video-multiview-get-unpacked-modes"></a><h3>gst_video_multiview_get_unpacked_modes ()</h3>
|
4188
|
+
<pre class="programlisting">const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html#GValue"><span class="returnvalue">GValue</span></a> *
|
4189
|
+
gst_video_multiview_get_unpacked_modes
|
4190
|
+
(<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
4191
|
+
<div class="refsect3">
|
4192
|
+
<a name="id-1.2.15.3.7.149.4"></a><h4>Returns</h4>
|
4193
|
+
<p> A const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> containing a list of 'unpacked' stereo video modes</p>
|
4194
|
+
<p>Utility function that returns a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> with a GstList of unpacked
|
4195
|
+
stereo video modes (separated/frame-by-frame/frame-by-frame-multiview)
|
4196
|
+
for use in caps negotiations.</p>
|
4197
|
+
</div>
|
4198
|
+
<p class="since">Since: 1.6</p>
|
4199
|
+
</div>
|
4200
|
+
<hr>
|
4201
|
+
<div class="refsect2">
|
4202
|
+
<a name="gst-video-multiview-get-doubled-height-modes"></a><h3>gst_video_multiview_get_doubled_height_modes ()</h3>
|
4203
|
+
<pre class="programlisting">const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html#GValue"><span class="returnvalue">GValue</span></a> *
|
4204
|
+
gst_video_multiview_get_doubled_height_modes
|
4205
|
+
(<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
4206
|
+
<div class="refsect3">
|
4207
|
+
<a name="id-1.2.15.3.7.150.4"></a><h4>Returns</h4>
|
4208
|
+
<p> A const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> containing a list of stereo video modes</p>
|
4209
|
+
<p>Utility function that returns a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> with a GstList of packed stereo
|
4210
|
+
video modes with double the height of a single view for use in
|
4211
|
+
caps negotiations. Currently this is top-bottom and row-interleaved.</p>
|
4212
|
+
</div>
|
4213
|
+
<p class="since">Since: 1.6</p>
|
4214
|
+
</div>
|
4215
|
+
<hr>
|
4216
|
+
<div class="refsect2">
|
4217
|
+
<a name="gst-video-multiview-get-doubled-size-modes"></a><h3>gst_video_multiview_get_doubled_size_modes ()</h3>
|
4218
|
+
<pre class="programlisting">const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html#GValue"><span class="returnvalue">GValue</span></a> *
|
4219
|
+
gst_video_multiview_get_doubled_size_modes
|
4220
|
+
(<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
4221
|
+
<div class="refsect3">
|
4222
|
+
<a name="id-1.2.15.3.7.151.4"></a><h4>Returns</h4>
|
4223
|
+
<p> A const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> containing a list of stereo video modes</p>
|
4224
|
+
<p>Utility function that returns a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> with a GstList of packed
|
4225
|
+
stereo video modes that have double the width/height of a single
|
4226
|
+
view for use in caps negotiation. Currently this is just
|
4227
|
+
'checkerboard' layout.</p>
|
4228
|
+
</div>
|
4229
|
+
<p class="since">Since: 1.6</p>
|
4230
|
+
</div>
|
4231
|
+
<hr>
|
4232
|
+
<div class="refsect2">
|
4233
|
+
<a name="gst-video-multiview-get-doubled-width-modes"></a><h3>gst_video_multiview_get_doubled_width_modes ()</h3>
|
4234
|
+
<pre class="programlisting">const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html#GValue"><span class="returnvalue">GValue</span></a> *
|
4235
|
+
gst_video_multiview_get_doubled_width_modes
|
4236
|
+
(<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
4237
|
+
<div class="refsect3">
|
4238
|
+
<a name="id-1.2.15.3.7.152.4"></a><h4>Returns</h4>
|
4239
|
+
<p> A const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> containing a list of stereo video modes</p>
|
4240
|
+
<p>Utility function that returns a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> with a GstList of packed stereo
|
4241
|
+
video modes with double the width of a single view for use in
|
4242
|
+
caps negotiations. Currently this is side-by-side, side-by-side-quincunx
|
4243
|
+
and column-interleaved.</p>
|
4244
|
+
</div>
|
4245
|
+
<p class="since">Since: 1.6</p>
|
4246
|
+
</div>
|
4247
|
+
<hr>
|
4248
|
+
<div class="refsect2">
|
4249
|
+
<a name="gst-video-multiview-mode-from-caps-string"></a><h3>gst_video_multiview_mode_from_caps_string ()</h3>
|
4250
|
+
<pre class="programlisting"><a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoMultiviewMode" title="enum GstVideoMultiviewMode"><span class="returnvalue">GstVideoMultiviewMode</span></a>
|
4251
|
+
gst_video_multiview_mode_from_caps_string
|
4252
|
+
(<em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *caps_mview_mode</code></em>);</pre>
|
4253
|
+
<div class="refsect3">
|
4254
|
+
<a name="id-1.2.15.3.7.153.4"></a><h4>Parameters</h4>
|
4255
|
+
<div class="informaltable"><table width="100%" border="0">
|
4256
|
+
<colgroup>
|
4257
|
+
<col width="150px" class="parameters_name">
|
4258
|
+
<col class="parameters_description">
|
4259
|
+
<col width="200px" class="parameters_annotations">
|
4260
|
+
</colgroup>
|
4261
|
+
<tbody><tr>
|
4262
|
+
<td class="parameter_name"><p>caps_mview_mode</p></td>
|
4263
|
+
<td class="parameter_description"><p>multiview-mode field string from caps</p></td>
|
4264
|
+
<td class="parameter_annotations"> </td>
|
4265
|
+
</tr></tbody>
|
4266
|
+
</table></div>
|
4267
|
+
</div>
|
4268
|
+
<div class="refsect3">
|
4269
|
+
<a name="id-1.2.15.3.7.153.5"></a><h4>Returns</h4>
|
4270
|
+
<p> The <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoMultiviewMode" title="enum GstVideoMultiviewMode"><span class="type">GstVideoMultiviewMode</span></a> value</p>
|
4271
|
+
<p>Given a string from a caps multiview-mode field,
|
4272
|
+
output the corresponding <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoMultiviewMode" title="enum GstVideoMultiviewMode"><span class="type">GstVideoMultiviewMode</span></a>
|
4273
|
+
or <a class="link" href="gst-plugins-base-libs-gstvideo.html#GST-VIDEO-MULTIVIEW-MODE-NONE:CAPS"><span class="type">GST_VIDEO_MULTIVIEW_MODE_NONE</span></a></p>
|
4274
|
+
</div>
|
4275
|
+
<p class="since">Since: 1.6</p>
|
4276
|
+
</div>
|
4277
|
+
<hr>
|
4278
|
+
<div class="refsect2">
|
4279
|
+
<a name="gst-video-multiview-mode-to-caps-string"></a><h3>gst_video_multiview_mode_to_caps_string ()</h3>
|
4280
|
+
<pre class="programlisting">const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
4281
|
+
gst_video_multiview_mode_to_caps_string
|
4282
|
+
(<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoMultiviewMode" title="enum GstVideoMultiviewMode"><span class="type">GstVideoMultiviewMode</span></a> mview_mode</code></em>);</pre>
|
4283
|
+
<div class="refsect3">
|
4284
|
+
<a name="id-1.2.15.3.7.154.4"></a><h4>Parameters</h4>
|
4285
|
+
<div class="informaltable"><table width="100%" border="0">
|
4286
|
+
<colgroup>
|
4287
|
+
<col width="150px" class="parameters_name">
|
4288
|
+
<col class="parameters_description">
|
4289
|
+
<col width="200px" class="parameters_annotations">
|
4290
|
+
</colgroup>
|
4291
|
+
<tbody><tr>
|
4292
|
+
<td class="parameter_name"><p>mview_mode</p></td>
|
4293
|
+
<td class="parameter_description"><p>A <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoMultiviewMode" title="enum GstVideoMultiviewMode"><span class="type">GstVideoMultiviewMode</span></a> value</p></td>
|
4294
|
+
<td class="parameter_annotations"> </td>
|
4295
|
+
</tr></tbody>
|
4296
|
+
</table></div>
|
4297
|
+
</div>
|
4298
|
+
<div class="refsect3">
|
4299
|
+
<a name="id-1.2.15.3.7.154.5"></a><h4>Returns</h4>
|
4300
|
+
<p> The caps string representation of the mode, or NULL if invalid.</p>
|
4301
|
+
<p>Given a <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoMultiviewMode" title="enum GstVideoMultiviewMode"><span class="type">GstVideoMultiviewMode</span></a> returns the multiview-mode caps string
|
4302
|
+
for insertion into a caps structure</p>
|
4303
|
+
</div>
|
4304
|
+
<p class="since">Since: 1.6</p>
|
4305
|
+
</div>
|
4306
|
+
<hr>
|
4307
|
+
<div class="refsect2">
|
4308
|
+
<a name="gst-video-multiview-guess-half-aspect"></a><h3>gst_video_multiview_guess_half_aspect ()</h3>
|
4309
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
4310
|
+
gst_video_multiview_guess_half_aspect (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoMultiviewMode" title="enum GstVideoMultiviewMode"><span class="type">GstVideoMultiviewMode</span></a> mv_mode</code></em>,
|
4311
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> width</code></em>,
|
4312
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> height</code></em>,
|
4313
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> par_n</code></em>,
|
4314
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> par_d</code></em>);</pre>
|
4315
|
+
<div class="refsect3">
|
4316
|
+
<a name="id-1.2.15.3.7.155.4"></a><h4>Parameters</h4>
|
4317
|
+
<div class="informaltable"><table width="100%" border="0">
|
4318
|
+
<colgroup>
|
4319
|
+
<col width="150px" class="parameters_name">
|
4320
|
+
<col class="parameters_description">
|
4321
|
+
<col width="200px" class="parameters_annotations">
|
4322
|
+
</colgroup>
|
4323
|
+
<tbody>
|
4324
|
+
<tr>
|
4325
|
+
<td class="parameter_name"><p>mv_mode</p></td>
|
4326
|
+
<td class="parameter_description"><p>A <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoMultiviewMode" title="enum GstVideoMultiviewMode"><span class="type">GstVideoMultiviewMode</span></a></p></td>
|
4327
|
+
<td class="parameter_annotations"> </td>
|
4328
|
+
</tr>
|
4329
|
+
<tr>
|
4330
|
+
<td class="parameter_name"><p>width</p></td>
|
4331
|
+
<td class="parameter_description"><p>Video frame width in pixels</p></td>
|
4332
|
+
<td class="parameter_annotations"> </td>
|
4333
|
+
</tr>
|
4334
|
+
<tr>
|
4335
|
+
<td class="parameter_name"><p>height</p></td>
|
4336
|
+
<td class="parameter_description"><p>Video frame height in pixels</p></td>
|
4337
|
+
<td class="parameter_annotations"> </td>
|
4338
|
+
</tr>
|
4339
|
+
<tr>
|
4340
|
+
<td class="parameter_name"><p>par_n</p></td>
|
4341
|
+
<td class="parameter_description"><p>Numerator of the video pixel-aspect-ratio</p></td>
|
4342
|
+
<td class="parameter_annotations"> </td>
|
4343
|
+
</tr>
|
4344
|
+
<tr>
|
4345
|
+
<td class="parameter_name"><p>par_d</p></td>
|
4346
|
+
<td class="parameter_description"><p>Denominator of the video pixel-aspect-ratio</p></td>
|
4347
|
+
<td class="parameter_annotations"> </td>
|
4348
|
+
</tr>
|
4349
|
+
</tbody>
|
4350
|
+
</table></div>
|
4351
|
+
</div>
|
4352
|
+
<div class="refsect3">
|
4353
|
+
<a name="id-1.2.15.3.7.155.5"></a><h4>Returns</h4>
|
4354
|
+
<p> A boolean indicating whether the
|
4355
|
+
<span class="type">GST_VIDEO_MULTIVIEW_FLAG_HALF_ASPECT</span> flag should be set.</p>
|
4356
|
+
<p>Utility function that heuristically guess whether a
|
4357
|
+
frame-packed stereoscopic video contains half width/height
|
4358
|
+
encoded views, or full-frame views by looking at the
|
4359
|
+
overall display aspect ratio.</p>
|
4360
|
+
</div>
|
4361
|
+
<p class="since">Since: 1.6</p>
|
4362
|
+
</div>
|
4363
|
+
<hr>
|
4364
|
+
<div class="refsect2">
|
4365
|
+
<a name="gst-video-multiview-video-info-change-mode"></a><h3>gst_video_multiview_video_info_change_mode ()</h3>
|
4366
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
4367
|
+
gst_video_multiview_video_info_change_mode
|
4368
|
+
(<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoInfo" title="struct GstVideoInfo"><span class="type">GstVideoInfo</span></a> *info</code></em>,
|
4369
|
+
<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoMultiviewMode" title="enum GstVideoMultiviewMode"><span class="type">GstVideoMultiviewMode</span></a> out_mview_mode</code></em>,
|
4370
|
+
<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoMultiviewFlags" title="enum GstVideoMultiviewFlags"><span class="type">GstVideoMultiviewFlags</span></a> out_mview_flags</code></em>);</pre>
|
4371
|
+
<p>Utility function that transforms the width/height/PAR
|
4372
|
+
and multiview mode and flags of a <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoInfo" title="struct GstVideoInfo"><span class="type">GstVideoInfo</span></a> into
|
4373
|
+
the requested mode.</p>
|
4374
|
+
<div class="refsect3">
|
4375
|
+
<a name="id-1.2.15.3.7.156.5"></a><h4>Parameters</h4>
|
4376
|
+
<div class="informaltable"><table width="100%" border="0">
|
4377
|
+
<colgroup>
|
4378
|
+
<col width="150px" class="parameters_name">
|
4379
|
+
<col class="parameters_description">
|
4380
|
+
<col width="200px" class="parameters_annotations">
|
4381
|
+
</colgroup>
|
4382
|
+
<tbody>
|
4383
|
+
<tr>
|
4384
|
+
<td class="parameter_name"><p>info</p></td>
|
4385
|
+
<td class="parameter_description"><p>A <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoInfo" title="struct GstVideoInfo"><span class="type">GstVideoInfo</span></a> structure to operate on</p></td>
|
4386
|
+
<td class="parameter_annotations"> </td>
|
4387
|
+
</tr>
|
4388
|
+
<tr>
|
4389
|
+
<td class="parameter_name"><p>out_mview_mode</p></td>
|
4390
|
+
<td class="parameter_description"><p>A <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoMultiviewMode" title="enum GstVideoMultiviewMode"><span class="type">GstVideoMultiviewMode</span></a> value</p></td>
|
4391
|
+
<td class="parameter_annotations"> </td>
|
4392
|
+
</tr>
|
4393
|
+
<tr>
|
4394
|
+
<td class="parameter_name"><p>out_mview_flags</p></td>
|
4395
|
+
<td class="parameter_description"><p>A set of <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoMultiviewFlags" title="enum GstVideoMultiviewFlags"><span class="type">GstVideoMultiviewFlags</span></a></p></td>
|
4396
|
+
<td class="parameter_annotations"> </td>
|
4397
|
+
</tr>
|
4398
|
+
</tbody>
|
4399
|
+
</table></div>
|
4400
|
+
</div>
|
4401
|
+
<p class="since">Since: 1.6</p>
|
4402
|
+
</div>
|
4403
|
+
</div>
|
4404
|
+
<div class="refsect1">
|
4405
|
+
<a name="gst-plugins-base-libs-gstvideo.other_details"></a><h2>Types and Values</h2>
|
4406
|
+
<div class="refsect2">
|
4407
|
+
<a name="GstVideoAlignment"></a><h3>struct GstVideoAlignment</h3>
|
4408
|
+
<pre class="programlisting">struct GstVideoAlignment {
|
4409
|
+
guint padding_top;
|
4410
|
+
guint padding_bottom;
|
4411
|
+
guint padding_left;
|
4412
|
+
guint padding_right;
|
4413
|
+
guint stride_align[GST_VIDEO_MAX_PLANES];
|
4414
|
+
};
|
4415
|
+
</pre>
|
4416
|
+
<p>Extra alignment paramters for the memory of video buffers. This
|
4417
|
+
structure is usually used to configure the bufferpool if it supports the
|
4418
|
+
<a class="link" href="gst-plugins-base-libs-GstVideoPool.html#GST-BUFFER-POOL-OPTION-VIDEO-ALIGNMENT:CAPS" title="GST_BUFFER_POOL_OPTION_VIDEO_ALIGNMENT"><span class="type">GST_BUFFER_POOL_OPTION_VIDEO_ALIGNMENT</span></a>.</p>
|
4419
|
+
<div class="refsect3">
|
4420
|
+
<a name="id-1.2.15.3.8.2.5"></a><h4>Members</h4>
|
4421
|
+
<div class="informaltable"><table width="100%" border="0">
|
4422
|
+
<colgroup>
|
4423
|
+
<col width="300px" class="struct_members_name">
|
4424
|
+
<col class="struct_members_description">
|
4425
|
+
<col width="200px" class="struct_members_annotations">
|
4426
|
+
</colgroup>
|
4427
|
+
<tbody>
|
4428
|
+
<tr>
|
4429
|
+
<td class="struct_member_name"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> <em class="structfield"><code><a name="GstVideoAlignment.padding-top"></a>padding_top</code></em>;</p></td>
|
4430
|
+
<td class="struct_member_description"><p>extra pixels on the top</p></td>
|
4431
|
+
<td class="struct_member_annotations"> </td>
|
4432
|
+
</tr>
|
4433
|
+
<tr>
|
4434
|
+
<td class="struct_member_name"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> <em class="structfield"><code><a name="GstVideoAlignment.padding-bottom"></a>padding_bottom</code></em>;</p></td>
|
4435
|
+
<td class="struct_member_description"><p>extra pixels on the bottom</p></td>
|
4436
|
+
<td class="struct_member_annotations"> </td>
|
4437
|
+
</tr>
|
4438
|
+
<tr>
|
4439
|
+
<td class="struct_member_name"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> <em class="structfield"><code><a name="GstVideoAlignment.padding-left"></a>padding_left</code></em>;</p></td>
|
4440
|
+
<td class="struct_member_description"><p>extra pixels on the left side</p></td>
|
4441
|
+
<td class="struct_member_annotations"> </td>
|
4442
|
+
</tr>
|
4443
|
+
<tr>
|
4444
|
+
<td class="struct_member_name"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> <em class="structfield"><code><a name="GstVideoAlignment.padding-right"></a>padding_right</code></em>;</p></td>
|
4445
|
+
<td class="struct_member_description"><p>extra pixels on the right side</p></td>
|
4446
|
+
<td class="struct_member_annotations"> </td>
|
4447
|
+
</tr>
|
4448
|
+
<tr>
|
4449
|
+
<td class="struct_member_name"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> <em class="structfield"><code><a name="GstVideoAlignment.stride-align"></a>stride_align</code></em>[GST_VIDEO_MAX_PLANES];</p></td>
|
4450
|
+
<td class="struct_member_description"><p>array with extra alignment requirements for the strides</p></td>
|
4451
|
+
<td class="struct_member_annotations"> </td>
|
4452
|
+
</tr>
|
4453
|
+
</tbody>
|
4454
|
+
</table></div>
|
4455
|
+
</div>
|
4456
|
+
</div>
|
4457
|
+
<hr>
|
4458
|
+
<div class="refsect2">
|
4459
|
+
<a name="GST-META-TAG-VIDEO-STR:CAPS"></a><h3>GST_META_TAG_VIDEO_STR</h3>
|
4460
|
+
<pre class="programlisting">#define GST_META_TAG_VIDEO_STR "video"
|
4461
|
+
</pre>
|
4462
|
+
<p>This metadata is relevant for video streams.</p>
|
4463
|
+
<p class="since">Since: 1.2</p>
|
4464
|
+
</div>
|
4465
|
+
<hr>
|
4466
|
+
<div class="refsect2">
|
4467
|
+
<a name="GST-META-TAG-VIDEO-ORIENTATION-STR:CAPS"></a><h3>GST_META_TAG_VIDEO_ORIENTATION_STR</h3>
|
4468
|
+
<pre class="programlisting">#define GST_META_TAG_VIDEO_ORIENTATION_STR "orientation"
|
4469
|
+
</pre>
|
4470
|
+
<p>This metadata stays relevant as long as video orientation is unchanged.</p>
|
4471
|
+
<p class="since">Since: 1.2</p>
|
4472
|
+
</div>
|
4473
|
+
<hr>
|
4474
|
+
<div class="refsect2">
|
4475
|
+
<a name="GST-META-TAG-VIDEO-SIZE-STR:CAPS"></a><h3>GST_META_TAG_VIDEO_SIZE_STR</h3>
|
4476
|
+
<pre class="programlisting">#define GST_META_TAG_VIDEO_SIZE_STR "size"
|
4477
|
+
</pre>
|
4478
|
+
<p>This metadata stays relevant as long as video size is unchanged.</p>
|
4479
|
+
<p class="since">Since: 1.2</p>
|
4480
|
+
</div>
|
4481
|
+
<hr>
|
4482
|
+
<div class="refsect2">
|
4483
|
+
<a name="GST-META-TAG-VIDEO-COLORSPACE-STR:CAPS"></a><h3>GST_META_TAG_VIDEO_COLORSPACE_STR</h3>
|
4484
|
+
<pre class="programlisting">#define GST_META_TAG_VIDEO_COLORSPACE_STR "colorspace"
|
4485
|
+
</pre>
|
4486
|
+
<p>This metadata stays relevant as long as video colorspace is unchanged.</p>
|
4487
|
+
<p class="since">Since: 1.2</p>
|
4488
|
+
</div>
|
4489
|
+
<hr>
|
4490
|
+
<div class="refsect2">
|
4491
|
+
<a name="GstVideoFormat"></a><h3>enum GstVideoFormat</h3>
|
4492
|
+
<p>Enum value describing the most common video formats.</p>
|
4493
|
+
<div class="refsect3">
|
4494
|
+
<a name="id-1.2.15.3.8.7.4"></a><h4>Members</h4>
|
4495
|
+
<div class="informaltable"><table width="100%" border="0">
|
4496
|
+
<colgroup>
|
4497
|
+
<col width="300px" class="enum_members_name">
|
4498
|
+
<col class="enum_members_description">
|
4499
|
+
<col width="200px" class="enum_members_annotations">
|
4500
|
+
</colgroup>
|
4501
|
+
<tbody>
|
4502
|
+
<tr>
|
4503
|
+
<td class="enum_member_name"><p><a name="GST-VIDEO-FORMAT-UNKNOWN:CAPS"></a>GST_VIDEO_FORMAT_UNKNOWN</p></td>
|
4504
|
+
<td class="enum_member_description">
|
4505
|
+
<p>Unknown or unset video format id</p>
|
4506
|
+
</td>
|
4507
|
+
<td class="enum_member_annotations"> </td>
|
4508
|
+
</tr>
|
4509
|
+
<tr>
|
4510
|
+
<td class="enum_member_name"><p><a name="GST-VIDEO-FORMAT-ENCODED:CAPS"></a>GST_VIDEO_FORMAT_ENCODED</p></td>
|
4511
|
+
<td class="enum_member_description">
|
4512
|
+
<p>Encoded video format. Only ever use that in caps for
|
4513
|
+
special video formats in combination with non-system
|
4514
|
+
memory GstCapsFeatures where it does not make sense
|
4515
|
+
to specify a real video format.</p>
|
4516
|
+
</td>
|
4517
|
+
<td class="enum_member_annotations"> </td>
|
4518
|
+
</tr>
|
4519
|
+
<tr>
|
4520
|
+
<td class="enum_member_name"><p><a name="GST-VIDEO-FORMAT-I420:CAPS"></a>GST_VIDEO_FORMAT_I420</p></td>
|
4521
|
+
<td class="enum_member_description">
|
4522
|
+
<p>planar 4:2:0 YUV</p>
|
4523
|
+
</td>
|
4524
|
+
<td class="enum_member_annotations"> </td>
|
4525
|
+
</tr>
|
4526
|
+
<tr>
|
4527
|
+
<td class="enum_member_name"><p><a name="GST-VIDEO-FORMAT-YV12:CAPS"></a>GST_VIDEO_FORMAT_YV12</p></td>
|
4528
|
+
<td class="enum_member_description">
|
4529
|
+
<p>planar 4:2:0 YVU (like I420 but UV planes swapped)</p>
|
4530
|
+
</td>
|
4531
|
+
<td class="enum_member_annotations"> </td>
|
4532
|
+
</tr>
|
4533
|
+
<tr>
|
4534
|
+
<td class="enum_member_name"><p><a name="GST-VIDEO-FORMAT-YUY2:CAPS"></a>GST_VIDEO_FORMAT_YUY2</p></td>
|
4535
|
+
<td class="enum_member_description">
|
4536
|
+
<p>packed 4:2:2 YUV (Y0-U0-Y1-V0 Y2-U2-Y3-V2 Y4 ...)</p>
|
4537
|
+
</td>
|
4538
|
+
<td class="enum_member_annotations"> </td>
|
4539
|
+
</tr>
|
4540
|
+
<tr>
|
4541
|
+
<td class="enum_member_name"><p><a name="GST-VIDEO-FORMAT-UYVY:CAPS"></a>GST_VIDEO_FORMAT_UYVY</p></td>
|
4542
|
+
<td class="enum_member_description">
|
4543
|
+
<p>packed 4:2:2 YUV (U0-Y0-V0-Y1 U2-Y2-V2-Y3 U4 ...)</p>
|
4544
|
+
</td>
|
4545
|
+
<td class="enum_member_annotations"> </td>
|
4546
|
+
</tr>
|
4547
|
+
<tr>
|
4548
|
+
<td class="enum_member_name"><p><a name="GST-VIDEO-FORMAT-AYUV:CAPS"></a>GST_VIDEO_FORMAT_AYUV</p></td>
|
4549
|
+
<td class="enum_member_description">
|
4550
|
+
<p>packed 4:4:4 YUV with alpha channel (A0-Y0-U0-V0 ...)</p>
|
4551
|
+
</td>
|
4552
|
+
<td class="enum_member_annotations"> </td>
|
4553
|
+
</tr>
|
4554
|
+
<tr>
|
4555
|
+
<td class="enum_member_name"><p><a name="GST-VIDEO-FORMAT-RGBx"></a>GST_VIDEO_FORMAT_RGBx</p></td>
|
4556
|
+
<td class="enum_member_description">
|
4557
|
+
<p>sparse rgb packed into 32 bit, space last</p>
|
4558
|
+
</td>
|
4559
|
+
<td class="enum_member_annotations"> </td>
|
4560
|
+
</tr>
|
4561
|
+
<tr>
|
4562
|
+
<td class="enum_member_name"><p><a name="GST-VIDEO-FORMAT-BGRx"></a>GST_VIDEO_FORMAT_BGRx</p></td>
|
4563
|
+
<td class="enum_member_description">
|
4564
|
+
<p>sparse reverse rgb packed into 32 bit, space last</p>
|
4565
|
+
</td>
|
4566
|
+
<td class="enum_member_annotations"> </td>
|
4567
|
+
</tr>
|
4568
|
+
<tr>
|
4569
|
+
<td class="enum_member_name"><p><a name="GST-VIDEO-FORMAT-xRGB"></a>GST_VIDEO_FORMAT_xRGB</p></td>
|
4570
|
+
<td class="enum_member_description">
|
4571
|
+
<p>sparse rgb packed into 32 bit, space first</p>
|
4572
|
+
</td>
|
4573
|
+
<td class="enum_member_annotations"> </td>
|
4574
|
+
</tr>
|
4575
|
+
<tr>
|
4576
|
+
<td class="enum_member_name"><p><a name="GST-VIDEO-FORMAT-xBGR"></a>GST_VIDEO_FORMAT_xBGR</p></td>
|
4577
|
+
<td class="enum_member_description">
|
4578
|
+
<p>sparse reverse rgb packed into 32 bit, space first</p>
|
4579
|
+
</td>
|
4580
|
+
<td class="enum_member_annotations"> </td>
|
4581
|
+
</tr>
|
4582
|
+
<tr>
|
4583
|
+
<td class="enum_member_name"><p><a name="GST-VIDEO-FORMAT-RGBA:CAPS"></a>GST_VIDEO_FORMAT_RGBA</p></td>
|
4584
|
+
<td class="enum_member_description">
|
4585
|
+
<p>rgb with alpha channel last</p>
|
4586
|
+
</td>
|
4587
|
+
<td class="enum_member_annotations"> </td>
|
4588
|
+
</tr>
|
4589
|
+
<tr>
|
4590
|
+
<td class="enum_member_name"><p><a name="GST-VIDEO-FORMAT-BGRA:CAPS"></a>GST_VIDEO_FORMAT_BGRA</p></td>
|
4591
|
+
<td class="enum_member_description">
|
4592
|
+
<p>reverse rgb with alpha channel last</p>
|
4593
|
+
</td>
|
4594
|
+
<td class="enum_member_annotations"> </td>
|
3629
4595
|
</tr>
|
3630
4596
|
<tr>
|
3631
4597
|
<td class="enum_member_name"><p><a name="GST-VIDEO-FORMAT-ARGB:CAPS"></a>GST_VIDEO_FORMAT_ARGB</p></td>
|
@@ -3914,6 +4880,55 @@ structure is usually used to configure the bufferpool if it supports the
|
|
3914
4880
|
</td>
|
3915
4881
|
<td class="enum_member_annotations"> </td>
|
3916
4882
|
</tr>
|
4883
|
+
<tr>
|
4884
|
+
<td class="enum_member_name"><p><a name="GST-VIDEO-FORMAT-A420-10BE:CAPS"></a>GST_VIDEO_FORMAT_A420_10BE</p></td>
|
4885
|
+
<td class="enum_member_description">
|
4886
|
+
<p>planar 4:4:2:0 YUV, 10 bits per channel</p>
|
4887
|
+
</td>
|
4888
|
+
<td class="enum_member_annotations"> </td>
|
4889
|
+
</tr>
|
4890
|
+
<tr>
|
4891
|
+
<td class="enum_member_name"><p><a name="GST-VIDEO-FORMAT-A420-10LE:CAPS"></a>GST_VIDEO_FORMAT_A420_10LE</p></td>
|
4892
|
+
<td class="enum_member_description">
|
4893
|
+
<p>planar 4:4:2:0 YUV, 10 bits per channel</p>
|
4894
|
+
</td>
|
4895
|
+
<td class="enum_member_annotations"> </td>
|
4896
|
+
</tr>
|
4897
|
+
<tr>
|
4898
|
+
<td class="enum_member_name"><p><a name="GST-VIDEO-FORMAT-A422-10BE:CAPS"></a>GST_VIDEO_FORMAT_A422_10BE</p></td>
|
4899
|
+
<td class="enum_member_description">
|
4900
|
+
<p>planar 4:4:2:2 YUV, 10 bits per channel</p>
|
4901
|
+
</td>
|
4902
|
+
<td class="enum_member_annotations"> </td>
|
4903
|
+
</tr>
|
4904
|
+
<tr>
|
4905
|
+
<td class="enum_member_name"><p><a name="GST-VIDEO-FORMAT-A422-10LE:CAPS"></a>GST_VIDEO_FORMAT_A422_10LE</p></td>
|
4906
|
+
<td class="enum_member_description">
|
4907
|
+
<p>planar 4:4:2:2 YUV, 10 bits per channel</p>
|
4908
|
+
</td>
|
4909
|
+
<td class="enum_member_annotations"> </td>
|
4910
|
+
</tr>
|
4911
|
+
<tr>
|
4912
|
+
<td class="enum_member_name"><p><a name="GST-VIDEO-FORMAT-A444-10BE:CAPS"></a>GST_VIDEO_FORMAT_A444_10BE</p></td>
|
4913
|
+
<td class="enum_member_description">
|
4914
|
+
<p>planar 4:4:4:4 YUV, 10 bits per channel</p>
|
4915
|
+
</td>
|
4916
|
+
<td class="enum_member_annotations"> </td>
|
4917
|
+
</tr>
|
4918
|
+
<tr>
|
4919
|
+
<td class="enum_member_name"><p><a name="GST-VIDEO-FORMAT-A444-10LE:CAPS"></a>GST_VIDEO_FORMAT_A444_10LE</p></td>
|
4920
|
+
<td class="enum_member_description">
|
4921
|
+
<p>planar 4:4:4:4 YUV, 10 bits per channel</p>
|
4922
|
+
</td>
|
4923
|
+
<td class="enum_member_annotations"> </td>
|
4924
|
+
</tr>
|
4925
|
+
<tr>
|
4926
|
+
<td class="enum_member_name"><p><a name="GST-VIDEO-FORMAT-NV61:CAPS"></a>GST_VIDEO_FORMAT_NV61</p></td>
|
4927
|
+
<td class="enum_member_description">
|
4928
|
+
<p>planar 4:2:2 YUV with interleaved VU plane (Since 1.6)</p>
|
4929
|
+
</td>
|
4930
|
+
<td class="enum_member_annotations"> </td>
|
4931
|
+
</tr>
|
3917
4932
|
</tbody>
|
3918
4933
|
</table></div>
|
3919
4934
|
</div>
|
@@ -4103,90 +5118,10 @@ The height of a tile, in bytes, represented as a shift</p></td>
|
|
4103
5118
|
</div>
|
4104
5119
|
<hr>
|
4105
5120
|
<div class="refsect2">
|
4106
|
-
<a name="GstVideoChromaSite"></a><h3>enum GstVideoChromaSite</h3>
|
4107
|
-
<p>Various Chroma sitings.</p>
|
4108
|
-
<div class="refsect3">
|
4109
|
-
<a name="id-1.2.15.3.8.11.4"></a><h4>Members</h4>
|
4110
|
-
<div class="informaltable"><table width="100%" border="0">
|
4111
|
-
<colgroup>
|
4112
|
-
<col width="300px" class="enum_members_name">
|
4113
|
-
<col class="enum_members_description">
|
4114
|
-
<col width="200px" class="enum_members_annotations">
|
4115
|
-
</colgroup>
|
4116
|
-
<tbody>
|
4117
|
-
<tr>
|
4118
|
-
<td class="enum_member_name"><p><a name="GST-VIDEO-CHROMA-SITE-UNKNOWN:CAPS"></a>GST_VIDEO_CHROMA_SITE_UNKNOWN</p></td>
|
4119
|
-
<td class="enum_member_description">
|
4120
|
-
<p>unknown cositing</p>
|
4121
|
-
</td>
|
4122
|
-
<td class="enum_member_annotations"> </td>
|
4123
|
-
</tr>
|
4124
|
-
<tr>
|
4125
|
-
<td class="enum_member_name"><p><a name="GST-VIDEO-CHROMA-SITE-NONE:CAPS"></a>GST_VIDEO_CHROMA_SITE_NONE</p></td>
|
4126
|
-
<td class="enum_member_description">
|
4127
|
-
<p>no cositing</p>
|
4128
|
-
</td>
|
4129
|
-
<td class="enum_member_annotations"> </td>
|
4130
|
-
</tr>
|
4131
|
-
<tr>
|
4132
|
-
<td class="enum_member_name"><p><a name="GST-VIDEO-CHROMA-SITE-H-COSITED:CAPS"></a>GST_VIDEO_CHROMA_SITE_H_COSITED</p></td>
|
4133
|
-
<td class="enum_member_description">
|
4134
|
-
<p>chroma is horizontally cosited</p>
|
4135
|
-
</td>
|
4136
|
-
<td class="enum_member_annotations"> </td>
|
4137
|
-
</tr>
|
4138
|
-
<tr>
|
4139
|
-
<td class="enum_member_name"><p><a name="GST-VIDEO-CHROMA-SITE-V-COSITED:CAPS"></a>GST_VIDEO_CHROMA_SITE_V_COSITED</p></td>
|
4140
|
-
<td class="enum_member_description">
|
4141
|
-
<p>chroma is vertically cosited</p>
|
4142
|
-
</td>
|
4143
|
-
<td class="enum_member_annotations"> </td>
|
4144
|
-
</tr>
|
4145
|
-
<tr>
|
4146
|
-
<td class="enum_member_name"><p><a name="GST-VIDEO-CHROMA-SITE-ALT-LINE:CAPS"></a>GST_VIDEO_CHROMA_SITE_ALT_LINE</p></td>
|
4147
|
-
<td class="enum_member_description">
|
4148
|
-
<p>choma samples are sited on alternate lines</p>
|
4149
|
-
</td>
|
4150
|
-
<td class="enum_member_annotations"> </td>
|
4151
|
-
</tr>
|
4152
|
-
<tr>
|
4153
|
-
<td class="enum_member_name"><p><a name="GST-VIDEO-CHROMA-SITE-COSITED:CAPS"></a>GST_VIDEO_CHROMA_SITE_COSITED</p></td>
|
4154
|
-
<td class="enum_member_description">
|
4155
|
-
<p>chroma samples cosited with luma samples</p>
|
4156
|
-
</td>
|
4157
|
-
<td class="enum_member_annotations"> </td>
|
4158
|
-
</tr>
|
4159
|
-
<tr>
|
4160
|
-
<td class="enum_member_name"><p><a name="GST-VIDEO-CHROMA-SITE-JPEG:CAPS"></a>GST_VIDEO_CHROMA_SITE_JPEG</p></td>
|
4161
|
-
<td class="enum_member_description">
|
4162
|
-
<p>jpeg style cositing, also for mpeg1 and mjpeg</p>
|
4163
|
-
</td>
|
4164
|
-
<td class="enum_member_annotations"> </td>
|
4165
|
-
</tr>
|
4166
|
-
<tr>
|
4167
|
-
<td class="enum_member_name"><p><a name="GST-VIDEO-CHROMA-SITE-MPEG2:CAPS"></a>GST_VIDEO_CHROMA_SITE_MPEG2</p></td>
|
4168
|
-
<td class="enum_member_description">
|
4169
|
-
<p>mpeg2 style cositing</p>
|
4170
|
-
</td>
|
4171
|
-
<td class="enum_member_annotations"> </td>
|
4172
|
-
</tr>
|
4173
|
-
<tr>
|
4174
|
-
<td class="enum_member_name"><p><a name="GST-VIDEO-CHROMA-SITE-DV:CAPS"></a>GST_VIDEO_CHROMA_SITE_DV</p></td>
|
4175
|
-
<td class="enum_member_description">
|
4176
|
-
<p>DV style cositing</p>
|
4177
|
-
</td>
|
4178
|
-
<td class="enum_member_annotations"> </td>
|
4179
|
-
</tr>
|
4180
|
-
</tbody>
|
4181
|
-
</table></div>
|
4182
|
-
</div>
|
4183
|
-
</div>
|
4184
|
-
<hr>
|
4185
|
-
<div class="refsect2">
|
4186
5121
|
<a name="GstVideoFormatFlags"></a><h3>enum GstVideoFormatFlags</h3>
|
4187
5122
|
<p>The different video flags that a format info can have.</p>
|
4188
5123
|
<div class="refsect3">
|
4189
|
-
<a name="id-1.2.15.3.8.
|
5124
|
+
<a name="id-1.2.15.3.8.11.4"></a><h4>Members</h4>
|
4190
5125
|
<div class="informaltable"><table width="100%" border="0">
|
4191
5126
|
<colgroup>
|
4192
5127
|
<col width="300px" class="enum_members_name">
|
@@ -4275,7 +5210,7 @@ The height of a tile, in bytes, represented as a shift</p></td>
|
|
4275
5210
|
<a name="GstVideoPackFlags"></a><h3>enum GstVideoPackFlags</h3>
|
4276
5211
|
<p>The different flags that can be used when packing and unpacking.</p>
|
4277
5212
|
<div class="refsect3">
|
4278
|
-
<a name="id-1.2.15.3.8.
|
5213
|
+
<a name="id-1.2.15.3.8.12.4"></a><h4>Members</h4>
|
4279
5214
|
<div class="informaltable"><table width="100%" border="0">
|
4280
5215
|
<colgroup>
|
4281
5216
|
<col width="300px" class="enum_members_name">
|
@@ -4337,7 +5272,7 @@ The height of a tile, in bytes, represented as a shift</p></td>
|
|
4337
5272
|
<p>Possible color range values. These constants are defined for 8 bit color
|
4338
5273
|
values and can be scaled for other bit depths.</p>
|
4339
5274
|
<div class="refsect3">
|
4340
|
-
<a name="id-1.2.15.3.8.
|
5275
|
+
<a name="id-1.2.15.3.8.16.4"></a><h4>Members</h4>
|
4341
5276
|
<div class="informaltable"><table width="100%" border="0">
|
4342
5277
|
<colgroup>
|
4343
5278
|
<col width="300px" class="enum_members_name">
|
@@ -4377,7 +5312,7 @@ values and can be scaled for other bit depths.</p>
|
|
4377
5312
|
<p>The color matrix is used to convert between Y'PbPr and
|
4378
5313
|
non-linear RGB (R'G'B')</p>
|
4379
5314
|
<div class="refsect3">
|
4380
|
-
<a name="id-1.2.15.3.8.
|
5315
|
+
<a name="id-1.2.15.3.8.17.4"></a><h4>Members</h4>
|
4381
5316
|
<div class="informaltable"><table width="100%" border="0">
|
4382
5317
|
<colgroup>
|
4383
5318
|
<col width="300px" class="enum_members_name">
|
@@ -4427,17 +5362,24 @@ non-linear RGB (R'G'B')</p>
|
|
4427
5362
|
</td>
|
4428
5363
|
<td class="enum_member_annotations"> </td>
|
4429
5364
|
</tr>
|
5365
|
+
<tr>
|
5366
|
+
<td class="enum_member_name"><p><a name="GST-VIDEO-COLOR-MATRIX-BT2020:CAPS"></a>GST_VIDEO_COLOR_MATRIX_BT2020</p></td>
|
5367
|
+
<td class="enum_member_description">
|
5368
|
+
<p>ITU-R BT.2020 color matrix. Since: 1.6.</p>
|
5369
|
+
</td>
|
5370
|
+
<td class="enum_member_annotations"> </td>
|
5371
|
+
</tr>
|
4430
5372
|
</tbody>
|
4431
5373
|
</table></div>
|
4432
5374
|
</div>
|
4433
5375
|
</div>
|
4434
5376
|
<hr>
|
4435
5377
|
<div class="refsect2">
|
4436
|
-
<a name="
|
4437
|
-
<p>The
|
4438
|
-
|
5378
|
+
<a name="GstVideoColorPrimaries"></a><h3>enum GstVideoColorPrimaries</h3>
|
5379
|
+
<p>The color primaries define the how to transform linear RGB values to and from
|
5380
|
+
the CIE XYZ colorspace.</p>
|
4439
5381
|
<div class="refsect3">
|
4440
|
-
<a name="id-1.2.15.3.8.
|
5382
|
+
<a name="id-1.2.15.3.8.18.4"></a><h4>Members</h4>
|
4441
5383
|
<div class="informaltable"><table width="100%" border="0">
|
4442
5384
|
<colgroup>
|
4443
5385
|
<col width="300px" class="enum_members_name">
|
@@ -4446,151 +5388,167 @@ non-linear RGB (R'G'B') and linear RGB</p>
|
|
4446
5388
|
</colgroup>
|
4447
5389
|
<tbody>
|
4448
5390
|
<tr>
|
4449
|
-
<td class="enum_member_name"><p><a name="GST-VIDEO-
|
5391
|
+
<td class="enum_member_name"><p><a name="GST-VIDEO-COLOR-PRIMARIES-UNKNOWN:CAPS"></a>GST_VIDEO_COLOR_PRIMARIES_UNKNOWN</p></td>
|
4450
5392
|
<td class="enum_member_description">
|
4451
|
-
<p>unknown
|
5393
|
+
<p>unknown color primaries</p>
|
4452
5394
|
</td>
|
4453
5395
|
<td class="enum_member_annotations"> </td>
|
4454
5396
|
</tr>
|
4455
5397
|
<tr>
|
4456
|
-
<td class="enum_member_name"><p><a name="GST-VIDEO-
|
5398
|
+
<td class="enum_member_name"><p><a name="GST-VIDEO-COLOR-PRIMARIES-BT709:CAPS"></a>GST_VIDEO_COLOR_PRIMARIES_BT709</p></td>
|
4457
5399
|
<td class="enum_member_description">
|
4458
|
-
<p>
|
5400
|
+
<p>BT709 primaries</p>
|
4459
5401
|
</td>
|
4460
5402
|
<td class="enum_member_annotations"> </td>
|
4461
5403
|
</tr>
|
4462
5404
|
<tr>
|
4463
|
-
<td class="enum_member_name"><p><a name="GST-VIDEO-
|
5405
|
+
<td class="enum_member_name"><p><a name="GST-VIDEO-COLOR-PRIMARIES-BT470M:CAPS"></a>GST_VIDEO_COLOR_PRIMARIES_BT470M</p></td>
|
4464
5406
|
<td class="enum_member_description">
|
4465
|
-
<p>
|
5407
|
+
<p>BT470M primaries</p>
|
4466
5408
|
</td>
|
4467
5409
|
<td class="enum_member_annotations"> </td>
|
4468
5410
|
</tr>
|
4469
5411
|
<tr>
|
4470
|
-
<td class="enum_member_name"><p><a name="GST-VIDEO-
|
5412
|
+
<td class="enum_member_name"><p><a name="GST-VIDEO-COLOR-PRIMARIES-BT470BG:CAPS"></a>GST_VIDEO_COLOR_PRIMARIES_BT470BG</p></td>
|
4471
5413
|
<td class="enum_member_description">
|
4472
|
-
<p>
|
5414
|
+
<p>BT470BG primaries</p>
|
4473
5415
|
</td>
|
4474
5416
|
<td class="enum_member_annotations"> </td>
|
4475
5417
|
</tr>
|
4476
5418
|
<tr>
|
4477
|
-
<td class="enum_member_name"><p><a name="GST-VIDEO-
|
5419
|
+
<td class="enum_member_name"><p><a name="GST-VIDEO-COLOR-PRIMARIES-SMPTE170M:CAPS"></a>GST_VIDEO_COLOR_PRIMARIES_SMPTE170M</p></td>
|
4478
5420
|
<td class="enum_member_description">
|
4479
|
-
<p>
|
5421
|
+
<p>SMPTE170M primaries</p>
|
4480
5422
|
</td>
|
4481
5423
|
<td class="enum_member_annotations"> </td>
|
4482
5424
|
</tr>
|
4483
5425
|
<tr>
|
4484
|
-
<td class="enum_member_name"><p><a name="GST-VIDEO-
|
5426
|
+
<td class="enum_member_name"><p><a name="GST-VIDEO-COLOR-PRIMARIES-SMPTE240M:CAPS"></a>GST_VIDEO_COLOR_PRIMARIES_SMPTE240M</p></td>
|
4485
5427
|
<td class="enum_member_description">
|
4486
|
-
<p>
|
4487
|
-
range</p>
|
5428
|
+
<p>SMPTE240M primaries</p>
|
4488
5429
|
</td>
|
4489
5430
|
<td class="enum_member_annotations"> </td>
|
4490
5431
|
</tr>
|
4491
5432
|
<tr>
|
4492
|
-
<td class="enum_member_name"><p><a name="GST-VIDEO-
|
5433
|
+
<td class="enum_member_name"><p><a name="GST-VIDEO-COLOR-PRIMARIES-FILM:CAPS"></a>GST_VIDEO_COLOR_PRIMARIES_FILM</p></td>
|
4493
5434
|
<td class="enum_member_description">
|
4494
|
-
<p>
|
4495
|
-
lower range</p>
|
5435
|
+
<p>Generic film</p>
|
4496
5436
|
</td>
|
4497
5437
|
<td class="enum_member_annotations"> </td>
|
4498
5438
|
</tr>
|
4499
5439
|
<tr>
|
4500
|
-
<td class="enum_member_name"><p><a name="GST-VIDEO-
|
5440
|
+
<td class="enum_member_name"><p><a name="GST-VIDEO-COLOR-PRIMARIES-BT2020:CAPS"></a>GST_VIDEO_COLOR_PRIMARIES_BT2020</p></td>
|
4501
5441
|
<td class="enum_member_description">
|
4502
|
-
<p>
|
4503
|
-
|
5442
|
+
<p>BT2020 primaries. Since: 1.6.</p>
|
5443
|
+
</td>
|
5444
|
+
<td class="enum_member_annotations"> </td>
|
5445
|
+
</tr>
|
5446
|
+
</tbody>
|
5447
|
+
</table></div>
|
5448
|
+
</div>
|
5449
|
+
</div>
|
5450
|
+
<hr>
|
5451
|
+
<div class="refsect2">
|
5452
|
+
<a name="GstVideoTransferFunction"></a><h3>enum GstVideoTransferFunction</h3>
|
5453
|
+
<p>The video transfer function defines the formula for converting between
|
5454
|
+
non-linear RGB (R'G'B') and linear RGB</p>
|
5455
|
+
<div class="refsect3">
|
5456
|
+
<a name="id-1.2.15.3.8.19.4"></a><h4>Members</h4>
|
5457
|
+
<div class="informaltable"><table width="100%" border="0">
|
5458
|
+
<colgroup>
|
5459
|
+
<col width="300px" class="enum_members_name">
|
5460
|
+
<col class="enum_members_description">
|
5461
|
+
<col width="200px" class="enum_members_annotations">
|
5462
|
+
</colgroup>
|
5463
|
+
<tbody>
|
5464
|
+
<tr>
|
5465
|
+
<td class="enum_member_name"><p><a name="GST-VIDEO-TRANSFER-UNKNOWN:CAPS"></a>GST_VIDEO_TRANSFER_UNKNOWN</p></td>
|
5466
|
+
<td class="enum_member_description">
|
5467
|
+
<p>unknown transfer function</p>
|
4504
5468
|
</td>
|
4505
5469
|
<td class="enum_member_annotations"> </td>
|
4506
5470
|
</tr>
|
4507
5471
|
<tr>
|
4508
|
-
<td class="enum_member_name"><p><a name="GST-VIDEO-TRANSFER-
|
5472
|
+
<td class="enum_member_name"><p><a name="GST-VIDEO-TRANSFER-GAMMA10:CAPS"></a>GST_VIDEO_TRANSFER_GAMMA10</p></td>
|
4509
5473
|
<td class="enum_member_description">
|
4510
|
-
<p>
|
5474
|
+
<p>linear RGB, gamma 1.0 curve</p>
|
4511
5475
|
</td>
|
4512
5476
|
<td class="enum_member_annotations"> </td>
|
4513
5477
|
</tr>
|
4514
5478
|
<tr>
|
4515
|
-
<td class="enum_member_name"><p><a name="GST-VIDEO-TRANSFER-
|
5479
|
+
<td class="enum_member_name"><p><a name="GST-VIDEO-TRANSFER-GAMMA18:CAPS"></a>GST_VIDEO_TRANSFER_GAMMA18</p></td>
|
4516
5480
|
<td class="enum_member_description">
|
4517
|
-
<p>
|
4518
|
-
100:1 range</p>
|
5481
|
+
<p>Gamma 1.8 curve</p>
|
4519
5482
|
</td>
|
4520
5483
|
<td class="enum_member_annotations"> </td>
|
4521
5484
|
</tr>
|
4522
5485
|
<tr>
|
4523
|
-
<td class="enum_member_name"><p><a name="GST-VIDEO-TRANSFER-
|
5486
|
+
<td class="enum_member_name"><p><a name="GST-VIDEO-TRANSFER-GAMMA20:CAPS"></a>GST_VIDEO_TRANSFER_GAMMA20</p></td>
|
4524
5487
|
<td class="enum_member_description">
|
4525
|
-
<p>
|
4526
|
-
316.22777:1 range</p>
|
5488
|
+
<p>Gamma 2.0 curve</p>
|
4527
5489
|
</td>
|
4528
5490
|
<td class="enum_member_annotations"> </td>
|
4529
5491
|
</tr>
|
4530
|
-
</tbody>
|
4531
|
-
</table></div>
|
4532
|
-
</div>
|
4533
|
-
</div>
|
4534
|
-
<hr>
|
4535
|
-
<div class="refsect2">
|
4536
|
-
<a name="GstVideoColorPrimaries"></a><h3>enum GstVideoColorPrimaries</h3>
|
4537
|
-
<p>The color primaries define the how to transform linear RGB values to and from
|
4538
|
-
the CIE XYZ colorspace.</p>
|
4539
|
-
<div class="refsect3">
|
4540
|
-
<a name="id-1.2.15.3.8.20.4"></a><h4>Members</h4>
|
4541
|
-
<div class="informaltable"><table width="100%" border="0">
|
4542
|
-
<colgroup>
|
4543
|
-
<col width="300px" class="enum_members_name">
|
4544
|
-
<col class="enum_members_description">
|
4545
|
-
<col width="200px" class="enum_members_annotations">
|
4546
|
-
</colgroup>
|
4547
|
-
<tbody>
|
4548
5492
|
<tr>
|
4549
|
-
<td class="enum_member_name"><p><a name="GST-VIDEO-
|
5493
|
+
<td class="enum_member_name"><p><a name="GST-VIDEO-TRANSFER-GAMMA22:CAPS"></a>GST_VIDEO_TRANSFER_GAMMA22</p></td>
|
4550
5494
|
<td class="enum_member_description">
|
4551
|
-
<p>
|
5495
|
+
<p>Gamma 2.2 curve</p>
|
4552
5496
|
</td>
|
4553
5497
|
<td class="enum_member_annotations"> </td>
|
4554
5498
|
</tr>
|
4555
5499
|
<tr>
|
4556
|
-
<td class="enum_member_name"><p><a name="GST-VIDEO-
|
5500
|
+
<td class="enum_member_name"><p><a name="GST-VIDEO-TRANSFER-BT709:CAPS"></a>GST_VIDEO_TRANSFER_BT709</p></td>
|
4557
5501
|
<td class="enum_member_description">
|
4558
|
-
<p>
|
5502
|
+
<p>Gamma 2.2 curve with a linear segment in the lower
|
5503
|
+
range</p>
|
4559
5504
|
</td>
|
4560
5505
|
<td class="enum_member_annotations"> </td>
|
4561
5506
|
</tr>
|
4562
5507
|
<tr>
|
4563
|
-
<td class="enum_member_name"><p><a name="GST-VIDEO-
|
5508
|
+
<td class="enum_member_name"><p><a name="GST-VIDEO-TRANSFER-SMPTE240M:CAPS"></a>GST_VIDEO_TRANSFER_SMPTE240M</p></td>
|
4564
5509
|
<td class="enum_member_description">
|
4565
|
-
<p>
|
5510
|
+
<p>Gamma 2.2 curve with a linear segment in the
|
5511
|
+
lower range</p>
|
5512
|
+
</td>
|
5513
|
+
<td class="enum_member_annotations"> </td>
|
5514
|
+
</tr>
|
5515
|
+
<tr>
|
5516
|
+
<td class="enum_member_name"><p><a name="GST-VIDEO-TRANSFER-SRGB:CAPS"></a>GST_VIDEO_TRANSFER_SRGB</p></td>
|
5517
|
+
<td class="enum_member_description">
|
5518
|
+
<p>Gamma 2.4 curve with a linear segment in the lower
|
5519
|
+
range</p>
|
4566
5520
|
</td>
|
4567
5521
|
<td class="enum_member_annotations"> </td>
|
4568
5522
|
</tr>
|
4569
5523
|
<tr>
|
4570
|
-
<td class="enum_member_name"><p><a name="GST-VIDEO-
|
5524
|
+
<td class="enum_member_name"><p><a name="GST-VIDEO-TRANSFER-GAMMA28:CAPS"></a>GST_VIDEO_TRANSFER_GAMMA28</p></td>
|
4571
5525
|
<td class="enum_member_description">
|
4572
|
-
<p>
|
5526
|
+
<p>Gamma 2.8 curve</p>
|
4573
5527
|
</td>
|
4574
5528
|
<td class="enum_member_annotations"> </td>
|
4575
5529
|
</tr>
|
4576
5530
|
<tr>
|
4577
|
-
<td class="enum_member_name"><p><a name="GST-VIDEO-
|
5531
|
+
<td class="enum_member_name"><p><a name="GST-VIDEO-TRANSFER-LOG100:CAPS"></a>GST_VIDEO_TRANSFER_LOG100</p></td>
|
4578
5532
|
<td class="enum_member_description">
|
4579
|
-
<p>
|
5533
|
+
<p>Logarithmic transfer characteristic
|
5534
|
+
100:1 range</p>
|
4580
5535
|
</td>
|
4581
5536
|
<td class="enum_member_annotations"> </td>
|
4582
5537
|
</tr>
|
4583
5538
|
<tr>
|
4584
|
-
<td class="enum_member_name"><p><a name="GST-VIDEO-
|
5539
|
+
<td class="enum_member_name"><p><a name="GST-VIDEO-TRANSFER-LOG316:CAPS"></a>GST_VIDEO_TRANSFER_LOG316</p></td>
|
4585
5540
|
<td class="enum_member_description">
|
4586
|
-
<p>
|
5541
|
+
<p>Logarithmic transfer characteristic
|
5542
|
+
316.22777:1 range</p>
|
4587
5543
|
</td>
|
4588
5544
|
<td class="enum_member_annotations"> </td>
|
4589
5545
|
</tr>
|
4590
5546
|
<tr>
|
4591
|
-
<td class="enum_member_name"><p><a name="GST-VIDEO-
|
5547
|
+
<td class="enum_member_name"><p><a name="GST-VIDEO-TRANSFER-BT2020-12:CAPS"></a>GST_VIDEO_TRANSFER_BT2020_12</p></td>
|
4592
5548
|
<td class="enum_member_description">
|
4593
|
-
<p>
|
5549
|
+
<p>Gamma 2.2 curve with a linear segment in the lower
|
5550
|
+
range. Used for BT.2020 with 12 bits per
|
5551
|
+
component. Since: 1.6.</p>
|
4594
5552
|
</td>
|
4595
5553
|
<td class="enum_member_annotations"> </td>
|
4596
5554
|
</tr>
|
@@ -4610,7 +5568,7 @@ the CIE XYZ colorspace.</p>
|
|
4610
5568
|
</pre>
|
4611
5569
|
<p>Structure describing the color info.</p>
|
4612
5570
|
<div class="refsect3">
|
4613
|
-
<a name="id-1.2.15.3.8.
|
5571
|
+
<a name="id-1.2.15.3.8.20.5"></a><h4>Members</h4>
|
4614
5572
|
<div class="informaltable"><table width="100%" border="0">
|
4615
5573
|
<colgroup>
|
4616
5574
|
<col width="300px" class="struct_members_name">
|
@@ -4667,6 +5625,14 @@ non-linear RGB (R'G'B')</p></td>
|
|
4667
5625
|
|
4668
5626
|
gsize offset[GST_VIDEO_MAX_PLANES];
|
4669
5627
|
gint stride[GST_VIDEO_MAX_PLANES];
|
5628
|
+
|
5629
|
+
/* Union preserves padded struct size for backwards compat
|
5630
|
+
* Consumer code should use the accessor macros for fields */
|
5631
|
+
union {
|
5632
|
+
struct {
|
5633
|
+
GstVideoMultiviewMode multiview_mode;
|
5634
|
+
GstVideoMultiviewFlags multiview_flags;
|
5635
|
+
} abi;
|
4670
5636
|
};
|
4671
5637
|
</pre>
|
4672
5638
|
<p>Information describing image properties. This information can be filled
|
@@ -4675,7 +5641,7 @@ to store the specific video info when mapping a video frame with
|
|
4675
5641
|
<a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-frame-map" title="gst_video_frame_map ()"><code class="function">gst_video_frame_map()</code></a>.</p>
|
4676
5642
|
<p>Use the provided macros to access the info in this structure.</p>
|
4677
5643
|
<div class="refsect3">
|
4678
|
-
<a name="id-1.2.15.3.8.
|
5644
|
+
<a name="id-1.2.15.3.8.21.6"></a><h4>Members</h4>
|
4679
5645
|
<div class="informaltable"><table width="100%" border="0">
|
4680
5646
|
<colgroup>
|
4681
5647
|
<col width="300px" class="struct_members_name">
|
@@ -4719,8 +5685,8 @@ to store the specific video info when mapping a video frame with
|
|
4719
5685
|
<td class="struct_member_annotations"> </td>
|
4720
5686
|
</tr>
|
4721
5687
|
<tr>
|
4722
|
-
<td class="struct_member_name"><p><a class="link" href="gst-plugins-base-libs-
|
4723
|
-
<td class="struct_member_description"><p>a <a class="link" href="gst-plugins-base-libs-
|
5688
|
+
<td class="struct_member_name"><p><a class="link" href="gst-plugins-base-libs-GstVideoChroma.html#GstVideoChromaSite" title="enum GstVideoChromaSite"><span class="type">GstVideoChromaSite</span></a> <em class="structfield"><code><a name="GstVideoInfo.chroma-site"></a>chroma_site</code></em>;</p></td>
|
5689
|
+
<td class="struct_member_description"><p>a <a class="link" href="gst-plugins-base-libs-GstVideoChroma.html#GstVideoChromaSite" title="enum GstVideoChromaSite"><span class="type">GstVideoChromaSite</span></a>.</p></td>
|
4724
5690
|
<td class="struct_member_annotations"> </td>
|
4725
5691
|
</tr>
|
4726
5692
|
<tr>
|
@@ -4768,7 +5734,7 @@ to store the specific video info when mapping a video frame with
|
|
4768
5734
|
<p>The possible values of the <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoInterlaceMode" title="enum GstVideoInterlaceMode"><span class="type">GstVideoInterlaceMode</span></a> describing the interlace
|
4769
5735
|
mode of the stream.</p>
|
4770
5736
|
<div class="refsect3">
|
4771
|
-
<a name="id-1.2.15.3.8.
|
5737
|
+
<a name="id-1.2.15.3.8.22.4"></a><h4>Members</h4>
|
4772
5738
|
<div class="informaltable"><table width="100%" border="0">
|
4773
5739
|
<colgroup>
|
4774
5740
|
<col width="300px" class="enum_members_name">
|
@@ -4818,10 +5784,336 @@ mode of the stream.</p>
|
|
4818
5784
|
</div>
|
4819
5785
|
<hr>
|
4820
5786
|
<div class="refsect2">
|
5787
|
+
<a name="GstVideoMultiviewMode"></a><h3>enum GstVideoMultiviewMode</h3>
|
5788
|
+
<p>All possible stereoscopic 3D and multiview representations.
|
5789
|
+
In conjunction with <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoMultiviewFlags" title="enum GstVideoMultiviewFlags"><span class="type">GstVideoMultiviewFlags</span></a>, describes how
|
5790
|
+
multiview content is being transported in the stream.</p>
|
5791
|
+
<div class="refsect3">
|
5792
|
+
<a name="id-1.2.15.3.8.23.4"></a><h4>Members</h4>
|
5793
|
+
<div class="informaltable"><table width="100%" border="0">
|
5794
|
+
<colgroup>
|
5795
|
+
<col width="300px" class="enum_members_name">
|
5796
|
+
<col class="enum_members_description">
|
5797
|
+
<col width="200px" class="enum_members_annotations">
|
5798
|
+
</colgroup>
|
5799
|
+
<tbody>
|
5800
|
+
<tr>
|
5801
|
+
<td class="enum_member_name"><p><a name="GST-VIDEO-MULTIVIEW-MODE-NONE:CAPS"></a>GST_VIDEO_MULTIVIEW_MODE_NONE</p></td>
|
5802
|
+
<td class="enum_member_description">
|
5803
|
+
<p>A special value indicating
|
5804
|
+
no multiview information. Used in GstVideoInfo and other places to
|
5805
|
+
indicate that no specific multiview handling has been requested or
|
5806
|
+
provided. This value is never carried on caps.</p>
|
5807
|
+
</td>
|
5808
|
+
<td class="enum_member_annotations"> </td>
|
5809
|
+
</tr>
|
5810
|
+
<tr>
|
5811
|
+
<td class="enum_member_name"><p><a name="GST-VIDEO-MULTIVIEW-MODE-MONO:CAPS"></a>GST_VIDEO_MULTIVIEW_MODE_MONO</p></td>
|
5812
|
+
<td class="enum_member_description">
|
5813
|
+
<p>All frames are monoscopic.</p>
|
5814
|
+
</td>
|
5815
|
+
<td class="enum_member_annotations"> </td>
|
5816
|
+
</tr>
|
5817
|
+
<tr>
|
5818
|
+
<td class="enum_member_name"><p><a name="GST-VIDEO-MULTIVIEW-MODE-LEFT:CAPS"></a>GST_VIDEO_MULTIVIEW_MODE_LEFT</p></td>
|
5819
|
+
<td class="enum_member_description">
|
5820
|
+
<p>All frames represent a left-eye view.</p>
|
5821
|
+
</td>
|
5822
|
+
<td class="enum_member_annotations"> </td>
|
5823
|
+
</tr>
|
5824
|
+
<tr>
|
5825
|
+
<td class="enum_member_name"><p><a name="GST-VIDEO-MULTIVIEW-MODE-RIGHT:CAPS"></a>GST_VIDEO_MULTIVIEW_MODE_RIGHT</p></td>
|
5826
|
+
<td class="enum_member_description">
|
5827
|
+
<p>All frames represent a right-eye view.</p>
|
5828
|
+
</td>
|
5829
|
+
<td class="enum_member_annotations"> </td>
|
5830
|
+
</tr>
|
5831
|
+
<tr>
|
5832
|
+
<td class="enum_member_name"><p><a name="GST-VIDEO-MULTIVIEW-MODE-SIDE-BY-SIDE:CAPS"></a>GST_VIDEO_MULTIVIEW_MODE_SIDE_BY_SIDE</p></td>
|
5833
|
+
<td class="enum_member_description">
|
5834
|
+
<p>Left and right eye views are
|
5835
|
+
provided in the left and right half of the frame respectively.</p>
|
5836
|
+
</td>
|
5837
|
+
<td class="enum_member_annotations"> </td>
|
5838
|
+
</tr>
|
5839
|
+
<tr>
|
5840
|
+
<td class="enum_member_name"><p><a name="GST-VIDEO-MULTIVIEW-MODE-SIDE-BY-SIDE-QUINCUNX:CAPS"></a>GST_VIDEO_MULTIVIEW_MODE_SIDE_BY_SIDE_QUINCUNX</p></td>
|
5841
|
+
<td class="enum_member_description">
|
5842
|
+
<p>Left and right eye
|
5843
|
+
views are provided in the left and right half of the frame, but
|
5844
|
+
have been sampled using quincunx method, with half-pixel offset
|
5845
|
+
between the 2 views.</p>
|
5846
|
+
</td>
|
5847
|
+
<td class="enum_member_annotations"> </td>
|
5848
|
+
</tr>
|
5849
|
+
<tr>
|
5850
|
+
<td class="enum_member_name"><p><a name="GST-VIDEO-MULTIVIEW-MODE-COLUMN-INTERLEAVED:CAPS"></a>GST_VIDEO_MULTIVIEW_MODE_COLUMN_INTERLEAVED</p></td>
|
5851
|
+
<td class="enum_member_description">
|
5852
|
+
<p>Alternating vertical
|
5853
|
+
columns of pixels represent the left and right eye view respectively.</p>
|
5854
|
+
</td>
|
5855
|
+
<td class="enum_member_annotations"> </td>
|
5856
|
+
</tr>
|
5857
|
+
<tr>
|
5858
|
+
<td class="enum_member_name"><p><a name="GST-VIDEO-MULTIVIEW-MODE-ROW-INTERLEAVED:CAPS"></a>GST_VIDEO_MULTIVIEW_MODE_ROW_INTERLEAVED</p></td>
|
5859
|
+
<td class="enum_member_description">
|
5860
|
+
<p>Alternating horizontal
|
5861
|
+
rows of pixels represent the left and right eye view respectively.</p>
|
5862
|
+
</td>
|
5863
|
+
<td class="enum_member_annotations"> </td>
|
5864
|
+
</tr>
|
5865
|
+
<tr>
|
5866
|
+
<td class="enum_member_name"><p><a name="GST-VIDEO-MULTIVIEW-MODE-TOP-BOTTOM:CAPS"></a>GST_VIDEO_MULTIVIEW_MODE_TOP_BOTTOM</p></td>
|
5867
|
+
<td class="enum_member_description">
|
5868
|
+
<p>The top half of the frame
|
5869
|
+
contains the left eye, and the bottom half the right eye.</p>
|
5870
|
+
</td>
|
5871
|
+
<td class="enum_member_annotations"> </td>
|
5872
|
+
</tr>
|
5873
|
+
<tr>
|
5874
|
+
<td class="enum_member_name"><p><a name="GST-VIDEO-MULTIVIEW-MODE-CHECKERBOARD:CAPS"></a>GST_VIDEO_MULTIVIEW_MODE_CHECKERBOARD</p></td>
|
5875
|
+
<td class="enum_member_description">
|
5876
|
+
<p>Pixels are arranged with
|
5877
|
+
alternating pixels representing left and right eye views in a
|
5878
|
+
checkerboard fashion.</p>
|
5879
|
+
</td>
|
5880
|
+
<td class="enum_member_annotations"> </td>
|
5881
|
+
</tr>
|
5882
|
+
<tr>
|
5883
|
+
<td class="enum_member_name"><p><a name="GST-VIDEO-MULTIVIEW-MODE-FRAME-BY-FRAME:CAPS"></a>GST_VIDEO_MULTIVIEW_MODE_FRAME_BY_FRAME</p></td>
|
5884
|
+
<td class="enum_member_description">
|
5885
|
+
<p>Left and right eye views
|
5886
|
+
are provided in separate frames alternately.</p>
|
5887
|
+
</td>
|
5888
|
+
<td class="enum_member_annotations"> </td>
|
5889
|
+
</tr>
|
5890
|
+
<tr>
|
5891
|
+
<td class="enum_member_name"><p><a name="GST-VIDEO-MULTIVIEW-MODE-MULTIVIEW-FRAME-BY-FRAME:CAPS"></a>GST_VIDEO_MULTIVIEW_MODE_MULTIVIEW_FRAME_BY_FRAME</p></td>
|
5892
|
+
<td class="enum_member_description">
|
5893
|
+
<p>Multiple
|
5894
|
+
independent views are provided in separate frames in sequence.
|
5895
|
+
This method only applies to raw video buffers at the moment.
|
5896
|
+
Specific view identification is via the <span class="type">GstVideoMultiviewMeta</span>
|
5897
|
+
and <a class="link" href="gst-plugins-base-libs-gstvideometa.html#GstVideoMeta" title="struct GstVideoMeta"><span class="type">GstVideoMeta</span></a>(s) on raw video buffers.</p>
|
5898
|
+
</td>
|
5899
|
+
<td class="enum_member_annotations"> </td>
|
5900
|
+
</tr>
|
5901
|
+
<tr>
|
5902
|
+
<td class="enum_member_name"><p><a name="GST-VIDEO-MULTIVIEW-MODE-SEPARATED:CAPS"></a>GST_VIDEO_MULTIVIEW_MODE_SEPARATED</p></td>
|
5903
|
+
<td class="enum_member_description">
|
5904
|
+
<p>Multiple views are
|
5905
|
+
provided as separate <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstMemory.html"><span class="type">GstMemory</span></a> framebuffers attached to each
|
5906
|
+
<a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstBuffer.html"><span class="type">GstBuffer</span></a>, described by the <span class="type">GstVideoMultiviewMeta</span>
|
5907
|
+
and <a class="link" href="gst-plugins-base-libs-gstvideometa.html#GstVideoMeta" title="struct GstVideoMeta"><span class="type">GstVideoMeta</span></a>(s)</p>
|
5908
|
+
</td>
|
5909
|
+
<td class="enum_member_annotations"> </td>
|
5910
|
+
</tr>
|
5911
|
+
</tbody>
|
5912
|
+
</table></div>
|
5913
|
+
</div>
|
5914
|
+
</div>
|
5915
|
+
<hr>
|
5916
|
+
<div class="refsect2">
|
5917
|
+
<a name="GstVideoMultiviewFramePacking"></a><h3>enum GstVideoMultiviewFramePacking</h3>
|
5918
|
+
<p><a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoMultiviewFramePacking" title="enum GstVideoMultiviewFramePacking"><span class="type">GstVideoMultiviewFramePacking</span></a> represents the subset of <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoMultiviewMode" title="enum GstVideoMultiviewMode"><span class="type">GstVideoMultiviewMode</span></a>
|
5919
|
+
values that can be applied to any video frame without needing extra metadata.
|
5920
|
+
It can be used by elements that provide a property to override the
|
5921
|
+
multiview interpretation of a video stream when the video doesn't contain
|
5922
|
+
any markers.</p>
|
5923
|
+
<p>This enum is used (for example) on playbin, to re-interpret a played
|
5924
|
+
video stream as a stereoscopic video. The individual enum values are
|
5925
|
+
equivalent to and have the same value as the matching <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoMultiviewMode" title="enum GstVideoMultiviewMode"><span class="type">GstVideoMultiviewMode</span></a>.</p>
|
5926
|
+
<div class="refsect3">
|
5927
|
+
<a name="id-1.2.15.3.8.24.5"></a><h4>Members</h4>
|
5928
|
+
<div class="informaltable"><table width="100%" border="0">
|
5929
|
+
<colgroup>
|
5930
|
+
<col width="300px" class="enum_members_name">
|
5931
|
+
<col class="enum_members_description">
|
5932
|
+
<col width="200px" class="enum_members_annotations">
|
5933
|
+
</colgroup>
|
5934
|
+
<tbody>
|
5935
|
+
<tr>
|
5936
|
+
<td class="enum_member_name"><p><a name="GST-VIDEO-MULTIVIEW-FRAME-PACKING-NONE:CAPS"></a>GST_VIDEO_MULTIVIEW_FRAME_PACKING_NONE</p></td>
|
5937
|
+
<td class="enum_member_description">
|
5938
|
+
<p>A special value indicating
|
5939
|
+
no frame packing info.</p>
|
5940
|
+
</td>
|
5941
|
+
<td class="enum_member_annotations"> </td>
|
5942
|
+
</tr>
|
5943
|
+
<tr>
|
5944
|
+
<td class="enum_member_name"><p><a name="GST-VIDEO-MULTIVIEW-FRAME-PACKING-MONO:CAPS"></a>GST_VIDEO_MULTIVIEW_FRAME_PACKING_MONO</p></td>
|
5945
|
+
<td class="enum_member_description">
|
5946
|
+
<p>All frames are monoscopic.</p>
|
5947
|
+
</td>
|
5948
|
+
<td class="enum_member_annotations"> </td>
|
5949
|
+
</tr>
|
5950
|
+
<tr>
|
5951
|
+
<td class="enum_member_name"><p><a name="GST-VIDEO-MULTIVIEW-FRAME-PACKING-LEFT:CAPS"></a>GST_VIDEO_MULTIVIEW_FRAME_PACKING_LEFT</p></td>
|
5952
|
+
<td class="enum_member_description">
|
5953
|
+
<p>All frames represent a left-eye view.</p>
|
5954
|
+
</td>
|
5955
|
+
<td class="enum_member_annotations"> </td>
|
5956
|
+
</tr>
|
5957
|
+
<tr>
|
5958
|
+
<td class="enum_member_name"><p><a name="GST-VIDEO-MULTIVIEW-FRAME-PACKING-RIGHT:CAPS"></a>GST_VIDEO_MULTIVIEW_FRAME_PACKING_RIGHT</p></td>
|
5959
|
+
<td class="enum_member_description">
|
5960
|
+
<p>All frames represent a right-eye view.</p>
|
5961
|
+
</td>
|
5962
|
+
<td class="enum_member_annotations"> </td>
|
5963
|
+
</tr>
|
5964
|
+
<tr>
|
5965
|
+
<td class="enum_member_name"><p><a name="GST-VIDEO-MULTIVIEW-FRAME-PACKING-SIDE-BY-SIDE:CAPS"></a>GST_VIDEO_MULTIVIEW_FRAME_PACKING_SIDE_BY_SIDE</p></td>
|
5966
|
+
<td class="enum_member_description">
|
5967
|
+
<p>Left and right eye views are
|
5968
|
+
provided in the left and right half of the frame respectively.</p>
|
5969
|
+
</td>
|
5970
|
+
<td class="enum_member_annotations"> </td>
|
5971
|
+
</tr>
|
5972
|
+
<tr>
|
5973
|
+
<td class="enum_member_name"><p><a name="GST-VIDEO-MULTIVIEW-FRAME-PACKING-SIDE-BY-SIDE-QUINCUNX:CAPS"></a>GST_VIDEO_MULTIVIEW_FRAME_PACKING_SIDE_BY_SIDE_QUINCUNX</p></td>
|
5974
|
+
<td class="enum_member_description">
|
5975
|
+
<p>Left and right eye
|
5976
|
+
views are provided in the left and right half of the frame, but
|
5977
|
+
have been sampled using quincunx method, with half-pixel offset
|
5978
|
+
between the 2 views.</p>
|
5979
|
+
</td>
|
5980
|
+
<td class="enum_member_annotations"> </td>
|
5981
|
+
</tr>
|
5982
|
+
<tr>
|
5983
|
+
<td class="enum_member_name"><p><a name="GST-VIDEO-MULTIVIEW-FRAME-PACKING-COLUMN-INTERLEAVED:CAPS"></a>GST_VIDEO_MULTIVIEW_FRAME_PACKING_COLUMN_INTERLEAVED</p></td>
|
5984
|
+
<td class="enum_member_description">
|
5985
|
+
<p>Alternating vertical
|
5986
|
+
columns of pixels represent the left and right eye view respectively.</p>
|
5987
|
+
</td>
|
5988
|
+
<td class="enum_member_annotations"> </td>
|
5989
|
+
</tr>
|
5990
|
+
<tr>
|
5991
|
+
<td class="enum_member_name"><p><a name="GST-VIDEO-MULTIVIEW-FRAME-PACKING-ROW-INTERLEAVED:CAPS"></a>GST_VIDEO_MULTIVIEW_FRAME_PACKING_ROW_INTERLEAVED</p></td>
|
5992
|
+
<td class="enum_member_description">
|
5993
|
+
<p>Alternating horizontal
|
5994
|
+
rows of pixels represent the left and right eye view respectively.</p>
|
5995
|
+
</td>
|
5996
|
+
<td class="enum_member_annotations"> </td>
|
5997
|
+
</tr>
|
5998
|
+
<tr>
|
5999
|
+
<td class="enum_member_name"><p><a name="GST-VIDEO-MULTIVIEW-FRAME-PACKING-TOP-BOTTOM:CAPS"></a>GST_VIDEO_MULTIVIEW_FRAME_PACKING_TOP_BOTTOM</p></td>
|
6000
|
+
<td class="enum_member_description">
|
6001
|
+
<p>The top half of the frame
|
6002
|
+
contains the left eye, and the bottom half the right eye.</p>
|
6003
|
+
</td>
|
6004
|
+
<td class="enum_member_annotations"> </td>
|
6005
|
+
</tr>
|
6006
|
+
<tr>
|
6007
|
+
<td class="enum_member_name"><p><a name="GST-VIDEO-MULTIVIEW-FRAME-PACKING-CHECKERBOARD:CAPS"></a>GST_VIDEO_MULTIVIEW_FRAME_PACKING_CHECKERBOARD</p></td>
|
6008
|
+
<td class="enum_member_description">
|
6009
|
+
<p>Pixels are arranged with
|
6010
|
+
alternating pixels representing left and right eye views in a
|
6011
|
+
checkerboard fashion.</p>
|
6012
|
+
</td>
|
6013
|
+
<td class="enum_member_annotations"> </td>
|
6014
|
+
</tr>
|
6015
|
+
</tbody>
|
6016
|
+
</table></div>
|
6017
|
+
</div>
|
6018
|
+
</div>
|
6019
|
+
<hr>
|
6020
|
+
<div class="refsect2">
|
6021
|
+
<a name="GstVideoMultiviewFlags"></a><h3>enum GstVideoMultiviewFlags</h3>
|
6022
|
+
<p>GstVideoMultiviewFlags are used to indicate extra properties of a
|
6023
|
+
stereo/multiview stream beyond the frame layout and buffer mapping
|
6024
|
+
that is conveyed in the <span class="type">GstMultiviewMode</span>.</p>
|
6025
|
+
<div class="refsect3">
|
6026
|
+
<a name="id-1.2.15.3.8.25.4"></a><h4>Members</h4>
|
6027
|
+
<div class="informaltable"><table width="100%" border="0">
|
6028
|
+
<colgroup>
|
6029
|
+
<col width="300px" class="enum_members_name">
|
6030
|
+
<col class="enum_members_description">
|
6031
|
+
<col width="200px" class="enum_members_annotations">
|
6032
|
+
</colgroup>
|
6033
|
+
<tbody>
|
6034
|
+
<tr>
|
6035
|
+
<td class="enum_member_name"><p><a name="GST-VIDEO-MULTIVIEW-FLAGS-NONE:CAPS"></a>GST_VIDEO_MULTIVIEW_FLAGS_NONE</p></td>
|
6036
|
+
<td class="enum_member_description">
|
6037
|
+
<p>No flags</p>
|
6038
|
+
</td>
|
6039
|
+
<td class="enum_member_annotations"> </td>
|
6040
|
+
</tr>
|
6041
|
+
<tr>
|
6042
|
+
<td class="enum_member_name"><p><a name="GST-VIDEO-MULTIVIEW-FLAGS-RIGHT-VIEW-FIRST:CAPS"></a>GST_VIDEO_MULTIVIEW_FLAGS_RIGHT_VIEW_FIRST</p></td>
|
6043
|
+
<td class="enum_member_description">
|
6044
|
+
<p>For stereo streams, the
|
6045
|
+
normal arrangement of left and right views is reversed.</p>
|
6046
|
+
</td>
|
6047
|
+
<td class="enum_member_annotations"> </td>
|
6048
|
+
</tr>
|
6049
|
+
<tr>
|
6050
|
+
<td class="enum_member_name"><p><a name="GST-VIDEO-MULTIVIEW-FLAGS-LEFT-FLIPPED:CAPS"></a>GST_VIDEO_MULTIVIEW_FLAGS_LEFT_FLIPPED</p></td>
|
6051
|
+
<td class="enum_member_description">
|
6052
|
+
<p>The left view is vertically
|
6053
|
+
mirrored.</p>
|
6054
|
+
</td>
|
6055
|
+
<td class="enum_member_annotations"> </td>
|
6056
|
+
</tr>
|
6057
|
+
<tr>
|
6058
|
+
<td class="enum_member_name"><p><a name="GST-VIDEO-MULTIVIEW-FLAGS-LEFT-FLOPPED:CAPS"></a>GST_VIDEO_MULTIVIEW_FLAGS_LEFT_FLOPPED</p></td>
|
6059
|
+
<td class="enum_member_description">
|
6060
|
+
<p>The left view is horizontally
|
6061
|
+
mirrored.</p>
|
6062
|
+
</td>
|
6063
|
+
<td class="enum_member_annotations"> </td>
|
6064
|
+
</tr>
|
6065
|
+
<tr>
|
6066
|
+
<td class="enum_member_name"><p><a name="GST-VIDEO-MULTIVIEW-FLAGS-RIGHT-FLIPPED:CAPS"></a>GST_VIDEO_MULTIVIEW_FLAGS_RIGHT_FLIPPED</p></td>
|
6067
|
+
<td class="enum_member_description">
|
6068
|
+
<p>The right view is
|
6069
|
+
vertically mirrored.</p>
|
6070
|
+
</td>
|
6071
|
+
<td class="enum_member_annotations"> </td>
|
6072
|
+
</tr>
|
6073
|
+
<tr>
|
6074
|
+
<td class="enum_member_name"><p><a name="GST-VIDEO-MULTIVIEW-FLAGS-RIGHT-FLOPPED:CAPS"></a>GST_VIDEO_MULTIVIEW_FLAGS_RIGHT_FLOPPED</p></td>
|
6075
|
+
<td class="enum_member_description">
|
6076
|
+
<p>The right view is
|
6077
|
+
horizontally mirrored.</p>
|
6078
|
+
</td>
|
6079
|
+
<td class="enum_member_annotations"> </td>
|
6080
|
+
</tr>
|
6081
|
+
<tr>
|
6082
|
+
<td class="enum_member_name"><p><a name="GST-VIDEO-MULTIVIEW-FLAGS-HALF-ASPECT:CAPS"></a>GST_VIDEO_MULTIVIEW_FLAGS_HALF_ASPECT</p></td>
|
6083
|
+
<td class="enum_member_description">
|
6084
|
+
<p>For frame-packed
|
6085
|
+
multiview modes, indicates that the individual
|
6086
|
+
views have been encoded with half the true width or height
|
6087
|
+
and should be scaled back up for display. This flag
|
6088
|
+
is used for overriding input layout interpretation
|
6089
|
+
by adjusting pixel-aspect-ratio.
|
6090
|
+
For side-by-side, column interleaved or checkerboard packings, the
|
6091
|
+
pixel width will be doubled. For row interleaved and top-bottom
|
6092
|
+
encodings, pixel height will be doubled.</p>
|
6093
|
+
</td>
|
6094
|
+
<td class="enum_member_annotations"> </td>
|
6095
|
+
</tr>
|
6096
|
+
<tr>
|
6097
|
+
<td class="enum_member_name"><p><a name="GST-VIDEO-MULTIVIEW-FLAGS-MIXED-MONO:CAPS"></a>GST_VIDEO_MULTIVIEW_FLAGS_MIXED_MONO</p></td>
|
6098
|
+
<td class="enum_member_description">
|
6099
|
+
<p>The video stream contains both
|
6100
|
+
mono and multiview portions, signalled on each buffer by the
|
6101
|
+
absence or presence of the <em class="parameter"><code>GST_VIDEO_BUFFER_FLAG_MULTIPLE_VIEW</code></em>
|
6102
|
+
|
6103
|
+
buffer flag.</p>
|
6104
|
+
</td>
|
6105
|
+
<td class="enum_member_annotations"> </td>
|
6106
|
+
</tr>
|
6107
|
+
</tbody>
|
6108
|
+
</table></div>
|
6109
|
+
</div>
|
6110
|
+
</div>
|
6111
|
+
<hr>
|
6112
|
+
<div class="refsect2">
|
4821
6113
|
<a name="GstVideoFlags"></a><h3>enum GstVideoFlags</h3>
|
4822
6114
|
<p>Extra video flags</p>
|
4823
6115
|
<div class="refsect3">
|
4824
|
-
<a name="id-1.2.15.3.8.
|
6116
|
+
<a name="id-1.2.15.3.8.26.4"></a><h4>Members</h4>
|
4825
6117
|
<div class="informaltable"><table width="100%" border="0">
|
4826
6118
|
<colgroup>
|
4827
6119
|
<col width="300px" class="enum_members_name">
|
@@ -4873,7 +6165,7 @@ mode of the stream.</p>
|
|
4873
6165
|
</pre>
|
4874
6166
|
<p>A video frame obtained from <a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-frame-map" title="gst_video_frame_map ()"><code class="function">gst_video_frame_map()</code></a></p>
|
4875
6167
|
<div class="refsect3">
|
4876
|
-
<a name="id-1.2.15.3.8.
|
6168
|
+
<a name="id-1.2.15.3.8.27.5"></a><h4>Members</h4>
|
4877
6169
|
<div class="informaltable"><table width="100%" border="0">
|
4878
6170
|
<colgroup>
|
4879
6171
|
<col width="300px" class="struct_members_name">
|
@@ -4888,8 +6180,8 @@ mode of the stream.</p>
|
|
4888
6180
|
</tr>
|
4889
6181
|
<tr>
|
4890
6182
|
<td class="struct_member_name"><p><a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoFrameFlags" title="enum GstVideoFrameFlags"><span class="type">GstVideoFrameFlags</span></a> <em class="structfield"><code><a name="GstVideoFrame.flags"></a>flags</code></em>;</p></td>
|
4891
|
-
<td>
|
4892
|
-
<td> </td>
|
6183
|
+
<td class="struct_member_description"><p><a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoFrameFlags" title="enum GstVideoFrameFlags"><span class="type">GstVideoFrameFlags</span></a> for the frame</p></td>
|
6184
|
+
<td class="struct_member_annotations"> </td>
|
4893
6185
|
</tr>
|
4894
6186
|
<tr>
|
4895
6187
|
<td class="struct_member_name"><p><a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstBuffer.html"><span class="type">GstBuffer</span></a> *<em class="structfield"><code><a name="GstVideoFrame.buffer"></a>buffer</code></em>;</p></td>
|
@@ -4926,7 +6218,7 @@ indentify the frame in case of multiview video.</p></td>
|
|
4926
6218
|
<a name="GstVideoFrameFlags"></a><h3>enum GstVideoFrameFlags</h3>
|
4927
6219
|
<p>Extra video frame flags</p>
|
4928
6220
|
<div class="refsect3">
|
4929
|
-
<a name="id-1.2.15.3.8.
|
6221
|
+
<a name="id-1.2.15.3.8.28.4"></a><h4>Members</h4>
|
4930
6222
|
<div class="informaltable"><table width="100%" border="0">
|
4931
6223
|
<colgroup>
|
4932
6224
|
<col width="300px" class="enum_members_name">
|
@@ -4971,6 +6263,22 @@ indentify the frame in case of multiview video.</p></td>
|
|
4971
6263
|
</td>
|
4972
6264
|
<td class="enum_member_annotations"> </td>
|
4973
6265
|
</tr>
|
6266
|
+
<tr>
|
6267
|
+
<td class="enum_member_name"><p><a name="GST-VIDEO-FRAME-FLAG-MULTIPLE-VIEW:CAPS"></a>GST_VIDEO_FRAME_FLAG_MULTIPLE_VIEW</p></td>
|
6268
|
+
<td class="enum_member_description">
|
6269
|
+
<p>The video contains one or
|
6270
|
+
more non-mono views</p>
|
6271
|
+
</td>
|
6272
|
+
<td class="enum_member_annotations"> </td>
|
6273
|
+
</tr>
|
6274
|
+
<tr>
|
6275
|
+
<td class="enum_member_name"><p><a name="GST-VIDEO-FRAME-FLAG-FIRST-IN-BUNDLE:CAPS"></a>GST_VIDEO_FRAME_FLAG_FIRST_IN_BUNDLE</p></td>
|
6276
|
+
<td class="enum_member_description">
|
6277
|
+
<p>The video frame is the first
|
6278
|
+
in a set of corresponding views provided as sequential frames.</p>
|
6279
|
+
</td>
|
6280
|
+
<td class="enum_member_annotations"> </td>
|
6281
|
+
</tr>
|
4974
6282
|
</tbody>
|
4975
6283
|
</table></div>
|
4976
6284
|
</div>
|
@@ -4978,9 +6286,10 @@ indentify the frame in case of multiview video.</p></td>
|
|
4978
6286
|
<hr>
|
4979
6287
|
<div class="refsect2">
|
4980
6288
|
<a name="GstVideoBufferFlags"></a><h3>enum GstVideoBufferFlags</h3>
|
4981
|
-
<p>Additional video buffer flags
|
6289
|
+
<p>Additional video buffer flags. These flags can potentially be used on any
|
6290
|
+
buffers carrying video data - even encoded data.</p>
|
4982
6291
|
<div class="refsect3">
|
4983
|
-
<a name="id-1.2.15.3.8.
|
6292
|
+
<a name="id-1.2.15.3.8.29.4"></a><h4>Members</h4>
|
4984
6293
|
<div class="informaltable"><table width="100%" border="0">
|
4985
6294
|
<colgroup>
|
4986
6295
|
<col width="300px" class="enum_members_name">
|
@@ -5010,7 +6319,7 @@ indentify the frame in case of multiview video.</p></td>
|
|
5010
6319
|
<td class="enum_member_name"><p><a name="GST-VIDEO-BUFFER-FLAG-RFF:CAPS"></a>GST_VIDEO_BUFFER_FLAG_RFF</p></td>
|
5011
6320
|
<td class="enum_member_description">
|
5012
6321
|
<p>If the <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstBuffer.html"><span class="type">GstBuffer</span></a> is interlaced, then the first field
|
5013
|
-
(as defined by the <
|
6322
|
+
(as defined by the <code class="literal">GST_VIDEO_BUFFER_TFF</code> flag setting)
|
5014
6323
|
is repeated.</p>
|
5015
6324
|
</td>
|
5016
6325
|
<td class="enum_member_annotations"> </td>
|
@@ -5019,15 +6328,38 @@ indentify the frame in case of multiview video.</p></td>
|
|
5019
6328
|
<td class="enum_member_name"><p><a name="GST-VIDEO-BUFFER-FLAG-ONEFIELD:CAPS"></a>GST_VIDEO_BUFFER_FLAG_ONEFIELD</p></td>
|
5020
6329
|
<td class="enum_member_description">
|
5021
6330
|
<p>If the <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstBuffer.html"><span class="type">GstBuffer</span></a> is interlaced, then only the
|
5022
|
-
first field (as defined by the <
|
6331
|
+
first field (as defined by the <code class="literal">GST_VIDEO_BUFFER_TFF</code>
|
5023
6332
|
flag setting) is to be displayed.</p>
|
5024
6333
|
</td>
|
5025
6334
|
<td class="enum_member_annotations"> </td>
|
5026
6335
|
</tr>
|
5027
6336
|
<tr>
|
6337
|
+
<td class="enum_member_name"><p><a name="GST-VIDEO-BUFFER-FLAG-MULTIPLE-VIEW:CAPS"></a>GST_VIDEO_BUFFER_FLAG_MULTIPLE_VIEW</p></td>
|
6338
|
+
<td class="enum_member_description">
|
6339
|
+
<p>The <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstBuffer.html"><span class="type">GstBuffer</span></a> contains one or more specific views,
|
6340
|
+
such as left or right eye view. This flags is set on
|
6341
|
+
any buffer that contains non-mono content - even for
|
6342
|
+
streams that contain only a single viewpoint. In mixed
|
6343
|
+
mono / non-mono streams, the absense of the flag marks
|
6344
|
+
mono buffers.</p>
|
6345
|
+
</td>
|
6346
|
+
<td class="enum_member_annotations"> </td>
|
6347
|
+
</tr>
|
6348
|
+
<tr>
|
6349
|
+
<td class="enum_member_name"><p><a name="GST-VIDEO-BUFFER-FLAG-FIRST-IN-BUNDLE:CAPS"></a>GST_VIDEO_BUFFER_FLAG_FIRST_IN_BUNDLE</p></td>
|
6350
|
+
<td class="enum_member_description">
|
6351
|
+
<p>When conveying stereo/multiview content with
|
6352
|
+
frame-by-frame methods, this flag marks the first buffer
|
6353
|
+
in a bundle of frames that belong together.</p>
|
6354
|
+
</td>
|
6355
|
+
<td class="enum_member_annotations"> </td>
|
6356
|
+
</tr>
|
6357
|
+
<tr>
|
5028
6358
|
<td class="enum_member_name"><p><a name="GST-VIDEO-BUFFER-FLAG-LAST:CAPS"></a>GST_VIDEO_BUFFER_FLAG_LAST</p></td>
|
5029
|
-
<td>
|
5030
|
-
<
|
6359
|
+
<td class="enum_member_description">
|
6360
|
+
<p>Offset to define more flags</p>
|
6361
|
+
</td>
|
6362
|
+
<td class="enum_member_annotations"> </td>
|
5031
6363
|
</tr>
|
5032
6364
|
</tbody>
|
5033
6365
|
</table></div>
|
@@ -5038,7 +6370,7 @@ indentify the frame in case of multiview video.</p></td>
|
|
5038
6370
|
<a name="GstVideoTileType"></a><h3>enum GstVideoTileType</h3>
|
5039
6371
|
<p>Enum value describing the most common tiling types.</p>
|
5040
6372
|
<div class="refsect3">
|
5041
|
-
<a name="id-1.2.15.3.8.
|
6373
|
+
<a name="id-1.2.15.3.8.30.4"></a><h4>Members</h4>
|
5042
6374
|
<div class="informaltable"><table width="100%" border="0">
|
5043
6375
|
<colgroup>
|
5044
6376
|
<col width="300px" class="enum_members_name">
|
@@ -5062,7 +6394,7 @@ indentify the frame in case of multiview video.</p></td>
|
|
5062
6394
|
<a name="GstVideoTileMode"></a><h3>enum GstVideoTileMode</h3>
|
5063
6395
|
<p>Enum value describing the available tiling modes.</p>
|
5064
6396
|
<div class="refsect3">
|
5065
|
-
<a name="id-1.2.15.3.8.
|
6397
|
+
<a name="id-1.2.15.3.8.31.4"></a><h4>Members</h4>
|
5066
6398
|
<div class="informaltable"><table width="100%" border="0">
|
5067
6399
|
<colgroup>
|
5068
6400
|
<col width="300px" class="enum_members_name">
|
@@ -5091,10 +6423,14 @@ indentify the frame in case of multiview video.</p></td>
|
|
5091
6423
|
</table></div>
|
5092
6424
|
</div>
|
5093
6425
|
</div>
|
6426
|
+
<hr>
|
6427
|
+
<div class="refsect2">
|
6428
|
+
<a name="GstVideoConverter"></a><h3>GstVideoConverter</h3>
|
6429
|
+
<pre class="programlisting">typedef struct _GstVideoConverter GstVideoConverter;</pre>
|
6430
|
+
</div>
|
5094
6431
|
</div>
|
5095
6432
|
</div>
|
5096
6433
|
<div class="footer">
|
5097
|
-
<hr>
|
5098
|
-
Generated by GTK-Doc V1.21</div>
|
6434
|
+
<hr>Generated by GTK-Doc V1.24</div>
|
5099
6435
|
</body>
|
5100
6436
|
</html>
|