gstreamer 2.2.5-x86-mingw32 → 3.0.0-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- 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
@@ -6,7 +6,7 @@
|
|
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="next" href="gstreamer-plugins-base.html" title="Part I. GStreamer Base Plugins Libraries">
|
9
|
-
<meta name="generator" content="GTK-Doc V1.
|
9
|
+
<meta name="generator" content="GTK-Doc V1.24 (XML mode)">
|
10
10
|
<link rel="stylesheet" href="style.css" type="text/css">
|
11
11
|
</head>
|
12
12
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -15,7 +15,7 @@
|
|
15
15
|
<div>
|
16
16
|
<div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">GStreamer Base Plugins 1.0 Library Reference Manual</p></th></tr></table></div>
|
17
17
|
<div><p class="releaseinfo">
|
18
|
-
for GStreamer Base Library 1.0 (1.
|
18
|
+
for GStreamer Base Library 1.0 (1.5.2)
|
19
19
|
<a class="ulink" href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-base-libs/html/" target="_top">http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-base-libs/html/</a>.
|
20
20
|
</p></div>
|
21
21
|
</div>
|
@@ -30,9 +30,14 @@ How to compile against the base plugins libraries
|
|
30
30
|
</span>
|
31
31
|
</dt>
|
32
32
|
<dt><span class="chapter"><a href="gstreamer-allocators.html">Allocators Library</a></span></dt>
|
33
|
-
<dd><dl
|
33
|
+
<dd><dl>
|
34
|
+
<dt>
|
34
35
|
<span class="refentrytitle"><a href="gst-plugins-base-libs-dmabuf.html">dmabuf</a></span><span class="refpurpose"> — Memory wrapper for Linux dmabuf memory</span>
|
35
|
-
</dt
|
36
|
+
</dt>
|
37
|
+
<dt>
|
38
|
+
<span class="refentrytitle"><a href="gst-plugins-base-libs-fdmemory.html">fdmemory</a></span><span class="refpurpose"> — Memory wrapper for fd backed memory</span>
|
39
|
+
</dt>
|
40
|
+
</dl></dd>
|
36
41
|
<dt><span class="chapter"><a href="gstreamer-app.html">App Library</a></span></dt>
|
37
42
|
<dd><dl>
|
38
43
|
<dt>
|
@@ -135,7 +140,7 @@ How to compile against the base plugins libraries
|
|
135
140
|
<span class="refentrytitle"><a href="gst-plugins-base-libs-gstrtppayloads.html">gstrtppayloads</a></span><span class="refpurpose"> — Helper methods for dealing with RTP payloads</span>
|
136
141
|
</dt>
|
137
142
|
<dt>
|
138
|
-
<span class="refentrytitle"><a href="gst-plugins-base-libs-gstrtphdrext.html">gstrtphdrext</a></span><span class="refpurpose"
|
143
|
+
<span class="refentrytitle"><a href="gst-plugins-base-libs-gstrtphdrext.html">gstrtphdrext</a></span><span class="refpurpose"> — Helper methods for dealing with RTP header extensions</span>
|
139
144
|
</dt>
|
140
145
|
</dl></dd>
|
141
146
|
<dt><span class="chapter"><a href="gstreamer-rtsp.html">RTSP Library</a></span></dt>
|
@@ -252,13 +257,25 @@ and encoder, decoder, URI source and URI sink elements</span>
|
|
252
257
|
<span class="refentrytitle"><a href="gst-plugins-base-libs-gstvideofilter.html">gstvideofilter</a></span><span class="refpurpose"> — Base class for video filters</span>
|
253
258
|
</dt>
|
254
259
|
<dt>
|
260
|
+
<span class="refentrytitle"><a href="gst-plugins-base-libs-GstVideoDither.html">GstVideoDither</a></span><span class="refpurpose"> — Utility object for dithering and quantizing lines of video</span>
|
261
|
+
</dt>
|
262
|
+
<dt>
|
263
|
+
<span class="refentrytitle"><a href="gst-plugins-base-libs-GstVideoChroma.html">GstVideoChroma</a></span><span class="refpurpose"> — Functions and utility object for operating on chroma video planes</span>
|
264
|
+
</dt>
|
265
|
+
<dt>
|
266
|
+
<span class="refentrytitle"><a href="gst-plugins-base-libs-GstVideoResampler.html">GstVideoResampler</a></span><span class="refpurpose"> — Utility structure for resampler information</span>
|
267
|
+
</dt>
|
268
|
+
<dt>
|
269
|
+
<span class="refentrytitle"><a href="gst-plugins-base-libs-GstVideoScaler.html">GstVideoScaler</a></span><span class="refpurpose"> — Utility object for rescaling video frames</span>
|
270
|
+
</dt>
|
271
|
+
<dt>
|
255
272
|
<span class="refentrytitle"><a href="gst-plugins-base-libs-gstvideosink.html">gstvideosink</a></span><span class="refpurpose"> — Base class for video sinks</span>
|
256
273
|
</dt>
|
257
274
|
<dt>
|
258
275
|
<span class="refentrytitle"><a href="gst-plugins-base-libs-gstcolorbalance.html">gstcolorbalance</a></span><span class="refpurpose"> — Interface for adjusting color balance settings</span>
|
259
276
|
</dt>
|
260
277
|
<dt>
|
261
|
-
<span class="refentrytitle"><a href="gst-plugins-base-libs-gstcolorbalancechannel.html">gstcolorbalancechannel</a></span><span class="refpurpose">Object representing a channel from the <span class="type">GstColorBalance</span>
|
278
|
+
<span class="refentrytitle"><a href="gst-plugins-base-libs-gstcolorbalancechannel.html">gstcolorbalancechannel</a></span><span class="refpurpose"> — Object representing a channel from the <span class="type">GstColorBalance</span>
|
262
279
|
interface.</span>
|
263
280
|
</dt>
|
264
281
|
<dt>
|
@@ -295,7 +312,6 @@ events.</span>
|
|
295
312
|
</dl></div>
|
296
313
|
</div>
|
297
314
|
<div class="footer">
|
298
|
-
<hr>
|
299
|
-
Generated by GTK-Doc V1.21</div>
|
315
|
+
<hr>Generated by GTK-Doc V1.24</div>
|
300
316
|
</body>
|
301
317
|
</html>
|
@@ -5,11 +5,29 @@
|
|
5
5
|
<ANCHOR id="gst-plugins-base-libs-dmabuf.includes" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-dmabuf.html#gst-plugins-base-libs-dmabuf.includes">
|
6
6
|
<ANCHOR id="gst-plugins-base-libs-dmabuf.description" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-dmabuf.html#gst-plugins-base-libs-dmabuf.description">
|
7
7
|
<ANCHOR id="gst-plugins-base-libs-dmabuf.functions_details" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-dmabuf.html#gst-plugins-base-libs-dmabuf.functions_details">
|
8
|
+
<ANCHOR id="gst-dmabuf-allocator-new" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-dmabuf.html#gst-dmabuf-allocator-new">
|
8
9
|
<ANCHOR id="gst-dmabuf-allocator-alloc" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-dmabuf.html#gst-dmabuf-allocator-alloc">
|
9
10
|
<ANCHOR id="gst-dmabuf-memory-get-fd" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-dmabuf.html#gst-dmabuf-memory-get-fd">
|
10
11
|
<ANCHOR id="gst-is-dmabuf-memory" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-dmabuf.html#gst-is-dmabuf-memory">
|
11
12
|
<ANCHOR id="gst-plugins-base-libs-dmabuf.other_details" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-dmabuf.html#gst-plugins-base-libs-dmabuf.other_details">
|
12
13
|
<ANCHOR id="gst-plugins-base-libs-dmabuf.see-also" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-dmabuf.html#gst-plugins-base-libs-dmabuf.see-also">
|
14
|
+
<ANCHOR id="gst-plugins-base-libs-fdmemory" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-fdmemory.html">
|
15
|
+
<ANCHOR id="gst-plugins-base-libs-fdmemory.functions" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-fdmemory.html#gst-plugins-base-libs-fdmemory.functions">
|
16
|
+
<ANCHOR id="gst-plugins-base-libs-fdmemory.other" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-fdmemory.html#gst-plugins-base-libs-fdmemory.other">
|
17
|
+
<ANCHOR id="gst-plugins-base-libs-fdmemory.includes" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-fdmemory.html#gst-plugins-base-libs-fdmemory.includes">
|
18
|
+
<ANCHOR id="gst-plugins-base-libs-fdmemory.description" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-fdmemory.html#gst-plugins-base-libs-fdmemory.description">
|
19
|
+
<ANCHOR id="gst-plugins-base-libs-fdmemory.functions_details" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-fdmemory.html#gst-plugins-base-libs-fdmemory.functions_details">
|
20
|
+
<ANCHOR id="gst-fd-allocator-alloc" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-fdmemory.html#gst-fd-allocator-alloc">
|
21
|
+
<ANCHOR id="gst-fd-allocator-get-type" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-fdmemory.html#gst-fd-allocator-get-type">
|
22
|
+
<ANCHOR id="gst-fd-allocator-new" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-fdmemory.html#gst-fd-allocator-new">
|
23
|
+
<ANCHOR id="gst-fd-memory-get-fd" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-fdmemory.html#gst-fd-memory-get-fd">
|
24
|
+
<ANCHOR id="gst-is-fd-memory" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-fdmemory.html#gst-is-fd-memory">
|
25
|
+
<ANCHOR id="gst-plugins-base-libs-fdmemory.other_details" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-fdmemory.html#gst-plugins-base-libs-fdmemory.other_details">
|
26
|
+
<ANCHOR id="GstFdMemoryFlags" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-fdmemory.html#GstFdMemoryFlags">
|
27
|
+
<ANCHOR id="GST-FD-MEMORY-FLAG-NONE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-fdmemory.html#GST-FD-MEMORY-FLAG-NONE:CAPS">
|
28
|
+
<ANCHOR id="GST-FD-MEMORY-FLAG-KEEP-MAPPED:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-fdmemory.html#GST-FD-MEMORY-FLAG-KEEP-MAPPED:CAPS">
|
29
|
+
<ANCHOR id="GST-FD-MEMORY-FLAG-MAP-PRIVATE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-fdmemory.html#GST-FD-MEMORY-FLAG-MAP-PRIVATE:CAPS">
|
30
|
+
<ANCHOR id="gst-plugins-base-libs-fdmemory.see-also" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-fdmemory.html#gst-plugins-base-libs-fdmemory.see-also">
|
13
31
|
<ANCHOR id="gst-plugins-base-libs-appsrc" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-appsrc.html">
|
14
32
|
<ANCHOR id="gst-plugins-base-libs-appsrc.functions" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-appsrc.html#gst-plugins-base-libs-appsrc.functions">
|
15
33
|
<ANCHOR id="gst-plugins-base-libs-appsrc.other" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-appsrc.html#gst-plugins-base-libs-appsrc.other">
|
@@ -31,9 +49,13 @@
|
|
31
49
|
<ANCHOR id="gst-app-src-set-emit-signals" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-appsrc.html#gst-app-src-set-emit-signals">
|
32
50
|
<ANCHOR id="gst-app-src-set-callbacks" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-appsrc.html#gst-app-src-set-callbacks">
|
33
51
|
<ANCHOR id="gst-app-src-push-buffer" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-appsrc.html#gst-app-src-push-buffer">
|
52
|
+
<ANCHOR id="gst-app-src-push-sample" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-appsrc.html#gst-app-src-push-sample">
|
34
53
|
<ANCHOR id="gst-app-src-end-of-stream" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-appsrc.html#gst-app-src-end-of-stream">
|
35
54
|
<ANCHOR id="gst-plugins-base-libs-appsrc.other_details" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-appsrc.html#gst-plugins-base-libs-appsrc.other_details">
|
36
55
|
<ANCHOR id="GstAppStreamType" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-appsrc.html#GstAppStreamType">
|
56
|
+
<ANCHOR id="GST-APP-STREAM-TYPE-STREAM:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-appsrc.html#GST-APP-STREAM-TYPE-STREAM:CAPS">
|
57
|
+
<ANCHOR id="GST-APP-STREAM-TYPE-SEEKABLE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-appsrc.html#GST-APP-STREAM-TYPE-SEEKABLE:CAPS">
|
58
|
+
<ANCHOR id="GST-APP-STREAM-TYPE-RANDOM-ACCESS:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-appsrc.html#GST-APP-STREAM-TYPE-RANDOM-ACCESS:CAPS">
|
37
59
|
<ANCHOR id="GstAppSrcCallbacks" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-appsrc.html#GstAppSrcCallbacks">
|
38
60
|
<ANCHOR id="gst-plugins-base-libs-appsrc.see-also" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-appsrc.html#gst-plugins-base-libs-appsrc.see-also">
|
39
61
|
<ANCHOR id="gst-plugins-base-libs-appsink" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-appsink.html">
|
@@ -117,12 +139,68 @@
|
|
117
139
|
<ANCHOR id="gst-audio-buffer-clip" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudio.html#gst-audio-buffer-clip">
|
118
140
|
<ANCHOR id="gst-plugins-base-libs-gstaudio.other_details" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudio.html#gst-plugins-base-libs-gstaudio.other_details">
|
119
141
|
<ANCHOR id="GstAudioFlags" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudio.html#GstAudioFlags">
|
142
|
+
<ANCHOR id="GST-AUDIO-FLAG-NONE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudio.html#GST-AUDIO-FLAG-NONE:CAPS">
|
143
|
+
<ANCHOR id="GST-AUDIO-FLAG-UNPOSITIONED:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudio.html#GST-AUDIO-FLAG-UNPOSITIONED:CAPS">
|
120
144
|
<ANCHOR id="GstAudioFormat" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudio.html#GstAudioFormat">
|
145
|
+
<ANCHOR id="GST-AUDIO-FORMAT-UNKNOWN:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudio.html#GST-AUDIO-FORMAT-UNKNOWN:CAPS">
|
146
|
+
<ANCHOR id="GST-AUDIO-FORMAT-ENCODED:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudio.html#GST-AUDIO-FORMAT-ENCODED:CAPS">
|
147
|
+
<ANCHOR id="GST-AUDIO-FORMAT-S8:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudio.html#GST-AUDIO-FORMAT-S8:CAPS">
|
148
|
+
<ANCHOR id="GST-AUDIO-FORMAT-U8:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudio.html#GST-AUDIO-FORMAT-U8:CAPS">
|
149
|
+
<ANCHOR id="GST-AUDIO-FORMAT-S16LE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudio.html#GST-AUDIO-FORMAT-S16LE:CAPS">
|
150
|
+
<ANCHOR id="GST-AUDIO-FORMAT-S16BE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudio.html#GST-AUDIO-FORMAT-S16BE:CAPS">
|
151
|
+
<ANCHOR id="GST-AUDIO-FORMAT-U16LE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudio.html#GST-AUDIO-FORMAT-U16LE:CAPS">
|
152
|
+
<ANCHOR id="GST-AUDIO-FORMAT-U16BE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudio.html#GST-AUDIO-FORMAT-U16BE:CAPS">
|
153
|
+
<ANCHOR id="GST-AUDIO-FORMAT-S24-32LE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudio.html#GST-AUDIO-FORMAT-S24-32LE:CAPS">
|
154
|
+
<ANCHOR id="GST-AUDIO-FORMAT-S24-32BE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudio.html#GST-AUDIO-FORMAT-S24-32BE:CAPS">
|
155
|
+
<ANCHOR id="GST-AUDIO-FORMAT-U24-32LE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudio.html#GST-AUDIO-FORMAT-U24-32LE:CAPS">
|
156
|
+
<ANCHOR id="GST-AUDIO-FORMAT-U24-32BE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudio.html#GST-AUDIO-FORMAT-U24-32BE:CAPS">
|
157
|
+
<ANCHOR id="GST-AUDIO-FORMAT-S32LE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudio.html#GST-AUDIO-FORMAT-S32LE:CAPS">
|
158
|
+
<ANCHOR id="GST-AUDIO-FORMAT-S32BE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudio.html#GST-AUDIO-FORMAT-S32BE:CAPS">
|
159
|
+
<ANCHOR id="GST-AUDIO-FORMAT-U32LE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudio.html#GST-AUDIO-FORMAT-U32LE:CAPS">
|
160
|
+
<ANCHOR id="GST-AUDIO-FORMAT-U32BE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudio.html#GST-AUDIO-FORMAT-U32BE:CAPS">
|
161
|
+
<ANCHOR id="GST-AUDIO-FORMAT-S24LE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudio.html#GST-AUDIO-FORMAT-S24LE:CAPS">
|
162
|
+
<ANCHOR id="GST-AUDIO-FORMAT-S24BE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudio.html#GST-AUDIO-FORMAT-S24BE:CAPS">
|
163
|
+
<ANCHOR id="GST-AUDIO-FORMAT-U24LE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudio.html#GST-AUDIO-FORMAT-U24LE:CAPS">
|
164
|
+
<ANCHOR id="GST-AUDIO-FORMAT-U24BE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudio.html#GST-AUDIO-FORMAT-U24BE:CAPS">
|
165
|
+
<ANCHOR id="GST-AUDIO-FORMAT-S20LE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudio.html#GST-AUDIO-FORMAT-S20LE:CAPS">
|
166
|
+
<ANCHOR id="GST-AUDIO-FORMAT-S20BE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudio.html#GST-AUDIO-FORMAT-S20BE:CAPS">
|
167
|
+
<ANCHOR id="GST-AUDIO-FORMAT-U20LE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudio.html#GST-AUDIO-FORMAT-U20LE:CAPS">
|
168
|
+
<ANCHOR id="GST-AUDIO-FORMAT-U20BE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudio.html#GST-AUDIO-FORMAT-U20BE:CAPS">
|
169
|
+
<ANCHOR id="GST-AUDIO-FORMAT-S18LE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudio.html#GST-AUDIO-FORMAT-S18LE:CAPS">
|
170
|
+
<ANCHOR id="GST-AUDIO-FORMAT-S18BE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudio.html#GST-AUDIO-FORMAT-S18BE:CAPS">
|
171
|
+
<ANCHOR id="GST-AUDIO-FORMAT-U18LE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudio.html#GST-AUDIO-FORMAT-U18LE:CAPS">
|
172
|
+
<ANCHOR id="GST-AUDIO-FORMAT-U18BE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudio.html#GST-AUDIO-FORMAT-U18BE:CAPS">
|
173
|
+
<ANCHOR id="GST-AUDIO-FORMAT-F32LE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudio.html#GST-AUDIO-FORMAT-F32LE:CAPS">
|
174
|
+
<ANCHOR id="GST-AUDIO-FORMAT-F32BE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudio.html#GST-AUDIO-FORMAT-F32BE:CAPS">
|
175
|
+
<ANCHOR id="GST-AUDIO-FORMAT-F64LE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudio.html#GST-AUDIO-FORMAT-F64LE:CAPS">
|
176
|
+
<ANCHOR id="GST-AUDIO-FORMAT-F64BE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudio.html#GST-AUDIO-FORMAT-F64BE:CAPS">
|
177
|
+
<ANCHOR id="GST-AUDIO-FORMAT-S16:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudio.html#GST-AUDIO-FORMAT-S16:CAPS">
|
178
|
+
<ANCHOR id="GST-AUDIO-FORMAT-U16:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudio.html#GST-AUDIO-FORMAT-U16:CAPS">
|
179
|
+
<ANCHOR id="GST-AUDIO-FORMAT-S24-32:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudio.html#GST-AUDIO-FORMAT-S24-32:CAPS">
|
180
|
+
<ANCHOR id="GST-AUDIO-FORMAT-U24-32:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudio.html#GST-AUDIO-FORMAT-U24-32:CAPS">
|
181
|
+
<ANCHOR id="GST-AUDIO-FORMAT-S32:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudio.html#GST-AUDIO-FORMAT-S32:CAPS">
|
182
|
+
<ANCHOR id="GST-AUDIO-FORMAT-U32:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudio.html#GST-AUDIO-FORMAT-U32:CAPS">
|
183
|
+
<ANCHOR id="GST-AUDIO-FORMAT-S24:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudio.html#GST-AUDIO-FORMAT-S24:CAPS">
|
184
|
+
<ANCHOR id="GST-AUDIO-FORMAT-U24:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudio.html#GST-AUDIO-FORMAT-U24:CAPS">
|
185
|
+
<ANCHOR id="GST-AUDIO-FORMAT-S20:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudio.html#GST-AUDIO-FORMAT-S20:CAPS">
|
186
|
+
<ANCHOR id="GST-AUDIO-FORMAT-U20:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudio.html#GST-AUDIO-FORMAT-U20:CAPS">
|
187
|
+
<ANCHOR id="GST-AUDIO-FORMAT-S18:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudio.html#GST-AUDIO-FORMAT-S18:CAPS">
|
188
|
+
<ANCHOR id="GST-AUDIO-FORMAT-U18:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudio.html#GST-AUDIO-FORMAT-U18:CAPS">
|
189
|
+
<ANCHOR id="GST-AUDIO-FORMAT-F32:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudio.html#GST-AUDIO-FORMAT-F32:CAPS">
|
190
|
+
<ANCHOR id="GST-AUDIO-FORMAT-F64:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudio.html#GST-AUDIO-FORMAT-F64:CAPS">
|
121
191
|
<ANCHOR id="GstAudioFormatFlags" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudio.html#GstAudioFormatFlags">
|
192
|
+
<ANCHOR id="GST-AUDIO-FORMAT-FLAG-INTEGER:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudio.html#GST-AUDIO-FORMAT-FLAG-INTEGER:CAPS">
|
193
|
+
<ANCHOR id="GST-AUDIO-FORMAT-FLAG-FLOAT:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudio.html#GST-AUDIO-FORMAT-FLAG-FLOAT:CAPS">
|
194
|
+
<ANCHOR id="GST-AUDIO-FORMAT-FLAG-SIGNED:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudio.html#GST-AUDIO-FORMAT-FLAG-SIGNED:CAPS">
|
195
|
+
<ANCHOR id="GST-AUDIO-FORMAT-FLAG-COMPLEX:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudio.html#GST-AUDIO-FORMAT-FLAG-COMPLEX:CAPS">
|
196
|
+
<ANCHOR id="GST-AUDIO-FORMAT-FLAG-UNPACK:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudio.html#GST-AUDIO-FORMAT-FLAG-UNPACK:CAPS">
|
122
197
|
<ANCHOR id="GstAudioFormatInfo" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudio.html#GstAudioFormatInfo">
|
123
198
|
<ANCHOR id="GstAudioInfo" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudio.html#GstAudioInfo">
|
124
199
|
<ANCHOR id="GstAudioLayout" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudio.html#GstAudioLayout">
|
200
|
+
<ANCHOR id="GST-AUDIO-LAYOUT-INTERLEAVED:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudio.html#GST-AUDIO-LAYOUT-INTERLEAVED:CAPS">
|
201
|
+
<ANCHOR id="GST-AUDIO-LAYOUT-NON-INTERLEAVED:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudio.html#GST-AUDIO-LAYOUT-NON-INTERLEAVED:CAPS">
|
125
202
|
<ANCHOR id="GstAudioPackFlags" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudio.html#GstAudioPackFlags">
|
203
|
+
<ANCHOR id="GST-AUDIO-PACK-FLAG-NONE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudio.html#GST-AUDIO-PACK-FLAG-NONE:CAPS">
|
126
204
|
<ANCHOR id="GST-META-TAG-AUDIO-STR:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudio.html#GST-META-TAG-AUDIO-STR:CAPS">
|
127
205
|
<ANCHOR id="GST-META-TAG-AUDIO-CHANNELS-STR:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudio.html#GST-META-TAG-AUDIO-CHANNELS-STR:CAPS">
|
128
206
|
<ANCHOR id="GST-AUDIO-RATE-RANGE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudio.html#GST-AUDIO-RATE-RANGE:CAPS">
|
@@ -158,6 +236,8 @@
|
|
158
236
|
<ANCHOR id="GstAudioCdSrcClass" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiocdsrc.html#GstAudioCdSrcClass">
|
159
237
|
<ANCHOR id="GstAudioCdSrcTrack" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiocdsrc.html#GstAudioCdSrcTrack">
|
160
238
|
<ANCHOR id="GstAudioCdSrcMode" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiocdsrc.html#GstAudioCdSrcMode">
|
239
|
+
<ANCHOR id="GST-AUDIO-CD-SRC-MODE-NORMAL:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiocdsrc.html#GST-AUDIO-CD-SRC-MODE-NORMAL:CAPS">
|
240
|
+
<ANCHOR id="GST-AUDIO-CD-SRC-MODE-CONTINUOUS:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiocdsrc.html#GST-AUDIO-CD-SRC-MODE-CONTINUOUS:CAPS">
|
161
241
|
<ANCHOR id="gst-plugins-base-libs-gstaudiocdsrc.property-details" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiocdsrc.html#gst-plugins-base-libs-gstaudiocdsrc.property-details">
|
162
242
|
<ANCHOR id="GstAudioCdSrc--device" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiocdsrc.html#GstAudioCdSrc--device">
|
163
243
|
<ANCHOR id="GstAudioCdSrc--mode" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiocdsrc.html#GstAudioCdSrc--mode">
|
@@ -218,6 +298,7 @@
|
|
218
298
|
<ANCHOR id="gst-audio-decoder-set-plc-aware" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiodecoder.html#gst-audio-decoder-set-plc-aware">
|
219
299
|
<ANCHOR id="gst-audio-decoder-set-tolerance" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiodecoder.html#gst-audio-decoder-set-tolerance">
|
220
300
|
<ANCHOR id="gst-audio-decoder-merge-tags" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiodecoder.html#gst-audio-decoder-merge-tags">
|
301
|
+
<ANCHOR id="gst-audio-decoder-proxy-getcaps" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiodecoder.html#gst-audio-decoder-proxy-getcaps">
|
221
302
|
<ANCHOR id="gst-plugins-base-libs-gstaudiodecoder.other_details" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiodecoder.html#gst-plugins-base-libs-gstaudiodecoder.other_details">
|
222
303
|
<ANCHOR id="GstAudioDecoder-struct" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiodecoder.html#GstAudioDecoder-struct">
|
223
304
|
<ANCHOR id="GstAudioDecoderClass" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiodecoder.html#GstAudioDecoderClass">
|
@@ -342,6 +423,10 @@
|
|
342
423
|
<ANCHOR id="GstAudioBaseSink-struct" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiobasesink.html#GstAudioBaseSink-struct">
|
343
424
|
<ANCHOR id="GstAudioBaseSinkClass" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiobasesink.html#GstAudioBaseSinkClass">
|
344
425
|
<ANCHOR id="GstAudioBaseSinkSlaveMethod" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiobasesink.html#GstAudioBaseSinkSlaveMethod">
|
426
|
+
<ANCHOR id="GST-AUDIO-BASE-SINK-SLAVE-RESAMPLE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiobasesink.html#GST-AUDIO-BASE-SINK-SLAVE-RESAMPLE:CAPS">
|
427
|
+
<ANCHOR id="GST-AUDIO-BASE-SINK-SLAVE-SKEW:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiobasesink.html#GST-AUDIO-BASE-SINK-SLAVE-SKEW:CAPS">
|
428
|
+
<ANCHOR id="GST-AUDIO-BASE-SINK-SLAVE-NONE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiobasesink.html#GST-AUDIO-BASE-SINK-SLAVE-NONE:CAPS">
|
429
|
+
<ANCHOR id="GST-AUDIO-BASE-SINK-SLAVE-CUSTOM:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiobasesink.html#GST-AUDIO-BASE-SINK-SLAVE-CUSTOM:CAPS">
|
345
430
|
<ANCHOR id="gst-plugins-base-libs-gstaudiobasesink.property-details" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiobasesink.html#gst-plugins-base-libs-gstaudiobasesink.property-details">
|
346
431
|
<ANCHOR id="GstAudioBaseSink--alignment-threshold" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiobasesink.html#GstAudioBaseSink--alignment-threshold">
|
347
432
|
<ANCHOR id="GstAudioBaseSink--buffer-time" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiobasesink.html#GstAudioBaseSink--buffer-time">
|
@@ -372,6 +457,10 @@
|
|
372
457
|
<ANCHOR id="GstAudioBaseSrc-struct" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiobasesrc.html#GstAudioBaseSrc-struct">
|
373
458
|
<ANCHOR id="GstAudioBaseSrcClass" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiobasesrc.html#GstAudioBaseSrcClass">
|
374
459
|
<ANCHOR id="GstAudioBaseSrcSlaveMethod" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiobasesrc.html#GstAudioBaseSrcSlaveMethod">
|
460
|
+
<ANCHOR id="GST-AUDIO-BASE-SRC-SLAVE-RESAMPLE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiobasesrc.html#GST-AUDIO-BASE-SRC-SLAVE-RESAMPLE:CAPS">
|
461
|
+
<ANCHOR id="GST-AUDIO-BASE-SRC-SLAVE-RETIMESTAMP:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiobasesrc.html#GST-AUDIO-BASE-SRC-SLAVE-RETIMESTAMP:CAPS">
|
462
|
+
<ANCHOR id="GST-AUDIO-BASE-SRC-SLAVE-SKEW:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiobasesrc.html#GST-AUDIO-BASE-SRC-SLAVE-SKEW:CAPS">
|
463
|
+
<ANCHOR id="GST-AUDIO-BASE-SRC-SLAVE-NONE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiobasesrc.html#GST-AUDIO-BASE-SRC-SLAVE-NONE:CAPS">
|
375
464
|
<ANCHOR id="gst-plugins-base-libs-gstaudiobasesrc.property-details" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiobasesrc.html#gst-plugins-base-libs-gstaudiobasesrc.property-details">
|
376
465
|
<ANCHOR id="GstAudioBaseSrc--actual-buffer-time" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiobasesrc.html#GstAudioBaseSrc--actual-buffer-time">
|
377
466
|
<ANCHOR id="GstAudioBaseSrc--actual-latency-time" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiobasesrc.html#GstAudioBaseSrc--actual-latency-time">
|
@@ -396,6 +485,37 @@
|
|
396
485
|
<ANCHOR id="gst-audio-get-channel-reorder-map" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiochannels.html#gst-audio-get-channel-reorder-map">
|
397
486
|
<ANCHOR id="gst-plugins-base-libs-gstaudiochannels.other_details" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiochannels.html#gst-plugins-base-libs-gstaudiochannels.other_details">
|
398
487
|
<ANCHOR id="GstAudioChannelPosition" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiochannels.html#GstAudioChannelPosition">
|
488
|
+
<ANCHOR id="GST-AUDIO-CHANNEL-POSITION-NONE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiochannels.html#GST-AUDIO-CHANNEL-POSITION-NONE:CAPS">
|
489
|
+
<ANCHOR id="GST-AUDIO-CHANNEL-POSITION-MONO:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiochannels.html#GST-AUDIO-CHANNEL-POSITION-MONO:CAPS">
|
490
|
+
<ANCHOR id="GST-AUDIO-CHANNEL-POSITION-INVALID:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiochannels.html#GST-AUDIO-CHANNEL-POSITION-INVALID:CAPS">
|
491
|
+
<ANCHOR id="GST-AUDIO-CHANNEL-POSITION-FRONT-LEFT:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiochannels.html#GST-AUDIO-CHANNEL-POSITION-FRONT-LEFT:CAPS">
|
492
|
+
<ANCHOR id="GST-AUDIO-CHANNEL-POSITION-FRONT-RIGHT:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiochannels.html#GST-AUDIO-CHANNEL-POSITION-FRONT-RIGHT:CAPS">
|
493
|
+
<ANCHOR id="GST-AUDIO-CHANNEL-POSITION-FRONT-CENTER:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiochannels.html#GST-AUDIO-CHANNEL-POSITION-FRONT-CENTER:CAPS">
|
494
|
+
<ANCHOR id="GST-AUDIO-CHANNEL-POSITION-LFE1:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiochannels.html#GST-AUDIO-CHANNEL-POSITION-LFE1:CAPS">
|
495
|
+
<ANCHOR id="GST-AUDIO-CHANNEL-POSITION-REAR-LEFT:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiochannels.html#GST-AUDIO-CHANNEL-POSITION-REAR-LEFT:CAPS">
|
496
|
+
<ANCHOR id="GST-AUDIO-CHANNEL-POSITION-REAR-RIGHT:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiochannels.html#GST-AUDIO-CHANNEL-POSITION-REAR-RIGHT:CAPS">
|
497
|
+
<ANCHOR id="GST-AUDIO-CHANNEL-POSITION-FRONT-LEFT-OF-CENTER:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiochannels.html#GST-AUDIO-CHANNEL-POSITION-FRONT-LEFT-OF-CENTER:CAPS">
|
498
|
+
<ANCHOR id="GST-AUDIO-CHANNEL-POSITION-FRONT-RIGHT-OF-CENTER:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiochannels.html#GST-AUDIO-CHANNEL-POSITION-FRONT-RIGHT-OF-CENTER:CAPS">
|
499
|
+
<ANCHOR id="GST-AUDIO-CHANNEL-POSITION-REAR-CENTER:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiochannels.html#GST-AUDIO-CHANNEL-POSITION-REAR-CENTER:CAPS">
|
500
|
+
<ANCHOR id="GST-AUDIO-CHANNEL-POSITION-LFE2:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiochannels.html#GST-AUDIO-CHANNEL-POSITION-LFE2:CAPS">
|
501
|
+
<ANCHOR id="GST-AUDIO-CHANNEL-POSITION-SIDE-LEFT:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiochannels.html#GST-AUDIO-CHANNEL-POSITION-SIDE-LEFT:CAPS">
|
502
|
+
<ANCHOR id="GST-AUDIO-CHANNEL-POSITION-SIDE-RIGHT:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiochannels.html#GST-AUDIO-CHANNEL-POSITION-SIDE-RIGHT:CAPS">
|
503
|
+
<ANCHOR id="GST-AUDIO-CHANNEL-POSITION-TOP-FRONT-LEFT:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiochannels.html#GST-AUDIO-CHANNEL-POSITION-TOP-FRONT-LEFT:CAPS">
|
504
|
+
<ANCHOR id="GST-AUDIO-CHANNEL-POSITION-TOP-FRONT-RIGHT:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiochannels.html#GST-AUDIO-CHANNEL-POSITION-TOP-FRONT-RIGHT:CAPS">
|
505
|
+
<ANCHOR id="GST-AUDIO-CHANNEL-POSITION-TOP-FRONT-CENTER:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiochannels.html#GST-AUDIO-CHANNEL-POSITION-TOP-FRONT-CENTER:CAPS">
|
506
|
+
<ANCHOR id="GST-AUDIO-CHANNEL-POSITION-TOP-CENTER:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiochannels.html#GST-AUDIO-CHANNEL-POSITION-TOP-CENTER:CAPS">
|
507
|
+
<ANCHOR id="GST-AUDIO-CHANNEL-POSITION-TOP-REAR-LEFT:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiochannels.html#GST-AUDIO-CHANNEL-POSITION-TOP-REAR-LEFT:CAPS">
|
508
|
+
<ANCHOR id="GST-AUDIO-CHANNEL-POSITION-TOP-REAR-RIGHT:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiochannels.html#GST-AUDIO-CHANNEL-POSITION-TOP-REAR-RIGHT:CAPS">
|
509
|
+
<ANCHOR id="GST-AUDIO-CHANNEL-POSITION-TOP-SIDE-LEFT:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiochannels.html#GST-AUDIO-CHANNEL-POSITION-TOP-SIDE-LEFT:CAPS">
|
510
|
+
<ANCHOR id="GST-AUDIO-CHANNEL-POSITION-TOP-SIDE-RIGHT:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiochannels.html#GST-AUDIO-CHANNEL-POSITION-TOP-SIDE-RIGHT:CAPS">
|
511
|
+
<ANCHOR id="GST-AUDIO-CHANNEL-POSITION-TOP-REAR-CENTER:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiochannels.html#GST-AUDIO-CHANNEL-POSITION-TOP-REAR-CENTER:CAPS">
|
512
|
+
<ANCHOR id="GST-AUDIO-CHANNEL-POSITION-BOTTOM-FRONT-CENTER:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiochannels.html#GST-AUDIO-CHANNEL-POSITION-BOTTOM-FRONT-CENTER:CAPS">
|
513
|
+
<ANCHOR id="GST-AUDIO-CHANNEL-POSITION-BOTTOM-FRONT-LEFT:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiochannels.html#GST-AUDIO-CHANNEL-POSITION-BOTTOM-FRONT-LEFT:CAPS">
|
514
|
+
<ANCHOR id="GST-AUDIO-CHANNEL-POSITION-BOTTOM-FRONT-RIGHT:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiochannels.html#GST-AUDIO-CHANNEL-POSITION-BOTTOM-FRONT-RIGHT:CAPS">
|
515
|
+
<ANCHOR id="GST-AUDIO-CHANNEL-POSITION-WIDE-LEFT:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiochannels.html#GST-AUDIO-CHANNEL-POSITION-WIDE-LEFT:CAPS">
|
516
|
+
<ANCHOR id="GST-AUDIO-CHANNEL-POSITION-WIDE-RIGHT:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiochannels.html#GST-AUDIO-CHANNEL-POSITION-WIDE-RIGHT:CAPS">
|
517
|
+
<ANCHOR id="GST-AUDIO-CHANNEL-POSITION-SURROUND-LEFT:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiochannels.html#GST-AUDIO-CHANNEL-POSITION-SURROUND-LEFT:CAPS">
|
518
|
+
<ANCHOR id="GST-AUDIO-CHANNEL-POSITION-SURROUND-RIGHT:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiochannels.html#GST-AUDIO-CHANNEL-POSITION-SURROUND-RIGHT:CAPS">
|
399
519
|
<ANCHOR id="gst-plugins-base-libs-gstaudioringbuffer" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudioringbuffer.html">
|
400
520
|
<ANCHOR id="gst-plugins-base-libs-gstaudioringbuffer.functions" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudioringbuffer.html#gst-plugins-base-libs-gstaudioringbuffer.functions">
|
401
521
|
<ANCHOR id="GstAudioRingBuffer" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudioringbuffer.html#GstAudioRingBuffer">
|
@@ -442,7 +562,23 @@
|
|
442
562
|
<ANCHOR id="GstAudioRingBufferClass" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudioringbuffer.html#GstAudioRingBufferClass">
|
443
563
|
<ANCHOR id="GstAudioRingBufferSpec" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudioringbuffer.html#GstAudioRingBufferSpec">
|
444
564
|
<ANCHOR id="GstAudioRingBufferState" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudioringbuffer.html#GstAudioRingBufferState">
|
565
|
+
<ANCHOR id="GST-AUDIO-RING-BUFFER-STATE-STOPPED:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudioringbuffer.html#GST-AUDIO-RING-BUFFER-STATE-STOPPED:CAPS">
|
566
|
+
<ANCHOR id="GST-AUDIO-RING-BUFFER-STATE-PAUSED:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudioringbuffer.html#GST-AUDIO-RING-BUFFER-STATE-PAUSED:CAPS">
|
567
|
+
<ANCHOR id="GST-AUDIO-RING-BUFFER-STATE-STARTED:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudioringbuffer.html#GST-AUDIO-RING-BUFFER-STATE-STARTED:CAPS">
|
568
|
+
<ANCHOR id="GST-AUDIO-RING-BUFFER-STATE-ERROR:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudioringbuffer.html#GST-AUDIO-RING-BUFFER-STATE-ERROR:CAPS">
|
445
569
|
<ANCHOR id="GstAudioRingBufferFormatType" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudioringbuffer.html#GstAudioRingBufferFormatType">
|
570
|
+
<ANCHOR id="GST-AUDIO-RING-BUFFER-FORMAT-TYPE-RAW:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudioringbuffer.html#GST-AUDIO-RING-BUFFER-FORMAT-TYPE-RAW:CAPS">
|
571
|
+
<ANCHOR id="GST-AUDIO-RING-BUFFER-FORMAT-TYPE-MU-LAW:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudioringbuffer.html#GST-AUDIO-RING-BUFFER-FORMAT-TYPE-MU-LAW:CAPS">
|
572
|
+
<ANCHOR id="GST-AUDIO-RING-BUFFER-FORMAT-TYPE-A-LAW:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudioringbuffer.html#GST-AUDIO-RING-BUFFER-FORMAT-TYPE-A-LAW:CAPS">
|
573
|
+
<ANCHOR id="GST-AUDIO-RING-BUFFER-FORMAT-TYPE-IMA-ADPCM:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudioringbuffer.html#GST-AUDIO-RING-BUFFER-FORMAT-TYPE-IMA-ADPCM:CAPS">
|
574
|
+
<ANCHOR id="GST-AUDIO-RING-BUFFER-FORMAT-TYPE-MPEG:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudioringbuffer.html#GST-AUDIO-RING-BUFFER-FORMAT-TYPE-MPEG:CAPS">
|
575
|
+
<ANCHOR id="GST-AUDIO-RING-BUFFER-FORMAT-TYPE-GSM:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudioringbuffer.html#GST-AUDIO-RING-BUFFER-FORMAT-TYPE-GSM:CAPS">
|
576
|
+
<ANCHOR id="GST-AUDIO-RING-BUFFER-FORMAT-TYPE-IEC958:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudioringbuffer.html#GST-AUDIO-RING-BUFFER-FORMAT-TYPE-IEC958:CAPS">
|
577
|
+
<ANCHOR id="GST-AUDIO-RING-BUFFER-FORMAT-TYPE-AC3:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudioringbuffer.html#GST-AUDIO-RING-BUFFER-FORMAT-TYPE-AC3:CAPS">
|
578
|
+
<ANCHOR id="GST-AUDIO-RING-BUFFER-FORMAT-TYPE-EAC3:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudioringbuffer.html#GST-AUDIO-RING-BUFFER-FORMAT-TYPE-EAC3:CAPS">
|
579
|
+
<ANCHOR id="GST-AUDIO-RING-BUFFER-FORMAT-TYPE-DTS:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudioringbuffer.html#GST-AUDIO-RING-BUFFER-FORMAT-TYPE-DTS:CAPS">
|
580
|
+
<ANCHOR id="GST-AUDIO-RING-BUFFER-FORMAT-TYPE-MPEG2-AAC:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudioringbuffer.html#GST-AUDIO-RING-BUFFER-FORMAT-TYPE-MPEG2-AAC:CAPS">
|
581
|
+
<ANCHOR id="GST-AUDIO-RING-BUFFER-FORMAT-TYPE-MPEG4-AAC:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudioringbuffer.html#GST-AUDIO-RING-BUFFER-FORMAT-TYPE-MPEG4-AAC:CAPS">
|
446
582
|
<ANCHOR id="gst-plugins-base-libs-gstaudioringbuffer.see-also" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudioringbuffer.html#gst-plugins-base-libs-gstaudioringbuffer.see-also">
|
447
583
|
<ANCHOR id="gst-plugins-base-libs-gstaudioiec61937" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudioiec61937.html">
|
448
584
|
<ANCHOR id="gst-plugins-base-libs-gstaudioiec61937.functions" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudioiec61937.html#gst-plugins-base-libs-gstaudioiec61937.functions">
|
@@ -470,6 +606,9 @@
|
|
470
606
|
<ANCHOR id="gst-plugins-base-libs-gststreamvolume.other_details" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gststreamvolume.html#gst-plugins-base-libs-gststreamvolume.other_details">
|
471
607
|
<ANCHOR id="GstStreamVolume-struct" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gststreamvolume.html#GstStreamVolume-struct">
|
472
608
|
<ANCHOR id="GstStreamVolumeFormat" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gststreamvolume.html#GstStreamVolumeFormat">
|
609
|
+
<ANCHOR id="GST-STREAM-VOLUME-FORMAT-LINEAR:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gststreamvolume.html#GST-STREAM-VOLUME-FORMAT-LINEAR:CAPS">
|
610
|
+
<ANCHOR id="GST-STREAM-VOLUME-FORMAT-CUBIC:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gststreamvolume.html#GST-STREAM-VOLUME-FORMAT-CUBIC:CAPS">
|
611
|
+
<ANCHOR id="GST-STREAM-VOLUME-FORMAT-DB:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gststreamvolume.html#GST-STREAM-VOLUME-FORMAT-DB:CAPS">
|
473
612
|
<ANCHOR id="gst-plugins-base-libs-gststreamvolume.property-details" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gststreamvolume.html#gst-plugins-base-libs-gststreamvolume.property-details">
|
474
613
|
<ANCHOR id="GstStreamVolume--mute" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gststreamvolume.html#GstStreamVolume--mute">
|
475
614
|
<ANCHOR id="GstStreamVolume--volume" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gststreamvolume.html#GstStreamVolume--volume">
|
@@ -482,6 +621,11 @@
|
|
482
621
|
<ANCHOR id="gst-fft-next-fast-length" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstfft.html#gst-fft-next-fast-length">
|
483
622
|
<ANCHOR id="gst-plugins-base-libs-gstfft.other_details" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstfft.html#gst-plugins-base-libs-gstfft.other_details">
|
484
623
|
<ANCHOR id="GstFFTWindow" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstfft.html#GstFFTWindow">
|
624
|
+
<ANCHOR id="GST-FFT-WINDOW-RECTANGULAR:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstfft.html#GST-FFT-WINDOW-RECTANGULAR:CAPS">
|
625
|
+
<ANCHOR id="GST-FFT-WINDOW-HAMMING:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstfft.html#GST-FFT-WINDOW-HAMMING:CAPS">
|
626
|
+
<ANCHOR id="GST-FFT-WINDOW-HANN:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstfft.html#GST-FFT-WINDOW-HANN:CAPS">
|
627
|
+
<ANCHOR id="GST-FFT-WINDOW-BARTLETT:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstfft.html#GST-FFT-WINDOW-BARTLETT:CAPS">
|
628
|
+
<ANCHOR id="GST-FFT-WINDOW-BLACKMAN:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstfft.html#GST-FFT-WINDOW-BLACKMAN:CAPS">
|
485
629
|
<ANCHOR id="gst-plugins-base-libs-gstffts16" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstffts16.html">
|
486
630
|
<ANCHOR id="gst-plugins-base-libs-gstffts16.functions" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstffts16.html#gst-plugins-base-libs-gstffts16.functions">
|
487
631
|
<ANCHOR id="gst-plugins-base-libs-gstffts16.other" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstffts16.html#gst-plugins-base-libs-gstffts16.other">
|
@@ -660,6 +804,7 @@
|
|
660
804
|
<ANCHOR id="gst-rtp-buffer-get-extension" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtpbuffer.html#gst-rtp-buffer-get-extension">
|
661
805
|
<ANCHOR id="gst-rtp-buffer-set-extension" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtpbuffer.html#gst-rtp-buffer-set-extension">
|
662
806
|
<ANCHOR id="gst-rtp-buffer-get-extension-data" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtpbuffer.html#gst-rtp-buffer-get-extension-data">
|
807
|
+
<ANCHOR id="gst-rtp-buffer-get-extension-bytes" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtpbuffer.html#gst-rtp-buffer-get-extension-bytes">
|
663
808
|
<ANCHOR id="gst-rtp-buffer-get-ssrc" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtpbuffer.html#gst-rtp-buffer-get-ssrc">
|
664
809
|
<ANCHOR id="gst-rtp-buffer-set-ssrc" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtpbuffer.html#gst-rtp-buffer-set-ssrc">
|
665
810
|
<ANCHOR id="gst-rtp-buffer-get-csrc-count" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtpbuffer.html#gst-rtp-buffer-get-csrc-count">
|
@@ -676,6 +821,7 @@
|
|
676
821
|
<ANCHOR id="gst-rtp-buffer-get-payload-buffer" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtpbuffer.html#gst-rtp-buffer-get-payload-buffer">
|
677
822
|
<ANCHOR id="gst-rtp-buffer-get-payload-subbuffer" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtpbuffer.html#gst-rtp-buffer-get-payload-subbuffer">
|
678
823
|
<ANCHOR id="gst-rtp-buffer-get-payload-len" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtpbuffer.html#gst-rtp-buffer-get-payload-len">
|
824
|
+
<ANCHOR id="gst-rtp-buffer-get-payload-bytes" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtpbuffer.html#gst-rtp-buffer-get-payload-bytes">
|
679
825
|
<ANCHOR id="gst-rtp-buffer-get-payload" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtpbuffer.html#gst-rtp-buffer-get-payload">
|
680
826
|
<ANCHOR id="gst-rtp-buffer-default-clock-rate" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtpbuffer.html#gst-rtp-buffer-default-clock-rate">
|
681
827
|
<ANCHOR id="gst-rtp-buffer-compare-seqnum" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtpbuffer.html#gst-rtp-buffer-compare-seqnum">
|
@@ -700,6 +846,8 @@
|
|
700
846
|
<ANCHOR id="GST-RTCP-VALID-VALUE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtcpbuffer.html#GST-RTCP-VALID-VALUE:CAPS">
|
701
847
|
<ANCHOR id="gst-rtcp-buffer-new-take-data" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtcpbuffer.html#gst-rtcp-buffer-new-take-data">
|
702
848
|
<ANCHOR id="gst-rtcp-buffer-new-copy-data" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtcpbuffer.html#gst-rtcp-buffer-new-copy-data">
|
849
|
+
<ANCHOR id="gst-rtcp-buffer-validate-data-reduced" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtcpbuffer.html#gst-rtcp-buffer-validate-data-reduced">
|
850
|
+
<ANCHOR id="gst-rtcp-buffer-validate-reduced" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtcpbuffer.html#gst-rtcp-buffer-validate-reduced">
|
703
851
|
<ANCHOR id="gst-rtcp-buffer-validate-data" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtcpbuffer.html#gst-rtcp-buffer-validate-data">
|
704
852
|
<ANCHOR id="gst-rtcp-buffer-validate" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtcpbuffer.html#gst-rtcp-buffer-validate">
|
705
853
|
<ANCHOR id="gst-rtcp-buffer-new" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtcpbuffer.html#gst-rtcp-buffer-new">
|
@@ -759,9 +907,40 @@
|
|
759
907
|
<ANCHOR id="GST-RTCP-MAX-RB-COUNT:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtcpbuffer.html#GST-RTCP-MAX-RB-COUNT:CAPS">
|
760
908
|
<ANCHOR id="GST-RTCP-MAX-SDES-ITEM-COUNT:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtcpbuffer.html#GST-RTCP-MAX-SDES-ITEM-COUNT:CAPS">
|
761
909
|
<ANCHOR id="GstRTCPType" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtcpbuffer.html#GstRTCPType">
|
910
|
+
<ANCHOR id="GST-RTCP-TYPE-INVALID:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtcpbuffer.html#GST-RTCP-TYPE-INVALID:CAPS">
|
911
|
+
<ANCHOR id="GST-RTCP-TYPE-SR:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtcpbuffer.html#GST-RTCP-TYPE-SR:CAPS">
|
912
|
+
<ANCHOR id="GST-RTCP-TYPE-RR:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtcpbuffer.html#GST-RTCP-TYPE-RR:CAPS">
|
913
|
+
<ANCHOR id="GST-RTCP-TYPE-SDES:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtcpbuffer.html#GST-RTCP-TYPE-SDES:CAPS">
|
914
|
+
<ANCHOR id="GST-RTCP-TYPE-BYE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtcpbuffer.html#GST-RTCP-TYPE-BYE:CAPS">
|
915
|
+
<ANCHOR id="GST-RTCP-TYPE-APP:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtcpbuffer.html#GST-RTCP-TYPE-APP:CAPS">
|
916
|
+
<ANCHOR id="GST-RTCP-TYPE-RTPFB:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtcpbuffer.html#GST-RTCP-TYPE-RTPFB:CAPS">
|
917
|
+
<ANCHOR id="GST-RTCP-TYPE-PSFB:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtcpbuffer.html#GST-RTCP-TYPE-PSFB:CAPS">
|
762
918
|
<ANCHOR id="GstRTCPPacket" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtcpbuffer.html#GstRTCPPacket">
|
763
919
|
<ANCHOR id="GstRTCPSDESType" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtcpbuffer.html#GstRTCPSDESType">
|
920
|
+
<ANCHOR id="GST-RTCP-SDES-INVALID:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtcpbuffer.html#GST-RTCP-SDES-INVALID:CAPS">
|
921
|
+
<ANCHOR id="GST-RTCP-SDES-END:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtcpbuffer.html#GST-RTCP-SDES-END:CAPS">
|
922
|
+
<ANCHOR id="GST-RTCP-SDES-CNAME:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtcpbuffer.html#GST-RTCP-SDES-CNAME:CAPS">
|
923
|
+
<ANCHOR id="GST-RTCP-SDES-NAME:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtcpbuffer.html#GST-RTCP-SDES-NAME:CAPS">
|
924
|
+
<ANCHOR id="GST-RTCP-SDES-EMAIL:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtcpbuffer.html#GST-RTCP-SDES-EMAIL:CAPS">
|
925
|
+
<ANCHOR id="GST-RTCP-SDES-PHONE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtcpbuffer.html#GST-RTCP-SDES-PHONE:CAPS">
|
926
|
+
<ANCHOR id="GST-RTCP-SDES-LOC:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtcpbuffer.html#GST-RTCP-SDES-LOC:CAPS">
|
927
|
+
<ANCHOR id="GST-RTCP-SDES-TOOL:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtcpbuffer.html#GST-RTCP-SDES-TOOL:CAPS">
|
928
|
+
<ANCHOR id="GST-RTCP-SDES-NOTE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtcpbuffer.html#GST-RTCP-SDES-NOTE:CAPS">
|
929
|
+
<ANCHOR id="GST-RTCP-SDES-PRIV:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtcpbuffer.html#GST-RTCP-SDES-PRIV:CAPS">
|
764
930
|
<ANCHOR id="GstRTCPFBType" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtcpbuffer.html#GstRTCPFBType">
|
931
|
+
<ANCHOR id="GST-RTCP-FB-TYPE-INVALID:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtcpbuffer.html#GST-RTCP-FB-TYPE-INVALID:CAPS">
|
932
|
+
<ANCHOR id="GST-RTCP-RTPFB-TYPE-NACK:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtcpbuffer.html#GST-RTCP-RTPFB-TYPE-NACK:CAPS">
|
933
|
+
<ANCHOR id="GST-RTCP-RTPFB-TYPE-TMMBR:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtcpbuffer.html#GST-RTCP-RTPFB-TYPE-TMMBR:CAPS">
|
934
|
+
<ANCHOR id="GST-RTCP-RTPFB-TYPE-TMMBN:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtcpbuffer.html#GST-RTCP-RTPFB-TYPE-TMMBN:CAPS">
|
935
|
+
<ANCHOR id="GST-RTCP-RTPFB-TYPE-RTCP-SR-REQ:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtcpbuffer.html#GST-RTCP-RTPFB-TYPE-RTCP-SR-REQ:CAPS">
|
936
|
+
<ANCHOR id="GST-RTCP-PSFB-TYPE-PLI:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtcpbuffer.html#GST-RTCP-PSFB-TYPE-PLI:CAPS">
|
937
|
+
<ANCHOR id="GST-RTCP-PSFB-TYPE-SLI:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtcpbuffer.html#GST-RTCP-PSFB-TYPE-SLI:CAPS">
|
938
|
+
<ANCHOR id="GST-RTCP-PSFB-TYPE-RPSI:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtcpbuffer.html#GST-RTCP-PSFB-TYPE-RPSI:CAPS">
|
939
|
+
<ANCHOR id="GST-RTCP-PSFB-TYPE-AFB:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtcpbuffer.html#GST-RTCP-PSFB-TYPE-AFB:CAPS">
|
940
|
+
<ANCHOR id="GST-RTCP-PSFB-TYPE-FIR:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtcpbuffer.html#GST-RTCP-PSFB-TYPE-FIR:CAPS">
|
941
|
+
<ANCHOR id="GST-RTCP-PSFB-TYPE-TSTR:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtcpbuffer.html#GST-RTCP-PSFB-TYPE-TSTR:CAPS">
|
942
|
+
<ANCHOR id="GST-RTCP-PSFB-TYPE-TSTN:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtcpbuffer.html#GST-RTCP-PSFB-TYPE-TSTN:CAPS">
|
943
|
+
<ANCHOR id="GST-RTCP-PSFB-TYPE-VBCN:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtcpbuffer.html#GST-RTCP-PSFB-TYPE-VBCN:CAPS">
|
765
944
|
<ANCHOR id="GstRTCPBuffer" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtcpbuffer.html#GstRTCPBuffer">
|
766
945
|
<ANCHOR id="GST-RTCP-BUFFER-INIT:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtcpbuffer.html#GST-RTCP-BUFFER-INIT:CAPS">
|
767
946
|
<ANCHOR id="gst-plugins-base-libs-gstrtcpbuffer.see-also" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtcpbuffer.html#gst-plugins-base-libs-gstrtcpbuffer.see-also">
|
@@ -776,6 +955,32 @@
|
|
776
955
|
<ANCHOR id="gst-rtp-payload-info-for-pt" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtppayloads.html#gst-rtp-payload-info-for-pt">
|
777
956
|
<ANCHOR id="gst-plugins-base-libs-gstrtppayloads.other_details" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtppayloads.html#gst-plugins-base-libs-gstrtppayloads.other_details">
|
778
957
|
<ANCHOR id="GstRTPPayload" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtppayloads.html#GstRTPPayload">
|
958
|
+
<ANCHOR id="GST-RTP-PAYLOAD-PCMU:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtppayloads.html#GST-RTP-PAYLOAD-PCMU:CAPS">
|
959
|
+
<ANCHOR id="GST-RTP-PAYLOAD-1016:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtppayloads.html#GST-RTP-PAYLOAD-1016:CAPS">
|
960
|
+
<ANCHOR id="GST-RTP-PAYLOAD-G721:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtppayloads.html#GST-RTP-PAYLOAD-G721:CAPS">
|
961
|
+
<ANCHOR id="GST-RTP-PAYLOAD-GSM:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtppayloads.html#GST-RTP-PAYLOAD-GSM:CAPS">
|
962
|
+
<ANCHOR id="GST-RTP-PAYLOAD-G723:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtppayloads.html#GST-RTP-PAYLOAD-G723:CAPS">
|
963
|
+
<ANCHOR id="GST-RTP-PAYLOAD-DVI4-8000:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtppayloads.html#GST-RTP-PAYLOAD-DVI4-8000:CAPS">
|
964
|
+
<ANCHOR id="GST-RTP-PAYLOAD-DVI4-16000:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtppayloads.html#GST-RTP-PAYLOAD-DVI4-16000:CAPS">
|
965
|
+
<ANCHOR id="GST-RTP-PAYLOAD-LPC:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtppayloads.html#GST-RTP-PAYLOAD-LPC:CAPS">
|
966
|
+
<ANCHOR id="GST-RTP-PAYLOAD-PCMA:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtppayloads.html#GST-RTP-PAYLOAD-PCMA:CAPS">
|
967
|
+
<ANCHOR id="GST-RTP-PAYLOAD-G722:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtppayloads.html#GST-RTP-PAYLOAD-G722:CAPS">
|
968
|
+
<ANCHOR id="GST-RTP-PAYLOAD-L16-STEREO:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtppayloads.html#GST-RTP-PAYLOAD-L16-STEREO:CAPS">
|
969
|
+
<ANCHOR id="GST-RTP-PAYLOAD-L16-MONO:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtppayloads.html#GST-RTP-PAYLOAD-L16-MONO:CAPS">
|
970
|
+
<ANCHOR id="GST-RTP-PAYLOAD-QCELP:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtppayloads.html#GST-RTP-PAYLOAD-QCELP:CAPS">
|
971
|
+
<ANCHOR id="GST-RTP-PAYLOAD-CN:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtppayloads.html#GST-RTP-PAYLOAD-CN:CAPS">
|
972
|
+
<ANCHOR id="GST-RTP-PAYLOAD-MPA:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtppayloads.html#GST-RTP-PAYLOAD-MPA:CAPS">
|
973
|
+
<ANCHOR id="GST-RTP-PAYLOAD-G728:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtppayloads.html#GST-RTP-PAYLOAD-G728:CAPS">
|
974
|
+
<ANCHOR id="GST-RTP-PAYLOAD-DVI4-11025:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtppayloads.html#GST-RTP-PAYLOAD-DVI4-11025:CAPS">
|
975
|
+
<ANCHOR id="GST-RTP-PAYLOAD-DVI4-22050:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtppayloads.html#GST-RTP-PAYLOAD-DVI4-22050:CAPS">
|
976
|
+
<ANCHOR id="GST-RTP-PAYLOAD-G729:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtppayloads.html#GST-RTP-PAYLOAD-G729:CAPS">
|
977
|
+
<ANCHOR id="GST-RTP-PAYLOAD-CELLB:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtppayloads.html#GST-RTP-PAYLOAD-CELLB:CAPS">
|
978
|
+
<ANCHOR id="GST-RTP-PAYLOAD-JPEG:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtppayloads.html#GST-RTP-PAYLOAD-JPEG:CAPS">
|
979
|
+
<ANCHOR id="GST-RTP-PAYLOAD-NV:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtppayloads.html#GST-RTP-PAYLOAD-NV:CAPS">
|
980
|
+
<ANCHOR id="GST-RTP-PAYLOAD-H261:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtppayloads.html#GST-RTP-PAYLOAD-H261:CAPS">
|
981
|
+
<ANCHOR id="GST-RTP-PAYLOAD-MPV:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtppayloads.html#GST-RTP-PAYLOAD-MPV:CAPS">
|
982
|
+
<ANCHOR id="GST-RTP-PAYLOAD-MP2T:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtppayloads.html#GST-RTP-PAYLOAD-MP2T:CAPS">
|
983
|
+
<ANCHOR id="GST-RTP-PAYLOAD-H263:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtppayloads.html#GST-RTP-PAYLOAD-H263:CAPS">
|
779
984
|
<ANCHOR id="GstRTPPayloadInfo" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtppayloads.html#GstRTPPayloadInfo">
|
780
985
|
<ANCHOR id="gst-plugins-base-libs-gstrtppayloads.see-also" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtppayloads.html#gst-plugins-base-libs-gstrtppayloads.see-also">
|
781
986
|
<ANCHOR id="gst-plugins-base-libs-gstrtphdrext" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtphdrext.html">
|
@@ -788,6 +993,7 @@
|
|
788
993
|
<ANCHOR id="gst-rtp-hdrext-set-ntp-56" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtphdrext.html#gst-rtp-hdrext-set-ntp-56">
|
789
994
|
<ANCHOR id="gst-rtp-hdrext-set-ntp-64" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtphdrext.html#gst-rtp-hdrext-set-ntp-64">
|
790
995
|
<ANCHOR id="gst-plugins-base-libs-gstrtphdrext.other_details" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtphdrext.html#gst-plugins-base-libs-gstrtphdrext.other_details">
|
996
|
+
<ANCHOR id="gst-plugins-base-libs-gstrtphdrext.see-also" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtphdrext.html#gst-plugins-base-libs-gstrtphdrext.see-also">
|
791
997
|
<ANCHOR id="gst-plugins-base-libs-gstrtspconnection" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspconnection.html">
|
792
998
|
<ANCHOR id="gst-plugins-base-libs-gstrtspconnection.functions" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspconnection.html#gst-plugins-base-libs-gstrtspconnection.functions">
|
793
999
|
<ANCHOR id="gst-plugins-base-libs-gstrtspconnection.other" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspconnection.html#gst-plugins-base-libs-gstrtspconnection.other">
|
@@ -826,6 +1032,10 @@
|
|
826
1032
|
<ANCHOR id="gst-rtsp-connection-get-tls" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspconnection.html#gst-rtsp-connection-get-tls">
|
827
1033
|
<ANCHOR id="gst-rtsp-connection-set-tls-validation-flags" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspconnection.html#gst-rtsp-connection-set-tls-validation-flags">
|
828
1034
|
<ANCHOR id="gst-rtsp-connection-get-tls-validation-flags" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspconnection.html#gst-rtsp-connection-get-tls-validation-flags">
|
1035
|
+
<ANCHOR id="gst-rtsp-connection-set-tls-database" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspconnection.html#gst-rtsp-connection-set-tls-database">
|
1036
|
+
<ANCHOR id="gst-rtsp-connection-get-tls-database" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspconnection.html#gst-rtsp-connection-get-tls-database">
|
1037
|
+
<ANCHOR id="gst-rtsp-connection-set-tls-interaction" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspconnection.html#gst-rtsp-connection-set-tls-interaction">
|
1038
|
+
<ANCHOR id="gst-rtsp-connection-get-tls-interaction" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspconnection.html#gst-rtsp-connection-get-tls-interaction">
|
829
1039
|
<ANCHOR id="gst-rtsp-watch-new" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspconnection.html#gst-rtsp-watch-new">
|
830
1040
|
<ANCHOR id="gst-rtsp-watch-unref" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspconnection.html#gst-rtsp-watch-unref">
|
831
1041
|
<ANCHOR id="gst-rtsp-watch-attach" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspconnection.html#gst-rtsp-watch-attach">
|
@@ -834,6 +1044,7 @@
|
|
834
1044
|
<ANCHOR id="gst-rtsp-watch-write-data" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspconnection.html#gst-rtsp-watch-write-data">
|
835
1045
|
<ANCHOR id="gst-rtsp-watch-get-send-backlog" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspconnection.html#gst-rtsp-watch-get-send-backlog">
|
836
1046
|
<ANCHOR id="gst-rtsp-watch-set-send-backlog" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspconnection.html#gst-rtsp-watch-set-send-backlog">
|
1047
|
+
<ANCHOR id="gst-rtsp-watch-set-flushing" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspconnection.html#gst-rtsp-watch-set-flushing">
|
837
1048
|
<ANCHOR id="gst-rtsp-watch-wait-backlog" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspconnection.html#gst-rtsp-watch-wait-backlog">
|
838
1049
|
<ANCHOR id="gst-plugins-base-libs-gstrtspconnection.other_details" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspconnection.html#gst-plugins-base-libs-gstrtspconnection.other_details">
|
839
1050
|
<ANCHOR id="GstRTSPConnection" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspconnection.html#GstRTSPConnection">
|
@@ -860,14 +1071,193 @@
|
|
860
1071
|
<ANCHOR id="gst-plugins-base-libs-gstrtspdefs.other_details" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#gst-plugins-base-libs-gstrtspdefs.other_details">
|
861
1072
|
<ANCHOR id="GST-RTSP-AUTH-MAX:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-AUTH-MAX:CAPS">
|
862
1073
|
<ANCHOR id="GstRTSPEvent" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GstRTSPEvent">
|
1074
|
+
<ANCHOR id="GST-RTSP-EV-READ:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-EV-READ:CAPS">
|
1075
|
+
<ANCHOR id="GST-RTSP-EV-WRITE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-EV-WRITE:CAPS">
|
863
1076
|
<ANCHOR id="GstRTSPResult" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GstRTSPResult">
|
1077
|
+
<ANCHOR id="GST-RTSP-OK:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-OK:CAPS">
|
1078
|
+
<ANCHOR id="GST-RTSP-ERROR:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-ERROR:CAPS">
|
1079
|
+
<ANCHOR id="GST-RTSP-EINVAL:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-EINVAL:CAPS">
|
1080
|
+
<ANCHOR id="GST-RTSP-EINTR:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-EINTR:CAPS">
|
1081
|
+
<ANCHOR id="GST-RTSP-ENOMEM:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-ENOMEM:CAPS">
|
1082
|
+
<ANCHOR id="GST-RTSP-ERESOLV:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-ERESOLV:CAPS">
|
1083
|
+
<ANCHOR id="GST-RTSP-ENOTIMPL:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-ENOTIMPL:CAPS">
|
1084
|
+
<ANCHOR id="GST-RTSP-ESYS:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-ESYS:CAPS">
|
1085
|
+
<ANCHOR id="GST-RTSP-EPARSE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-EPARSE:CAPS">
|
1086
|
+
<ANCHOR id="GST-RTSP-EWSASTART:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-EWSASTART:CAPS">
|
1087
|
+
<ANCHOR id="GST-RTSP-EWSAVERSION:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-EWSAVERSION:CAPS">
|
1088
|
+
<ANCHOR id="GST-RTSP-EEOF:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-EEOF:CAPS">
|
1089
|
+
<ANCHOR id="GST-RTSP-ENET:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-ENET:CAPS">
|
1090
|
+
<ANCHOR id="GST-RTSP-ENOTIP:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-ENOTIP:CAPS">
|
1091
|
+
<ANCHOR id="GST-RTSP-ETIMEOUT:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-ETIMEOUT:CAPS">
|
1092
|
+
<ANCHOR id="GST-RTSP-ETGET:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-ETGET:CAPS">
|
1093
|
+
<ANCHOR id="GST-RTSP-ETPOST:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-ETPOST:CAPS">
|
1094
|
+
<ANCHOR id="GST-RTSP-ELAST:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-ELAST:CAPS">
|
864
1095
|
<ANCHOR id="GstRTSPFamily" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GstRTSPFamily">
|
1096
|
+
<ANCHOR id="GST-RTSP-FAM-NONE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-FAM-NONE:CAPS">
|
1097
|
+
<ANCHOR id="GST-RTSP-FAM-INET:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-FAM-INET:CAPS">
|
1098
|
+
<ANCHOR id="GST-RTSP-FAM-INET6:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-FAM-INET6:CAPS">
|
865
1099
|
<ANCHOR id="GstRTSPState" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GstRTSPState">
|
1100
|
+
<ANCHOR id="GST-RTSP-STATE-INVALID:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-STATE-INVALID:CAPS">
|
1101
|
+
<ANCHOR id="GST-RTSP-STATE-INIT:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-STATE-INIT:CAPS">
|
1102
|
+
<ANCHOR id="GST-RTSP-STATE-READY:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-STATE-READY:CAPS">
|
1103
|
+
<ANCHOR id="GST-RTSP-STATE-SEEKING:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-STATE-SEEKING:CAPS">
|
1104
|
+
<ANCHOR id="GST-RTSP-STATE-PLAYING:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-STATE-PLAYING:CAPS">
|
1105
|
+
<ANCHOR id="GST-RTSP-STATE-RECORDING:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-STATE-RECORDING:CAPS">
|
866
1106
|
<ANCHOR id="GstRTSPVersion" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GstRTSPVersion">
|
1107
|
+
<ANCHOR id="GST-RTSP-VERSION-INVALID:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-VERSION-INVALID:CAPS">
|
1108
|
+
<ANCHOR id="GST-RTSP-VERSION-1-0:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-VERSION-1-0:CAPS">
|
1109
|
+
<ANCHOR id="GST-RTSP-VERSION-1-1:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-VERSION-1-1:CAPS">
|
867
1110
|
<ANCHOR id="GstRTSPMethod" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GstRTSPMethod">
|
1111
|
+
<ANCHOR id="GST-RTSP-INVALID:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-INVALID:CAPS">
|
1112
|
+
<ANCHOR id="GST-RTSP-DESCRIBE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-DESCRIBE:CAPS">
|
1113
|
+
<ANCHOR id="GST-RTSP-ANNOUNCE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-ANNOUNCE:CAPS">
|
1114
|
+
<ANCHOR id="GST-RTSP-GET-PARAMETER:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-GET-PARAMETER:CAPS">
|
1115
|
+
<ANCHOR id="GST-RTSP-OPTIONS:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-OPTIONS:CAPS">
|
1116
|
+
<ANCHOR id="GST-RTSP-PAUSE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-PAUSE:CAPS">
|
1117
|
+
<ANCHOR id="GST-RTSP-PLAY:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-PLAY:CAPS">
|
1118
|
+
<ANCHOR id="GST-RTSP-RECORD:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-RECORD:CAPS">
|
1119
|
+
<ANCHOR id="GST-RTSP-REDIRECT:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-REDIRECT:CAPS">
|
1120
|
+
<ANCHOR id="GST-RTSP-SETUP:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-SETUP:CAPS">
|
1121
|
+
<ANCHOR id="GST-RTSP-SET-PARAMETER:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-SET-PARAMETER:CAPS">
|
1122
|
+
<ANCHOR id="GST-RTSP-TEARDOWN:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-TEARDOWN:CAPS">
|
1123
|
+
<ANCHOR id="GST-RTSP-GET:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-GET:CAPS">
|
1124
|
+
<ANCHOR id="GST-RTSP-POST:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-POST:CAPS">
|
868
1125
|
<ANCHOR id="GstRTSPAuthMethod" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GstRTSPAuthMethod">
|
1126
|
+
<ANCHOR id="GST-RTSP-AUTH-NONE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-AUTH-NONE:CAPS">
|
1127
|
+
<ANCHOR id="GST-RTSP-AUTH-BASIC:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-AUTH-BASIC:CAPS">
|
1128
|
+
<ANCHOR id="GST-RTSP-AUTH-DIGEST:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-AUTH-DIGEST:CAPS">
|
869
1129
|
<ANCHOR id="GstRTSPHeaderField" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GstRTSPHeaderField">
|
1130
|
+
<ANCHOR id="GST-RTSP-HDR-INVALID:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-HDR-INVALID:CAPS">
|
1131
|
+
<ANCHOR id="GST-RTSP-HDR-ACCEPT:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-HDR-ACCEPT:CAPS">
|
1132
|
+
<ANCHOR id="GST-RTSP-HDR-ACCEPT-ENCODING:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-HDR-ACCEPT-ENCODING:CAPS">
|
1133
|
+
<ANCHOR id="GST-RTSP-HDR-ACCEPT-LANGUAGE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-HDR-ACCEPT-LANGUAGE:CAPS">
|
1134
|
+
<ANCHOR id="GST-RTSP-HDR-ALLOW:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-HDR-ALLOW:CAPS">
|
1135
|
+
<ANCHOR id="GST-RTSP-HDR-AUTHORIZATION:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-HDR-AUTHORIZATION:CAPS">
|
1136
|
+
<ANCHOR id="GST-RTSP-HDR-BANDWIDTH:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-HDR-BANDWIDTH:CAPS">
|
1137
|
+
<ANCHOR id="GST-RTSP-HDR-BLOCKSIZE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-HDR-BLOCKSIZE:CAPS">
|
1138
|
+
<ANCHOR id="GST-RTSP-HDR-CACHE-CONTROL:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-HDR-CACHE-CONTROL:CAPS">
|
1139
|
+
<ANCHOR id="GST-RTSP-HDR-CONFERENCE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-HDR-CONFERENCE:CAPS">
|
1140
|
+
<ANCHOR id="GST-RTSP-HDR-CONNECTION:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-HDR-CONNECTION:CAPS">
|
1141
|
+
<ANCHOR id="GST-RTSP-HDR-CONTENT-BASE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-HDR-CONTENT-BASE:CAPS">
|
1142
|
+
<ANCHOR id="GST-RTSP-HDR-CONTENT-ENCODING:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-HDR-CONTENT-ENCODING:CAPS">
|
1143
|
+
<ANCHOR id="GST-RTSP-HDR-CONTENT-LANGUAGE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-HDR-CONTENT-LANGUAGE:CAPS">
|
1144
|
+
<ANCHOR id="GST-RTSP-HDR-CONTENT-LENGTH:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-HDR-CONTENT-LENGTH:CAPS">
|
1145
|
+
<ANCHOR id="GST-RTSP-HDR-CONTENT-LOCATION:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-HDR-CONTENT-LOCATION:CAPS">
|
1146
|
+
<ANCHOR id="GST-RTSP-HDR-CONTENT-TYPE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-HDR-CONTENT-TYPE:CAPS">
|
1147
|
+
<ANCHOR id="GST-RTSP-HDR-CSEQ:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-HDR-CSEQ:CAPS">
|
1148
|
+
<ANCHOR id="GST-RTSP-HDR-DATE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-HDR-DATE:CAPS">
|
1149
|
+
<ANCHOR id="GST-RTSP-HDR-EXPIRES:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-HDR-EXPIRES:CAPS">
|
1150
|
+
<ANCHOR id="GST-RTSP-HDR-FROM:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-HDR-FROM:CAPS">
|
1151
|
+
<ANCHOR id="GST-RTSP-HDR-IF-MODIFIED-SINCE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-HDR-IF-MODIFIED-SINCE:CAPS">
|
1152
|
+
<ANCHOR id="GST-RTSP-HDR-LAST-MODIFIED:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-HDR-LAST-MODIFIED:CAPS">
|
1153
|
+
<ANCHOR id="GST-RTSP-HDR-PROXY-AUTHENTICATE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-HDR-PROXY-AUTHENTICATE:CAPS">
|
1154
|
+
<ANCHOR id="GST-RTSP-HDR-PROXY-REQUIRE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-HDR-PROXY-REQUIRE:CAPS">
|
1155
|
+
<ANCHOR id="GST-RTSP-HDR-PUBLIC:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-HDR-PUBLIC:CAPS">
|
1156
|
+
<ANCHOR id="GST-RTSP-HDR-RANGE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-HDR-RANGE:CAPS">
|
1157
|
+
<ANCHOR id="GST-RTSP-HDR-REFERER:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-HDR-REFERER:CAPS">
|
1158
|
+
<ANCHOR id="GST-RTSP-HDR-REQUIRE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-HDR-REQUIRE:CAPS">
|
1159
|
+
<ANCHOR id="GST-RTSP-HDR-RETRY-AFTER:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-HDR-RETRY-AFTER:CAPS">
|
1160
|
+
<ANCHOR id="GST-RTSP-HDR-RTP-INFO:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-HDR-RTP-INFO:CAPS">
|
1161
|
+
<ANCHOR id="GST-RTSP-HDR-SCALE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-HDR-SCALE:CAPS">
|
1162
|
+
<ANCHOR id="GST-RTSP-HDR-SESSION:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-HDR-SESSION:CAPS">
|
1163
|
+
<ANCHOR id="GST-RTSP-HDR-SERVER:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-HDR-SERVER:CAPS">
|
1164
|
+
<ANCHOR id="GST-RTSP-HDR-SPEED:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-HDR-SPEED:CAPS">
|
1165
|
+
<ANCHOR id="GST-RTSP-HDR-TRANSPORT:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-HDR-TRANSPORT:CAPS">
|
1166
|
+
<ANCHOR id="GST-RTSP-HDR-UNSUPPORTED:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-HDR-UNSUPPORTED:CAPS">
|
1167
|
+
<ANCHOR id="GST-RTSP-HDR-USER-AGENT:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-HDR-USER-AGENT:CAPS">
|
1168
|
+
<ANCHOR id="GST-RTSP-HDR-VIA:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-HDR-VIA:CAPS">
|
1169
|
+
<ANCHOR id="GST-RTSP-HDR-WWW-AUTHENTICATE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-HDR-WWW-AUTHENTICATE:CAPS">
|
1170
|
+
<ANCHOR id="GST-RTSP-HDR-CLIENT-CHALLENGE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-HDR-CLIENT-CHALLENGE:CAPS">
|
1171
|
+
<ANCHOR id="GST-RTSP-HDR-REAL-CHALLENGE1:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-HDR-REAL-CHALLENGE1:CAPS">
|
1172
|
+
<ANCHOR id="GST-RTSP-HDR-REAL-CHALLENGE2:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-HDR-REAL-CHALLENGE2:CAPS">
|
1173
|
+
<ANCHOR id="GST-RTSP-HDR-REAL-CHALLENGE3:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-HDR-REAL-CHALLENGE3:CAPS">
|
1174
|
+
<ANCHOR id="GST-RTSP-HDR-SUBSCRIBE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-HDR-SUBSCRIBE:CAPS">
|
1175
|
+
<ANCHOR id="GST-RTSP-HDR-ALERT:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-HDR-ALERT:CAPS">
|
1176
|
+
<ANCHOR id="GST-RTSP-HDR-CLIENT-ID:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-HDR-CLIENT-ID:CAPS">
|
1177
|
+
<ANCHOR id="GST-RTSP-HDR-COMPANY-ID:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-HDR-COMPANY-ID:CAPS">
|
1178
|
+
<ANCHOR id="GST-RTSP-HDR-GUID:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-HDR-GUID:CAPS">
|
1179
|
+
<ANCHOR id="GST-RTSP-HDR-REGION-DATA:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-HDR-REGION-DATA:CAPS">
|
1180
|
+
<ANCHOR id="GST-RTSP-HDR-MAX-ASM-WIDTH:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-HDR-MAX-ASM-WIDTH:CAPS">
|
1181
|
+
<ANCHOR id="GST-RTSP-HDR-LANGUAGE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-HDR-LANGUAGE:CAPS">
|
1182
|
+
<ANCHOR id="GST-RTSP-HDR-PLAYER-START-TIME:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-HDR-PLAYER-START-TIME:CAPS">
|
1183
|
+
<ANCHOR id="GST-RTSP-HDR-LOCATION:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-HDR-LOCATION:CAPS">
|
1184
|
+
<ANCHOR id="GST-RTSP-HDR-ETAG:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-HDR-ETAG:CAPS">
|
1185
|
+
<ANCHOR id="GST-RTSP-HDR-IF-MATCH:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-HDR-IF-MATCH:CAPS">
|
1186
|
+
<ANCHOR id="GST-RTSP-HDR-ACCEPT-CHARSET:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-HDR-ACCEPT-CHARSET:CAPS">
|
1187
|
+
<ANCHOR id="GST-RTSP-HDR-SUPPORTED:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-HDR-SUPPORTED:CAPS">
|
1188
|
+
<ANCHOR id="GST-RTSP-HDR-VARY:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-HDR-VARY:CAPS">
|
1189
|
+
<ANCHOR id="GST-RTSP-HDR-X-ACCELERATE-STREAMING:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-HDR-X-ACCELERATE-STREAMING:CAPS">
|
1190
|
+
<ANCHOR id="GST-RTSP-HDR-X-ACCEPT-AUTHENT:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-HDR-X-ACCEPT-AUTHENT:CAPS">
|
1191
|
+
<ANCHOR id="GST-RTSP-HDR-X-ACCEPT-PROXY-AUTHENT:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-HDR-X-ACCEPT-PROXY-AUTHENT:CAPS">
|
1192
|
+
<ANCHOR id="GST-RTSP-HDR-X-BROADCAST-ID:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-HDR-X-BROADCAST-ID:CAPS">
|
1193
|
+
<ANCHOR id="GST-RTSP-HDR-X-BURST-STREAMING:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-HDR-X-BURST-STREAMING:CAPS">
|
1194
|
+
<ANCHOR id="GST-RTSP-HDR-X-NOTICE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-HDR-X-NOTICE:CAPS">
|
1195
|
+
<ANCHOR id="GST-RTSP-HDR-X-PLAYER-LAG-TIME:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-HDR-X-PLAYER-LAG-TIME:CAPS">
|
1196
|
+
<ANCHOR id="GST-RTSP-HDR-X-PLAYLIST:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-HDR-X-PLAYLIST:CAPS">
|
1197
|
+
<ANCHOR id="GST-RTSP-HDR-X-PLAYLIST-CHANGE-NOTICE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-HDR-X-PLAYLIST-CHANGE-NOTICE:CAPS">
|
1198
|
+
<ANCHOR id="GST-RTSP-HDR-X-PLAYLIST-GEN-ID:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-HDR-X-PLAYLIST-GEN-ID:CAPS">
|
1199
|
+
<ANCHOR id="GST-RTSP-HDR-X-PLAYLIST-SEEK-ID:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-HDR-X-PLAYLIST-SEEK-ID:CAPS">
|
1200
|
+
<ANCHOR id="GST-RTSP-HDR-X-PROXY-CLIENT-AGENT:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-HDR-X-PROXY-CLIENT-AGENT:CAPS">
|
1201
|
+
<ANCHOR id="GST-RTSP-HDR-X-PROXY-CLIENT-VERB:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-HDR-X-PROXY-CLIENT-VERB:CAPS">
|
1202
|
+
<ANCHOR id="GST-RTSP-HDR-X-RECEDING-PLAYLISTCHANGE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-HDR-X-RECEDING-PLAYLISTCHANGE:CAPS">
|
1203
|
+
<ANCHOR id="GST-RTSP-HDR-X-RTP-INFO:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-HDR-X-RTP-INFO:CAPS">
|
1204
|
+
<ANCHOR id="GST-RTSP-HDR-X-STARTUPPROFILE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-HDR-X-STARTUPPROFILE:CAPS">
|
1205
|
+
<ANCHOR id="GST-RTSP-HDR-TIMESTAMP:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-HDR-TIMESTAMP:CAPS">
|
1206
|
+
<ANCHOR id="GST-RTSP-HDR-AUTHENTICATION-INFO:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-HDR-AUTHENTICATION-INFO:CAPS">
|
1207
|
+
<ANCHOR id="GST-RTSP-HDR-HOST:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-HDR-HOST:CAPS">
|
1208
|
+
<ANCHOR id="GST-RTSP-HDR-PRAGMA:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-HDR-PRAGMA:CAPS">
|
1209
|
+
<ANCHOR id="GST-RTSP-HDR-X-SERVER-IP-ADDRESS:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-HDR-X-SERVER-IP-ADDRESS:CAPS">
|
1210
|
+
<ANCHOR id="GST-RTSP-HDR-X-SESSIONCOOKIE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-HDR-X-SESSIONCOOKIE:CAPS">
|
1211
|
+
<ANCHOR id="GST-RTSP-HDR-RTCP-INTERVAL:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-HDR-RTCP-INTERVAL:CAPS">
|
1212
|
+
<ANCHOR id="GST-RTSP-HDR-KEYMGMT:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-HDR-KEYMGMT:CAPS">
|
1213
|
+
<ANCHOR id="GST-RTSP-HDR-LAST:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-HDR-LAST:CAPS">
|
870
1214
|
<ANCHOR id="GstRTSPStatusCode" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GstRTSPStatusCode">
|
1215
|
+
<ANCHOR id="GST-RTSP-STS-INVALID:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-STS-INVALID:CAPS">
|
1216
|
+
<ANCHOR id="GST-RTSP-STS-CONTINUE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-STS-CONTINUE:CAPS">
|
1217
|
+
<ANCHOR id="GST-RTSP-STS-OK:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-STS-OK:CAPS">
|
1218
|
+
<ANCHOR id="GST-RTSP-STS-CREATED:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-STS-CREATED:CAPS">
|
1219
|
+
<ANCHOR id="GST-RTSP-STS-LOW-ON-STORAGE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-STS-LOW-ON-STORAGE:CAPS">
|
1220
|
+
<ANCHOR id="GST-RTSP-STS-MULTIPLE-CHOICES:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-STS-MULTIPLE-CHOICES:CAPS">
|
1221
|
+
<ANCHOR id="GST-RTSP-STS-MOVED-PERMANENTLY:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-STS-MOVED-PERMANENTLY:CAPS">
|
1222
|
+
<ANCHOR id="GST-RTSP-STS-MOVE-TEMPORARILY:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-STS-MOVE-TEMPORARILY:CAPS">
|
1223
|
+
<ANCHOR id="GST-RTSP-STS-SEE-OTHER:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-STS-SEE-OTHER:CAPS">
|
1224
|
+
<ANCHOR id="GST-RTSP-STS-NOT-MODIFIED:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-STS-NOT-MODIFIED:CAPS">
|
1225
|
+
<ANCHOR id="GST-RTSP-STS-USE-PROXY:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-STS-USE-PROXY:CAPS">
|
1226
|
+
<ANCHOR id="GST-RTSP-STS-BAD-REQUEST:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-STS-BAD-REQUEST:CAPS">
|
1227
|
+
<ANCHOR id="GST-RTSP-STS-UNAUTHORIZED:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-STS-UNAUTHORIZED:CAPS">
|
1228
|
+
<ANCHOR id="GST-RTSP-STS-PAYMENT-REQUIRED:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-STS-PAYMENT-REQUIRED:CAPS">
|
1229
|
+
<ANCHOR id="GST-RTSP-STS-FORBIDDEN:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-STS-FORBIDDEN:CAPS">
|
1230
|
+
<ANCHOR id="GST-RTSP-STS-NOT-FOUND:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-STS-NOT-FOUND:CAPS">
|
1231
|
+
<ANCHOR id="GST-RTSP-STS-METHOD-NOT-ALLOWED:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-STS-METHOD-NOT-ALLOWED:CAPS">
|
1232
|
+
<ANCHOR id="GST-RTSP-STS-NOT-ACCEPTABLE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-STS-NOT-ACCEPTABLE:CAPS">
|
1233
|
+
<ANCHOR id="GST-RTSP-STS-PROXY-AUTH-REQUIRED:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-STS-PROXY-AUTH-REQUIRED:CAPS">
|
1234
|
+
<ANCHOR id="GST-RTSP-STS-REQUEST-TIMEOUT:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-STS-REQUEST-TIMEOUT:CAPS">
|
1235
|
+
<ANCHOR id="GST-RTSP-STS-GONE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-STS-GONE:CAPS">
|
1236
|
+
<ANCHOR id="GST-RTSP-STS-LENGTH-REQUIRED:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-STS-LENGTH-REQUIRED:CAPS">
|
1237
|
+
<ANCHOR id="GST-RTSP-STS-PRECONDITION-FAILED:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-STS-PRECONDITION-FAILED:CAPS">
|
1238
|
+
<ANCHOR id="GST-RTSP-STS-REQUEST-ENTITY-TOO-LARGE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-STS-REQUEST-ENTITY-TOO-LARGE:CAPS">
|
1239
|
+
<ANCHOR id="GST-RTSP-STS-REQUEST-URI-TOO-LARGE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-STS-REQUEST-URI-TOO-LARGE:CAPS">
|
1240
|
+
<ANCHOR id="GST-RTSP-STS-UNSUPPORTED-MEDIA-TYPE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-STS-UNSUPPORTED-MEDIA-TYPE:CAPS">
|
1241
|
+
<ANCHOR id="GST-RTSP-STS-PARAMETER-NOT-UNDERSTOOD:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-STS-PARAMETER-NOT-UNDERSTOOD:CAPS">
|
1242
|
+
<ANCHOR id="GST-RTSP-STS-CONFERENCE-NOT-FOUND:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-STS-CONFERENCE-NOT-FOUND:CAPS">
|
1243
|
+
<ANCHOR id="GST-RTSP-STS-NOT-ENOUGH-BANDWIDTH:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-STS-NOT-ENOUGH-BANDWIDTH:CAPS">
|
1244
|
+
<ANCHOR id="GST-RTSP-STS-SESSION-NOT-FOUND:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-STS-SESSION-NOT-FOUND:CAPS">
|
1245
|
+
<ANCHOR id="GST-RTSP-STS-METHOD-NOT-VALID-IN-THIS-STATE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-STS-METHOD-NOT-VALID-IN-THIS-STATE:CAPS">
|
1246
|
+
<ANCHOR id="GST-RTSP-STS-HEADER-FIELD-NOT-VALID-FOR-RESOURCE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-STS-HEADER-FIELD-NOT-VALID-FOR-RESOURCE:CAPS">
|
1247
|
+
<ANCHOR id="GST-RTSP-STS-INVALID-RANGE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-STS-INVALID-RANGE:CAPS">
|
1248
|
+
<ANCHOR id="GST-RTSP-STS-PARAMETER-IS-READONLY:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-STS-PARAMETER-IS-READONLY:CAPS">
|
1249
|
+
<ANCHOR id="GST-RTSP-STS-AGGREGATE-OPERATION-NOT-ALLOWED:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-STS-AGGREGATE-OPERATION-NOT-ALLOWED:CAPS">
|
1250
|
+
<ANCHOR id="GST-RTSP-STS-ONLY-AGGREGATE-OPERATION-ALLOWED:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-STS-ONLY-AGGREGATE-OPERATION-ALLOWED:CAPS">
|
1251
|
+
<ANCHOR id="GST-RTSP-STS-UNSUPPORTED-TRANSPORT:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-STS-UNSUPPORTED-TRANSPORT:CAPS">
|
1252
|
+
<ANCHOR id="GST-RTSP-STS-DESTINATION-UNREACHABLE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-STS-DESTINATION-UNREACHABLE:CAPS">
|
1253
|
+
<ANCHOR id="GST-RTSP-STS-KEY-MANAGEMENT-FAILURE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-STS-KEY-MANAGEMENT-FAILURE:CAPS">
|
1254
|
+
<ANCHOR id="GST-RTSP-STS-INTERNAL-SERVER-ERROR:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-STS-INTERNAL-SERVER-ERROR:CAPS">
|
1255
|
+
<ANCHOR id="GST-RTSP-STS-NOT-IMPLEMENTED:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-STS-NOT-IMPLEMENTED:CAPS">
|
1256
|
+
<ANCHOR id="GST-RTSP-STS-BAD-GATEWAY:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-STS-BAD-GATEWAY:CAPS">
|
1257
|
+
<ANCHOR id="GST-RTSP-STS-SERVICE-UNAVAILABLE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-STS-SERVICE-UNAVAILABLE:CAPS">
|
1258
|
+
<ANCHOR id="GST-RTSP-STS-GATEWAY-TIMEOUT:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-STS-GATEWAY-TIMEOUT:CAPS">
|
1259
|
+
<ANCHOR id="GST-RTSP-STS-RTSP-VERSION-NOT-SUPPORTED:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-STS-RTSP-VERSION-NOT-SUPPORTED:CAPS">
|
1260
|
+
<ANCHOR id="GST-RTSP-STS-OPTION-NOT-SUPPORTED:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#GST-RTSP-STS-OPTION-NOT-SUPPORTED:CAPS">
|
871
1261
|
<ANCHOR id="gst-plugins-base-libs-gstrtspdefs.see-also" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html#gst-plugins-base-libs-gstrtspdefs.see-also">
|
872
1262
|
<ANCHOR id="gst-plugins-base-libs-gstrtspextension" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspextension.html">
|
873
1263
|
<ANCHOR id="gst-plugins-base-libs-gstrtspextension.other" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspextension.html#gst-plugins-base-libs-gstrtspextension.other">
|
@@ -901,6 +1291,10 @@
|
|
901
1291
|
<ANCHOR id="gst-rtsp-message-take-header" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspmessage.html#gst-rtsp-message-take-header">
|
902
1292
|
<ANCHOR id="gst-rtsp-message-remove-header" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspmessage.html#gst-rtsp-message-remove-header">
|
903
1293
|
<ANCHOR id="gst-rtsp-message-get-header" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspmessage.html#gst-rtsp-message-get-header">
|
1294
|
+
<ANCHOR id="gst-rtsp-message-add-header-by-name" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspmessage.html#gst-rtsp-message-add-header-by-name">
|
1295
|
+
<ANCHOR id="gst-rtsp-message-take-header-by-name" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspmessage.html#gst-rtsp-message-take-header-by-name">
|
1296
|
+
<ANCHOR id="gst-rtsp-message-remove-header-by-name" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspmessage.html#gst-rtsp-message-remove-header-by-name">
|
1297
|
+
<ANCHOR id="gst-rtsp-message-get-header-by-name" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspmessage.html#gst-rtsp-message-get-header-by-name">
|
904
1298
|
<ANCHOR id="gst-rtsp-message-append-headers" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspmessage.html#gst-rtsp-message-append-headers">
|
905
1299
|
<ANCHOR id="gst-rtsp-message-set-body" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspmessage.html#gst-rtsp-message-set-body">
|
906
1300
|
<ANCHOR id="gst-rtsp-message-take-body" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspmessage.html#gst-rtsp-message-take-body">
|
@@ -909,6 +1303,12 @@
|
|
909
1303
|
<ANCHOR id="gst-rtsp-message-dump" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspmessage.html#gst-rtsp-message-dump">
|
910
1304
|
<ANCHOR id="gst-plugins-base-libs-gstrtspmessage.other_details" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspmessage.html#gst-plugins-base-libs-gstrtspmessage.other_details">
|
911
1305
|
<ANCHOR id="GstRTSPMsgType" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspmessage.html#GstRTSPMsgType">
|
1306
|
+
<ANCHOR id="GST-RTSP-MESSAGE-INVALID:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspmessage.html#GST-RTSP-MESSAGE-INVALID:CAPS">
|
1307
|
+
<ANCHOR id="GST-RTSP-MESSAGE-REQUEST:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspmessage.html#GST-RTSP-MESSAGE-REQUEST:CAPS">
|
1308
|
+
<ANCHOR id="GST-RTSP-MESSAGE-RESPONSE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspmessage.html#GST-RTSP-MESSAGE-RESPONSE:CAPS">
|
1309
|
+
<ANCHOR id="GST-RTSP-MESSAGE-HTTP-REQUEST:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspmessage.html#GST-RTSP-MESSAGE-HTTP-REQUEST:CAPS">
|
1310
|
+
<ANCHOR id="GST-RTSP-MESSAGE-HTTP-RESPONSE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspmessage.html#GST-RTSP-MESSAGE-HTTP-RESPONSE:CAPS">
|
1311
|
+
<ANCHOR id="GST-RTSP-MESSAGE-DATA:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspmessage.html#GST-RTSP-MESSAGE-DATA:CAPS">
|
912
1312
|
<ANCHOR id="GstRTSPMessage" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspmessage.html#GstRTSPMessage">
|
913
1313
|
<ANCHOR id="gst-plugins-base-libs-gstrtspmessage.see-also" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspmessage.html#gst-plugins-base-libs-gstrtspmessage.see-also">
|
914
1314
|
<ANCHOR id="gst-plugins-base-libs-gstrtsprange" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtsprange.html">
|
@@ -924,10 +1324,20 @@
|
|
924
1324
|
<ANCHOR id="gst-rtsp-range-free" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtsprange.html#gst-rtsp-range-free">
|
925
1325
|
<ANCHOR id="gst-plugins-base-libs-gstrtsprange.other_details" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtsprange.html#gst-plugins-base-libs-gstrtsprange.other_details">
|
926
1326
|
<ANCHOR id="GstRTSPRangeUnit" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtsprange.html#GstRTSPRangeUnit">
|
1327
|
+
<ANCHOR id="GST-RTSP-RANGE-SMPTE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtsprange.html#GST-RTSP-RANGE-SMPTE:CAPS">
|
1328
|
+
<ANCHOR id="GST-RTSP-RANGE-SMPTE-30-DROP:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtsprange.html#GST-RTSP-RANGE-SMPTE-30-DROP:CAPS">
|
1329
|
+
<ANCHOR id="GST-RTSP-RANGE-SMPTE-25:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtsprange.html#GST-RTSP-RANGE-SMPTE-25:CAPS">
|
1330
|
+
<ANCHOR id="GST-RTSP-RANGE-NPT:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtsprange.html#GST-RTSP-RANGE-NPT:CAPS">
|
1331
|
+
<ANCHOR id="GST-RTSP-RANGE-CLOCK:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtsprange.html#GST-RTSP-RANGE-CLOCK:CAPS">
|
927
1332
|
<ANCHOR id="GstRTSPTimeRange" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtsprange.html#GstRTSPTimeRange">
|
928
1333
|
<ANCHOR id="GstRTSPTime" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtsprange.html#GstRTSPTime">
|
929
1334
|
<ANCHOR id="GstRTSPTime2" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtsprange.html#GstRTSPTime2">
|
930
1335
|
<ANCHOR id="GstRTSPTimeType" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtsprange.html#GstRTSPTimeType">
|
1336
|
+
<ANCHOR id="GST-RTSP-TIME-SECONDS:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtsprange.html#GST-RTSP-TIME-SECONDS:CAPS">
|
1337
|
+
<ANCHOR id="GST-RTSP-TIME-NOW:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtsprange.html#GST-RTSP-TIME-NOW:CAPS">
|
1338
|
+
<ANCHOR id="GST-RTSP-TIME-END:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtsprange.html#GST-RTSP-TIME-END:CAPS">
|
1339
|
+
<ANCHOR id="GST-RTSP-TIME-FRAMES:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtsprange.html#GST-RTSP-TIME-FRAMES:CAPS">
|
1340
|
+
<ANCHOR id="GST-RTSP-TIME-UTC:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtsprange.html#GST-RTSP-TIME-UTC:CAPS">
|
931
1341
|
<ANCHOR id="gst-plugins-base-libs-gstrtsptransport" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtsptransport.html">
|
932
1342
|
<ANCHOR id="gst-plugins-base-libs-gstrtsptransport.functions" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtsptransport.html#gst-plugins-base-libs-gstrtsptransport.functions">
|
933
1343
|
<ANCHOR id="gst-plugins-base-libs-gstrtsptransport.other" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtsptransport.html#gst-plugins-base-libs-gstrtsptransport.other">
|
@@ -943,9 +1353,23 @@
|
|
943
1353
|
<ANCHOR id="gst-rtsp-transport-free" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtsptransport.html#gst-rtsp-transport-free">
|
944
1354
|
<ANCHOR id="gst-plugins-base-libs-gstrtsptransport.other_details" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtsptransport.html#gst-plugins-base-libs-gstrtsptransport.other_details">
|
945
1355
|
<ANCHOR id="GstRTSPTransMode" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtsptransport.html#GstRTSPTransMode">
|
1356
|
+
<ANCHOR id="GST-RTSP-TRANS-UNKNOWN:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtsptransport.html#GST-RTSP-TRANS-UNKNOWN:CAPS">
|
1357
|
+
<ANCHOR id="GST-RTSP-TRANS-RTP:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtsptransport.html#GST-RTSP-TRANS-RTP:CAPS">
|
1358
|
+
<ANCHOR id="GST-RTSP-TRANS-RDT:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtsptransport.html#GST-RTSP-TRANS-RDT:CAPS">
|
946
1359
|
<ANCHOR id="GstRTSPProfile" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtsptransport.html#GstRTSPProfile">
|
1360
|
+
<ANCHOR id="GST-RTSP-PROFILE-UNKNOWN:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtsptransport.html#GST-RTSP-PROFILE-UNKNOWN:CAPS">
|
1361
|
+
<ANCHOR id="GST-RTSP-PROFILE-AVP:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtsptransport.html#GST-RTSP-PROFILE-AVP:CAPS">
|
1362
|
+
<ANCHOR id="GST-RTSP-PROFILE-SAVP:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtsptransport.html#GST-RTSP-PROFILE-SAVP:CAPS">
|
1363
|
+
<ANCHOR id="GST-RTSP-PROFILE-AVPF:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtsptransport.html#GST-RTSP-PROFILE-AVPF:CAPS">
|
1364
|
+
<ANCHOR id="GST-RTSP-PROFILE-SAVPF:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtsptransport.html#GST-RTSP-PROFILE-SAVPF:CAPS">
|
947
1365
|
<ANCHOR id="GstRTSPRange" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtsptransport.html#GstRTSPRange">
|
948
1366
|
<ANCHOR id="GstRTSPLowerTrans" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtsptransport.html#GstRTSPLowerTrans">
|
1367
|
+
<ANCHOR id="GST-RTSP-LOWER-TRANS-UNKNOWN:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtsptransport.html#GST-RTSP-LOWER-TRANS-UNKNOWN:CAPS">
|
1368
|
+
<ANCHOR id="GST-RTSP-LOWER-TRANS-UDP:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtsptransport.html#GST-RTSP-LOWER-TRANS-UDP:CAPS">
|
1369
|
+
<ANCHOR id="GST-RTSP-LOWER-TRANS-UDP-MCAST:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtsptransport.html#GST-RTSP-LOWER-TRANS-UDP-MCAST:CAPS">
|
1370
|
+
<ANCHOR id="GST-RTSP-LOWER-TRANS-TCP:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtsptransport.html#GST-RTSP-LOWER-TRANS-TCP:CAPS">
|
1371
|
+
<ANCHOR id="GST-RTSP-LOWER-TRANS-HTTP:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtsptransport.html#GST-RTSP-LOWER-TRANS-HTTP:CAPS">
|
1372
|
+
<ANCHOR id="GST-RTSP-LOWER-TRANS-TLS:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtsptransport.html#GST-RTSP-LOWER-TRANS-TLS:CAPS">
|
949
1373
|
<ANCHOR id="GstRTSPTransport" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtsptransport.html#GstRTSPTransport">
|
950
1374
|
<ANCHOR id="gst-plugins-base-libs-gstrtspurl" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspurl.html">
|
951
1375
|
<ANCHOR id="gst-plugins-base-libs-gstrtspurl.functions" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspurl.html#gst-plugins-base-libs-gstrtspurl.functions">
|
@@ -980,6 +1404,7 @@
|
|
980
1404
|
<ANCHOR id="gst-sdp-attribute-set" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstsdpmessage.html#gst-sdp-attribute-set">
|
981
1405
|
<ANCHOR id="gst-sdp-attribute-clear" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstsdpmessage.html#gst-sdp-attribute-clear">
|
982
1406
|
<ANCHOR id="gst-sdp-message-new" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstsdpmessage.html#gst-sdp-message-new">
|
1407
|
+
<ANCHOR id="gst-sdp-message-copy" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstsdpmessage.html#gst-sdp-message-copy">
|
983
1408
|
<ANCHOR id="gst-sdp-message-init" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstsdpmessage.html#gst-sdp-message-init">
|
984
1409
|
<ANCHOR id="gst-sdp-message-uninit" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstsdpmessage.html#gst-sdp-message-uninit">
|
985
1410
|
<ANCHOR id="gst-sdp-message-free" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstsdpmessage.html#gst-sdp-message-free">
|
@@ -1045,6 +1470,7 @@
|
|
1045
1470
|
<ANCHOR id="gst-sdp-message-add-media" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstsdpmessage.html#gst-sdp-message-add-media">
|
1046
1471
|
<ANCHOR id="gst-sdp-message-dump" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstsdpmessage.html#gst-sdp-message-dump">
|
1047
1472
|
<ANCHOR id="gst-sdp-media-new" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstsdpmessage.html#gst-sdp-media-new">
|
1473
|
+
<ANCHOR id="gst-sdp-media-copy" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstsdpmessage.html#gst-sdp-media-copy">
|
1048
1474
|
<ANCHOR id="gst-sdp-media-init" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstsdpmessage.html#gst-sdp-media-init">
|
1049
1475
|
<ANCHOR id="gst-sdp-media-uninit" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstsdpmessage.html#gst-sdp-media-uninit">
|
1050
1476
|
<ANCHOR id="gst-sdp-media-free" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstsdpmessage.html#gst-sdp-media-free">
|
@@ -1088,6 +1514,8 @@
|
|
1088
1514
|
<ANCHOR id="gst-sdp-media-add-attribute" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstsdpmessage.html#gst-sdp-media-add-attribute">
|
1089
1515
|
<ANCHOR id="gst-plugins-base-libs-gstsdpmessage.other_details" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstsdpmessage.html#gst-plugins-base-libs-gstsdpmessage.other_details">
|
1090
1516
|
<ANCHOR id="GstSDPResult" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstsdpmessage.html#GstSDPResult">
|
1517
|
+
<ANCHOR id="GST-SDP-OK:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstsdpmessage.html#GST-SDP-OK:CAPS">
|
1518
|
+
<ANCHOR id="GST-SDP-EINVAL:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstsdpmessage.html#GST-SDP-EINVAL:CAPS">
|
1091
1519
|
<ANCHOR id="GstSDPOrigin" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstsdpmessage.html#GstSDPOrigin">
|
1092
1520
|
<ANCHOR id="GstSDPConnection" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstsdpmessage.html#GstSDPConnection">
|
1093
1521
|
<ANCHOR id="GST-SDP-BWTYPE-CT:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstsdpmessage.html#GST-SDP-BWTYPE-CT:CAPS">
|
@@ -1113,6 +1541,9 @@
|
|
1113
1541
|
<ANCHOR id="gst-mikey-message-new-from-bytes" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#gst-mikey-message-new-from-bytes">
|
1114
1542
|
<ANCHOR id="gst-mikey-message-new-from-data" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#gst-mikey-message-new-from-data">
|
1115
1543
|
<ANCHOR id="gst-mikey-message-to-bytes" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#gst-mikey-message-to-bytes">
|
1544
|
+
<ANCHOR id="gst-mikey-message-copy" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#gst-mikey-message-copy">
|
1545
|
+
<ANCHOR id="gst-mikey-message-ref" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#gst-mikey-message-ref">
|
1546
|
+
<ANCHOR id="gst-mikey-message-unref" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#gst-mikey-message-unref">
|
1116
1547
|
<ANCHOR id="gst-mikey-message-set-info" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#gst-mikey-message-set-info">
|
1117
1548
|
<ANCHOR id="gst-mikey-message-get-n-cs" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#gst-mikey-message-get-n-cs">
|
1118
1549
|
<ANCHOR id="gst-mikey-message-get-cs-srtp" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#gst-mikey-message-get-cs-srtp">
|
@@ -1129,7 +1560,17 @@
|
|
1129
1560
|
<ANCHOR id="gst-mikey-message-add-payload" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#gst-mikey-message-add-payload">
|
1130
1561
|
<ANCHOR id="gst-mikey-payload-new" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#gst-mikey-payload-new">
|
1131
1562
|
<ANCHOR id="gst-mikey-payload-copy" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#gst-mikey-payload-copy">
|
1563
|
+
<ANCHOR id="gst-mikey-payload-key-data-set-interval" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#gst-mikey-payload-key-data-set-interval">
|
1564
|
+
<ANCHOR id="gst-mikey-payload-key-data-set-key" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#gst-mikey-payload-key-data-set-key">
|
1565
|
+
<ANCHOR id="gst-mikey-payload-key-data-set-salt" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#gst-mikey-payload-key-data-set-salt">
|
1566
|
+
<ANCHOR id="gst-mikey-payload-key-data-set-spi" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#gst-mikey-payload-key-data-set-spi">
|
1567
|
+
<ANCHOR id="gst-mikey-payload-ref" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#gst-mikey-payload-ref">
|
1568
|
+
<ANCHOR id="gst-mikey-payload-unref" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#gst-mikey-payload-unref">
|
1132
1569
|
<ANCHOR id="gst-mikey-payload-kemac-set" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#gst-mikey-payload-kemac-set">
|
1570
|
+
<ANCHOR id="gst-mikey-payload-kemac-add-sub" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#gst-mikey-payload-kemac-add-sub">
|
1571
|
+
<ANCHOR id="gst-mikey-payload-kemac-get-n-sub" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#gst-mikey-payload-kemac-get-n-sub">
|
1572
|
+
<ANCHOR id="gst-mikey-payload-kemac-get-sub" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#gst-mikey-payload-kemac-get-sub">
|
1573
|
+
<ANCHOR id="gst-mikey-payload-kemac-remove-sub" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#gst-mikey-payload-kemac-remove-sub">
|
1133
1574
|
<ANCHOR id="gst-mikey-payload-pke-set" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#gst-mikey-payload-pke-set">
|
1134
1575
|
<ANCHOR id="gst-mikey-message-add-pke" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#gst-mikey-message-add-pke">
|
1135
1576
|
<ANCHOR id="gst-mikey-payload-t-set" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#gst-mikey-payload-t-set">
|
@@ -1146,22 +1587,72 @@
|
|
1146
1587
|
<ANCHOR id="gst-plugins-base-libs-gstmikey.other_details" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#gst-plugins-base-libs-gstmikey.other_details">
|
1147
1588
|
<ANCHOR id="GST-MIKEY-VERSION:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#GST-MIKEY-VERSION:CAPS">
|
1148
1589
|
<ANCHOR id="GstMIKEYType" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#GstMIKEYType">
|
1590
|
+
<ANCHOR id="GST-MIKEY-TYPE-INVALID:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#GST-MIKEY-TYPE-INVALID:CAPS">
|
1591
|
+
<ANCHOR id="GST-MIKEY-TYPE-PSK-INIT:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#GST-MIKEY-TYPE-PSK-INIT:CAPS">
|
1592
|
+
<ANCHOR id="GST-MIKEY-TYPE-PSK-VERIFY:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#GST-MIKEY-TYPE-PSK-VERIFY:CAPS">
|
1593
|
+
<ANCHOR id="GST-MIKEY-TYPE-PK-INIT:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#GST-MIKEY-TYPE-PK-INIT:CAPS">
|
1594
|
+
<ANCHOR id="GST-MIKEY-TYPE-PK-VERIFY:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#GST-MIKEY-TYPE-PK-VERIFY:CAPS">
|
1595
|
+
<ANCHOR id="GST-MIKEY-TYPE-DH-INIT:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#GST-MIKEY-TYPE-DH-INIT:CAPS">
|
1596
|
+
<ANCHOR id="GST-MIKEY-TYPE-DH-RESP:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#GST-MIKEY-TYPE-DH-RESP:CAPS">
|
1597
|
+
<ANCHOR id="GST-MIKEY-TYPE-ERROR:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#GST-MIKEY-TYPE-ERROR:CAPS">
|
1149
1598
|
<ANCHOR id="GstMIKEYMessage" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#GstMIKEYMessage">
|
1150
1599
|
<ANCHOR id="GstMIKEYPRFFunc" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#GstMIKEYPRFFunc">
|
1600
|
+
<ANCHOR id="GST-MIKEY-PRF-MIKEY-1:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#GST-MIKEY-PRF-MIKEY-1:CAPS">
|
1151
1601
|
<ANCHOR id="GstMIKEYMapType" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#GstMIKEYMapType">
|
1602
|
+
<ANCHOR id="GST-MIKEY-MAP-TYPE-SRTP:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#GST-MIKEY-MAP-TYPE-SRTP:CAPS">
|
1152
1603
|
<ANCHOR id="GstMIKEYMapSRTP" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#GstMIKEYMapSRTP">
|
1153
1604
|
<ANCHOR id="GstMIKEYPayloadType" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#GstMIKEYPayloadType">
|
1605
|
+
<ANCHOR id="GST-MIKEY-PT-LAST:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#GST-MIKEY-PT-LAST:CAPS">
|
1606
|
+
<ANCHOR id="GST-MIKEY-PT-KEMAC:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#GST-MIKEY-PT-KEMAC:CAPS">
|
1607
|
+
<ANCHOR id="GST-MIKEY-PT-PKE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#GST-MIKEY-PT-PKE:CAPS">
|
1608
|
+
<ANCHOR id="GST-MIKEY-PT-DH:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#GST-MIKEY-PT-DH:CAPS">
|
1609
|
+
<ANCHOR id="GST-MIKEY-PT-SIGN:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#GST-MIKEY-PT-SIGN:CAPS">
|
1610
|
+
<ANCHOR id="GST-MIKEY-PT-T:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#GST-MIKEY-PT-T:CAPS">
|
1611
|
+
<ANCHOR id="GST-MIKEY-PT-ID:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#GST-MIKEY-PT-ID:CAPS">
|
1612
|
+
<ANCHOR id="GST-MIKEY-PT-CERT:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#GST-MIKEY-PT-CERT:CAPS">
|
1613
|
+
<ANCHOR id="GST-MIKEY-PT-CHASH:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#GST-MIKEY-PT-CHASH:CAPS">
|
1614
|
+
<ANCHOR id="GST-MIKEY-PT-V:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#GST-MIKEY-PT-V:CAPS">
|
1615
|
+
<ANCHOR id="GST-MIKEY-PT-SP:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#GST-MIKEY-PT-SP:CAPS">
|
1616
|
+
<ANCHOR id="GST-MIKEY-PT-RAND:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#GST-MIKEY-PT-RAND:CAPS">
|
1617
|
+
<ANCHOR id="GST-MIKEY-PT-ERR:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#GST-MIKEY-PT-ERR:CAPS">
|
1618
|
+
<ANCHOR id="GST-MIKEY-PT-KEY-DATA:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#GST-MIKEY-PT-KEY-DATA:CAPS">
|
1619
|
+
<ANCHOR id="GST-MIKEY-PT-GEN-EXT:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#GST-MIKEY-PT-GEN-EXT:CAPS">
|
1154
1620
|
<ANCHOR id="GstMIKEYPayload" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#GstMIKEYPayload">
|
1155
1621
|
<ANCHOR id="GstMIKEYEncAlg" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#GstMIKEYEncAlg">
|
1622
|
+
<ANCHOR id="GST-MIKEY-ENC-NULL:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#GST-MIKEY-ENC-NULL:CAPS">
|
1623
|
+
<ANCHOR id="GST-MIKEY-ENC-AES-CM-128:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#GST-MIKEY-ENC-AES-CM-128:CAPS">
|
1624
|
+
<ANCHOR id="GST-MIKEY-ENC-AES-KW-128:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#GST-MIKEY-ENC-AES-KW-128:CAPS">
|
1156
1625
|
<ANCHOR id="GstMIKEYMacAlg" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#GstMIKEYMacAlg">
|
1626
|
+
<ANCHOR id="GST-MIKEY-MAC-NULL:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#GST-MIKEY-MAC-NULL:CAPS">
|
1627
|
+
<ANCHOR id="GST-MIKEY-MAC-HMAC-SHA-1-160:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#GST-MIKEY-MAC-HMAC-SHA-1-160:CAPS">
|
1157
1628
|
<ANCHOR id="GstMIKEYPayloadKEMAC" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#GstMIKEYPayloadKEMAC">
|
1158
1629
|
<ANCHOR id="GstMIKEYCacheType" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#GstMIKEYCacheType">
|
1630
|
+
<ANCHOR id="GST-MIKEY-CACHE-NONE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#GST-MIKEY-CACHE-NONE:CAPS">
|
1631
|
+
<ANCHOR id="GST-MIKEY-CACHE-ALWAYS:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#GST-MIKEY-CACHE-ALWAYS:CAPS">
|
1632
|
+
<ANCHOR id="GST-MIKEY-CACHE-FOR-CSB:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#GST-MIKEY-CACHE-FOR-CSB:CAPS">
|
1159
1633
|
<ANCHOR id="GstMIKEYPayloadPKE" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#GstMIKEYPayloadPKE">
|
1160
1634
|
<ANCHOR id="GstMIKEYTSType" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#GstMIKEYTSType">
|
1635
|
+
<ANCHOR id="GST-MIKEY-TS-TYPE-NTP-UTC:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#GST-MIKEY-TS-TYPE-NTP-UTC:CAPS">
|
1636
|
+
<ANCHOR id="GST-MIKEY-TS-TYPE-NTP:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#GST-MIKEY-TS-TYPE-NTP:CAPS">
|
1637
|
+
<ANCHOR id="GST-MIKEY-TS-TYPE-COUNTER:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#GST-MIKEY-TS-TYPE-COUNTER:CAPS">
|
1161
1638
|
<ANCHOR id="GstMIKEYPayloadT" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#GstMIKEYPayloadT">
|
1162
1639
|
<ANCHOR id="GstMIKEYPayloadRAND" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#GstMIKEYPayloadRAND">
|
1163
1640
|
<ANCHOR id="GstMIKEYSecProto" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#GstMIKEYSecProto">
|
1641
|
+
<ANCHOR id="GST-MIKEY-SEC-PROTO-SRTP:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#GST-MIKEY-SEC-PROTO-SRTP:CAPS">
|
1164
1642
|
<ANCHOR id="GstMIKEYSecSRTP" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#GstMIKEYSecSRTP">
|
1643
|
+
<ANCHOR id="GST-MIKEY-SP-SRTP-ENC-ALG:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#GST-MIKEY-SP-SRTP-ENC-ALG:CAPS">
|
1644
|
+
<ANCHOR id="GST-MIKEY-SP-SRTP-ENC-KEY-LEN:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#GST-MIKEY-SP-SRTP-ENC-KEY-LEN:CAPS">
|
1645
|
+
<ANCHOR id="GST-MIKEY-SP-SRTP-AUTH-ALG:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#GST-MIKEY-SP-SRTP-AUTH-ALG:CAPS">
|
1646
|
+
<ANCHOR id="GST-MIKEY-SP-SRTP-AUTH-KEY-LEN:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#GST-MIKEY-SP-SRTP-AUTH-KEY-LEN:CAPS">
|
1647
|
+
<ANCHOR id="GST-MIKEY-SP-SRTP-SALT-KEY-LEN:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#GST-MIKEY-SP-SRTP-SALT-KEY-LEN:CAPS">
|
1648
|
+
<ANCHOR id="GST-MIKEY-SP-SRTP-PRF:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#GST-MIKEY-SP-SRTP-PRF:CAPS">
|
1649
|
+
<ANCHOR id="GST-MIKEY-SP-SRTP-KEY-DERIV-RATE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#GST-MIKEY-SP-SRTP-KEY-DERIV-RATE:CAPS">
|
1650
|
+
<ANCHOR id="GST-MIKEY-SP-SRTP-SRTP-ENC:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#GST-MIKEY-SP-SRTP-SRTP-ENC:CAPS">
|
1651
|
+
<ANCHOR id="GST-MIKEY-SP-SRTP-SRTCP-ENC:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#GST-MIKEY-SP-SRTP-SRTCP-ENC:CAPS">
|
1652
|
+
<ANCHOR id="GST-MIKEY-SP-SRTP-FEC-ORDER:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#GST-MIKEY-SP-SRTP-FEC-ORDER:CAPS">
|
1653
|
+
<ANCHOR id="GST-MIKEY-SP-SRTP-SRTP-AUTH:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#GST-MIKEY-SP-SRTP-SRTP-AUTH:CAPS">
|
1654
|
+
<ANCHOR id="GST-MIKEY-SP-SRTP-AUTH-TAG-LEN:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#GST-MIKEY-SP-SRTP-AUTH-TAG-LEN:CAPS">
|
1655
|
+
<ANCHOR id="GST-MIKEY-SP-SRTP-SRTP-PREFIX-LEN:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#GST-MIKEY-SP-SRTP-SRTP-PREFIX-LEN:CAPS">
|
1165
1656
|
<ANCHOR id="GstMIKEYPayloadSP" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#GstMIKEYPayloadSP">
|
1166
1657
|
<ANCHOR id="GstMIKEYPayloadSPParam" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html#GstMIKEYPayloadSPParam">
|
1167
1658
|
<ANCHOR id="gst-plugins-base-libs-gsttag" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttag.html">
|
@@ -1173,6 +1664,7 @@
|
|
1173
1664
|
<ANCHOR id="gst-tag-register-musicbrainz-tags" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttag.html#gst-tag-register-musicbrainz-tags">
|
1174
1665
|
<ANCHOR id="gst-tag-freeform-string-to-utf8" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttag.html#gst-tag-freeform-string-to-utf8">
|
1175
1666
|
<ANCHOR id="gst-tag-parse-extended-comment" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttag.html#gst-tag-parse-extended-comment">
|
1667
|
+
<ANCHOR id="gst-tag-image-data-to-image-sample" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttag.html#gst-tag-image-data-to-image-sample">
|
1176
1668
|
<ANCHOR id="gst-plugins-base-libs-gsttag.other_details" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttag.html#gst-plugins-base-libs-gsttag.other_details">
|
1177
1669
|
<ANCHOR id="GST-TAG-MUSICBRAINZ-TRACKID:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttag.html#GST-TAG-MUSICBRAINZ-TRACKID:CAPS">
|
1178
1670
|
<ANCHOR id="GST-TAG-MUSICBRAINZ-ARTISTID:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttag.html#GST-TAG-MUSICBRAINZ-ARTISTID:CAPS">
|
@@ -1207,7 +1699,28 @@
|
|
1207
1699
|
<ANCHOR id="GST-TAG-IMAGE-HORIZONTAL-PPI:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttag.html#GST-TAG-IMAGE-HORIZONTAL-PPI:CAPS">
|
1208
1700
|
<ANCHOR id="GST-TAG-IMAGE-VERTICAL-PPI:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttag.html#GST-TAG-IMAGE-VERTICAL-PPI:CAPS">
|
1209
1701
|
<ANCHOR id="GST-TAG-ID3V2-HEADER-SIZE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttag.html#GST-TAG-ID3V2-HEADER-SIZE:CAPS">
|
1702
|
+
<ANCHOR id="GST-TAG-MUSICAL-KEY:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttag.html#GST-TAG-MUSICAL-KEY:CAPS">
|
1210
1703
|
<ANCHOR id="GstTagImageType" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttag.html#GstTagImageType">
|
1704
|
+
<ANCHOR id="GST-TAG-IMAGE-TYPE-NONE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttag.html#GST-TAG-IMAGE-TYPE-NONE:CAPS">
|
1705
|
+
<ANCHOR id="GST-TAG-IMAGE-TYPE-UNDEFINED:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttag.html#GST-TAG-IMAGE-TYPE-UNDEFINED:CAPS">
|
1706
|
+
<ANCHOR id="GST-TAG-IMAGE-TYPE-FRONT-COVER:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttag.html#GST-TAG-IMAGE-TYPE-FRONT-COVER:CAPS">
|
1707
|
+
<ANCHOR id="GST-TAG-IMAGE-TYPE-BACK-COVER:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttag.html#GST-TAG-IMAGE-TYPE-BACK-COVER:CAPS">
|
1708
|
+
<ANCHOR id="GST-TAG-IMAGE-TYPE-LEAFLET-PAGE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttag.html#GST-TAG-IMAGE-TYPE-LEAFLET-PAGE:CAPS">
|
1709
|
+
<ANCHOR id="GST-TAG-IMAGE-TYPE-MEDIUM:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttag.html#GST-TAG-IMAGE-TYPE-MEDIUM:CAPS">
|
1710
|
+
<ANCHOR id="GST-TAG-IMAGE-TYPE-LEAD-ARTIST:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttag.html#GST-TAG-IMAGE-TYPE-LEAD-ARTIST:CAPS">
|
1711
|
+
<ANCHOR id="GST-TAG-IMAGE-TYPE-ARTIST:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttag.html#GST-TAG-IMAGE-TYPE-ARTIST:CAPS">
|
1712
|
+
<ANCHOR id="GST-TAG-IMAGE-TYPE-CONDUCTOR:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttag.html#GST-TAG-IMAGE-TYPE-CONDUCTOR:CAPS">
|
1713
|
+
<ANCHOR id="GST-TAG-IMAGE-TYPE-BAND-ORCHESTRA:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttag.html#GST-TAG-IMAGE-TYPE-BAND-ORCHESTRA:CAPS">
|
1714
|
+
<ANCHOR id="GST-TAG-IMAGE-TYPE-COMPOSER:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttag.html#GST-TAG-IMAGE-TYPE-COMPOSER:CAPS">
|
1715
|
+
<ANCHOR id="GST-TAG-IMAGE-TYPE-LYRICIST:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttag.html#GST-TAG-IMAGE-TYPE-LYRICIST:CAPS">
|
1716
|
+
<ANCHOR id="GST-TAG-IMAGE-TYPE-RECORDING-LOCATION:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttag.html#GST-TAG-IMAGE-TYPE-RECORDING-LOCATION:CAPS">
|
1717
|
+
<ANCHOR id="GST-TAG-IMAGE-TYPE-DURING-RECORDING:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttag.html#GST-TAG-IMAGE-TYPE-DURING-RECORDING:CAPS">
|
1718
|
+
<ANCHOR id="GST-TAG-IMAGE-TYPE-DURING-PERFORMANCE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttag.html#GST-TAG-IMAGE-TYPE-DURING-PERFORMANCE:CAPS">
|
1719
|
+
<ANCHOR id="GST-TAG-IMAGE-TYPE-VIDEO-CAPTURE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttag.html#GST-TAG-IMAGE-TYPE-VIDEO-CAPTURE:CAPS">
|
1720
|
+
<ANCHOR id="GST-TAG-IMAGE-TYPE-FISH:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttag.html#GST-TAG-IMAGE-TYPE-FISH:CAPS">
|
1721
|
+
<ANCHOR id="GST-TAG-IMAGE-TYPE-ILLUSTRATION:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttag.html#GST-TAG-IMAGE-TYPE-ILLUSTRATION:CAPS">
|
1722
|
+
<ANCHOR id="GST-TAG-IMAGE-TYPE-BAND-ARTIST-LOGO:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttag.html#GST-TAG-IMAGE-TYPE-BAND-ARTIST-LOGO:CAPS">
|
1723
|
+
<ANCHOR id="GST-TAG-IMAGE-TYPE-PUBLISHER-STUDIO-LOGO:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttag.html#GST-TAG-IMAGE-TYPE-PUBLISHER-STUDIO-LOGO:CAPS">
|
1211
1724
|
<ANCHOR id="gst-plugins-base-libs-gsttag.see-also" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttag.html#gst-plugins-base-libs-gsttag.see-also">
|
1212
1725
|
<ANCHOR id="gst-plugins-base-libs-gsttagvorbis" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagvorbis.html">
|
1213
1726
|
<ANCHOR id="gst-plugins-base-libs-gsttagvorbis.functions" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagvorbis.html#gst-plugins-base-libs-gsttagvorbis.functions">
|
@@ -1280,6 +1793,9 @@
|
|
1280
1793
|
<ANCHOR id="GstTagDemux" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagdemux.html#GstTagDemux">
|
1281
1794
|
<ANCHOR id="GstTagDemuxClass" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagdemux.html#GstTagDemuxClass">
|
1282
1795
|
<ANCHOR id="GstTagDemuxResult" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagdemux.html#GstTagDemuxResult">
|
1796
|
+
<ANCHOR id="GST-TAG-DEMUX-RESULT-BROKEN-TAG:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagdemux.html#GST-TAG-DEMUX-RESULT-BROKEN-TAG:CAPS">
|
1797
|
+
<ANCHOR id="GST-TAG-DEMUX-RESULT-AGAIN:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagdemux.html#GST-TAG-DEMUX-RESULT-AGAIN:CAPS">
|
1798
|
+
<ANCHOR id="GST-TAG-DEMUX-RESULT-OK:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagdemux.html#GST-TAG-DEMUX-RESULT-OK:CAPS">
|
1283
1799
|
<ANCHOR id="gst-plugins-base-libs-gsttagdemux.see-also" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagdemux.html#gst-plugins-base-libs-gsttagdemux.see-also">
|
1284
1800
|
<ANCHOR id="gst-plugins-base-libs-gsttagmux" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagmux.html">
|
1285
1801
|
<ANCHOR id="gst-plugins-base-libs-gsttagmux.other" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagmux.html#gst-plugins-base-libs-gsttagmux.other">
|
@@ -1319,6 +1835,20 @@
|
|
1319
1835
|
<ANCHOR id="gst-tag-get-licenses" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttaglicenses.html#gst-tag-get-licenses">
|
1320
1836
|
<ANCHOR id="gst-plugins-base-libs-gsttaglicenses.other_details" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttaglicenses.html#gst-plugins-base-libs-gsttaglicenses.other_details">
|
1321
1837
|
<ANCHOR id="GstTagLicenseFlags" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttaglicenses.html#GstTagLicenseFlags">
|
1838
|
+
<ANCHOR id="GST-TAG-LICENSE-PERMITS-REPRODUCTION:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttaglicenses.html#GST-TAG-LICENSE-PERMITS-REPRODUCTION:CAPS">
|
1839
|
+
<ANCHOR id="GST-TAG-LICENSE-PERMITS-DISTRIBUTION:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttaglicenses.html#GST-TAG-LICENSE-PERMITS-DISTRIBUTION:CAPS">
|
1840
|
+
<ANCHOR id="GST-TAG-LICENSE-PERMITS-DERIVATIVE-WORKS:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttaglicenses.html#GST-TAG-LICENSE-PERMITS-DERIVATIVE-WORKS:CAPS">
|
1841
|
+
<ANCHOR id="GST-TAG-LICENSE-PERMITS-SHARING:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttaglicenses.html#GST-TAG-LICENSE-PERMITS-SHARING:CAPS">
|
1842
|
+
<ANCHOR id="GST-TAG-LICENSE-REQUIRES-NOTICE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttaglicenses.html#GST-TAG-LICENSE-REQUIRES-NOTICE:CAPS">
|
1843
|
+
<ANCHOR id="GST-TAG-LICENSE-REQUIRES-ATTRIBUTION:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttaglicenses.html#GST-TAG-LICENSE-REQUIRES-ATTRIBUTION:CAPS">
|
1844
|
+
<ANCHOR id="GST-TAG-LICENSE-REQUIRES-SHARE-ALIKE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttaglicenses.html#GST-TAG-LICENSE-REQUIRES-SHARE-ALIKE:CAPS">
|
1845
|
+
<ANCHOR id="GST-TAG-LICENSE-REQUIRES-SOURCE-CODE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttaglicenses.html#GST-TAG-LICENSE-REQUIRES-SOURCE-CODE:CAPS">
|
1846
|
+
<ANCHOR id="GST-TAG-LICENSE-REQUIRES-COPYLEFT:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttaglicenses.html#GST-TAG-LICENSE-REQUIRES-COPYLEFT:CAPS">
|
1847
|
+
<ANCHOR id="GST-TAG-LICENSE-REQUIRES-LESSER-COPYLEFT:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttaglicenses.html#GST-TAG-LICENSE-REQUIRES-LESSER-COPYLEFT:CAPS">
|
1848
|
+
<ANCHOR id="GST-TAG-LICENSE-PROHIBITS-COMMERCIAL-USE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttaglicenses.html#GST-TAG-LICENSE-PROHIBITS-COMMERCIAL-USE:CAPS">
|
1849
|
+
<ANCHOR id="GST-TAG-LICENSE-PROHIBITS-HIGH-INCOME-NATION-USE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttaglicenses.html#GST-TAG-LICENSE-PROHIBITS-HIGH-INCOME-NATION-USE:CAPS">
|
1850
|
+
<ANCHOR id="GST-TAG-LICENSE-CREATIVE-COMMONS-LICENSE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttaglicenses.html#GST-TAG-LICENSE-CREATIVE-COMMONS-LICENSE:CAPS">
|
1851
|
+
<ANCHOR id="GST-TAG-LICENSE-FREE-SOFTWARE-FOUNDATION-LICENSE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttaglicenses.html#GST-TAG-LICENSE-FREE-SOFTWARE-FOUNDATION-LICENSE:CAPS">
|
1322
1852
|
<ANCHOR id="gst-plugins-base-libs-gsttaglicenses.see-also" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttaglicenses.html#gst-plugins-base-libs-gsttaglicenses.see-also">
|
1323
1853
|
<ANCHOR id="gst-plugins-base-libs-gstpbutils" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutils.html">
|
1324
1854
|
<ANCHOR id="gst-plugins-base-libs-gstpbutils.functions" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutils.html#gst-plugins-base-libs-gstpbutils.functions">
|
@@ -1410,8 +1940,22 @@
|
|
1410
1940
|
<ANCHOR id="gst-install-plugins-context-new" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutilsinstallplugins.html#gst-install-plugins-context-new">
|
1411
1941
|
<ANCHOR id="gst-install-plugins-context-free" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutilsinstallplugins.html#gst-install-plugins-context-free">
|
1412
1942
|
<ANCHOR id="gst-install-plugins-context-set-xid" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutilsinstallplugins.html#gst-install-plugins-context-set-xid">
|
1943
|
+
<ANCHOR id="gst-install-plugins-context-set-confirm-search" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutilsinstallplugins.html#gst-install-plugins-context-set-confirm-search">
|
1944
|
+
<ANCHOR id="gst-install-plugins-context-set-desktop-id" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutilsinstallplugins.html#gst-install-plugins-context-set-desktop-id">
|
1945
|
+
<ANCHOR id="gst-install-plugins-context-set-startup-notification-id" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutilsinstallplugins.html#gst-install-plugins-context-set-startup-notification-id">
|
1413
1946
|
<ANCHOR id="gst-plugins-base-libs-gstpbutilsinstallplugins.other_details" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutilsinstallplugins.html#gst-plugins-base-libs-gstpbutilsinstallplugins.other_details">
|
1414
1947
|
<ANCHOR id="GstInstallPluginsReturn" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutilsinstallplugins.html#GstInstallPluginsReturn">
|
1948
|
+
<ANCHOR id="GST-INSTALL-PLUGINS-SUCCESS:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutilsinstallplugins.html#GST-INSTALL-PLUGINS-SUCCESS:CAPS">
|
1949
|
+
<ANCHOR id="GST-INSTALL-PLUGINS-NOT-FOUND:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutilsinstallplugins.html#GST-INSTALL-PLUGINS-NOT-FOUND:CAPS">
|
1950
|
+
<ANCHOR id="GST-INSTALL-PLUGINS-ERROR:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutilsinstallplugins.html#GST-INSTALL-PLUGINS-ERROR:CAPS">
|
1951
|
+
<ANCHOR id="GST-INSTALL-PLUGINS-PARTIAL-SUCCESS:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutilsinstallplugins.html#GST-INSTALL-PLUGINS-PARTIAL-SUCCESS:CAPS">
|
1952
|
+
<ANCHOR id="GST-INSTALL-PLUGINS-USER-ABORT:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutilsinstallplugins.html#GST-INSTALL-PLUGINS-USER-ABORT:CAPS">
|
1953
|
+
<ANCHOR id="GST-INSTALL-PLUGINS-CRASHED:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutilsinstallplugins.html#GST-INSTALL-PLUGINS-CRASHED:CAPS">
|
1954
|
+
<ANCHOR id="GST-INSTALL-PLUGINS-INVALID:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutilsinstallplugins.html#GST-INSTALL-PLUGINS-INVALID:CAPS">
|
1955
|
+
<ANCHOR id="GST-INSTALL-PLUGINS-STARTED-OK:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutilsinstallplugins.html#GST-INSTALL-PLUGINS-STARTED-OK:CAPS">
|
1956
|
+
<ANCHOR id="GST-INSTALL-PLUGINS-INTERNAL-FAILURE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutilsinstallplugins.html#GST-INSTALL-PLUGINS-INTERNAL-FAILURE:CAPS">
|
1957
|
+
<ANCHOR id="GST-INSTALL-PLUGINS-HELPER-MISSING:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutilsinstallplugins.html#GST-INSTALL-PLUGINS-HELPER-MISSING:CAPS">
|
1958
|
+
<ANCHOR id="GST-INSTALL-PLUGINS-INSTALL-IN-PROGRESS:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutilsinstallplugins.html#GST-INSTALL-PLUGINS-INSTALL-IN-PROGRESS:CAPS">
|
1415
1959
|
<ANCHOR id="GstInstallPluginsContext" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutilsinstallplugins.html#GstInstallPluginsContext">
|
1416
1960
|
<ANCHOR id="gst-plugins-base-libs-gstdiscoverer" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstdiscoverer.html">
|
1417
1961
|
<ANCHOR id="gst-plugins-base-libs-gstdiscoverer.functions" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstdiscoverer.html#gst-plugins-base-libs-gstdiscoverer.functions">
|
@@ -1440,6 +1984,8 @@
|
|
1440
1984
|
<ANCHOR id="gst-discoverer-info-get-seekable" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstdiscoverer.html#gst-discoverer-info-get-seekable">
|
1441
1985
|
<ANCHOR id="gst-discoverer-info-ref" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstdiscoverer.html#gst-discoverer-info-ref">
|
1442
1986
|
<ANCHOR id="gst-discoverer-info-unref" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstdiscoverer.html#gst-discoverer-info-unref">
|
1987
|
+
<ANCHOR id="gst-discoverer-info-to-variant" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstdiscoverer.html#gst-discoverer-info-to-variant">
|
1988
|
+
<ANCHOR id="gst-discoverer-info-from-variant" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstdiscoverer.html#gst-discoverer-info-from-variant">
|
1443
1989
|
<ANCHOR id="gst-discoverer-stream-info-get-caps" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstdiscoverer.html#gst-discoverer-stream-info-get-caps">
|
1444
1990
|
<ANCHOR id="gst-discoverer-stream-info-get-misc" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstdiscoverer.html#gst-discoverer-stream-info-get-misc">
|
1445
1991
|
<ANCHOR id="gst-discoverer-stream-info-get-next" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstdiscoverer.html#gst-discoverer-stream-info-get-next">
|
@@ -1480,6 +2026,18 @@
|
|
1480
2026
|
<ANCHOR id="GstDiscoverer-struct" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstdiscoverer.html#GstDiscoverer-struct">
|
1481
2027
|
<ANCHOR id="GstDiscovererInfo-struct" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstdiscoverer.html#GstDiscovererInfo-struct">
|
1482
2028
|
<ANCHOR id="GstDiscovererResult" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstdiscoverer.html#GstDiscovererResult">
|
2029
|
+
<ANCHOR id="GST-DISCOVERER-OK:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstdiscoverer.html#GST-DISCOVERER-OK:CAPS">
|
2030
|
+
<ANCHOR id="GST-DISCOVERER-URI-INVALID:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstdiscoverer.html#GST-DISCOVERER-URI-INVALID:CAPS">
|
2031
|
+
<ANCHOR id="GST-DISCOVERER-ERROR:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstdiscoverer.html#GST-DISCOVERER-ERROR:CAPS">
|
2032
|
+
<ANCHOR id="GST-DISCOVERER-TIMEOUT:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstdiscoverer.html#GST-DISCOVERER-TIMEOUT:CAPS">
|
2033
|
+
<ANCHOR id="GST-DISCOVERER-BUSY:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstdiscoverer.html#GST-DISCOVERER-BUSY:CAPS">
|
2034
|
+
<ANCHOR id="GST-DISCOVERER-MISSING-PLUGINS:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstdiscoverer.html#GST-DISCOVERER-MISSING-PLUGINS:CAPS">
|
2035
|
+
<ANCHOR id="GstDiscovererSerializeFlags" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstdiscoverer.html#GstDiscovererSerializeFlags">
|
2036
|
+
<ANCHOR id="GST-DISCOVERER-SERIALIZE-BASIC:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstdiscoverer.html#GST-DISCOVERER-SERIALIZE-BASIC:CAPS">
|
2037
|
+
<ANCHOR id="GST-DISCOVERER-SERIALIZE-CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstdiscoverer.html#GST-DISCOVERER-SERIALIZE-CAPS">
|
2038
|
+
<ANCHOR id="GST-DISCOVERER-SERIALIZE-TAGS:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstdiscoverer.html#GST-DISCOVERER-SERIALIZE-TAGS:CAPS">
|
2039
|
+
<ANCHOR id="GST-DISCOVERER-SERIALIZE-MISC:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstdiscoverer.html#GST-DISCOVERER-SERIALIZE-MISC:CAPS">
|
2040
|
+
<ANCHOR id="GST-DISCOVERER-SERIALIZE-ALL:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstdiscoverer.html#GST-DISCOVERER-SERIALIZE-ALL:CAPS">
|
1483
2041
|
<ANCHOR id="GstDiscovererStreamInfo" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstdiscoverer.html#GstDiscovererStreamInfo">
|
1484
2042
|
<ANCHOR id="GstDiscovererContainerInfo" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstdiscoverer.html#GstDiscovererContainerInfo">
|
1485
2043
|
<ANCHOR id="GstDiscovererAudioInfo" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstdiscoverer.html#GstDiscovererAudioInfo">
|
@@ -1519,12 +2077,14 @@
|
|
1519
2077
|
<ANCHOR id="gst-encoding-profile-get-file-extension" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-encoding-profile.html#gst-encoding-profile-get-file-extension">
|
1520
2078
|
<ANCHOR id="gst-encoding-profile-set-name" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-encoding-profile.html#gst-encoding-profile-set-name">
|
1521
2079
|
<ANCHOR id="gst-encoding-profile-set-description" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-encoding-profile.html#gst-encoding-profile-set-description">
|
2080
|
+
<ANCHOR id="gst-encoding-profile-set-enabled" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-encoding-profile.html#gst-encoding-profile-set-enabled">
|
1522
2081
|
<ANCHOR id="gst-encoding-profile-set-format" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-encoding-profile.html#gst-encoding-profile-set-format">
|
1523
2082
|
<ANCHOR id="gst-encoding-profile-set-preset" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-encoding-profile.html#gst-encoding-profile-set-preset">
|
1524
2083
|
<ANCHOR id="gst-encoding-profile-set-preset-name" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-encoding-profile.html#gst-encoding-profile-set-preset-name">
|
1525
2084
|
<ANCHOR id="gst-encoding-profile-set-restriction" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-encoding-profile.html#gst-encoding-profile-set-restriction">
|
1526
2085
|
<ANCHOR id="gst-encoding-profile-set-presence" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-encoding-profile.html#gst-encoding-profile-set-presence">
|
1527
2086
|
<ANCHOR id="gst-encoding-profile-is-equal" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-encoding-profile.html#gst-encoding-profile-is-equal">
|
2087
|
+
<ANCHOR id="gst-encoding-profile-is-enabled" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-encoding-profile.html#gst-encoding-profile-is-enabled">
|
1528
2088
|
<ANCHOR id="gst-encoding-profile-get-input-caps" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-encoding-profile.html#gst-encoding-profile-get-input-caps">
|
1529
2089
|
<ANCHOR id="gst-encoding-profile-get-type-nick" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-encoding-profile.html#gst-encoding-profile-get-type-nick">
|
1530
2090
|
<ANCHOR id="gst-encoding-container-profile-new" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-encoding-profile.html#gst-encoding-container-profile-new">
|
@@ -1571,6 +2131,7 @@
|
|
1571
2131
|
<ANCHOR id="gst-plugins-base-libs-gstvideo.description" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#gst-plugins-base-libs-gstvideo.description">
|
1572
2132
|
<ANCHOR id="gst-plugins-base-libs-gstvideo.functions_details" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#gst-plugins-base-libs-gstvideo.functions_details">
|
1573
2133
|
<ANCHOR id="gst-video-calculate-display-ratio" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#gst-video-calculate-display-ratio">
|
2134
|
+
<ANCHOR id="gst-video-guess-framerate" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#gst-video-guess-framerate">
|
1574
2135
|
<ANCHOR id="GstVideoConvertSampleCallback" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GstVideoConvertSampleCallback">
|
1575
2136
|
<ANCHOR id="gst-video-convert-sample" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#gst-video-convert-sample">
|
1576
2137
|
<ANCHOR id="gst-video-convert-sample-async" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#gst-video-convert-sample-async">
|
@@ -1582,8 +2143,6 @@
|
|
1582
2143
|
<ANCHOR id="gst-video-event-new-upstream-force-key-unit" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#gst-video-event-new-upstream-force-key-unit">
|
1583
2144
|
<ANCHOR id="gst-video-event-parse-upstream-force-key-unit" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#gst-video-event-parse-upstream-force-key-unit">
|
1584
2145
|
<ANCHOR id="gst-video-event-is-force-key-unit" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#gst-video-event-is-force-key-unit">
|
1585
|
-
<ANCHOR id="gst-video-chroma-from-string" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#gst-video-chroma-from-string">
|
1586
|
-
<ANCHOR id="gst-video-chroma-to-string" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#gst-video-chroma-to-string">
|
1587
2146
|
<ANCHOR id="GstVideoFormatUnpack" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GstVideoFormatUnpack">
|
1588
2147
|
<ANCHOR id="GstVideoFormatPack" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GstVideoFormatPack">
|
1589
2148
|
<ANCHOR id="GST-VIDEO-FORMAT-INFO-FORMAT:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FORMAT-INFO-FORMAT:CAPS">
|
@@ -1622,10 +2181,14 @@
|
|
1622
2181
|
<ANCHOR id="gst-video-format-to-string" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#gst-video-format-to-string">
|
1623
2182
|
<ANCHOR id="gst-video-format-get-info" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#gst-video-format-get-info">
|
1624
2183
|
<ANCHOR id="GST-VIDEO-CAPS-MAKE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-CAPS-MAKE:CAPS">
|
2184
|
+
<ANCHOR id="gst-video-color-range-offsets" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#gst-video-color-range-offsets">
|
2185
|
+
<ANCHOR id="gst-video-color-matrix-get-Kr-Kb" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#gst-video-color-matrix-get-Kr-Kb">
|
2186
|
+
<ANCHOR id="gst-video-color-transfer-decode" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#gst-video-color-transfer-decode">
|
2187
|
+
<ANCHOR id="gst-video-color-transfer-encode" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#gst-video-color-transfer-encode">
|
1625
2188
|
<ANCHOR id="gst-video-colorimetry-matches" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#gst-video-colorimetry-matches">
|
2189
|
+
<ANCHOR id="gst-video-colorimetry-is-equal" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#gst-video-colorimetry-is-equal">
|
1626
2190
|
<ANCHOR id="gst-video-colorimetry-from-string" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#gst-video-colorimetry-from-string">
|
1627
2191
|
<ANCHOR id="gst-video-colorimetry-to-string" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#gst-video-colorimetry-to-string">
|
1628
|
-
<ANCHOR id="gst-video-color-range-offsets" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#gst-video-color-range-offsets">
|
1629
2192
|
<ANCHOR id="GST-VIDEO-INFO-FORMAT:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-INFO-FORMAT:CAPS">
|
1630
2193
|
<ANCHOR id="GST-VIDEO-INFO-NAME:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-INFO-NAME:CAPS">
|
1631
2194
|
<ANCHOR id="GST-VIDEO-INFO-IS-YUV:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-INFO-IS-YUV:CAPS">
|
@@ -1659,6 +2222,10 @@
|
|
1659
2222
|
<ANCHOR id="GST-VIDEO-INFO-COMP-PLANE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-INFO-COMP-PLANE:CAPS">
|
1660
2223
|
<ANCHOR id="GST-VIDEO-INFO-COMP-PSTRIDE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-INFO-COMP-PSTRIDE:CAPS">
|
1661
2224
|
<ANCHOR id="GST-VIDEO-INFO-COMP-POFFSET:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-INFO-COMP-POFFSET:CAPS">
|
2225
|
+
<ANCHOR id="GST-VIDEO-INFO-CHROMA-SITE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-INFO-CHROMA-SITE:CAPS">
|
2226
|
+
<ANCHOR id="GST-VIDEO-INFO-COLORIMETRY:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-INFO-COLORIMETRY:CAPS">
|
2227
|
+
<ANCHOR id="GST-VIDEO-INFO-MULTIVIEW-FLAGS:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-INFO-MULTIVIEW-FLAGS:CAPS">
|
2228
|
+
<ANCHOR id="GST-VIDEO-INFO-MULTIVIEW-MODE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-INFO-MULTIVIEW-MODE:CAPS">
|
1662
2229
|
<ANCHOR id="gst-video-info-init" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#gst-video-info-init">
|
1663
2230
|
<ANCHOR id="gst-video-info-set-format" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#gst-video-info-set-format">
|
1664
2231
|
<ANCHOR id="gst-video-info-from-caps" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#gst-video-info-from-caps">
|
@@ -1702,6 +2269,22 @@
|
|
1702
2269
|
<ANCHOR id="GST-VIDEO-TILE-MAKE-STRIDE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-TILE-MAKE-STRIDE:CAPS">
|
1703
2270
|
<ANCHOR id="GST-VIDEO-TILE-X-TILES:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-TILE-X-TILES:CAPS">
|
1704
2271
|
<ANCHOR id="GST-VIDEO-TILE-Y-TILES:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-TILE-Y-TILES:CAPS">
|
2272
|
+
<ANCHOR id="gst-video-blend" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#gst-video-blend">
|
2273
|
+
<ANCHOR id="gst-video-blend-scale-linear-RGBA" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#gst-video-blend-scale-linear-RGBA">
|
2274
|
+
<ANCHOR id="gst-video-converter-new" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#gst-video-converter-new">
|
2275
|
+
<ANCHOR id="gst-video-converter-free" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#gst-video-converter-free">
|
2276
|
+
<ANCHOR id="gst-video-converter-get-config" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#gst-video-converter-get-config">
|
2277
|
+
<ANCHOR id="gst-video-converter-set-config" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#gst-video-converter-set-config">
|
2278
|
+
<ANCHOR id="gst-video-converter-frame" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#gst-video-converter-frame">
|
2279
|
+
<ANCHOR id="gst-video-multiview-get-mono-modes" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#gst-video-multiview-get-mono-modes">
|
2280
|
+
<ANCHOR id="gst-video-multiview-get-unpacked-modes" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#gst-video-multiview-get-unpacked-modes">
|
2281
|
+
<ANCHOR id="gst-video-multiview-get-doubled-height-modes" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#gst-video-multiview-get-doubled-height-modes">
|
2282
|
+
<ANCHOR id="gst-video-multiview-get-doubled-size-modes" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#gst-video-multiview-get-doubled-size-modes">
|
2283
|
+
<ANCHOR id="gst-video-multiview-get-doubled-width-modes" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#gst-video-multiview-get-doubled-width-modes">
|
2284
|
+
<ANCHOR id="gst-video-multiview-mode-from-caps-string" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#gst-video-multiview-mode-from-caps-string">
|
2285
|
+
<ANCHOR id="gst-video-multiview-mode-to-caps-string" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#gst-video-multiview-mode-to-caps-string">
|
2286
|
+
<ANCHOR id="gst-video-multiview-guess-half-aspect" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#gst-video-multiview-guess-half-aspect">
|
2287
|
+
<ANCHOR id="gst-video-multiview-video-info-change-mode" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#gst-video-multiview-video-info-change-mode">
|
1705
2288
|
<ANCHOR id="gst-plugins-base-libs-gstvideo.other_details" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#gst-plugins-base-libs-gstvideo.other_details">
|
1706
2289
|
<ANCHOR id="GstVideoAlignment" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GstVideoAlignment">
|
1707
2290
|
<ANCHOR id="GST-META-TAG-VIDEO-STR:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-META-TAG-VIDEO-STR:CAPS">
|
@@ -1709,28 +2292,189 @@
|
|
1709
2292
|
<ANCHOR id="GST-META-TAG-VIDEO-SIZE-STR:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-META-TAG-VIDEO-SIZE-STR:CAPS">
|
1710
2293
|
<ANCHOR id="GST-META-TAG-VIDEO-COLORSPACE-STR:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-META-TAG-VIDEO-COLORSPACE-STR:CAPS">
|
1711
2294
|
<ANCHOR id="GstVideoFormat" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GstVideoFormat">
|
2295
|
+
<ANCHOR id="GST-VIDEO-FORMAT-UNKNOWN:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FORMAT-UNKNOWN:CAPS">
|
2296
|
+
<ANCHOR id="GST-VIDEO-FORMAT-ENCODED:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FORMAT-ENCODED:CAPS">
|
2297
|
+
<ANCHOR id="GST-VIDEO-FORMAT-I420:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FORMAT-I420:CAPS">
|
2298
|
+
<ANCHOR id="GST-VIDEO-FORMAT-YV12:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FORMAT-YV12:CAPS">
|
2299
|
+
<ANCHOR id="GST-VIDEO-FORMAT-YUY2:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FORMAT-YUY2:CAPS">
|
2300
|
+
<ANCHOR id="GST-VIDEO-FORMAT-UYVY:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FORMAT-UYVY:CAPS">
|
2301
|
+
<ANCHOR id="GST-VIDEO-FORMAT-AYUV:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FORMAT-AYUV:CAPS">
|
2302
|
+
<ANCHOR id="GST-VIDEO-FORMAT-RGBx" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FORMAT-RGBx">
|
2303
|
+
<ANCHOR id="GST-VIDEO-FORMAT-BGRx" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FORMAT-BGRx">
|
2304
|
+
<ANCHOR id="GST-VIDEO-FORMAT-xRGB" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FORMAT-xRGB">
|
2305
|
+
<ANCHOR id="GST-VIDEO-FORMAT-xBGR" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FORMAT-xBGR">
|
2306
|
+
<ANCHOR id="GST-VIDEO-FORMAT-RGBA:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FORMAT-RGBA:CAPS">
|
2307
|
+
<ANCHOR id="GST-VIDEO-FORMAT-BGRA:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FORMAT-BGRA:CAPS">
|
2308
|
+
<ANCHOR id="GST-VIDEO-FORMAT-ARGB:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FORMAT-ARGB:CAPS">
|
2309
|
+
<ANCHOR id="GST-VIDEO-FORMAT-ABGR:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FORMAT-ABGR:CAPS">
|
2310
|
+
<ANCHOR id="GST-VIDEO-FORMAT-RGB:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FORMAT-RGB:CAPS">
|
2311
|
+
<ANCHOR id="GST-VIDEO-FORMAT-BGR:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FORMAT-BGR:CAPS">
|
2312
|
+
<ANCHOR id="GST-VIDEO-FORMAT-Y41B:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FORMAT-Y41B:CAPS">
|
2313
|
+
<ANCHOR id="GST-VIDEO-FORMAT-Y42B:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FORMAT-Y42B:CAPS">
|
2314
|
+
<ANCHOR id="GST-VIDEO-FORMAT-YVYU:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FORMAT-YVYU:CAPS">
|
2315
|
+
<ANCHOR id="GST-VIDEO-FORMAT-Y444:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FORMAT-Y444:CAPS">
|
2316
|
+
<ANCHOR id="GST-VIDEO-FORMAT-v210" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FORMAT-v210">
|
2317
|
+
<ANCHOR id="GST-VIDEO-FORMAT-v216" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FORMAT-v216">
|
2318
|
+
<ANCHOR id="GST-VIDEO-FORMAT-NV12:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FORMAT-NV12:CAPS">
|
2319
|
+
<ANCHOR id="GST-VIDEO-FORMAT-NV21:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FORMAT-NV21:CAPS">
|
2320
|
+
<ANCHOR id="GST-VIDEO-FORMAT-GRAY8:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FORMAT-GRAY8:CAPS">
|
2321
|
+
<ANCHOR id="GST-VIDEO-FORMAT-GRAY16-BE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FORMAT-GRAY16-BE:CAPS">
|
2322
|
+
<ANCHOR id="GST-VIDEO-FORMAT-GRAY16-LE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FORMAT-GRAY16-LE:CAPS">
|
2323
|
+
<ANCHOR id="GST-VIDEO-FORMAT-v308" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FORMAT-v308">
|
2324
|
+
<ANCHOR id="GST-VIDEO-FORMAT-RGB16:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FORMAT-RGB16:CAPS">
|
2325
|
+
<ANCHOR id="GST-VIDEO-FORMAT-BGR16:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FORMAT-BGR16:CAPS">
|
2326
|
+
<ANCHOR id="GST-VIDEO-FORMAT-RGB15:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FORMAT-RGB15:CAPS">
|
2327
|
+
<ANCHOR id="GST-VIDEO-FORMAT-BGR15:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FORMAT-BGR15:CAPS">
|
2328
|
+
<ANCHOR id="GST-VIDEO-FORMAT-UYVP:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FORMAT-UYVP:CAPS">
|
2329
|
+
<ANCHOR id="GST-VIDEO-FORMAT-A420:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FORMAT-A420:CAPS">
|
2330
|
+
<ANCHOR id="GST-VIDEO-FORMAT-RGB8P:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FORMAT-RGB8P:CAPS">
|
2331
|
+
<ANCHOR id="GST-VIDEO-FORMAT-YUV9:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FORMAT-YUV9:CAPS">
|
2332
|
+
<ANCHOR id="GST-VIDEO-FORMAT-YVU9:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FORMAT-YVU9:CAPS">
|
2333
|
+
<ANCHOR id="GST-VIDEO-FORMAT-IYU1:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FORMAT-IYU1:CAPS">
|
2334
|
+
<ANCHOR id="GST-VIDEO-FORMAT-ARGB64:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FORMAT-ARGB64:CAPS">
|
2335
|
+
<ANCHOR id="GST-VIDEO-FORMAT-AYUV64:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FORMAT-AYUV64:CAPS">
|
2336
|
+
<ANCHOR id="GST-VIDEO-FORMAT-r210" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FORMAT-r210">
|
2337
|
+
<ANCHOR id="GST-VIDEO-FORMAT-I420-10BE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FORMAT-I420-10BE:CAPS">
|
2338
|
+
<ANCHOR id="GST-VIDEO-FORMAT-I420-10LE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FORMAT-I420-10LE:CAPS">
|
2339
|
+
<ANCHOR id="GST-VIDEO-FORMAT-I422-10BE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FORMAT-I422-10BE:CAPS">
|
2340
|
+
<ANCHOR id="GST-VIDEO-FORMAT-I422-10LE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FORMAT-I422-10LE:CAPS">
|
2341
|
+
<ANCHOR id="GST-VIDEO-FORMAT-Y444-10BE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FORMAT-Y444-10BE:CAPS">
|
2342
|
+
<ANCHOR id="GST-VIDEO-FORMAT-Y444-10LE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FORMAT-Y444-10LE:CAPS">
|
2343
|
+
<ANCHOR id="GST-VIDEO-FORMAT-GBR:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FORMAT-GBR:CAPS">
|
2344
|
+
<ANCHOR id="GST-VIDEO-FORMAT-GBR-10BE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FORMAT-GBR-10BE:CAPS">
|
2345
|
+
<ANCHOR id="GST-VIDEO-FORMAT-GBR-10LE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FORMAT-GBR-10LE:CAPS">
|
2346
|
+
<ANCHOR id="GST-VIDEO-FORMAT-NV16:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FORMAT-NV16:CAPS">
|
2347
|
+
<ANCHOR id="GST-VIDEO-FORMAT-NV24:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FORMAT-NV24:CAPS">
|
2348
|
+
<ANCHOR id="GST-VIDEO-FORMAT-NV12-64Z32:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FORMAT-NV12-64Z32:CAPS">
|
2349
|
+
<ANCHOR id="GST-VIDEO-FORMAT-A420-10BE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FORMAT-A420-10BE:CAPS">
|
2350
|
+
<ANCHOR id="GST-VIDEO-FORMAT-A420-10LE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FORMAT-A420-10LE:CAPS">
|
2351
|
+
<ANCHOR id="GST-VIDEO-FORMAT-A422-10BE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FORMAT-A422-10BE:CAPS">
|
2352
|
+
<ANCHOR id="GST-VIDEO-FORMAT-A422-10LE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FORMAT-A422-10LE:CAPS">
|
2353
|
+
<ANCHOR id="GST-VIDEO-FORMAT-A444-10BE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FORMAT-A444-10BE:CAPS">
|
2354
|
+
<ANCHOR id="GST-VIDEO-FORMAT-A444-10LE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FORMAT-A444-10LE:CAPS">
|
2355
|
+
<ANCHOR id="GST-VIDEO-FORMAT-NV61:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FORMAT-NV61:CAPS">
|
1712
2356
|
<ANCHOR id="GST-VIDEO-MAX-PLANES:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-MAX-PLANES:CAPS">
|
1713
2357
|
<ANCHOR id="GST-VIDEO-MAX-COMPONENTS:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-MAX-COMPONENTS:CAPS">
|
1714
2358
|
<ANCHOR id="GstVideoFormatInfo" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GstVideoFormatInfo">
|
1715
|
-
<ANCHOR id="GstVideoChromaSite" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GstVideoChromaSite">
|
1716
2359
|
<ANCHOR id="GstVideoFormatFlags" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GstVideoFormatFlags">
|
2360
|
+
<ANCHOR id="GST-VIDEO-FORMAT-FLAG-YUV:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FORMAT-FLAG-YUV:CAPS">
|
2361
|
+
<ANCHOR id="GST-VIDEO-FORMAT-FLAG-RGB:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FORMAT-FLAG-RGB:CAPS">
|
2362
|
+
<ANCHOR id="GST-VIDEO-FORMAT-FLAG-GRAY:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FORMAT-FLAG-GRAY:CAPS">
|
2363
|
+
<ANCHOR id="GST-VIDEO-FORMAT-FLAG-ALPHA:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FORMAT-FLAG-ALPHA:CAPS">
|
2364
|
+
<ANCHOR id="GST-VIDEO-FORMAT-FLAG-LE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FORMAT-FLAG-LE:CAPS">
|
2365
|
+
<ANCHOR id="GST-VIDEO-FORMAT-FLAG-PALETTE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FORMAT-FLAG-PALETTE:CAPS">
|
2366
|
+
<ANCHOR id="GST-VIDEO-FORMAT-FLAG-COMPLEX:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FORMAT-FLAG-COMPLEX:CAPS">
|
2367
|
+
<ANCHOR id="GST-VIDEO-FORMAT-FLAG-UNPACK:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FORMAT-FLAG-UNPACK:CAPS">
|
2368
|
+
<ANCHOR id="GST-VIDEO-FORMAT-FLAG-TILED:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FORMAT-FLAG-TILED:CAPS">
|
1717
2369
|
<ANCHOR id="GstVideoPackFlags" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GstVideoPackFlags">
|
2370
|
+
<ANCHOR id="GST-VIDEO-PACK-FLAG-NONE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-PACK-FLAG-NONE:CAPS">
|
2371
|
+
<ANCHOR id="GST-VIDEO-PACK-FLAG-TRUNCATE-RANGE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-PACK-FLAG-TRUNCATE-RANGE:CAPS">
|
2372
|
+
<ANCHOR id="GST-VIDEO-PACK-FLAG-INTERLACED:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-PACK-FLAG-INTERLACED:CAPS">
|
1718
2373
|
<ANCHOR id="GST-VIDEO-SIZE-RANGE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-SIZE-RANGE:CAPS">
|
1719
2374
|
<ANCHOR id="GST-VIDEO-FPS-RANGE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FPS-RANGE:CAPS">
|
1720
2375
|
<ANCHOR id="GST-VIDEO-FORMATS-ALL:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FORMATS-ALL:CAPS">
|
1721
2376
|
<ANCHOR id="GstVideoColorRange" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GstVideoColorRange">
|
2377
|
+
<ANCHOR id="GST-VIDEO-COLOR-RANGE-UNKNOWN:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-COLOR-RANGE-UNKNOWN:CAPS">
|
2378
|
+
<ANCHOR id="GST-VIDEO-COLOR-RANGE-0-255:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-COLOR-RANGE-0-255:CAPS">
|
2379
|
+
<ANCHOR id="GST-VIDEO-COLOR-RANGE-16-235:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-COLOR-RANGE-16-235:CAPS">
|
1722
2380
|
<ANCHOR id="GstVideoColorMatrix" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GstVideoColorMatrix">
|
1723
|
-
<ANCHOR id="
|
2381
|
+
<ANCHOR id="GST-VIDEO-COLOR-MATRIX-UNKNOWN:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-COLOR-MATRIX-UNKNOWN:CAPS">
|
2382
|
+
<ANCHOR id="GST-VIDEO-COLOR-MATRIX-RGB:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-COLOR-MATRIX-RGB:CAPS">
|
2383
|
+
<ANCHOR id="GST-VIDEO-COLOR-MATRIX-FCC:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-COLOR-MATRIX-FCC:CAPS">
|
2384
|
+
<ANCHOR id="GST-VIDEO-COLOR-MATRIX-BT709:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-COLOR-MATRIX-BT709:CAPS">
|
2385
|
+
<ANCHOR id="GST-VIDEO-COLOR-MATRIX-BT601:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-COLOR-MATRIX-BT601:CAPS">
|
2386
|
+
<ANCHOR id="GST-VIDEO-COLOR-MATRIX-SMPTE240M:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-COLOR-MATRIX-SMPTE240M:CAPS">
|
2387
|
+
<ANCHOR id="GST-VIDEO-COLOR-MATRIX-BT2020:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-COLOR-MATRIX-BT2020:CAPS">
|
1724
2388
|
<ANCHOR id="GstVideoColorPrimaries" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GstVideoColorPrimaries">
|
2389
|
+
<ANCHOR id="GST-VIDEO-COLOR-PRIMARIES-UNKNOWN:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-COLOR-PRIMARIES-UNKNOWN:CAPS">
|
2390
|
+
<ANCHOR id="GST-VIDEO-COLOR-PRIMARIES-BT709:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-COLOR-PRIMARIES-BT709:CAPS">
|
2391
|
+
<ANCHOR id="GST-VIDEO-COLOR-PRIMARIES-BT470M:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-COLOR-PRIMARIES-BT470M:CAPS">
|
2392
|
+
<ANCHOR id="GST-VIDEO-COLOR-PRIMARIES-BT470BG:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-COLOR-PRIMARIES-BT470BG:CAPS">
|
2393
|
+
<ANCHOR id="GST-VIDEO-COLOR-PRIMARIES-SMPTE170M:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-COLOR-PRIMARIES-SMPTE170M:CAPS">
|
2394
|
+
<ANCHOR id="GST-VIDEO-COLOR-PRIMARIES-SMPTE240M:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-COLOR-PRIMARIES-SMPTE240M:CAPS">
|
2395
|
+
<ANCHOR id="GST-VIDEO-COLOR-PRIMARIES-FILM:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-COLOR-PRIMARIES-FILM:CAPS">
|
2396
|
+
<ANCHOR id="GST-VIDEO-COLOR-PRIMARIES-BT2020:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-COLOR-PRIMARIES-BT2020:CAPS">
|
2397
|
+
<ANCHOR id="GstVideoTransferFunction" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GstVideoTransferFunction">
|
2398
|
+
<ANCHOR id="GST-VIDEO-TRANSFER-UNKNOWN:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-TRANSFER-UNKNOWN:CAPS">
|
2399
|
+
<ANCHOR id="GST-VIDEO-TRANSFER-GAMMA10:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-TRANSFER-GAMMA10:CAPS">
|
2400
|
+
<ANCHOR id="GST-VIDEO-TRANSFER-GAMMA18:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-TRANSFER-GAMMA18:CAPS">
|
2401
|
+
<ANCHOR id="GST-VIDEO-TRANSFER-GAMMA20:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-TRANSFER-GAMMA20:CAPS">
|
2402
|
+
<ANCHOR id="GST-VIDEO-TRANSFER-GAMMA22:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-TRANSFER-GAMMA22:CAPS">
|
2403
|
+
<ANCHOR id="GST-VIDEO-TRANSFER-BT709:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-TRANSFER-BT709:CAPS">
|
2404
|
+
<ANCHOR id="GST-VIDEO-TRANSFER-SMPTE240M:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-TRANSFER-SMPTE240M:CAPS">
|
2405
|
+
<ANCHOR id="GST-VIDEO-TRANSFER-SRGB:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-TRANSFER-SRGB:CAPS">
|
2406
|
+
<ANCHOR id="GST-VIDEO-TRANSFER-GAMMA28:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-TRANSFER-GAMMA28:CAPS">
|
2407
|
+
<ANCHOR id="GST-VIDEO-TRANSFER-LOG100:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-TRANSFER-LOG100:CAPS">
|
2408
|
+
<ANCHOR id="GST-VIDEO-TRANSFER-LOG316:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-TRANSFER-LOG316:CAPS">
|
2409
|
+
<ANCHOR id="GST-VIDEO-TRANSFER-BT2020-12:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-TRANSFER-BT2020-12:CAPS">
|
1725
2410
|
<ANCHOR id="GstVideoColorimetry" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GstVideoColorimetry">
|
1726
2411
|
<ANCHOR id="GstVideoInfo" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GstVideoInfo">
|
1727
2412
|
<ANCHOR id="GstVideoInterlaceMode" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GstVideoInterlaceMode">
|
2413
|
+
<ANCHOR id="GST-VIDEO-INTERLACE-MODE-PROGRESSIVE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-INTERLACE-MODE-PROGRESSIVE:CAPS">
|
2414
|
+
<ANCHOR id="GST-VIDEO-INTERLACE-MODE-INTERLEAVED:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-INTERLACE-MODE-INTERLEAVED:CAPS">
|
2415
|
+
<ANCHOR id="GST-VIDEO-INTERLACE-MODE-MIXED:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-INTERLACE-MODE-MIXED:CAPS">
|
2416
|
+
<ANCHOR id="GST-VIDEO-INTERLACE-MODE-FIELDS:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-INTERLACE-MODE-FIELDS:CAPS">
|
2417
|
+
<ANCHOR id="GstVideoMultiviewMode" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GstVideoMultiviewMode">
|
2418
|
+
<ANCHOR id="GST-VIDEO-MULTIVIEW-MODE-NONE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-MULTIVIEW-MODE-NONE:CAPS">
|
2419
|
+
<ANCHOR id="GST-VIDEO-MULTIVIEW-MODE-MONO:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-MULTIVIEW-MODE-MONO:CAPS">
|
2420
|
+
<ANCHOR id="GST-VIDEO-MULTIVIEW-MODE-LEFT:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-MULTIVIEW-MODE-LEFT:CAPS">
|
2421
|
+
<ANCHOR id="GST-VIDEO-MULTIVIEW-MODE-RIGHT:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-MULTIVIEW-MODE-RIGHT:CAPS">
|
2422
|
+
<ANCHOR id="GST-VIDEO-MULTIVIEW-MODE-SIDE-BY-SIDE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-MULTIVIEW-MODE-SIDE-BY-SIDE:CAPS">
|
2423
|
+
<ANCHOR id="GST-VIDEO-MULTIVIEW-MODE-SIDE-BY-SIDE-QUINCUNX:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-MULTIVIEW-MODE-SIDE-BY-SIDE-QUINCUNX:CAPS">
|
2424
|
+
<ANCHOR id="GST-VIDEO-MULTIVIEW-MODE-COLUMN-INTERLEAVED:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-MULTIVIEW-MODE-COLUMN-INTERLEAVED:CAPS">
|
2425
|
+
<ANCHOR id="GST-VIDEO-MULTIVIEW-MODE-ROW-INTERLEAVED:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-MULTIVIEW-MODE-ROW-INTERLEAVED:CAPS">
|
2426
|
+
<ANCHOR id="GST-VIDEO-MULTIVIEW-MODE-TOP-BOTTOM:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-MULTIVIEW-MODE-TOP-BOTTOM:CAPS">
|
2427
|
+
<ANCHOR id="GST-VIDEO-MULTIVIEW-MODE-CHECKERBOARD:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-MULTIVIEW-MODE-CHECKERBOARD:CAPS">
|
2428
|
+
<ANCHOR id="GST-VIDEO-MULTIVIEW-MODE-FRAME-BY-FRAME:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-MULTIVIEW-MODE-FRAME-BY-FRAME:CAPS">
|
2429
|
+
<ANCHOR id="GST-VIDEO-MULTIVIEW-MODE-MULTIVIEW-FRAME-BY-FRAME:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-MULTIVIEW-MODE-MULTIVIEW-FRAME-BY-FRAME:CAPS">
|
2430
|
+
<ANCHOR id="GST-VIDEO-MULTIVIEW-MODE-SEPARATED:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-MULTIVIEW-MODE-SEPARATED:CAPS">
|
2431
|
+
<ANCHOR id="GstVideoMultiviewFramePacking" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GstVideoMultiviewFramePacking">
|
2432
|
+
<ANCHOR id="GST-VIDEO-MULTIVIEW-FRAME-PACKING-NONE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-MULTIVIEW-FRAME-PACKING-NONE:CAPS">
|
2433
|
+
<ANCHOR id="GST-VIDEO-MULTIVIEW-FRAME-PACKING-MONO:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-MULTIVIEW-FRAME-PACKING-MONO:CAPS">
|
2434
|
+
<ANCHOR id="GST-VIDEO-MULTIVIEW-FRAME-PACKING-LEFT:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-MULTIVIEW-FRAME-PACKING-LEFT:CAPS">
|
2435
|
+
<ANCHOR id="GST-VIDEO-MULTIVIEW-FRAME-PACKING-RIGHT:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-MULTIVIEW-FRAME-PACKING-RIGHT:CAPS">
|
2436
|
+
<ANCHOR id="GST-VIDEO-MULTIVIEW-FRAME-PACKING-SIDE-BY-SIDE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-MULTIVIEW-FRAME-PACKING-SIDE-BY-SIDE:CAPS">
|
2437
|
+
<ANCHOR id="GST-VIDEO-MULTIVIEW-FRAME-PACKING-SIDE-BY-SIDE-QUINCUNX:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-MULTIVIEW-FRAME-PACKING-SIDE-BY-SIDE-QUINCUNX:CAPS">
|
2438
|
+
<ANCHOR id="GST-VIDEO-MULTIVIEW-FRAME-PACKING-COLUMN-INTERLEAVED:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-MULTIVIEW-FRAME-PACKING-COLUMN-INTERLEAVED:CAPS">
|
2439
|
+
<ANCHOR id="GST-VIDEO-MULTIVIEW-FRAME-PACKING-ROW-INTERLEAVED:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-MULTIVIEW-FRAME-PACKING-ROW-INTERLEAVED:CAPS">
|
2440
|
+
<ANCHOR id="GST-VIDEO-MULTIVIEW-FRAME-PACKING-TOP-BOTTOM:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-MULTIVIEW-FRAME-PACKING-TOP-BOTTOM:CAPS">
|
2441
|
+
<ANCHOR id="GST-VIDEO-MULTIVIEW-FRAME-PACKING-CHECKERBOARD:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-MULTIVIEW-FRAME-PACKING-CHECKERBOARD:CAPS">
|
2442
|
+
<ANCHOR id="GstVideoMultiviewFlags" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GstVideoMultiviewFlags">
|
2443
|
+
<ANCHOR id="GST-VIDEO-MULTIVIEW-FLAGS-NONE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-MULTIVIEW-FLAGS-NONE:CAPS">
|
2444
|
+
<ANCHOR id="GST-VIDEO-MULTIVIEW-FLAGS-RIGHT-VIEW-FIRST:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-MULTIVIEW-FLAGS-RIGHT-VIEW-FIRST:CAPS">
|
2445
|
+
<ANCHOR id="GST-VIDEO-MULTIVIEW-FLAGS-LEFT-FLIPPED:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-MULTIVIEW-FLAGS-LEFT-FLIPPED:CAPS">
|
2446
|
+
<ANCHOR id="GST-VIDEO-MULTIVIEW-FLAGS-LEFT-FLOPPED:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-MULTIVIEW-FLAGS-LEFT-FLOPPED:CAPS">
|
2447
|
+
<ANCHOR id="GST-VIDEO-MULTIVIEW-FLAGS-RIGHT-FLIPPED:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-MULTIVIEW-FLAGS-RIGHT-FLIPPED:CAPS">
|
2448
|
+
<ANCHOR id="GST-VIDEO-MULTIVIEW-FLAGS-RIGHT-FLOPPED:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-MULTIVIEW-FLAGS-RIGHT-FLOPPED:CAPS">
|
2449
|
+
<ANCHOR id="GST-VIDEO-MULTIVIEW-FLAGS-HALF-ASPECT:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-MULTIVIEW-FLAGS-HALF-ASPECT:CAPS">
|
2450
|
+
<ANCHOR id="GST-VIDEO-MULTIVIEW-FLAGS-MIXED-MONO:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-MULTIVIEW-FLAGS-MIXED-MONO:CAPS">
|
1728
2451
|
<ANCHOR id="GstVideoFlags" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GstVideoFlags">
|
2452
|
+
<ANCHOR id="GST-VIDEO-FLAG-NONE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FLAG-NONE:CAPS">
|
2453
|
+
<ANCHOR id="GST-VIDEO-FLAG-VARIABLE-FPS:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FLAG-VARIABLE-FPS:CAPS">
|
2454
|
+
<ANCHOR id="GST-VIDEO-FLAG-PREMULTIPLIED-ALPHA:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FLAG-PREMULTIPLIED-ALPHA:CAPS">
|
1729
2455
|
<ANCHOR id="GstVideoFrame" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GstVideoFrame">
|
1730
2456
|
<ANCHOR id="GstVideoFrameFlags" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GstVideoFrameFlags">
|
2457
|
+
<ANCHOR id="GST-VIDEO-FRAME-FLAG-NONE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FRAME-FLAG-NONE:CAPS">
|
2458
|
+
<ANCHOR id="GST-VIDEO-FRAME-FLAG-INTERLACED:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FRAME-FLAG-INTERLACED:CAPS">
|
2459
|
+
<ANCHOR id="GST-VIDEO-FRAME-FLAG-TFF:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FRAME-FLAG-TFF:CAPS">
|
2460
|
+
<ANCHOR id="GST-VIDEO-FRAME-FLAG-RFF:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FRAME-FLAG-RFF:CAPS">
|
2461
|
+
<ANCHOR id="GST-VIDEO-FRAME-FLAG-ONEFIELD:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FRAME-FLAG-ONEFIELD:CAPS">
|
2462
|
+
<ANCHOR id="GST-VIDEO-FRAME-FLAG-MULTIPLE-VIEW:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FRAME-FLAG-MULTIPLE-VIEW:CAPS">
|
2463
|
+
<ANCHOR id="GST-VIDEO-FRAME-FLAG-FIRST-IN-BUNDLE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FRAME-FLAG-FIRST-IN-BUNDLE:CAPS">
|
1731
2464
|
<ANCHOR id="GstVideoBufferFlags" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GstVideoBufferFlags">
|
2465
|
+
<ANCHOR id="GST-VIDEO-BUFFER-FLAG-INTERLACED:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-BUFFER-FLAG-INTERLACED:CAPS">
|
2466
|
+
<ANCHOR id="GST-VIDEO-BUFFER-FLAG-TFF:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-BUFFER-FLAG-TFF:CAPS">
|
2467
|
+
<ANCHOR id="GST-VIDEO-BUFFER-FLAG-RFF:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-BUFFER-FLAG-RFF:CAPS">
|
2468
|
+
<ANCHOR id="GST-VIDEO-BUFFER-FLAG-ONEFIELD:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-BUFFER-FLAG-ONEFIELD:CAPS">
|
2469
|
+
<ANCHOR id="GST-VIDEO-BUFFER-FLAG-MULTIPLE-VIEW:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-BUFFER-FLAG-MULTIPLE-VIEW:CAPS">
|
2470
|
+
<ANCHOR id="GST-VIDEO-BUFFER-FLAG-FIRST-IN-BUNDLE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-BUFFER-FLAG-FIRST-IN-BUNDLE:CAPS">
|
2471
|
+
<ANCHOR id="GST-VIDEO-BUFFER-FLAG-LAST:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-BUFFER-FLAG-LAST:CAPS">
|
1732
2472
|
<ANCHOR id="GstVideoTileType" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GstVideoTileType">
|
2473
|
+
<ANCHOR id="GST-VIDEO-TILE-TYPE-INDEXED:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-TILE-TYPE-INDEXED:CAPS">
|
1733
2474
|
<ANCHOR id="GstVideoTileMode" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GstVideoTileMode">
|
2475
|
+
<ANCHOR id="GST-VIDEO-TILE-MODE-UNKNOWN:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-TILE-MODE-UNKNOWN:CAPS">
|
2476
|
+
<ANCHOR id="GST-VIDEO-TILE-MODE-ZFLIPZ-2X2:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GST-VIDEO-TILE-MODE-ZFLIPZ-2X2:CAPS">
|
2477
|
+
<ANCHOR id="GstVideoConverter" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html#GstVideoConverter">
|
1734
2478
|
<ANCHOR id="gst-plugins-base-libs-gstvideometa" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideometa.html">
|
1735
2479
|
<ANCHOR id="gst-plugins-base-libs-gstvideometa.functions" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideometa.html#gst-plugins-base-libs-gstvideometa.functions">
|
1736
2480
|
<ANCHOR id="gst-plugins-base-libs-gstvideometa.other" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideometa.html#gst-plugins-base-libs-gstvideometa.other">
|
@@ -1802,6 +2546,9 @@
|
|
1802
2546
|
<ANCHOR id="GST-VIDEO-OVERLAY-COMPOSITION-BLEND-FORMATS:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideooverlaycomposition.html#GST-VIDEO-OVERLAY-COMPOSITION-BLEND-FORMATS:CAPS">
|
1803
2547
|
<ANCHOR id="GstVideoOverlayCompositionMeta" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideooverlaycomposition.html#GstVideoOverlayCompositionMeta">
|
1804
2548
|
<ANCHOR id="GstVideoOverlayFormatFlags" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideooverlaycomposition.html#GstVideoOverlayFormatFlags">
|
2549
|
+
<ANCHOR id="GST-VIDEO-OVERLAY-FORMAT-FLAG-NONE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideooverlaycomposition.html#GST-VIDEO-OVERLAY-FORMAT-FLAG-NONE:CAPS">
|
2550
|
+
<ANCHOR id="GST-VIDEO-OVERLAY-FORMAT-FLAG-PREMULTIPLIED-ALPHA:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideooverlaycomposition.html#GST-VIDEO-OVERLAY-FORMAT-FLAG-PREMULTIPLIED-ALPHA:CAPS">
|
2551
|
+
<ANCHOR id="GST-VIDEO-OVERLAY-FORMAT-FLAG-GLOBAL-ALPHA:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideooverlaycomposition.html#GST-VIDEO-OVERLAY-FORMAT-FLAG-GLOBAL-ALPHA:CAPS">
|
1805
2552
|
<ANCHOR id="GstVideoOverlayRectangle" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideooverlaycomposition.html#GstVideoOverlayRectangle">
|
1806
2553
|
<ANCHOR id="gst-plugins-base-libs-gstvideofilter" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideofilter.html">
|
1807
2554
|
<ANCHOR id="GstVideoFilter" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideofilter.html#GstVideoFilter">
|
@@ -1813,6 +2560,99 @@
|
|
1813
2560
|
<ANCHOR id="gst-plugins-base-libs-gstvideofilter.other_details" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideofilter.html#gst-plugins-base-libs-gstvideofilter.other_details">
|
1814
2561
|
<ANCHOR id="GstVideoFilter-struct" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideofilter.html#GstVideoFilter-struct">
|
1815
2562
|
<ANCHOR id="GstVideoFilterClass" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideofilter.html#GstVideoFilterClass">
|
2563
|
+
<ANCHOR id="gst-plugins-base-libs-GstVideoDither" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoDither.html">
|
2564
|
+
<ANCHOR id="gst-plugins-base-libs-GstVideoDither.functions" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoDither.html#gst-plugins-base-libs-GstVideoDither.functions">
|
2565
|
+
<ANCHOR id="gst-plugins-base-libs-GstVideoDither.other" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoDither.html#gst-plugins-base-libs-GstVideoDither.other">
|
2566
|
+
<ANCHOR id="gst-plugins-base-libs-GstVideoDither.includes" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoDither.html#gst-plugins-base-libs-GstVideoDither.includes">
|
2567
|
+
<ANCHOR id="gst-plugins-base-libs-GstVideoDither.description" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoDither.html#gst-plugins-base-libs-GstVideoDither.description">
|
2568
|
+
<ANCHOR id="gst-plugins-base-libs-GstVideoDither.functions_details" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoDither.html#gst-plugins-base-libs-GstVideoDither.functions_details">
|
2569
|
+
<ANCHOR id="gst-video-dither-free" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoDither.html#gst-video-dither-free">
|
2570
|
+
<ANCHOR id="gst-video-dither-line" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoDither.html#gst-video-dither-line">
|
2571
|
+
<ANCHOR id="gst-video-dither-new" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoDither.html#gst-video-dither-new">
|
2572
|
+
<ANCHOR id="gst-plugins-base-libs-GstVideoDither.other_details" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoDither.html#gst-plugins-base-libs-GstVideoDither.other_details">
|
2573
|
+
<ANCHOR id="GstVideoDither" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoDither.html#GstVideoDither">
|
2574
|
+
<ANCHOR id="GstVideoDitherFlags" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoDither.html#GstVideoDitherFlags">
|
2575
|
+
<ANCHOR id="GST-VIDEO-DITHER-FLAG-NONE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoDither.html#GST-VIDEO-DITHER-FLAG-NONE:CAPS">
|
2576
|
+
<ANCHOR id="GST-VIDEO-DITHER-FLAG-INTERLACED:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoDither.html#GST-VIDEO-DITHER-FLAG-INTERLACED:CAPS">
|
2577
|
+
<ANCHOR id="GST-VIDEO-DITHER-FLAG-QUANTIZE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoDither.html#GST-VIDEO-DITHER-FLAG-QUANTIZE:CAPS">
|
2578
|
+
<ANCHOR id="GstVideoDitherMethod" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoDither.html#GstVideoDitherMethod">
|
2579
|
+
<ANCHOR id="GST-VIDEO-DITHER-NONE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoDither.html#GST-VIDEO-DITHER-NONE:CAPS">
|
2580
|
+
<ANCHOR id="GST-VIDEO-DITHER-VERTERR:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoDither.html#GST-VIDEO-DITHER-VERTERR:CAPS">
|
2581
|
+
<ANCHOR id="GST-VIDEO-DITHER-FLOYD-STEINBERG:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoDither.html#GST-VIDEO-DITHER-FLOYD-STEINBERG:CAPS">
|
2582
|
+
<ANCHOR id="GST-VIDEO-DITHER-SIERRA-LITE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoDither.html#GST-VIDEO-DITHER-SIERRA-LITE:CAPS">
|
2583
|
+
<ANCHOR id="GST-VIDEO-DITHER-BAYER:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoDither.html#GST-VIDEO-DITHER-BAYER:CAPS">
|
2584
|
+
<ANCHOR id="gst-plugins-base-libs-GstVideoChroma" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoChroma.html">
|
2585
|
+
<ANCHOR id="gst-plugins-base-libs-GstVideoChroma.functions" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoChroma.html#gst-plugins-base-libs-GstVideoChroma.functions">
|
2586
|
+
<ANCHOR id="gst-plugins-base-libs-GstVideoChroma.other" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoChroma.html#gst-plugins-base-libs-GstVideoChroma.other">
|
2587
|
+
<ANCHOR id="gst-plugins-base-libs-GstVideoChroma.includes" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoChroma.html#gst-plugins-base-libs-GstVideoChroma.includes">
|
2588
|
+
<ANCHOR id="gst-plugins-base-libs-GstVideoChroma.description" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoChroma.html#gst-plugins-base-libs-GstVideoChroma.description">
|
2589
|
+
<ANCHOR id="gst-plugins-base-libs-GstVideoChroma.functions_details" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoChroma.html#gst-plugins-base-libs-GstVideoChroma.functions_details">
|
2590
|
+
<ANCHOR id="gst-video-chroma-from-string" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoChroma.html#gst-video-chroma-from-string">
|
2591
|
+
<ANCHOR id="gst-video-chroma-to-string" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoChroma.html#gst-video-chroma-to-string">
|
2592
|
+
<ANCHOR id="gst-video-chroma-resample" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoChroma.html#gst-video-chroma-resample">
|
2593
|
+
<ANCHOR id="gst-video-chroma-resample-free" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoChroma.html#gst-video-chroma-resample-free">
|
2594
|
+
<ANCHOR id="gst-video-chroma-resample-get-info" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoChroma.html#gst-video-chroma-resample-get-info">
|
2595
|
+
<ANCHOR id="gst-video-chroma-resample-new" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoChroma.html#gst-video-chroma-resample-new">
|
2596
|
+
<ANCHOR id="gst-plugins-base-libs-GstVideoChroma.other_details" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoChroma.html#gst-plugins-base-libs-GstVideoChroma.other_details">
|
2597
|
+
<ANCHOR id="GstVideoChromaSite" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoChroma.html#GstVideoChromaSite">
|
2598
|
+
<ANCHOR id="GST-VIDEO-CHROMA-SITE-UNKNOWN:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoChroma.html#GST-VIDEO-CHROMA-SITE-UNKNOWN:CAPS">
|
2599
|
+
<ANCHOR id="GST-VIDEO-CHROMA-SITE-NONE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoChroma.html#GST-VIDEO-CHROMA-SITE-NONE:CAPS">
|
2600
|
+
<ANCHOR id="GST-VIDEO-CHROMA-SITE-H-COSITED:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoChroma.html#GST-VIDEO-CHROMA-SITE-H-COSITED:CAPS">
|
2601
|
+
<ANCHOR id="GST-VIDEO-CHROMA-SITE-V-COSITED:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoChroma.html#GST-VIDEO-CHROMA-SITE-V-COSITED:CAPS">
|
2602
|
+
<ANCHOR id="GST-VIDEO-CHROMA-SITE-ALT-LINE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoChroma.html#GST-VIDEO-CHROMA-SITE-ALT-LINE:CAPS">
|
2603
|
+
<ANCHOR id="GST-VIDEO-CHROMA-SITE-COSITED:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoChroma.html#GST-VIDEO-CHROMA-SITE-COSITED:CAPS">
|
2604
|
+
<ANCHOR id="GST-VIDEO-CHROMA-SITE-JPEG:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoChroma.html#GST-VIDEO-CHROMA-SITE-JPEG:CAPS">
|
2605
|
+
<ANCHOR id="GST-VIDEO-CHROMA-SITE-MPEG2:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoChroma.html#GST-VIDEO-CHROMA-SITE-MPEG2:CAPS">
|
2606
|
+
<ANCHOR id="GST-VIDEO-CHROMA-SITE-DV:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoChroma.html#GST-VIDEO-CHROMA-SITE-DV:CAPS">
|
2607
|
+
<ANCHOR id="GstVideoChromaFlags" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoChroma.html#GstVideoChromaFlags">
|
2608
|
+
<ANCHOR id="GST-VIDEO-CHROMA-FLAG-NONE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoChroma.html#GST-VIDEO-CHROMA-FLAG-NONE:CAPS">
|
2609
|
+
<ANCHOR id="GST-VIDEO-CHROMA-FLAG-INTERLACED:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoChroma.html#GST-VIDEO-CHROMA-FLAG-INTERLACED:CAPS">
|
2610
|
+
<ANCHOR id="GstVideoChromaMethod" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoChroma.html#GstVideoChromaMethod">
|
2611
|
+
<ANCHOR id="GST-VIDEO-CHROMA-METHOD-NEAREST:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoChroma.html#GST-VIDEO-CHROMA-METHOD-NEAREST:CAPS">
|
2612
|
+
<ANCHOR id="GST-VIDEO-CHROMA-METHOD-LINEAR:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoChroma.html#GST-VIDEO-CHROMA-METHOD-LINEAR:CAPS">
|
2613
|
+
<ANCHOR id="GstVideoChromaResample" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoChroma.html#GstVideoChromaResample">
|
2614
|
+
<ANCHOR id="gst-plugins-base-libs-GstVideoResampler" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoResampler.html">
|
2615
|
+
<ANCHOR id="gst-plugins-base-libs-GstVideoResampler.functions" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoResampler.html#gst-plugins-base-libs-GstVideoResampler.functions">
|
2616
|
+
<ANCHOR id="gst-plugins-base-libs-GstVideoResampler.other" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoResampler.html#gst-plugins-base-libs-GstVideoResampler.other">
|
2617
|
+
<ANCHOR id="gst-plugins-base-libs-GstVideoResampler.includes" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoResampler.html#gst-plugins-base-libs-GstVideoResampler.includes">
|
2618
|
+
<ANCHOR id="gst-plugins-base-libs-GstVideoResampler.description" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoResampler.html#gst-plugins-base-libs-GstVideoResampler.description">
|
2619
|
+
<ANCHOR id="gst-plugins-base-libs-GstVideoResampler.functions_details" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoResampler.html#gst-plugins-base-libs-GstVideoResampler.functions_details">
|
2620
|
+
<ANCHOR id="gst-video-resampler-clear" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoResampler.html#gst-video-resampler-clear">
|
2621
|
+
<ANCHOR id="gst-video-resampler-init" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoResampler.html#gst-video-resampler-init">
|
2622
|
+
<ANCHOR id="gst-plugins-base-libs-GstVideoResampler.other_details" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoResampler.html#gst-plugins-base-libs-GstVideoResampler.other_details">
|
2623
|
+
<ANCHOR id="GstVideoResampler" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoResampler.html#GstVideoResampler">
|
2624
|
+
<ANCHOR id="GstVideoResamplerFlags" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoResampler.html#GstVideoResamplerFlags">
|
2625
|
+
<ANCHOR id="GST-VIDEO-RESAMPLER-FLAG-NONE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoResampler.html#GST-VIDEO-RESAMPLER-FLAG-NONE:CAPS">
|
2626
|
+
<ANCHOR id="GstVideoResamplerMethod" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoResampler.html#GstVideoResamplerMethod">
|
2627
|
+
<ANCHOR id="GST-VIDEO-RESAMPLER-METHOD-NEAREST:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoResampler.html#GST-VIDEO-RESAMPLER-METHOD-NEAREST:CAPS">
|
2628
|
+
<ANCHOR id="GST-VIDEO-RESAMPLER-METHOD-LINEAR:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoResampler.html#GST-VIDEO-RESAMPLER-METHOD-LINEAR:CAPS">
|
2629
|
+
<ANCHOR id="GST-VIDEO-RESAMPLER-METHOD-CUBIC:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoResampler.html#GST-VIDEO-RESAMPLER-METHOD-CUBIC:CAPS">
|
2630
|
+
<ANCHOR id="GST-VIDEO-RESAMPLER-METHOD-SINC:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoResampler.html#GST-VIDEO-RESAMPLER-METHOD-SINC:CAPS">
|
2631
|
+
<ANCHOR id="GST-VIDEO-RESAMPLER-METHOD-LANCZOS:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoResampler.html#GST-VIDEO-RESAMPLER-METHOD-LANCZOS:CAPS">
|
2632
|
+
<ANCHOR id="GST-VIDEO-RESAMPLER-OPT-CUBIC-B:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoResampler.html#GST-VIDEO-RESAMPLER-OPT-CUBIC-B:CAPS">
|
2633
|
+
<ANCHOR id="GST-VIDEO-RESAMPLER-OPT-CUBIC-C:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoResampler.html#GST-VIDEO-RESAMPLER-OPT-CUBIC-C:CAPS">
|
2634
|
+
<ANCHOR id="GST-VIDEO-RESAMPLER-OPT-ENVELOPE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoResampler.html#GST-VIDEO-RESAMPLER-OPT-ENVELOPE:CAPS">
|
2635
|
+
<ANCHOR id="GST-VIDEO-RESAMPLER-OPT-MAX-TAPS:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoResampler.html#GST-VIDEO-RESAMPLER-OPT-MAX-TAPS:CAPS">
|
2636
|
+
<ANCHOR id="GST-VIDEO-RESAMPLER-OPT-SHARPEN:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoResampler.html#GST-VIDEO-RESAMPLER-OPT-SHARPEN:CAPS">
|
2637
|
+
<ANCHOR id="GST-VIDEO-RESAMPLER-OPT-SHARPNESS:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoResampler.html#GST-VIDEO-RESAMPLER-OPT-SHARPNESS:CAPS">
|
2638
|
+
<ANCHOR id="gst-plugins-base-libs-GstVideoScaler" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoScaler.html">
|
2639
|
+
<ANCHOR id="gst-plugins-base-libs-GstVideoScaler.functions" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoScaler.html#gst-plugins-base-libs-GstVideoScaler.functions">
|
2640
|
+
<ANCHOR id="gst-plugins-base-libs-GstVideoScaler.other" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoScaler.html#gst-plugins-base-libs-GstVideoScaler.other">
|
2641
|
+
<ANCHOR id="gst-plugins-base-libs-GstVideoScaler.includes" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoScaler.html#gst-plugins-base-libs-GstVideoScaler.includes">
|
2642
|
+
<ANCHOR id="gst-plugins-base-libs-GstVideoScaler.description" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoScaler.html#gst-plugins-base-libs-GstVideoScaler.description">
|
2643
|
+
<ANCHOR id="gst-plugins-base-libs-GstVideoScaler.functions_details" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoScaler.html#gst-plugins-base-libs-GstVideoScaler.functions_details">
|
2644
|
+
<ANCHOR id="gst-video-scaler-2d" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoScaler.html#gst-video-scaler-2d">
|
2645
|
+
<ANCHOR id="gst-video-scaler-combine-packed-YUV" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoScaler.html#gst-video-scaler-combine-packed-YUV">
|
2646
|
+
<ANCHOR id="gst-video-scaler-free" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoScaler.html#gst-video-scaler-free">
|
2647
|
+
<ANCHOR id="gst-video-scaler-get-coeff" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoScaler.html#gst-video-scaler-get-coeff">
|
2648
|
+
<ANCHOR id="gst-video-scaler-horizontal" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoScaler.html#gst-video-scaler-horizontal">
|
2649
|
+
<ANCHOR id="gst-video-scaler-new" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoScaler.html#gst-video-scaler-new">
|
2650
|
+
<ANCHOR id="gst-video-scaler-vertical" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoScaler.html#gst-video-scaler-vertical">
|
2651
|
+
<ANCHOR id="gst-plugins-base-libs-GstVideoScaler.other_details" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoScaler.html#gst-plugins-base-libs-GstVideoScaler.other_details">
|
2652
|
+
<ANCHOR id="GstVideoScaler" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoScaler.html#GstVideoScaler">
|
2653
|
+
<ANCHOR id="GstVideoScalerFlags" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoScaler.html#GstVideoScalerFlags">
|
2654
|
+
<ANCHOR id="GST-VIDEO-SCALER-FLAG-NONE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoScaler.html#GST-VIDEO-SCALER-FLAG-NONE:CAPS">
|
2655
|
+
<ANCHOR id="GST-VIDEO-SCALER-FLAG-INTERLACED:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoScaler.html#GST-VIDEO-SCALER-FLAG-INTERLACED:CAPS">
|
1816
2656
|
<ANCHOR id="gst-plugins-base-libs-gstvideosink" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideosink.html">
|
1817
2657
|
<ANCHOR id="gst-plugins-base-libs-gstvideosink.functions" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideosink.html#gst-plugins-base-libs-gstvideosink.functions">
|
1818
2658
|
<ANCHOR id="gst-plugins-base-libs-gstvideosink.properties" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideosink.html#gst-plugins-base-libs-gstvideosink.properties">
|
@@ -1850,6 +2690,8 @@
|
|
1850
2690
|
<ANCHOR id="GstColorBalance-struct" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstcolorbalance.html#GstColorBalance-struct">
|
1851
2691
|
<ANCHOR id="GstColorBalanceInterface" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstcolorbalance.html#GstColorBalanceInterface">
|
1852
2692
|
<ANCHOR id="GstColorBalanceType" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstcolorbalance.html#GstColorBalanceType">
|
2693
|
+
<ANCHOR id="GST-COLOR-BALANCE-HARDWARE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstcolorbalance.html#GST-COLOR-BALANCE-HARDWARE:CAPS">
|
2694
|
+
<ANCHOR id="GST-COLOR-BALANCE-SOFTWARE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstcolorbalance.html#GST-COLOR-BALANCE-SOFTWARE:CAPS">
|
1853
2695
|
<ANCHOR id="gst-plugins-base-libs-gstcolorbalance.signal-details" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstcolorbalance.html#gst-plugins-base-libs-gstcolorbalance.signal-details">
|
1854
2696
|
<ANCHOR id="GstColorBalance-value-changed" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstcolorbalance.html#GstColorBalance-value-changed">
|
1855
2697
|
<ANCHOR id="gst-plugins-base-libs-gstcolorbalancechannel" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstcolorbalancechannel.html">
|
@@ -1943,6 +2785,7 @@
|
|
1943
2785
|
<ANCHOR id="gst-video-decoder-get-needs-format" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoDecoder.html#gst-video-decoder-get-needs-format">
|
1944
2786
|
<ANCHOR id="gst-video-decoder-set-needs-format" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoDecoder.html#gst-video-decoder-set-needs-format">
|
1945
2787
|
<ANCHOR id="gst-video-decoder-merge-tags" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoDecoder.html#gst-video-decoder-merge-tags">
|
2788
|
+
<ANCHOR id="gst-video-decoder-proxy-getcaps" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoDecoder.html#gst-video-decoder-proxy-getcaps">
|
1946
2789
|
<ANCHOR id="gst-plugins-base-libs-GstVideoDecoder.other_details" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoDecoder.html#gst-plugins-base-libs-GstVideoDecoder.other_details">
|
1947
2790
|
<ANCHOR id="GST-VIDEO-DECODER-FLOW-NEED-DATA:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoDecoder.html#GST-VIDEO-DECODER-FLOW-NEED-DATA:CAPS">
|
1948
2791
|
<ANCHOR id="GST-VIDEO-DECODER-MAX-ERRORS:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoDecoder.html#GST-VIDEO-DECODER-MAX-ERRORS:CAPS">
|
@@ -2028,6 +2871,10 @@
|
|
2028
2871
|
<ANCHOR id="gst-plugins-base-libs-gstvideoutils.other_details" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideoutils.html#gst-plugins-base-libs-gstvideoutils.other_details">
|
2029
2872
|
<ANCHOR id="GstVideoCodecFrame" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideoutils.html#GstVideoCodecFrame">
|
2030
2873
|
<ANCHOR id="GstVideoCodecFrameFlags" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideoutils.html#GstVideoCodecFrameFlags">
|
2874
|
+
<ANCHOR id="GST-VIDEO-CODEC-FRAME-FLAG-DECODE-ONLY:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideoutils.html#GST-VIDEO-CODEC-FRAME-FLAG-DECODE-ONLY:CAPS">
|
2875
|
+
<ANCHOR id="GST-VIDEO-CODEC-FRAME-FLAG-SYNC-POINT:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideoutils.html#GST-VIDEO-CODEC-FRAME-FLAG-SYNC-POINT:CAPS">
|
2876
|
+
<ANCHOR id="GST-VIDEO-CODEC-FRAME-FLAG-FORCE-KEYFRAME:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideoutils.html#GST-VIDEO-CODEC-FRAME-FLAG-FORCE-KEYFRAME:CAPS">
|
2877
|
+
<ANCHOR id="GST-VIDEO-CODEC-FRAME-FLAG-FORCE-KEYFRAME-HEADERS:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideoutils.html#GST-VIDEO-CODEC-FRAME-FLAG-FORCE-KEYFRAME-HEADERS:CAPS">
|
2031
2878
|
<ANCHOR id="GstVideoCodecState" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideoutils.html#GstVideoCodecState">
|
2032
2879
|
<ANCHOR id="gst-plugins-base-libs-gstnavigation" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstnavigation.html">
|
2033
2880
|
<ANCHOR id="gst-plugins-base-libs-gstnavigation.functions" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstnavigation.html#gst-plugins-base-libs-gstnavigation.functions">
|
@@ -2048,9 +2895,11 @@
|
|
2048
2895
|
<ANCHOR id="gst-navigation-message-get-type" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstnavigation.html#gst-navigation-message-get-type">
|
2049
2896
|
<ANCHOR id="gst-navigation-message-new-angles-changed" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstnavigation.html#gst-navigation-message-new-angles-changed">
|
2050
2897
|
<ANCHOR id="gst-navigation-message-new-commands-changed" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstnavigation.html#gst-navigation-message-new-commands-changed">
|
2898
|
+
<ANCHOR id="gst-navigation-message-new-event" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstnavigation.html#gst-navigation-message-new-event">
|
2051
2899
|
<ANCHOR id="gst-navigation-message-new-mouse-over" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstnavigation.html#gst-navigation-message-new-mouse-over">
|
2052
|
-
<ANCHOR id="gst-navigation-message-parse-mouse-over" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstnavigation.html#gst-navigation-message-parse-mouse-over">
|
2053
2900
|
<ANCHOR id="gst-navigation-message-parse-angles-changed" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstnavigation.html#gst-navigation-message-parse-angles-changed">
|
2901
|
+
<ANCHOR id="gst-navigation-message-parse-event" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstnavigation.html#gst-navigation-message-parse-event">
|
2902
|
+
<ANCHOR id="gst-navigation-message-parse-mouse-over" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstnavigation.html#gst-navigation-message-parse-mouse-over">
|
2054
2903
|
<ANCHOR id="gst-navigation-query-new-angles" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstnavigation.html#gst-navigation-query-new-angles">
|
2055
2904
|
<ANCHOR id="gst-navigation-query-get-type" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstnavigation.html#gst-navigation-query-get-type">
|
2056
2905
|
<ANCHOR id="gst-navigation-query-new-commands" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstnavigation.html#gst-navigation-query-new-commands">
|
@@ -2064,9 +2913,39 @@
|
|
2064
2913
|
<ANCHOR id="GstNavigation-struct" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstnavigation.html#GstNavigation-struct">
|
2065
2914
|
<ANCHOR id="GstNavigationInterface" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstnavigation.html#GstNavigationInterface">
|
2066
2915
|
<ANCHOR id="GstNavigationCommand" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstnavigation.html#GstNavigationCommand">
|
2916
|
+
<ANCHOR id="GST-NAVIGATION-COMMAND-INVALID:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstnavigation.html#GST-NAVIGATION-COMMAND-INVALID:CAPS">
|
2917
|
+
<ANCHOR id="GST-NAVIGATION-COMMAND-MENU1:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstnavigation.html#GST-NAVIGATION-COMMAND-MENU1:CAPS">
|
2918
|
+
<ANCHOR id="GST-NAVIGATION-COMMAND-MENU2:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstnavigation.html#GST-NAVIGATION-COMMAND-MENU2:CAPS">
|
2919
|
+
<ANCHOR id="GST-NAVIGATION-COMMAND-MENU3:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstnavigation.html#GST-NAVIGATION-COMMAND-MENU3:CAPS">
|
2920
|
+
<ANCHOR id="GST-NAVIGATION-COMMAND-MENU4:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstnavigation.html#GST-NAVIGATION-COMMAND-MENU4:CAPS">
|
2921
|
+
<ANCHOR id="GST-NAVIGATION-COMMAND-MENU5:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstnavigation.html#GST-NAVIGATION-COMMAND-MENU5:CAPS">
|
2922
|
+
<ANCHOR id="GST-NAVIGATION-COMMAND-MENU6:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstnavigation.html#GST-NAVIGATION-COMMAND-MENU6:CAPS">
|
2923
|
+
<ANCHOR id="GST-NAVIGATION-COMMAND-MENU7:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstnavigation.html#GST-NAVIGATION-COMMAND-MENU7:CAPS">
|
2924
|
+
<ANCHOR id="GST-NAVIGATION-COMMAND-LEFT:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstnavigation.html#GST-NAVIGATION-COMMAND-LEFT:CAPS">
|
2925
|
+
<ANCHOR id="GST-NAVIGATION-COMMAND-RIGHT:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstnavigation.html#GST-NAVIGATION-COMMAND-RIGHT:CAPS">
|
2926
|
+
<ANCHOR id="GST-NAVIGATION-COMMAND-UP:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstnavigation.html#GST-NAVIGATION-COMMAND-UP:CAPS">
|
2927
|
+
<ANCHOR id="GST-NAVIGATION-COMMAND-DOWN:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstnavigation.html#GST-NAVIGATION-COMMAND-DOWN:CAPS">
|
2928
|
+
<ANCHOR id="GST-NAVIGATION-COMMAND-ACTIVATE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstnavigation.html#GST-NAVIGATION-COMMAND-ACTIVATE:CAPS">
|
2929
|
+
<ANCHOR id="GST-NAVIGATION-COMMAND-PREV-ANGLE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstnavigation.html#GST-NAVIGATION-COMMAND-PREV-ANGLE:CAPS">
|
2930
|
+
<ANCHOR id="GST-NAVIGATION-COMMAND-NEXT-ANGLE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstnavigation.html#GST-NAVIGATION-COMMAND-NEXT-ANGLE:CAPS">
|
2067
2931
|
<ANCHOR id="GstNavigationEventType" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstnavigation.html#GstNavigationEventType">
|
2932
|
+
<ANCHOR id="GST-NAVIGATION-EVENT-INVALID:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstnavigation.html#GST-NAVIGATION-EVENT-INVALID:CAPS">
|
2933
|
+
<ANCHOR id="GST-NAVIGATION-EVENT-KEY-PRESS:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstnavigation.html#GST-NAVIGATION-EVENT-KEY-PRESS:CAPS">
|
2934
|
+
<ANCHOR id="GST-NAVIGATION-EVENT-KEY-RELEASE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstnavigation.html#GST-NAVIGATION-EVENT-KEY-RELEASE:CAPS">
|
2935
|
+
<ANCHOR id="GST-NAVIGATION-EVENT-MOUSE-BUTTON-PRESS:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstnavigation.html#GST-NAVIGATION-EVENT-MOUSE-BUTTON-PRESS:CAPS">
|
2936
|
+
<ANCHOR id="GST-NAVIGATION-EVENT-MOUSE-BUTTON-RELEASE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstnavigation.html#GST-NAVIGATION-EVENT-MOUSE-BUTTON-RELEASE:CAPS">
|
2937
|
+
<ANCHOR id="GST-NAVIGATION-EVENT-MOUSE-MOVE:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstnavigation.html#GST-NAVIGATION-EVENT-MOUSE-MOVE:CAPS">
|
2938
|
+
<ANCHOR id="GST-NAVIGATION-EVENT-COMMAND:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstnavigation.html#GST-NAVIGATION-EVENT-COMMAND:CAPS">
|
2068
2939
|
<ANCHOR id="GstNavigationMessageType" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstnavigation.html#GstNavigationMessageType">
|
2940
|
+
<ANCHOR id="GST-NAVIGATION-MESSAGE-INVALID:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstnavigation.html#GST-NAVIGATION-MESSAGE-INVALID:CAPS">
|
2941
|
+
<ANCHOR id="GST-NAVIGATION-MESSAGE-MOUSE-OVER:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstnavigation.html#GST-NAVIGATION-MESSAGE-MOUSE-OVER:CAPS">
|
2942
|
+
<ANCHOR id="GST-NAVIGATION-MESSAGE-COMMANDS-CHANGED:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstnavigation.html#GST-NAVIGATION-MESSAGE-COMMANDS-CHANGED:CAPS">
|
2943
|
+
<ANCHOR id="GST-NAVIGATION-MESSAGE-ANGLES-CHANGED:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstnavigation.html#GST-NAVIGATION-MESSAGE-ANGLES-CHANGED:CAPS">
|
2944
|
+
<ANCHOR id="GST-NAVIGATION-MESSAGE-EVENT:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstnavigation.html#GST-NAVIGATION-MESSAGE-EVENT:CAPS">
|
2069
2945
|
<ANCHOR id="GstNavigationQueryType" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstnavigation.html#GstNavigationQueryType">
|
2946
|
+
<ANCHOR id="GST-NAVIGATION-QUERY-INVALID:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstnavigation.html#GST-NAVIGATION-QUERY-INVALID:CAPS">
|
2947
|
+
<ANCHOR id="GST-NAVIGATION-QUERY-COMMANDS:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstnavigation.html#GST-NAVIGATION-QUERY-COMMANDS:CAPS">
|
2948
|
+
<ANCHOR id="GST-NAVIGATION-QUERY-ANGLES:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstnavigation.html#GST-NAVIGATION-QUERY-ANGLES:CAPS">
|
2070
2949
|
<ANCHOR id="GST-NAVIGATION-COMMAND-DVD-ANGLE-MENU:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstnavigation.html#GST-NAVIGATION-COMMAND-DVD-ANGLE-MENU:CAPS">
|
2071
2950
|
<ANCHOR id="GST-NAVIGATION-COMMAND-DVD-AUDIO-MENU:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstnavigation.html#GST-NAVIGATION-COMMAND-DVD-AUDIO-MENU:CAPS">
|
2072
2951
|
<ANCHOR id="GST-NAVIGATION-COMMAND-DVD-CHAPTER-MENU:CAPS" href="gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstnavigation.html#GST-NAVIGATION-COMMAND-DVD-CHAPTER-MENU:CAPS">
|
@@ -2080,7 +2959,11 @@
|
|
2080
2959
|
<ANCHOR id="annotation-glossterm-element-type" href="gst-plugins-base-libs-1.0/annotation-glossary.html#annotation-glossterm-element-type">
|
2081
2960
|
<ANCHOR id="annotation-glossterm-nullable" href="gst-plugins-base-libs-1.0/annotation-glossary.html#annotation-glossterm-nullable">
|
2082
2961
|
<ANCHOR id="annotation-glossterm-out" href="gst-plugins-base-libs-1.0/annotation-glossary.html#annotation-glossterm-out">
|
2962
|
+
<ANCHOR id="annotation-glossterm-rename-to" href="gst-plugins-base-libs-1.0/annotation-glossary.html#annotation-glossterm-rename-to">
|
2083
2963
|
<ANCHOR id="annotation-glossterm-scope async" href="gst-plugins-base-libs-1.0/annotation-glossary.html#annotation-glossterm-scope async">
|
2964
|
+
<ANCHOR id="annotation-glossterm-scope call" href="gst-plugins-base-libs-1.0/annotation-glossary.html#annotation-glossterm-scope call">
|
2965
|
+
<ANCHOR id="annotation-glossterm-skip" href="gst-plugins-base-libs-1.0/annotation-glossary.html#annotation-glossterm-skip">
|
2966
|
+
<ANCHOR id="annotation-glossterm-transfer floating" href="gst-plugins-base-libs-1.0/annotation-glossary.html#annotation-glossterm-transfer floating">
|
2084
2967
|
<ANCHOR id="annotation-glossterm-transfer full" href="gst-plugins-base-libs-1.0/annotation-glossary.html#annotation-glossterm-transfer full">
|
2085
2968
|
<ANCHOR id="annotation-glossterm-transfer none" href="gst-plugins-base-libs-1.0/annotation-glossary.html#annotation-glossterm-transfer none">
|
2086
2969
|
<ANCHOR id="annotation-glossterm-type" href="gst-plugins-base-libs-1.0/annotation-glossary.html#annotation-glossterm-type">
|